@import url('https://fonts.googleapis.com/css2?family=Calibri:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Calibri', sans-serif;
    font-size: 16px;
    color: #374050;
    background-color: #f8f9fa;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Calibri', sans-serif;
    font-weight: 700;
    color: #374050;
}

/* Manual Input Fields */
.manual-input {
    transition: all 0.3s ease;
}

.manual-input:focus {
    border-color: #28a745;
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
}

a {
    color: #ff8c00;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #e67e00;
}

/* ========================================================= */
/* STANDARISASI SECTION SPACING (KONSISTEN & PRESISI) */
/* ========================================================= */
.section,
.jenjang-section,
.fasilitas-section,
.statistik-section,
.pendaftaran-section {
    padding: 80px 0 !important;
    margin: 0 !important;
    position: relative;
}

.news-section {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
    margin: 0 !important;
    position: relative;
}

.login-section,
.reset-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-header {
    text-align: center;
    margin-bottom: 45px;
}

.section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #374050;
    text-transform: uppercase;
    position: relative;
}

.section-header h2::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ff5722;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.section-header.text-start h2::after {
    left: 0;
    transform: none;
}

.orange-line {
    width: 60px;
    height: 3.5px;
    background-color: #ff8c00;
    border-radius: 2px;
}

/* Buttons System */
.main-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #ff8c00 !important;
    color: #ffffff !important;
    border-radius: 30px;
    font-weight: 700;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.95rem;
    box-shadow: 0 4px 12px rgba(255, 140, 0, 0.3);
    text-align: center;
    border: 2px solid #ff8c00 !important;
}

.main-button:hover {
    background-color: #e67e00 !important;
    color: #ffffff !important;
    border-color: #e67e00 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(230, 126, 0, 0.4);
}

.btn-orange-action {
    background-color: #ff8c00 !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    padding: 14px 36px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none !important;
    display: inline-block;
    box-shadow: 0 6px 18px rgba(255, 140, 0, 0.4);
    letter-spacing: 0.5px;
}

.btn-orange-action:hover {
    background-color: #e67e00 !important;
    color: #ffffff !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(230, 126, 0, 0.5);
}

/* Navbar */
.navbar {
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
}

.navbar-brand img {
    max-height: 42px;
    border-radius: 50%;
}

.navbar-nav .nav-link.btn-orange-nav {
    background-color: #ff8c00 !important;
    color: #ffffff !important;
    border-radius: 25px !important;
    padding: 6px 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    border: none !important;
    transition: all 0.3s ease;
    display: inline-block !important;
}

.navbar-nav .nav-link.btn-orange-nav:hover {
    background-color: #e67e00 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.navbar-nav .nav-link.btn-orange-nav::after {
    display: none !important;
}

.navbar-nav .nav-link {
    font-size: 0.95rem;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 8px 12px !important;
    color: #374050 !important;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #ff5722 !important;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.dropdown-item {
    padding: 10px 20px;
    font-weight: 700;
}

.dropdown-item:hover {
    background-color: #28a745;
    color: #fff;
}

