body {
  margin: 0;
  overflow: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  /* background-color: black; */
  color: #FFF;
}


#canvas {
  display: block;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}


#canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  animation: nightToDay 10s ease-in-out forwards;
}

@keyframes nightToDay {
  0% {
    filter: brightness(0);
  }
  10% {
    filter: brightness(0.05);
  }
  40% {
    filter: brightness(0.3);
  }
  70% {
    filter: brightness(0.6);
  }
  100% {
    filter: brightness(1);
  }
}


/* #canvas {
  opacity: 0;
  background: black; 
  transition: opacity 3s ease;
} */

/* #landing-page {
  position: relative;
  width: 100%;
  z-index: 1;
} */

body {
  margin: 0;
  overflow: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  /* background-color: black; */
  color: #FFF;
}

#canvas {
  display: block;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}





.banner-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #1b6b38 0%, #1e7d40 25%, #229148 50%, #33a85e 75%, #3dbf72 100%);
  color: white;
  display: flex;
  flex-direction: column;
  z-index: 2;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 39px;
}

/* .banner-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0b1c1a 0%, #050b0a 100%);
} */

/* Particle layer */
.particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

/* individual particle */
.particles::before,
.particles::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background-image:
    radial-gradient(2px 2px at 20px 30px, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1.5px 1.5px at 40px 70px, rgba(255, 255, 255, 0.6), transparent),
    radial-gradient(1px 1px at 90px 40px, rgba(255, 255, 255, 0.7), transparent),
    radial-gradient(2px 2px at 130px 80px, rgba(255, 255, 255, 0.5), transparent),
    radial-gradient(1.5px 1.5px at 160px 120px, rgba(255, 255, 255, 0.8), transparent),
    radial-gradient(1px 1px at 200px 150px, rgba(255, 255, 255, 0.6), transparent);
  background-repeat: repeat;
  animation: particleMove 60s linear infinite;
}

.particles::after {
  animation-duration: 90s;
  opacity: 0.5;
}

/* animation */
@keyframes particleMove {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-200px);
  }
}

/* keep content above particles */
.content-body {
  position: relative;
  z-index: 2;
}



header,
#main-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 40px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  z-index: 10001;
  min-height: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}


.logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #000;
}

.logo span {
  font-weight: 800;
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header-title {
  font-weight: 600;
  /* font-family: 'DINProCondensedRegular', Helvetica, sans-serif; */
  color: #000;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 900;
  text-transform: uppercase;
}


.btn-start-menu {
  /* font-family: 'DINProCondensedRegular', Helvetica, sans-serif; */
  width: 130px;
  padding: 12px;
  background: #4ece79;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.btn-start-menu:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


/* .content-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
} */

.big-heading {
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 7rem;
  line-height: 1.05;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 3px;
}

.subtitle {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: clamp(0.75rem, 1.5vw, 1rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  line-height: 2;
  text-align: center;
  margin-top: 30px;
}

.banner-sub {
  max-width: 700px;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  font-family: sans-serif;
  line-height: 1.6;
  padding: 0 1rem;
}


.btn-experience {
  padding: 14px 36px;
  font-size: 22px;
  font-weight: 300;
  font-family: sans-serif;
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
}


.btn-experience:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}




.menu-overlay {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 10010;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu-list li {
  color: white !important;
  text-decoration: none !important;
  font-size: 20px;
  margin: 1.3rem 0;
  opacity: 0;
  list-style: none;
  overflow: hidden;
}

.menu-list li:nth-child(odd) {
  transform: translateX(-60px);
}

.menu-list li:nth-child(even) {
  transform: translateX(60px);
}

.menu-overlay.active .menu-list li:nth-child(odd) {
  animation: fadeLeft 0.8s ease forwards;
  animation-delay: calc(var(--i) * 0.12s);
}

.menu-overlay.active .menu-list li:nth-child(even) {
  animation: fadeRight 0.8s ease forwards;
  animation-delay: calc(var(--i) * 0.12s);
}

.menu-overlay:not(.active) .menu-list li {
  opacity: 0;
}

.menu-list a {
  display: block;
  font-family: 'DINProCondensedRegular', Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.4s, color 0.4s;
  opacity: 0;
  transform: translateY(100%);
}

.menu-overlay.active .menu-list a {
  color: #888;
  font-size: 18px;
  font-weight: 500;
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(0.07s * var(--i));
}

.menu-list a:hover {
  color: #4ece79;
  transform: translateX(6px);
  letter-spacing: 2px;
}

.menu-close,
.menu-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  background: none;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Big Shoulders Display", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color 0.3s ease, transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  width: 55px;
  height: 55px;
}

.menu-close:hover,
.menu-close-btn:hover {
  color: #4ece79;
  border-color: #fff;
  transform: scale(1.05) rotate(90deg);
  background: rgba(255, 255, 255, 0.1);
}

.close-icon {
  padding: 3px;
  font-size: 28px;
  line-height: 1;
}

.close-text {
  font-size: 16px;
}

.video-overlay {
  position: fixed;
  inset: 0;
  background: #000;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10020;
}

.video-overlay.active {
  display: flex;
}

.video-overlay video,
#videoPlayer {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-close,
.video-exit-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 22px;
  cursor: pointer;
  z-index: 10021;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-family: var(--secondary-font);
  font-weight: 700;
  transition: transform 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035),
    background 0.3s ease,
    color 0.3s ease;
}

.video-close:hover,
.video-exit-btn:hover {
  background: rgba(78, 206, 121, 0.2);
  color: #4ece79;
  transform: scale(1.1);
}

.btn-about {
  font-family: 'DINProCondensedRegular', Helvetica, sans-serif;
  margin-top: 20px;
  padding: 0.6rem 1rem;
  background: #ffffff;
  color: #4ece79;
  font-size: 16px;
  font-weight: 800;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s ease;
  white-space: nowrap;
  right: 20px;
}

.btn-about:hover {
  transform: scale(1.05);
  background: #4ece79;
  color: #fff;
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (min-width: 1024px) {
  .menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3rem;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }

  .menu-list li {
    margin: 0;
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 3.5vh;
  }


  /* .content-body {
    padding: 1.5rem;
  } */

  .btn-experience {
    margin-top: -3rem;
  }
}

