/* ============================================================
   RAEES IMPORT & EXPORT
   FOOTER.CSS
   Ultra Premium Final Version
   File: /assets/css/layout/footer.css
   ============================================================ */


/* ============================================================
   01. FOOTER ROOT
   ============================================================ */

.site-footer {
    position: relative;
    width: 100%;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 8% 0%,
            rgba(196, 145, 63, 0.10),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 100%,
            rgba(196, 145, 63, 0.06),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #17130e 0%,
            #110f0c 48%,
            #18140f 100%
        );

    color: rgba(255, 255, 255, 0.72);

    border-top: 1px solid rgba(199, 151, 75, 0.20);

    isolation: isolate;
}


/* subtle premium light */

.site-footer::before {
    content: "";
    position: absolute;

    top: 0;
    left: 50%;

    width: min(1200px, 90%);
    height: 1px;

    transform: translateX(-50%);

    background: linear-gradient(
        90deg,
        transparent,
        rgba(214, 169, 92, 0.65),
        transparent
    );

    pointer-events: none;
}


/* ============================================================
   02. FOOTER MAIN
   ============================================================ */

.footer-main {
    position: relative;
    z-index: 1;

    padding: 78px 0 62px;
}


/* ============================================================
   03. GRID
   ============================================================ */

.footer-grid {
    display: grid;

    grid-template-columns:
        minmax(280px, 1.45fr)
        minmax(150px, 0.72fr)
        minmax(160px, 0.78fr)
        minmax(270px, 1.15fr);

    gap: 58px;

    align-items: start;
}


/* ============================================================
   04. ALL COLUMNS
   ============================================================ */

.footer-column {
    min-width: 0;
}

.footer-column ul,
.footer-column ol {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.footer-column li {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.footer-column a {
    text-decoration: none;
}


/* ============================================================
   05. COMPANY / LOGO
   ============================================================ */

.footer-company {
    max-width: 370px;
}

.footer-logo {
    display: inline-flex;
    flex-direction: column;

    margin: 0 0 20px;

    color: #ffffff;

    text-decoration: none;

    line-height: 1;
}

.footer-logo-main {
    display: block;

    margin-bottom: 7px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 27px;
    font-weight: 600;
    line-height: 1;

    letter-spacing: 0.055em;

    color: #ffffff;
}

.footer-logo-sub {
    display: block;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 0.24em;
    text-transform: uppercase;

    color: #c9974b;
}


/* ============================================================
   06. COMPANY DESCRIPTION
   ============================================================ */

.footer-description {
    max-width: 355px;

    margin: 0 0 25px;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.85;

    color: rgba(255, 255, 255, 0.62);
}


/* ============================================================
   07. COMPANY META
   ============================================================ */

.footer-company-meta {
    display: flex;
    flex-direction: column;

    gap: 11px;

    margin-top: 4px;
}

.footer-meta-item {
    display: flex;
    align-items: flex-start;

    gap: 11px;

    font-size: 13px;
    line-height: 1.55;

    color: rgba(255, 255, 255, 0.68);
}

.footer-meta-item i {
    flex: 0 0 18px;

    width: 18px;

    margin-top: 3px;

    text-align: center;

    font-size: 13px;

    color: #c9974b;
}


/* ============================================================
   08. SOCIAL ICONS
   ============================================================ */

.footer-social {
    display: flex;
    flex-wrap: wrap;

    gap: 10px;

    margin-top: 25px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    border: 1px solid rgba(201, 151, 75, 0.20);
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.035);

    color: #d4a55b;

    font-size: 14px;

    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease;
}

.footer-social a:hover {
    transform: translateY(-3px);

    background: #c9974b;
    border-color: #c9974b;

    color: #15110c;
}


/* ============================================================
   09. COLUMN TITLES
   ============================================================ */

.footer-title {
    position: relative;

    margin: 0 0 27px;
    padding: 0 0 15px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;

    color: #ffffff;
}

.footer-title::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 38px;
    height: 2px;

    border-radius: 999px;

    background: linear-gradient(
        90deg,
        #d4a55b,
        rgba(212, 165, 91, 0.15)
    );
}


/* ============================================================
   10. QUICK LINKS / PRODUCT LINKS
   ============================================================ */

.footer-links {
    display: flex;
    flex-direction: column;

    gap: 4px;
}

