:root {
    --color1: #1F3B5D;
    --color2: #FBD405;
    --color3: #0b2a4a;
    --color4: #ffffff;
    --color5: rgba(255, 255, 255, 0.15);
    --color8: #E8EAF0;
}

/* BASE */
body {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 88px;
}

/* NAVBAR */
.fti-navbar {
    background: linear-gradient(90deg, #08264b, var(--color1));
    min-height: 88px;
}

.fti-navbar-container {
    padding: 0 48px;
}

/* LOGO */
.fti-navbar-logo {
    height: 46px;
}

/* MENU */
.fti-navbar-menu {
    gap: 16px;
}

/* LINK */
.fti-navbar .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--color4);
    padding: 28px 7px;
    position: relative;
    letter-spacing: -0.15px;
    line-height: 1;
}

.fti-navbar .dropdown-toggle::after {
    margin-left: 5px;
    font-size: 10px;
    vertical-align: 1px;
}

.fti-navbar .nav-link:hover,
.fti-navbar .nav-link.active {
    color: var(--color2);
}

/* ACTIVE LINE */
.fti-navbar .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 8px;
    right: 8px;
    height: 3px;
    background: var(--color2);
    border-radius: 10px;
}

/* DROPDOWN */
.fti-dropdown {
    background: var(--color1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 7px;
    min-width: 180px;
}

.fti-dropdown .dropdown-item {
    color: var(--color4);
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    padding: 9px 10px;
    line-height: 1.2;
}

.fti-dropdown .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.09);
    color: var(--color2);
}

/* RIGHT */
.fti-navbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 20px;
}

/* BUTTON DAFTAR */
.fti-btn-daftar {
    background: var(--color2);
    color: var(--color1);
    font-size: 12px;
    font-weight: 800;
    padding: 11px 18px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
}

.fti-btn-daftar:hover {
    background-color: var(--color8);
    color: var(--color1);
    text-decoration: none;
}

/* LANGUAGE */
.fti-btn-lang {
    border: 1px solid var(--color5);
    color: var(--color4);
    font-size: 12px;
    font-weight: 800;
    padding: 10px 14px;
    border-radius: 999px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}

/* LANGUAGE DROPDOWN */
.fti-lang-menu {
    min-width: 170px;
}

.fti-lang-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.fti-lang-code {
    min-width: 18px;
    font-weight: 800;
}

.fti-lang-separator {
    opacity: 0.55;
}

/* LANGUAGE DROPDOWN */
.fti-lang-name {
    font-weight: normal;
    font-style: italic;
}

/* FLAGS */
.fti-flag {
    width: 18px;
    height: 12px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
    flex: 0 0 auto;
}

.fti-flag-id {
    background: linear-gradient(to bottom, #e31b23 0 50%, #ffffff 50% 100%);
}

.fti-flag-en {
    background:
        linear-gradient(to bottom, transparent 42%, #e31b23 42% 58%, transparent 58%),
        linear-gradient(to right, transparent 42%, #e31b23 42% 58%, transparent 58%),
        #ffffff;
}

/* TOGGLER */
.fti-navbar-toggler {
    border: 1px solid var(--color5);
    color: white;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 1199px) {

    body {
        padding-top: 80px;
    }

    .fti-navbar {
        min-height: 80px;
    }

    .fti-navbar-container {
        padding: 0 20px;
    }

    .fti-navbar-logo {
        height: 46px;
    }

    .fti-navbar .navbar-collapse {
        background: var(--color1);
        margin-top: 12px;
        padding: 16px;
        border-radius: 12px;
    }

    .fti-navbar-menu {
        gap: 0;
    }

    .fti-navbar .nav-link {
        padding: 12px;
        font-size: 12px;
        line-height: 1.2;
    }

    .fti-dropdown .dropdown-item {
        font-size: 12px;
    }

    .fti-btn-daftar,
    .fti-btn-lang {
        width: 100%;
        justify-content: center;
        font-size: 12px;
    }

    .fti-lang-menu .dropdown-item {
        justify-content: flex-start;
    }

    .fti-navbar .nav-link.active::after {
        display: none;
    }

    .fti-navbar-right {
        flex-direction: column;
        width: 100%;
        margin-top: 12px;
    }

    .fti-btn-daftar,
    .fti-btn-lang {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {

    .fti-navbar-logo {
        height: 40px;
    }

    .fti-navbar .nav-link,
    .fti-dropdown .dropdown-item {
        font-size: 11.5px;
    }

    .fti-btn-daftar,
    .fti-btn-lang {
        font-size: 11px;
    }
}

/* ==============================
   FOOTER
================================= */

.fti-footer {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(7, 34, 69, 0.98), rgba(12, 49, 92, 0.96)),
        url('../images/footer-campus.png') right bottom / 42% auto no-repeat;
    color: var(--color4);
}

.fti-footer::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 210px;
    height: 210px;
    background-image: radial-gradient(rgba(251, 212, 5, 0.22) 2px, transparent 2px);
    background-size: 18px 18px;
    opacity: 0.25;
}

.fti-footer-container {
    position: relative;
    z-index: 2;
    padding: 70px 68px 0;
}

.fti-footer-main {
    padding-bottom: 62px;
}

.fti-footer-col {
    padding: 0 34px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.fti-footer-col:last-child {
    border-right: 0;
}

.fti-footer-brand-col {
    padding-left: 0;
}

.fti-footer-contact-col {
    padding-right: 0;
}

.fti-footer-logo {
    width: 265px;
    max-width: 100%;
    height: auto;
    margin-bottom: 28px;
}

.fti-footer-desc {
    max-width: 330px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.75;
}

.fti-help-card {
    max-width: 360px;
    min-height: 72px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.045);
    color: var(--color4);
}

.fti-help-card:hover {
    color: var(--color4);
    background: rgba(255, 255, 255, 0.07);
}

.fti-help-icon {
    color: var(--color2);
    font-size: 28px;
    line-height: 1;
}

.fti-help-text {
    flex: 1;
}

.fti-help-text strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.fti-help-text small {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 11.5px;
    font-weight: 500;
}

.fti-help-arrow {
    color: var(--color2);
    font-size: 18px;
}

.fti-footer-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 32px;
    color: var(--color4);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.fti-footer-title span {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color2);
    font-size: 15px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: rgba(251, 212, 5, 0.08);
}

.fti-footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fti-footer-list li {
    margin-bottom: 18px;
}

.fti-footer-list a {
    display: grid;
    grid-template-columns: 24px 1fr 18px;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}

.fti-footer-list a:hover {
    color: var(--color2);
}

.fti-footer-list a i:first-child {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.fti-footer-list a i:last-child {
    color: var(--color2);
    font-size: 12px;
    text-align: right;
}

.fti-contact-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    /* gap: 15px; */
    align-items: flex-start;
    margin-bottom: 18px;
}

.fti-contact-item a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.fti-contact-item a:hover {
    color: var(--color2);
    text-decoration: none;
}

.fti-contact-item span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color2);
    font-size: 14px;
    border: 2px solid rgba(255, 255, 255, 0.10);
    background: rgba(251, 212, 5, 0.07);
}

