   .whatsapp-button {
            position: fixed; bottom: 30px; left: 30px; background-color: #25D366; color: white;
            width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center;
            justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.3); z-index: 100;
            transition: transform 0.3s ease;
        }
        .whatsapp-button:hover { transform: scale(1.1); }
        .whatsapp-button svg { width: 32px; height: 32px; fill: white; }
        .logo-area{
            padding: 0 !important;
        }
        .logo-area img, .footer-logo{
            height: 135px;
        }
        .footer-wrapper-left-one .logo{
            margin-bottom: 0 !important;
        }
        .copyright-area-one .copyright-wrapper{
            display: block;

        }
        
        @media (max-width: 768px) {
             .logo-area img, .footer-logo{
            height: 100px;
        }
            .whatsapp-button { width: 50px; height: 50px; bottom: 20px; left: 20px; }
            .whatsapp-button svg { width: 28px; height: 28px; }
        }