:root {
  --primary: #21356c;
  --secondary: #555555;
  --black: #121212;
  --black-2: #555555;
  --white: #fff;
  --white-2: #999999;
  --action: #cf4359;
  --font-ar: "IBM Plex Sans Arabic", sans-serif;
  --font-en: "Roboto", sans-serif;
}

.lang-en body,
.lang-en h1,
.lang-en h2,
.lang-en h3,
.lang-en h4,
.lang-en h5,
.lang-en h6,
.lang-en p,
.lang-en a,
.lang-ar span:not(span.icon-wcf-menu-bar-1),
.lang-en li,
.lang-en div {
  font-family: var(--font-en) !important;
}

.lang-ar body,
.lang-ar h1,
.lang-ar h2,
.lang-ar h3,
.lang-ar h4,
.lang-ar h5,
.lang-ar h6,
.lang-ar p,
.lang-ar a,
.lang-ar span:not(span.icon-wcf-menu-bar-1),
.lang-ar li,
.lang-ar div {
  font-family: var(--font-ar) !important;
}

.header-area {
  .header__logo {
    img {
      max-width: 60px;
    }
  }
}

.about-area {
  .title-wrapper {
    p {
      font-size: 25 px;
      color: #000;
    }
  }
  img {
    max-width: 250px;
    aspect-ratio: 1/1;
    object-fit: cover;
  }

  .react-shape {
    /* background-color: var(--action); */
    background-color: transparent !important;
    background-image: url("../imgs/logo/left-wing.png") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 30px;
    scale: 1.5;
  }
}

.lang-ar .react-shape {
  margin-left: -20px;
  background-image: url("../imgs/logo/right-wing.png") !important;
}

.feature-area {
  .content {
    h4 {
      font-size: 18px;
      color: #000;
    }
  }
  .feature-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    .wcf_iconbox {
      width: calc(96% / 2);
      padding: 20px !important;
    }
    .wcf_iconbox:nth-child(5) {
      width: 100%;
    }
  }
}

.banner-area {
  min-height: 80vh;
  .banner-inner {
    min-height: 80vh;
    .banner-content {
      .title-wrapper {
        h2 {
          font-family: "IBM Plex Sans Arabic", sans-serif !important;
          font-size: 40px;
          margin-top: 90px;
        }
      }
    }
  }
}

.numbers-area {
  padding: 80px 0;
}
.numbers-area .numbers-header .section-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 30px;
}
.numbers-area .numbers-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.numbers-area .number-item {
  text-align: center;
  color: var(--action);
}
.numbers-area .number-item .number-value {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}
.numbers-area .number-item .number-label {
  margin-top: 8px;
  font-size: 18px;
}

/* Success Stories enhanced styles */
.success-stories {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #0f1221 0%, #0b0e1a 100%);
  color: #ffffff;
  overflow: hidden;
}
.success-stories:before,
.success-stories:after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
}
.success-stories:before {
  top: -120px;
  left: -120px;
  background: radial-gradient(closest-side, #e8bf96, transparent 70%);
}
.success-stories:after {
  bottom: -140px;
  right: -140px;
  background: radial-gradient(closest-side, #fd8f77, transparent 70%);
}
.success-stories .section-title {
  text-align: center;
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 16px;
  color: #ffffff;
}
.success-stories .desc-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.success-stories .desc-text .text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
}
.success-stories .desc-text .text + .text {
  margin-top: 10px;
}
.success-stories .btn-wrapper {
  text-align: center;
  margin-top: 28px;
}
.success-stories .btn-underline {
  color: #e8bf96;
}

@media (max-width: 991.98px) {
  .success-stories {
    padding: 70px 0;
  }
  .success-stories .section-title {
    font-size: 38px;
  }
}

@media (max-width: 575.98px) {
  .numbers-area .numbers-wrapper {
    gap: 30px;
  }
  .numbers-area .number-item .number-value {
    font-size: 42px;
  }
  .success-stories .section-title {
    font-size: 32px;
  }
  .success-stories .desc-text .text {
    font-size: 16px;
  }
}

/* CTA contact section */
.cta-area {
  position: relative;
  padding: 90px 0;
  background: none;
  color: inherit;
  text-align: center;
}
.cta-area .section-title {
  color: inherit;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 14px;
}
.cta-area .section-title:after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, #e8bf96 0%, #fd8f77 100%);
  border-radius: 3px;
}
.cta-area .desc-text .text {
  color: inherit;
  opacity: 0.85;
}
.cta-area .btn-wrapper {
  margin-top: 24px;
}
.cta-area .btn-underline {
  color: #e8bf96;
}
@media (max-width: 991.98px) {
  .cta-area {
    padding: 70px 0;
  }
  .cta-area .section-title {
    font-size: 34px;
  }
}
@media (max-width: 575.98px) {
  .cta-area .section-title {
    font-size: 28px;
  }
}

