@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --section-spacing: 170px;
}
html {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

footer {
  background: #000;
  color: #fff;
}

:root {
  --primary-green: #00ff88;
  --secondary-green: #2d5a27;
  --accent-blue: #00d4ff;
  --warm-yellow: #ffeb3b;
  --deep-forest: #060f06;
  --light-mint: #e8fff0;
  --glow-green: rgba(0, 255, 136, 0.3);
  --glow-blue: rgba(0, 212, 255, 0.3);
}

body {
  font-family: "Inter", sans-serif;
  background: linear-gradient(135deg, #0a1a0a 0%, #1a2f1a 50%, #0f1f0f 100%);
  color: #ffffff;
  overflow-x: hidden;
  position: relative;
  -webkit-transform: translateZ(0); /* ADD THIS */
  isolation: isolate; /* ADD THIS */
}

p a {
  color: #ffffff;
}
p a:hover {
  color: var(--primary-green);
  text-decoration: none;
}

/* Organic background patterns */
.bio-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgba(0, 255, 136, 0.1) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(0, 212, 255, 0.08) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 40% 60%,
      rgba(255, 235, 59, 0.05) 0%,
      transparent 30%
    );
  animation: bio-pulse 8s ease-in-out infinite;
  z-index: -3;
  -webkit-transform: translateZ(0); /* ADD THIS */
  transform: translateZ(0); /* ADD THIS */
  will-change: opacity, transform; /* ADD THIS */
  -webkit-backface-visibility: hidden; /* ADD THIS */
  backface-visibility: hidden; /* ADD THIS */
}

@keyframes bio-pulse {
  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

/* Animated organic shapes */
.organic-shapes {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -2;
  will-change: transform;
}

.leaf {
  position: absolute;
  background: linear-gradient(135deg, var(--primary-green), var(--accent-blue));
  opacity: 0.1;
  animation: float-organic 20s ease-in-out infinite;
  will-change: transform, opacity;
  transform: translateZ(0); /* Hardware acceleration */
}

.leaf-1 {
  width: 80px;
  height: 120px;
  background: linear-gradient(45deg, var(--primary-green), var(--accent-blue));
  clip-path: ellipse(40% 60% at 50% 40%);
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.leaf-2 {
  width: 60px;
  height: 90px;
  background: linear-gradient(45deg, var(--accent-blue), var(--warm-yellow));
  clip-path: ellipse(35% 65% at 50% 35%);
  top: 60%;
  right: 15%;
  animation-delay: -5s;
}

.leaf-3 {
  width: 100px;
  height: 150px;
  background: linear-gradient(45deg, var(--warm-yellow), var(--primary-green));
  clip-path: ellipse(45% 70% at 50% 30%);
  bottom: 20%;
  left: 20%;
  animation-delay: -10s;
}

@keyframes float-organic {
  0%,
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 0.1;
  }

  25% {
    transform: translateY(-20px) rotate(90deg) scale(1.1);
    opacity: 0.2;
  }

  50% {
    transform: translateY(10px) rotate(180deg) scale(0.9);
    opacity: 0.15;
  }

  75% {
    transform: translateY(-10px) rotate(270deg) scale(1.05);
    opacity: 0.18;
  }
}

/* Particle system */
.particle-system {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.bio-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: var(--primary-green);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--primary-green);
  animation: bio-float 15s linear infinite;
}

@keyframes bio-float {
  0% {
    transform: translateY(100vh) translateX(0) scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
    transform: translateY(90vh) translateX(10px) scale(1);
  }

  90% {
    opacity: 1;
    transform: translateY(10vh) translateX(-10px) scale(1);
  }

  100% {
    transform: translateY(-10vh) translateX(0) scale(0);
    opacity: 0;
  }
}

/* Navigation */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 255, 136, 0.2);
  z-index: 1000;
  transition: all 0.4s ease;
}

nav.scrolled {
  padding: 15px 40px;
  background: rgba(0, 0, 0, 0.95);
  box-shadow: 0 8px 32px rgba(0, 255, 136, 0.1);
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
}

.logo-icon {
  /* width: 100px; Adjust as needed */
  /* height: 100px; Adjust as needed */
  /* background-image: url('/IMAGES/BACKGROUND\ KNOBLE\ LOGO.png'); */
  /* background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
  width: 70px;
  height: 70px;
  /* background: linear-gradient(150deg, var(--deep-forest)); */
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* animation: logo-glow 3s ease-in-out infinite; */
}

/* .logo-icon::before { */
/* content: ''; */
/* display: inline-block; */
/* width: 100%; */
/* height: 100%; */
/* animation: logo-rotate 6s linear infinite; */
/* } */

.logo-icon img {
  width: 200%;
  height: 200%;
  object-fit: contain;
  /* animation: logo-rotate 6s linear infinite; */
}

@keyframes logo-glow {
  0%,
  100% {
    box-shadow: 0 0 20px var(--glow-green);
  }

  50% {
    box-shadow: 0 0 15px var(--light-mint);
  }
}

@keyframes logo-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.logo-text {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary-green), var(--light-mint));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px;
  border-radius: 50px;
  border: 1px solid rgba(0, 255, 136, 0.2);
  backdrop-filter: blur(20px);
}

.nav-menu a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  position: relative;
  padding: 12px 24px;
  border-radius: 25px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
}

.nav-menu a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-green), var(--light-mint));
  border-radius: 25px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: -1;
}

.nav-menu a:hover {
  color: var(--deep-forest);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(29, 106, 70, 0.3);
}

