.homeBanner img {
    height: 400px;
}

.header-section {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(255, 255, 255, 0.40) 0%, rgba(0, 0, 0, 0.40) 120%) #989898;
    background-blend-mode: multiply, multiply;
    color: white;
    text-align: center;
    padding: 6px 0px 3px 0px;
    margin-top: 10px;
    border-radius: 5px;

}

.header-section p {
    font-size: 20px;
    font-weight: 700;
}

/* .service-link {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    color: black;
    text-align: center;
    padding: 7px 5px 7px 5px;
    border-radius: 10px;
    margin-top: 10px;


}

.service-link a {
    font-size: 16px;
    color: black;
    font-weight: 700;
    text-decoration: none;

} */

.service-link {
    background: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    height: 38px; /* 🔒 Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.service-link:hover {
    transform: translateY(-2px);
}

.service-link a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    width: 100%;
}

/* .service-link {
    background: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    text-align: center;
    padding: 14px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.service-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.service-link a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-decoration: none;
} */


#h1{
  font-size: 40px;
  font-weight: 600;
  color: #021f55;
}
#h2{
  font-size: 35px;
  font-weight: 600;
  color: #021f55;
}
#h3{
  font-size: 30px;
  font-weight: 600;
  color: #021f55;
}
#h4{
  font-size: 25px;
  font-weight: 600;
  color: #021f55;
}
#h5{
  font-size: 22px;
  font-weight: 600;
  color: #021f55;
}
#h6{
  font-size: 18px;
  font-weight: 600;
  color: #021f55;
}



.notificationDropdown .dropdown-item:hover {
  background-color: #f4f6f9;
  color: #343a40;
}

.notificationDropdown .dropdown-item .text-sm {
  font-size: 14px;
  font-weight: 500;
}

.notificationDropdown .dropdown-item small {
  font-size: 12px;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: all 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #128c7e;
  color: white;
}

.whatsapp-float i {
  line-height: 55px;
}




@media (max-width:768px) {
  #h1{
  font-size: 35px;
}
#h2{
  font-size: 30px;
 
  color: #021f55;
}
#h3{
  font-size: 25px;
 
}
#h4{
  font-size: 22px;
 
}
#h5{
  font-size: 20px;
 
}
#h6{
  font-size: 16px;
 
}
}



@media (max-width:576px) {
    .homeBanner img {
        height: 200px;
        border-radius: 10px;
    }

    .service-link a {
        font-size: 12px;
        color: rgb(255, 255, 255);
        


    }
    .showWalletMoney{
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .small-box>.inner {
      padding: 0px !important;
    }

    

}
