@charset "UTF-8";

/* Compact, responsive site footer shared by Khmer and English pages. */
#bs-1529739293881 {
    position: relative;
    padding: 0 !important;
    background: #253d6b;
    border-top: 4px solid #f7c221;
}

#bs-1529739293881 > .container {
    max-width: none;
    padding: 0;
}

#bs-1529739293881 .mod-sppagebuilder,
#bs-1529739293881 .sppb-row-container,
#bs-1529739293881 .sppb-column-addons,
#bs-1529739293881 .sppb-addon-content {
    width: 100%;
    max-width: none;
    padding: 0;
}

.rtc-footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 42px 20px 34px;
    color: #fff;
    font-family: "Noto Sans Khmer", "Battambang", "Khmer OS Battambang", Arial, sans-serif;
}

.rtc-footer__grid {
    display: grid;
    grid-template-columns: 1.1fr 1.35fr 1fr;
    gap: 0;
}

.rtc-footer__column {
    min-width: 0;
    padding: 0 34px;
}

.rtc-footer__column:first-child {
    padding-left: 0;
}

.rtc-footer__column:last-child {
    padding-right: 0;
}

.rtc-footer__column + .rtc-footer__column {
    border-left: 1px solid rgba(255, 255, 255, .17);
}

.rtc-footer__brand-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    text-decoration: none;
}

.rtc-footer__logo {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    object-fit: contain;
    padding: 5px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 22px rgba(4, 24, 58, .22);
}

.rtc-footer__school-name {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.85;
}

.rtc-footer__summary {
    max-width: 370px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.9;
}

.rtc-footer .rtc-footer__title {
    position: relative;
    margin: 0 0 18px !important;
    padding: 2px 0 10px !important;
    color: #ffd34e !important;
    font-family: "Noto Sans Khmer", "Battambang", "Khmer OS Battambang", Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.8 !important;
    text-transform: none !important;
}

.rtc-footer .rtc-footer__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 2px;
    border-radius: 999px;
    background: #f7c221;
}

.rtc-footer__list,
.rtc-footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rtc-footer__list li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: start;
    margin-bottom: 12px;
}

.rtc-footer__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-top: 1px;
    border-radius: 9px;
    color: #f7c221;
    background: rgba(255, 255, 255, .09);
    font-size: 13px;
}

.rtc-footer__text,
.rtc-footer__list a,
.rtc-footer__links a {
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 1.9;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.rtc-footer__list a:hover,
.rtc-footer__list a:focus-visible,
.rtc-footer__links a:hover,
.rtc-footer__links a:focus-visible {
    color: #f7c221;
}

.rtc-footer__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
}

.rtc-footer__links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rtc-footer__links a::before {
    content: "";
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: #f7c221;
}

.rtc-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.rtc-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    font-size: 16px;
    text-decoration: none;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.rtc-footer__social a:hover,
.rtc-footer__social a:focus-visible {
    color: #253d6b;
    background: #f7c221;
    border-color: #f7c221;
    transform: translateY(-2px);
}

#fs-1528971627712 {
    padding: 16px 20px !important;
    background: #20365e;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

#fs-1528971627712 .astroid-footer {
    color: rgba(255, 255, 255, .82);
    font-family: "Noto Sans Khmer", "Battambang", "Khmer OS Battambang", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 991.98px) {
    .rtc-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 32px;
    }

    .rtc-footer__column {
        padding: 0 26px;
    }

    .rtc-footer__brand {
        grid-column: 1 / -1;
        padding: 0 0 28px;
        border-bottom: 1px solid rgba(255, 255, 255, .17);
    }

    .rtc-footer__contact {
        padding-left: 0;
        border-left: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .rtc-footer {
        padding: 32px 18px 26px;
    }

    .rtc-footer__grid {
        grid-template-columns: 1fr;
        row-gap: 26px;
    }

    .rtc-footer__column,
    .rtc-footer__column:first-child,
    .rtc-footer__column:last-child {
        padding: 0 0 24px;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }

    .rtc-footer__column:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .rtc-footer .rtc-footer__title {
        margin-bottom: 14px !important;
        font-size: 17px !important;
        line-height: 1.8 !important;
    }

    .rtc-footer__school-name {
        font-size: 16px;
    }

    .rtc-footer__text,
    .rtc-footer__list a,
    .rtc-footer__links a {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .rtc-footer__brand-link {
        align-items: flex-start;
    }

    .rtc-footer__logo {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
    }

    .rtc-footer__links {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .rtc-footer__social a {
        transition: none;
    }
}
