@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: white url('images/loader-background.svg') no-repeat center;
  /*z-index: 5;*/
  z-index: 3;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif !important;
}
html, body{
    height: 100%;
    width: 100%;
    
    /* overflow: hidden; */
}
main {
  position: relative;
  overflow: hidden;
  background-color: #fff;

}

.hero-video {
  z-index: 1;
}

/* main{
   background: radial-gradient(circle at top, #f1ffe3, #ffffff) !important;
} */
/* .outlined-text {
  text-shadow:
    -2px -2px 0 #000,
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000;
} */
.hero-heading {
  line-height: 1;
}
.line-one1{
  font-size: 4vh;
}
/* First line */
.line-one {
  font-size: 3rem;
  /* normal large */
}

/* Second line - BIG */
.line-two {

  font-weight: 800;
  text-decoration: 5px solid underline;
}

/* Third line */
.line-three {
  font-size: 3rem;
}

/* Outline */
.outlined-text {
  text-shadow:
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000;
}

/* Karnataka green */
.karnataka-text {
  color: #89C63C;
  text-shadow:
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000;
}
.karnataka-text2 {
  color: #89C63C;
  
}
.hero-overlay {
  z-index: 2;
  background: linear-gradient(to right,
      #0d144fa4,
      #0d144fb4,
      #0d144f11,
      #bbf7d000);
}
.hero-overlay1 {
  z-index: 2;
  background: linear-gradient(to bottom,
      #0d144fa4,
      #0d144fb4,
      #0d144f11,
      #bbf7d000);
}

.hero-content {
  z-index: 3 !important;
}
a{
  text-decoration: none;
  color: #fff;
}
h1,
h2,
h3 {
 
  color: #0D144F !important;
}

h4 {
  
  color: #0D144F !important;
}



.blink-glow {
  animation: glowBlink 1.2s infinite;
}

@keyframes glowBlink {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 rgba(137, 198, 60, 0.8);
  }

  50% {
    opacity: 0.5;
    box-shadow: 0 0 12px rgba(137, 198, 60, 1);
  }

  100% {
    opacity: 1;
    box-shadow: 0 0 0 rgba(137, 198, 60, 0.8);
  }
}

button {
  background-color: #89C63C;
  
  color: #0D144F !important;
  
  transition: all 1s ease;
}



.bb:hover {
  color: #fff !important;
}


nav {
  z-index: 999 !important;
}

h6 {
  
  color: #010101 !important;
}

i {
  color: #0D144F !important;
}

.props {
  background-color: #f7fff2 !important;

}

.timeline {
  position: relative;
  max-width: 100%;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(137, 198, 60, 0.8),
      rgba(137, 198, 60, 0.2));
  border-radius: 10px;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  position: relative;
}


.timeline-dot {
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #89C63C, #6fae2f);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 0 15px 40px rgba(137, 198, 60, 0.35);
  transition: transform 0.4s ease;
}

.timeline-card {
  flex: 1;
  padding: 8px 12px;
  border-radius: 10px;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.596);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.226);
  transition: all 0.4s ease;


}

.timeline-item:hover .timeline-dot {
  transform: scale(1.15) rotate(-8deg);
}

.timeline-item:hover .timeline-card {
  transform: translateY(-6px);
  box-shadow: 0 35px 80px rgba(137, 198, 60, 0.25);
}

/* Right image styling */
.support-image img {
  max-width: 90%;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.15));
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .timeline::before {
    left: 28px;
  }

  .support-image img {
    max-width: 75%;
  }
}

/* Base animation for cards */
.props {
  animation: floatCard 3.5s ease-in-out infinite;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  cursor: pointer;
}

/* Hover effect */
.props:hover {
  transform: translateY(-10px) scale(1.04);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

strong {
  font-weight: bolder !important;
}

/* Floating animation */
/* @keyframes floatCard {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
} */

/* Stagger animation delays */
.row .col-6:nth-child(1) .props {
  animation-delay: 0s;
}

.row .col-6:nth-child(2) .props {
  animation-delay: 0.4s;
}

.row .col-6:nth-child(3) .props {
  animation-delay: 0.8s;
}

.row .col-6:nth-child(4) .props {
  animation-delay: 1.2s;
}


.sector-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 320px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.sector-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sector-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.877), transparent);
}

.sector-card .overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 2;
}

.sector-card h4 {
  font-weight: 700;
  margin-bottom: 8px;
  color: #89C63C !important;
}

.sector-card .badge {
  background: #89C63C;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
}

.sector-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* Scale image on hover */
.sector-card:hover img {
  transform: scale(1.06);
}

/* Client Page */
.client-box {
  height: 100px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
}

.client-box img {
  max-height: 80px;
  max-width: 150px;
  object-fit: contain;
  transition: 0.3s ease;
}

/* Hover effect */
.client-box:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.client-box:hover img {
  transform: scale(1.05);
}

.stat-box {

  transition: all 0.3s ease;
  cursor: default;
}

.stat-box:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 10px 25px rgba(137, 198, 60, 0.3);
}