/* ==========================================================================
   Jai Shri Irrigation — main stylesheet
   Built on top of Bootstrap 5. Only brand colors, fonts and the handful of
   custom sections that Bootstrap doesn't cover out of the box live here.
   ========================================================================== */

:root {
  --green-950: #07231a;
  --green-900: #0d3b28;
  --green-800: #12492f;
  --green-700: #166534;
  --green-600: #1f7a45;
  --green-500: #2f9e5b;
  --lime-400: #8bd45a;
  --lime-300: #a9e878;
  --amber-500: #f5a623;
  --amber-600: #e8910a;
  --cream: #eef2e6;
  --ink-900: #12251c;
  --ink-700: #3c4d43;
  --ink-500: #6b7c72;
  --line: #e4e6de;

  /* Bootstrap reads the *-rgb versions at render time (for opacity support),
     not the plain color ones, so both have to be set or things like plain
     <a> tags quietly fall back to Bootstrap's default blue. */
  --bs-primary: var(--green-700);
  --bs-primary-rgb: 22, 101, 52;
  --bs-body-font-family: 'Plus Jakarta Sans', sans-serif;
  --bs-body-color: var(--ink-900);
  --bs-body-color-rgb: 18, 37, 28;
  --bs-body-bg: var(--cream);
  --bs-link-color: var(--green-700);
  --bs-link-color-rgb: 22, 101, 52;
  --bs-link-hover-color: var(--green-900);
  --bs-link-hover-color-rgb: 13, 59, 40;
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--ink-900);
  background: var(--cream);
}

/* belt and suspenders: don't rely solely on Bootstrap's variable plumbing
   for something as visible as link color */
a {
  color: var(--green-700);
}

a:hover {
  color: var(--green-900);
}

h1,
h2,
h3,
h4,
h5,
.navbar-brand {
  font-family: 'Outfit', sans-serif;
  color: var(--green-950);
}

a {
  text-decoration: none;
}

.section-pad {
  padding: 65px 0;
}

.section-pad-sm {
  padding: 64px 0;
}

.bg-cream {
  background: var(--cream);
}

.bg-forest {
  background: var(--green-950);
}

/* buttons ------------------------------------------------------------ */
.btn-brand {
  background: linear-gradient(135deg, var(--amber-500), var(--amber-600));
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  padding: .75rem 1.6rem;
  box-shadow: 0 14px 30px -10px rgba(232, 145, 10, .55);
}

.btn-brand:hover {
  color: #fff;
  transform: translateY(-2px);
}

.btn-brand-outline {
  border: 1.5px solid rgba(255, 255, 255, .5);
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-radius: 100px;
  font-weight: 700;
  padding: .75rem 1.6rem;
}

.btn-brand-outline:hover {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.btn-brand-outline-light {
  border: 1.5px solid var(--line);
  color: var(--green-800);
  background: #fff;
  border-radius: 100px;
  font-weight: 700;
  padding: .75rem 1.6rem;
}

.btn-brand-outline-light:hover {
  border-color: var(--green-600);
  background: rgba(47, 158, 91, .06);
  color: var(--green-800);
}

.btn-brand-dark {
  background: var(--green-900);
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  padding: .75rem 1.6rem;
  border: none;
}

.btn-brand-dark:hover {
  background: var(--green-950);
  color: #fff;
}

.btn-brand-ghost {
  background: transparent;
  border: 1.5px solid var(--green-950);
  color: var(--green-800);
  border-radius: 100px;
  font-weight: 700;
  padding: .75rem 1.6rem;
}

.btn-brand-ghost:hover {
  background-color: var(--green-950);
  border-color: var(--green-600);
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--green-700);
  background: rgba(47, 158, 91, .1);
  border: 1px solid rgba(47, 158, 91, .25);
  padding: .45rem 1rem;
  border-radius: 100px;
  margin-bottom: 1rem;
}

.eyebrow-light {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .2);
  color: var(--lime-300);
}

/* top bar / navbar ---------------------------------------------------- */
.topbar {
  background: var(--green-950);
  color: rgba(255, 255, 255, .85);
  font-size: .85rem;
}

