:root {
  --elgamal-green-900: #173f2a;
  --elgamal-green-800: #225735;
  --elgamal-green-700: #2f6f42;
  --elgamal-green-500: #83ad45;
  --elgamal-gold: #c8a45d;
  --elgamal-cream: #fbfaf4;
  --elgamal-mint: #eef7ef;
  --elgamal-ink: #24312a;
  --elgamal-muted: #68766d;
  --heading-fonts: "Cairo", "Tajawal", sans-serif;
  --body-fonts: "Cairo", "Tajawal", sans-serif;
  --base-1: var(--elgamal-green-700);
  --base-2: var(--elgamal-green-500);
  --base-rgb: 47, 111, 66;
  --base-rgb-2: 131, 173, 69;
  --header-bg: rgba(248, 251, 247, 0.92);
  --body-clr: var(--elgamal-muted);
  --title-clr: var(--elgamal-ink);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-fonts);
  color: var(--elgamal-muted);
  background:
    radial-gradient(circle at top right, rgba(131, 173, 69, 0.12), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, var(--elgamal-cream) 42%, #ffffff 100%);
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.subtitle {
  font-family: var(--heading-fonts);
  color: var(--elgamal-ink);
  letter-spacing: 0;
}

.container {
  max-width: 1180px;
}

header {
  top: 0;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(34, 87, 53, 0.08);
  background: var(--header-bg);
}

header.active {
  box-shadow: 0 14px 40px rgba(23, 63, 42, 0.08);
}

header.active::after {
  display: none;
}

.navbar-bottom-wrapper {
  padding: 14px 0;
  gap: 22px;
}

.navbar-bottom-wrapper .logo {
  height: 62px;
  max-width: 130px;
}

.navbar-bottom-wrapper .logo img {
  object-position: center;
}

.navbar-bottom-wrapper .menu {
  align-items: center;
  gap: 8px;
}

.navbar-bottom-wrapper .menu li a {
  color: #33463a;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 12px;
}

.navbar-bottom-wrapper .menu li a span::before {
  bottom: -7px;
  height: 3px;
  background: var(--elgamal-green-700);
}

.elgamal-hero {
  min-height: calc(100vh - 91px);
  padding: 76px 0 92px;
  overflow: hidden;
  background: #ffffff;
}

.elgamal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../img/elgamal/hero-herbs-export.png") no-repeat center / cover;
  opacity: 0.68;
}

[dir=rtl] .elgamal-hero {
  background: #ffffff;
}

[dir=rtl] .elgamal-hero::before {
  transform: scaleX(-1);
}

.elgamal-hero::after {
  content: "";
  position: absolute;
  inset-inline-start: 8%;
  bottom: 36px;
  width: min(520px, 60vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 111, 66, 0.45), transparent);
}

.banner-section .container {
  margin-top: 0;
  position: relative;
  z-index: 1;
  max-width: min(1520px, calc(100% - 88px));
}

.banner-content {
  text-align: start;
  margin: 0;
  max-width: 690px;
  padding: 38px 0;
}

[dir=rtl] .banner-content {
  margin-inline-start: 0;
  margin-inline-end: auto;
  margin-right: clamp(24px, 5vw, 110px) !important;
  margin-left: auto !important;
  max-width: 570px;
  text-align: right;
}

html[lang^="ar"] .elgamal-hero .banner-content,
.elgamal-hero .banner-content {
  margin-right: clamp(24px, 5vw, 110px);
  margin-left: auto;
}

html[lang^="ar"] .elgamal-hero .banner-content {
  text-align: right;
}

[dir=rtl] .elgamal-hero .hero-actions,
[dir=rtl] .elgamal-hero .hero-trust-list,
html[lang^="ar"] .elgamal-hero .hero-actions,
html[lang^="ar"] .elgamal-hero .hero-trust-list {
  direction: rtl;
}

[dir=rtl] .banner-content .title {
  font-size: clamp(40px, 4.7vw, 70px);
}

[dir=rtl] .banner-content .text {
  max-width: 540px;
}

