/*-- -------------------------- -->
<---          Footer            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #cs-footer-269 {
        padding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
        background-color: #171e26;
    }
    #cs-footer-269 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    /* ---- Col 1 ---- */
    #cs-footer-269 .cs-logo-group {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }
    #cs-footer-269 .cs-logo {
        display: block;
        width: clamp(10rem, 18vw, 13rem);
        height: auto;
    }
    #cs-footer-269 .cs-logo-img {
        width: 100%;
        height: auto;
    }

    /* Contact detail list */
    #cs-footer-269 .cs-contact-details {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.625rem;
    }
    #cs-footer-269 .cs-contact-details li {
        list-style: none;
        display: flex;
        align-items: center;
        gap: 0.625rem;
        font-size: 0.9375rem;
        color: var(--bodyTextColorWhite);
    }
    #cs-footer-269 .cs-contact-details a {
        color: var(--bodyTextColorWhite);
        text-decoration: none;
        transition: color 0.3s;
    }
    #cs-footer-269 .cs-contact-details a:hover {
        color: var(--primary);
    }
    #cs-footer-269 .cs-detail-icon {
        width: 1rem;
        height: 1rem;
        flex-shrink: 0;
        stroke: var(--primary);
        stroke-width: 2;
    }

    /* Social row */
    #cs-footer-269 .cs-social-row {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }
    #cs-footer-269 .cs-follow-label {
        font-size: 0.9375rem;
        font-weight: 700;
        color: var(--bodyTextColorWhite);
        white-space: nowrap;
    }
    #cs-footer-269 .cs-social {
        display: flex;
        gap: 0.625rem;
    }
    #cs-footer-269 .cs-social-link {
        width: 2rem;
        height: 2rem;
        background-color: var(--primary);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s, transform 0.3s;
    }
    #cs-footer-269 .cs-social-link:hover {
        background-color: var(--primaryDark);
        transform: translateY(-2px);
    }
    #cs-footer-269 .cs-social-img {
        height: 0.75rem;
        width: auto;
        display: block;
    }

    /* CTA button */
    #cs-footer-269 .cs-cta-button {
        font-family: 'Outfit', sans-serif;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        text-decoration: none;
        text-align: center;
        padding: 1rem 1.5rem;
        background-color: var(--primary);
        color: #fff;
        border-radius: 0.375rem;
        display: block;
        transition: background-color 0.3s;
    }
    #cs-footer-269 .cs-cta-button:hover {
        background-color: var(--primaryDark);
    }

    /* ---- Col 2 & 3 ---- */
    #cs-footer-269 .cs-nav-group {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    #cs-footer-269 .cs-header {
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        display: block;
    }
    #cs-footer-269 .cs-nav {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    #cs-footer-269 .cs-nav-li {
        list-style: none;
    }
    #cs-footer-269 .cs-nav-link {
        font-size: 0.9375rem;
        text-decoration: none;
        color: var(--bodyTextColorWhite);
        line-height: 1.5em;
        position: relative;
        transition: color 0.3s;
    }
    #cs-footer-269 .cs-nav-link:hover {
        color: var(--primary);
    }

    /* ---- Col 4: Map ---- */
    #cs-footer-269 .cs-map-group {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    #cs-footer-269 .cs-map-wrap {
        width: 100%;
        border-radius: 0.5rem;
        overflow: hidden;
        border: 2px solid rgba(255,255,255,0.1);
    }
    #cs-footer-269 .cs-map-wrap iframe {
        display: block;
        width: 100%;
        height: 220px;
        border: 0;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #cs-footer-269 .cs-container {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 3rem 2rem;
    }
    #cs-footer-269 .cs-logo-group {
        width: 100%;
    }
    #cs-footer-269 .cs-cta-button {
        max-width: 16rem;
    }
    #cs-footer-269 .cs-nav-group {
        flex: 1;
        min-width: 10rem;
    }
    #cs-footer-269 .cs-map-group {
        width: 100%;
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #cs-footer-269 .cs-container {
        flex-wrap: nowrap;
        gap: 2rem;
        align-items: flex-start;
    }
    #cs-footer-269 .cs-logo-group {
        width: auto;
        min-width: 14rem;
        max-width: 18rem;
        flex-shrink: 0;
    }
    #cs-footer-269 .cs-nav-group {
        flex: 1;
    }
    #cs-footer-269 .cs-map-group {
        width: auto;
        min-width: 16rem;
        max-width: 22rem;
        flex-shrink: 0;
    }
}
