.footer-premium-redesign {
    background-color: #132f57;
    /* Rich deep premium slate */
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1.5px, transparent 1.5px);
    background-size: 20px 20px;
    color: #e2e8f0;
    padding: 70px 0 0;
    font-family: 'Outfit', 'Inter', sans-serif;
    border-top: 1px solid rgba(208, 174, 107, 0.2);
    position: relative;
    overflow: hidden;
}

/* Background Architectural Coordinates (Before & After) */
.footer-premium-redesign::before {
    content: '';
    position: absolute;
    top: -120px;
    left: -120px;
    width: 320px;
    height: 320px;
    border: 1px dashed rgba(208, 174, 107, 0.2);
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.01),
        0 0 0 40px rgba(208, 174, 107, 0.05),
        0 0 0 80px rgba(255, 255, 255, 0.02);
    pointer-events: none;
    z-index: 0;
}

.footer-premium-redesign::after {
    content: '';
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    box-shadow: 0 0 0 30px rgba(208, 174, 107, 0.04),
        0 0 0 60px rgba(255, 255, 255, 0.01),
        0 0 0 100px rgba(208, 174, 107, 0.02);
    pointer-events: none;
    z-index: 0;
}

.footer-premium-redesign .container {
    position: relative;
    text-align: center;
    z-index: 1;
}

/* Top RERA Banner */
.f-rera-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, rgba(208, 174, 107, 0.05) 0%, rgba(11, 15, 23, 0.2) 100%);
    border: 1px solid rgba(208, 174, 107, 0.2);
    border-radius: 16px;
    padding: 25px 40px;
    margin-bottom: 55px;
    gap: 30px;
    position: relative;
    overflow: hidden;
}

.f-rera-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #d0ae6b;
}

.f-rera-banner-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.f-rera-badge-icon {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, rgba(208, 174, 107, 0.15), rgba(208, 174, 107, 0.03));
    border: 1.5px solid #d0ae6b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d0ae6b;
    font-size: 22px;
    flex-shrink: 0;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    /* Hexagon Shape */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 10px rgba(208, 174, 107, 0.15);
}

.f-rera-banner:hover .f-rera-badge-icon {
    transform: rotate(360deg) scale(1.1);
    background: linear-gradient(135deg, #d0ae6b, #f3e5c8);
    color: #0b0f17;
    box-shadow: 0 6px 15px rgba(208, 174, 107, 0.35);
}

.f-rera-details {
    display: flex;
    flex-direction: column;
}

.f-rera-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d0ae6b;
    font-weight: 700;
    margin-bottom: 4px;
}

.f-rera-number {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.f-rera-banner-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.f-rera-scan-text {
    text-align: right;
}

.f-rera-scan-title {
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 2px;
}

.f-rera-scan-subtitle {
    font-size: 11px;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.f-rera-qr-box {
    background: #ffffff;
    padding: 0;
    border-radius: 10px;
    width: 96px;
    height: 96px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.f-rera-qr-box:hover {
    transform: scale(1.06);
}

.f-rera-qr-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Grid Layout */
.footer-minimal-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr 1.3fr 1.1fr;
    gap: 40px;
    margin-bottom: 50px;
}

/* Brand Column */
.f-brand-logo img {
    max-width: 258px;
    margin-bottom: 25px;
    /* filter: brightness(0) invert(1); */
    transition: transform 0.3s ease;
}

.f-brand-logo:hover img {
    transform: scale(1.02);
}

.f-brand-desc {
    /* font-size: 14.5px; */
    line-height: 1.8;
    color: #cbd5e1;
    margin-bottom: 25px;
}

.f-social-list {
    display: flex;
    gap: 12px;
}

.f-social-list a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    /* Squircle design */
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(208, 174, 107, 0.15);
    color: #cbd5e1;
    font-size: 14px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.f-social-list a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(135deg, #d0ae6b, #f3e5c8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    z-index: -1;
}

.f-social-list a i {
    transition: all 0.4s ease;
}

.f-social-list a:hover {
    color: #0b0f17;
    border-color: #d0ae6b;
    transform: translateY(-4px) rotate(360deg);
    box-shadow: 0 6px 15px rgba(208, 174, 107, 0.35);
}

.f-social-list a:hover::before {
    width: 150%;
    height: 150%;
}

/* Column Headers */
.f-col-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
}

.f-col-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background-color: #d0ae6b;
    transition: width 0.3s ease;
}