.topbar a {
  color: inherit;
}

.topbar .social-link {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.topbar .social-link:hover {
  background: var(--lime-400);
  color: var(--green-950);
}

.navbar-brand img {
  height: 50px;
  width: auto;
}

.navbar-jsi {
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 var(--line);
}

.navbar-jsi .nav-link {
  font-weight: 600;
  color: var(--ink-900);
}

.navbar-jsi .nav-link:hover {
  color: var(--green-700);
}

.header-call-badge {
  border-right: 1px solid var(--line);
  padding-right: .9rem;
  margin-right: .5rem;
}

.header-call-badge .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--green-700);
  color: #fff;
}

/* hero (Owl Carousel) ------------------------------------------------ */
.hero-owl .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
  height: 600px;
  display: flex;
  align-items: center;
}

.hero-copy h1 {
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 2.6rem;
}

.hero-copy h1 em {
  font-style: normal;
  color: var(--amber-600);
}

/* accent word inside section headings — same treatment as the hero, just
   reused everywhere so every section gets one anchor word of color */
.text-highlight {
  color: var(--amber-600);
  font-style: normal;
}

.section-dark .text-highlight,
.section-forest .text-highlight,
.contact-panel-left .text-highlight {
  color: var(--lime-400);
}

.hero-copy .lead {
  color: var(--ink-700);
  font-size: 16px;
  line-height: 1.8;
}

.hero-stats div {
  width: 24%;
  flex-grow: 1;
  border-bottom: 4px solid var(--amber-600);
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 13px 3px rgb(0 0 0 / 6%);
}

.hero-owl .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
}

.hero-owl .owl-dots .owl-dot span {
  background: rgba(18, 73, 47, .25);
  width: 9px;
  height: 9px;
  margin: 0 4px;
}

.hero-owl .owl-dots .owl-dot.active span {
  background: var(--green-700);
  width: 26px;
  border-radius: 6px;
}

.hero-owl .owl-nav {
  position: absolute;
  inset: 0;
  margin: 0;
}

.hero-owl .owl-nav button.owl-prev,
.hero-owl .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff !important;
  border: 1.5px solid var(--line);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .1);
  color: var(--green-800) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-owl .owl-nav button.owl-prev {
  left: 20px;
}

.hero-owl .owl-nav button.owl-next {
  right: 20px;
}

.hero-owl .owl-nav button:hover {
  background: var(--green-700) !important;
  color: #fff !important;
}

/* about ------------------------------------------------------------ */
.about-heading { font-size: clamp(28px, 3.4vw, 44px); line-height: 1.12; letter-spacing: -0.01em; }

.about-photo-tall { position: relative; border-radius: 22px; overflow: hidden; height: 100%; min-height: 460px; box-shadow: 0 20px 45px -20px rgba(9, 46, 29, .35); }
.about-photo-tall img { width: 100%; height: 100%; object-fit: cover; }
.about-contact-badge {
  position: absolute; left: 1rem; right: 1rem; bottom: 1rem; z-index: 2;
  display: flex; align-items: center; gap: .75rem; background: rgba(7,35,26,.55); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.2); border-radius: 16px; padding: .8rem 1rem; color: #fff;
}
.about-contact-badge .icon-circle { width: 40px; height: 40px; border-radius: 50%; background: var(--lime-400); color: var(--green-950); flex-shrink: 0; }
.about-contact-badge small { display: block; font-size: .68rem; color: rgba(255,255,255,.65); }
.about-contact-badge strong { display: block; font-size: .88rem; }

.about-photo-short { border-radius: 22px; overflow: hidden; box-shadow: 0 20px 45px -20px rgba(9, 46, 29, .35); flex: 1; }
.about-photo-short img { width: 100%; height: 100%; object-fit: cover; min-height: 160px; }