.banner-content .title {
  font-size: clamp(42px, 5.8vw, 82px);
  line-height: 1.18;
  font-weight: 900;
  margin-bottom: 16px;
  color: var(--elgamal-green-900);
}

.banner-content img {
  width: auto !important;
  max-width: 120px;
  max-height: 88px;
  margin-bottom: 18px;
  filter: drop-shadow(0 12px 26px rgba(23, 63, 42, 0.12));
}

.banner-content .text {
  margin: 0;
  max-width: 620px;
  color: #46554b;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 600;
  line-height: 1.9;
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--elgamal-green-700);
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 14px;
}

.hero-kicker::before,
.section-kicker::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--elgamal-gold);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.cmn--btn,
.hero-secondary-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 800;
  text-decoration: none;
}

.cmn--btn {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--elgamal-green-800), var(--elgamal-green-500));
  box-shadow: 0 16px 32px rgba(47, 111, 66, 0.22);
}

.hero-secondary-btn {
  color: var(--elgamal-green-800);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(47, 111, 66, 0.18);
}

.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-trust-list span {
  padding: 8px 14px;
  border: 1px solid rgba(47, 111, 66, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #405047;
  font-size: 14px;
  font-weight: 800;
}

.banner-shape-1,
.banner-shape-2,
.cloud-img,
.e-shape-1,
.e-shape-2,
.e-shape-3,
.e-shape-4,
.s-shape-1,
.s-shape-2 {
  display: none !important;
}

.section-header {
  margin-bottom: 34px;
}

.section-header .title {
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.35;
}

.section-header p,
.section-header .text {
  max-width: 760px;
  margin-inline: auto;
  color: var(--elgamal-muted);
  font-size: 18px;
  font-weight: 600;
}

.section-header.text-start p,
.section-header.text-start .text {
  margin-inline: 0;
}

.ecommerce-venture-section {
  padding: 72px 0 78px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9f1 100%);
  scroll-margin-top: 105px;
}

.nav--tabs-wrapper {
  margin-bottom: 22px;
  max-width: 1180px;
  margin-inline: auto;
}

.nav--tabs .item {
  min-height: 108px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(47, 111, 66, 0.1);
  box-shadow: 0 12px 32px rgba(23, 63, 42, 0.05);
  color: var(--elgamal-green-800);
  padding-top: 15px;
  padding-bottom: 13px;
  font-size: 13px;
}

.nav--tabs .owl-item.synced .item {
  background: #ffffff;
  border-color: rgba(47, 111, 66, 0.24);
  box-shadow: 0 16px 38px rgba(47, 111, 66, 0.12);
  transform: translateY(-3px);
}

.nav--tabs .owl-item:not(.synced) .item {
  filter: none;
  opacity: 0.72;
}

.nav--tabs .item img,
.__img-50 {
  width: 50px !important;
  height: 50px !important;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 9px;
  background: var(--elgamal-mint);
  padding: 6px;
}

.nav--tabs .item .txt {
  min-height: 28px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1.35;
}

#sync1 .owl-stage {
  display: flex;
  align-items: stretch;
}

#sync1 .owl-item {
  display: flex;
  align-items: stretch;
}

#sync1 .owl-item > .row {
  width: 100%;
  margin-inline: 0;
  align-items: center;
}

#sync1 {
  max-width: 1180px;
  margin: 22px auto 0;
}

.venture-content,
.venture-img {
  height: 100%;
}

.venture-content {
  display: flex;
  align-items: center;
}

.venture-content-box {
  width: 100%;
  min-height: 280px;
  padding: 30px;
  margin-bottom: 0;
  border-radius: 8px;
  border: 1px solid rgba(47, 111, 66, 0.11);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 60px rgba(23, 63, 42, 0.08);
  color: #516056;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
}

.venture-content-box strong,
.venture-content-box b,
.venture-content-box .subtitle {
  color: var(--elgamal-green-800);
}

.venture-img {
  border-radius: 8px;
  overflow: hidden;
  min-height: 300px;
  background: var(--elgamal-mint);
  box-shadow: 0 24px 60px rgba(23, 63, 42, 0.11);
}