@media (max-width: 1023px) {
  .menu-list {
    display: block;
  }

  .menu-list li {
    margin: 1.3rem 0;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 16px;
  }

  header,
  #main-header {
    padding: 10px 15px;
    min-height: 50px;
  }

  .logo span {
    font-size: 18px;
  }

  .logo-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .btn-start-menu {
    width: 100px;
    padding: 10px;
    font-size: 14px;
  }

  /* .content-body {
    padding: 1rem;
  } */

  /* 
  .big-heading {
    font-size: clamp(20px, 4vh, 40px);
    margin-top: 1rem;
    line-height: 0.95;
  } */

  .banner-sub {
    font-size: clamp(0.85rem, 3.5vw, 1.1rem);
    margin-bottom: 2rem;
    padding: 0 0.5rem;
  }

  .btn-experience {
    margin-top: -2rem;
    padding: 0.5rem 1.2rem;
    font-size: 15px;
  }

  .menu-list a {
    font-size: 16px;
  }

  .menu-close,
  .menu-close-btn {
    top: 20px;
    right: 20px;
  }

  .close-text {
    display: none;
  }
}

@media (max-width: 480px) {

  header,
  #main-header {
    padding: 8px 12px;
  }

  .logo span {
    display: none;
  }

  .logo-icon {
    width: 32px;
    height: 32px;
  }

  .btn-start-menu {
    width: 90px;
    padding: 8px;
    font-size: 13px;
  }

  /* .big-heading {
    font-size: clamp(20px, 4vh, 40px);
    line-height: 1;
    letter-spacing: -1px;
  } */

  .banner-sub {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }

  .btn-experience {
    margin-top: 0;
    padding: 0.4rem 0.9rem;
    font-size: 13px;
  }

  .menu-list a {
    font-size: 1.3rem;
  }

  .menu-list li {
    margin: 1rem 0;
  }
}

@media (max-width: 375px) {
  .big-heading {
    font-size: clamp(35px, 16vw, 50px);
  }

  .btn-experience {
    font-size: 13px;
    padding: 0.4rem 0.9rem;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  /* .content-body {
    padding: 0.5rem;
    justify-content: flex-start;
    padding-top: 1rem;
  } */

  .big-heading {
    /* font-size: clamp(20px, 4vh, 40px); */
    /* margin-top: 0.5rem;
    margin-bottom: 0.5rem; */
  }

  .banner-sub {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }

  .btn-experience {
    margin-top: 0;
    padding: 0.4rem 0.8rem;
    font-size: 13px;
  }
}


#videoPlayer {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-exit-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-family: var(--secondary-font);
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  z-index: 10021;
  transition: 0.3s;
}

.video-exit-btn:hover {
  background: #fff;
  color: #000;
}

#mini-map {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 210px;
  height: 168px;
  /* border-radius: 50%; */
  /* Makes it circular */
  overflow: hidden;
  background: #000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

#mini-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mini-map-dot {
  position: absolute;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


#sidebar-toggle-btn {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1001;
  background: #00ffcc;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  cursor: pointer;
  display: none;
  /* Pehle hidden rahega */
  align-items: center;
  gap: 10px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0, 255, 204, 0.4);
  transition: transform 0.3s;
}

#sidebar-toggle-btn:hover {
  transform: scale(1.1);
}

#state-sidebar {
  position: fixed;
  right: -325px;
  top: 40;
  width: 280px;
  height: 100vh;
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(15px);
  z-index: 1002;
  transition: right 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 30px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}


#state-sidebar.open {
  right: 0;
}

#dashboard-btn:hover {
  background: rgba(198,236,212,0.98) !important;
  border-color: rgba(18,90,50,0.65) !important;
  box-shadow: 0 3px 12px rgba(18,90,50,0.20) !important;
  transform: translateY(-1px);
  color: #0a3318 !important;
}

.dashboard-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 12px;
  padding: 14px;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, transform 0.15s;
}

.dashboard-card:hover {
  background: rgba(0,255,204,0.06);
  border-color: rgba(0,255,204,0.25);
  transform: translateY(-1px);
}

#dashboard-iframe-back:hover,
#dashboard-iframe-external:hover {
  background: rgba(255,255,255,0.13) !important;
}

#dashboard-panel-close:hover {
  background: rgba(255,255,255,0.13) !important;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -30px;
  color: white;
}

.sidebar-header h3 {
  text-align: left;
  font-size: 22px;
  color: white;
}

.close-sidebar {
  margin-bottom: 2rem;
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}



.state-list li.show {
  opacity: 1;
  transform: translateX(0);
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: linear-gradient(to bottom, #064e3b, #065f46, #064e3b);
  color: white;
  overflow-x: hidden;
  line-height: 1.6;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ========== HERO SECTION ========== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #059669, #047857, #0f766e);
}

.hero-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  background-size: 200% 200%;
  animation: gradientMove 20s infinite alternate;
  opacity: 0.3;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 100% 100%;
  }
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
}

.particles-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: particleFloat 15s infinite linear;
}

@keyframes particleFloat {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0.3;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    transform: translateY(-100vh) translateX(50px);
    opacity: 0.3;
  }
}

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 2rem;
  animation: fadeInUp 1s ease-out;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(167, 243, 208, 0.5);
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.1);
  backdrop-filter: blur(8px);
  font-size: 0.875rem;
  color: rgb(167, 243, 208);
  cursor: pointer;
  transition: all 0.3s ease;
  animation: fadeInScale 0.6s ease-out 0.2s both;
}

.hero-badge:hover {
  transform: scale(1.05);
  background: rgba(16, 185, 129, 0.2);
}

.leaf-icon {
  color: rgb(110, 231, 183);
  animation: leafRotate 2s infinite ease-in-out;
}

@keyframes leafRotate {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(10deg);
  }

  75% {
    transform: rotate(-10deg);
  }
}



.hero-divider {
  height: 2px;
  width: 128px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto 2rem;
  animation: expandWidth 1s ease-out 0.8s both;
}

@keyframes expandWidth {
  from {
    width: 0;
  }

  to {
    width: 128px;
  }
}

.hero-subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5rem;
  animation: fadeIn 1s ease-out both;
}

.hero-subtitle:first-of-type {
  animation-delay: 1s;
}

.hero-subtitle:last-of-type {
  animation-delay: 1.2s;
  margin-bottom: 3rem;
}

.hero-button {
  padding: 1rem 3rem;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 9999px;
  background: transparent;
  backdrop-filter: blur(8px);
  color: white;
  font-size: 1.125rem;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out 1.5s both;
}

.hero-button:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

.hero-button:active {
  transform: scale(0.95);
}

.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  animation: fadeIn 1s ease-out 2s both, bounce 2s infinite;
  cursor: pointer;
}

.scroll-indicator svg {
  color: rgba(255, 255, 255, 0.6);
}

@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(10px);
  }
}


