/* Footer Section */
.site-footer {
    background: #0a1c3a;
    color: #e2e8f0;
    padding-top: 0;
    font-family: 'Inter', sans-serif;
    position: relative;
}

/* Footer Wave */
.footer-wave {
    line-height: 0;
    overflow: hidden;
    margin-bottom: 0;
}
.footer-wave svg {
    display: block;
    width: 100%;
    height: 60px;
}


.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.5fr;
    gap: 40px;
    margin-bottom: 0;
}

.footer-col h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #f2a900;
    border-radius: 2px;
}

/* Custom Scrollbar */
html, body {
    scrollbar-width: thin;
    scrollbar-color: #f2a900 #f1f5f9;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9; 
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #f2a900; 
    border-radius: 8px;
    border: 3px solid #f1f5f9;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #d49400; 
}

.about-col .footer-logo {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
}

.about-col p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #cbd5e1;
    text-align: justify;
}

/* Trust Badges */
.footer-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.f-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(242, 169, 0, 0.12);
    border: 1px solid rgba(242, 169, 0, 0.3);
    color: #f2a900;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
}

.f-badge i {
    font-size: 11px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-links a:hover {
    background: #f2a900;
    color: #0a1c3a;
    transform: translateY(-3px);
    border-color: #f2a900;
}

.links-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-col ul li {
    margin-bottom: 15px;
}

.links-col ul li a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.links-col ul li a i {
    font-size: 12px;
    color: #f2a900;
    transition: transform 0.3s ease;
}

.links-col ul li a:hover {
    color: #f2a900;
    transform: translateX(5px);
}

/* Real Estate links */
.footer-re-links {
    list-style: none;
    padding: 0;
    margin: 0 0 5px;
}

.footer-re-links li {
    margin-bottom: 12px;
}

.footer-re-links li a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.footer-re-links li a i {
    color: #f2a900;
    font-size: 14px;
    width: 20px;
    text-align: center;
}

.footer-re-links li a:hover {
    color: #f2a900;
    transform: translateX(5px);
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.6;
}

.contact-info li i {
    color: #f2a900;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.contact-info li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info li a:hover {
    color: #f2a900;
}


.footer-bottom {
    background: rgba(0, 0, 0, 0.25);
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.copyright-text {
    font-size: 14px;
    color: #94a3b8;
    text-align: center;
}

.copyright-text a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright-text a:hover {
    color: #ffd55a;
}

.copyright-text strong {
    color: #ffffff;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: #94a3b8;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #f2a900;
}

.footer-bottom-links span {
    color: rgba(255,255,255,0.2);
    font-size: 12px;
}

@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-stats {
        gap: 10px;
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .footer-stats {
        flex-wrap: wrap;
        gap: 20px;
    }
    .footer-stat-divider {
        display: none;
    }
    .footer-stat-item {
        min-width: 45%;
    }
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
    .footer-bottom-links {
        justify-content: center;
    }
}

/* Scroll to Top Button */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 80px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transform: translateY(20px);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.stt-icon {
    width: 60px;
    height: 60px;
    background-color: #0B1E3D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f2a900;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 15px rgba(11, 30, 61, 0.4);
}

.stt-text {
    width: 50px;
    height: 50px;
    background-color: #f2a900;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 8px;
    font-size: 11px;
    font-weight: 800;
    color: #0B1E3D;
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(242, 169, 0, 0.4);
    opacity: 0;
}

.scroll-to-top:hover .stt-icon {
    transform: translateY(-8px);
}
.scroll-to-top:hover .stt-text {
    transform: translateY(30px);
    opacity: 1;
}

/* =========================================
   Floating Contact Buttons (Glassmorphism)
   ========================================= */
.floating-contact-btns {
    position: fixed;
    left: 18px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 9999;
}

.float-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-decoration: none;
    overflow: hidden;
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), border-radius 0.4s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.2);
}

.float-btn i {
    font-size: 22px;
    min-width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.float-btn-label {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: opacity 0.3s ease 0.1s, max-width 0.4s ease;
    padding-right: 0;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.3px;
}

.float-btn:hover {
    width: 145px;
    border-radius: 30px;
}

.float-btn:hover .float-btn-label {
    opacity: 1;
    max-width: 100px;
    padding-right: 14px;
}

.float-btn:hover i {
    transform: scale(1.1);
}

/* Ripple ring animation */
.float-btn-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid currentColor;
    opacity: 0;
    transform: scale(1);
    animation: ringPulse 2.5s ease-out infinite;
    pointer-events: none;
}

@keyframes ringPulse {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.9); opacity: 0; }
}

/* WhatsApp Button */
.whatsapp-btn {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.88), rgba(18, 161, 75, 0.95));
    color: #fff;
}
.whatsapp-btn .float-btn-ring { color: #25d366; }

/* Phone Button */
.phone-btn {
    background: linear-gradient(135deg, rgba(242, 169, 0, 0.88), rgba(200, 130, 0, 0.95));
    color: #fff;
}
.phone-btn .float-btn-ring {
    color: #f2a900;
    animation-delay: 1.2s;
}

@media (max-width: 768px) {

    /* Scroll to top button */
    .scroll-to-top {
        width: 38px;
        height: 55px;
        bottom: 12px;
        right: 12px;
    }
    .stt-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    .stt-text {
        width: 32px;
        height: 32px;
        font-size: 8px;
        padding-bottom: 5px;
        left: 3px;
        top: 3px;
    }
    .scroll-to-top:hover .stt-text {
        transform: translateY(20px);
    }

    .copyright-text {
        font-size: 12px;
    }

    /* Floating buttons - mobile */
    .floating-contact-btns {
        left: 10px;
        bottom: 20px;
        gap: 10px;
    }

    .float-btn {
        width: 42px;
        height: 42px;
    }

    .float-btn i {
        font-size: 18px;
        min-width: 42px;
        height: 42px;
    }

    .float-btn:hover {
        width: 130px;
    }

    .float-btn-label {
        font-size: 12px;
    }
}
