
.call-now-btn {
    background-color: #fff !important;
    color: #1e84b5 !important;
    border: 2px solid #1e84b5;
    
}
.call-now-btn:hover {
    background-color: #1e84b5 !important;
    color: #fff !important;
}

.hero-content-body {
    display: flex;
    align-items: center;
    gap: 15px; /* space between buttons */
    flex-wrap: wrap; /* if small screen, they wrap */
}

.custom-box:hover {
    background-color: #fff;
    color: #0e384c;
}

.custom-box:hover a {
    color: #ffffff;
}
.custom-box{
    background-color:#0e384c;
    color:#ffffff ;
}
.custom-box a {
    color: #ffffff;
}
.footer-a{
    color:#1E84B5;
}

/*Whatsapp CTA starts*/
.whatsapp-float {
    position: fixed;
    bottom: 115px;
    right: 37px;
    z-index: 9999;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
}
.whatsapp-float img {
    width: 60px;
    height: 60px;
}
@media (max-width: 1024px) {
    .whatsapp-float {
        bottom: 70px;
        right: 15px;
    }
    .whatsapp-float img {
        width: 50px;
        height: 50px;
    }
}
/*Whatsapp CTA ends*/