.nav-menu a:hover::before {
  width: 100%;
}

.nav-menu a:hover::after {
  width: 40px;
  height: 40px;
}

.nav-menu a.active {
  color: var(--deep-forest);
  background: linear-gradient(135deg, var(--primary-green), var(--light-mint));
  box-shadow: 0 4px 20px rgba(0, 255, 136, 0.4);
}

.nav-menu a.active::before {
  width: 100%;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.menu-toggle span {
  width: 25px;
  height: 2px;
  background: var(--primary-green);
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* Hero Section */
.hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 150px 60px 115px;
}

.hero-content {
  max-width: 1400px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.hero-text h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  background: linear-gradient(
    135deg,
    #ffffff,
    var(--primary-green),
    var(--accent-blue)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: text-glow 4s ease-in-out infinite;
}

@keyframes text-glow {
  0%,
  100% {
    filter: drop-shadow(0 0 20px rgba(0, 255, 136, 0.3));
  }

  50% {
    filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.4));
  }
}

.hero-text p {
  font-size: 1.3rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  max-width: 500px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.btn {
  padding: 16px 32px;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-green), var(--light-mint));
  color: var(--deep-forest);
  box-shadow: 0 8px 32px rgba(0, 255, 136, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 255, 136, 0.4);
}

.btn-secondary {
  background: transparent;
  color: var(--primary-green);
  border: 2px solid var(--primary-green);
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.2);
}

.btn-secondary:hover {
  background: rgba(0, 255, 136, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 255, 136, 0.3);
}

.hero-visual {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bio-sphere {
  width: 400px;
  height: 400px;
  border-radius: 250%;
  background:
    radial-gradient(circle at 70% 70%, var(--glow-green) 0%, transparent 50%),
    radial-gradient(circle at 10% 10%, var(--light-mint) 0%, transparent 50%);
  position: relative;
  /* animation: sphere-pulse 6s ease-in-out infinite; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.rotating-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.text-circle {
  position: absolute;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary-green);
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.text-circle.active {
  opacity: 1;
}

.text-circle:nth-child(1) {
  animation: rotate-text 9s linear infinite;
}

.text-circle:nth-child(2) {
  animation: rotate-text 9s linear infinite;
  animation-delay: -3s;
}

.text-circle:nth-child(3) {
  animation: rotate-text 9s linear infinite;
  animation-delay: -6s;
}

@keyframes rotate-text {
  0%,
  30% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }

  33%,
  66% {
    opacity: 0;
    transform: rotate(120deg) scale(0.8);
  }

  67%,
  100% {
    opacity: 0;
    transform: rotate(240deg) scale(0.8);
  }
}

@keyframes sphere-pulse {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    box-shadow: 0 0 60px var(--glow-green);
  }

  50% {
    transform: scale(1.1) rotate(180deg);
    box-shadow: 0 0 80px var(--glow-blue);
  }
}

.bio-sphere::before,
.bio-sphere::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--primary-green);
  opacity: 0.3;
}

.bio-sphere::before {
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  animation: orbit 15s linear infinite;
}

.bio-sphere::after {
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  border-color: var(--accent-blue);
  animation: orbit 12s linear infinite reverse;
}

@keyframes orbit {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Features Section - Interactive Showcase */
.features {
  padding: 10px 60px 40px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.section-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  background: linear-gradient(135deg, var(--primary-green), var(--light-mint));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-title-p {
  margin-left: 132px;
  margin-bottom: 30px;
  color: #cccccc;
  display: block;
}

@media (min-width: 480px) {
  .section-title-p {
    display: none;
  }
}
.section-paragraph {
  padding-bottom: 39px;
  margin-top: 70px;
  color: #cccccc;
  font: 1rem;
}
.features .section-title {
  margin-bottom: 20px;
  margin-top: 0px;
}

.features-showcase {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 20px;
  align-items: stretch;
}

.feature-navigation {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 255, 136, 0.2);
  border-radius: 24px;
  padding: 32px;
  backdrop-filter: blur(20px);
  position: sticky;
  height: fit-content;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  margin-bottom: 12px;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

.nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 255, 136, 0.1),
    transparent
  );
  transition: left 0.6s ease;
}

.nav-item:hover::before {
  left: 100%;
}

.nav-item:hover {
  background: rgba(0, 255, 136, 0.05);
  border-color: rgba(0, 255, 136, 0.3);
  transform: translateX(8px);
}

.nav-item.active {
  background: linear-gradient(
    135deg,
    rgba(0, 255, 136, 0.2),
    rgba(0, 212, 255, 0.1)
  );
  border-color: var(--primary-green);
  box-shadow: 0 8px 32px rgba(0, 255, 136, 0.2);
}

.nav-item-icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary-green), var(--accent-blue));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  animation: icon-pulse 3s ease-in-out infinite;
}

@keyframes icon-pulse {
  0%,
  100% {
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.3);
  }

  50% {
    box-shadow: 0 0 30px rgba(0, 212, 255, 0.5);
  }
}

.nav-item-content h4 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-green);
  margin-bottom: 4px;
}

.nav-item-content p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}

.feature-display {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 255, 136, 0.2);
  border-radius: 24px;
  padding: 48px;
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

.feature-panel {
  display: none;
  animation: fadeInSlide 0.6s ease-out;
}

.feature-panel.active {
  display: block;
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feature-panel h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary-green), var(--accent-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 24px;
}

.feature-panel p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
}