.about-stat-card {
  background: var(--green-800); color: #fff; border-radius: 18px; padding: 1.2rem 1.4rem;
  display: flex; align-items: center; gap: .9rem; box-shadow: 0 20px 40px -15px rgba(13, 59, 40, .5);
}
.about-stat-card strong { font-family: 'Outfit', sans-serif; font-size: 2.3rem; font-weight: 800; line-height: 1; }
.about-stat-card span { font-size: .85rem; font-weight: 700; max-width: 100px; line-height: 1.6; }

.about-check-grid li { display: flex; align-items: center; gap: .4rem; font-weight: 600; font-size: .82rem; }
.about-check-grid i { color: var(--green-600); flex-shrink: 0; }

.btn-arrow { display: inline-flex; align-items: center; gap: .6rem; }
.btn-arrow i { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.15); display: inline-flex; align-items: center; justify-content: center; font-size: .8rem; }

/* blueprint texture, reused on a few light sections ------------------ */
.bp-texture {
  position: relative;
  overflow: hidden;
}

.bp-texture::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(18, 73, 47, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(18, 73, 47, .09) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(ellipse 85% 70% at 50% 30%, black 30%, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse 85% 70% at 50% 30%, black 30%, transparent 85%);
}

.bp-texture-dark::before {
  background-image: linear-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px);
}

.bp-texture>.container {
  position: relative;
  z-index: 1;
}

.corner-frame {
  position: relative;
}

.corner-frame::before,
.corner-frame::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  z-index: 5;
  pointer-events: none;
}

.corner-frame::before {
  top: 14px;
  left: 14px;
  border-top: 3px solid var(--lime-400);
  border-left: 3px solid var(--lime-400);
}

.corner-frame::after {
  bottom: 14px;
  right: 14px;
  border-bottom: 3px solid var(--amber-500);
  border-right: 3px solid var(--amber-500);
}

/* reach / nationwide section ------------------------------------------ */
.section-forest {
  background: radial-gradient(120% 140% at 100% 0%, var(--green-800) 0%, var(--green-950) 55%, #051510 100%);
  position: relative;
  overflow: hidden;
  color: #fff;
}

.section-forest h2 {
  color: #fff;
}

.forest-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 212, 90, .14), transparent 65%);
  bottom: -220px;
  left: -140px;
  pointer-events: none;
}

.reach-photo {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 2;
  box-shadow: 0 30px 55px -22px rgba(0, 0, 0, .55);
  border: 1px solid rgba(255, 255, 255, .15);
}

.reach-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reach-photo-caption {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.25rem;
  color: #fff;
     background-color: #0000005c;
    padding: 15px;
    border-radius: 10px;
}

.reach-stat {
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.reach-stat:last-child {
  border-right: none;
}

.reach-stat .icon-circle {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(139, 212, 90, .14);
  color: var(--lime-400);
}
.reach-stat-icon {
  width: 25px; height: 25px; object-fit: contain;
  filter: brightness(0) invert(1);
}

/* category / product cards -------------------------------------------- */
.card-category {
  background-color: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  transition: .25s;
}

.card-category:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px -20px rgba(9, 46, 29, .35);
  border-color: transparent;
}

.card-category .thumb {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}

.card-category .thumb img {
  transition: .4s;
}

.card-category:hover .thumb img {
  transform: scale(1.08);
}

.card-category .thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 35, 26, .75), transparent 55%);
}

.card-category .badge-num {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255, 255, 255, .9);
  color: var(--green-800);
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  width: 30px;
  height: 30px;
  border-radius: 9px;
}

.card-product {
  background-color: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition: .25s;
}

.card-product:hover {
  box-shadow: 0 20px 45px -20px rgba(9, 46, 29, .35);
  transform: translateY(-5px);
  border-color: transparent;
}

.card-product .thumb {
  aspect-ratio: 1/1;
  background: #eef2ea;
}

.card-product .badge-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--amber-500);
  color: #231303;
  font-weight: 800;
  font-size: .7rem;
  text-transform: uppercase;
  z-index: 2;
}

.card-product .thumb {
  position: relative;
  overflow: hidden;
}

.card-product .thumb img {
  transition: .4s;
}

