/* =========================================================
   KIYA LEARNING AUSTRALIA FOOTER
   MODERN EDUCATION THEME
========================================================= */

.footer {
    --kl-primary: #1558d6;
    --kl-primary-dark: #103c98;
    --kl-red: #ed3155;
    --kl-pink: #ff4f72;
    --kl-text: #737b8c;
    --kl-heading: #17213a;
    --kl-border: rgba(21, 88, 214, 0.10);

    position: relative;
    padding: 72px 0 0;
    overflow: hidden;
    color: var(--kl-text);
    background:
        linear-gradient(
            135deg,
            #f8fbff 0%,
            #ffffff 50%,
            #f7faff 100%
        );
}


/* =========================================================
   BACKGROUND DECORATION
========================================================= */

.footer::before {
    content: "";
    position: absolute;

    width: 520px;
    height: 520px;

    right: -260px;
    top: -280px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(21, 88, 214, 0.09) 0%,
            rgba(21, 88, 214, 0.03) 42%,
            transparent 72%
        );

    pointer-events: none;
}


.footer::after {
    content: "";
    position: absolute;

    width: 360px;
    height: 360px;

    left: -240px;
    bottom: -220px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(237, 49, 85, 0.08) 0%,
            rgba(237, 49, 85, 0.025) 48%,
            transparent 72%
        );

    pointer-events: none;
}


.footer-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}


.footer-glow-one {
    width: 100px;
    height: 100px;
    top: 100px;
    right: 18%;
    background: rgba(21, 88, 214, 0.05);
}


.footer-glow-two {
    width: 80px;
    height: 80px;
    bottom: 80px;
    left: 20%;
    background: rgba(237, 49, 85, 0.04);
}


/* =========================================================
   BRAND
========================================================= */

.footer-brand {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 11px;

    color: var(--kl-heading);
    text-decoration: none;
    line-height: 1;
}


.footer-brand:hover {
    color: var(--kl-heading);
}


.footer-brand .brand-mark {
    width: 46px;
    height: 46px;
    min-width: 46px;

    display: grid;
    place-items: center;

    border-radius: 12px;

    color: #fff;

    background:
        linear-gradient(
            145deg,
            var(--kl-red),
            var(--kl-primary)
        );

    box-shadow:
        0 10px 24px rgba(21, 88, 214, 0.18);

    transition: 0.3s ease;
}


.footer-brand:hover .brand-mark {
    transform: translateY(-3px) rotate(-3deg);
    box-shadow:
        0 14px 28px rgba(21, 88, 214, 0.22);
}


.footer-brand .brand-mark i {
    font-size: 21px;
}


.footer-brand-text {
    display: block;
}


.footer-brand strong {
    display: block;

    color: var(--kl-heading);

    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.5px;
}


.footer-brand small {
    display: block;

    margin-top: 5px;

    color: var(--kl-red);

    font-size: 6.8px;
    font-weight: 800;
    letter-spacing: 1.35px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.footer-text {
    position: relative;
    z-index: 2;

    max-width: 390px;

    margin: 21px 0 0;

    color: #747d8f;

    font-size: 12px;
    line-height: 1.85;
}


/* =========================================================
   SOCIAL
========================================================= */

.footer-social {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-top: 21px;
}


.footer-social a {
    width: 36px;
    height: 36px;

    display: grid;
    place-items: center;

    border: 1px solid var(--kl-border);
    border-radius: 9px;

    color: #5f6879;

    text-decoration: none;

    background: #fff;

    box-shadow:
        0 5px 18px rgba(31, 55, 100, 0.05);

    transition: all 0.25s ease;
}


.footer-social a:hover {
    color: #fff;

    background:
        linear-gradient(
            135deg,
            var(--kl-primary),
            var(--kl-red)
        );

    border-color: transparent;

    transform: translateY(-3px);

    box-shadow:
        0 9px 20px rgba(21, 88, 214, 0.18);
}


.footer-social i {
    font-size: 14px;
}


/* =========================================================
   LEARNING TAG
========================================================= */

.footer-learning-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-top: 20px;
    padding: 8px 11px;

    border: 1px solid rgba(21, 88, 214, 0.09);
    border-radius: 8px;

    color: #687286;

    background: rgba(21, 88, 214, 0.035);

    font-size: 9px;
    font-weight: 600;
}


.footer-learning-tag .tag-icon {
    width: 23px;
    height: 23px;

    display: grid;
    place-items: center;

    border-radius: 6px;

    color: #fff;

    background:
        linear-gradient(
            135deg,
            var(--kl-primary),
            var(--kl-red)
        );

    font-size: 11px;
}


/* =========================================================
   HEADINGS
========================================================= */

.footer h4 {
    position: relative;

    margin: 0 0 21px;

    color: var(--kl-heading);

    font-size: 14px;
    font-weight: 750;
}


.footer h4::after {
    content: "";

    display: block;

    width: 28px;
    height: 2px;

    margin-top: 9px;

    border-radius: 5px;

    background:
        linear-gradient(
            90deg,
            var(--kl-primary),
            var(--kl-red)
        );
}


/* =========================================================
   FOOTER LINKS
========================================================= */

.footer-links {
    list-style: none;

    padding: 0;
    margin: 0;
}


.footer-links li {
    margin: 0 0 10px;
}


.footer-links a {
    display: inline-flex;
    align-items: center;

    color: #737c8e;

    font-size: 11px;
    line-height: 1.5;

    text-decoration: none;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}


