.nav-logo,
.navbar {
  display: flex;
  align-items: center
}

.nav-link,
body {
  font-family: 'DM Sans', sans-serif
}

.map-section,
.section-header,
.seo-box,
.stat-item,
.why-card {
  text-align: center
}

.card,
.card-img-wrap,
.cert-wrapper,
.footer,
.img-frame,
.line-reveal,
.map-container,
.scroll-container {
  overflow: hidden
}
.counter::after {
  content: "+";
  margin-left: 2px;
  color: var(--gold);
  font-weight: 700;
}
.counter {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
}
.nav-logo{
  display: flex;
  align-items: center;
  margin-left: -16px;
  margin-right: 10px;
}
.cta-btn {
  background: #0b5d3b;
  color: white;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}
.logo{
  height: 42px;
  width: auto;
  display: block;
}
.counter::after {
  content: "+";
  margin-left: 4px;
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
}
  .stat-card {
  text-align: center;
}

.stat-logo {
  display: block;
  margin: 0 auto 8px;
}
.stat-card {
  border: none !important;
  box-shadow: none !important;
}
.stat-card {
  border: none !important;
  box-shadow: none !important;
}
.stat-card:hover {
  transform: none !important;
  box-shadow: none !important;
  border: none !important;
}
.stat-logo {
  width: 120px;   /* adjust size */
  height: auto;
}
.about-list ul,
.seo-box ul {
  list-style: none
}

:root {
  --white: #ffffff
}

.footer-glow,
.nav-search i,
.slide,
body::after,
body::before {
  pointer-events: none
}

.hero-content h1,
.nav-btn,
.nav-link,
.point::before {
  white-space: nowrap
}

.page-btn,
a {
  text-decoration: none
}

.cat,
.close-btn,
.dot,
.faq-question,
.filter-btn,
.menu-toggle,
.page-btn,
.point,
.theme-toggle {
  cursor: pointer
}

:root {
  --navy: #0a0f1e;
  --navy-2: #0f1629;
  --navy-3: #141d35;
  --navy-light: #1c2a50;
  --gold: #c9a84c;
  --gold-light: #e8c96f;
  --gold-pale: #f5e6b8;
  --text: #e8eaf0;
  --text-muted: #8892aa;
  --text-light: #c5ccd8;
  --border: rgba(201, 168, 76, 0.15);
  --glass: rgba(255, 255, 255, 0.04);
  --card-bg: rgba(15, 22, 41, 0.8);
  --grad-gold: linear-gradient(135deg, #c9a84c, #e8c96f);
  --grad-navy: linear-gradient(135deg, #0a0f1e, #141d35);
  --grad-glow: linear-gradient(135deg, rgba(201, 168, 76, 0.15), rgba(201, 168, 76, 0.02));
  --shadow-gold: 0 8px 32px rgba(201, 168, 76, 0.2);
  --shadow-deep: 0 20px 60px rgba(0, 0, 0, 0.5);
  --radius: 16px;
  --radius-sm: 8px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.nav-link,
.navbar {
  transition: var(--transition)
}

html.light-mode {
  --navy: #f4f6fb;
  --navy-2: #eaecf5;
  --navy-3: #ffffff;
  --navy-light: #dde1ef;
  --text: #0a0f1e;
  --text-muted: #556080;
  --text-light: #3a4567;
  --card-bg: rgba(255, 255, 255, 0.9);
  --glass: rgba(0, 0, 0, 0.03);
  --border: rgba(201, 168, 76, 0.25)
}

html {
  scroll-behavior: smooth
}

body {
  background: var(--navy);
  color: var(--text);
  transition: background .4s, color .4s;
  background: linear-gradient(to bottom, #fff, #f4f8fb);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden
}

.dropdown-menu a:hover,
.expo-text h1,
.nav-link:hover,
.product-hero h1,
.seo-box ul li i,
.tag i,
em {
  color: var(--gold)
}

h1,
h2,
h3 {
  line-height: 1.25;
  font-family: 'Playfair Display', serif
}

::-webkit-scrollbar-track {
  background: var(--navy)
}

::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 3px
}

.navbar {
  top: 0;
  left: 0;
  justify-content: space-between;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border)
}

.about-list,
.blog-card,
.card,
.glass,
.product-card,
.why-card {
  backdrop-filter: blur(10px)
}

html.light-mode .navbar {
  background: rgba(244, 246, 251, .9)
}

.btn-sm.outline:hover,
.dropdown-menu a:hover {
  background: var(--grad-glow)
}

.navbar.scrolled {
  padding: 10px 6%;
  background: rgba(10, 15, 30, .95);
  box-shadow: var(--shadow-deep)
}

.dropdown-trigger,
nav {
  display: flex;
  align-items: center
}



nav {
  gap: 8px
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
  padding: 8px 14px;
  border-radius: var(--radius-sm)
}

.about-image,
.dropdown {
  position: relative
}

.dropdown-trigger {
  gap: 6px;
  cursor: pointer
}

.dropdown-menu a,
.nav-right {
  align-items: center;
  display: flex
}

.dropdown-trigger .fa-chevron-down {
  transition: transform .3s;
  font-size: 10px
}

.dropdown:hover .dropdown-trigger .fa-chevron-down {
  transform: rotate(180deg)
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 200px;
  background: var(--navy-2);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 100;
  box-shadow: var(--shadow-deep)
}

.dropdown-menu a,
.menu-toggle span,
.nav-btn,
.toggle-track {
  transition: var(--transition)
}

.btn-primary,
.nav-btn {
  box-shadow: var(--shadow-gold)
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0)
}

.dropdown-menu a {
  gap: 10px;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  color: var(--text-light)
}

.dropdown-menu a i {
  width: 16px;
  color: var(--gold);
  opacity: .7
}

.nav-right {
  gap: 16px
}

.nav-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--grad-gold);
  color: var(--navy);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 22px;
  border-radius: 50px
}

#themeToggle,
.close-btn,
.menu-toggle {
  display: none
}

.nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(201, 168, 76, .4)
}

.menu-toggle {
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  z-index: 100001
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  display: block
}

.close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 22px;
  color: var(--gold);
  background: rgba(201, 168, 76, .1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center
}

.hero-eyebrow,
.line-reveal.gold {
  color: var(--gold-light)
}

.toggle-track {
  position: relative;
  width: 52px;
  height: 28px;
  background: var(--navy-light);
  border: 1px solid var(--border);
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 3px
}

.toggle-thumb {
  width: 20px;
  height: 20px;
  background: var(--grad-gold);
  border-radius: 50%;
  position: absolute;
  left: 4px;
  transition: .4s cubic-bezier(.68, -.55, .27, 1.55)
}

.slide,
.slide img {
  width: 100%;
  height: 100%
}

#themeToggle:checked+.toggle-track .toggle-thumb {
  left: 28px
}

.icon {
  position: absolute;
  font-size: 11px
}

.sun {
  left: 6px
}

.moon {
  right: 5px
}

.carousel,
.expo-carousel {
  position: relative;
  width: 100%;
  height: 100%
}

.carousel-dots,
.hero-content,
.scroll-indicator,
.slide,
.slide-overlay {
  position: absolute
}

.slide {
  right: 50px;
  opacity: 0;
  transition: opacity 1.2s ease-in-out
}

.btn-primary,
.dot {
  transition: var(--transition)
}

.slide.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto
}

.slide img {
  object-fit: cover;
  filter: brightness(.55) saturate(.8)
}

.slide-overlay {
  inset: 0
}

.hero-content {
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  z-index: 3
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  background: rgba(201, 168, 76, .12);
  border: 1px solid rgba(201, 168, 76, .3);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 20px;
  animation: .8s .2s both fadeUp
}

.hero-sub,
.section-header p {
  color: var(--text-muted);
  font-size: 16px
}

.hero-title {
  font-family: 'Playfair Display', serif;
  margin-bottom: 20px
}

.line-reveal {
  display: block;
  animation: .9s cubic-bezier(.4, 0, .2, 1) both lineReveal
}

.line-reveal:first-child {
  animation-delay: .3s
}

.line-reveal:nth-child(2) {
  animation-delay: .5s
}

.line-reveal:nth-child(3) {
  animation-delay: .7s
}