.card-product:hover .thumb img {
  transform: scale(1.08);
}

.card-product .quick-view {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: none;
  color: var(--green-800);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-6px);
  transition: .25s;
  box-shadow: 0 8px 18px -6px rgba(0, 0, 0, .25);
}

.card-product:hover .quick-view {
  opacity: 1;
  transform: translateY(0);
}

.card-product .quick-view:hover {
  background: var(--green-700);
  color: #fff;
}

.product-cat {
  display: block;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--green-600);
  margin-bottom: .3rem;
}

.nav-pills-brand .nav-link {
  display: inline-block;
  padding: .6rem 1.25rem;
  font-size: .92rem;
  border-radius: 100px;
  font-weight: 700;
  color: var(--ink-700);
  background: transparent;
  border: 1.5px solid var(--line);
  margin-right: .5rem;
  margin-bottom: .5rem;
  line-height: 1.3;
  transition: .2s;
}

.nav-pills-brand .nav-link.active {
  background: var(--green-800);
  color: #fff;
  border-color: var(--green-800);
}

.nav-pills-brand .nav-link:hover:not(.active) {
  border-color: var(--green-600);
  color: var(--green-700);
}

/* why choose us -------------------------------------------------------- */
.section-dark {
  background: var(--green-950);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-dark h2,
.section-dark h3,
.section-dark h4 {
  color: #fff;
}

.why-item {
  border-left: 2px solid rgba(255, 255, 255, .1);
  padding-left: 1.35rem;
  transition: .25s;
}

.why-item:hover {
  border-left-color: var(--lime-400);
}

.why-item .icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.779);
  color: var(--lime-400);
}

.why-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* industries bento mosaic ----------------------------------------------- */
.industries-counter {
  background: var(--green-950);
  color: #fff;
  border-radius: 18px;
  padding: 1rem 1.5rem;
  flex-shrink: 0;
}

.industries-counter strong {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--lime-400);
  line-height: 1;
}

.industries-counter span {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(255, 255, 255, .6);
  font-weight: 700;
}

.bento-tile {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 14px 28px -18px rgba(7, 35, 26, .4);
  height: 230px;
  border: 1px solid rgba(255, 255, 255, .08);
}

.bento-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s ease;
}

.bento-tile:hover img {
  transform: scale(1.1);
}

.bento-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 35, 26, .9) 25%, rgba(7, 35, 26, .1) 70%);
  transition: .3s;
}

.bento-tile:hover::after {
  background: linear-gradient(0deg, rgba(18, 73, 47, .95) 40%, rgba(7, 35, 26, .15) 75%);
}

.industry-icon {
  width: 20px; height: 20px; object-fit: contain;
  filter: brightness(0) invert(1);
  transition: filter .3s;
}
.bento-tile:hover .industry-icon {
  filter: brightness(0) saturate(100%);
}

.bento-tile .icon-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 8px;
  background: var(--amber-600);
  backdrop-filter: blur(6px);
  border: 1px solid var(--green-500);
  color: #fff;
  z-index: 2;
  transition: .3s;
}

.bento-tile:hover .icon-badge {
  background: var(--lime-400);
  color: var(--green-950);
  border-color: var(--lime-400);
  transform: rotate(-8deg) scale(1.05);
}

.bento-tile .tile-arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  z-index: 2;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(-6px, 6px);
  transition: .3s;
}

.bento-tile:hover .tile-arrow {
  opacity: 1;
  transform: translate(0, 0);
  background: var(--amber-500);
  color: #231303;
}

.bento-tile .tile-text {
  position: absolute;
  left: 18px;
  right: 14px;
  bottom: 16px;
  z-index: 2;
}

.bento-tile .tile-label {
  display: block;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}

.bento-tile .tile-desc {
  display: block;
  color: rgba(255, 255, 255, .75);
  font-size: .78rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: .3s;
  margin-top: .2rem;
}

.bento-tile:hover .tile-desc {
  max-height: 40px;
  opacity: 1;
}