.footer-links li {
    display: block;
}

.footer-links a {
    position: relative;

    display: inline-flex;
    align-items: center;

    gap: 9px;

    padding: 7px 0;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;

    color: rgba(255, 255, 255, 0.67);

    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.footer-links a i {
    width: 10px;

    font-size: 10px;

    color: #c9974b;

    transition: transform 0.25s ease;
}

.footer-links a:hover {
    color: #ffffff;

    transform: translateX(4px);
}

.footer-links a:hover i {
    transform: translateX(2px);
}


/* ============================================================
   11. CONTACT LIST
   ============================================================ */

.footer-contact-list {
    display: flex;
    flex-direction: column;

    gap: 15px;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.footer-contact-list > li {
    display: grid;

    grid-template-columns: 42px minmax(0, 1fr);

    gap: 13px;

    align-items: start;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.footer-contact-list > li::before,
.footer-contact-list > li::marker {
    content: none !important;
    display: none !important;
}


/* contact icon */

.footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    border: 1px solid rgba(201, 151, 75, 0.22);
    border-radius: 12px;

    background:
        linear-gradient(
            145deg,
            rgba(201, 151, 75, 0.12),
            rgba(201, 151, 75, 0.035)
        );

    color: #d4a55b;

    font-size: 14px;

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}


/* contact content */

.footer-contact-list > li > span:last-child {
    display: flex;
    flex-direction: column;

    min-width: 0;

    padding-top: 1px;
}

.footer-contact-list small {
    display: block;

    margin: 0 0 4px;

    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;

    letter-spacing: 0.12em;
    text-transform: uppercase;

    color: #c9974b;
}

.footer-contact-list a,
.footer-contact-list address {
    display: block;

    margin: 0;

    font-family: inherit;
    font-style: normal;

    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.6;

    color: rgba(255, 255, 255, 0.72);

    overflow-wrap: anywhere;
    word-break: normal;

    transition: color 0.25s ease;
}

.footer-contact-list a:hover {
    color: #ffffff;
}


/* ============================================================
   12. FOOTER BOTTOM
   ============================================================ */

.footer-bottom {
    position: relative;
    z-index: 1;

    border-top: 1px solid rgba(255, 255, 255, 0.075);

    background: rgba(0, 0, 0, 0.14);
}

.footer-bottom-inner {
    min-height: 78px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}

.footer-copyright {
    margin: 0;

    font-size: 12.5px;
    line-height: 1.6;

    color: rgba(255, 255, 255, 0.50);
}


/* ============================================================
   13. POLICY LINKS
   ============================================================ */

.footer-policy-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 0;
}

.footer-policy-links a {
    position: relative;

    padding: 3px 13px;

    font-size: 12.5px;
    line-height: 1.5;

    color: rgba(255, 255, 255, 0.55);

    text-decoration: none;

    transition: color 0.25s ease;
}

.footer-policy-links a:first-child {
    padding-left: 0;
}

.footer-policy-links a:last-child {
    padding-right: 0;
}

.footer-policy-links a:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;
    top: 50%;

    width: 1px;
    height: 11px;

    transform: translateY(-50%);

    background: rgba(255, 255, 255, 0.17);
}

.footer-policy-links a:hover {
    color: #d4a55b;
}


/* ============================================================
   14. WHATSAPP FLOAT
   ============================================================ */

.whatsapp-float {
    position: fixed;

    right: 24px;
    bottom: 24px;

    z-index: 999;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 52px;

    padding: 0 20px;

    border-radius: 999px;

    background: #25d366;

    color: #ffffff !important;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none !important;

    box-shadow:
        0 12px 35px rgba(37, 211, 102, 0.28),
        0 4px 12px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.whatsapp-float i {
    font-size: 19px;
}

.whatsapp-float:hover {
    transform: translateY(-4px);

    box-shadow:
        0 16px 40px rgba(37, 211, 102, 0.34),
        0 5px 14px rgba(0, 0, 0, 0.20);
}


/* ============================================================
   15. BACK TO TOP
   ============================================================ */

.back-to-top {
    position: fixed;

    left: 24px;
    bottom: 24px;

    z-index: 999;

    width: 48px;
    height: 48px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 0;
    border-radius: 50%;

    background: #dca536;

    color: #15110c;

    font-size: 15px;

    cursor: pointer;

    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.20);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.back-to-top:hover {
    transform: translateY(-4px);

    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.25);
}


