* {
  margin: 0;
  padding: 0;
  font-family: Alexandria;
  box-sizing: border-box !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.cold-color {
  color: #2277ae;
}

.logo,
.footer__logo {
  img {
    width: 100px;
    height: 100%;
    object-fit: contain;
  }
}

.align-desc {
  hyphens: auto;
  text-align: justify !important;
  word-wrap: break-word;
  word-spacing: -2px;

  &:lang(ar) {
    text-align-last: right;
  }

  &:lang(en) {
    text-align-last: left;
  }
}

html {
  scroll-behavior: smooth;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #dfe9eb;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #0169c2;
}

/* Start Home */

.home-section {
  position: relative;
  background-image: url(../assets/homebackground.png);
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
  background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .home-section {
    height: 385px !important;
    height: 600px !important;
  }
}

.home__header {
  display: flex;
  justify-content: space-between;
  /* flex-flow: row; */
  align-items: center;
  padding: 10px 0;
  font-size: 12px;
}

@media screen and (max-width: 400px) {
  .home-section {
    height: 395px !important;
    height: 500px !important;
  }

  .home__header {
    font-size: 11px;
  }
}

.home__header__date {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.home__header__date a {
  text-decoration: none;
  color: #fff;
}

.seprator {
  width: 1px;
  height: 14px;
  background-color: #fff;
  margin: 0 10px;
}

/* .overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgb(3 26 46 / 54%);
  z-index: 0;
} */

/* .home-section::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 48%);
  z-index: -1;
} */

.home__title {
  margin-bottom: 13px;
}

.home__desc {
  margin-bottom: 32px;
}

.home-btn {
  /* background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%); */
  font-size: 16px;
  padding: 18px 43px;
  background: rgb(30, 113, 165);
  background: linear-gradient(90deg,
      rgba(30, 113, 165, 1) 0%,
      rgba(23, 162, 251, 1) 100%);
  position: relative;
  overflow: hidden;
  z-index: 1;
  /* Ensure the button is positioned relative to pseudo-elements */
  color: #fff;
  /* Add color to make the text visible */
  outline: 0;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  display: block;
}

/* Start small circle */
.home-btn::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.192);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-200%, 100%);
  margin: auto;
  border-radius: 100%;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  z-index: 0;
}

.home-btn:hover::after {
  content: "";
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out 0.5s;
  opacity: 1;
}

/* End small circle */

/* Start big circle */
.home-btn::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.192);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translate(0, -50%);
  margin: auto;
  border-radius: 50%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}

.home-btn:hover::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.192);
  width: 300px;
  height: 300px;
  position: absolute;
  transition: width 1s ease-in-out, height 1s ease-in-out,
    right 0.1s ease-in-out;
  right: 0;
}

/* End big circle */

.home-btn>* {
  position: relative;
  z-index: 2;
  /* Ensure the text stays above pseudo-elements */
}

.dropdown-toggle {
  color: #fff;
}

.dropdown-toggle::after {
  display: none !important;
}

.hidden {
  display: none;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.lang-date {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6.550000190734863px);
}

.date {
  padding-top: 10px;
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
}

.telephone {
  display: flex;
  align-items: baseline;
}

.telephone.icon {
  width: 20px;
  height: 20px;
}

.splide__arrow,
.splide__pagination {
  display: none !important;
}

.splide__slide {
  transition: all 2s ease-in-out;
  /* Adds smooth easing effect */
}

.dropdown {
  position: relative;
}

.dropdown::after {
  position: absolute;
  content: "";
  background-image: url("../assets/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center center;
  top: calc(50% - 9px);
  width: 24px;
  height: 19px;
  left: -10px;
}

.dropdown::before {
  position: absolute;
  content: "";
  background-image: url("../assets/worldGlobal.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 19px;
  top: calc(50% - 9px);
  right: -10px;
}

.nav {
  padding-top: 40px;
}

.mobile__link {
  display: none;

  @media screen and (max-width: 991px) {
    display: block;
  }
}

.nav-item .nav-link {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  .nav-item .nav-link {
    font-size: 12px !important;
  }
}

.nav-item .nav-link.active {
  color: #3898d5;
  position: relative;
  font-weight: 500;
}

.nav-item .active::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  bottom: -10px;
  left: 50%;
  background-color: #3898d5;
  border-radius: 50%;
  transform: translateX(-50%);
}

.navbar-toggler-icon,
.navbar-toggler i {
  color: #fff;
}

.navbar-toggler.collapsed button {
  color: #fff;
  border: 1px thick #fff;
}

.navbar-toggler {
  border-color: #fff;
}

.contact-us-btn a {
  padding: 13px 35px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.18);
  color: #fff;
  border: 0;
  outline: 0;
  border-radius: 30px;
  text-decoration: none;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: calc(100vh - 185px);
  min-height: calc(600px - 250px);
}

.home__title {
  font-family: Alexandria;
  font-size: 50px;
  font-weight: 400;
  line-height: 78.35px;
}

.home__desc {
  max-width: 772px;
  font-family: Alexandria;
  font-size: 16px;
  font-weight: 300;
  line-height: 27.15px;
  text-align: center;
  opacity: 0.6;
}

