
@import url('base.css');
/* ══════════════════════════════════
       FOOTER
    ══════════════════════════════════ */

.site-footer {
    background: linear-gradient(0deg, rgba(116, 131, 134, 0.10) 0%, rgba(116, 131, 134, 0.10) 100%), #FBF9FF;
    color: var(--vcc-dark);
    font-size: 14px;
    line-height: 1.6;
    padding: 0 0px 48px 0;
    padding-bottom: 0;
}

    .site-footer * {
        font-family: Outfit, Outfit-Regular;
    }

/* ── MAIN TOP AREA: left info + right nav ── */
.footer-main {
    display: grid;
    grid-template-columns: 334px 1fr;
    align-items: flex-start;
    gap: 24px;
    border-bottom: 1px solid var(--vcc-state-grey-light);
    padding-bottom: 48px;
    padding-top: 48px;
}

/* LEFT: logo, tagline, phone, socials */
.footer-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
    width: 260px;
}

/* Logo */
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

    .footer-logo img {
        width: 260px;
        height: 48px;
    }

.footer-logo-words {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

    .footer-logo-words .l1 {
        font-size: 18px;
        font-weight: 900;
        color: var(--vcc-dark);
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .footer-logo-words .l2 {
        font-size: 11px;
        font-weight: 600;
        color: var(--vcc-dark);
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

.site-footer .footer-contact {
    display: grid;
    gap: 8px;
}

.footer-tagline {
    color: var(--Shadow-Grey, #272932);
    font-family: Outfit, Outfit-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    margin-top: 24px;
    margin-bottom: 12px;
}

/* Phone button */
.footer-phone {
    display: grid;
    gap: 8px;
    border-radius: 4px;
    background: rgba(116, 131, 134, 0.20);
    color: var(--vcc-dark);
    text-decoration: none;
    padding: 9px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s, color 0.2s;
    grid-template-columns: auto auto;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

    .footer-phone:hover {
        background-color: var(--vcc-carmine);
        color: var(--vcc-white);
    }

    .footer-phone .ph-icon {
        color: var(--vcc-carmine);
        flex-shrink: 0;
    }

    .footer-phone:hover .ph-icon {
        color: var(--vcc-white);
    }

/* Social icons */
.footer-social {
    display: flex;
    align-items: center;
    /* gap: 7px;*/
    flex-wrap: wrap;
    justify-content: space-between;
}

    .footer-social a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        /*border-radius: 50%;*/
        border-radius: 4px;
        background: rgba(116, 131, 134, 0.20);
        color: var(--vcc-dark);
        text-decoration: none;
        transition: background 0.2s, color 0.2s;
    }

        .footer-social a:hover {
            background: var(--vcc-carmine);
            color: var(--vcc-white);
        }

    .footer-social svg {
        width: 22px;
        height: 22px;
        display: block;
    }

/* RIGHT: 3 nav columns */
.footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 24px;
    flex: 1;
    justify-items: end;
}

.footer-nav-col {
    width: 100%;
    max-width: 229px;
    justify-content: right;
}

    .footer-nav-col h4 {
        font-size: 18px;
        font-weight: 700;
        color: var(--vcc-dark);
        margin-bottom: 16px;
    }

    .footer-nav-col span.footer-heading {
        font-size: 18px;
        font-weight: 700;
        color: var(--vcc-dark);
        margin-bottom: 16px;
    }

    .footer-nav-col hr {
        border: none; /* Remove the default gray border */
        height: 2px; /* Control the thickness */
        background-color: rgba(116, 131, 134, 0.10);
        margin: 12px 0;
    }

    .footer-nav-col ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

        .footer-nav-col ul li {
            padding: 4px;
        }


            .footer-nav-col ul li a {
                color: var(--vcc-dark);
                text-decoration: none;
                font-size: 18px;
                transition: color 0.2s;
                text-decoration: underline;
            }

                .footer-nav-col ul li a:hover {
                    color: var(--vcc-carmine);
                    text-decoration: underline;
                }

/* ── DESIGNATION ── */
.footer-designation {
    border-bottom: 1px solid var(--vcc-state-grey-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 24px 0;
}

.footer-designation-body {
    flex: 1;
    padding: 24px 0;
}

    .footer-designation-body h5 {
        font-size: 18px;
        font-weight: 700;
        color: var(--vcc-dark);
        margin-bottom: 16px;
    }

    .footer-designation-body p {
        color: var(--Shadow-Grey, #272932);
        font-family: Outfit, Outfit-Regular;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 20.8px */
        max-width: 1056px;
    }

.footer-badges {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-shrink: 0;
    padding-top: 4px;
}

.badge-svg {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}

/* ── LAND ACKNOWLEDGEMENT ── */
.footer-land {
    border-bottom: 1px solid var(--vcc-state-grey-light);
    padding: 24px 0;
}

    .footer-land p, .footer-land p {
        max-width: 1104px;
    }



/* ── BOTTOM BAR ── */
.footer-bottom {
    padding: 16px var(--wrapper-padding);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 2px;
}

    .footer-legal-links a {
        color: var(--vcc-dark);
        text-decoration: none;
        font-size: 18px;
    }

        .footer-legal-links a:hover {
            color: var(--vcc-carmine);
        }

    .footer-legal-links .sep {
        color: var(--vcc-grey);
        padding: 0 7px;
        font-size: 13px;
    }

.footer-copy {
    color: var(--vcc-shadow-grey);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    font-family: Outfit, Outfit-Regular
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
}

/* ── BACK TO TOP ── */
.back-to-top {
    position: fixed;
    bottom: 64px;
    right: 28px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--vcc-state-grey);
    color: var(--vcc-white);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.18);
    transition: background 0.2s;
    z-index: 99;
    background-image: url('/Files/templates/main-2026/images/icons/icon-arrow-up.svg');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    visibility: hidden; /* Ensures it cannot be clicked while hidden */
    transform: translateY(30px);
}

    .back-to-top:hover {
        background: var(--vcc-carmine);
        background-image: url('/Files/templates/main-2026/images/icons/icon-arrow-up.svg');
        background-repeat: no-repeat;
        background-position: center;
    }


@media (max-width: 1140px) {

    .footer-main {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .footer-info {
        display: grid;
        grid-template-columns: auto auto;
        width: 100%;
        justify-content: space-between;
    }

    .site-footer .footer-contact {
        max-width: 260px;
    }

    .footer-social {
        gap: 3px;
    }

    .footer-nav {
        justify-items: flex-start;
    }
}

@media only screen and (max-width:1024px) {
    .site-footer section.wrapper {
        padding: 0 48px;
    }

    .footer-phone {
        font-size: 18px;
    }

    .footer-info {
        align-items: center;
    }

}
/* ══════════════════
       TABLET ≤ 860px
       Logo/contact stacks above nav, nav stays 3-col
    ══════════════════ */

@media (max-width: 960px) {
    .footer-info {
        display: grid;
        grid-template-columns: auto auto;
        width: 100%;
        justify-content: space-between;
    }

    .footer-tagline {
        margin-top: 0;
    }
}


@media (max-width: 628px) {
    :root {
        --wrapper-padding: 32px;
    }

    .footer-main {
        flex-direction: column;
        gap: 32px;
    }

    .footer-info {
        width: 100%;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .footer-nav {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .footer-nav-col {
        max-width: unset;
    }

    .footer-designation {
        flex-direction: column;
        gap: 24px;
    }

    .footer-badges {
        order: 1;
    }

    .footer-designation-body {
        order: 2;
    }

    .footer-nav-col ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .footer-legal-links a {
        font-size: 16px;
    }

    .footer-land p, .footer-land p, .footer-designation-body p {
        font-size: 14px;
    }

    .site-footer {
        padding: 32px 24px !important;
    }

        .site-footer .footer-badges img {
            width: 100px;
            height: 100px;
        }

    .footer-designation-body h5 {
        font-size: 16px;
    }

    .footer-nav-col ul li a {
        font-size: 16px;
    }

    .back-to-top {
        width: 48px;
        height: 48px;
        bottom: 24px;
    }

    .site-footer .footer-contact {
        width: 100%;
        max-width: 342px;
    }

    .footer-tagline {
        text-align: center;
    }
}

/* ══════════════════
       MOBILE ≤ 560px
       Nav collapses to 1-col
    ══════════════════ */
@media (max-width: 628px) {
    :root {
        --wrapper-padding: 20px;
    }

    .footer-nav {
        grid-template-columns: 1fr;
        gap: 28px 0;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-info {
        grid-template-columns: 1fr;
    }
    .site-footer section.wrapper {
        padding: 0 ;
    }
    .footer-main{
        padding-top:0;
        padding-bottom:0;
    }
    .footer-logo img {
        width: 260px;
        height: 48px;
        height: 40px;
    }
    .footer-designation {
        padding-bottom: 0;
        gap: 0;
    }
}
