/*
* custom.css
* File include item custom only specific css only
******************************************************************************/
/* table borderd */
.table-bordered {
    border: 1px solid #d9d9d9 !important;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #d9d9d9 !important;
}

[data-bs-theme=dark] .table-bordered {
    border: 1px solid var(--bs-border-color) !important;
}

[data-bs-theme=dark] .table-bordered th,
[data-bs-theme=dark] .table-bordered td {
    border: 1px solid var(--bs-border-color) !important;
}

div.dt-search {
    display: none;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 72px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.custom-blocks>* {
    display: block !important;
}

.custom-inline-spacing>* {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .custom-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .custom-only-element class with .custom-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.custom-vertical-spacing>* {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.custom-vertical-spacing.custom-only-element> :first-child {
    margin-top: 0 !important;
}

.custom-vertical-spacing-lg>* {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.custom-vertical-spacing-lg.custom-only-element> :first-child {
    margin-top: 0 !important;
}

.custom-vertical-spacing-xl>* {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.custom-vertical-spacing-xl.custom-only-element> :first-child {
    margin-top: 0 !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
    #dropdown-variation-custom .btn-group .text-truncate {
        width: 254px;
        position: relative;
    }

    #dropdown-variation-custom .btn-group .text-truncate::after {
        position: absolute;
        top: 45%;
        right: 0.65rem;
    }
}

/*
* Layout custom
******************************************************************************/

.layout-custom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-custom-placeholder img {
    width: 900px;
}

.layout-custom-info {
    text-align: center;
    margin-top: 1rem;
}

/*
* Sidebar brand logo
******************************************************************************/

.menu .app-brand.custom {
    height: 64px;
}

.app-brand-logo.custom svg {
    width: 34px;
    height: 24px;
}

.app-brand-text.custom {
    font-size: 1.375rem;
}

#layout-menu .app-brand.custom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#layout-menu .app-brand.custom .app-brand-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

#layout-menu .app-brand.custom .app-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#layout-menu .app-brand.custom .layout-menu-toggle {
    position: absolute;
    right: 0.75rem;
}

#layout-menu .app-brand-logo .logo-dark-mode {
    display: none;
}

html[data-bs-theme="dark"] #layout-menu .app-brand-logo .logo-dark-mode {
    display: inline-block;
}

html[data-bs-theme="dark"] #layout-menu .app-brand-logo .logo-light-mode {
    display: none;
}

.layout-menu-collapsed:not(.layout-menu-hover, .layout-menu-offcanvas, .layout-menu-fixed-offcanvas) .layout-menu-toggle .menu-toggle-icon {
    display: none !important;
}

/*
* CSP-safe helpers
******************************************************************************/
.border-style-dashed {
    border-style: dashed !important;
}

.menu-icon-card {
    cursor: pointer;
    transition: all 0.2s ease;
    transform: translateY(0);
}

.menu-icon-card-hover {
    transform: translateY(-4px);
}

.menu-icon-preview {
    height: 60px;
}

.menu-icon-class {
    font-size: 0.7rem;
    font-family: monospace;
}

.menu-icon-col {
    transition: all 0.4s ease;
    opacity: 1;
    transform: translateY(0);
}

.menu-icon-col-pending {
    opacity: 0;
    transform: translateY(20px);
}

.menu-icon-spinner {
    width: 3rem;
    height: 3rem;
}

.activity-json-key {
    color: #66d9ef;
}

.activity-json-string {
    color: #a6e22e;
}

.activity-json-boolean {
    color: #fd971f;
}

.activity-json-null {
    color: #f92672;
}

.activity-json-number {
    color: #ae81ff;
}

/*
* Frontend PPDB landing page
******************************************************************************/

:root {
    --ppdb-primary: #1d9e75;
    --ppdb-primary-dark: #0f6e56;
    --ppdb-primary-light: #e1f5ee;
    --ppdb-accent: #7f77dd;
    --ppdb-accent-light: #eeedfe;
    --ppdb-text-main: #1a1a1a;
    --ppdb-text-muted: #6b7280;
    --ppdb-bg-page: #f8f9fb;
    --ppdb-bg-card: #ffffff;
    --ppdb-border: rgba(0, 0, 0, 0.08);
    --ppdb-radius-sm: 8px;
    --ppdb-radius-md: 12px;
    --ppdb-radius-lg: 16px;
    --ppdb-radius-xl: 24px;
    --ppdb-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    --ppdb-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--bs-font-sans-serif);
    background: var(--ppdb-bg-page);
    color: var(--ppdb-text-main);
    font-size: 15px;
    line-height: 1.6;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 999px;
}

