

/* Responsive Design */
@media (max-width: 992px) {
    .whatsapp-tooltip {
        display: none; /* Hide tooltip on mobile */
    }
}

@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 25px;
        right: 25px;
    }
    
    .whatsapp-link {
        width: 60px;
        height: 60px;
    }
    
    .whatsapp-link i {
        font-size: 30px;
    }
    
    .whatsapp-notification {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
    }
    
    .whatsapp-link {
        width: 55px;
        height: 55px;
    }
    
    .whatsapp-link i {
        font-size: 28px;
    }
} 

/*WhatsApp enhanced button ends*/





        @media (max-width: 768px) {
            .hero-section {
                padding: 80px 0;
            }
            
            .display-4 {
                font-size: 2.2rem;
            }
            
            .popular-searches {
                flex-direction: column;
                align-items: center;
            }
            
            .badge {
                width: 80%;
                text-align: center;
            }
        }
   