@keyframes lineReveal {
  from {
    opacity: 0;
    transform: translateY(40px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.hero-sub {
  margin-bottom: 32px;
  animation: .8s .9s both fadeUp
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: .8s 1.1s both fadeUp
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.carousel-dots {
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .3);
  border: none
}

.dot.active {
  background: var(--gold);
  width: 28px;
  border-radius: 4px
}

.scroll-indicator {
  bottom: 36px;
  right: 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
  color: rgba(255, 255, 255, .4);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase
}

.btn-outline,
.btn-primary {
  display: inline-flex;
  align-items: center;
  font-family: 'DM Sans', sans-serif
}

.scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(201, 168, 76, .6), transparent);
  animation: 2s ease-in-out infinite scrollPulse
}

@keyframes scrollPulse {

  0%,
  100% {
    opacity: .3;
    transform: scaleY(.8)
  }

  50% {
    opacity: 1;
    transform: scaleY(1)
  }
}

.btn-primary {
  gap: 10px;
  background: var(--grad-gold);
  color: var(--navy);
  font-weight: 700;
  border-radius: 50px
}

.btn-outline,
.btn-outline-dark {
  gap: 10px;
  background: 0 0;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 15px
}

.btn-primary:hover {
  box-shadow: 0 16px 48px rgba(201, 168, 76, .45)
}

.btn-outline {
  color: #fff;
  font-weight: 600;
  border: 1.5px solid rgba(255, 255, 255, .35);
  transition: var(--transition)
}

.btn-outline-dark,
.btn-sm {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  transition: var(--transition)
}

.btn-outline:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .6);
  transform: translateY(-2px)
}

.btn-outline-dark {
  color: var(--gold);
  border: 1.5px solid var(--gold)
}

.btn-outline-dark:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-2px)
}

.btn-sm {
  gap: 6px;
  background: var(--grad-gold);
  color: var(--navy);
  font-size: 13px;
  padding: 8px 18px;
  border-radius: 50px
}

.btn-sm:hover,
.footer-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold)
}

.btn-sm.outline {
  background: 0 0;
  color: var(--gold);
  border: 1.5px solid var(--border)
}

.section-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px
}

.section-heading,
.stat-num {
  font-weight: 700;
  font-family: 'Playfair Display', serif
}

.section-heading {
  font-size: clamp(28px, 4vw, 44px);
  color: var(--text);
  margin-bottom: 16px
}

.section-header {
  margin-bottom: 56px
}

.section-header p {
  max-width: 560px;
  margin: 0 auto
}

.fade-in {
  transform: translateY(30px)
}

.fade-in.show {
  transform: translateY(0)
}

.blog-card:hover img,
.card:hover .card-img-wrap img,
.enquire-btn:hover,
.slide img,
.submit-btn:hover {
  transform: scale(1.05)
}

.stats-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 36px 8%;
  background: var(--navy-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
  position: relative;
  z-index: 2
}

.stat-item {
  flex: 1;
  min-width: 130px;
  padding: 12px 24px
}

.about-inner,
.tag {
  align-items: center
}

.stat-num {
  display: block;
  font-size: clamp(22px, 3vw, 36px);
  color: var(--gold)
}

.stat-label {
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 4px;
  display: block
}

.about-lead,
.tag {
  color: var(--text-light)
}

.stat-divider {
  width: 1px;
  height: 48px;
  background: var(--border)
}

.about-section,
.blog-section,
.why-section {
  padding: 100px 8%;
  position: relative;
  z-index: 1
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto
}

.about-text .section-heading {
  margin-bottom: 24px
}

.about-lead {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 500;
  border-left: 3px solid var(--gold);
  padding-left: 20px
}

.about-list:hover,
.card:hover,
.why-card:hover {
  border-color: rgba(201, 168, 76, .4);
  box-shadow: var(--shadow-gold)
}

.about-text p {
  color: var(--text-muted);
  margin-bottom: 14px
}

.about-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0
}

.tag {
  display: flex;
  gap: 8px;
  background: var(--grad-glow);
  border: 1px solid var(--border);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px
}

.card-badge,
.img-badge {
  color: var(--navy);
  font-weight: 700
}

.img-frame {
  position: relative;
  border-radius: 24px;
  box-shadow: var(--shadow-deep)
}

.img-frame img {
  width: 100%;
  height: 500px;
  object-fit: cover
}

.img-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(10, 15, 30, .6) 100%);
  z-index: 1
}

.img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  background: var(--grad-gold);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-radius: 14px;
  font-size: 14px
}

.img-badge i {
  font-size: 22px
}

.products-section {
  padding: 100px 0;
  background: var(--navy-2);
  position: relative;
  z-index: 1
}

.cert-section .section-header,
.clients-section .section-header,
.products-section .section-header {
  padding: 0 8%
}

.blog-cta,
.products-cta {
  text-align: center;
  margin-top: 48px
}

.scroll-container {
  width: 100%
}

.scroll-track {
  display: flex;
  gap: 24px;
  padding: 20px 8% 30px;
  width: max-content;
  animation: 35s linear infinite scrollAuto
}

.scroll-track:hover {
  animation-play-state: paused
}

@keyframes scrollAuto {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.card {
  flex: 0 0 300px;
  width: 300px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: var(--transition)
}

.card-img-wrap {
  position: relative
}

.card-img-wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform .5s
}

.about-list,
.blog-card,
.blog-card a,
.footer-btn,
.footer-col a,
.seo-box,
.social,
.why-card,
.why-icon {
  transition: var(--transition)
}

.card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--grad-gold);
  font-size: 11px;
  padding: 5px 12px;
  border-radius: 50px;
  letter-spacing: .5px
}

.card-body {
  padding: 20px
}

.card-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  color: var(--text);
  margin-bottom: 6px
}

.card-body p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 16px
}

.card-actions,
.product-btns {
  display: flex;
  gap: 10px
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto
}

.why-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 28px
}

.why-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: var(--grad-glow);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  color: var(--gold)
}

.cat.active,
.cat:hover,
.enquire-btn,
.submit-btn,
.why-card:hover .why-icon {
  background: var(--grad-gold);
  color: var(--navy)
}

.why-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--text);
  margin-bottom: 12px
}

.contact-hero p,
.hero-sub,
.map-header p,
.product-hero p,
.stat-label,
.why-card p,
html.light-mode .stat-label,
html.light-mode .text-muted {
  color: var(--text-muted)
}

.why-card p {
  font-size: 14px;
  line-height: 1.6
}

.map-section {
  padding: 80px 8%;
  background: var(--navy-2);
  position: relative;
  z-index: 1
}

.map-header {
  margin-bottom: 48px
}

.blog-card h3,
.footer-logo {
  color: var(--text);
  font-family: 'Playfair Display', serif
}

.map-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  padding: 20px;
  background: var(--card-bg)
}

.map-bg {
  width: 100%;
  opacity: .25;
  filter: sepia(.3) hue-rotate(200deg)
}

.point {
  width: 14px;
  height: 14px;
  background: var(--gold);
  border-radius: 50%;
  position: absolute;
  animation: 2s infinite pulse
}

.cert-track,
.clients-track {
  align-items: center;
  width: max-content;
  display: flex
}

.cert-section,
.map-section,
.point::before,
.products-section,
.seo-section,
.vendors {
  background: var(--navy-2)
}

.blog-card,
.point::before {
  border: 1px solid var(--border)
}

.cert-section,
.clients-section,
.footer,
.seo-section {
  position: relative
}

.point::before {
  content: attr(data-label);
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--text-light);
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 6px;
  opacity: 0;
  transition: .2s
}

.clients-wrapper::before,
html.light-mode .clients-wrapper::before {
  background: linear-gradient(to right, var(--navy), transparent)
}

.point:hover::before {
  opacity: 1
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 168, 76, .6)
  }

  70% {
    box-shadow: 0 0 0 14px rgba(201, 168, 76, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(201, 168, 76, 0)
  }
}

.india {
  top: 46%;
  left: 61%
}

.usa {
  top: 34%;
  left: 18%
}

.europe {
  top: 28%;
  left: 48%
}

.brazil {
  top: 65%;
  left: 30%
}

.africa {
  top: 52%;
  left: 46%
}

.clients-section {
  padding: 80px 0;
  z-index: 1
}

.clients-wrapper,
.curasol-right {
  overflow: hidden;
  position: relative
}

.clients-wrapper::after,
.clients-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  content: none !important;
  display: none !important
}

.clients-wrapper::before {
  left: 0
}

.clients-wrapper::after {
  right: 0;
  background: linear-gradient(to left, var(--navy), transparent)
}

.vendors .clients-wrapper::before,
html.light-mode .vendors .clients-wrapper::before {
  background: linear-gradient(to right, var(--navy-2), transparent)
}

.vendors .clients-wrapper::after,
html.light-mode .vendors .clients-wrapper::after {
  background: linear-gradient(to left, var(--navy-2), transparent)
}