.venture-img img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.main-category {
  padding: 70px 0 !important;
  background: #ffffff;
}

.main-category-slider {
  width: 100%;
  max-width: 1180px;
}

.main-category-slider .owl-stage-outer {
  overflow: hidden;
  border-radius: 8px;
}

.main-category-slider .owl-stage-outer .owl-item {
  opacity: 0.34;
}

.category-slide-item {
  min-height: 320px;
  border-radius: 8px;
  padding: 42px;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.category-slide-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(16, 40, 27, 0.72) 100%);
}

.category-slide-item > div {
  position: relative;
  z-index: 1;
}

.category-slide-item .title {
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 900;
}

.category-slide-item .text {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 700;
}

.learn-feature-section {
  background: linear-gradient(135deg, #f7fbf4 0%, #ffffff 100%) !important;
}

.learn-feature-section::before {
  display: none;
}

.learn-feature-content {
  padding: 84px 0;
}

.learn-feature-wrapper {
  height: auto;
  overflow: visible;
  padding: 72px 0 !important;
}

.learn-feature-item-group {
  animation: none;
}

.learn-feature-item {
  min-height: 220px;
  border-radius: 8px;
  border: 1px solid rgba(47, 111, 66, 0.12);
  box-shadow: 0 20px 52px rgba(23, 63, 42, 0.08);
  padding: 0 24px 28px;
}

.learn-feature-item .learn-feature-icon {
  border-radius: 8px;
}

.learn-feature-item .subttle,
.learn-feature-item .subtitle {
  font-size: 22px;
  font-weight: 900;
  color: var(--elgamal-green-800);
  margin-bottom: 12px;
}

.learn-feature-item .learn-feature-item-content .text {
  min-height: 0;
  font-weight: 600;
}

.refer-section {
  padding: 86px 0;
  background: #ffffff;
}

.refer-section .row {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(240, 247, 236, 0.92));
  border: 1px solid rgba(47, 111, 66, 0.1);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(23, 63, 42, 0.07);
  overflow: hidden;
}

.refer-section .col-lg-5 {
  padding: 44px;
}

.refer-section .section-header .title {
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.35;
}

.refer-section .section-header .title div {
  line-height: 1.35;
  max-width: 360px;
}

.refer-section .text {
  max-width: 390px;
  font-size: 17px;
  font-weight: 700;
  color: var(--elgamal-muted);
}

.refer-img {
  min-height: 430px;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(23, 63, 42, 0.2), rgba(23, 63, 42, 0.02)),
    url("../img/elgamal/hero-herbs-export.png") no-repeat center / cover;
}

.earn-money-section {
  padding: 84px 0;
  border-radius: 0;
  background: linear-gradient(180deg, #f7fbf4 0%, #ffffff 100%);
}

.earn-item {
  max-width: 1180px;
  margin: 0 auto 28px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(23, 63, 42, 0.1);
  background: #fff;
}

.earn-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.earn-item-img {
  width: 64%;
  min-height: 300px;
  border-radius: 0;
  padding: 36px;
}

.earn-item-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 63, 42, 0.36), rgba(23, 63, 42, 0.05));
}

.earn-item-cont {
  flex: 1;
  padding: 34px;
  min-width: 0;
  align-items: center;
}

.earn-item-cont .subtitle {
  font-size: clamp(18px, 1.6vw, 24px);
  color: var(--elgamal-muted);
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 8px;
}

.earn-item-cont .title {
  font-size: clamp(28px, 3vw, 42px);
  color: var(--elgamal-green-800);
  font-weight: 900;
  line-height: 1.22;
  max-width: 360px;
  overflow-wrap: anywhere;
}

.special-feature-section {
  padding: 86px 0 !important;
  background: #ffffff;
}

.special-feature-wrapper {
  justify-content: center;
}

.feature-card {
  width: min(100%, 330px);
  border-radius: 8px;
  padding: 30px;
  background: #f7fbf4;
  border: 1px solid rgba(47, 111, 66, 0.1);
  box-shadow: 0 20px 50px rgba(23, 63, 42, 0.06);
  transform: none !important;
}