.navbar-toggler {
    border: none;
    padding: 5px 10px;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

/* HERO AREA HOME VIDEO */
.hero-area {
    position: relative;
    width: 100%;
    height: calc(100vh - 62px);
    min-height: 480px;
    overflow: hidden;
    background-color: #000;
    margin: 0 !important;
    padding: 0 !important;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.video-control-btn {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: #ff8c00 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50% !important;
    width: 55px !important;
    height: 55px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 20 !important;
    font-size: 1.8rem !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.3s ease !important;
}

.video-control-btn:hover {
    background: #e67e00 !important;
    transform: scale(1.1) !important;
}

.slider-text-fixed {
    font-size: 3.2rem;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.85);
    font-weight: 700;
    letter-spacing: 1px;
}

/* HERO AREA GAMBAR JENJANG */
.hero-area-full {
    min-height: calc(100vh - 62px) !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.hero-img-natural {
    max-height: 520px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.hero-img-natural:hover {
    transform: scale(1.02);
}

.hero-text-content h1 {
    line-height: 1.2;
}

/* Tentang Kami */
#tentang-kami {
    background-color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.tentang-kami-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.tentang-kami-image {
    flex: 0 0 40%;
    max-width: 400px;
}

.tentang-kami-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.tentang-kami-image img:hover {
    transform: scale(1.05);
}

.tentang-kami-content {
    flex: 1;
}

.tentang-kami-content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #374050;
    text-transform: uppercase;
}

.tentang-kami-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #6c757d;
    margin-bottom: 20px;
    text-align: justify;
}

/* VISI & MISI STYLING */
.visi-misi-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bar-orange {
    display: inline-block;
    width: 4px;
    height: 32px;
    background-color: #ff8c00;
    border-radius: 2px;
}

.number-bg {
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 4rem;
    font-weight: 800;
    color: #ff8c00;
    opacity: 0.12;
    user-select: none;
    pointer-events: none;
    font-style: italic;
}

.visi-misi-text {
    font-size: 1.05rem;
    line-height: 1.7;
    text-align: justify;
}

.visi-misi-list {
    font-size: 1.05rem;
    line-height: 1.7;
}

/* JENJANG CARD (EDUCATION LEVELS) */
.jenjang-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.jenjang-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
}

.jenjang-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    border-color: #ffd8a8;
}

.jenjang-card .card-img-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #f1f3f5;
}

.jenjang-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.jenjang-card:hover img {
    transform: scale(1.05);
}

.jenjang-card .course-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50 !important;
    text-decoration: none !important;
    display: block;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.jenjang-card:hover .course-title {
    color: #ff8c00 !important;
}

.jenjang-card .course-details {
    padding: 20px;
    text-align: center;
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jenjang-card .course-details p {
    margin: 0;
}

/* ========================================================= */
/* FORM PENDAFTARAN STEP 1 (MODERN EXTRA ROUNDED CARD) */
/* ========================================================= */
.form-step-card {
    border-radius: 28px !important;
    max-width: 580px;
    margin: 0 auto;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08) !important;
}

.step-badge {
    background-color: rgba(255, 140, 0, 0.12);
    color: #ff8c00;
    font-size: 0.78rem;
    letter-spacing: 1px;
}

.custom-select-pill {
    border-radius: 16px !important;
    padding: 12px 18px !important;
    font-size: 0.98rem;
    border: 1.5px solid #e2e8f0;
    background-color: #f8fafc;
    transition: all 0.3s ease;
}

.custom-select-pill:focus {
    background-color: #ffffff;
    border-color: #ff8c00;
    box-shadow: 0 0 0 4px rgba(255, 140, 0, 0.15);
}

/* ALUR PENDAFTARAN */
.alur-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
}

.alur-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(255, 140, 0, 0.15);
    border-color: #ffe8cc;
}

.alur-icon-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.alur-icon-box i {
    font-size: 2.5rem;
    color: #ff8c00;
    background: rgba(255, 140, 0, 0.1);
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.alur-card:hover .alur-icon-box i {
    background: #ff8c00;
    color: #ffffff;
}

.step-number {
    font-size: 2rem;
    font-weight: 800;
    color: #e2e8f0;
    font-style: italic;
    transition: color 0.3s ease;
}

.alur-card:hover .step-number {
    color: #ff8c00;
}

/* ========================================================= */
/* PROGRAM SECTION SMA (FULL BLEED IMAGE CARD) */
/* ========================================================= */
#program .program-card-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 0 !important; /* Hilangkan padding container utama agar foto menempel penuh */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #edf2f7;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Mencegah gambar keluar dari sudut border-radius */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#program .program-card-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

#program .program-img-wrapper-fixed {
    width: 100%;
    height: 280px; /* Tinggi proporsional foto */
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #e2e8f0;
}