.feature-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.benefit-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 136, 0.1);
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
}

.benefit-item:hover {
  border-color: var(--primary-green);
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 255, 136, 0.15);
}

.benefit-item h5 {
  color: var(--primary-green);
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.benefit-item p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}

.feature-visual {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 255, 136, 0.2) 0%,
    transparent 70%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  animation: feature-float 6s ease-in-out infinite;
}

@keyframes feature-float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
    box-shadow: 0 0 40px rgba(0, 255, 136, 0.3);
  }

  50% {
    transform: translateY(-10px) rotate(180deg);
    box-shadow: 0 10px 50px rgba(0, 212, 255, 0.4);
  }
}
.view-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 3px 13px;
  background: linear-gradient(135deg, var(--primary-green), var(--light-mint));
  color: var(--deep-forest);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 300;
  transition: all 0.3s ease;
  margin-left: 0px;
}

.view-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 255, 136, 0.4);
}

.feature-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--primary-green), var(--accent-blue));
  color: var(--deep-forest);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.feature-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 255, 136, 0.4);
}

/* Stats Section */
.stats {
  padding: 80px 62px;
  background: rgba(0, 255, 136, 0.05);
  border-top: 1px solid rgba(0, 255, 136, 0.2);
  border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

.stats-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 60px;
  text-align: center;
}

.stat-item h1 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  font-weight: 5px;
}

.stat-item p {
  font-size: 5px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}
.no-link-style,
.no-link-style:link,
.no-link-style:visited,
.no-link-style:hover,
.no-link-style:active {
  color: rgba(255, 255, 255, 0.521);
  font-size: 20px;
  text-decoration: none;
}
/* Process Section */
#process {
  padding: 100px 0;
}

/* Development Process carousel styles */
#process-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px; /* reduced spacing for better visibility */
  overflow-x: auto;
  padding: 20px 40px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

#process-row::-webkit-scrollbar {
  display: none; /* hide scrollbar for WebKit */
}

#process-row > div {
  flex: 0 0 auto; /* keep each item’s natural width */
  scroll-snap-align: center;
}

/* Card sizing & interaction only within the Process section */
#process .port-card {
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition:
    transform 0.4s ease,
    background-color 0.4s ease;
  background-color: transparent;
  border-radius: 18px;
  border: 2px solid var(--primary-green);
  padding: 8px;
  box-shadow: 0 0 20px var(--glow-green);
  margin: 0 10px;
}

/* Image container with green background */
#process .port-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  border: 3px solid var(--secondary-green);
  background-color: var(--light-mint);
}

/* Port-img styling within benefit-items */
.benefit-item .port-img {
  width: 50%;
  height: 800px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid rgba(0, 255, 136, 0.1);
  background-color: var(--light-mint);
  box-shadow: 0 2px 8px rgba(0, 255, 136, 0.15);
  transition: all 0.3s ease;
  margin-bottom: 12px;
}

.benefit-item .port-img:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 15px rgba(0, 255, 136, 0.25);
}

/* Port-img styling within feature panels (fallback) */
.feature-panel .port-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(0, 255, 136, 0.1);
  background-color: var(--light-mint);
  box-shadow: 0 2px 8px rgba(0, 255, 136, 0.15);
  transition: all 0.3s ease;
  margin-bottom: 12px;
}

.feature-panel .port-img:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 15px rgba(0, 255, 136, 0.25);
}

/* Port-card styling within feature panels to match benefit-item */
.feature-panel .port-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 255, 136, 0.1);
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
  min-height: fit-content;
}

.feature-panel .port-card:hover {
  border-color: var(--primary-green);
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 255, 136, 0.15);
}

/* Update the row layout in circular panel to match benefit-items grid */
#circular .feature-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

#circular .port-card {
  min-width: 250px;
}
.port-img-chizzybaze {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; /* keeps consistent shape */
  object-fit: cover;
  border-radius: 12px;
  border: 3px solid var(--secondary-green);
  background-color: var(--light-mint);
}
/* Port-links styling within port-card */
#process .port-links {
  margin-top: 10px;
}
#process .port-links a {
  color: var(--primary-green);
  text-shadow: 0 0 10px var(--glow-green);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 255, 136, 0.1);
  border: 1px solid var(--primary-green);
}

#process .port-links a:hover {
  color: var(--light-mint);
  text-shadow:
    0 0 20px var(--primary-green),
    0 0 30px var(--glow-green);
  box-shadow:
    0 0 20px var(--glow-green),
    0 0 30px rgba(0, 255, 136, 0.3);
  transform: scale(1.1);
  background: rgba(0, 255, 136, 0.2);
}

/* Benefit-item port-links styling */
.benefit-item .port-links {
  margin-top: 12px;
}

.benefit-item .port-links a {
  color: var(--primary-green) !important;
  text-decoration: none;
  transition: all 0.3s ease;
  text-shadow: 0 0 10px var(--glow-green) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 255, 136, 0.1);
  border: 1px solid var(--primary-green);
}

.benefit-item .port-links a:hover {
  color: var(--light-mint) !important;
  transform: scale(1.1);
  text-shadow:
    0 0 20px var(--primary-green),
    0 0 30px var(--glow-green) !important;
  box-shadow:
    0 0 20px var(--glow-green),
    0 0 30px rgba(0, 255, 136, 0.3);
  background: rgba(0, 255, 136, 0.2);
}

#process .port-card:hover {
  transform: scale(1.1);
  background-color: rgba(0, 212, 255, 0.1);
}