.bento-hero .icon-badge {
  width: 48px;
  height: 48px;
  padding: 10px;
}
.bento-hero .industry-icon {
  width:100%;
  height: 100%;
  object-fit: contain;
}

.bento-hero .tile-text {
  left: 24px;
  bottom: 22px;
  right: 24px;
}

.bento-hero .tile-label {
  font-size: 1.35rem;
}

.bento-hero .tile-desc {
  font-size: .85rem;
}

/* video section ---------------------------------------------------------- */
.video-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 45px -20px rgba(9, 46, 29, .35);
  aspect-ratio: 4/3.1;
  cursor: pointer;
}

.video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 35, 26, .15), rgba(7, 35, 26, .55));
  pointer-events: none;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-800);
  z-index: 2;
  box-shadow: 0 16px 34px -10px rgba(0, 0, 0, .5);
  transition: .25s;
}

.video-frame:hover .play-btn {
  background: var(--amber-500);
  color: #231303;
  transform: translate(-50%, -50%) scale(1.08);
}

.play-btn::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .6);
  animation: ring-pulse 2s infinite;
}

@keyframes ring-pulse {
  0% {
    transform: scale(1);
    opacity: .5;
  }

  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}
.video-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-point {
  height: 100%;
  background: var(--cream);
  border: 1px solid var(--green-700);
  border-radius: 16px;
  padding: 1.15rem 1.15rem 1.3rem;
  transition: .25s;
}

.video-point:hover {
  background: #fff;
  border-color: var(--green-600);
  box-shadow: 0 16px 32px -18px rgba(9, 46, 29, .3);
  transform: translateY(-4px);
}

.video-point-num {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--green-700);
  background: linear-gradient(135deg, rgba(47, 158, 91, .14), rgba(139, 212, 90, .18));
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: .65rem;
}

/* video gallery ------------------------------------------------------- */
.vgal-tile {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 3/3.6;
  cursor: pointer;
  box-shadow: 0 10px 24px -14px rgba(7, 35, 26, .35);
}

.vgal-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}

.vgal-tile:hover img {
  transform: scale(1.08);
}

.vgal-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 35, 26, .1) 40%, rgba(7, 35, 26, .85) 100%);
}

.vgal-tile .play-btn {
  width: 52px;
  height: 52px;
}

.vgal-tile .play-btn::before {
  display: none;
}

.vgal-tile .caption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  font-weight: 700;
}

/* cta banner ----------------------------------------------------------- */
.cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 4rem 3.5rem; 
  background-position: left center;
  background-size: cover;
  color: #fff;
}
.cta-banner::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
   background: linear-gradient(125deg, var(--green-800) 0%, var(--green-950) 65%, #051510 100%);
   opacity: 0.5;
}
.cta-banner-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cta-banner-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .22;
}

.cta-banner-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(7, 35, 26, .96) 20%, rgba(7, 35, 26, .65) 100%);
}

.cta-banner .content {
  position: relative;
  z-index: 2;
}

.cta-banner-perks span {
  font-size: .82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, .85);
}

.cta-banner-perks i {
  color: var(--lime-400);
}

.cta-banner-actions {
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  padding: 1.5rem;
  backdrop-filter: blur(6px);
}


/* blog ------------------------------------------------------------- */
.blog-feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: .25s;
}

.blog-feature:hover {
  box-shadow: 0 20px 45px -20px rgba(9, 46, 29, .35);
  transform: translateY(-4px);
}

.blog-feature-thumb {
  position: relative;
 width: 100%;
 height: 300px;
  overflow: hidden;
}

.blog-feature-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}

.blog-feature:hover .blog-feature-thumb img {
  transform: scale(1.06);
}

.blog-feature-thumb .badge-tag {
  top: 1rem;
  left: 1rem;
  background: var(--green-800);
  color: #fff;
  text-transform: none;
  font-size: .75rem;
}

.blog-feature-body {
  padding: 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-meta span {
  font-size: .78rem;
  color: var(--ink-500);
  font-weight: 600;
}

.blog-author-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--green-700);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: .7rem;
}