.topbar {
    background: var(--ppdb-primary-dark);
    color: #fff;
    font-size: 12.5px;
    padding: 6px 0;
}

.topbar a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.topbar a:hover {
    color: #fff;
}

.navbar-main {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--ppdb-border);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(12px);
    box-shadow: var(--ppdb-shadow-sm);
}

.navbar-main .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 16px;
    color: var(--ppdb-text-main);
    padding: 12px 0;
    text-decoration: none;
}

.brand-logo {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-logo i {
    color: #fff;
    font-size: 18px;
}

.brand-name {
    line-height: 1.2;
}

.brand-name span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: var(--ppdb-text-muted);
}

.navbar-main .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: var(--ppdb-text-muted);
    padding: 20px 14px;
    border-bottom: 2px solid transparent;
    transition: color .2s, border-color .2s;
}

.navbar-main .nav-link:hover,
.navbar-main .nav-link.active {
    color: var(--ppdb-primary);
    border-bottom-color: var(--ppdb-primary);
}

.btn-daftar-nav,
.btn-login-nav,
.btn-hero-primary,
.btn-hero-outline,
.btn-cta,
.btn-cta-outline {
    text-decoration: none;
}

.btn-daftar-nav {
    background: var(--ppdb-primary);
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: var(--ppdb-radius-sm);
    font-size: 14px;
    font-weight: 600;
    transition: background .2s, transform .15s;
}

.btn-daftar-nav:hover {
    background: var(--ppdb-primary-dark);
    color: #fff;
    transform: translateY(-1px);
}

.btn-login-nav {
    color: var(--ppdb-primary);
    border: 1.5px solid var(--ppdb-primary);
    padding: 7px 18px;
    border-radius: var(--ppdb-radius-sm);
    font-size: 14px;
    font-weight: 600;
    transition: all .2s;
}

.btn-login-nav:hover {
    background: var(--ppdb-primary-light);
    color: var(--ppdb-primary-dark);
}

.hero {
    background: linear-gradient(135deg, #085041 0%, #0f6e56 45%, #1d9e75 100%);
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.hero::after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgb(15 110 86);
    color: #fff;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 500;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-badge-soft {
    background: rgba(255, 255, 255, 0.15);
}

.hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 18px;
}

.hero-title-accent {
    color: #9fe1cb;
}

.hero p {
    font-size: 16px;
    color: rgba(255, 255, 255);
    max-width: 540px;
    margin-bottom: 7px;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.btn-hero-primary {
    background: #fff;
    color: var(--ppdb-primary-dark);
    padding: 13px 28px;
    border-radius: var(--ppdb-radius-sm);
    font-weight: 700;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform .2s, box-shadow .2s;
}

.btn-hero-primary:hover,
.btn-cta:hover {
    color: var(--ppdb-primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-hero-outline {
    background: transparent;
    color: #fff;
    padding: 13px 28px;
    border-radius: var(--ppdb-radius-sm);
    font-weight: 600;
    font-size: 15px;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all .2s;
}

.btn-hero-outline:hover,
.btn-cta-outline:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.btn-hero-primary-solid {
    background: var(--ppdb-primary);
    color: #fff;
    display: inline-flex;
}

.btn-hero-primary-solid:hover {
    color: #fff;
    background: var(--ppdb-primary-dark);
}

.hero-visual-wrap {
    width: 100%;
    max-width: 420px;
    position: relative;
    padding-right: 24px;
    padding-bottom: 42px;
}

.hero-visual-card {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 22px;
    padding: 26px 28px 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.hero-visual-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-visual-title {
    font-size: 15px;
}

.hero-visual-subtitle {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}

.hero-progress-head {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.hero-progress-track {
    height: 6px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
}

.hero-progress-bar {
    height: 100%;
    border-radius: 3px;
    width: 0;
    transition: width .6s ease;
}

.hero-progress-zonasi {
    width: 78%;
    background: #9fe1cb;
}

.hero-progress-prestasi {
    width: 75%;
    background: #fac775;
}

.hero-progress-afirmasi {
    width: 38%;
    background: #afa9ec;
}

.hero-visual-mini {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-visual-mini p {
    color: var(--ppdb-text-main);
}

.hero-visual-mini-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hero-visual-mini-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #dcfce7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-visual-mini-icon i {
    color: #15803d;
    font-size: 16px;
}

.hero-visual-mini-number {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.05;
}

.hero-visual-mini-label {
    font-size: 14px;
    color: var(--ppdb-text-muted);
    margin: 0;
    line-height: 1.4;
    max-width: 140px;
}

.hero-stats {
    background: rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.hero-stat {
    text-align: center;
}

.hero-stat .num {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.hero-stat .lbl {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
}

.hero-stat-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
    height: 36px;
}

.countdown-section,
.jalur-section,
.alur-section,
.syarat-section,
.biaya-section,
.pengumuman-section,
.faq-section,
.cta-section {
    padding: 72px 0;
}

.countdown-card,
.jalur-card,
.alur-step,
.info-card,
.faq-item,
.biaya-card {
    background: #fff;
    border: 1px solid var(--ppdb-border);
    box-shadow: var(--ppdb-shadow-sm);
}

.countdown-card {
    border-radius: var(--ppdb-radius-lg);
    padding: 24px 28px;
    height: 100%;
}

.countdown-note {
    font-size: 13px;
}

.label-top,
.section-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--ppdb-primary);
    text-transform: uppercase;
    letter-spacing: .06em;
}

.countdown-boxes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.countdown-box {
    background: var(--ppdb-primary-light);
    border-radius: var(--ppdb-radius-sm);
    padding: 10px 14px;
    text-align: center;
    min-width: 60px;
}

.countdown-box .val {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--ppdb-primary-dark);
    line-height: 1;
}

.countdown-box .unit {
    font-size: 10px;
    font-weight: 600;
    color: var(--ppdb-primary);
    margin-top: 3px;
    text-transform: uppercase;
}

.status-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.status-tag.open {
    background: #dcfce7;
    color: #15803d;
}

.status-tag.open::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16a34a;
    animation: pulse 1.5s infinite;
}

.jadwal-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--ppdb-border);
    font-size: 13.5px;
    gap: 12px;
}