#process .port-card:hover .card-heading,
#process .port-card:hover .description {
  color: #ffffff;
}

#process .card-heading {
  margin-top: 8px;
  margin-bottom: 8px;
}

#process .description {
  margin: 0;
}

/* Carousel indicators */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 15px;
}

/* Mobile swipe indicators */
.swipe-indicator {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-green);
  font-size: 2rem;
  opacity: 0.7;
  animation: swipe-pulse 2s ease-in-out infinite;
  z-index: 10;
  display: none;
}

@keyframes swipe-pulse {
  0%,
  100% {
    opacity: 0.7;
    transform: translateY(-50%) translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-50%) translateX(5px);
  }
}

/* Show swipe indicator on mobile */
@media (max-width: 768px) {
  .swipe-indicator {
    display: block;
  }

  .swipe-indicator.hidden {
    display: none;
  }
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0, 255, 136, 0.3);
  border: 2px solid var(--primary-green);
  opacity: 0.6;
  transition: all 0.3s ease;
  cursor: pointer;
}

.carousel-dot.active {
  background-color: var(--primary-green);
  opacity: 1;
  transform: scale(1.2);
  box-shadow: 0 0 15px var(--glow-green);
}

.carousel-dot:hover {
  opacity: 0.8;
  transform: scale(1.1);
  box-shadow: 0 0 8px var(--glow-green);
}

/* About Section */
.about {
  padding: 5px 49.8px 20px;
  max-width: 1400px;
  margin-bottom: 0px;
}

/* CEO Image Container */
.ceo-image-container {
  position: relative;
  width: 95%;
  max-width: 550px;
  padding: 0px 0px;
  border-radius: 12px;
  overflow: hidden;
}

.ceo_img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

/* CEO Overlay Styling */
.ceo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 30px 2px 20px 20px;
  text-align: left;    
}

.ceo-name {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.ceo-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--primary-green);
  margin: 5px 0 0 0;
  /* text-transform: uppercase; */
  letter-spacing: 2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
/* founders page */
.founder-div {
  margin-top: 50px;
  max-width: 1400px;
  margin-bottom: 0px;
}
.founder-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 10px;
}
.founder-text {
  order: 1; /* stays on the left */
  padding: 5px 49.8px 20px;


}

.founder-image-container {
  padding: 5px 28.5px 20px;
  order: 2; /* pushed to the right */
}
.founder-text h4 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
  background: linear-gradient(135deg, var(--primary-green), var(--light-mint));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* founder Image Container */
.founder-image-container {
  position: relative;
  width: 95%;
  max-width: 550px;
  border-radius: 12px;
  overflow: hidden;
  order: 2; 
}

.founder_img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

/* founder Overlay Styling */
.founder-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent); */
  padding: 30px 2px 20px 20px;
  text-align: left;    
}

.founder-name {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-left:20px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.founder-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--primary-green);
  margin: 5px 10px 5px 0;
  /* text-transform: u; */
  letter-spacing: 2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin-left: 20px;
}
.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 120px;
}

.about-content:last-child {
  margin-bottom: 0;
}

.about-text h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 32px;
  background: linear-gradient(135deg, var(--primary-green), var(--light-mint));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-text p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}
.founder-text h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
  background: linear-gradient(135deg, var(--primary-green), var(--light-mint));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.founder-text p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}
/* Discover More Button Styles */
.discover-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 20px;
  /* background: linear-gradient(135deg, var(--primary-green), var(--light-mint)); */
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.discover-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 255, 136, 0.4);
  color:white;
}

.discover-more-btn:after {
  content: "↓";
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.discover-more-btn.expanded:after {
  transform: rotate(180deg);
}

/* Hidden Content Styles */
.additional-content {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.5s ease-out,
    opacity 0.3s ease-out;
  opacity: 0;
}

.additional-content.show {
  max-height: 1000px;
  opacity: 1;
  transition:
    max-height 0.5s ease-in,
    opacity 0.3s ease-in;
}

.hidden-text {
  display: none;
}

/* This is for Founder */
/* Founder Toggle Button */
.founder-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 20px;
  /* background: linear-gradient(135deg, var(--primary-green), var(--light-mint)); */
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.founder-toggle-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 255, 136, 0.4);
  color: white;
}

.founder-toggle-btn::after {
  content: "↓";
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.founder-toggle-btn.founder-expanded::after {
  transform: rotate(180deg);
}

/* Founder Hidden Content */
.founder-extra-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.5s ease-out,
    opacity 0.3s ease-out;
}

.founder-extra-content.founder-show {
  max-height: 1000px;
  opacity: 1;
  transition:
    max-height 0.5s ease-in,
    opacity 0.3s ease-in;
}