.clients-track {
  gap: 48px;
  animation: 30s linear infinite marquee;
  padding: 20px 0
}

.clients-track.reverse {
  animation-direction: reverse
}

@keyframes marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.cert-section {
  padding: 80px 0;
  z-index: 1
}

.cert-track {
  gap: 40px;
  animation: 25s linear infinite marquee;
  padding: 20px 24px
}

.cert-track img {
  height: 240px;
  width: auto;
  object-fit: contain;
  padding: 12px;
  background: rgba(255, 255, 255, .05);
  border-radius: 12px
}

.blog-card img,
.blog-featured-card img,
.curasol-right img {
  object-fit: cover;
  object-fit: cover
}

.cert-track img:hover {
  transform: scale(1.1)
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto
}

.blog-card {
  background: var(--card-bg);
  border-radius: var(--radius)
}

.blog-card a {
  align-items: center;
  gap: 6px;
  color: var(--gold);
  padding: 0 20px 20px
}

.blog-card a:hover {
  gap: 10px;
  letter-spacing: 1px
}

.seo-section {
  padding: 60px 8%;
  background: var(--navy-2);
  z-index: 1
}

.seo-box {
  max-width: 800px;
  margin: 0 auto;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius)
}

.seo-box:hover {
  border-color: rgba(201, 168, 76, .3)
}

.seo-box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: var(--gold);
  margin: 24px 0 12px
}

.seo-box h2:first-child {
  margin-top: 0
}

.seo-box p {
  color: var(--text-muted);
  margin-bottom: 12px
}

.seo-box ul {
  text-align: left;
  max-width: 400px;
  margin: 0 auto
}

.apply-section,
.contact-card,
.enquire-btn,
.faq h2,
.hblogs,
.page-hero,
.product-hero,
.products h2,
.reviews,
.section-title,
.stat-card,
.view-btn {
  text-align: center
}

.seo-box ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-light);
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border)
}

.seo-box ul li:last-child {
  border-bottom: none
}

.footer {
  background: var(--navy-2);
  border-top: 1px solid var(--border);
  padding-top: 80px;
  z-index: 1
}

.footer-glow {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(201, 168, 76, .06), transparent 70%)
}

.nav-search input,
.search-box input,
.social {
  background: var(--glass)
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 8% 64px
}

.footer-logo {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.3
}

.brand-col p,
.social {
  color: var(--text-muted)
}

.brand-col p {
  font-size: 14px;
  line-height: 1.7
}

.footer-col h3 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  color: var(--gold);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border)
}

.about-list ul li,
.footer-col a {
  padding: 6px 0;
  font-size: 14px
}

.footer-col a {
  display: block;
  color: var(--text-muted)
}

.footer-col a:hover {
  color: var(--gold);
  padding-left: 6px
}

.contact-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px
}

.contact-item i {
  color: var(--gold);
  margin-top: 4px;
  flex-shrink: 0
}

.contact-item p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5
}




.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px
}

.footer-bottom p {
  font-size: 13px;
  color: var(--text-muted)
}

.footer-tagline {
  color: var(--gold);
  opacity: .7
}

html.light-mode body {
  background: var(--navy);
  color: var(--text)
}

.about-list ul li,
.nav-link,
html.light-mode nav a {
  color: var(--text-light)
}

html.light-mode .navbar {
  border-bottom-color: rgba(201, 168, 76, .2)
}

html.light-mode .about-list,
html.light-mode .blog-card,
html.light-mode .card,
html.light-mode .seo-box,
html.light-mode .why-card {
  background: rgba(255, 255, 255, .9)
}

html.light-mode .footer {
  background: #edf0f8
}

html.light-mode .footer-bottom {
  background: #e2e6f2
}

html.light-mode .clients-wrapper::after {
  background: linear-gradient(to left, var(--navy), transparent)
}

html.light-mode .scroll-indicator {
  color: rgba(10, 15, 30, .4)
}

html.light-mode .toggle-track {
  background: #dde1ef
}

.about-container,
.blog-card,
.nav-search,
.page-hero,
.search-box {
  position: relative
}

.expo-text,
.search-icon {
  top: 50%;
  transform: translateY(-50%)
}

.nav-search {
  display: flex;
  align-items: center
}

.nav-search input {
  width: 180px;
  padding: 8px 35px 8px 12px;
  border-radius: 50px;
  border: 1px solid var(--border);
  color: var(--text);
  font-size: 13px;
  outline: 0;
  transition: .3s
}

.nav-search input:focus {
  width: 220px;
  border-color: var(--gold)
}

.nav-search i {
  position: absolute;
  right: 10px;
  font-size: 12px;
  color: var(--gold)
}

.about-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  padding: 120px 8% 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  z-index: 1
}
.about-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: start; /* THIS IS THE KEY */
}

.about-image {
  align-self: start;  /* force image to top */
}
.about-content h2 {
  font-size: clamp(28px, 4vw, 40px);
  color: var(--text);
  margin-bottom: 20px
}
.about-content p {
  text-align: justify;
}
.about-section {
  padding-top: 120px; /* smooth spacing */
}
.about-content p {
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 14px;
  line-height: 1.7
}

.about-content .highlight {
  border-left: 3px solid var(--gold);
  padding-left: 18px;
  color: var(--text-light);
  font-weight: 500;
  margin-bottom: 20px
}

.about-content .commit {
  margin-top: 20px;
  font-weight: 500;
  color: var(--gold-light)
}

.about-list {
  margin-top: 28px;
  padding: 20px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius)
}

.about-list h3 {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 18px
}

.about-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: var(--shadow-deep)
}

.about-image .second-img {
  position: absolute;
  bottom: -40px;
  right: -20px;
  width: 60%;
  border-radius: 16px;
  border: 3px solid var(--navy)
}

@media (max-width:1024px) {

  .blog-grid,
  .why-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .footer-container {
    grid-template-columns: 1fr 1fr
  }

  .about-container,
  .about-inner {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .img-frame img {
    height: 360px
  }

  .about-image {
    order: -1
  }

  .about-image .second-img {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-top: 12px
  }
}

@media (max-width:768px) {

  .blog-grid,
  .footer-container,
  .why-grid {
    grid-template-columns: 1fr
  }

  nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: var(--navy-2);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 99999;
    transition: left .4s cubic-bezier(.4, 0, .2, 1);
    border-right: 1px solid var(--border)
  }

  nav.active {
    left: 0
  }

  .nav-link {
    font-size: 18px;
    padding: 12px 24px
  }

  .close-btn,
  .menu-toggle {
    display: flex
  }

  .nav-btn,
  .nav-search,
  .scroll-indicator,
  .stat-divider {
    display: none
  }

  .dropdown-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    background: 0 0;
    border: none;
    box-shadow: none;
    padding: 0;
    display: none
  }

  .dropdown.open .dropdown-menu {
    display: flex;
    flex-direction: column
  }

  .hero {
    height: 100svh
  }

  .hero-content {
    left: 5%;
    right: 5%;
    max-width: 100%
  }

  .hero-title {
    font-size: clamp(28px, 7vw, 42px)
  }

  .hero-ctas {
    flex-direction: column;
    gap: 12px
  }

  .hero-ctas .btn-outline,
  .hero-ctas .btn-primary {
    width: 100%;
    justify-content: center
  }

  .stats-bar {
    gap: 0;
    padding: 24px 5%
  }

  .stat-item {
    min-width: 50%;
    padding: 12px
  }

  .about-section,
  .blog-section,
  .map-section,
  .why-section {
    padding: 60px 5%
  }

  .img-frame img {
    height: 260px
  }

  .clients-section,
  .products-section {
    padding: 60px 0
  }

  .scroll-track {
    padding: 10px 5% 20px;
    gap: 16px
  }

  .card {
    flex: 0 0 260px
  }

  .why-grid {
    gap: 16px
  }

  .footer-container {
    gap: 32px;
    padding: 0 5% 48px
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center
  }

  .section-heading {
    font-size: clamp(24px, 6vw, 34px)
  }

  .about-container {
    padding: 100px 5% 60px
  }

  .about-content h2 {
    font-size: 24px
  }

  .about-list {
    padding: 16px
  }
}

.page-hero {
  padding: 140px 8% 80px;
  background: var(--grad-navy)
}

.page-hero h1 {
  font-size: clamp(30px, 5vw, 48px);
  color: var(--gold);
  margin-bottom: 10px
}

.blog-hero p,
.page-hero p {
  color: var(--text-muted);
  max-width: 600px;
  margin: auto
}

.curasol-hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh
}