.footer-links a::before {
    content: "›";

    margin-right: 7px;

    color: var(--kl-primary);

    font-size: 14px;

    transition:
        transform 0.2s ease;
}


.footer-links a:hover {
    color: var(--kl-primary);

    transform: translateX(3px);
}


.footer-links a:hover::before {
    transform: translateX(2px);
}


/* =========================================================
   CONTACT
========================================================= */

.contact-list {
    list-style: none;

    padding: 0;
    margin: 0;
}


.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    margin-bottom: 13px;

    color: #727b8d;

    font-size: 10px;
    line-height: 1.55;

    word-break: break-word;
}


.contact-list li > div {
    min-width: 0;
    flex: 1;
}


.contact-list small {
    display: block;

    margin-bottom: 2px;

    color: #9aa2b1;

    font-size: 7px;
    font-weight: 700;

    letter-spacing: 0.6px;
    text-transform: uppercase;
}


.contact-list a {
    color: #5e687b;

    text-decoration: none;

    transition: color 0.2s ease;
}


.contact-list a:hover {
    color: var(--kl-primary);
}


.contact-list li > div > span {
    display: block;

    color: #5e687b;
}


/* =========================================================
   CONTACT ICON
========================================================= */

.contact-icon {
    width: 31px;
    height: 31px;
    min-width: 31px;

    display: grid;
    place-items: center;

    margin-top: -1px;

    border: 1px solid rgba(21, 88, 214, 0.10);

    border-radius: 8px;

    color: var(--kl-primary);

    background:
        rgba(21, 88, 214, 0.055);

    font-size: 12px;

    transition: all 0.25s ease;
}


.contact-list li:hover .contact-icon {
    color: #fff;

    border-color: transparent;

    background:
        linear-gradient(
            135deg,
            var(--kl-primary),
            var(--kl-red)
        );

    transform: translateY(-2px);
}


/* =========================================================
   CONTACT / BOOK FREE TRIAL BUTTON
========================================================= */

.footer-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    margin-top: 5px;

    padding: 10px 17px;

    border: 0;
    border-radius: 8px;

    color: #fff !important;

    background:
        linear-gradient(
            135deg,
            var(--kl-primary),
            var(--kl-red)
        );

    font-size: 10px;
    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 8px 20px rgba(21, 88, 214, 0.16);

    transition: all 0.25s ease;
}


.footer-contact-btn i {
    font-size: 11px;

    transition:
        transform 0.25s ease;
}


.footer-contact-btn:hover {
    color: #fff !important;

    transform: translateY(-2px);

    box-shadow:
        0 11px 24px rgba(21, 88, 214, 0.22);
}


.footer-contact-btn:hover i {
    transform: translate(2px, -2px);
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-top: 52px;

    padding: 18px 0;

    border-top:
        1px solid
        rgba(21, 88, 214, 0.09);

    color: #8b93a1;

    font-size: 9px;
}


.footer-copy strong {
    color: var(--kl-heading);
    font-weight: 700;
}


.footer-credit {
    display: flex;
    align-items: center;

    gap: 3px;

    color: #8a93a1;
}


.footer-credit span {
    transition: color 0.2s ease;
}


.footer-credit span:hover {
    color: var(--kl-primary);
}


.footer-credit i {
    color: var(--kl-red);
    font-size: 13px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .footer {
        padding-top: 60px;
    }

    .footer-text {
        max-width: 500px;
    }

    .footer-bottom {
        margin-top: 42px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .footer {
        padding-top: 50px;
    }

    .footer .row {
        --bs-gutter-y: 2.5rem;
    }

    .footer-brand .brand-mark {
        width: 42px;
        height: 42px;
        min-width: 42px;
    }

    .footer-brand strong {
        font-size: 19px;
    }

    .footer-text {
        margin-top: 18px;
        font-size: 11.5px;
        line-height: 1.75;
    }

    .footer-social {
        margin-top: 18px;
    }

    .footer-learning-tag {
        margin-top: 16px;
    }

    .footer h4 {
        margin-bottom: 16px;
        font-size: 13px;
    }

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a {
        font-size: 10px;
    }

    .contact-list li {
        font-size: 10px;
        margin-bottom: 11px;
    }

    .footer-contact-btn {
        margin-top: 2px;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;

        gap: 7px;

        margin-top: 38px;

        padding: 16px 0;
    }

    .footer-credit {
        text-align: left;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .footer {
        padding-top: 43px;
    }

    .footer .row {
        --bs-gutter-y: 2.15rem;
    }

    .footer-brand .brand-mark {
        width: 39px;
        height: 39px;
        min-width: 39px;

        border-radius: 10px;
    }

    .footer-brand strong {
        font-size: 18px;
    }

    .footer-brand small {
        font-size: 5.8px;
        letter-spacing: 1.15px;
    }

    .footer-text {
        font-size: 11px;
    }

    .footer-social a {
        width: 34px;
        height: 34px;
    }

    .footer-learning-tag {
        font-size: 8.5px;
    }

    .footer-bottom {
        font-size: 8.5px;
    }

}


/* =========================================================
   EXTRA SMALL DEVICES
========================================================= */

@media (max-width: 380px) {

    .footer {
        padding-top: 38px;
    }

    .footer .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .footer-brand strong {
        font-size: 17px;
    }

    .footer-brand small {
        font-size: 5.2px;
    }

    .footer-text {
        font-size: 10.5px;
    }

    .footer-social {
        gap: 6px;
    }

    .footer-social a {
        width: 32px;
        height: 32px;
    }

    .footer-contact-btn {
        width: 100%;
    }

}