.globe-section {
  font-family: 'Raleway', sans-serif;
  position: relative;
  padding: 8rem 1rem;
  background: linear-gradient(to bottom, #064e3b, #065f46);
  overflow: hidden;
  z-index: 2;
}

.grid-background {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 4rem 4rem;
  opacity: 0.1;
}

.section-header {
  text-align: center;
  margin-bottom: 5rem;
}

.section-title {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.section-divider {
  height: 2px;
  width: 96px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 auto 1.5rem;
}

.section-description {
  font-family: 'Raleway', sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  max-width: 42rem;
  margin: 0 auto;
}

.globe-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

.globe-inner {
  transition: transform 0.2s ease-out;
  /* transform-style: preserve-3d; */
}

.globe-ring {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(6, 182, 212, 0.3);
  border-radius: 50%;
  animation: rotateRing 20s linear infinite;
  transform: scale(1.15);
}

@keyframes rotateRing {
  from {
    transform: rotate(0deg) scale(1.15);
  }

  to {
    transform: rotate(360deg) scale(1.15);
  }
}

.category-arc {
  opacity: 0.6;
  transition: all 0.3s ease;
  cursor: pointer;
}

.category-label {
  transition: opacity 0.3s ease;
}


.category-arc {
  opacity: 0.6;
  transition: all 0.3s ease;
  cursor: pointer;
}

.category-label {
  transition: opacity 0.3s ease;
}


.globe-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.globe-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.globe-ring {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(6, 182, 212, 0.3);
  border-radius: 50%;
  transform: scale(1.15);
  animation: rotateGlobe 20s linear infinite;
}

@keyframes rotateGlobe {
  from {
    transform: scale(1.15) rotate(0deg);
  }

  to {
    transform: scale(1.15) rotate(360deg);
  }
}

.categories-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.category-arc {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawArc 1s ease-out forwards;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.category-arc:hover {
  stroke-width: 12;
  opacity: 1 !important;
}

.arc-1 {
  animation-delay: 0.1s;
}

.arc-2 {
  animation-delay: 0.2s;
}

.arc-3 {
  animation-delay: 0.3s;
}

.arc-4 {
  animation-delay: 0.4s;
}

.arc-5 {
  animation-delay: 0.5s;
}

.arc-6 {
  animation-delay: 0.6s;
}

@keyframes drawArc {
  to {
    stroke-dashoffset: 0;
    opacity: 0.6;
  }
}

.category-label {
  letter-spacing: 2px;
  animation: fadeIn 0.5s ease-out forwards;
  opacity: 0;
}

.category-label {
  animation-delay: 0.8s;
}

.section-footer {
  margin-top: 5rem;
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.section-text {
  font-family: 'Raleway', sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

/* ========== DATA VISUALIZATION SECTION ========== */
.data-section {
  padding: 8rem 1rem;
  background: linear-gradient(to bottom, #1e3a8a, #172554, #064e3b);
}

.data-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .data-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.data-title {
  font-size: clamp(1.2rem, 2.40vw, 2.1rem);
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.data-paragraph {
  font-size: 1.125rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.data-visualization {
  position: relative;
  height: 500px;
}

.data-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 256px;
  height: 256px;
}

.data-grid-svg {
  width: 100%;
  height: 100%;
}

.rotating {
  animation: rotateGlobe 40s linear infinite;
}

.data-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  animation: fadeInScale 0.5s ease-out both;
}

.data-icon[style*="75%"][style*="15%"] {
  animation-delay: 0s;
}

.data-icon[style*="15%"][style*="25%"] {
  animation-delay: 0.15s;
}

.data-icon[style*="85%"][style*="45%"] {
  animation-delay: 0.3s;
}

.data-icon[style*="20%"][style*="65%"] {
  animation-delay: 0.45s;
}

.data-icon[style*="70%"][style*="75%"] {
  animation-delay: 0.6s;
}

.data-icon[style*="45%"][style*="85%"] {
  animation-delay: 0.75s;
}

.data-icon-pulse {
  position: absolute;
  inset: 0;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: rgba(6, 182, 212, 0.2);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.data-icon-inner {
  position: relative;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(16, 185, 129, 0.2));
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.data-icon:hover .data-icon-inner {
  transform: scale(1.3);
  background: rgba(6, 182, 212, 0.3);
}

.data-icon-inner svg {
  color: rgb(103, 232, 249);
}

.data-icon::after {
  content: attr(data-label);
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.data-icon:hover::after {
  opacity: 1;
}

/* ========== RESTORATION CATEGORIES SECTION ========== */
.categories-section {
  background: linear-gradient(to bottom, #064e3b, #065f46, #172554);
}

.category-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(8px);
}

.category-icon {
  background: rgba(255, 255, 255, 0.10);
}

/* Buttons exact UI */
.category-card[data-color="emerald"] .category-stat {
  background: linear-gradient(to right, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.2));
}

.category-card[data-color="cyan"] .category-stat {
  background: linear-gradient(to right, rgba(6, 182, 212, 0.2), rgba(2, 132, 199, 0.2));
}

.category-card[data-color="lime"] .category-stat {
  background: linear-gradient(to right, rgba(132, 204, 22, 0.2), rgba(16, 185, 129, 0.2));
}

.category-card[data-color="teal"] .category-stat {
  background: linear-gradient(to right, rgba(20, 184, 166, 0.2), rgba(6, 182, 212, 0.2));
}

.category-card[data-color="amber"] .category-stat {
  background: linear-gradient(to right, rgba(245, 158, 11, 0.2), rgba(234, 88, 12, 0.2));
}

.category-card[data-color="blue"] .category-stat {
  background: linear-gradient(to right, rgba(59, 130, 246, 0.2), rgba(99, 102, 241, 0.2));
}


/* ========== IMPACT METRICS SECTION ========== */
.metrics-section {
  position: relative;
  padding: 8rem 1rem;
  background: linear-gradient(to bottom, #172554, #064e3b);
  overflow: hidden;
}

.metrics-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.metrics-blob {
  position: absolute;
  width: 384px;
  height: 384px;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 50%;
  filter: blur(80px);
  animation: blobFloat 10s infinite ease-in-out;
}

@keyframes blobFloat {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  25% {
    transform: translate(100px, 50px) scale(1.2);
  }

  50% {
    transform: translate(0, 100px) scale(1);
  }

  75% {
    transform: translate(-50px, 50px) scale(1.1);
  }
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.metric-card {
  position: relative;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s ease;
}

.metric-card:hover {
  transform: scale(1.05) translateY(-10px);
}

.metric-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(6, 182, 212, 0.2));
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: gradientMove 5s infinite alternate;
}

.metric-card:hover .metric-glow {
  opacity: 1;
}

.metric-value {
  position: relative;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 300;
  margin-bottom: 1rem;
  color: white;
}

.metric-label {
  position: relative;
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.metric-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, transparent, #10b981, transparent);
  transform: scaleX(0);
  animation: lineExpand 1s ease-out forwards;
}

@keyframes lineExpand {
  to {
    transform: scaleX(1);
  }
}

/* ========== FOOTER ========== */
.footer {
  position: relative;
  padding: 5rem 1rem;
  background: linear-gradient(to bottom, #064e3b, #000000);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-title {
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.footer-divider {
  height: 2px;
  width: 64px;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem;
}

.footer-description {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  line-height: 1.6;
}

.footer-heading {
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.footer-list {
  list-style: none;
}

.footer-list li {
  margin-bottom: 0.75rem;
}

.footer-list a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
  cursor: pointer;
}

.footer-list a:hover {
  color: #10b981;
  text-decoration: underline;
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.social-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
  background: rgba(16, 185, 129, 0.2);
  border-color: #10b981;
}

.footer-text {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 0.875rem;
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #10b981;
}

/* ========== ANIMATIONS ========== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fade-in-up {
  animation: fadeInUp 0.8s ease-out both;
}

.fade-in-left {
  animation: fadeInLeft 0.8s ease-out both;
}

.fade-in-right {
  animation: fadeInRight 0.8s ease-out both;
}

/* Intersection Observer Classes */
.fade-in-up.visible {
  animation: fadeInUp 0.8s ease-out both;
}

.category-card.visible {
  animation: fadeInUp 0.6s ease-out both;
}

.category-card:nth-child(1).visible {
  animation-delay: 0s;
}

.category-card:nth-child(2).visible {
  animation-delay: 0.1s;
}

.category-card:nth-child(3).visible {
  animation-delay: 0.2s;
}

.category-card:nth-child(4).visible {
  animation-delay: 0.3s;
}

.category-card:nth-child(5).visible {
  animation-delay: 0.4s;
}

.category-card:nth-child(6).visible {
  animation-delay: 0.5s;
}

.metric-card.visible {
  animation: fadeInScale 0.6s ease-out both;
}

.metric-card:nth-child(1).visible {
  animation-delay: 0s;
}

.metric-card:nth-child(2).visible {
  animation-delay: 0.1s;
}

.metric-card:nth-child(3).visible {
  animation-delay: 0.2s;
}

.metric-card:nth-child(4).visible {
  animation-delay: 0.3s;
}

.btn-group {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 7px;
}



header,
#main-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 40px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  z-index: 10001;
  min-height: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}


.logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #000;
}

.logo span {
  font-weight: 800;
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header-title {
  font-weight: 600;
  /* font-family: 'DINProCondensedRegular', Helvetica, sans-serif; */
  color: #000;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 900;
  text-transform: uppercase;
}


.btn-start-menu {
  /* font-family: 'DINProCondensedRegular', Helvetica, sans-serif; */
  width: 130px;
  padding: 12px;
  background: #4ece79;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
  font-size: 13px;
  text-transform: uppercase;
}

.btn-start-menu:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


/* .content-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
} */

.big-heading {
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 7rem;
  line-height: 1.05;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 3px;
}

.subtitle {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: clamp(0.75rem, 1.5vw, 1rem);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  line-height: 2;
  text-align: center;
}

.banner-sub {
  max-width: 700px;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  font-family: sans-serif;
  line-height: 1.6;
  padding: 0 1rem;
}


.btn-experience {
  padding: 18px 46px;
  font-size: 22px;
  font-weight: 300;
  font-family: sans-serif;
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s ease;
}


.btn-experience:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}




.menu-overlay {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 10010;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu-list li {
  color: white !important;
  text-decoration: none !important;
  font-size: 20px;
  margin: 1.3rem 0;
  opacity: 0;
  list-style: none;
  overflow: hidden;
}

.menu-list li:nth-child(odd) {
  transform: translateX(-60px);
}

.menu-list li:nth-child(even) {
  transform: translateX(60px);
}

.menu-overlay.active .menu-list li:nth-child(odd) {
  animation: fadeLeft 0.8s ease forwards;
  animation-delay: calc(var(--i) * 0.12s);
}

.menu-overlay.active .menu-list li:nth-child(even) {
  animation: fadeRight 0.8s ease forwards;
  animation-delay: calc(var(--i) * 0.12s);
}

.menu-overlay:not(.active) .menu-list li {
  opacity: 0;
}

.menu-list a {
  display: block;
  font-family: 'DINProCondensedRegular', Helvetica, sans-serif;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.4s, color 0.4s;
  opacity: 0;
  transform: translateY(100%);
}

.menu-overlay.active .menu-list a {
  color: #888;
  font-size: 18px;
  font-weight: 500;
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(0.07s * var(--i));
}

.menu-list a:hover {
  color: #4ece79;
  transform: translateX(6px);
  letter-spacing: 2px;
}

.menu-close,
.menu-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  background: none;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Big Shoulders Display", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: color 0.3s ease, transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  width: 55px;
  height: 55px;
}

.menu-close:hover,
.menu-close-btn:hover {
  color: #4ece79;
  border-color: #fff;
  transform: scale(1.05) rotate(90deg);
  background: rgba(255, 255, 255, 0.1);
}

.close-icon {
  padding: 3px;
  font-size: 28px;
  line-height: 1;
}

.close-text {
  font-size: 16px;
}

.video-overlay {
  position: fixed;
  inset: 0;
  background: #000;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10020;
}

.video-overlay.active {
  display: flex;
}

.video-overlay video,
#videoPlayer {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-close,
.video-exit-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 22px;
  cursor: pointer;
  z-index: 10021;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-family: var(--secondary-font);
  font-weight: 700;
  transition: transform 0.4s cubic-bezier(0.95, 0.05, 0.795, 0.035),
    background 0.3s ease,
    color 0.3s ease;
}

.video-close:hover,
.video-exit-btn:hover {
  background: rgba(78, 206, 121, 0.2);
  color: #4ece79;
  transform: scale(1.1);
}

.btn-about {
  font-family: 'DINProCondensedRegular', Helvetica, sans-serif;
  margin-top: 20px;
  padding: 0.6rem 1rem;
  background: #ffffff;
  color: #4ece79;
  font-size: 16px;
  font-weight: 800;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s ease;
  white-space: nowrap;
  right: 20px;
}

.btn-about:hover {
  transform: scale(1.05);
  background: #4ece79;
  color: #fff;
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (min-width: 1024px) {
  .menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3rem;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }

  .menu-list li {
    margin: 0;
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 3.5vh;
  }




  .btn-experience {
    margin-top: -3rem;
  }
}

@media (max-width: 1023px) {
  .menu-list {
    display: block;
  }

  .menu-list li {
    margin: 1.3rem 0;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 16px;
  }

  header,
  #main-header {
    padding: 10px 15px;
    min-height: 50px;
  }

  .logo span {
    font-size: 18px;
  }

  .logo-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .btn-start-menu {
    width: 100px;
    padding: 10px;
    font-size: 14px;
  }



  /* 
  .big-heading {
    font-size: clamp(20px, 4vh, 40px);
    margin-top: 1rem;
    line-height: 0.95;
  } */

  .banner-sub {
    font-size: clamp(0.85rem, 3.5vw, 1.1rem);
    margin-bottom: 2rem;
    padding: 0 0.5rem;
  }

  .btn-experience {
    margin-top: -2rem;
    padding: 0.5rem 1.2rem;
    font-size: 15px;
  }

  .menu-list a {
    font-size: 16px;
  }

  .menu-close,
  .menu-close-btn {
    top: 20px;
    right: 20px;
  }

  .close-text {
    display: none;
  }
}

@media (max-width: 480px) {

  header,
  #main-header {
    padding: 8px 12px;
  }

  .logo span {
    display: none;
  }

  .logo-icon {
    width: 32px;
    height: 32px;
  }

  .btn-start-menu {
    width: 90px;
    padding: 8px;
    font-size: 13px;
  }

  /* .big-heading {
    font-size: clamp(20px, 4vh, 40px);
    line-height: 1;
    letter-spacing: -1px;
  } */

  .banner-sub {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }

  .btn-experience {
    margin-top: 0;
    padding: 0.4rem 0.9rem;
    font-size: 13px;
  }

  .menu-list a {
    font-size: 1.3rem;
  }

  .menu-list li {
    margin: 1rem 0;
  }
}

@media (max-width: 375px) {
  .big-heading {
    font-size: clamp(35px, 16vw, 50px);
  }

  .btn-experience {
    font-size: 13px;
    padding: 0.4rem 0.9rem;
  }
}

@media (max-width: 576px) {
  .big-heading {
    font-size: 45px;
    /* margin-top: 0.5rem; */
    margin-bottom: 0.5rem;
    padding-top: 40px;
  }

  .banner-section {
    height: fit-content;
  }
}

.handleclick-pointer {
  cursor: pointer;
}

@media (max-height: 500px) and (orientation: landscape) {
  /* .content-body {
    padding: 0.5rem;
    justify-content: flex-start;
    padding-top: 1rem;
  } */

  .banner-sub {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }

  .btn-experience {
    margin-top: 0;
    padding: 0.4rem 0.8rem;
    font-size: 13px;
  }
}

/* ── Rotate screen overlay ───────────────────────────────────────── */
#rotate-overlay {
  display: none; /* hidden by default — shown via media query below */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: -webkit-fill-available; /* iOS Safari viewport fix */
  z-index: 99999;
  background: rgba(5, 8, 14, 0.97);
  backdrop-filter: blur(12px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#rotate-overlay-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

#rotate-phone-icon {
  color: #00ffcc;
  animation: rotate-hint 1.6s ease-in-out infinite;
}

@keyframes rotate-hint {
  0%   { transform: rotate(0deg);   }
  35%  { transform: rotate(90deg);  }
  65%  { transform: rotate(90deg);  }
  100% { transform: rotate(0deg);   }
}

/* Show only on mobile devices in portrait mode */
@media (max-width: 768px) and (orientation: portrait) {
  #rotate-overlay {
    display: flex;
  }

  /* Lock scroll so body can't scroll behind the overlay */
  html, body {
    overflow: hidden !important;
    height: 100% !important;
  }
}

/* ── Mobile region dropdown ──────────────────────────────────────── */
#mobile-region-select {
  display: none; /* desktop: hidden */
}

#fullscreen-btn:hover {
  background: rgba(198,236,212,0.98) !important;
  border-color: rgba(18,90,50,0.65) !important;
  box-shadow: 0 3px 12px rgba(18,90,50,0.20) !important;
  transform: translateY(-1px);
  color: #0a3318 !important;
}

/* ── Landscape mobile — terrain UI ───────────────────────────────── */
@media (max-height: 500px) and (orientation: landscape) {

  /* Smaller mini-map so it doesn't eat the terrain */
  #mini-map {
    width: 130px;
    height: 104px;
    bottom: 10px;
    left: 10px;
  }

  /* HUD bar sits tight below the compact header */
  #terrain-hud-bar {
    top: 48px;
    right: 0;
    gap: 6px;
  }

  /* Shrink compass inside mini-map */
  #mini-map-compass {
    transform: scale(0.6);
    transform-origin: bottom right;
    bottom: 4px !important;
    right: 2px !important;
  }

  /* Show compact region dropdown, hide tab bars */
  #mobile-region-select {
    display: block;
    background: rgba(10,15,20,0.85);
    color: #e2e8f0;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    font-family: system-ui, sans-serif;
    cursor: pointer;
    max-width: 160px;
    backdrop-filter: blur(8px);
    appearance: auto;
  }

  .country-tabs-bar {
    display: none !important;
  }

  /* Elevation pill smaller */
  #elevation-hud {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }

  /* Dashboard button smaller */
  #dashboard-btn {
    padding: 5px 10px !important;
    font-size: 11px !important;
  }

  /* Narrower dashboard panel with scrollable cards */
  #dashboard-panel {
    width: 270px;
  }

  #dashboard-panel > div:first-child {
    padding: 12px 16px 10px !important;
  }

  .dashboard-card {
    padding: 10px 12px;
  }

  /* Compact iframe overlay header */
  #dashboard-iframe-overlay > div:first-child {
    padding: 8px 12px !important;
  }
}