#program .program-img-wrapper-fixed img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Foto memenuhi area tanpa terdistorsi */
    object-position: center;
    transition: transform 0.4s ease;
}

#program .program-card-box:hover .program-img-wrapper-fixed img {
    transform: scale(1.05); /* Efek zoom halus saat dikursor */
}

#program .program-card-body {
    padding: 28px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

/* FASILITAS SECTION */
.fasilitas-section {
    background: #ff8c00 !important;
    color: #fff;
    overflow: hidden;
}

.fasilitas-section h2 {
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.fasilitas-section h2::after {
    background: #fff;
}

.fasilitas-item {
    text-align: center;
    padding: 25px 15px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.fasilitas-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.fasilitas-icon-box {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fasilitas-item i {
    font-size: 2.8rem;
    color: #ff8c00;
    transition: color 0.3s ease;
}

.fasilitas-item:hover i {
    color: #218838;
}

.fasilitas-item p {
    font-size: 1rem;
    margin: 0;
    color: #374050;
    font-weight: 700;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
}

/* TESTIMONIAL FLOATING AVATAR */
#testimoni .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#testimoni .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
}


.avatar-testimonial-wrapper {
    width: 96px !important;
    height: 96px !important;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.avatar-testimonial-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    image-rendering: -webkit-optimize-contrast;
}

.testi-swiper-button-prev.swiper-button-disabled,
.testi-swiper-button-next.swiper-button-disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* Berita Section */
.news-section {
    background: #f8fafc;
}

.news-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.news-wrapper {
    transition: transform 0.5s ease;
}

.news-group {
    display: flex;
    width: 100%;
}

.news-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e9ecef;
}

.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.news-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-item:hover img {
    transform: scale(1.05);
}

.news-item h5 {
    font-size: 1.15rem;
    padding: 15px 20px 10px;
    margin: 0;
    color: #374050;
}

.news-item h5 a {
    color: #374050;
    text-decoration: none;
}

.news-item h5 a:hover {
    color: #28a745;
}

.news-item p {
    padding: 0 20px 20px;
    color: #6c757d;
    font-size: 0.95rem;
    margin: 0;
}

.news-prev, .news-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: #ff5722 !important;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease;
}

.news-prev:hover, .news-next:hover {
    transform: translateY(-50%) scale(1.1);
}

.news-prev { left: 0; }
.news-next { right: 0; }

.news-pagination {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 11;
}

.page-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #e0e0e0;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    color: #374050;
    font-weight: 700;
}

.page-number.active {
    background: #ff5722;
    color: #fff;
    transform: scale(1.2);
}

/* PENDAFTARAN / REGISTRATION SECTION */
.pendaftaran-section {
    position: relative;
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 450px;
}

.pendaftaran-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(20, 25, 35, 0.75) 0%, rgba(35, 45, 60, 0.65) 100%);
    z-index: 1;
}

.pendaftaran-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    width: 90%;
    margin: 0 auto;
    padding: 45px 35px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
}

.pendaftaran-content h2 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: #2b3340;
    font-weight: 700;
    line-height: 1.3;
}

.pendaftaran-content p.lead {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #5c6574;
    line-height: 1.6;
}

/* Statistik */
.statistik-section {
    background-color: #f8f9fa;
}

.statistik-box {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.statistik-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.stat-title {
    font-size: 1.2rem;
    color: #374050;
    margin-bottom: 15px;
    font-weight: 700;
}

.stat-number {
    font-size: 2.5rem;
    color: #ff8c00;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1rem;
    color: #6c757d;
    margin: 0;
}

/* EDU PARTNER */
#edu-partner img,
.partner-grid img {
    max-height: 60px !important;
    max-width: 140px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: none !important;
    opacity: 1 !important;
    transition: all 0.3s ease;
}

.partner-item.partner-asta img,
.partner-grid img[src*="asta.png"] {
    max-height: 42px !important;
    max-width: 110px !important;
}

#edu-partner img:hover,
.partner-grid img:hover {
    transform: scale(1.08);
}

.partner-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.partner-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

/* Footer Section */
.footer {
    background: #ffffff;
    color: #374050;
    border-top: 3px solid #ff8c00;
}

.footer h5 {
    color: #374050;
    font-size: 1.15rem;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 140, 0, 0.1);
    color: #ff8c00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #ff8c00;
    font-size: 1.1rem;
}