.jadwal-item:last-child {
    border-bottom: none;
}

.section-title {
    font-size: clamp(1.4rem, 3vw, 1.9rem);
    font-weight: 700;
    margin-bottom: 10px;
}

.section-sub {
    font-size: 15px;
    color: var(--ppdb-text-muted);
    max-width: 540px;
    margin: 0 auto 40px;
}

.section-sub.section-sub-left {
    margin-left: 0;
}

.jalur-section,
.syarat-section,
.pengumuman-section,
.biaya-section,
.cta-section {
    background: #fff;
}

/* .alur-section, */
.faq-section {
    background: var(--ppdb-bg-page);
}

.jalur-card {
    border-radius: var(--ppdb-radius-lg);
    padding: 24px;
    height: 100%;
    transition: border-color .2s, transform .2s, box-shadow .2s;
    position: relative;
    overflow: hidden;
}

.jalur-card:hover,
.alur-step:hover,
.info-card:hover {
    border-color: var(--ppdb-primary);
    transform: translateY(-3px);
    box-shadow: var(--ppdb-shadow-md);
}

.jalur-card.featured {
    border-color: var(--ppdb-primary);
    background: var(--ppdb-primary-light);
}

.jalur-card.featured::after {
    content: "Terbanyak";
    position: absolute;
    top: 14px;
    right: -24px;
    background: var(--ppdb-primary);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    padding: 4px 28px;
    transform: rotate(35deg);
}

.jalur-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--ppdb-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
}

.jalur-icon-zonasi {
    background: #dff7ee;
    color: #0f6e56;
}

.jalur-icon-prestasi {
    background: #fff0e1;
    color: #b56a18;
}

.jalur-icon-afirmasi {
    background: #eeedfe;
    color: #6d55d8;
}

.jalur-icon-perpindahan {
    background: #dff3ff;
    color: #1d72d8;
}

.jalur-kuota {
    font-size: 12px;
    font-weight: 600;
    color: var(--ppdb-primary-dark);
    background: var(--ppdb-primary-light);
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
}

.alur-step {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 20px 24px;
    border-radius: var(--ppdb-radius-md);
    transition: border-color .2s, box-shadow .2s;
}

.alur-num {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--ppdb-primary-light);
    color: var(--ppdb-primary-dark);
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.alur-step.active .alur-num {
    background: var(--ppdb-primary);
    color: #fff;
}

.alur-connector {
    width: 2px;
    height: 20px;
    background: var(--ppdb-border);
    margin: 4px 0 4px 18px;
}

.syarat-tab {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.syarat-tab-btn {
    padding: 7px 18px;
    border-radius: 999px;
    border: 1.5px solid var(--ppdb-border);
    background: #fff;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--ppdb-text-muted);
    cursor: pointer;
    transition: all .2s;
}

.syarat-tab-btn.active {
    background: var(--ppdb-primary);
    border-color: var(--ppdb-primary);
    color: #fff;
}

.syarat-list {
    display: none;
}

.syarat-list.active {
    display: block;
}

.syarat-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid var(--ppdb-border);
    font-size: 14px;
}