.feature-card-icon {
  width: 70px;
  height: 70px;
  margin-inline-start: 0;
  margin-bottom: 20px;
}

.feature-card-cont {
  margin-top: 0;
}

.feature-card-cont .subtitle {
  color: var(--elgamal-green-800) !important;
  font-size: 26px;
  line-height: 1.35;
}

.counter-section,
.download-app-section,
.testimonial-section {
  display: none;
}

.newsletter-section {
  padding: 86px 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbf3 100%);
}

.newsletter-wrapper {
  max-width: 760px;
}

.newsletter-wrapper::before,
.newsletter-wrapper::after {
  display: none;
}

.newsletter-content {
  max-width: 720px;
  width: 100%;
  padding: 42px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(23, 63, 42, 0.1);
}

.newsletter-content .title {
  font-size: 32px;
  font-weight: 900;
}

.newsletter-content .title::after {
  width: 88px;
  height: 4px;
  background: var(--elgamal-gold);
}

.newsletter-content .text {
  font-size: 17px;
  color: var(--elgamal-muted);
}

.input--grp .form-control {
  height: 58px;
  border: 1px solid rgba(47, 111, 66, 0.12);
  background: #f7faf6;
  font-family: var(--body-fonts);
}

.footer-bottom {
  border-radius: 0;
  padding: 70px 0 32px;
  background:
    linear-gradient(135deg, rgba(23, 63, 42, 0.96), rgba(47, 111, 66, 0.94)),
    url("../img/elgamal/hero-herbs-export.png") no-repeat center / cover;
}

.footer-wrapper {
  align-items: flex-start;
  gap: 42px;
}

.footer-widget {
  line-height: 1.9;
}

.footer-widget .footer-logo {
  max-width: 150px;
  padding: 14px 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.footer-widget .txt {
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 600;
}

.footer-widget .subtitle {
  font-size: 20px;
  font-weight: 900;
}

.footer-widget.widget-links ul li + li {
  margin-top: 8px;
}

.footer-widget.widget-links ul li a {
  font-size: 16px;
  font-weight: 700;
}

.social-icon {
  gap: 16px;
}

.social-icon a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.copyright {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.whatsapp-float {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 24px !important;
  left: 24px !important;
  padding: 0 !important;
  border: 3px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.32) !important;
}

.whatsapp-float img {
  width: 34px !important;
  height: 34px !important;
}

@media (max-width: 991.9px) {
  .navbar-bottom-wrapper {
    padding-inline: 12px;
  }

  .navbar-bottom-wrapper .logo {
    height: 54px;
  }

  .navbar-bottom-wrapper .menu {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 48px rgba(23, 63, 42, 0.12);
  }

  .elgamal-hero {
    min-height: auto;
    padding: 52px 0 70px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.72));
  }

  .banner-content {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .learn-feature-content,
  .learn-feature-wrapper {
    padding: 48px 20px !important;
  }

  .refer-section .col-lg-5 {
    padding: 36px 24px;
  }

  .refer-img {
    min-height: 300px;
  }

  .earn-item,
  .earn-item:nth-of-type(even) {
    flex-direction: column;
  }

  .earn-item-img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-bottom-wrapper .logo {
    max-width: 92px;
  }

  .hero-actions,
  .hero-trust-list {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions a {
    width: 100%;
  }

  .ecommerce-venture-section,
  .main-category,
  .refer-section,
  .earn-money-section,
  .special-feature-section,
  .newsletter-section {
    padding-block: 54px !important;
  }

  .venture-content-box {
    min-height: auto;
    padding: 24px;
  }

  .venture-img,
  .venture-img img {
    min-height: 270px;
  }

  .category-slide-item {
    min-height: 260px;
    padding: 28px;
  }

  .learn-feature-item {
    min-height: auto;
  }

  .feature-card {
    width: 100%;
  }

  .newsletter-content {
    padding: 30px 20px;
  }

  .footer-widget.widget-links {
    width: 100%;
    max-width: none;
  }
}