/* Very small landscape phones (iPhone SE landscape = 568×320) */
@media (max-height: 380px) and (orientation: landscape) {

  #mini-map {
    width: 100px;
    height: 80px;
    bottom: 8px;
    left: 8px;
  }

  #terrain-hud-bar {
    top: 42px;
    right: 0;
  }

  /* Panel takes at most half the screen width */
  #dashboard-panel {
    width: min(240px, 50vw);
  }
}


#videoPlayer {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-exit-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-family: var(--secondary-font);
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  z-index: 10021;
  transition: 0.3s;
}

.video-exit-btn:hover {
  background: #fff;
  color: #000;
}

/* Floating Button Styling */
#sidebar-toggle-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1001;
  background: #00ffcc;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  cursor: pointer;
  display: none;
  /* Pehle hidden rahega */
  align-items: center;
  gap: 10px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0, 255, 204, 0.4);
  transition: transform 0.3s;
  z-index: 10005;
}

#sidebar-toggle-btn:hover {
  transform: scale(1.1);
}

/* Sidebar Styling */
#state-sidebar {
  position: fixed;
  right: -325px;
  top: 40;
  width: 280px;
  height: 100vh;
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(15px);
  z-index: 1002;
  transition: right 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  padding: 30px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}


#state-sidebar.open {
  right: 0;
  top: 0;

}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -30px;
  color: white;
}

