/*
Theme Name: Astra Child
Theme URI: https://yourwebsite.com
Description: Child theme for Parent Theme
Author: Your Name
Author URI: https://yourwebsite.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Add your custom CSS below */

/* ===============================
   FOOTER BASE
================================ */
.site-footer {
    background: linear-gradient(135deg, #061a33 0%, #020f20 100%);
    color: #a9b7c6;
    font-family: "Inter", sans-serif;
}

/* ===============================
   FOOTER WRAPPER
================================ */
.custom-footer-widgets {
    padding: 90px 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}

/* ===============================
   WIDGET TITLES
================================ */
.footer-col .widget-title,
.footer-col h3 {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 28px;
    position: relative;
}

.footer-col .widget-title::after,
.footer-col h3::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background-color: #d4a437;
    margin-top: 12px;
}

/* ===============================
   TEXT CONTENT
================================ */
.footer-col p {
    font-size: 15px;
    line-height: 1.8;
    color: #a9b7c6;
    margin-bottom: 14px;
}

.footer-about p:first-child {
    margin-bottom: 22px;
}

/* ===============================
   LINKS
================================ */
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 14px;
}

.footer-col a {
    color: #a9b7c6;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: #ffffff;
}

/* ===============================
   ICONS (CONTACT)
================================ */
.footer-about i {
    color: #d4a437;
    margin-right: 10px;
    font-size: 14px;
}

/* ======================*/


/* ======================================
   MOBILE FOOTER – FINAL FIX
====================================== */
@media (max-width: 600px) {

    /* Footer padding */
    .custom-footer-widgets {
        padding: 55px 18px 65px;
    }

    /* Single column layout */
    .footer-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    /* Section titles */
    .footer-col .widget-title,
    .footer-col h3 {
        font-size: 22px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 20px;
        position: relative;
    }

    /* Gold underline */
    .footer-col .widget-title::after,
    .footer-col h3::after {
        content: "";
        width: 34px;
        height: 2px;
        background: #d4a437;
        display: block;
        margin-top: 10px;
    }

    /* Remove bullets */
    .footer-col ul {
        list-style: none !important;
        padding-left: 0 !important;
        margin: 0;
    }

    /* List spacing */
    .footer-col ul li {
        margin-bottom: 14px;
    }

    /* Body text */
    .footer-col p {
        font-size: 15px;
        line-height: 1.8;
        color: #a9b7c6;
        margin-bottom: 14px;
    }

    /* Contact rows */
    .footer-about p {
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-about i {
        color: #d4a437;
        font-size: 14px;
        margin-top: 4px;
        min-width: 16px;
    }

    /* Links */
    .footer-col a {
        font-size: 15px;
        color: #a9b7c6;
    }

    /* CTA block spacing */
    .footer-cta {
        padding-top: 10px;
    }

    .footer-cta p {
        font-size: 15px;
        line-height: 1.7;
        color: #cfd8e3;
        margin-bottom: 22px;
    }

    /* CTA button */
    .footer-cta a {
        width: 100%;
        display: block;
        text-align: center;
        padding: 14px 20px;
        font-size: 13px;
        letter-spacing: 1px;
        border: 2px solid #d4a437;
        color: #d4a437;
        border-radius: 4px;
    }

    .footer-cta a:hover {
        background: #d4a437;
        color: #061a33;
    }
}


.site-footer {
    background: linear-gradient(180deg, #061a33 0%, #031224 100%);
    color: #cfd8e3;
}

/* Footer widgets */
.footer-widget-area {
    padding: 70px 0 60px;
}

.footer-widget-area h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.footer-widget-area h3::after {
    content: "";
    width: 35px;
    height: 2px;
    background: #d4a437;
    display: block;
    margin-top: 10px;
}

/* Footer text */
.footer-widget-area p {
    font-size: 15px;
    line-height: 1.7;
    color: #a9b7c6;
}

/* Footer links */
.footer-widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget-area ul li {
    margin-bottom: 12px;
}

.footer-widget-area a {
    color: #a9b7c6;
    text-decoration: none;
    font-size: 15px;
}

.footer-widget-area a:hover {
    color: #ffffff;
}

/* Contact icons */
.footer-contact i {
    color: #d4a437;
    margin-right: 10px;
}

/* CTA Button */
.footer-cta-btn {
    display: inline-block;
    padding: 14px 30px;
    border: 2px solid #d4a437;
    color: #d4a437;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 25px;
}

.footer-cta-btn:hover {
    background: #d4a437;
    color: #061a33;
}

/* ==============================
   TRUST / BADGES SECTION
============================== */

.footer-trust {
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 30px 0;
    text-align: center;
}

.footer-trust h4 {
    color: #d4a437;
    margin-bottom: 15px;
}

.footer-trust img {
    height: 35px;
    margin: 0 10px;
    opacity: 0.85;
}

/* ==============================
   BOTTOM FOOTER
============================== */

.footer-bottom {
    padding: 25px 0;
    text-align: center;
    font-size: 14px;
    color: #8fa3b8;
}