.vision-text h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--primary-green), var(--light-mint));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.vision-text p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.mission-text h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--primary-green), var(--light-mint));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mission-text p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.about-visual {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eco-visualization {
  width: 100%;
  height: 100%;
  position: relative;
  background: radial-gradient(
    circle,
    rgba(0, 255, 136, 0.1) 0%,
    transparent 70%
  );
  border-radius: 20px;
  overflow: hidden;
}

.growth-rings {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.ring {
  position: absolute;
  border: 3px solid var(--primary-green);
  border-radius: 70%;
  opacity: 0.3;
  animation: expand-ring 4s ease-in-out infinite;
}

.ring:nth-child(1) {
  width: 220px;
  height: 220px;
  margin: -50px 0 0 -50px;
  animation-delay: 0s;
}

.ring:nth-child(2) {
  width: 320px;
  height: 320px;
  margin: -100px 0 0 -100px;
  animation-delay: -1s;
  border-color: var(--accent-blue);
}

.ring:nth-child(3) {
  width: 420px;
  height: 420px;
  margin: -150px 0 0 -150px;
  animation-delay: -2s;
}
.about-carousel {
  width: 100%;
  max-width: 900px;
  margin: 40px auto;
  position: relative;
  font-family: Arial, sans-serif;
}

.carousel-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.carousel-slide {
  display: none;
  position: relative;
}

.carousel-slide img {
  width: 85%;
  height: 690px;
  object-fit: cover;
  border-radius: 12px;
}

.caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  color: white;
  width: 85%;
  padding: 20px;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 12px 18px;
  color: white;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  transform: translateY(-50%);
}

.prev {
  left: 10px;
}
.next {
  right: 10px;
}

.prev:hover,
.next:hover {
  background: rgba(0, 0, 0, 0.7);
}

.fade {
  animation: fadeEffect 1s;
}

@keyframes fadeEffect {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes expand-ring {
  0%,
  100% {
    transform: scale(0.8);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}

/* Second about section animation */
.dna-helix {
  width: 100%;
  height: 100%;
  position: relative;
  background: radial-gradient(
    circle,
    rgba(0, 212, 255, 0.1) 0%,
    transparent 70%
  );
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.helix-strand {
  position: absolute;
  width: 4px;
  height: 400px;
  background: linear-gradient(
    to bottom,
    var(--primary-green),
    var(--accent-blue)
  );
  border-radius: 2px;
  animation: helix-rotate 8s linear infinite;
}

.helix-strand:nth-child(1) {
  transform: rotateY(0deg) translateZ(50px);
  animation-delay: 0s;
}

.helix-strand:nth-child(2) {
  transform: rotateY(60deg) translateZ(50px);
  animation-delay: -1.3s;
}

.helix-strand:nth-child(3) {
  transform: rotateY(120deg) translateZ(50px);
  animation-delay: -2.6s;
}

.helix-strand:nth-child(4) {
  transform: rotateY(180deg) translateZ(50px);
  animation-delay: -4s;
}

.helix-strand:nth-child(5) {
  transform: rotateY(240deg) translateZ(50px);
  animation-delay: -5.3s;
}

.helix-strand:nth-child(6) {
  transform: rotateY(300deg) translateZ(50px);
  animation-delay: -6.6s;
}

.helix-container {
  position: relative;
  width: 200px;
  height: 400px;
  transform-style: preserve-3d;
  animation: helix-spin 12s linear infinite;
}

@keyframes helix-rotate {
  0% {
    transform: rotateY(0deg) translateZ(50px) rotateX(0deg);
    opacity: 0.3;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: rotateY(360deg) translateZ(50px) rotateX(360deg);
    opacity: 0.3;
  }
}

@keyframes helix-spin {
  0% {
    transform: rotateY(0deg) rotateX(10deg);
  }

  100% {
    transform: rotateY(360deg) rotateX(10deg);
  }
}

/* Network nodes animation */
.network-visualization {
  width: 100%;
  height: 100%;
  position: relative;
  background: radial-gradient(
    circle,
    rgba(255, 235, 59, 0.1) 0%,
    transparent 70%
  );
  border-radius: 20px;
  overflow: hidden;
}

.network-node {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--primary-green);
  border-radius: 50%;
  box-shadow: 0 0 20px var(--primary-green);
  animation: node-pulse 3s ease-in-out infinite;
}

.network-node:nth-child(1) {
  top: 20%;
  left: 20%;
  animation-delay: 0s;
}

.network-node:nth-child(2) {
  top: 30%;
  right: 25%;
  background: var(--accent-blue);
  box-shadow: 0 0 20px var(--accent-blue);
  animation-delay: -0.5s;
}

.network-node:nth-child(3) {
  bottom: 25%;
  left: 30%;
  background: var(--warm-yellow);
  box-shadow: 0 0 20px var(--warm-yellow);
  animation-delay: -1s;
}

.network-node:nth-child(4) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  animation-delay: -1.5s;
}

.network-node:nth-child(5) {
  bottom: 20%;
  right: 20%;
  background: var(--accent-blue);
  box-shadow: 0 0 20px var(--accent-blue);
  animation-delay: -2s;
}

.network-connection {
  position: absolute;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--primary-green),
    transparent,
    var(--accent-blue)
  );
  opacity: 0.4;
  animation: connection-flow 4s ease-in-out infinite;
}

.connection-1 {
  top: 25%;
  left: 25%;
  width: 30%;
  transform: rotate(25deg);
  animation-delay: 0s;
}

.connection-2 {
  top: 45%;
  left: 35%;
  width: 25%;
  transform: rotate(-30deg);
  animation-delay: -1s;
}

.connection-3 {
  bottom: 30%;
  left: 40%;
  width: 35%;
  transform: rotate(15deg);
  animation-delay: -2s;
}

@keyframes node-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.5);
    opacity: 1;
  }
}

@keyframes connection-flow {
  0%,
  100% {
    opacity: 0.2;
    transform: scaleX(1);
  }

  50% {
    opacity: 0.6;
    transform: scaleX(1.2);
  }
}
/* Contact Section */
#contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
  box-sizing: border-box;
  width: 100%;
}

.contact-info {
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
}