.footer-minimal-grid>div:hover .f-col-title::after {
    width: 35px;
}

/* Explore Links */
.f-clean-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}

.f-clean-links li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 15px;
}

.f-clean-links li a::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #d0ae6b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.3s ease;
}

.f-clean-links li a:hover {
    color: #d0ae6b;
    padding-left: 20px;
}

.f-clean-links li a:hover::before {
    transform: translateX(4px) scale(1.25);
    color: #ffffff;
}

/* Contact Details */
.f-contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.f-contact-info-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14.5px;
}

.f-contact-icon-wrapper {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(208, 174, 107, 0.05);
    border: 1px solid rgba(208, 174, 107, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d0ae6b;
    /* font-size: 13px; */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-shrink: 0;
}

.f-contact-info-list li:hover .f-contact-icon-wrapper {
    background: #d0ae6b;
    border-color: #d0ae6b;
    color: #0b0f17;
    transform: translateY(-2px) scale(1.1);
    box-shadow: 0 5px 12px rgba(208, 174, 107, 0.25);
}

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

.f-contact-info-list li a:hover {
    color: #d0ae6b;
}

/* Footer Copyright Bottom */
.footer-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px 0;
    margin-top: 20px;
}

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

.footer-bottom-bar p.f-copyright {
    margin: 0;
    font-size: 15px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-bottom-bar span {
    color: #d0ae6b;
    font-weight: 500;
}

.f-pvot-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 10px;
}

.f-pvot-logo {
    height: 14px;
    width: auto;
    vertical-align: middle;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.f-pvot-logo:hover {
    opacity: 1;
}

/* Project By Column Layout */
.f-project-by-column-logos {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.project-column-card {
    background: #ffffff;
    padding: 8px 10px;
    border-radius: 10px;
    border: 3px solid rgb(197 162 84);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    max-width: 180px;
}

.project-column-card img {
    width: auto;
    object-fit: contain;
    height: 110px;
}

.project-column-card:hover {
    transform: translateY(-3px);
    border-color: #d0ae6b;
    box-shadow: 0 8px 20px rgba(208, 174, 107, 0.25);
}

@media (max-width: 767px) {
    .footer-bottom-container {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 15px;
    }

    .project-column-card img {
        height: 80px;
    }

    .footer-bottom-bar p.f-copyright {
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    }

    .footer-premium-redesign .container {
        text-align: left;
    }

    .f-pvot-wrap {
        margin-left: 0;
        margin-top: 5px;
    }

    .f-project-by-column-logos {
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 15px;
    }

}

/* Responsive */
@media (max-width: 991px) {
    .f-rera-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
        gap: 20px;
    }

    .f-rera-banner-right {
        width: 100%;
        justify-content: space-between;
    }

    .f-rera-scan-text {
        text-align: left;
    }

    .footer-minimal-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .f-brand-logo img {
        max-width: 190px;
    }
}

@media (max-width: 767px) {
    .footer-premium-redesign {
        padding: 50px 0 0;
    }

    .f-rera-banner {
        padding: 20px;
        margin-bottom: 40px;
    }

    .f-rera-banner-left {
        gap: 15px;
    }

    .f-rera-number {
        font-size: 13px;
    }

    .footer-minimal-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        margin-bottom: 40px;
    }
}

@media (max-width: 485px) {
    .f-rera-banner-left {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}