.footer-social a:hover {
    background: #ff8c00;
    color: #fff;
    transform: translateY(-3px);
}

.text-orange {
    color: #ff8c00 !important;
}

.bg-orange {
    background-color: #ff8c00 !important;
}

.hover-orange:hover {
    color: #ff8c00 !important;
}

.transition-zoom {
    transition: transform 0.4s ease;
}

.group-hover-card:hover .transition-zoom {
    transform: scale(1.05);
}

.hover-card-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-card-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Floating Elements */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #ff8c00;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.scroll-top-btn:hover {
    background-color: #e67e00;
    transform: translateY(-3px);
}

.login-section {
    padding: 0 !important;
    height: calc(100vh - 65px) !important;
    min-height: 540px;
    background: #f4f6f9 !important;
    overflow: hidden;
}

.login-card-container {
    height: 80vh !important;
    max-height: 580px;
    min-height: 480px;
}

.login-form-col {
    overflow: hidden !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.login-form-col::-webkit-scrollbar {
    display: none;
}

.max-w-400 {
    max-width: 400px !important;
    margin: 0 auto;
}

.fs-7 {
    font-size: 0.8rem !important;
}

.custom-input-pill {
    border-radius: 25px !important;
    padding: 9px 15px !important;
    font-size: 0.88rem;
    border: 1.5px solid #e2e8f0;
    background-color: #f8fafc;
    transition: all 0.3s ease;
}

.custom-input-pill:focus {
    background-color: #ffffff;
    border-color: #ff8c00;
    box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.15);
}

.input-group .custom-input-pill {
    border-radius: 0 !important;
}

.input-group .rounded-start-pill {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border: 1.5px solid #e2e8f0;
}

.input-group .rounded-end-pill {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
    border: 1.5px solid #e2e8f0;
}

/* Custom Toast Floating Notification */
.custom-toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.custom-toast {
    position: relative;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 4px 10px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    min-width: 320px;
    max-width: 420px;
    animation: toastSlideIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.custom-toast.hide {
    animation: toastSlideOut 0.4s ease forwards;
}

.custom-toast-content {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    gap: 16px;
}

.custom-toast-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #e8f8ed;
    border: 2px solid #b7ebd0;
    color: #42c77d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.custom-toast-text {
    font-size: 0.95rem;
    font-weight: 600;
    color: #4a4a4a;
    line-height: 1.35;
}

.custom-toast-progress {
    height: 4px;
    background-color: #b0b0b0;
    width: 100%;
    animation: toastProgress 4s linear forwards;
}

@keyframes toastSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes toastSlideOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
}

@keyframes toastProgress {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        background: #fff;
        padding: 20px;
        margin-top: 10px;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .navbar-nav .nav-link {
        padding: 10px 0;
        margin: 0 !important;
    }

    .hero-area {
        height: 60vh;
        min-height: 380px;
    }

    .hero-img-natural {
        max-height: 380px;
    }

    #program .program-img-wrapper-fixed {
        height: 250px;
    }

    .slider-text-fixed {
        font-size: 2.2rem;
    }

    .login-section {
        height: auto !important;
        min-height: 100vh;
        padding: 20px 0 !important;
    }
    
    .login-card-container {
        height: auto !important;
        max-height: none;
    }
}