/* ============================================================
   16. TABLET
   ============================================================ */

@media (max-width: 1100px) {

    .footer-main {
        padding: 68px 0 54px;
    }

    .footer-grid {
        grid-template-columns:
            minmax(0, 1.25fr)
            minmax(0, 0.75fr)
            minmax(0, 0.85fr);

        gap: 48px 38px;
    }

    .footer-company {
        max-width: none;
    }

    .footer-contact {
        grid-column: 1 / -1;
    }

    .footer-contact-list {
        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 20px 34px;
    }

}


/* ============================================================
   17. TABLET / MOBILE
   ============================================================ */

@media (max-width: 820px) {

    .footer-main {
        padding: 58px 0 48px;
    }

    .footer-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 45px 34px;
    }

    .footer-company,
    .footer-contact {
        grid-column: 1 / -1;
    }

    .footer-description {
        max-width: 600px;
    }

    .footer-bottom-inner {
        min-height: auto;

        padding: 24px 0;

        flex-direction: column;

        align-items: flex-start;

        gap: 13px;
    }

}


/* ============================================================
   18. MOBILE
   ============================================================ */

@media (max-width: 575px) {

    .footer-main {
        padding: 50px 0 40px;
    }

    .footer-grid {
        grid-template-columns: 1fr;

        gap: 38px;
    }

    .footer-company,
    .footer-contact {
        grid-column: auto;
    }

    .footer-logo-main {
        font-size: 24px;
    }

    .footer-description {
        font-size: 13.5px;
        line-height: 1.75;
    }

    .footer-title {
        margin-bottom: 21px;

        font-size: 17px;
    }

    .footer-contact-list {
        display: flex;
        flex-direction: column;

        gap: 16px;
    }

    .footer-contact-list > li {
        grid-template-columns: 40px minmax(0, 1fr);

        gap: 12px;
    }

    .footer-contact-icon {
        width: 40px;
        height: 40px;

        border-radius: 11px;
    }

    .footer-links a {
        padding: 6px 0;

        font-size: 13.5px;
    }

    .footer-policy-links {
        gap: 8px 0;
    }

    .footer-policy-links a {
        padding: 2px 9px;

        font-size: 12px;
    }

    .footer-policy-links a:first-child {
        padding-left: 0;
    }

    .footer-bottom-inner {
        padding: 21px 0 25px;
    }

    .footer-copyright {
        font-size: 12px;
    }

    .whatsapp-float {
        right: 15px;
        bottom: 15px;

        min-width: 48px;
        min-height: 48px;

        width: 48px;
        height: 48px;

        padding: 0;

        border-radius: 50%;
    }

    .whatsapp-float-label {
        display: none;
    }

    .whatsapp-float i {
        font-size: 20px;
    }

    .back-to-top {
        left: 15px;
        bottom: 15px;

        width: 46px;
        height: 46px;
    }

}


/* ============================================================
   19. VERY SMALL MOBILE
   ============================================================ */

@media (max-width: 380px) {

    .footer-main {
        padding-top: 44px;
    }

    .footer-grid {
        gap: 34px;
    }

    .footer-contact-list a,
    .footer-contact-list address {
        font-size: 13px;
    }

    .footer-policy-links {
        flex-direction: column;
        align-items: flex-start;

        gap: 6px;
    }

    .footer-policy-links a {
        padding: 0;
    }

    .footer-policy-links a::after {
        display: none !important;
    }

}


/* ============================================================
   20. ACCESSIBILITY
   ============================================================ */

.footer-links a:focus-visible,
.footer-contact-list a:focus-visible,
.footer-policy-links a:focus-visible,
.footer-social a:focus-visible,
.footer-logo:focus-visible,
.whatsapp-float:focus-visible,
.back-to-top:focus-visible {

    outline: 2px solid #d4a55b;
    outline-offset: 4px;
}


/* ============================================================
   21. REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .footer-links a,
    .footer-links a i,
    .footer-contact-list a,
    .footer-policy-links a,
    .footer-social a,
    .whatsapp-float,
    .back-to-top {

        transition: none !important;
    }

}