.close-sidebar {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.state-list li {
  color: #000;
  gap: 5px;
  padding: 0px 0;
  list-style: none;
  font-size: 22px;
  transform: translateX(20px);
  /* transition: opacity 0.4s ease, transform 0.4s ease; */
  cursor: pointer;
  font-family: "'DINNextRoundedLTProLight', Helvetica, sans-serif";

}


.state-list li.show {
  opacity: 1;
  transform: translateX(0);
}

#app-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  /* Loader ke piche black rahega */
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  transition: opacity 0.5s ease;
  display: none;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-top-color: #007fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Flicker Fix: Jab URL mein 'map' ho toh landing-page ko display none kar do */
.app-active #landing-page {
  display: none !important;
}

/* Landing page hidden class */
#landing-page.hidden {
  display: none !important;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-top-color: #007fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#landing-page.hidden {
  display: none !important;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: linear-gradient(to bottom, #064e3b, #065f46, #064e3b);
  color: white;
  overflow-x: hidden;
  line-height: 1.6;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ========== HERO SECTION ========== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #059669, #047857, #0f766e);
}

.hero-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
  background-size: 200% 200%;
  animation: gradientMove 20s infinite alternate;
  opacity: 0.3;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 100% 100%;
  }
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
}

.particles-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: particleFloat 15s infinite linear;
}