@media (max-width: 768px) {
    .section,
    .jenjang-section,
    .fasilitas-section,
    .statistik-section,
    .pendaftaran-section {
        padding: 60px 0 !important;
    }

    .news-section {
        padding-top: 60px !important;
        padding-bottom: 30px !important;
    }

    .form-step-card {
        padding: 30px 20px !important;
        border-radius: 22px !important;
    }

    .pendaftaran-content {
        padding: 30px 20px;
        width: 92%;
    }

    .pendaftaran-content h2 {
        font-size: 1.7rem;
    }

    .pendaftaran-content p.lead {
        font-size: 0.98rem;
        margin-bottom: 25px;
    }

    .btn-orange-action {
        padding: 12px 28px !important;
        font-size: 0.9rem !important;
    }

    .tentang-kami-container {
        flex-direction: column;
        text-align: center;
    }

    .tentang-kami-image {
        max-width: 100%;
        width: 100%;
    }

    .tentang-kami-image img {
        height: 260px;
    }

    .section-header.text-start {
        text-align: center !important;
    }

    .section-header.text-start h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .video-control-btn {
        width: 45px !important;
        height: 45px !important;
        font-size: 1.4rem !important;
        bottom: 20px !important;
        right: 20px !important;
    }

    #edu-partner img,
    .partner-grid img {
        max-height: 45px !important;
        max-width: 110px !important;
    }

    .partner-item.partner-asta img,
    .partner-grid img[src*="asta.png"] {
        max-height: 32px !important;
        max-width: 90px !important;
    }
}

@media (max-width: 576px) {
    .slider-text-fixed,
    .section-header h2 {
        font-size: 1.8rem;
    }
    
    .jenjang-card .card-img-wrapper,
    .news-item img {
        height: 170px;
    }
    
    .footer {
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
    }
}

.max-w-700 {
    max-width: 700px;
}

.fs-8 {
    font-size: 0.72rem !important;
}

.transition-all {
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.bg-light-orange {
    background-color: rgba(255, 140, 0, 0.12) !important;
}

.bg-light-primary {
    background-color: rgba(13, 110, 253, 0.12) !important;
}

.extra-icon-wrapper,
.academic-icon-wrapper {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
}

.extra-item-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(255, 140, 0, 0.18) !important;
    border-color: rgba(255, 140, 0, 0.3) !important;
}

.academic-item-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(13, 110, 253, 0.18) !important;
    border-color: rgba(13, 110, 253, 0.3) !important;
}

.text-justify {
    text-align: justify;
}

/* ========================================================= */
/* SWIPER CAROUSEL SLIDER NAVIGASI BERITA */
/* ========================================================= */
.btn-outline-orange {
    color: #ff8c00 !important;
    border-color: #ff8c00 !important;
    background-color: #ffffff !important;
    width: 42px !important;
    height: 42px !important;
    transition: all 0.3s ease !important;
}

.btn-outline-orange:hover:not(:disabled) {
    background-color: #ff8c00 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.btn-outline-orange:disabled,
.news-swiper-button-prev.swiper-button-disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    border-color: #cbd5e1 !important;
    color: #94a3b8 !important;
    pointer-events: none !important;
}

.news-swiper-button-next.swiper-button-disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    background-color: #cbd5e1 !important;
    pointer-events: none !important;
}

.swiper-slide {
    display: flex;
    height: auto;
}

/* ========================================================= */
/* FIX OVERFLOW FOTO AVATAR TESTIMONI & PAGINASI NOMOR */
/* ========================================================= */
.testimoniSwiper {
    overflow: visible !important; /* Mencegah foto avatar yang menonjol ke atas terpotong */
    padding-top: 40px !important;  /* Memberikan ruang aman untuk foto avatar di atas card */
    padding-bottom: 10px !important;
}

.testimoni-swiper-container {
    overflow: hidden; /* Mencegah overflow horizontal layar */
    padding-top: 10px;
}

.avatar-testimonial-wrapper {
    width: 96px !important;
    height: 96px !important;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.avatar-testimonial-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    image-rendering: -webkit-optimize-contrast;
}

/* Custom Number Bullets untuk Paginasi Testimoni */
.testi-swiper-pagination .custom-page-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #e2e8f0;
    color: #475569;
    font-weight: 700;
    font-size: 0.88rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1 !important;
    margin: 0 4px !important;
}