.blog-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: .75rem;
  transition: .25s;
}

.blog-row:hover {
  border-color: var(--green-600);
  box-shadow: 0 14px 30px -20px rgba(9, 46, 29, .3);
}

.blog-row-thumb {
  width: 84px;
  height: 84px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.blog-row-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-row-body {
  flex: 1;
  min-width: 0;
}

.blog-row-tag {
  display: block;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--green-700);
  margin-bottom: .2rem;
}

.blog-row-body h3 {
  font-size: .92rem;
  line-height: 1.3;
}

.blog-row-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--green-700);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* testimonials ------------------------------------------------------- */
.testimonial-panel {
  background: linear-gradient(135deg, var(--green-900), var(--green-950));
  border-radius: 32px;
  padding: 4.5rem 3.5rem;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.testimonial-panel h2 {
  color: #fff;
}

.testimonial-track {
  display: flex;
  gap: 1.4rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: .5rem;
  scrollbar-width: none;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  scroll-snap-align: start;
  flex: 0 0 calc(33.333% - 15px);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  padding: 1.75rem;
}

.testimonial-card .stars {
  color: var(--amber-500);
}

.testimonial-card .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--lime-400);
  color: var(--green-950);
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
}

/* faq -------------------------------------------------------------- */
.faq-section {
  background: var(--cream);
}

.faq-contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 14px 30px -20px rgba(9, 46, 29, .25);
}

.faq-contact-card .icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(47, 158, 91, .1);
  color: var(--green-700);
}

.accordion-brand .accordion-item {
  border: 1px solid var(--line);
  border-radius: 16px !important;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background: #fff;
  transition: .25s;
}

.accordion-brand .accordion-item:has(.accordion-button:not(.collapsed)) {
  border-color: var(--green-600);
  box-shadow: 0 16px 34px -22px rgba(9, 46, 29, .35);
}

.accordion-brand .faq-num {
  position: absolute;
  top: 1.1rem;
  left: 1.5rem;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: .8rem;
  color: var(--line);
  z-index: 3;
  pointer-events: none;
}

.accordion-brand .accordion-item:has(.accordion-button:not(.collapsed)) .faq-num {
  color: var(--lime-400);
  -webkit-text-stroke: 1px var(--green-700);
}

.accordion-brand .accordion-button {
  font-weight: 700;
  border-radius: 16px !important;
  padding: 1.1rem 1.5rem 1.1rem 1.5rem;
  background: #fff;
  background-image: none !important;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.accordion-brand .accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--green-800);
}

.accordion-brand .accordion-button:focus {
  box-shadow: none;
}

.accordion-brand .accordion-button::after {
  display: none;
}

.accordion-brand .toggle-icon {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--cream);
  transition: .25s;
  margin-left: auto;
}

.accordion-brand .toggle-icon::before,
.accordion-brand .toggle-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--green-700);
  transition: .25s;
}

.accordion-brand .toggle-icon::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.accordion-brand .toggle-icon::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
}

.accordion-brand .accordion-button:not(.collapsed) .toggle-icon {
  background: var(--green-700);
}

.accordion-brand .accordion-button:not(.collapsed) .toggle-icon::before,
.accordion-brand .accordion-button:not(.collapsed) .toggle-icon::after {
  background: #fff;
}

.accordion-brand .accordion-button:not(.collapsed) .toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.accordion-brand .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

/* contact / final cta ------------------------------------------------ */
.contact-panel {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 45px -20px rgba(9, 46, 29, .35);
}

.contact-panel-left {
  background: radial-gradient(120% 140% at 0% 0%, var(--green-700), var(--green-950));
  color: #fff;
  position: relative;
  overflow: hidden;
}

.contact-panel-left .list-unstyled i {
  color: var(--lime-400);
}

.contact-info-list { display: flex; flex-direction: column; gap: .9rem; }
.contact-info-item { display: flex; align-items: center; gap: .9rem; color: #fff; }
.contact-info-item .icon-circle { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.1); color: var(--lime-400); flex-shrink: 0; }
.contact-info-item small { display: block; font-size: .72rem; color: rgba(255,255,255,.55); }
.contact-info-item strong { display: block; font-size: .92rem; }