.curasol-left {
  padding: 140px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.curasol-left h1 {
  font-size: clamp(32px, 5vw, 54px);
  color: var(--gold);
  margin-bottom: 20px
}

.curasol-left p {
  color: var(--text-muted);
  margin-bottom: 24px
}

.curasol-btn {
  background: var(--grad-gold);
  color: var(--navy);
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  width: fit-content
}

.blog-hero h1,
.hblogs {
  color: var(--gold)
}

.blog-card,
.stat-card {
  border-radius: var(--radius)
}

.curasol-right .scroll-track {
  display: flex;
  gap: 20px;
  animation: 25s linear infinite scroll
}

.curasol-right img {
  height: 320px;
  border-radius: 16px
}

.hblogs {
  font-size: 34px;
  margin: 40px 0 20px
}

.blog-card {
  background: var(--card-bg)
}

.blog-card:hover {
  box-shadow: var(--shadow-gold);
  box-shadow: var(--shadow-gold);
  transform: translateY(-10px);
  box-shadow: var(--shadow-gold);
  border-color: rgba(201, 168, 76, .4)
}

.blog-hero,
.contact-hero {
  padding: 130px 8% 60px;
  text-align: center;
  background: var(--grad-navy)
}

.blog-card,
.blog-featured-card {
  background: var(--card-bg);
  overflow: hidden
}

.blog-hero h1 {
  font-size: clamp(32px, 5vw, 48px);
  margin-bottom: 10px
}

.blog-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 20px 8% 60px
}

.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--border);
  border-radius: 18px;
  transition: .35s
}

.blog-card img {
  width: 100%;
  height: 200px;
  transition: .5s
}

.blog-card a,
.cat,
.contact-card,
.faq-answer,
.stat-card,
.submit-btn {
  transition: .3s
}

.blog-card h3 {
  flex-grow: 1;
  font-size: 16px;
  padding: 16px 18px 8px;
  color: var(--text);
  line-height: 1.5
}

.blog-card p {
  font-size: 13px;
  color: var(--text-muted);
  padding: 0 18px 10px
}

.blog-card a {
  display: inline-block;
  margin: 10px 18px 18px;
  color: var(--gold);
  font-weight: 600;
  font-size: 13px
}

.blog-featured {
  padding: 40px 8%
}

.blog-featured-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  border-radius: 20px;
  border: 1px solid var(--border)
}

.blog-featured-card img {
  width: 100%;
  height: 100%
}

.blog-featured-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.apply-section h2,
.blog-featured-content h2,
.contact-card h3,
.spec-table h2 {
  color: var(--gold);
  margin-bottom: 10px
}

.blog-featured-content p,
.why-left p {
  color: var(--text-muted);
  margin-bottom: 20px
}

.blog-featured-content a,
.highlight {
  color: var(--gold);
  font-weight: 600
}

.ceo-name {
  color: var(--gold);
  margin-bottom: 16px;
  font-size: 22px
}

.product-hero {
  background: var(--grad-navy)
}

.career-form,
.stat-card {
  background: var(--card-bg)
}

.product-detail,
.products,
.why-premium {
  padding: 80px 8%
}

.section-title {
  font-size: 32px;
  color: var(--gold);
  margin-bottom: 50px
}

.form-group,
.why-left h3 {
  margin-bottom: 15px
}

.why-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px
}

.why-left h3 {
  font-size: 24px
}

.why-highlights div {
  margin: 8px 0;
  color: var(--text-light)
}

.why-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

.stat-card {
  padding: 30px;
  border: 1px solid var(--border)
}

.contact-card:hover,
.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-gold)
}

.stat-card h3 {
  font-size: 32px;
  color: var(--gold)
}

.products h2 {
  color: var(--gold);
  margin-bottom: 40px
}

.apply-section,
.reviews {
  padding: 80px 8%
}

.apply-section p {
  color: var(--text-muted);
  margin-bottom: 30px
}

.career-form {
  border-radius: var(--radius);
  border: 1px solid var(--border)
}

.form-row input,
.form-row select {
  flex: 1
}

.submit-btn {
  background: var(--grad-gold);
  color: var(--navy);
  font-weight: 600
}

@media (max-width:1024px) {

  .blog-grid,
  .product-grid,
  .why-right {
    grid-template-columns: repeat(2, 1fr)
  }

  .blog-featured-card,
  .why-container {
    grid-template-columns: 1fr
  }
}

@media (max-width:768px) {
  .blog-hero {
    padding: 110px 5% 40px
  }

  .blog-grid {
    grid-template-columns: 1fr;
    padding: 20px 5% 40px
  }

  .blog-card img {
    height: 180px
  }

  .blog-featured {
    padding: 20px 5%
  }

  .blog-featured-content {
    padding: 20px
  }

  .hblogs {
    font-size: 26px
  }

  .product-hero {
    padding: 100px 5% 40px
  }

  .apply-section,
  .products,
  .why-premium {
    padding: 60px 5%
  }

  .form-row {
    flex-direction: column
  }

  .why-right {
    grid-template-columns: 1fr
  }
}

.product-hero {
  padding: 120px 8% 40px
}

.product-hero h1 {
  font-size: clamp(28px, 4vw, 42px);
  color: var(--gold)
}

.filter-bar {
  display: flex;
  justify-content: center;
  margin: 20px 0
}

.search-box {
  width: 320px
}

.search-box input {
  width: 100%;
  padding: 12px 40px 12px 18px;
  border-radius: 50px;
  border: 1px solid var(--border);
  color: var(--text);
  outline: 0
}

.search-icon {
  position: absolute;
  right: 14px;
  color: var(--gold)
}

.categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px
}

.cat {
  padding: 8px 18px;
  border-radius: 50px;
  border: 1px solid var(--border);
  background: 0 0;
  color: var(--text)
}

.career-form,
.contact-card,
.glass,
.product-card,
.t-card {
  background: var(--card-bg)
}

.glass,
.product-card {
  border: 1px solid var(--border);
  border-radius: var(--radius)
}

.navbar {
  backdrop-filter: blur(16px)
}

.product-card:hover {
  box-shadow: var(--shadow-gold)
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  background: #fff;
  padding: 10px
}

.product-info {
  padding: 16px
}

.product-info h3 {
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--text)
}

.product-info p {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 14px
}

.enquire-btn,
.view-btn {
  flex: 1;
  padding: 8px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  transition: .3s
}

.btn-outline,
.view-btn {
  border: 1px solid var(--border);
  color: var(--text)
}

.view-btn:hover {
  background: var(--glass)
}

.contact-cards-premium {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.contact-card,
.t-card {
  border-radius: var(--radius)
}

.career-form input,
.career-form textarea {
  background: var(--glass);
  border: 1px solid var(--border);
  color: var(--text)
}

@media (max-width:1024px) {

  .curasol-hero-split,
  .why-container {
    grid-template-columns: 1fr
  }

  .contact-cards-premium {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width:768px) {

  .contact-cards-premium,
  .product-grid {
    grid-template-columns: 1fr
  }

  .search-box {
    width: 90%
  }

  .product-card img {
    height: 160px
  }

  .curasol-left,
  .product-hero {
    padding: 100px 5%
  }

  .blog-container {
    margin-top: 100px
  }

  .curasol-right img {
    height: 220px
  }
}

.contact-hero h1 {
  font-size: clamp(30px, 5vw, 46px);
  color: var(--gold)
}

.contact-cards-premium {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 60px 8%
}

.contact-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px
}

.contact-form-premium,
.form-box,
.seo-content {
  padding: 60px 8%
}

.career-form {
  max-width: 800px;
  margin: auto;
  padding: 30px;
  border-radius: var(--radius);
  border: 1px solid var(--border)
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px
}

.career-form input,
.career-form select,
.career-form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--glass);
  color: var(--text)
}

.submit-btn {
  background: var(--grad-gold);
  color: var(--navy);
  padding: 12px 24px;
  border-radius: 50px;
  margin-top: 10px
}

.map {
  width: 100%;
  height: 350px;
  border-radius: 16px;
  border: none
}

.footer,
.stats-bar {
  border-top: 1px solid var(--border)
}

.faq {
  padding: 60px 8%;
  max-width: 900px;
  margin: auto
}

.faq h2 {
  color: var(--gold);
  margin-bottom: 30px
}

.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 15px 0
}

.faq-question {
  display: flex;
  justify-content: space-between;
  color: var(--text);
  font-weight: 500
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: var(--text-muted)
}

.faq-item.active .faq-answer {
  max-height: 200px;
  margin-top: 10px
}

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  padding: 14px;
  border-radius: 50%;
  color: #fff
}