@keyframes particleFloat {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0.3;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    transform: translateY(-100vh) translateX(50px);
    opacity: 0.3;
  }
}

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 2rem;
  animation: fadeInUp 1s ease-out;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(167, 243, 208, 0.5);
  border-radius: 9999px;
  background: rgba(16, 185, 129, 0.1);
  backdrop-filter: blur(8px);
  font-size: 0.875rem;
  color: rgb(167, 243, 208);
  cursor: pointer;
  transition: all 0.3s ease;
  animation: fadeInScale 0.6s ease-out 0.2s both;
}

.hero-badge:hover {
  transform: scale(1.05);
  background: rgba(16, 185, 129, 0.2);
}

.leaf-icon {
  color: rgb(110, 231, 183);
  animation: leafRotate 2s infinite ease-in-out;
}

@keyframes leafRotate {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(10deg);
  }

  75% {
    transform: rotate(-10deg);
  }
}

/* Entry animation (opacity + scale) */
.hero-title {
  animation: heroFadeScale 1.2s ease forwards;
  animation-delay: 0.2s;
  opacity: 0;
  transform: scale(0.9);
}

@keyframes heroFadeScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Hover spring-like scale */
.hero-line {
  display: block;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    color 0.3s ease;
}

.hero-line:hover {
  transform: scale(1.05);
  color: #34d399;
  /* emerald-400 */
}


.hero-divider {
  height: 2px;
  width: 128px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 auto 2rem;
  animation: expandWidth 1s ease-out 0.8s both;
}

@keyframes expandWidth {
  from {
    width: 0;
  }

  to {
    width: 128px;
  }
}

.hero-subtitle {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.5rem;
  animation: fadeIn 1s ease-out both;
}

.hero-subtitle:first-of-type {
  animation-delay: 1s;
}

.hero-subtitle:last-of-type {
  animation-delay: 1.2s;
  margin-bottom: 3rem;
}

.hero-button {
  padding: 1rem 3rem;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 9999px;
  background: transparent;
  backdrop-filter: blur(8px);
  color: white;
  font-size: 1.125rem;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out 1.5s both;
}

.hero-button:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

.hero-button:active {
  transform: scale(0.95);
}

.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  animation: fadeIn 1s ease-out 2s both, bounce 2s infinite;
  cursor: pointer;
}

.scroll-indicator svg {
  color: rgba(255, 255, 255, 0.6);
}

@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(10px);
  }
}

