/* Footer Luxury - villakita.com 
   Skema Warna: Section (#131718) 
*/

footer {
    background-color: #131718; /* Sesuai permintaan Anda */
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: 'Inter', sans-serif;
}

footer h4, footer h6 {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
}

footer .text-muted {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Link Styling */
.hover-link {
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
}

.hover-link:hover {
    color: #ffffff !important;
    transform: translateX(5px);
}

/* Social Media Icons */
.btn-social {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: 0.4s;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.02);
}

.btn-social:hover {
    background: #ffffff;
    color: #131718;
    border-color: #ffffff;
    transform: translateY(-5px);
}

/* WhatsApp Luxury Float - Glassmorphism */
.whatsapp-float {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 100px;
    padding: 15px 30px;
    z-index: 9999;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
}

.whatsapp-float:hover {
    background-color: #ffffff;
    color: #131718;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.my-float { font-size: 22px; margin-right: 12px; }
.wa-text { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; }

@media screen and (max-width: 768px) {
    .wa-text { display: none; }
    .whatsapp-float { padding: 18px; border-radius: 50%; bottom: 25px; right: 25px; }
    .my-float { margin-right: 0; }
}