    @media only screen and (max-width:991px){
        .slider-text-1 p{
            width  :250% !important;
            margin: -25% -100% !important;
        }
        .btn-hero{
            display:none !important;
        }
        
        .text-tab{
            font-size: 23px !important;
            line-height: 40px !important ;
        } 
    }

    @media only screen and (max-width:480px){
        .btn-hero{
            display:none !important;
        }
        .text-mobile{
            font-size: 20px !important;
            line-height: 35px !important;  
        }
    }
    
    p.text-lg{
     line-height:4px;   
    }

    .slider-text-1 p{
        z-index: 10;
        font-family: Jost;
        white-space: nowrap;
        visibility: visible;
        text-align: left;
        line-height:33px !important;
        letter-spacing: 1px !important;
        font-weight: 500;
        font-size: 33px;
        border-color: rgb(0, 0, 0);
        border-style: none;
        margin: 0px !important;
        border-radius: 0px;
        padding: 0px;
        color: rgb(34, 34, 34);
        text-decoration: none;
        width: auto;
        height: auto;
        min-height: 0px;
        max-height: none;
        opacity: 1;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform-origin: 50% 50% 0px;
        width:355%;
        text-wrap: wrap;
    }
    
    .slider-text-2
    {
        font-size:20px !important;
    }

    .whatsapp-float {
        position: fixed;
        bottom: 90px;
        right: 35px;
        width: 40px;
        height: 40px;
        background-color: #25d366;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        font-size: 30px;
        line-height: 40px;
        z-index: 9999;
        box-shadow: 0 8px 20px rgba(0,0,0,0.25);
        transform:none;
        transition: .3s all ease-in;
        /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
    }

    .whatsapp-float:hover {
        /* transform: scale(1.1); */
        /* box-shadow: 0 12px 30px rgba(0,0,0,0.35); */
        color: #fff;
        -webkit-transform: rotate(360deg); */
        -ms-transform : rotate(360deg);
        transform: rotate(360deg);
    }

    @media (max-width: 425px) {
        .whatsapp-float {
            width: 50px;
            height: 50px;
            font-size: 26px;
            line-height: 50px;
            bottom: 20px;
            right: 20px;
        }
    }


    .call-float {
    position: fixed;  
    right: 35px;
    width: 40px;
    height: 40px;
    bottom: 140px;
    background-color: #007bff; /* Professional Blue */
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 22px; /* Phone icons usually look bigger, so font-size is adjusted */
    line-height: 40px;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: .3s all ease-in;



    
        
        
        transform:none;
}

.call-float:hover {
    color: #fff;
    transform: rotate(360deg);
}

/* Responsive adjustment for mobile */
@media (max-width: 425px) {
    .call-float {
        width: 50px;
        height: 50px;
        font-size: 24px;
        line-height: 50px;
        bottom: 80px; /* Adjusted to stay above WhatsApp's 20px bottom on mobile */
        right: 20px;
    }
}