/* ========== GLOBE SECTION ========== */
.globe-section {
  position: relative;
  padding: 8rem 1rem;
  background: linear-gradient(to bottom, #172554, #1e3a8a);
  overflow: hidden;
}

.grid-background {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 4rem 4rem;
  opacity: 0.1;
}

.section-header {
  text-align: center;
  margin-bottom: 5rem;
}

.section-title {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 300;
  margin-bottom: 1.5rem;
}

.section-divider {
  height: 2px;
  width: 96px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 auto 1.5rem;
}

.section-description {
  font-family: 'Raleway', sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  max-width: 42rem;
  margin: 0 auto;
}

.globe-container {
  font-family: 'Raleway', sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

.globe {
  position: relative;
  width: 400px;
  height: 400px;
  cursor: grab;
  animation: fadeInScale 1.2s ease-out both;
}

.globe:active {
  cursor: grabbing;
}

.globe-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 25px 50px -12px rgba(16, 185, 129, 0.2);
  background: linear-gradient(135deg, #047857, #059669, #10b981);
  /* position: relative; */
}

.globe-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.globe-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.globe-ring {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(6, 182, 212, 0.3);
  border-radius: 50%;
  transform: scale(1.15);
  animation: rotateGlobe 20s linear infinite;
}

@keyframes rotateGlobe {
  from {
    transform: scale(1.15) rotate(0deg);
  }

  to {
    transform: scale(1.15) rotate(360deg);
  }
}

.categories-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.category-arc {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawArc 1s ease-out forwards;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
}

.category-arc:hover {
  stroke-width: 12;
  opacity: 1 !important;
}

.arc-1 {
  animation-delay: 0.1s;
}

.arc-2 {
  animation-delay: 0.2s;
}

.arc-3 {
  animation-delay: 0.3s;
}

.arc-4 {
  animation-delay: 0.4s;
}

.arc-5 {
  animation-delay: 0.5s;
}

.arc-6 {
  animation-delay: 0.6s;
}

@keyframes drawArc {
  to {
    stroke-dashoffset: 0;
    opacity: 0.6;
  }
}

.category-label {
  letter-spacing: 2px;
  animation: fadeIn 0.5s ease-out forwards;
  opacity: 0;
}

.category-label {
  animation-delay: 0.8s;
}

.section-footer {
  margin-top: 5rem;
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.section-text {
  font-family: 'Raleway', sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

/* ========== DATA VISUALIZATION SECTION ========== */
.data-section {
  padding: 8rem 1rem;
  background: linear-gradient(to bottom, #1e3a8a, #172554, #064e3b);
}

.data-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .data-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.data-title {
  font-size: clamp(1.2rem, 2.40vw, 2.1rem);
  font-weight: 300;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.data-paragraph {
  font-size: 1.125rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.data-visualization {
  position: relative;
  height: 500px;
}

.data-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 256px;
  height: 256px;
}

.data-grid-svg {
  width: 100%;
  height: 100%;
}

.rotating {
  animation: rotateGlobe 40s linear infinite;
}

.data-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  animation: fadeInScale 0.5s ease-out both;
}

.data-icon[style*="75%"][style*="15%"] {
  animation-delay: 0s;
}

.data-icon[style*="15%"][style*="25%"] {
  animation-delay: 0.15s;
}

.data-icon[style*="85%"][style*="45%"] {
  animation-delay: 0.3s;
}

.data-icon[style*="20%"][style*="65%"] {
  animation-delay: 0.45s;
}

.data-icon[style*="70%"][style*="75%"] {
  animation-delay: 0.6s;
}

.data-icon[style*="45%"][style*="85%"] {
  animation-delay: 0.75s;
}

.data-icon-pulse {
  position: absolute;
  inset: 0;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: rgba(6, 182, 212, 0.2);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.data-icon-inner {
  position: relative;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.2), rgba(16, 185, 129, 0.2));
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.data-icon:hover .data-icon-inner {
  transform: scale(1.3);
  background: rgba(6, 182, 212, 0.3);
}

.data-icon-inner svg {
  color: rgb(103, 232, 249);
}

.data-icon::after {
  content: attr(data-label);
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.data-icon:hover::after {
  opacity: 1;
}

/* ========== RESTORATION CATEGORIES SECTION ========== */
.categories-section {
  position: relative;
  padding: 8rem 1rem;
  background: linear-gradient(to bottom, #064e3b, #065f46, #172554);
}

.grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 6rem 6rem;
  opacity: 0.05;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.category-card {
  position: relative;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s ease;
}

.category-card:hover {
  transform: translateY(-10px) scale(1.02);
}

.category-gradient {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.category-card:hover .category-gradient {
  opacity: 0.1;
}

.category-card[data-color="emerald"] .category-gradient {
  background: linear-gradient(135deg, #10b981, #059669);
}

.category-card[data-color="cyan"] .category-gradient {
  background: linear-gradient(135deg, #06b6d4, #0284c7);
}

.category-card[data-color="lime"] .category-gradient {
  background: linear-gradient(135deg, #84cc16, #10b981);
}

.category-card[data-color="teal"] .category-gradient {
  background: linear-gradient(135deg, #14b8a6, #06b6d4);
}

.category-card[data-color="amber"] .category-gradient {
  background: linear-gradient(135deg, #f59e0b, #ea580c);
}

.category-card[data-color="blue"] .category-gradient {
  background: linear-gradient(135deg, #3b82f6, #6366f1);
}

.category-icon {
  display: inline-flex;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-bottom: 1.5rem;
  transition: transform 0.6s ease;
}

.category-card:hover .category-icon {
  transform: rotate(360deg);
}

.category-icon svg {
  color: white;
}

.category-title {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0.75rem;
}

.category-description {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.category-stat {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 300;
}

.category-card[data-color="emerald"] .category-stat {
  background: linear-gradient(to right, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.2));
}

.category-card[data-color="cyan"] .category-stat {
  background: linear-gradient(to right, rgba(6, 182, 212, 0.2), rgba(2, 132, 199, 0.2));
}

.category-card[data-color="lime"] .category-stat {
  background: linear-gradient(to right, rgba(132, 204, 22, 0.2), rgba(16, 185, 129, 0.2));
}

.category-card[data-color="teal"] .category-stat {
  background: linear-gradient(to right, rgba(20, 184, 166, 0.2), rgba(6, 182, 212, 0.2));
}

.category-card[data-color="amber"] .category-stat {
  background: linear-gradient(to right, rgba(245, 158, 11, 0.2), rgba(234, 88, 12, 0.2));
}

.category-card[data-color="blue"] .category-stat {
  background: linear-gradient(to right, rgba(59, 130, 246, 0.2), rgba(99, 102, 241, 0.2));
}

.category-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 96px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent);
  border-radius: 0 1rem 0 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.category-card:hover .category-accent {
  opacity: 1;
}

/* ========== IMPACT METRICS SECTION ========== */
.metrics-section {
  position: relative;
  padding: 8rem 1rem;
  background: linear-gradient(to bottom, #172554, #064e3b);
  overflow: hidden;
}

.metrics-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.metrics-blob {
  position: absolute;
  width: 384px;
  height: 384px;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 50%;
  filter: blur(80px);
  animation: blobFloat 10s infinite ease-in-out;
}

@keyframes blobFloat {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  25% {
    transform: translate(100px, 50px) scale(1.2);
  }

  50% {
    transform: translate(0, 100px) scale(1);
  }

  75% {
    transform: translate(-50px, 50px) scale(1.1);
  }
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.metric-card {
  position: relative;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  text-align: center;
  overflow: hidden;
  transition: all 0.5s ease;
}

.metric-card:hover {
  transform: scale(1.05) translateY(-10px);
}

.metric-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(6, 182, 212, 0.2));
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: gradientMove 5s infinite alternate;
}

.metric-card:hover .metric-glow {
  opacity: 1;
}

.metric-value {
  font-family: 'Raleway', sans-serif;
  position: relative;
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 300;
  margin-bottom: 1rem;
  color: white;
}

.metric-label {
  font-family: 'Raleway', sans-serif;
  position: relative;
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.metric-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(to right, transparent, #10b981, transparent);
  transform: scaleX(0);
  animation: lineExpand 1s ease-out forwards;
}

@keyframes lineExpand {
  to {
    transform: scaleX(1);
  }
}

.footer {
  font-family: 'Raleway', sans-serif;
  position: relative;
  padding: 5rem 1rem;
  background: linear-gradient(to bottom, #064e3b, #000000);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-title {
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.footer-divider {
  height: 2px;
  width: 64px;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem;
}

.footer-description {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  line-height: 1.6;
}

.footer-heading {
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.footer-list {
  list-style: none;
}

.footer-list li {
  margin-bottom: 0.75rem;
}

.footer-list a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 300;
  transition: color 0.3s ease;
  cursor: pointer;
}

.footer-list a:hover {
  color: #10b981;
  text-decoration: underline;
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.social-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
  background: rgba(16, 185, 129, 0.2);
  border-color: #10b981;
}

.footer-text {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 0.875rem;
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-bottom-links {
  display: flex;
  gap: 1.5rem;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #10b981;
}

/* ========== ANIMATIONS ========== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.fade-in-up {
  animation: fadeInUp 0.8s ease-out both;
}

.fade-in-left {
  animation: fadeInLeft 0.8s ease-out both;
}

.fade-in-right {
  animation: fadeInRight 0.8s ease-out both;
}

/* Intersection Observer Classes */
.fade-in-up.visible {
  animation: fadeInUp 0.8s ease-out both;
}

.category-card.visible {
  animation: fadeInUp 0.6s ease-out both;
}

.category-card:nth-child(1).visible {
  animation-delay: 0s;
}

.category-card:nth-child(2).visible {
  animation-delay: 0.1s;
}

.category-card:nth-child(3).visible {
  animation-delay: 0.2s;
}

.category-card:nth-child(4).visible {
  animation-delay: 0.3s;
}

.category-card:nth-child(5).visible {
  animation-delay: 0.4s;
}

.category-card:nth-child(6).visible {
  animation-delay: 0.5s;
}

.metric-card.visible {
  animation: fadeInScale 0.6s ease-out both;
}

.metric-card:nth-child(1).visible {
  animation-delay: 0s;
}

.metric-card:nth-child(2).visible {
  animation-delay: 0.1s;
}

.metric-card:nth-child(3).visible {
  animation-delay: 0.2s;
}

.metric-card:nth-child(4).visible {
  animation-delay: 0.3s;
}

.btn-group {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 7px;
}

.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
  transform: translateY(60px);
}

.fade-in-left {
  transform: translateX(-60px);
}

.fade-in-right {
  transform: translateX(60px);
}

.cicle-line {
  width: 20rem;
  left: 2rem;
  top: -3rem;
}

.home-banner {
  background-image: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
}


#video-overlay.active {
  display: flex;
}

#landing-page.hidden {
  display: none;
}

/* #map-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  padding: 20px;
  z-index: 9999; 
  width: 80%;
  max-width: 600px;
  border-radius: 8px;
}


#popup-title {
  color: rgb(255, 255, 255);
  background: #191919;
  border-radius: 5px;
  top: 58%;
  position: absolute;
  left: -8%;
  padding: 15px;
  font-size: 17px;
  margin: 9px;
  font-family: "'DINNextRoundedLTProLight', Helvetica, sans-serif";
}

.popup-video {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}


.map-popup-close {
  position: absolute;
  top: 20px;
  right: -50px;
  font-family: "'DINNextRoundedLTProLight', Helvetica, sans-serif";
}
*/





#map-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: none; /* Keep hidden by default */
  flex-direction: row;
  align-items: stretch;
  gap: 0;

  width: 820px;
  height: 400px;

  z-index: 9999;
}

#popup-media-container {
  flex: 0 0 550px;
  width: 550px;
  height: 100%;
  background: black;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 4px 0 0 4px;
}
#popup-media-container video,
#popup-media-container iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


.info-sidebar {
  position: absolute;

  left: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  max-width: 550px;
  width: 100%;
  box-sizing: border-box;
}

.red-header {
  background: #e32d3a;
  color: white;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}

.info-row {
  background: rgba(26, 26, 26, 0.95);
  color: #888;
  padding: 6px 15px;
  margin-bottom: 2px;
  font-size: 12px;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.info-row span {
  color: #eee;
}

.description-box {
  flex: 0 0 270px;
  width: 270px;
  height: 100%;
  background: rgba(26, 26, 26, 0.95);
  color: white;
  padding: 24px 20px;
  box-sizing: border-box;
  z-index: 10;
  font-style: italic;
  font-family: Georgia, serif;
  line-height: 1.6;
  overflow-y: auto;
  border-radius: 0 4px 4px 0;
}

.red-line {
  width: 40px;
  height: 2px;
  background: #e32d3a;
  margin-top: 15px;
}

/* Close Button Position */
.map-popup-close {
  position: absolute;
  top: -20px;
  right: -80px;
  z-index: 100;
}

.map-popup-close button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #bdbdbd;
  background: transparent;
  color: #666;
  font-size: 28px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.3s ease;
}

.map-popup-close button:hover {
  border-color: #888;
  color: #000;
  transform: scale(1.05);
}






/* Circular Close Button */
/* .map-popup-close {
  position: absolute;
  top: -30px;
  right: -30px;
} */

/* .map-popup-close button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: white;
  color: #333;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
} */


/* Edge region navigation hint */
.edge-hint-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(10, 15, 25, 0.88);
  border: 1px solid rgba(34, 197, 94, 0.45);
  border-radius: 40px;
  padding: 10px 22px 10px 18px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 0 1px rgba(34,197,94,0.1);
  backdrop-filter: blur(8px);
  animation: edge-hint-pulse 2.5s ease-in-out infinite;
}
@keyframes edge-hint-pulse {
  0%, 100% { box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 0 1px rgba(34,197,94,0.1); }
  50%       { box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 12px 2px rgba(34,197,94,0.25); }
}
.edge-hint-arrow {
  font-size: 22px;
  color: #22c55e;
  line-height: 1;
  animation: edge-arrow-nudge 1.4s ease-in-out infinite;
}
@keyframes edge-arrow-nudge {
  0%, 100% { transform: translateX(0); }
  50%       { transform: translateX(5px); }
}
.edge-hint-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.edge-hint-eyebrow {
  font-size: 10px;
  color: rgba(148,163,184,0.7);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-family: inherit;
}
.edge-hint-label {
  font-size: 15px;
  font-weight: 700;
  color: #f1f5f9;
  font-family: inherit;
  white-space: nowrap;
}

/* India sub-region tabs */
.india-tab {
  background: rgba(30, 41, 59, 0.8);
  border: 1px solid rgba(100, 116, 139, 0.6);
  border-radius: 6px;
  color: #cbd5e1;
  padding: 5px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.2px;
  transition: all 0.15s ease;
  white-space: nowrap;
  font-family: inherit;
}
.india-tab:hover:not(:disabled) {
  background: rgba(51, 65, 85, 0.95);
  color: #f1f5f9;
  border-color: rgba(148, 163, 184, 0.6);
}
.india-tab-active {
  background: rgba(30, 41, 59, 0.95) !important;
  border-color: #22c55e !important;
  color: #ffffff !important;
}
.india-tab-disabled,
.india-tab:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  color: #94a3b8;
}

#toggle-label {
  font-family: "'DINNextRoundedLTProLight', Helvetica, sans-serif";
  color: black;
  font-size: 16px;
  font-weight: 600;

}


#switch-toggle {
  top: 25px;
  display: block;
}

.mapboxgl-ctrl,
.mapboxgl-ctrl {
  display: none !important;
}

.toggle-button {
  top: 20px;
}





#canvas-hint-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -100%);
  transition: opacity 0.35s ease;
  z-index: 9999;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

#canvas-hint-overlay.show {
  opacity: 1;
}

.hint-icon {
  width: 64px;
  height: 64px;
  background: rgba(30, 30, 30, 0.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hint-text {
  font-family: 'D-DIN Condensed', 'D-DIN', sans-serif;
  background: rgba(15, 15, 15, 0.82);
  color: #ffffff;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}