.video-area {
  .thumb {
    display: flex;
    justify-content: center;
  }
  .section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
  }
  .desc-text {
    margin: 0 !important;
  }
}

.body-wrapper.consultant-corporate .strategy-area .section-title {
  width: 100%;
}

/* Language toggle styles */
.header__lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-inline-start: 12px;
  position: relative;
  z-index: 9; /* keep above header overlays on desktop */
}
.header__lang .btn-lang {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.6);
  color: inherit;
  padding: 6px 10px;
  line-height: 1;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  position: relative;
  z-index: 10;
  pointer-events: auto;
}
.header__lang .btn-lang:hover {
  background: rgba(0, 0, 0, 0.08);
}
.lang-en .header__lang .btn-lang[data-lang="en"],
.lang-ar .header__lang .btn-lang[data-lang="ar"] {
  background: #111;
  color: #fff;
  border-color: #111;
}

/* Mobile responsive styles for language toggle */
@media (max-width: 575.98px) {
  .header__meta {
    display: flex !important;
    align-items: center;
    gap: 10px;
  }

  .header__meta .cf_btn {
    display: none; /* Hide "Let's Talk" button on mobile */
  }

  .header__lang {
    display: flex !important;
    margin-inline-start: 0;
    gap: 6px;
  }

  .header__lang .btn-lang {
    padding: 4px 8px;
    font-size: 11px;
    min-width: 32px;
  }
}

@media (max-width: 767.98px) {
  .header__meta {
    display: flex !important;
    align-items: center;
    gap: 12px;
  }

  .header__meta .cf_btn {
    font-size: 14px;
    padding: 12px 16px;
  }

  .header__lang {
    display: flex !important;
    margin-inline-start: 8px;
  }
}

.index.footer-area {
  .powerd-by {
    display: flex;
    justify-content: center;
    align-items: center;
    a {
      color: #21356c;
    }
    a:hover {
      text-decoration: underline;
    }
  }
  padding-bottom: 20px !important;
}

.banner-3 .banner-content-bg {
  background-color: transparent;
  background-image: url("../imgs/logo/wing.png") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  scale: 2;
  margin-bottom: 60px;
}

/* Mobile responsive styles for banner-3 */
@media (max-width: 767.98px) {
  .banner-3 .banner-content-bg {
    scale: 2;
    margin-bottom: 80px;
  }
}

@media (max-width: 575.98px) {
  .banner-3 .banner-content-bg {
    scale: 1.5;
    margin-bottom: 20px;
  }
}

.banner-content {
  .title-wrapper h2 {
    /* margin-top: 120px !important; */
  }
}

.banner-3 .social-links {
  p {
    color: var(--black);
    font-size: 14px;
  }
}

html[dir="rtl"] .banner-3 .social-links,
body.lang-ar .banner-3 .social-links {
  top: calc(-50% - 70px);
  left: -40px;
  p {
    color: var(--black);
    font-size: 14px;
  }
}