.content {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sliderItem {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid;
  border-image-source: linear-gradient(87.03deg,
      rgba(153, 153, 153, 0.22) 4.67%,
      rgba(255, 255, 255, 0.22) 93.62%);
  padding: 10px;
}

.sliderItem .img-wrapper img {
  width: 36px;
  height: 36px;
}

.home__slider {
  padding-bottom: 68px;
}

@media (max-width: 992px) {
  .nav-item .active::after {
    width: 0px;
  }

  .nav {
    padding-top: 30px;
  }

  .splide__track {
    margin-top: 50px !important;
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .nav-item .active::after {
    width: 0px;
  }

  .nav {
    padding-top: 20px;
  }

  .telephone,
  #timeZone,
  #islamicDate {
    display: none;
  }
}

@media (max-width: 548px) {
  .splide__slide {
    max-width: 400px;
  }
}

.card1 {
  box-sizing: border-box;
  padding: 0 16px;
  padding-inline-end: 0;
  transition: all 2s ease-in-out;
}

.card-content {
  color: #fff;
  display: flex;
  border: 1px solid gray;
  border-radius: 150px;
  padding: 8px;
  align-items: center;
  border: 1px solid #999;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 4px 15.8px 0px rgba(255, 255, 255, 0.07) inset;
  backdrop-filter: blur(43.5px);
  gap: 10px;
}

.card-content .img-wrapper {
  min-width: 70px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

.img-wrapper img {
  width: 40px;
  max-width: 100%;
  height: 40px;
}

.card-content p {
  font-family: Alexandria;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding-right: 0 !important;
  line-clamp: 1;
  /* white-space: nowrap; */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;

  &:lang(ar) {
    text-align: right;
  }

  &:lang(en) {
    text-align: left;
  }
}

.splide__track {
  margin-top: 50px !important;
  max-width: 95vw;
}

#dropdownBtn {
  border: none;
}

/* End Home Section */

/* Start About Section */

.about {
  position: relative;
  overflow: hidden;
}

.about__content {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  /* min-height: 500px; */
  display: flex;
  flex-flow: column nowrap;
  align-items: start;
  justify-content: center;
  z-index: 2;
  padding: 50px 0;
}

.about__title {
  color: #2277ae;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 156.7%;
  /* 47.01px */
  margin-bottom: 8px;
}

.about__subtitle {
  color: #111;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 156.7%;
  /* 78.35px */
  margin-bottom: 16px;
}

.about__desc {
  color: #111;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 180.7%;
  /* 32.526px */
  letter-spacing: 0.324px;

  /* width: 55%; */
  /* margin: 8px auto 0; */
  &:lang(ar) {
    text-align: right;
  }

  &:lang(en) {
    text-align: left;
  }
}

.about__ourVision,
.about__ourMessage {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-top: 33px;
}

.about__ourVision__background,
.about__ourMessage__background {
  position: relative;

  min-height: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  text-align: center;
  gap: 10px;
  z-index: 1;
  padding: 10px;
  color: white;

  &:lang(ar) {
    margin-right: 8px;
    min-width: 113px;
    width: auto;
  }

  &:lang(en) {
    margin-left: 8px;
    min-width: 145px;
    width: auto;
  }
}

.about__ourVision__background::after,
.about__ourMessage__background::after {
  background: linear-gradient(25deg,
      rgba(45, 142, 210, 1) 0%,
      rgba(23, 73, 108, 1) 100%);
  transform: skewX(-7deg);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  inset: 0;
  border-radius: 15px;
  z-index: -1;
}

.about__ourVision__title,
.about__ourMessage__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 43.37px;
}

.about__ourVision__desc,
.about__ourMessage__desc {
  font-size: 16px;
  color: #111111;
  opacity: 0.6;
}

.about__image {
  position: absolute;
  width: 700px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);

  z-index: -1;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;

  &:lang(ar) {
    left: -200px;
  }

  &:lang(en) {
    right: -200px;
  }
}

.about__image__container {
  position: relative;
  width: 700px;
  height: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

html[lang="ar"] .about__image__container::after {
  content: "";
  position: absolute;
  left: -250px;
  top: -40px;
  width: calc(700px + 40px);
  height: calc(100% + 80px);
  background: linear-gradient(180deg,
      rgba(229, 229, 229, 0.4) 0%,
      rgba(255, 255, 255, 0.4) 81.12%),
    #f6f6f6;
  z-index: -2;
  border-radius: 50px;
  transform: skewX(-15deg);
}

html[lang="en"] .about__image__container::after {
  content: "";
  position: absolute;
  right: -270px;
  top: -40px;
  width: calc(700px + 40px);
  height: calc(100% + 80px);
  background: linear-gradient(180deg,
      rgba(229, 229, 229, 0.4) 0%,
      rgba(255, 255, 255, 0.4) 81.12%),
    #f6f6f6;
  z-index: -2;
  border-radius: 50px;
  transform: skewX(12deg);
}

.about__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  &:lang(ar) {
    object-position: left;
  }

  &:lang(en) {
    object-position: right;
  }
}

.about__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px;
}