.bar,
.bar-fill {
  border-radius: 10px
}

.expo-hero {
  position: relative;
  height: 100vh;
  overflow: hidden
}

.expo-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out
}

.expo-slide.active {
  opacity: 1;
  z-index: 2
}

.expo-slide img {
  filter: brightness(.6);
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.55)
}

.expo-text {
  position: absolute;
  left: 8%;
  color: #fff;
  max-width: 500px;
  z-index: 3
}

.expo-text h1 {
  font-size: clamp(32px, 5vw, 52px);
  color: var(--gold);
  margin-bottom: 10px
}

.expo-text p {
  font-size: 16px;
  color: #ddd
}

.expo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(15, 23, 42, .8), transparent);
  z-index: 1
}

.reviews h2 {
  font-size: 32px;
  color: var(--gold);
  margin-bottom: 30px
}

#ratingValue {
  font-size: 22px;
  color: var(--gold);
  margin-bottom: 20px
}

.rating-box {
  max-width: 500px;
  margin: auto
}

.bar {
  background: rgba(255, 255, 255, .08);
  margin: 10px 0;
  overflow: hidden
}

.bar-fill {
  background: var(--grad-gold);
  padding: 6px;
  font-size: 12px;
  color: var(--navy);
  width: 0;
  transition: 1s
}

.slider-wrap {
  overflow: hidden;
  margin-top: 40px
}

.slider-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: 30s linear infinite scroll
}

@keyframes scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

.t-card {
  min-width: 280px;
  padding: 22px;
  text-align: left;
  transition: .4s
}

.t-card p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 12px
}

.t-card h4 {
  color: var(--gold);
  font-size: 14px
}

.t-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-gold)
}

.contact-cards-premium {
  margin-top: clamp(60px, 8vw, 100px)
}

.product-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: start
}

.left-side {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.product-image {
  background: #fff;
  padding: 20px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-deep)
}

.spec-table,
.specs-box {
  background: var(--card-bg)
}

.product-image img {
  width: 100%;
  height: 260px;
  object-fit: contain
}

.specs-box {
  border: 1px solid var(--border);
  border-radius: var(--radius)
}

.specs-box h2 {
  color: var(--gold);
  margin-bottom: 12px;
  font-size: 18px
}

.spec-item {
  font-size: 14px;
  padding: 6px 0;
  border-bottom: 1px dashed var(--border);
  color: var(--text-light)
}

.navbar,
.spec-table td,
.spec-table th,
.stats-bar {
  border-bottom: 1px solid var(--border)
}

.spec-table {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  margin-top: 20px
}

.spec-table table {
  width: 100%;
  border-collapse: collapse
}

.spec-table td,
.spec-table th {
  padding: 10px;
  font-size: 13px
}

.spec-table th {
  color: var(--gold);
  text-align: left
}

.product-content h1 {
  font-size: 26px;
  margin-bottom: 10px;
  color: var(--text)
}

.product-content h2 {
  color: var(--gold);
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 18px
}

.product-content h3 {
  color: var(--text-light);
  font-size: 15px;
  margin-bottom: 10px
}

.product-content p {
  color: var(--text-muted);
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.6
}

.app-list,
.feature-list,
.why-list {
  padding-left: 18px
}

.app-list li,
.feature-list li,
.why-list li {
  margin-bottom: 6px;
  font-size: 14px;
  color: var(--text-light)
}

.enquire-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 50px;
  background: var(--grad-gold);
  color: var(--navy);
  font-weight: 600;
  transition: .3s
}

.seo-box,
.spec-box,
.spec-table,
.specs-box {
  background: var(--card-bg)
}

.seo-box {
  border-radius: var(--radius);
  padding: 30px;
  border: 1px solid var(--border)
}

.seo-box h2 {
  color: var(--gold);
  margin-top: 20px
}

.seo-box p {
  color: var(--text-muted);
  font-size: 14px
}

@media (max-width:1024px) {
  .contact-cards-premium {
    grid-template-columns: repeat(2, 1fr)
  }

  .product-container {
    grid-template-columns: 1fr
  }

  .product-image img {
    height: 220px
  }
}

.clients-track img {
  height: 50px;
  width: auto;
  transition: var(--transition);
  object-fit: contain
}

.clients-wrapper::after,
.clients-wrapper::before,
.vendors .clients-wrapper::after,
.vendors .clients-wrapper::before,
html.light-mode .clients-wrapper::after,
html.light-mode .clients-wrapper::before,
html.light-mode .vendors .clients-wrapper::after,
html.light-mode .vendors .clients-wrapper::before {
  content: none !important;
  display: none !important;
  background: 0 0 !important;
  opacity: 0 !important;
  visibility: hidden !important
}

.clients-track img,
.clients-track img:hover,
.vendors .clients-track img,
.vendors .clients-track img:hover {
  filter: none !important;
  opacity: 1 !important
}

.footer-social {
  display: flex;
  gap: 14px;
  margin-top: 20px
}

.product-container,
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.footer-social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(201, 168, 76, .2);
  color: #fff;
  font-size: 16px;
  transition: .3s
}

.footer-social a:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(201, 168, 76, .4)
}

.footer-social a:first-child {
  background: #1877f2
}

.footer-social a:nth-child(2) {
  background: #e4405f
}

.footer-social a:nth-child(3) {
  background: #0077b5
}

.footer-social a:nth-child(4) {
  background: #000
}

.footer-social a:nth-child(5) {
  background: #25d366
}

.product-grid {
  gap: 60px
}

.spec-table,
.specs-box {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px
}

.product-section {
  padding: 120px 8% 60px
}

.product-container {
  gap: 50px;
  align-items: start
}

.product-left {
  display: flex;
  flex-direction: column;
  gap: 30px
}

.product-right {
  padding-top: 10px
}

.product-right h2 {
  font-size: 26px;
  margin-bottom: 12px;
  line-height: 1.4
}

.product-right p {
  margin-bottom: 14px;
  line-height: 1.7
}

.spec-box {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--border)
}

.spec-detailed {
  margin-top: 30px
}

