@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

/* ── Footer wrapper ───────────────────────────────── */
.footer-section {
    min-height: unset;
    background: linear-gradient(135deg, #4e5270 0%, #6C708D 60%, #555a78 100%);
    position: relative;
    padding: 2.2rem 2rem 0;
}

/* ── Container ────────────────────────────────────── */
.footer-section>.footer_container {
    max-width: 1170px;
    margin: 0 auto;
}

/* ── Top row: logo + about + links ───────────────── */
.footer_section11 {
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1.4rem;
}

/* ── Column widths ───────────────────────────────── */
.logo_section {
    width: 18%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
}

.about_section {
    width: 42%;
}

.otherPages_section {
    width: 18%;
}

.QuickLins_section {
    width: 18%;
}

/* ── Logo image ──────────────────────────────────── */
.logo_section .logImg {
    max-height: 80px !important;
    width: auto;
    object-fit: contain;
}

/* ── Column headings ─────────────────────────────── */
.section_heading {
    color: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0.8rem;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid rgba(22, 198, 255, 0.35);
}

/* ── About paragraph ─────────────────────────────── */
.about_section p {
    color: #c8cce0 !important;
    font-family: 'Karla', sans-serif !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin: 0;
}

/* ── Nav list ────────────────────────────────────── */
.listing {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0.55rem;
}

.listing>li>a {
    text-decoration: none;
    color: #c8cce0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.2s ease;
}

.listing>li>a:hover {
    color: #16C6FF;
}

.listing>li>a>span>i {
    color: #16C6FF;
    font-size: 11px;
}

/* ── Contact + divider row ───────────────────────── */
.footer_section12 {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 0;
    margin-top: 0;
}

.footer_contact {
    display: flex;
    gap: 2rem;
}

.footer_contact>div {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #c8cce0;
}

.footer_contact>div h6 {
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    color: #c8cce0;
}

/* ── Contact icons ───────────────────────────────── */
.footer_icon {
    height: 2.1rem;
    width: 2.1rem;
    border: 1px solid #16C6FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: white;
    background: #16C6FF;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    flex-shrink: 0;
}

.footer_icon:hover {
    background: transparent;
    color: #16C6FF;
    transform: translateY(-2px);
}

/* ── Copyright bar ───────────────────────────────── */
.footer_section2 {
    margin: 0 -2rem;
    padding: 0.55rem 2rem;
    text-align: center;
}

.footer_section2 h6 {
    margin: 0 !important;
    color: #b0b4cc !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    font-family: 'Karla', sans-serif !important;
}

.footer_section2 h6 a {
    color: #16C6FF !important;
    text-decoration: none;
}

.footer_section2 h6 a:hover {
    text-decoration: underline;
}

/* ── Responsive ──────────────────────────────────── */
@media screen and (max-width: 1063px) {
    .footer-section {
        padding: 1.8rem 1.5rem 0;
    }

    .footer_section2 {
        margin: 0 -1.5rem;
        padding: 0.55rem 1.5rem;
    }
}

@media screen and (max-width: 765px) {
    .footer-section {
        padding: 1.5rem 1.2rem 0;
    }

    .footer_section11 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }

    .about_section,
    .logo_section,
    .otherPages_section,
    .QuickLins_section {
        width: 100%;
    }

    .footer_section12 {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }

    .footer_contact {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .footer_section2 {
        margin: 0 -1.2rem;
        padding: 0.55rem 1.2rem;
    }
}

@media screen and (max-width: 440px) {
    .footer_section11 {
        grid-template-columns: 1fr;
    }

    .footer_contact {
        flex-direction: column;
    }
}