 .hero-banner {
   background-color: #0F5FDC;
   color: white;
   min-height: 100vh;
   display: flex;
   align-items: center;
 }

 .hero-slide {
   display: none;
 }

 .hero-bannerDiv{
  margin-bottom: 10rem;
 }
 .hero-slide.active {
   display: block;
 }

 .hero-banner h2 {
   font-size: 2.2rem;
   font-weight: 700;
 }

 .hero-banner p {
   font-size: 1.1rem;
 }

 .carousel-item {
   padding: 2rem 0;
 }
.icon-card {
  box-shadow: 0 4px 16px rgb(51 51 51 / 24%);
  border-radius: 8px;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #1176e7;
  padding: 25px 15px;
  line-height: normal;
  text-align: center;
  width: 100%; 
  margin: 0 auto; 
}

.col-md-4{
  margin-top:12px
}
 

 .custom-navbar {
   font-family: 'Segoe UI', sans-serif;
   font-size: 1rem;
   background-color: #ffffff !important;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 }

 

 .navbar-nav .nav-link {
   padding: 10px 15px;
   color: #000000 !important;
   font-weight: 500;
   transition: color 0.3s ease;
 }

 .navbar-nav .nav-link:hover,
 .navbar-nav .nav-link:focus {
   color: #007bff !important;
   /* Blue hover effect */
 }

 .navbar-toggler {
   border: none;
 }

 .navbar-toggler:focus {
   outline: none;
   box-shadow: none;
 }

 .logo-img {
   height: 50px;
   width: 163px;
 }

 #btn-a{
      background: #fff;
    padding: 0 10px;
    border-radius: 3px;
    color: #5c66de;
       font-size: 22px
 }

 .help-section {
  background: #4687e94f;
}

.icon-card {
  box-shadow: 0 4px 16px rgb(51 51 51 / 15%);
  border-radius: 10px;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #1176e7;
  padding: 25px 15px;
  text-align: center;
  height: 100%;
}

.icon-card small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #444;
  margin-top: 8px;
}

.stats {
  background-color: #f4f7fc;
  padding: 60px 20px;
  border-radius: 12px;
}
.stat-block {
  background: #fff;
  border-radius: 10px;
  padding: 25px 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  height: 100%;
}
.stat-block:hover {
  transform: translateY(-5px);
}
.row.text-center h3 {
  color: #f97316;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.row.text-center p {
  color: #333;
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

.row.text-center {
      position: absolute;
    margin-top: -255px;
    background-color:darkblue;
}

.img-fluid {
    max-width: 100%;
    height: 363px;
}

/* ✅ Extra Small Devices (phones, <576px) */
@media (max-width: 575.98px) {
  .hero-banner {
    flex-direction: column;
    text-align: center;
    padding: 3rem 1rem;
  }

  .hero-banner h2 {
    font-size: 1.5rem;
  }

  .hero-banner p {
    font-size: 1rem;
  }

  .hero-bannerDiv {
    margin-bottom: 5rem;
  }

  .icon-card,
  .stat-block {
    margin: 10px auto;
    width: 100%;
  }

  .logo-img {
    height: 40px;
    width: 130px;
  }

  #btn-a {
    font-size: 18px;
    padding: 5px 10px;
  }

  .row.text-center {
    position: static;
    margin-top: 2rem;
    background-color: transparent;
  }

  .img-fluid {
    height: auto;
  }
}


/* ✅ Small Devices (landscape phones, 576px - 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-banner h2 {
    font-size: 1.8rem;
  }

  .hero-banner p {
    font-size: 1.05rem;
  }

  .logo-img {
    height: 45px;
    width: 140px;
  }

  .icon-card,
  .stat-block {
    margin-bottom: 15px;
  }

  .img-fluid {
    height: 300px;
  }
}


/* ✅ Medium Devices (tablets, 768px - 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-banner h2 {
    font-size: 2rem;
  }

  .hero-banner p {
    font-size: 1.1rem;
  }

  .icon-card {
    font-size: 17px;
  }

  .logo-img {
    height: 48px;
    width: 150px;
  }

  .img-fluid {
    height: 320px;
  }
}


/* ✅ Large Devices (desktops, 992px - 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-banner h2 {
    font-size: 2.2rem;
  }

  .icon-card,
  .stat-block {
    padding: 20px 15px;
  }

  .img-fluid {
    height: 350px;
  }
}


/* ✅ Extra Large Devices (large desktops, ≥1200px) */
@media (min-width: 1200px) {
  .hero-banner h2 {
    font-size: 2.4rem;
  }

  .icon-card {
    font-size: 18px;
    padding: 25px 20px;
  }

  .stat-block {
    padding: 30px 25px;
  }

  .img-fluid {
    height: 363px;
  }
}