.product-section h1,
.product-section h2,
.product-section h3 {
  position: relative;
  z-index: 2
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

:root {
  --navy: #ffffff;
  --navy-2: #f4f8fb;
  --navy-3: #eef3f8;
  --navy-light: #e3edf5;
  --gold: #0056d2;
  --gold-light: #3b82f6;
  --gold-pale: #dbeafe;
  --text: #0b1c2c;
  --text-muted: #5f7c91;
  --text-light: #334e68;
  --border: #e6edf3;
  --glass: rgba(255, 255, 255, 0.7);
  --card-bg: #ffffff;
  --grad-gold: linear-gradient(135deg, #0056d2, #3b82f6);
  --grad-navy: linear-gradient(135deg, #ffffff, #f4f8fb);
  --grad-glow: linear-gradient(135deg, rgba(0, 86, 210, 0.08), rgba(0, 86, 210, 0.02));
  --shadow-gold: 0 10px 30px rgba(0, 86, 210, 0.12);
  --shadow-deep: 0 20px 50px rgba(0, 0, 0, 0.06);
  --radius: 16px;
  --radius-sm: 8px;
  --transition: all 0.3s ease
}

body::after,
body::before {
  content: '';
  position: fixed;
  width: 400px;
  height: 400px;
  z-index: 0
}

body::before {
  content: '';
  top: -150px;
  right: -150px;
  background: radial-gradient(circle, rgba(22, 163, 74, .15), transparent 70%);
  animation: 10s ease-in-out infinite float1
}

body::after {
  content: '';
  bottom: -150px;
  left: -150px;
  background: radial-gradient(circle, rgba(220, 38, 38, .12), transparent 70%);
  animation: 12s ease-in-out infinite float2
}

img {
  max-width: 100%;
  display: block
}

a {
  color: inherit
}

.navbar {
  position: fixed;
  width: 100%;
  padding: 16px 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999
}

.btn-primary,
.hero {
  position: relative;
  overflow: hidden
}

.nav-link:hover {
  color: var(--gold);
  background: rgba(0, 86, 210, .05)
}

.hero {
  height: 100vh
}

.slide img {
  filter: brightness(.8);
  transition: transform 8s
}

.hero-title,
.section-heading {
  color: var(--text)
}

.btn-primary {
  background: var(--grad-gold);
  box-shadow: var(--shadow-gold)
}

.about-section,
.blog-section,
.why-section {
  background: var(--navy)
}

.blog-card,
.card,
.seo-box,
.why-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-deep);
  transition: var(--transition)
}

.card:hover,
.why-card:hover {
  box-shadow: var(--shadow-gold);
  box-shadow: 0 20px 40px rgba(0, 86, 210, .15) !important;
  box-shadow: 0 15px 40px rgba(22, 163, 74, .2) !important;
  transform: translateY(-8px);
  box-shadow: var(--shadow-brand)
}

.section-header p {
  color: var(--text-muted);
  color: #5f7c91 !important
}

.stats-bar {
  background: #fff
}

.map-container {
  background: #fff;
  border: 1px solid var(--border)
}

.clients-track img {
  filter: grayscale(1) opacity(.5);
  filter: grayscale(1) opacity(.4)
}

.footer {
  background: var(--navy-2)
}

.footer-bottom {
  background: #eaf2f8
}

::-webkit-scrollbar {
  width: 6px
}

::-webkit-scrollbar-thumb {
  background: var(--gold)
}

@media (max-width:768px) {

  .contact-cards-premium,
  .product-container {
    grid-template-columns: 1fr
  }

  .form-row {
    flex-direction: column
  }

  .contact-hero {
    padding: 100px 5% 40px
  }

  .contact-form-premium,
  .faq,
  .form-box,
  .seo-content {
    padding: 40px 5%
  }

  .expo-text {
    left: 5%;
    right: 5%;
    text-align: center
  }

  .expo-text h1 {
    font-size: 26px
  }

  .expo-text p {
    font-size: 14px
  }

  .product-detail,
  .reviews {
    padding: 60px 5%
  }

  .t-card {
    min-width: 240px
  }

  .reviews h2 {
    font-size: 24px
  }

  .product-content h1 {
    font-size: 22px
  }

  .spec-item {
    font-size: 13px
  }

  .product-image img {
    height: 200px
  }

  .hero-title {
    font-size: 32px
  }

  .navbar {
    background: #fff
  }
}

.hero-sub {
  color: #5f7c91 !important
}

.cert-section,
.map-section,
.products-section,
.vendors {
  background: linear-gradient(to bottom, #f8fbff, #eef4fa) !important
}

.about-section,
.blog-section,
.why-section {
  background: #fff !important;
  box-shadow: inset 0 1px 0 #eef3f8
}

.blog-card,
.card,
.seo-box,
.why-card {
  background: #fff !important;
  border: 1px solid #e6edf3 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06) !important
}

.navbar {
  background: rgba(255, 255, 255, .8) !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-soft)
}

.section-heading {
  color: #0b1c2c !important
}

.hero-title {
  font-size: clamp(38px, 5vw, 60px) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -.5px
}

.hero-title span {
  display: block;
  margin-bottom: 6px
}

.hero-title .gold {
  color: #3b82f6 !important;
  font-weight: 700
}

.hero-sub,
.hero-title {
  text-shadow: 0 4px 20px rgba(0, 0, 0, .6)
}

.line-reveal {
  margin-bottom: 8px !important
}

.hero-ctas {
  margin-top: 20px
}

.btn-primary {
  font-size: 15px;
  padding: 12px 26px;
  background: linear-gradient(135deg, #16a34a, #22c55e) !important
}

:root {
  --gold: #16a34a !important;
  --gold-light: #22c55e !important;
  --gold-pale: #dcfce7 !important;
  --text: #0f172a !important;
  --text-muted: #475569 !important;
  --border: rgba(22, 163, 74, 0.2) !important;
  --grad-gold: linear-gradient(135deg, #16a34a, #22c55e) !important;
  --accent-red: #dc2626;
  --accent-red-light: #ef4444;
  --brand-green: #16a34a;
  --brand-green-light: #22c55e;
  --brand-green-soft: #dcfce7;
  --brand-red: #dc2626;
  --brand-red-light: #ef4444;
  --bg-main: #ffffff;
  --bg-soft: #f6f9fc;
  --bg-section: #f0f5f9;
  --text-main: #0f172a;
  --text-muted: #475569;
  --border-soft: #e2e8f0;
  --grad-brand: linear-gradient(135deg, #16a34a, #22c55e);
  --grad-accent: linear-gradient(135deg, #dc2626, #ef4444);
  --grad-mix: linear-gradient(135deg, #16a34a 0%, #22c55e 40%, #dc2626 100%);
  --shadow-soft: 0 8px 25px rgba(0, 0, 0, 0.05);
  --shadow-brand: 0 10px 40px rgba(22, 163, 74, 0.25)
}

.btn-primary:hover {
  background: linear-gradient(135deg, #15803d, #16a34a) !important
}

.nav-btn {
  background: linear-gradient(135deg, #139434, #0fa127) !important
}

.nav-btn:hover {
  background: linear-gradient(135deg, #16bb31, #1ab814) !important
}

.nav-link:hover,
.section-heading em,
.section-label {
  color: #16a34a !important
}

.btn-primary,
.hero-title,
.nav-btn {
  color: #fff !important
}

::-webkit-scrollbar-thumb {
  background: #16a34a !important
}

.gradient-text {
  background: var(--grad-mix);
  -webkit-text-fill-color: transparent
}

.slide-overlay {
  background: linear-gradient(110deg, rgba(15, 23, 42, .75), rgba(15, 23, 42, .3), transparent) !important
}

.hero-title {
  text-shadow: 0 10px 30px rgba(0, 0, 0, .6)
}

.btn-primary {
  background: var(--grad-brand) !important;
  box-shadow: var(--shadow-brand)
}

.nav-btn {
  background: var(--grad-accent) !important
}

.about-section,
.why-section {
  background: var(--bg-main)
}

.cert-section,
.map-section,
.products-section,
.vendors {
  background: var(--bg-section)
}

.nav-link:hover {
  color: var(--brand-green)
}

.btn-primary:hover {
  transform: translateY(-2px)
}

.slide.active img {
  transform: scale(1.12)
}

.blog-card,
.card,
.why-card {
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-soft);
  background: rgba(255, 255, 255, .05) !important;
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, .1)
}

.card:hover,
.why-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 80px rgba(22, 163, 74, .25)
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .4), transparent);
  transform: translateX(-100%)
}

.btn-primary:hover::before {
  animation: 1s shine
}

@keyframes shine {
  to {
    transform: translateX(100%)
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(40px) scale(.98);
  transition: .8s
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0) scale(1)
}

@keyframes float1 {

  0%,
  100% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(40px, -30px)
  }
}

@keyframes float2 {

  0%,
  100% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-30px, 40px)
  }
}

.clients-track img:hover {
  filter: grayscale(0) opacity(1);
  transform: scale(1.15)
}

.product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 30px
}

#pagination,
.hero-content {
  display: flex;
  display: flex
}

@media (max-width:1024px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr) !important
  }
}

@media (max-width:600px) {
  .product-grid {
    grid-template-columns: 1fr !important
  }
}

.product-card {
  width: 100% !important;
  border-radius: 16px;
  overflow: hidden;
  transition: .3s
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .15)
}

.hero-content h1 {
  max-width: 700px;
  margin-bottom: 10px;
  display: block !important
}

.hero-content h1,
.hero-content h1 span {
  background: 0 0 !important;
  -webkit-text-fill-color: initial !important
}

.hero-content p {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 25px
}

.hero-content {
  max-width: 600px !important;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  align-items: center
}

.hero-content h1 {
  background: linear-gradient(135deg, #1e40af, #2563eb);
  -webkit-text-fill-color: transparent;
  color: #fff !important;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2
}

@media (max-width:768px) {
  .slide {
    right: 0 !important;
    left: 0 !important;
    width: 100% !important
  }

  .hero-content {
    left: 5%;
    right: 5%;
    transform: translateY(-50%);
    max-width: 100%
  }

  .slide img {
    object-position: center
  }
}

#pagination {
  justify-content: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap
}

.page-btn {
  font-size: 14px;
  background: var(--navy-3);
  color: var(--gold);
  border: 1px solid var(--border);
  padding: 8px 14px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #05b43f;
  color: #1c2840;
  font-weight: 600
}

.page-btn.active,
.page-btn:hover {
  background: var(--gold);
  color: var(--navy)
}

.page-btn:hover {
  background: #0bd13c;
  color: #fff
}

.page-btn.active {
  background: #05a836;
  color: #fff
}

.filter-btn.active {
  background: #1fa64a !important;
  color: #fff !important;
  border-color: #1fa64a !important;
}

.filter-btn {
  padding: 8px 18px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: transparent;
  color: #1c2840;
  transition: 0.3s;
}