.syarat-item:last-child {
    border-bottom: none;
}

.syarat-item i,
.jurusan-pill i,
.footer-contact-item i {
    color: var(--ppdb-primary);
}

.biaya-card {
    border-radius: var(--ppdb-radius-lg);
    overflow: hidden;
}

.biaya-card-head {
    background: var(--ppdb-primary);
    padding: 20px 24px;
}

.biaya-card-head h5,
.biaya-card-head p {
    color: #fff;
}

.biaya-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    border-bottom: 1px solid var(--ppdb-border);
    font-size: 14px;
    gap: 16px;
}

.biaya-row.total {
    background: var(--ppdb-primary-light);
}

.biaya-row.total .biaya-label,
.biaya-row.total .biaya-val {
    color: var(--ppdb-primary-dark);
    font-weight: 700;
}

.jurusan-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: var(--ppdb-radius-sm);
    border: 1.5px solid var(--ppdb-border);
    background: #fff;
    font-size: 13.5px;
    font-weight: 500;
    transition: all .2s;
    margin: 0 8px 10px 0;
}

.jurusan-pill:hover {
    border-color: var(--ppdb-primary);
    background: var(--ppdb-primary-light);
    color: var(--ppdb-primary-dark);
}

.info-card {
    border-radius: var(--ppdb-radius-md);
    padding: 18px 20px;
    height: 100%;
    transition: box-shadow .2s, border-color .2s;
}

.info-date {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--ppdb-primary);
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 5px;
}

.info-badge {
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    margin-left: 6px;
}

.info-badge.new {
    background: #fee2e2;
    color: #b91c1c;
}

.info-badge.info {
    background: #dbeafe;
    color: #1d4ed8;
}

.faq-item {
    border-radius: var(--ppdb-radius-md);
    margin-bottom: 8px;
    overflow: hidden;
}

.faq-q {
    padding: 16px 20px;
    font-size: 14.5px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    user-select: none;
}

.faq-q i {
    color: var(--ppdb-primary);
    transition: transform .25s;
}

.faq-q.open i {
    transform: rotate(45deg);
}

.faq-a {
    display: none;
    padding: 0 20px 16px;
    font-size: 13.5px;
    color: var(--ppdb-text-muted);
    line-height: 1.65;
}

.cta-banner {
    background: linear-gradient(135deg, #085041 0%, #1d9e75 100%);
    border-radius: var(--ppdb-radius-xl);
    padding: 52px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.cta-banner h2,
.cta-banner p {
    color: #fff;
    position: relative;
}

.btn-cta {
    background: #fff;
    color: var(--ppdb-primary-dark);
    padding: 13px 32px;
    border-radius: var(--ppdb-radius-sm);
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    margin: 0 6px;
    transition: transform .2s, box-shadow .2s;
    position: relative;
}

.btn-cta-outline {
    background: transparent;
    color: #fff;
    padding: 12px 28px;
    border-radius: var(--ppdb-radius-sm);
    font-weight: 600;
    font-size: 15px;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    display: inline-block;
    margin: 0 6px;
    transition: all .2s;
    position: relative;
}

.footer-main {
    background: #0d1b14;
    color: rgba(255, 255, 255, 0.7);
    padding: 56px 0 0;
}

.footer-brand {
    margin-bottom: 16px;
}

.footer-logo {
    width: 60px;
    height: 60px;
    /* border-radius: 10px; */
    /* background: var(--ppdb-primary); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    overflow: hidden;
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-logo i {
    color: #fff;
    font-size: 20px;
}

.footer-main h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
}

.footer-main p {
    font-size: 13.5px;
    line-height: 1.65;
    margin-bottom: 16px;
}

.footer-link {
    display: block;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    padding: 4px 0;
    transition: color .15s;
}

.footer-link:hover {
    color: #fff;
}

.footer-contact-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 13.5px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 0;
    margin-top: 40px;
    font-size: 12.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

#backToTop {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 44px;
    height: 44px;
    background: var(--ppdb-primary);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: var(--ppdb-shadow-md);
    z-index: 999;
    transition: background .2s, transform .2s;
}

#backToTop.show {
    display: inline-flex;
}

#backToTop:hover {
    background: var(--ppdb-primary-dark);
    transform: translateY(-2px);
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .4;
    }
}

@media (max-width: 991.98px) {
    .navbar-main .nav-link {
        padding: 12px 8px;
        border-bottom: 0;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 56px 0 0;
    }

    .cta-banner {
        padding: 40px 24px;
    }

    .hero-stat-divider {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .countdown-boxes {
        gap: 6px;
    }

    .countdown-box {
        min-width: 52px;
        padding: 8px 10px;
    }
}