.contact-info h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  background: linear-gradient(135deg, var(--primary-green), var(--light-mint));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  border: 1px solid rgba(0, 255, 136, 0.1);
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.contact-item:hover {
  border-color: var(--primary-green);
  transform: translateX(5px);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary-green), var(--accent-blue));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.contact-details h4 {
  color: var(--primary-green);
  font-weight: 600;
  margin-bottom: 4px;
  text-align: center;
}

.contact-details p {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

/* WhatsApp button - no margin-left, ever */
.whatsapp-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  background: #25d366;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
}

.whatsapp-icon {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

.contact-details a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  text-align: center;
}

.contact-details a:visited,
.contact-details a:hover,
.contact-details a:active {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.map-container {
  width: 100%;
  margin-top: 12px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 136, 0.2);
}

.map-container iframe {
  display: block;
  width: 100%;
}

.directions-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 10px 20px;
  /* background: linear-gradient(135deg, var(--primary-green), var(--light-mint)); */
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.directions-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 255, 136, 0.4);
}
/* Footer */
footer {
  background: var(--deep-forest);
  border-top: 1px solid rgba(0, 255, 136, 0.2);
  padding: 60px 40px 30px;
}

.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
}

.footer-brand h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--primary-green), var(--light-mint));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 24px;
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-link {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: block;
  object-fit: contain;
  padding: 6px;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.25);
}

.footer-section h4 {
  font-weight: 600;
  color: var(--primary-green);
  margin-bottom: 20px;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 12px;
}

.footer-section ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-section ul li a:hover {
  color: var(--primary-green);
  padding-left: 8px;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 255, 136, 0.1);
  padding-top: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-bottom a {
  color: var(--primary-green);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-bottom a:hover {
  color: var(--light-mint);
  text-shadow: 0 0 10px currentColor;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav-menu {
    display: flex; /* Fix 1: ensure menu is rendered as flex on mobile */
    position: fixed;
    top: 85px;
    left: -100%;
    width: 100%;
    gap: 26px;
    height: calc(100vh - 85px);
    background: rgba(10, 26, 10, 0.98);
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 60px;
    transition: left 0.3s ease;
    backdrop-filter: blur(20px);
    z-index: 999; /* Fix 2: sit just below the navbar so it doesn't cover the toggle */
    border-radius: 0; /* clean up pill radius from desktop */
    border: none;
  }

  .nav-menu.active {
    left: 0;
  }

  .menu-toggle {
    display: flex;
    z-index: 1001; /* Fix 3: always on top so it stays tappable */
    position: relative;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 60px;
  }

  .hero-visual {
    order: -1;
    height: 180px;
  }

  .bio-sphere {
    width: 300px;
    height: 180px;
  }

  .hero-buttons {
    justify-content: center;
  }

  .features-showcase {
    grid-template-columns: 1fr;
  }

  /* ── SWIPEABLE CAROUSEL on mobile ── */
  .feature-navigation {
    position: static;
    display: flex; /* horizontal row */
    flex-direction: row;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 16px 20px 20px;
    margin-bottom: 0px;
    border: none;
    background: transparent;
    backdrop-filter: none;
    border-radius: 0;
    /* hide scrollbar but keep scroll */
    scrollbar-width: none;
  }
  .feature-navigation::-webkit-scrollbar {
    display: none;
  }

  .nav-item {
    flex: 0 0 160px; /* each card is 160px wide */
    scroll-snap-align: start;
    padding: 20px 16px;
    border-radius: 20px;
    border: 1.5px solid rgba(0, 255, 136, 0.25);
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 90px;
    transition: all 0.3s ease;
    /* reset desktop hover translate */
  }

  .nav-item:hover {
    transform: none;
  }

  .nav-item.active {
    border-color: var(--primary-green);
    background: linear-gradient(
      135deg,
      rgba(0, 255, 136, 0.18),
      rgba(0, 212, 255, 0.1)
    );
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.25);
  }

  .nav-item-content h4 {
    font-size: 0.95rem;
    line-height: 1.3;
  }

  .nav-item-content p {
    font-size: 0.8rem;
  }

  /* Scroll-hint dots */
  .feature-navigation::after {
    content: "";
    flex: 0 0 20px; /* trailing space so last card isn't flush */
  }

  .feature-display {
    min-height: auto;
    padding: 28px 20px;
    border-radius: 20px;
  }

  .stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .about-content,
  .contact-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .ceo_img {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }

  .about-text {
    text-align: center;
  }

  .about-text h2 {
    font-size: 2.2rem;
    margin-bottom: 0px;
  }

  .about-text p {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .about-visual {
    order: -1;
  }

  .about-content:nth-child(3) .about-visual {
    order: 1;
  }

  .founder-content {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .founder-image-container {
    order: -1;
    max-width: 100%;
    margin: 0 auto;
  }

  .founder-text {
    order: 1;
    text-align: center;
  }

  .founder-text h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .founder-text p {
    font-size: 1rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  nav {
    padding: 5px 10px;
  }

  .founder-content {
    gap: 30px;
  }

  .founder-image-container {
    border-radius: 8px;
  }

  .founder-name {
    font-size: 1.2rem;
  }

  .founder-title {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }

  .about {
    padding: 20px 20px;
  }

  .about-content {
    gap: 30px;
  }

  .ceo-image-container {
    border-radius: 8px;
  }

  .ceo-overlay {
    padding: 20px 12px 12px 12px;
  }

  .ceo-name {
    font-size: 1.3rem;
    line-height: 1.1;
  }

  .ceo-title {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }

  .about-text h2 {
    font-size: 1.8rem;
    margin-bottom: 0px;
  }

  .about-text p {
    font-size: 1rem;
    line-height: 1.6;
  }

  /* Shop Mobile Styles */
  .shop-hero {
    padding: 100px 20px 60px;
  }

  .shop-hero-content h1 {
    font-size: 2.5rem;
  }

  .shop-hero-content p {
    font-size: 1.1rem;
  }

  .products-section {
    padding: 60px 20px;
  }

  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .modal-content {
    margin: 20px;
    width: calc(100% - 40px);
  }

  .hero {
    padding: 100px 20px 40px;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .features,
  .about,
  .contact {
    padding: 0px 30px;
  }

  .stats {
    padding: 50px 20px;
  }

  .stats-container {
    grid-template-columns: 1fr;
  }

  footer {
    padding: 40px 20px 20px;
  }
}

/* AI Solutions Video Section */
#ai-solutions {
  padding: 100px 0;
}

/* AI Solutions carousel styles */
#ai-solutions-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  overflow-x: auto;
  padding: 20px 40px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

#ai-solutions-row::-webkit-scrollbar {
  display: none;
}

#ai-solutions-row > div {
  flex: 0 0 auto;
  scroll-snap-align: center;
}

/* AI Video cards styling */
#ai-solutions .ai-video-card {
  width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition:
    transform 0.4s ease,
    background-color 0.4s ease;
  background-color: transparent;
  border-radius: 18px;
  border: 2px solid var(--primary-green);
  padding: 15px;
  position: relative;
  overflow: hidden;
}