.filter-btn:hover {
  background: #1fa64a;
  color: #fff;
  border-color: #1fa64a;
}
.product-info h3 {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;

  /* FIX TEXT BREAK ISSUE */
  word-break: keep-all;
  overflow-wrap: normal;
}
.highlight-red {
  color: #e53935; /* premium red */
}.highlight-red {
  color: #e53935;
  font-weight: 700;
  letter-spacing: 0.5px;
}
:root {
  --brand-green: #1FAE5B;
}

.highlight-green {
  color: var(--brand-green);
}
.brand-green { color: #1FAE5B; }
.brand-red { color: #e53935; }

.brand-main {
  font-size: 48px;
  font-weight: 700;
}

.brand-sub {
  font-size: 22px;
  font-weight: 500;
}

* {
  font-style: normal !important;
}
.contact-heading {
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 40px auto 25px;
  letter-spacing: 1px;
  display: block;
}

/* underline */
.contact-heading::after {
  content: "";
  width: 90px;
  height: 4px;
  background: linear-gradient(90deg, #00c853, #009688);
  display: block;
  margin: 10px auto 0;
  border-radius: 10px;
}
.contact-form-premium {
  text-align: center;
}
/* TEAM SECTION */
.team-section {
  padding: 80px 8%;
  text-align: center;
}
/* ===== FOOTER BRAND LOGO ===== */

.footer-brand-logo {
  font-family: 'Playfair Display', serif;
  line-height: 1.15;
  margin-bottom: 14px;
}

/* Main title */
.footer-brand-main {
  display: block;
  font-size: 44px;
  font-weight: 700;
  color: #169c3a;
  letter-spacing: 1px;
}

/* Subtitle */
.footer-brand-sub {
  display: block;
  font-size: 26px;
  font-weight: 500;
  color: #e53935;
  margin-top: 3px;
}
.section-title {
  font-size: 32px;
  color: var(--gold);
  margin-bottom: 40px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.team-card {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 18px;
    transition: 0.4s;
    text-align: center;
    max-width: 290px;
    margin: auto;
}

.team-card img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    background: #f8f8f8;
    border-radius: 12px;
    display: block;
    margin-bottom: 15px;
}
.team-card h3 {
  color: var(--gold);
  margin-bottom: 5px;
}

.team-card .role {
  color: var(--text-muted);
  margin-bottom: 10px;
}

.team-card p {
  font-size: 14px;
  color: var(--text-light);
}

/* HOVER EFFECT */
.team-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-gold);
}

/* RESPONSIVE */
@media (max-width:1024px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:768px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
.footer {
  background: #f4f8fb;
  padding: 60px 8% 20px;
  border-top: 1px solid #ddd;
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  align-items: flex-start;
}

.footer-col h2 {
  font-size: 22px;
  font-weight: 700;
}

.footer-col h2 span {
  color: green;
}

.footer-col h3 {
  color: green;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.footer-col p {
  font-size: 14px;
  color: #555;
  margin: 8px 0;
}

.footer-col a {
  display: block;
  text-decoration: none;
  color: #333;
  margin: 6px 0;
  font-size: 14px;
}

.footer-col a:hover {
  color: green;
}



/* .socials a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #ddd;
  margin-right: 8px;
} */

/* WHATSAPP BUTTON */
.whatsapp-btn {
  display: inline-block;
  margin-top: 12px;
  background: #25d366;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
}

/* BOTTOM */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  font-size: 13px;
  color: #777;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.team-section {
  text-align: center;
  padding: 60px 8%;
}

.team-grid {
  display: flex;
  justify-content: center;   /* centers all cards */
  gap: 30px;
  flex-wrap: wrap;
}

.team-card {
  width: 280px;
}
/* ===== FIX SOCIAL ICONS PROPERLY ===== */
/* ===== FOOTER FINAL STYLE FIX ===== */

/* brand block */
.brand-col p {
  max-width: 320px;
  margin-bottom: 22px;
  line-height: 1.8;
}

/* social icons */
.socials {
  display: flex !important;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.socials a,
.footer-col .socials a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(201, 168, 76, 0.16);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transition: all 0.3s ease;
  padding: 0;
}

.socials a i {
  font-size: 18px;
  line-height: 1;
}

.socials a:nth-child(1) i { color: #1877f2; }
.socials a:nth-child(2) i { color: #e4405f; }
.socials a:nth-child(3) i { color: #0077b5; }
.socials a:nth-child(4) i { color: #000000; }

.socials a:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 168, 76, 0.4);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

/* contact column */
.contact-col .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.contact-col .contact-item i {
  color: #16a34a;
  font-size: 18px;
  min-width: 18px;
  margin-top: 4px;
}

.contact-col .contact-item p {
  margin: 0;
  line-height: 1.65;
  color: #334155;
  font-size: 15px;
}

/* whatsapp button */
.footer-btn,
.contact-col .footer-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  margin-left: 30px;
  padding: 12px 18px;
  width: auto;
  min-width: 0;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #0f9f79);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(34, 197, 94, 0.22);
  transition: all 0.3s ease;
}

.footer-btn i,
.contact-col .footer-btn i {
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  margin: 0;
}

.footer-btn:hover,
.contact-col .footer-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(34, 197, 94, 0.28);
}

/* quick links and product links spacing */
.footer-col a {
  display: block;
  padding: 8px 0;
  font-size: 15px;
  color: #1e293b;
  transition: all 0.25s ease;
}

.footer-col a:hover {
  color: #15803d;
  padding-left: 4px;
}

/* footer bottom */
.footer-bottom {
  border-top: 1px solid rgba(201, 168, 76, 0.14);
  margin-top: 18px;
}

/* mobile */
@media (max-width: 768px) {
  .socials {
    justify-content: flex-start;
  }

  .footer-btn,
  .contact-col .footer-btn {
    margin-left: 0;
  }
}
.footer-btn {
  margin-left: 0 !important;
}
.footer-logo-text {
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
  line-height: 1.2;
}

/* Top main text */
.brand-main {
  font-size: 26px;
  font-weight: 700;
  color: #15803d; /* green */
  letter-spacing: 1px;
}

/* Bottom text */
.brand-sub {
  font-size: 16px;
  font-weight: 500;
   color: #dc2626 !important;}
   /* Navbar links */
.navbar a {
  position: relative;
  text-decoration: none;
}

/* Underline (hidden by default) */
.navbar a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background: #1fa64a; /* green */
  transition: 0.3s;
}

/* Hover effect */
.navbar a:hover::after {
  width: 100%;
}

/* Active page */
.navbar a.active::after {
  width: 100%;
}
.team-section {
    padding: 60px 8% 20px;
}

.contact-cards-premium {
    padding: 40px 8% 60px;
}.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.team-section {
    padding: 130px 8% 40px;
}.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
  gap: 30px;
  padding: 40px 8%;
}

.team-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
#searchResults {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  z-index: 9999;
  max-height: 300px;
  overflow-y: auto;
}

.search-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.search-item:hover {
  background: #f5f5f5;
}

.no-result {
  padding: 10px;
  color: red;
}
/* ===== PREMIUM NAV SEARCH UI ===== */
.nav-search {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-search input {
  width: 230px;
  height: 46px;
  padding: 0 46px 0 16px;
  border-radius: 999px;
  border: 1.5px solid rgba(22, 163, 74, 0.35);
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  transition: all 0.28s ease;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.nav-search input::placeholder {
  color: #64748b;
  font-weight: 400;
}

.nav-search input:focus {
  width: 290px;
  border-color: #16a34a;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(22, 163, 74, 0.14);
}

.nav-search i {
  position: absolute;
  right: 16px;
  font-size: 15px;
  color: #16a34a;
  pointer-events: none;
}

/* ===== DROPDOWN RESULTS ===== */
#searchResults {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 420px;
  max-height: 380px;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(12px);
  z-index: 99999;
  padding: 8px;
  display: none;
}

/* each result item */
.search-item {
  display: block;
  padding: 12px 14px;
  margin-bottom: 4px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #0f172a;
  line-height: 1.45;
  text-decoration: none;
  transition: all 0.22s ease;
  word-break: break-word;
  white-space: normal;
}

.search-item:last-child {
  margin-bottom: 0;
}

.search-item:hover {
  background: linear-gradient(135deg, rgba(22, 163, 74, 0.08), rgba(34, 197, 94, 0.04));
  color: #15803d;
  transform: translateX(2px);
}

/* no result */
.no-result {
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 14px;
  color: #64748b;
  background: #f8fafc;
}

/* scrollbar */
#searchResults::-webkit-scrollbar {
  width: 8px;
}

#searchResults::-webkit-scrollbar-track {
  background: transparent;
}