.fti-contact-item p {
    margin: 0;
    padding-top: 5px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}

.fti-footer-social {
    padding: 36px 0 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    text-align: center;
}

.fti-social-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-bottom: 20px;
}

.fti-social-title span {
    width: 34px;
    height: 3px;
    border-radius: 30px;
    background: var(--color2);
}

.fti-social-title p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 12px;
    font-weight: 700;
}

.fti-social-icons {
    display: flex;
    justify-content: center;
    gap: 26px;
}

.fti-social-icons a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color4);
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.fti-social-instagram {
    background: radial-gradient(circle at 30% 110%, #feda75 0%, #fa7e1e 25%, #d62976 55%, #962fbf 78%, #4f5bd5 100%);
}

.fti-social-tiktok {
    background: #050505;
    font-size: 24px !important;
}

.fti-social-youtube {
    background: #ff0000;
}

.fti-footer-copyright {
    padding: 25px 0;
    margin: 0 -68px;
    text-align: center;
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
    font-weight: 600;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(3, 23, 50, 0.22);
}

/* ==============================
   FOOTER RESPONSIVE
================================= */

@media (max-width: 1399.98px) {
    .fti-footer-container {
        padding-left: 44px;
        padding-right: 44px;
    }

    .fti-footer-col {
        padding-left: 24px;
        padding-right: 24px;
    }

    .fti-footer-logo {
        width: 235px;
    }

    .fti-footer-list a {
        font-size: 12.5px;
    }

    .fti-footer-copyright {
        margin-left: -44px;
        margin-right: -44px;
    }
}

@media (max-width: 1199.98px) {
    .fti-footer {
        background:
            linear-gradient(90deg, rgba(7, 34, 69, 0.98), rgba(12, 49, 92, 0.96)),
            url('../images/footer-campus.jpg') right bottom / 60% auto no-repeat;
    }

    .fti-footer-main {
        row-gap: 46px;
    }

    .fti-footer-col {
        border-right: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fti-footer-brand-col {
        padding-left: 20px;
    }

    .fti-footer-contact-col {
        padding-right: 20px;
    }
}

@media (max-width: 767.98px) {
    .fti-footer-container {
        padding: 52px 20px 0;
    }

    .fti-footer-main {
        padding-bottom: 42px;
        row-gap: 38px;
    }

    .fti-footer-col,
    .fti-footer-brand-col,
    .fti-footer-contact-col {
        padding-left: 0;
        padding-right: 0;
    }

    .fti-footer-logo {
        width: 225px;
        margin-bottom: 22px;
    }

    .fti-footer-desc {
        max-width: 100%;
        font-size: 14px;
        margin-bottom: 24px;
    }

    .fti-help-card {
        max-width: 100%;
    }

    .fti-footer-title {
        margin-bottom: 22px;
        font-size: 14px;
    }

    .fti-footer-list li {
        margin-bottom: 14px;
    }

    .fti-contact-item {
        grid-template-columns: 46px 1fr;
        margin-bottom: 14px;
    }

    .fti-contact-item span {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }

    .fti-contact-item p {
        font-size: 13px;
    }

    .fti-social-title {
        gap: 14px;
    }

    .fti-social-title span {
        width: 26px;
    }

    .fti-social-title p {
        font-size: 13px;
    }

    .fti-social-icons {
        gap: 18px;
    }

    .fti-social-icons a {
        width: 42px;
        height: 42px;
        font-size: 21px;
    }

    .fti-footer-copyright {
        margin-left: -20px;
        margin-right: -20px;
        font-size: 12.5px;
        padding: 22px 14px;
    }
}

@media (max-width: 575.98px) {
    .fti-footer {
        background:
            linear-gradient(90deg, rgba(7, 34, 69, 0.98), rgba(12, 49, 92, 0.97));
    }

    .fti-footer-title span {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .fti-footer-list a {
        font-size: 13px;
    }
}