#ai-solutions .ai-video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  border: 3px solid var(--secondary-green);
  background-color: var(--light-mint);
  transition: transform 0.3s ease;
}

#ai-solutions .ai-video:hover {
  transform: scale(1.02);
}

/* AI solution links styling */
.ai-links {
  margin-top: 10px;
}

#ai-solutions .ai-links a {
  color: var(--primary-green);
  text-shadow: 0 0 10px var(--glow-green);
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: 500;
}

#ai-solutions .ai-links a:hover {
  color: var(--light-mint);
  text-shadow: 0 0 15px var(--primary-green);
  transform: scale(1.1);
}

#ai-solutions .ai-video-card:hover {
  transform: scale(1.05);
  background-color: rgba(0, 212, 255, 0.1);
  box-shadow: 0 0 30px rgba(0, 255, 136, 0.3);
}

#ai-solutions .ai-video-card:hover .card-heading,
#ai-solutions .ai-video-card:hover .description {
  color: #ffffff;
}

#ai-solutions .card-heading {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--primary-green);
  transition: color 0.3s ease;
}

#ai-solutions .description {
  margin: 0;
  font-size: 0.9rem;
  color: #cccccc;
  transition: color 0.3s ease;
}

/* Video player custom controls styling */
#ai-solutions .ai-video::-webkit-media-controls-panel {
  background-color: rgba(0, 0, 0, 0.8);
}

#ai-solutions .ai-video::-webkit-media-controls-play-button,
#ai-solutions .ai-video::-webkit-media-controls-volume-slider,
#ai-solutions .ai-video::-webkit-media-controls-timeline {
  filter: invert(1);
}

/* Responsive adjustments for AI Solutions */
@media (max-width: 768px) {
  #ai-solutions .ai-video-card {
    width: 320px;
  }

  #ai-solutions .ai-video {
    height: 180px;
  }
}

@media (max-width: 480px) {
  #ai-solutions .ai-video-card {
    width: 280px;
  }

  #ai-solutions .ai-video {
    height: 160px;
  }

  #ai-solutions .card-heading {
    font-size: 1.1rem;
  }

  #ai-solutions .description {
    font-size: 0.85rem;
  }
}

/* Telecommunication Solutions Section */
#telecom-solutions {
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    rgba(0, 255, 136, 0.05) 0%,
    rgba(0, 212, 255, 0.05) 100%
  );
}

.telecom-content {
  padding: 20px;
}