#searchResults::-webkit-scrollbar-thumb {
  background: rgba(100, 116, 139, 0.35);
  border-radius: 999px;
}

#searchResults::-webkit-scrollbar-thumb:hover {
  background: rgba(100, 116, 139, 0.55);
}

/* mobile */
@media (max-width: 768px) {
  .nav-search input {
    width: 170px;
    height: 42px;
    font-size: 13px;
  }

  .nav-search input:focus {
    width: 210px;
  }

  #searchResults {
    width: min(92vw, 340px);
    left: auto;
    right: 0;
    max-height: 300px;
  }

  .search-item {
    font-size: 14px;
    padding: 11px 12px;
  }
}
#searchResults {
  position: absolute;
  top: 45px;
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  max-height: 350px;
  overflow-y: auto;
  z-index: 9999;
}

/* Each item */
.search-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  transition: 0.25s;
}

/* Icon */
.search-item i {
  color: #16a34a;
  font-size: 15px;
  width: 20px;
  text-align: center;
}

/* Text */
.search-item .text {
  color: #0f172a;
  font-weight: 500;
}

/* Hover */
.search-item:hover {
  background: rgba(22,163,74,0.08);
  transform: translateX(4px);
}

/* No result */
.no-result {
  padding: 12px;
  text-align: center;
  color: #888;
}
/* ===== SEO CONTENT SECTION ===== */
.seo-content {
  max-width: 1100px;
  margin: 80px auto;
  padding: 40px 30px;
  background: linear-gradient(135deg, #f8fff9, #ffffff);
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* subtle glow effect */
.seo-content::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 128, 0, 0.05), transparent 60%);
  z-index: 0;
}

/* content above glow */
.seo-content * {
  position: relative;
  z-index: 1;
}

/* heading */
.seo-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0a0f1e;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* highlight keyword */
.seo-content h2 span {
  color: #1a8f3c;
}

/* paragraph */
.seo-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* strong keywords highlight */
.seo-content strong {
  color: #0a0f1e;
  font-weight: 600;
}

/* hover effect */
.seo-content:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {
  .seo-content {
    padding: 25px 20px;
  }

  .seo-content h2 {
    font-size: 24px;
  }

  .seo-content p {
    font-size: 15px;
  }
}
/* ===== PREMIUM SEO CONTENT SECTION ===== */
.seo-content {
  max-width: 1120px;
  margin: 90px auto 75px;
  padding: 52px 70px;
  background: linear-gradient(135deg, #ffffff 0%, #f3fff7 50%, #ffffff 100%);
  border: 1px solid rgba(0, 141, 58, 0.14);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.seo-content::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(0, 141, 58, 0.16), transparent 70%);
  top: -120px;
  left: -120px;
}

.seo-content::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(0, 141, 58, 0.10), transparent 70%);
  bottom: -100px;
  right: -100px;
}

.seo-content * {
  position: relative;
  z-index: 1;
}

.seo-content h2 {
  max-width: 880px;
  margin: 0 auto 24px;
  font-size: 34px;
  line-height: 1.28;
  font-weight: 800;
  color: #07152f;
  letter-spacing: -0.4px;
}

.seo-content h2 span {
  color: #008d3a;
}

.seo-content p {
  max-width: 940px;
  margin: 0 auto 18px;
  font-size: 17px;
  line-height: 1.9;
  color: #2d3748;
}

.seo-content strong {
  color: #07152f;
  font-weight: 800;
}

.trust-tagline {
  margin: 34px auto 0;
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  color: #007f34;
  font-size: 15px;
  letter-spacing: 0.4px;
  text-align: center;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 141, 58, 0.10), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(0, 141, 58, 0.28);
  box-shadow: 0 10px 28px rgba(0, 141, 58, 0.12);
}

@media (max-width: 768px) {
  .seo-content {
    margin: 55px 16px;
    padding: 34px 22px;
    border-radius: 22px;
  }

  .seo-content h2 {
    font-size: 25px;
  }

  .seo-content p {
    font-size: 15px;
    line-height: 1.75;
  }

  .trust-tagline {
    font-size: 13px;
    padding: 12px 18px;
    line-height: 1.5;
  }
}
/* ===== PREMIUM LIGHT CTA ===== */
.cta-section {
  max-width: 1150px;
  margin: 90px auto;
  padding: 60px 40px;
  border-radius: 28px;
  text-align: center;
  position: relative;
  overflow: hidden;

  /* LIGHT PREMIUM GRADIENT */
  background: linear-gradient(135deg, #e8fff1, #f6fffb);
  border: 1px solid rgba(0, 141, 58, 0.15);

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

/* soft glow */
.cta-section::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0,141,58,0.12), transparent 70%);
  top: -100px;
  left: -100px;
}

.cta-section::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(0,141,58,0.08), transparent 70%);
  bottom: -80px;
  right: -80px;
}

.cta-section * {
  position: relative;
  z-index: 1;
}

/* heading */
.cta-section h3 {
  font-size: 30px;
  font-weight: 800;
  color: #0a2a4a;
  margin-bottom: 10px;
}

/* highlight keyword */
.cta-section h3 span {
  color: #008d3a;
}

/* text */
.cta-section p {
  font-size: 16px;
  color: #4a5568;
  margin-bottom: 28px;
}

/* buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* primary */
.cta-btn.primary {
  background: linear-gradient(135deg, #008d3a, #00b050);
  color: #fff;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(0,141,58,0.25);
  transition: 0.3s;
}

.cta-btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,141,58,0.35);
}

/* secondary */
.cta-btn.secondary {
  border: 2px solid #008d3a;
  color: #008d3a;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  background: transparent;
  transition: 0.3s;
}

.cta-btn.secondary:hover {
  background: rgba(0,141,58,0.08);
  transform: translateY(-3px);
}
/* ===== SEO POWER WRAPPER ===== */
.seo-power-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
  padding: 0 16px;
  box-sizing: border-box;
}

/* ===== SEO POWER LINE ===== */
.seo-power-line {
  max-width: 900px;
  width: 100%;
  text-align: center;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: #0a2a4a;

  padding: 12px 18px;

  background: #f6fff9;
  border: 1px solid #cdeedb;
  border-radius: 50px;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 768px) {
  .seo-power-wrapper {
    margin: 30px 0 15px;
  }

  .seo-power-line {
    font-size: 12.5px;
    padding: 10px 14px;
    line-height: 1.5;
    border-radius: 20px;
  }
}
/* ===== HERO CUT FIX ===== */
.hero-content {
  padding-left: 40px !important;
  padding-right: 20px !important;
  max-width: 700px;
}

/* fix text overflow */
.hero-title {
  width: 100%;
  overflow-wrap: break-word;
}

/* fix left cut on small screens */
@media (max-width: 768px) {
  .hero-content {
    padding-left: 20px !important;
    padding-right: 15px !important;
    max-width: 100%;
  }
}
/* ===== PREMIUM SEO CONTENT SECTION ===== */
.seo-content-section {
  padding: 70px 8%;
  background: linear-gradient(135deg, #f8fbff, #eef4f8);
}

.seo-content-box {
  max-width: 1150px;
  margin: auto;
  background: #ffffff;
  padding: 45px 50px;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #0b8f3a;
}

.seo-content-box h2 {
  font-size: 30px;
  color: #063b2b;
  margin-bottom: 18px;
  font-weight: 800;
}

.seo-content-box h3 {
  font-size: 24px;
  color: #0b8f3a;
  margin: 35px 0 12px;
  font-weight: 700;
}

.seo-content-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #1d2939;
  margin-bottom: 14px;
}

.seo-content-box strong {
  color: #063b2b;
  font-weight: 800;
}

.seo-cta-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 25px 0;
}

.seo-cta-buttons a {
  padding: 12px 22px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s ease;
}

.seo-whatsapp {
  background: #0b8f3a;
  color: #ffffff;
}

.seo-contact {
  background: #063b2b;
  color: #ffffff;
}

.seo-cta-buttons a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(11, 143, 58, 0.25);
}

.seo-keywords {
  margin-top: 22px;
  padding: 14px 18px;
  background: #edf8f1;
  color: #063b2b;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
}

@media (max-width: 768px) {
  .seo-content-section {
    padding: 45px 5%;
  }

  .seo-content-box {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .seo-content-box h2 {
    font-size: 24px;
  }

  .seo-content-box h3 {
    font-size: 20px;
  }

  .seo-content-box p {
    font-size: 15px;
  }

  .seo-cta-buttons a {
    width: 100%;
    text-align: center;
  }
}