
.heroBg {
    width: 100%;
    object-fit: cover;
}

.faB {
    font-size: 2rem;
    margin: 1rem;
    color: rgb(20, 20, 78);
    transition: all 0.5s ease;
}

.faB:hover {
    transform: scale(1.3);
    color: rgb(151, 19, 49);
}

.whatsapp_float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 32px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    font-size: 30px;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
        rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
        rgba(0, 0, 0, 0.09) 0px 32px 16px;
    transition: all 0.3s ease;
}

.whatsapp_float:hover {
    color: #25d366;
    background-color: #ffffff;
}

.whatsapp-icon {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .whatsapp-icon {
        margin-top: 12px;
    }

    .whatsapp_float {
        width: 50px;
        height: 50px;
        bottom: 55px;
        right: 10px;
        font-size: 26px;
    }
}