.input-group-brand { position: relative; }
.input-group-brand .input-icon {
  position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--green-600); z-index: 3; pointer-events: none;
}
.input-group-brand .form-control-brand,
.input-group-brand .form-select.form-control-brand { padding-left: 2.6rem; }

.form-control-brand {
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
}

.form-control-brand:focus {
  border-color: var(--green-600);
  background: #fff;
  box-shadow: none;
}

/* footer -------------------------------------------------------------- */
.footer-brand {
  background: var(--green-950);
  color: rgba(255, 255, 255, .6);
}

.footer-brand a {
  color: rgba(255, 255, 255, .75);
}

.footer-brand a:hover {
  color: var(--lime-400);
}

.footer-logo-badge {
  background: #fff;
  border-radius: 12px;
  padding: .6rem 1rem;
  display: inline-block;
}

.footer-logo-badge img {
  height: 34px;
}

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

.footer-social a:hover {
  background: var(--lime-400);
  color: var(--green-950);
}

.footer-newsletter { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 20px; padding: 2rem; position: relative; z-index: 1; }
.footer-newsletter-input { border: 1.5px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); color: #fff; border-radius: 100px; padding: .75rem 1.25rem; }
.footer-newsletter-input::placeholder { color: rgba(255,255,255,.4); }
.footer-newsletter-input:focus { background: rgba(255,255,255,.1); border-color: var(--lime-400); box-shadow: none; color: #fff; }
.footer-heading { position: relative; padding-bottom: .6rem; }
.footer-heading::after { content: ''; position: absolute; left: 0; bottom: 0; width: 28px; height: 2px; background: var(--amber-500); }
.footer-brand ul a { transition: .2s; display: inline-block; }
.footer-brand ul a:hover { transform: translateX(3px); }

/* floating action buttons --------------------------------------------- */
.fab-stack {
  position: fixed;
  bottom: 26px;
  right: 26px;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.fab-stack a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px -8px rgba(0, 0, 0, .4);
  color: #fff;
  font-size: 1.4rem;
  position: relative;
}

.fab-whatsapp {
  background: #25D366;
}

.fab-call {
  background: var(--amber-500);
  color: #231303;
}

.fab-whatsapp::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: inherit;
  opacity: .5;
  animation: ring-pulse 1.8s infinite;
}

/* misc helpers ---------------------------------------------------------- */
.gal-grid-item {
  border-radius: 16px;
  overflow: hidden;
}

.gal-grid-item img {
  transition: .4s;
}

.gal-grid-item:hover img {
  transform: scale(1.1);
}

@media (max-width: 991.98px) {
  .hero-copy {
    max-width: 60%;
  }

  .header-call-badge {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .hero-owl .item {
    aspect-ratio: 3/4;
    background-position: left center;
  }

  .hero-owl .owl-nav button.owl-prev,
  .hero-owl .owl-nav button.owl-next {
    width: 36px;
    height: 36px;
  }

  .hero-copy {
    max-width: 85%;
  }

  .testimonial-card {
    flex-basis: 88%;
  }

  .about-photo-tall { min-height: 280px; }

  /* card-heavy grids scroll horizontally on mobile instead of stacking
     into long, cramped rows of tiny 2-up cards */
  .scroll-row-mobile {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 14px;
    margin-bottom: -14px;
    scrollbar-width: thin;
  }

  .scroll-row-mobile::-webkit-scrollbar {
    height: 5px;
  }

  .scroll-row-mobile::-webkit-scrollbar-thumb {
    background: var(--line);
    border-radius: 10px;
  }

  .scroll-row-mobile > [class*="col-"] {
    flex: 0 0 auto;
    width: 78%;
    scroll-snap-align: start;
  }
}
@media (max-width: 575.98px) {
  .about-stat-card span { max-width: none; }

  .scroll-row-mobile > [class*="col-"] {
    width: 84%;
  }
}