.telecom-content h3 {
  color: var(--primary-green);
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.telecom-intro {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.telecom-services {
  margin-bottom: 40px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(0, 255, 136, 0.3);
  transition: all 0.3s ease;
}

.service-item:hover {
  background: rgba(0, 255, 136, 0.1);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 255, 136, 0.2);
}

.service-icon {
  margin-right: 20px;
  color: var(--primary-green);
  min-width: 60px;
  text-align: center;
}

.service-details h4 {
  color: var(--primary-green);
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details p {
  color: #cccccc;
  line-height: 1.5;
  margin: 0;
}

.network-coverage {
  background: rgba(0, 212, 255, 0.1);
  padding: 25px;
  border-radius: 15px;
  border: 2px solid var(--primary-green);
}

.network-coverage h4 {
  color: var(--primary-green);
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.network-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.network-item {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 500;
}

.network-item i {
  color: var(--primary-green);
  margin-right: 10px;
  font-size: 1.1rem;
}

.telecom-testimonial {
  padding: 20px;
}

.telecom-testimonial h3 {
  color: var(--primary-green);
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 2px solid var(--primary-green);
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 255, 136, 0.3);
}

.testimonial-video {
  position: relative;
}

.testimonial-video-player {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border: none;
}

.testimonial-content {
  padding: 25px;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.testimonial-header h4 {
  color: var(--primary-green);
  font-size: 1.3rem;
  font-weight: 600;
}

.testimonial-badge {
  color: var(--warm-yellow);
  font-size: 0.9rem;
}

.testimonial-text {
  color: #e0e0e0;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 1rem;
}

.testimonial-author {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.author-info h5 {
  color: var(--primary-green);
  font-size: 1.1rem;
  margin-bottom: 5px;
  font-weight: 600;
}

.author-info p {
  color: #cccccc;
  margin: 0;
  font-size: 0.9rem;
}

.cta-section {
  background: linear-gradient(135deg, var(--primary-green), var(--light-mint));
  padding: 25px;
  border-radius: 15px;
  text-align: center;
}

.cta-section h4 {
  color: var(--deep-forest);
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.cta-section p {
  color: var(--deep-forest);
  margin-bottom: 20px;
  font-weight: 500;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-buttons .btn {
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cta-buttons .btn-primary {
  background: var(--deep-forest);
  color: var(--primary-green);
}

.cta-buttons .btn-primary:hover {
  background: #000000;
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.cta-buttons .btn-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--deep-forest);
}

.cta-buttons .btn-secondary:hover {
  background: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.3);
}

/* Video player custom controls for testimonial */
.testimonial-video-player::-webkit-media-controls-panel {
  background-color: rgba(0, 0, 0, 0.8);
}

.testimonial-video-player::-webkit-media-controls-play-button,
.testimonial-video-player::-webkit-media-controls-volume-slider,
.testimonial-video-player::-webkit-media-controls-timeline {
  filter: invert(1);
}

/* Responsive adjustments for Telecom Section */
@media (max-width: 992px) {
  .telecom-content,
  .telecom-testimonial {
    margin-bottom: 40px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-buttons .btn {
    width: 200px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #telecom-solutions {
    padding: 80px 20px;
  }

  .telecom-content h3,
  .telecom-testimonial h3 {
    font-size: 1.5rem;
  }

  .service-item {
    flex-direction: column;
    text-align: center;
  }

  .service-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .network-list {
    grid-template-columns: 1fr;
  }

  .testimonial-video-player {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .testimonial-video-player {
    height: 180px;
  }

  .testimonial-content {
    padding: 20px;
  }

  .cta-section {
    padding: 20px;
  }
}

/* ============================================================
   KNOBLE SCROLL ANIMATIONS & PERFORMANCE
   ============================================================ */

html {
  scroll-behavior: smooth;
}

/* GPU acceleration */
.ceo-image-container,
.founder-image-container,
.feature-card,
.nav-item,
.stat-item,
.contact-item,
.footer-section {
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ---- HIDDEN STATES (before scroll trigger) ---- */
/* Use !important to beat Bootstrap resets */

.kn-fade-up {
  opacity: 0 !important;
  transform: translateY(48px) translateZ(0) !important;
  transition:
    opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Premium slow reveal for h2 titles & section headings */
.kn-title-reveal {
  opacity: 0 !important;
  transform: translateY(36px) translateZ(0) !important;
  transition:
    opacity 2.2s cubic-bezier(0.16, 1, 0.3, 1),
    transform 2.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  letter-spacing: 0.02em;
}

.kn-zoom-in {
  opacity: 0 !important;
  transform: scale(0.88) translateZ(0) !important;
  transition:
    opacity 1.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.8s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* CEO slides from LEFT */
.kn-parallax-left {
  opacity: 0 !important;
  transform: translateX(-90px) translateZ(0) !important;
  transition:
    opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Founder slides from RIGHT */
.kn-parallax-right {
  opacity: 0 !important;
  transform: translateX(90px) translateZ(0) !important;
  transition:
    opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.kn-card-pop {
  opacity: 0 !important;
  transform: translateY(35px) scale(0.96) translateZ(0) !important;
  transition:
    opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.kn-slide-right {
  opacity: 0 !important;
  transform: translateX(50px) translateZ(0) !important;
  transition:
    opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.kn-hero-enter {
  opacity: 0 !important;
  transform: translateX(-60px) translateZ(0) !important;
  transition:
    opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.kn-hero-right {
  opacity: 0 !important;
  transform: translateX(60px) translateZ(0) !important;
  transition:
    opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1) 0.25s,
    transform 1.6s cubic-bezier(0.16, 1, 0.3, 1) 0.25s !important;
}

/* ---- VISIBLE STATE (JS adds this class) ---- */
.kn-fade-up.kn-visible,
.kn-zoom-in.kn-visible,
.kn-title-reveal.kn-visible,
.kn-card-pop.kn-visible,
.kn-slide-right.kn-visible,
.kn-hero-enter.kn-visible,
.kn-hero-right.kn-visible {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) translateZ(0) !important;
}

/* Parallax images visible - opacity snaps, transform stays fluid for JS */
.kn-parallax-left.kn-visible,
.kn-parallax-right.kn-visible {
  opacity: 1 !important;
  transform: translateY(0) translateZ(0) !important;
  transition:
    opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.6s linear !important;
}

/* Navbar scroll state */
nav.kn-scrolled {
  background: rgba(4, 12, 4, 0.97) !important;
  backdrop-filter: blur(28px) !important;
  box-shadow: 0 2px 40px rgba(0, 255, 136, 0.07) !important;
}

/* Accessibility - respect OS reduce motion setting */
@media (prefers-reduced-motion: reduce) {
  .kn-fade-up,
  .kn-zoom-in,
  .kn-title-reveal,
  .kn-parallax-left,
  .kn-parallax-right,
  .kn-card-pop,
  .kn-slide-right,
  .kn-hero-enter,
  .kn-hero-right {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}