.testi-swiper-pagination .swiper-pagination-bullet-active {
    background: #ff8c00 !important;
    color: #ffffff !important;
    transform: scale(1.15);
    box-shadow: 0 4px 10px rgba(255, 140, 0, 0.3);
}

/* ========================================================= */
/* WRAPPER FIX OVERFLOW UNTUK SWIPER CAROUSEL & AVATAR */
/* ========================================================= */
.swiper-outer-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 25px; /* Ruang aman agar foto avatar yang menonjol ke atas tidak terpotong */
    padding-bottom: 10px;
}

.newsSwiper,
.testimoniSwiper,
.smaNewsSwiper {
    overflow: visible !important; /* Mencegah foto avatar & bayangan card terpotong */
}

.avatar-testimonial-wrapper {
    width: 96px !important;
    height: 96px !important;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.avatar-testimonial-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Menjaga foto tetap presisi tanpa gepeng/pecah */
    object-position: center !important;
    display: block;
    image-rendering: -webkit-optimize-contrast;
}

/* Custom Bullet Paginasi Angka (1, 2, dst.) */
.news-swiper-pagination .custom-page-number,
.testi-swiper-pagination .custom-page-number,
.sma-news-swiper-pagination .custom-page-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #e2e8f0;
    color: #475569;
    font-weight: 700;
    font-size: 0.88rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1 !important;
    margin: 0 4px !important;
}

.news-swiper-pagination .swiper-pagination-bullet-active,
.testi-swiper-pagination .swiper-pagination-bullet-active,
.sma-news-swiper-pagination .swiper-pagination-bullet-active {
    background: #ff8c00 !important;
    color: #ffffff !important;
    transform: scale(1.15);
    box-shadow: 0 4px 10px rgba(255, 140, 0, 0.3);
}

/* ========================================================= */
/* FIX SWIPER OVERFLOW & CUSTOM NUMBER PAGINATION ALL JENJANG */
/* ========================================================= */
.swiper-outer-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 15px;
}

.newsSwiper,
.testimoniSwiper,
.smaNewsSwiper,
.smpNewsSwiper,
.sdNewsSwiper,
.tkNewsSwiper {
    overflow: visible !important;
}

/* Override Style Bullet Bawaan Swiper.js */
.swiper-pagination-bullet.custom-page-number {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    background: #e2e8f0 !important;
    color: #475569 !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    opacity: 1 !important;
    margin: 0 5px !important;
    border: none !important;
}

/* Bullet Aktif (Oranye) */
.swiper-pagination-bullet.custom-page-number.swiper-pagination-bullet-active {
    background: #ff8c00 !important;
    color: #ffffff !important;
    transform: scale(1.15) !important;
    box-shadow: 0 4px 12px rgba(255, 140, 0, 0.35) !important;
}

/* Container Paginasi Semua Seksi */
.news-swiper-pagination,
.testi-swiper-pagination,
.sma-news-swiper-pagination,
.smp-news-swiper-pagination,
.sd-news-swiper-pagination,
.tk-news-swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 20px !important;
    z-index: 10 !important;
}
/* ========================================================= */
/* FLOATING WHATSAPP BUTTON (LOKASI KANAN BAWAH ACCESSIBLE) */
/* ========================================================= */
.floating-wa-btn {
    position: fixed;
    bottom: 30px;
    right: 85px; /* Berdampingan dengan scroll-to-top */
    background-color: #25d366;
    color: #ffffff !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    z-index: 9998;
    transition: all 0.3s ease;
    text-decoration: none;
}

.floating-wa-btn:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(18, 140, 126, 0.5);
    color: #ffffff !important;
}

@media (max-width: 576px) {
    .floating-wa-btn {
        bottom: 20px;
        right: 75px;
        width: 45px;
        height: 45px;
        font-size: 1.5rem;
    }
}
