  /* Transparent Header */
  .navbar {
    background: transparent;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000000;
    padding: 0;
  }

  .navbar-nav .nav-link {
	color: #000;
    font-weight: 600;
    padding: 0 22px !important;
    font-size: 19px;
  }

  .navbar-brand {
    color: #ff186b;
    font-size: 1.8rem;
    font-weight: bold;
  }
  
  .navbar-brand img {
    height: 11vh;
}

.navbar .btn {
    display: inline-block;
    margin-top: 0;
    padding: 0 12px;
    border-radius: 30px;
    background: #fff !important;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
    border: none;
	box-shadow:none;
}

  .hero-section {
    position: relative;
  }
.navbar .navbtn {
    display: inline-block;
    margin-top: 0;
    padding: 0;
    border-radius: 30px;
    background: #fff !important;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
    border: none;
}
  .title-gradient {
    background: linear-gradient(90deg, #ff007f, #009dff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .product-img {
    max-width: 200px;
    margin: 20px auto;
    animation: float 3s ease-in-out infinite;
  }
  
  @keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
  }
  
  .feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
  }
  
  .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  }
  
  .icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }
  
  .feature-card h5 {
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .feature-card p {
    font-size: 14px;
    color: #666;
  }
  
  .hero-section {
    position: relative;
  }
.navbar .navbtn{
  display: inline-block;
  margin-top: 0;
  padding: 10px;
  border-radius: 30px;
  background: white;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}
  .carousel,
  .carousel-inner,
  .carousel-item {
    height: 115vh;
  }
.overlay1{ top: 80px;
    position: relative;}
  .carousel-item {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    filter: brightness(1.8) !important;
  }

  .carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* optional dark overlay */
    z-index: 1;
  }

  .carousel-item .container {
    position: relative;
    z-index: 2;
    padding-top: 120px;
  }

  h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
  }

  p {
    font-size: 1.2rem;
    margin-top: 20px;
    line-height: 1.5;
  }

  .hero-btn {
    background-color: #8b0032;
    color: white;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
  }

  .hero-btn:hover {
    background-color: #e03e1b;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 10px;
  }
.hero-btn {
background: #ff186b;
color: white;
padding: 10px 20px;
text-decoration: none;
display: inline-block;
border-radius: 4px;
font-weight: bold;
}


  .hero-section h1 {
    font-size: 3rem;
    font-weight: 800;
  }

  .hero-section p {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .hero-btn {
    background-color:#8b0032;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
  }

  .hero-btn:hover {
    background-color:#ff186b;
  }

  .status-line {
    font-size: 0.9rem;
    color: #0d6efd;
  }

  .feature-box {
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.05);
    height: 100%;
  }

  .feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .feature-link {
    font-weight: 500;
    color: #0d6efd;
    text-decoration: none;
  }

  .feature-link:hover {
    text-decoration: underline;
  }
  .transparent-header {
background-color: rgba(0, 0, 0, 0.4); /* transparent black */
backdrop-filter: blur(10px);
position: sticky;
top: 0;
z-index: 1000;
}

.status-line {
font-size: 1.1rem;
font-weight: 500;
}

.status-line i {
font-size: 1.2rem;
vertical-align: middle;
}.feature-card {
position: relative;
min-height: 184px;
background: #fff;
border-radius: 1.5rem;
padding: 2rem;
transition: all 0.35s ease;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
display: flex;
flex-direction: column;

overflow: hidden;
}
.my-icon{font-size: 2.2rem !important;}
.feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}
.feature-card h6 i{font-size: 2.3rem !important;}
.feature-card h6 {
font-size: 1.125rem;
font-weight: 700;
color: #1e1e1e;
margin-bottom: 0.75rem;
text-align: center;
align-items: center;
}
.feature-card a{text-align: center;}
.feature-card p {
font-size: 1.1rem;
color: #4f4f4f;
margin-bottom: 0.5rem;
line-height: 1.5;
text-align: center;
}

.feature-card a {
font-weight: 600;
font-size: 1.1rem;
color: #111;
text-decoration: none;
transition: color 0.3s ease;
}

.feature-card a:hover {
color: #007bff;
}

/* Gradient Backgrounds */
.bg-blue {
background: linear-gradient(135deg, #e5f2ff, #ffffff);
}

.bg-green {
background: linear-gradient(135deg, #e8fff0, #ffffff);
}

.bg-pink {
background: linear-gradient(135deg, #ffeef2, #ffffff);
}

.bg-purple {
background: linear-gradient(135deg, #f1edff, #ffffff);
}

/* Icon Styling */
.feature-card i {
font-size: 1.1rem;
margin-right: 0.5rem;
}

/* Responsive fix */
@media (max-width: 768px) {
.feature-card {
  padding: 1.5rem;
  min-height: auto;
}

.feature-card h6 {
  font-size: 1rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

.feature-card p {
  font-size: 1.1rem !important;
}
}
.fa-arrow-right{top: 1px;
    position: relative;}

/* Optional: Font smoothing for better rendering */

.mt-6{padding-top: 90px;}
.hero-section p {
background: rgba(0, 0, 0, 0.3); /* white with 30% opacity */
padding: 10px 20px;
border-radius: 10px;
display: inline-block;
margin: 23px 0 23px 0;
backdrop-filter: blur(4px); /* optional: adds a frosted glass effect */
color: #ffffff; /* ensure text is readable */
font-weight: 500;
}
.hero-section p {
font-family: 'Poppins', 'Segoe UI', 'Roboto', sans-serif;
}
h2{font-size: 1.6rem ;}
h1{font-size: 3rem !important;}
p{font-size: 1.2rem;}
.support-box {
  border: 1px solid #fbc7d4;
  padding: 20px 20px 0 20px;
  text-align: center;
  border-radius: 10px;
  height: 100%;

}
.support-box img {
  max-height: 120px;
  margin-bottom: 10px;
}
.support-title {
  color: #ff007f;
  font-weight: bold;
}
.institution-name {
  color: #007bff;
  font-weight: 500;
}
.size-1-1{font-size:1.1rem !important }
.lifeline-section h2,
.lifeline-section h3 {
font-family: 'Inter', sans-serif;
font-size: 3rem;
}
.list-unstyled li{ font-size: 1.3rem !important;}