@media screen and (max-width: 1200px) {
  .about__content {
    padding-top: 0;
  }

  .about__container {
    grid-template-columns: 1fr;
    padding: 100px 20px 0;
  }

  .about__image__container {
    width: 150%;
    height: 400px;
    order: -1;

    .about__image {
      width: 110%;
      left: -150px;

      &:lang(ar) {
        left: -150px;
      }

      &:lang(en) {
        right: -150px;
      }
    }
  }

  html[lang="ar"] .about__image__container::after {
    width: calc(110% + 40px);
    height: calc(400px + 80px);
    top: -40px;
    left: -180px;
  }

  html[lang="en"] .about__image__container::after {
    width: calc(110% + 40px);
    height: calc(400px + 80px);
    top: -40px;
    right: -180px;
  }

  .about__content {
    padding: 50px 0;
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .about__image__container {
    .about__image {
      width: 135%;

      img {
        &:lang(en) {
          object-position: right;
        }
      }

      &:lang(ar) {
        left: -150px;
      }

      &:lang(en) {
        right: -150px;
        width: 100%;
      }
    }
  }

  html[lang="ar"] .about__image__container::after {
    width: calc(135% + 40px);
    height: calc(400px + 80px);
    top: -40px;
    left: -200px;
  }

  html[lang="en"] .about__image__container::after {
    width: calc(135% + 40px);
    height: calc(400px + 80px);
    top: -40px;
    right: -200px;
  }
}

@media screen and (max-width: 767px) {
  .about__title {
    font-size: 24px;
  }

  .about__subtitle {
    font-size: 30px;
  }

  .about__ourVision__title,
  .about__ourMessage__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {

  .about__ourVision,
  .about__ourMessage {
    flex-flow: column wrap;
    align-items: start;
  }
}

/* End About Section */
/* Start Categories Section */
.wrapper {
  /* min-height: 600px; */
  position: relative;
  background-image: url("../assets/bg-2.png");
}

.categories__title {
  color: white;

  &:lang(ar) {
    text-align: right;
  }

  &:lang(en) {
    text-align: left;
  }

  padding: 32px 0;
  font-size: 40px;
}

.categories__container {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(27.600000381469727px);
  width: 100%;
}

.categories {
  padding: 60px 0;
  overflow: hidden;

  display: flex;
  gap: 10px;
}

@media screen and (max-width: 1200px) {
  .categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* عرض 2 كارد في الصف */
    gap: 40px;
    padding: 20px;
  }

  .categories__container {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .categories {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    /* عرض كارد واحد في الصف */
  }
}

@media screen and (max-width:500px) {
  .categories {
    display: grid;
    gap: 55px;
    grid-template-columns: 1fr;
    /* عرض كارد واحد في الصف */
  }
}

.cat-card {
  width: 180px;
  gap: 5px;
  height: 140px;
  position: relative;
  transition: all 2s ease-in-out;

  @media screen and (max-width:500px) {
    width: 100%;
  }
}

.cat-card.active {
  width: 400px;
}

.cat__card__title {
  min-width: 180px;
  font-size: 20px;
}

.cat-card p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28.91px;
  opacity: 0;
  transition: opacity 3s linear, width 2s ease-in-out, height 1s ease-in-out;
  overflow: hidden;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  position: relative;
  /* width: 0; */
  width: 100%;
  margin-top: 8px;
  max-width: 350px;
  color: rgba(255, 255, 255, 0.6) !important;
}

.cat-card.active p {
  /* opacity: 1; */
  width: 100%;
  animation: revealText 1.5s ease-out .5s forwards;
  /* animation: appearing 6s ease-out 1.5s forwards; */
  /* 
  @media screen and (max-width: 767px) {
    opacity: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    animation: none;
  } */
}

@media screen and (max-width: 767px) {
  .cat-card.active {
    width: 100%;
    /* animation: revealText 1.5s ease-out .5s forwards; */
    /* animation: appearing 6s ease-out 1.5s forwards; */
  }

  .cat-card.active p {
    width: 100%;
    /* opacity: 1; */
    white-space: normal;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (max-width: 500px) {
  .cat-card.active {
    width: 100%;
    /* animation: revealText 1.5s ease-out .5s forwards; */
    /* animation: appearing 6s ease-out 1.5s forwards; */
  }

  .cat-card.active p {
    width: 100%;
    /* opacity: 1; */
    white-space: normal;
    display: -webkit-box;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@keyframes revealText {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

.categories__card__content {
  &:lang(ar) {
    padding-right: 32px;
  }

  &:lang(en) {
    padding-left: 32px;
  }
}

.icon-wrapper {
  position: relative;
  transform: translateY(-50%);
}

html[lang="ar"] .cat-card::after {
  content: "";
  width: 113px;
  height: 140px;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 10px;
  background: url("../assets/category\ shadow.svg");
  position: absolute;
  z-index: 1;
}

html[lang="en"] .cat-card::after {
  content: "";
  width: 113px;
  height: 140px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: url("../assets/category\ shadow.svg");
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 765px) {
  .services__content__wrapper {
    min-height: auto;
    /* إزالة الارتفاع الثابت ليأخذ المحتوى طوله الطبيعي */
    padding-bottom: 30px;
    /* تقليل المساحة الداخلية */
  }
}

.tab-button .card-content {
  cursor: pointer;
}

.tab-button.active .card-content {
  background-image: url("../assets/button-back.png");
  background-color: rgb(56 152 213) !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid transparent;
  font-weight: bold;
  filter: none;
  box-shadow: none;
}

.tab-content-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tab-content {
  width: 100%;
  top: 0%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.services__large .tab-content {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .tab-content {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 767px) {
  .tab-content-image {
    position: relative;
    max-height: 0;
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;

    &:lang(ar) {
      left: -70px;
    }

    &:lang(en) {
      left: calc(20%);
    }
  }
}

.tab-content.active {
  visibility: visible;
  opacity: 1;
  max-height: max-content;
  height: 100%;
  width: 100%;
}

.slider-head h3 {
  color: #fff;
  font-family: Alexandria;
  font-size: 50px;
  font-weight: 400;
  line-height: 78.35px;
  margin-top: 50px;
}

.slider-head button {
  font-size: 22px;
  font-weight: 400;
  line-height: 34.47px;
  background-color: transparent;
  outline: 0;
  border: 0;
  gap: 5px;
}

.slider-head button span {
  color: #fff;
  opacity: 0.5;
}

.slider-head {
  padding-block-end: 50px;
}

.slid-Wrapper {
  left: 0%;
  right: 0%;
  max-width: 100vw;
  top: 0;
  transform: translateY(-50%);
  z-index: 10;
}

.bg-muted {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

.advisors {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.advisors__top__title {
  font-size: 50px;
  font-weight: 400;
  line-height: 78.35px;
  color: rgba(92, 92, 92, 1);
}

.advisors__top__text {
  color: #2277ae;

  font-size: 30px;
  font-weight: 400;
  line-height: 47.01px;
}

.show-more {
  font-size: 22px;
  font-weight: 400;
  line-height: 34.47px;
  background-color: transparent;
  outline: 0;
  border: 0;
  gap: 5px;
  text-decoration: none;
  color: #000;
}

html[lang="en"] .show-more .show-more-arrow {
  transform: rotate(180deg);
}

.services-more {
  color: white;
}

.custom-muted-bg {
  background: linear-gradient(180deg, #e5e5e5 0%, #ffffff 81.12%);
  margin-bottom: 30px;
}

.selected-slide h2 {
  font-family: Alexandria;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.selected-slide p {
  font-family: Alexandria;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

.selected-slide ul {
  color: rgba(17, 17, 17, 0.65);
  padding: 0;
  margin-top: 13px;
}

.selected-slide ul li {
  font-family: Alexandria;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.07px;
  list-style: none;
  position: relative;
  margin-bottom: 11px;

  &:lang(ar) {
    padding-right: 30px;
  }

  &:lang(en) {
    padding-left: 30px;
  }
}

html[lang="ar"] .selected-slide ul li::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../assets/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0px;
}

html[lang="en"] .selected-slide ul li::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../assets/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
}

.service__btn {
  background: rgb(45, 142, 210);
  background: linear-gradient(90deg,
      rgba(45, 142, 210, 1) 0%,
      rgba(23, 73, 108, 1) 100%);
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.27px;
  padding: 18px 43px;
  border: 0;
  cursor: pointer;
  outline: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  text-decoration: none;
  width: fit-content;
  min-width: 100px;
  text-transform: capitalize;
}

.service__btn::after {
  content: "";
  background-image: url(../assets/Union-button.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: -36px;
  top: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .service__btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  .service__content__responsive img {
    width: 80px;
    object-fit: cover;
  }

  .service__content__responsive__top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 50px;

    h2 {
      font-size: 20px;
      line-height: 30px;
    }
  }

  .services__small .tab-content.tab-content-text:not(:first-of-type) {
    margin-top: 50px;
  }

  .service__content__responsive {
    display: flex;
    flex-direction: column;
    gap: 20px;

    p {
      font-size: 16px;
      line-height: 27px;
    }

    li {
      font-size: 14px;
      line-height: 27px;
    }
  }
}

.tab-content .img-container {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.services__container {
  background-color: white;
  padding: 50px 0;
}

html[lang="ar"] .tab-content .img-container::after {
  content: "";
  width: calc(600px + 50px);
  height: 114%;
  height: calc(100% + 60px);
  position: absolute;
  top: -30px;
  background-color: #f6f6f6;
  z-index: -2;
  transform: skewX(-15deg);
  border-radius: 50px;
}

html[lang="en"] .tab-content .img-container::after {
  content: "";
  width: calc(600px + 50px);
  height: 114%;
  height: calc(100% + 60px);
  position: absolute;
  top: -30px;
  background-color: #f6f6f6;
  z-index: -2;
  transform: skewX(15deg);
  border-radius: 50px;
}

.img-container img {
  /* width: 100%; */
  width: 700px;
  height: 100%;
  border-radius: 20px;

  /* object-fit: cover; */
  &:lang(ar) {
    object-position: left;
    object-fit: cover;
  }

  &:lang(en) {
    object-position: center;
    object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  .tab-content-image {
    &:lang(ar) {
      left: -150px;
    }

    &:lang(en) {
      left: -30px;
    }
  }
}

@media screen and (max-width: 767px) {
  .img-container img {
    /* width: 100%; */
    height: 300px;
  }

  .tab-content-image {
    &:lang(en) {
      left: -30px;
    }

    &:lang(ar) {
      left: -30px;
    }
  }

  .selected-slide h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .tab-content-image {
    &:lang(en) {
      left: 30px;
    }

    &:lang(ar) {
      right: 30px;
    }
  }

  .selected-slide h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

/* .front-img {
  position: relative;
  z-index: 2;
} */

.back-img.english__mode {
  display: none;
}

.service__content__large__screen {
  position: relative;
  z-index: 2;
  /* overflow: hidden; */
}

.our__team {
  padding: 0 0 100px;

  position: relative;
}

.slider-card-wrapper {
  min-height: 500px;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

.scaled-card-wrapper {
  position: absolute;
  background-color: #fff;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  display: flex;

  @media screen and (max-width: 991px) {
    display: none;
  }

  &:lang(ar) {
    right: 0;
  }

  &:lang(en) {
    left: 0;
  }
}

.scaled-card-wrapper__mobile {
  position: static;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;

  .content-img {
    margin: auto;
  }
}

.scaled-card-wrapper__mobile .content-img::after {
  content: "";
  /* background-color: transparent; */
  display: none;
}

.top__our__team {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 3 columns by default */
  gap: 20px;
  align-items: start;
  justify-content: center;
  margin-bottom: 100px;

  @media screen and (max-width: 500px) {
    margin-bottom: 80px;
  }

  &.mobile {
    display: none;
  }

  .top_card {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;

    p:first-child {
      font-size: 14.74px;
      line-height: 27px;
      color: #343434;
    }

    p:last-child {
      color: #5c5c5c;
      font-size: 12px;
    }

    .content-img {
      width: 229.98px;
      height: 273.64px;
      border-radius: 20px;
      object-fit: cover;
    }

    img {
      width: 100%;
      height: 100%;
      border-radius: 20px;
      object-fit: cover;
    }
  }
}

.our__team__container {
  overflow: hidden;
}

.our__team__container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  /* transform: translateY(-50%); */
  right: 50%;
  z-index: -1;
  background-color: #f6f6f6;
  /* background-color: red; */
  border-radius: 30px;
  transform: skewX(-10deg);
}

/* Tablet view: 2 columns */
@media screen and (max-width: 1024px) {
  .top__our__team {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile view: 1 column */
@media screen and (max-width: 500px) {
  .top__our__team {
    grid-template-columns: 1fr;

    &.mobile {
      display: block;
      margin-bottom: 20px;
    }

    .top_card {

      &.desktop {
        display: none;
      }

      .content-img {
        width: 180px;
        height: 220px;
      }
    }
  }
}

.scaled-card .content-img,
.our__team .content-img {
  width: 280px;
  height: 334px;
  background-color: #e5e5e5;
  background-color: rgb(129 139 151);
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.scaled-card.minor {
  .content-img {
    width: 256.81px;
    width: 243.81px;
    height: 305.55px;
  }
}

.scaled-card .content-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.our__team .content-img img {
  object-fit: cover;
}

/* .scaled-card .content-img::after {
  content: "";
  position: absolute;
  top: 36px;
  height: 261px;
  left: -140px;
  width: 140px;
  background: rgb(64, 64, 64);
  background: linear-gradient(
    90deg,
    rgba(64, 64, 64, 0) 0%,
    rgba(64, 64, 64, 1) 100%
  );
} */

@media screen and (max-width: 767px) {
  .scaled-card-wrapper__mobile {
    .content-img {
      width: 180px;
      height: 220px;
    }
  }
}

.scaled-card p {
  text-align: center;
  padding: 5px;
  margin-bottom: 0;
}

.scaled-card .our__team__card___position {
  font-size: 14px;
  font-weight: 300;
  color: #2277ae;
}

.scaled-card .our__team__card___name {
  font-size: 18px;
  font-weight: 400;
  color: rgba(52, 52, 52, 1);
}

.scaled-card .our__team__card___title {
  font-size: 14px;
  font-weight: 300;
  color: #5c5c5c;
}

.slider-card {
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  transition: all 0.3s ease-in-out;
}

.slider-card .content-img {
  width: 220px;
  height: 260px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .slider-card-wrapper {
    min-height: 60vh;
  }

  .slider-card .content-img {
    width: 180px;
    height: 220px;
  }
}

.slider-card .content-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  filter: grayscale(100%);
  object-fit: cover;
}

.slider-card p {
  text-align: center;
  /* padding: 5px; */
  margin-bottom: 0;
}

.slider-card .our__team__card___position {
  font-size: 14px;
  font-weight: 300;
  color: #2277ae;
}

.slider-card .our__team__card___name {
  font-size: 18px;
  font-weight: 400;
  color: rgba(52, 52, 52, 1);
}

.slider-card .our__team__card___title {
  font-size: 14px;
  font-weight: 300;
  color: #5c5c5c;
}

.slider-card:hover {
  transform: scale(1.12);

  .content-img {
    img {
      filter: grayscale(0);
    }
  }
}

@media screen and (max-width: 500px) {

  .slider-card-wrapper {
    min-height: 50vh;
  }
}

@media screen and (max-width: 400px) {

  .slider-card .content-img {
    /* width: 120px; */
    width: 180px;
  }

  .slider-card .our__team__card___name {
    font-size: 16px;
  }

  .slider-card .our__team__card___title,
  .scaled-card .our__team__card___position {
    font-size: 12px;
  }
}

.goals-wrapper {
  background: linear-gradient(263.41deg,
      #d9d9d9 8.57%,
      rgba(217, 217, 217, 0) 72.37%),
    linear-gradient(89.91deg,
      rgba(0, 0, 0, 0) 53.41%,
      rgba(0, 0, 0, 0.22) 89.3%);
}

.goal-wrap {
  width: 75%;
  margin: auto;
}

.goals-wrapper .bg-skew {
  top: 15%;
  right: 14%;
  bottom: 0%;
  left: 14%;
  background: rgba(246, 246, 246, 1);
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transform: skewX(-4deg);
  z-index: 1;
}

.goals-wrapper .goals {
  position: relative;
  padding-top: 80px;
  padding: 145px 0;
  z-index: 3;
  color: rgba(17, 17, 17, 1);
}

.goals-wrapper .goal-wrap h2 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 8px;
}

.goals-wrapper .goal-wrap p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  word-break: break-word;
  white-space: normal;
}

.cards-container {
  position: relative;
  left: 0;
  z-index: 3;
  min-height: 400px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .goals-wrapper .goals {
    padding: 60px 0 50px;
  }

  .goals-wrapper .goal-wrap h2 {
    font-size: 30px;
  }

  .goals-wrapper .goal-wrap p {
    font-size: 16px;
  }
}

.card-1 {
  top: 0%;
  bottom: -10px;
  width: 360px;
  transform: skewX(-10deg);
  z-index: 7;
  background: linear-gradient(0deg, #1f8cd3, #10507b);
  /* transition: left 2s ease-in-out 1s, width 2s ease-in-out 1s,
    height 2s ease-in-out 1s, filter 1s ease-in-out; */
  transition: all 2s ease-in-out;
  box-sizing: border-box;
  border: none;

  &:lang(ar) {
    left: -245px;
    border-top-right-radius: 40px;
  }

  &:lang(en) {
    right: -200px;
    right: -130px;
    border-top-left-radius: 40px;
  }
}

.card-2 {
  box-sizing: border-box;
  top: 20%;
  width: 360px;
  bottom: -10px;
  transform: skewX(-10deg);
  background: linear-gradient(0deg, #1f8cd3, #1f8cd3);
  z-index: 6;
  transition: all 2s ease-in-out;
  border: none;

  &:lang(ar) {
    left: -130px;
    border-top-right-radius: 40px;
  }

  &:lang(en) {
    right: -60px;
    right: 100px;
    border-top-left-radius: 40px;
  }
}

.card-3 {
  border: none;
  box-sizing: border-box;
  top: 40%;
  bottom: -10px;
  width: 360px;
  transform: skewX(-10deg);
  background: linear-gradient(0deg, #1f8cd3, #10507b);
  z-index: 5;
  transition: all 2s ease-in-out;

  &:lang(ar) {
    left: -10px;
    border-top-right-radius: 40px;
  }

  &:lang(en) {
    right: 70px;
    right: 300px;
    border-top-left-radius: 40px;
  }
}

.icon-wrap {
  width: 70px;
  height: 70px;
  background-image: url("../assets/goalsIconBg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrap img {
  width: 44px;
  height: 44px;
}

.card-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  padding-inline-start: 30px;
  padding-block-start: 20px;
  transform: skewX(10deg);

  &:lang(ar) {
    width: 120px;
  }

  &:lang(en) {
    width: 200px;
  }

  transition: all 1s ease-in-out;
}

.card-header h3 {
  font-size: 20px;
  font-weight: 400;
  padding-inline-start: 5px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 1s ease-in-out;

  &:lang(en) {
    width: 50%;
    /* width: 100%; */
  }
}

.card-1 p,
.card-2 p,
.card-3 p {
  visibility: hidden;
  font-weight: 300;
  padding-inline: 20px;
  transform: skewX(10deg);
  transition: all 1s ease-in-out;

  &:lang(ar) {
    width: 90%;
  }

  &:lang(en) {
    width: 75%;
  }
}

.card-1:hover,
.card-1.active {
  background: linear-gradient(0deg, #fff, #000);
  width: 370px;
  overflow: hidden;

  &:lang(ar) {
    left: -30px;
  }

  &:lang(en) {
    /* right: -30px; */
    right: -100px;
  }

  border: none;
}

.card-1:hover .card-header,
.card-1.active .card-header {
  flex-direction: row;
  align-items: center;
  gap: 5px;
  width: unset;
}

.card-1:hover .card-header h3,
.card-1.active .card-header h3 {
  color: rgba(54, 176, 255, 1);
}

.card-1:hover p,
.card-1.active p {
  visibility: visible;
  padding: 0 30px;
}

.card-1:hover~.card-2,
.card-1.active~.card-2 {
  overflow: hidden;
  border: none;

  &:lang(ar) {
    left: 80px;
    left: 120px;
  }

  &:lang(en) {
    right: 130px;
    right: 300px;
  }
}

.card-1:hover~.card-3,
.card-1.active~.card-3 {
  border: none;

  &:lang(ar) {
    left: 210px;
    left: 240px;
  }

  &:lang(en) {
    right: 235px;
    right: 500px;
  }
}

.goal__card {
  &:lang(ar) {
    border-top-right-radius: 40px;
  }

  &:lang(en) {
    border-top-left-radius: 40px;
  }

  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: none;
}

@media screen and (max-width: 1199.5px) {
  .goals__responsive {
    display: flex;
    align-items: center;
  }
}

html[lang="ar"] .goal__card.active::after,
html[lang="ar"] .goal__card:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  background-image: url("../assets/homebackground.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  transition: all 2s ease-in-out;
  border: none;
}

html[lang="en"] .goal__card.active::after,
html[lang="en"] .goal__card:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 100%;
  z-index: -1;
  background-image: url("../assets/homebackground.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  transition: all 2s ease-in-out;
  border: none;
}

.card-1.active,
.card-1:hover {
  top: 0%;
  width: 440px !important;

  &:lang(ar) {
    /* left: -100px; */
    left: -60px;
  }

  &:lang(en) {
    /* right: -100px; */
    right: -30px;
  }
}

.card-2.active,
.card-2:hover {
  top: 10%;
  width: 370px !important;

  &:lang(ar) {
    left: -100px;
  }

  &:lang(en) {
    right: -100px;
    right: 500px;
  }
}

.card-3.active,
.card-3:hover {
  top: 30%;
  width: 370px !important;

  &:lang(ar) {
    left: -100px;
  }

  &:lang(en) {
    right: -100px;
    right: 500px;
  }
}

.goal__card:not(.active) {
  animation: hoverCard 3s alternate;
}

@keyframes hoverCard {
  0% {
    filter: blur(5px);
  }

  100% {
    filter: blur(0px);
  }
}

.card-2:hover,
.card-2.active {
  color: rgba(0, 0, 0, 0, 0.7);
  width: 350px;
  border: none;

  &:lang(ar) {
    left: 90px;
  }

  &:lang(en) {
    right: 90px;
    right: 230px;
  }
}

.card-2:hover .card-header,
.card-2.active .card-header {
  flex-direction: row;
  align-items: center;
  gap: 5px;
  width: unset;
}

.card-2:hover .card-header h3,
.card-2.active .card-header h3 {
  color: rgba(54, 176, 255, 1);
}

.card-2:hover p,
.card-2.active p {
  visibility: visible;
}

.card-2:hover~.card-3,
.card-2.active~.card-3 {
  border: none;

  &:lang(ar) {
    left: 230px;
  }

  &:lang(en) {
    right: 230px;
    right: 450px;
  }
}

.card-3:hover,
.card-3.active {
  color: rgba(0, 0, 0, 0, 0.7);
  width: 350px;
  border: none;

  &:lang(ar) {
    left: 200px;
  }

  &:lang(en) {
    right: 200px;
    right: 410px;
  }
}

.card-3:hover .card-header,
.card-3.active .card-header {
  flex-direction: row;
  align-items: center;
  gap: 5px;
  width: unset;
}

.card-3:hover .card-header h3,
.card-3.active .card-header h3 {
  color: rgba(54, 176, 255, 1);
}

.card-3:hover p,
.card-3.active p {
  visibility: visible;
}

.cards-container {
  @media screen and (max-width: 1650px) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.goal__card-container {
  display: block;

  @media screen and (max-width: 1650px) {
    display: none;
  }
}

.accordion__goals {
  width: 90%;

  display: none;

  @media screen and (max-width: 1650px) {
    display: block;
  }
}

html[lang="ar"] .accordion-button:not(.collapsed)::after,
html[lang="ar"] .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}

html[lang="en"] .accordion-button:not(.collapsed)::after,
html[lang="en"] .accordion-button::after {
  margin-left: auto;
  margin-right: 0;
}

.accordion-button {
  text-align: right;

  &:lang(ar) {
    text-align: right;
  }

  &:lang(en) {
    text-align: left;
  }
}

/* Start Footer */
.footer {
  padding: 67px 0;
  background-image: url("../assets/footer-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #000;

  .footer__maps {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;

    @media screen and (max-width: 1180px) {
      display: none;
    }

    &:lang(ar) {
      clip-path: polygon(0 0, 96% 0, 86% 100%, 0% 100%);
      left: 0;
    }

    &:lang(en) {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
      right: 0;
    }

    iframe {
      width: 100%;
      height: 100%;
    }
  }
}

html[lang="ar"] .footer::after {
  content: "";
  /* background-image: url("../assets/footer-location.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 78%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 0;
  clip-path: polygon(0 0, 96% 0, 86% 100%, 0% 100%);
}

html[lang="en"] .footer::after {
  content: "";
  /* background-image: url("../assets/footer-location.png"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 78%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
}

.footer::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.242);
}

.footer__description {
  color: rgb(255 255 255 / 74%);
  font-size: 16px;
  font-weight: 300;
  line-height: 28.91px;
  /* margin-bottom: 10px; */
  width: 50%;
  margin-top: 15px;
  /* margin-bottom: 15px; */
}

.footer__logo img {
  position: relative;
  z-index: 2;
}

.footer__location {
  position: relative;
  z-index: 0;
  padding: 26px 20px;
  background-color: rgba(255, 255, 255, 0.085);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}

.footer__location {
  position: relative;
  z-index: 0;
  padding: 26px 20px;
  background-color: rgba(255, 255, 255, 0.085);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  overflow: hidden;
  width: 57%;
  margin-top: 15px;

  &:lang(ar) {
    text-align: right;
  }

  &:lang(en) {
    text-align: left;
  }
}

html[lang="ar"] .footer__location::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.17);
  width: 60px;
  height: 300%;
  transform: rotate(15deg);
  left: 85%;
  animation: complexMove1 2.5s ease-in-out infinite;
}

html[lang="en"] .footer__location::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.17);
  width: 60px;
  height: 300%;
  transform: rotate(15deg);
  right: 85%;
  animation: complexMove1_en 2.5s ease-in-out infinite;
}

html[lang="ar"] .footer__location::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.17);
  width: 30px;
  height: 130%;
  transform: rotate(15deg);
  left: 75%;
  animation: complexMove2 2.5s ease-in-out infinite;
}

html[lang="en"] .footer__location::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.17);
  width: 30px;
  height: 130%;
  transform: rotate(15deg);
  right: 75%;
  animation: complexMove2_en 2.5s ease-in-out infinite;
}

@keyframes complexMove1 {
  0% {
    left: 110%;
  }

  10% {
    left: 85%;
  }

  30% {
    left: 90%;
  }

  100% {
    left: -50px;
  }
}

@keyframes complexMove2 {
  0% {
    left: 100%;
  }

  10% {
    left: 75%;
  }

  30% {
    left: 80%;
  }

  100% {
    left: -100px;
  }
}

@keyframes complexMove1_en {
  0% {
    right: 110%;
  }

  10% {
    right: 85%;
  }

  30% {
    right: 90%;
  }

  100% {
    right: -50px;
  }
}

@keyframes complexMove2_en {
  0% {
    right: 100%;
  }

  10% {
    right: 75%;
  }

  30% {
    right: 80%;
  }

  100% {
    right: -100px;
  }
}

.footer__location-icon {
  background-color: #1f8cd3;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.footer__location__text__title,
.footer__contact__text__title {
  color: rgba(255, 255, 255, 0.59);
  margin-bottom: 8px;
}

.footer__location__text__description,
.footer__contact__text__description {
  color: white;
  margin: 0;
}

.footer__contact {
  position: relative;
  z-index: 2;
  margin: 19px 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;

  a {
    text-decoration: none;
  }
}

.footer__contact__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer__contact-icon {
  background-color: rgba(255, 255, 255, 0.085);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;

  img {
    object-fit: contain;
  }
}

.footer__social {
  position: relative;
  z-index: 2;
  padding: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  margin: 0;

  li {
    list-style: none;

    a {
      color: rgba(255, 255, 255, 0.477);
      transition: all 0.2s ease-in-out;

      &:hover {
        color: white;
      }
    }
  }
}

.footer__copyright {
  position: relative;
  z-index: 2;
  background-color: #000000eb;
  font-size: 14px;
  color: white;
  margin: 0;
  padding: 17px 0;

  .footer__copyright__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    p {
      margin: 0;
    }
  }
}

@media screen and (max-width: 1180px) {
  .footer__logo {
    text-align: center;
  }

  .footer__description {
    width: 100%;
    text-align: center;
  }

  html[lang="ar"] .footer::after,
  html[lang="en"] .footer::after {
    width: 0;
    background-image: none;
  }

  .footer__location {
    width: 100%;

    &:lang(ar) {
      text-align: right;
    }

    &:lang(en) {
      text-align: left;
    }
  }

  .footer__social {
    justify-content: start;
  }

  .footer__contact {
    justify-content: start;
  }

  .footer__copyright {
    .footer__copyright__inner {
      justify-content: center;
      flex-flow: column wrap;
      text-align: center;
    }
  }

  .footer__location::after {
    width: 40px;
  }

  .footer__location::before {
    width: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .card-content .img-wrapper {
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .img-wrapper img {
    width: 30px;
    height: 30px;
  }
}

.dropdown-item {
  cursor: pointer;

  &:lang(ar) {
    text-align: right;
  }

  &:lang(en) {
    text-align: left;
  }
}

@media screen and (max-width: 900px) {

  /* Start Home */
  /* End Home */
  .home__header {
    flex-flow: column wrap;
    /* justify-content: center; */
    line-height: 20px;
  }

  .home__title {
    font-size: 30px;
    line-height: 50px;
  }

  .home__desc {
    font-size: 14px;
  }

  .home-btn {
    padding: 12px 20px;
  }

  .card-content p {
    font-size: 14px;
    padding-right: 10px;
  }

  .card-content .img-wrapper {
    min-width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .img-wrapper img {
    width: 20px;
    height: 20px;
  }

  /* Start About */
  .about__title-top {
    font-size: 30px;
  }

  .about__title-bottom {
    font-size: 40px;
  }

  .about__desc {
    font-size: 16px;
    width: 90%;
  }

  /* End About */
}

@media screen and (max-width: 991px) {
  .content {
    height: calc(100vh - 240px);
  }
}

@media screen and (max-width: 500px) {
  .card-content p {
    max-width: 134px;
  }
}

@media screen and (max-width: 340px) {

  /* start Home */
  .home__title {
    font-size: 29px;
    line-height: 50px;
  }

  .home__desc {
    font-size: 14px;
  }

  .card-content p {
    font-size: 12px;
    /* padding-right: 10px; */
  }

  /* End Home */

  /* Start About */
  .about__content {
    padding: 50px 0;
    height: auto;
  }

  .about__title-top {
    font-size: 20px;
  }

  .about__title-bottom {
    font-size: 30px;
  }

  .about__desc {
    font-size: 14px;
    width: 90%;
  }

  /* End About */
}

.slick-dots li button:before {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #736e6e !important;
  border-radius: 50%;
  margin-top: 10px;
}

.slick-dots li.slick-active button:before {
  background-color: #0169c2 !important;
}

@media screen and (max-width: 767px) {
  .slid-Wrapper {
    position: sticky !important;
    top: 45px;
    z-index: 1000;
    margin-top: 15px;
  }

  .slider-head .services__title,
  .categories__title {
    font-size: 30px;
  }

  .slider-head button span {
    font-size: 14px;
  }

  .slider-head a img,
  .show-more img {
    width: 20px;
  }

  .advisors__top__title {
    font-size: 30px;
    line-height: 50px;
  }

  .advisors__top__text {
    font-size: 20px;
  }

  .show-more span {
    font-size: 14px;
  }
}

/* End Footer */

@media screen and (max-width: 991px) {
  div#navbarSupportedContent {
    background-color: rgba(255, 255, 255, 0.201);
    backdrop-filter: blur(6.550000190734863px);
    padding: 0 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 1000;
    top: 5px;
    width: 140px;

    &:lang(ar) {
      left: 55px;
    }

    &:lang(en) {
      left: -130px;
    }

    margin: auto;
  }

  .navbar-toggler-icon {
    height: auto;
  }

  .navbar-toggler {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.slick-initialized.slick-slider {
  &:lang(ar) {
    direction: rtl;
  }

  &:lang(en) {
    direction: ltr;
  }
}

.navbar-collapse.collapse.show {
  z-index: 2000;
  position: relative;
}

/* Start Partners */

.partners {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.partners::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  top: 50px;
  right: 50%;
  background-color: rgba(246, 246, 246, 1);
  z-index: -1;
  transform: skewX(-15deg);
  border-radius: 50px;
}

.partners__top__text {
  color: rgba(34, 119, 174, 1);
  font-size: 30px;
  line-height: 47.01px;

  &:lang(en) {
    text-align: left;
  }
}

.partners__top__title {
  font-size: 50px;
  color: rgba(17, 17, 17, 1);
  line-height: 78.35px;

  &:lang(en) {
    text-align: left;
  }
}

.partners__cards {
  margin-top: 44px;
}

.partners__cards__card {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  height: 135px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.partners__cards__card:hover {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.partners__cards__card img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .partners__top__text {
    font-size: 20px;
  }

  .partners__top__title {
    font-size: 30px;
  }
}

/* End Partners */

.coming-soon {
  position: relative;
}

html[lang="ar"] .coming-soon::after {
  content: "";
  position: absolute;
  /* width: 80px;
  height: 50px; */
  width: 58px;
  height: 50px;
  top: 30px;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
  background-image: url("../assets/coming-soon-ar.png");
  background-repeat: no-repeat;
  background-size: contain;
}

html[lang="en"] .coming-soon::after {
  content: "";
  position: absolute;
  /* width: 80px;
  height: 50px; */
  width: 58px;
  height: 50px;
  top: 30px;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
  background-image: url("../assets/coming-soon-en.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .nav-item.coming-soon {
    margin-bottom: 20px;
  }

  a.nav-link {
    padding-bottom: 5px;
  }

  html[lang="ar"] .coming-soon::after {
    content: "";
    position: absolute;
    /* width: 80px;
    height: 50px; */
    width: 86px;
    height: 42px;
    top: 16px;
    /* right: 23%; */
    right: 2%;
    transform: translateX(50%);
    z-index: -1;
    background-image: url("../assets/coming-soon-ar.png");
    background-repeat: no-repeat;
    background-size: contain;
  }

  html[lang="en"] .coming-soon::after {
    content: "";
    position: absolute;
    /* width: 80px;
    height: 50px; */
    width: 86px;
    height: 42px;
    top: 16px;
    right: 70%;
    transform: translateX(50%);
    z-index: -1;
    background-image: url("../assets/coming-soon-en.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}



.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: rgb(56 152 213) !important;
}