* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

/* VARIABEL */
:root {
    --warna-primer: #f97316;
    --warna-sekunder: #f2f5fa;
    --warna-putih: #ffffff;
    --font-size: 1rem;
}

/* BODY */
body {
    background-image: url("/images/hero_sub.webp");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow-x: hidden;
}

/* PRELOADER */
#preloader-web {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--warna-primer);
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.preloader-logo {
    width: 100px;
    height: 100px;
    animation: scale-bounce 1.5s ease-in-out infinite;
}

@keyframes scale-bounce {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}

/* NAVBAR */
.navbar-japa-container {
    background-color: #ff6f2c;
    padding: 16px 0;
    max-width: 100vw;
}

.navbar-japa-brand {
    color: white;
    font-weight: 600;
    text-decoration: none;
}

.navbar-toggler {
    border: none !important;
    padding: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-japa-link {
    color: white !important;
    font-size: var(--font-size);
    font-weight: 600;
    margin-right: 0.5rem;
    transition: 0.3s ease;
}

.navbar-japa-link:hover {
    text-decoration: underline;
}

.navbar-japa-nav .dropdown-menu {
    border-radius: 10px;
    background-color: #ff6f2c;
    padding: 0;
}

.navbar-japa-nav .dropdown-menu .dropdown-item {
    color: white;
    font-weight: 500;
    padding: 12px 16px;
    font-size: var(--font-size);
}

.navbar-japa-nav .dropdown-menu .dropdown-item:hover {
    background-color: transparent !important;
    text-decoration: underline;
    color: #fff;
}

.navbar-japa-nav .dropdown-menu.show {
    margin-top: 1rem;
    padding-bottom: 0.5rem !important;
    border: none !important;
}

/* BUTTON */
/* --> Button Primary */
.btn-japa-primary {
    background-color: #f97316;
    color: white !important;
    font-size: var(--font-size);
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s ease;
}

.btn-japa-primary:hover {
    background-color: #e76307;
}
/* --> Button Secondary */
.btn-japa-secondary {
    background-color: white;
    color: #ff6f2c;
    font-size: var(--font-size);
    font-weight: 600;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s ease;
}
.btn-japa-secondary:hover {
    color: #ff6f2c !important;
    background-color: #ffe0cc;
}
/* --> Button Tertiary */
.btn-tertiary {
    color: #ff6600;
    font-size: var(--font-size);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}
.btn-tertiary:hover {
    color: #e65c00;
}

/* PAGES INDEX */
/* Hero Index */
.index-hero {
    /* background-image: url("/images/hero_section1.webp"); */
    background-size: cover;
    background-position: center;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    background-blend-mode: multiply;
}
.index-hero .container {
    padding: 128px 256px !important;
    gap: 1rem !important;
}
.index-hero h1 {
    color: #fff;
    text-align: center;
    font-size: 3rem !important;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}
.index-hero p {
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Data Sekolah Index */
.index-data-sekolah {
    top: calc(100vh - 66px);
    left: 50%;
    transform: translate(-50%);
    display: flex;
    width: 970px;
    padding: 36px 64px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 21px 97px 0px rgba(207, 207, 207, 0.25);
}
.index-data-sekolah .data-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
}
.index-data-sekolah .data-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
}
.index-data-sekolah .data-content img {
    width: 60px;
    height: 60px;
}
.index-data-sekolah .data-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.index-data-sekolah .data-text h3 {
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.index-data-sekolah .data-text p {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

/* Jurusan Index */
.index-jurusan {
    padding: 130px 0px 64px 0px;
}
.index-jurusan .container {
    gap: 3rem;
}
.index-jurusan .container h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.index-jurusan .index-jurusan-content {
    gap: 2rem;
}
.index-jurusan .jurusan-card {
    padding: 0 !important;
}
.index-jurusan .program-card {
    overflow: hidden;
    transition: transform 0.3s ease;
}
.index-jurusan .program-card:hover {
    transform: translateY(-5px);
}
.index-jurusan .card-body {
    padding: 2rem 1.5rem !important;
}
.index-jurusan .card-title {
    font-size: 1.5rem !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    margin-bottom: 1rem !important;
}

/* Sambutan Index */
section.jurusan-page {
    background-color: white !important;
    background-image: none !important;
}
.index-sambutan {
    background-image: url("/images/background.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.index-sambutan .sambutan-content {
    gap: 96px !important;
}
.index-sambutan .sambutan-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}
.index-sambutan .sambutan-text h2 {
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.index-sambutan .sambutan-text h2.jurusan {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.index-sambutan .sambutan-text p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sambutan-text .text-orange {
    color: #ff6600;
}

/* Artikel & Berita Index */
/* Carousel Berita */
.index-artikel-berita {
    padding: 64px 0px !important;
}
.index-artikel-berita .container h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 48px !important;
}
.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 40%;
    background-size: 50% 50%;
    background-color: #ff6600 !important;
}
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 60%;
    background-size: 50% 50%;
    background-color: #ff6600 !important;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #ff6600 !important;
}
/* Artikel */
.index-artikel {
    display: flex;
    flex-wrap: wrap;
    gap: 32px; /* jarak antar kartu */
    margin-bottom: 32px;
}
.index-artikel-card {
    flex: 0 0 calc(33.333% - 21.333px);
    box-sizing: border-box;
    max-width: calc(33.333% - 21.333px);
}
.index-artikel-card .equal-height-img {
    height: 240px !important; /* Atur sesuai kebutuhan */
    object-fit: cover;
}
.index-artikel-card:hover {
    transform: translateY(-5px);
}
.index-artikel .card-body {
    padding: 1.5rem !important;
}
.index-artikel .card-title,
.card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.index-artikel .card-title {
    font-size: 1.25rem !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 1.3;
}
.index-artikel .card-text {
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.index-artikel .text-orange {
    color: #ff6600;
}

/* Mitra Index */
.index-mitra {
    padding: 64px 0px !important;
}
.index-mitra h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 48px !important;
}

/* Fasilitas Index */
.index-fasilitas {
    padding: 64px 0px !important;
}
.index-fasilitas h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 48px !important;
}

/* Hero All Section */
.section-japa-hero {
    padding-top: 10rem !important;
    padding-bottom: 4rem !important;
    background: rgba(0, 0, 0, 0.7);
    background-blend-mode: multiply;
}
.section-japa-hero .hero-title {
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* MATA PELAJARAN */
.pelajaran-section {
    background-image: url("/images/background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 64px 0px !important;
}
.pelajaran-section h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px !important;
}
.pelajaran-section p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pelajaran-section li {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.prospek-kerja-section h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px !important;
}
/* GALERI */
.galeri-container {
    padding: 64px 0px !important;
}
.galeri-button {
    gap: 0.875rem;
    margin-bottom: 48px;
    flex-wrap: wrap;
}
.galeri-item .card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 8px;
    height: 200px !important;
}
.galeri-item .card-img-top {
    object-fit: cover;
}
/* Overlay - tampil saat hover */
.galeri-item .card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1;
}
.galeri-item .card:hover::after {
    opacity: 1;
}
/* Text overlay - tampil saat hover */
.galeri-item .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 20px;
    z-index: 2;
    opacity: 0;
}
.galeri-item .card:hover .card-body {
    opacity: 1;
}
.galeri-item .card-text {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
/* Button Group Styling */
.btn-outline-primary {
    border: 1px solid #e0e0e0;
    color: #666;
    background: white;
    border-radius: 8px;
    padding: 8px 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.btn-outline-primary:hover {
    border-color: #ff6b35;
    color: #ff6b35;
    background: #fff5f2;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.2);
}
.btn-outline-primary.active {
    border-color: #ff6b35;
    background: #ff6b35;
    color: white;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
    border-color: #ff6b35;
}

/* STAF */
.staf-container {
    padding: 48px 0px !important;
}
.staf-container .container {
    padding: 0 128px !important;
}
.staf-container .text-orange {
    color: #ff6600;
}

/* KONTAK */
.kontak-container {
    display: flex;
    padding: 48px;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(203, 203, 203, 0.25);
}

/* Cara Daftar */
.cara-daftar {
    padding: 0px;
}
.cara-daftar-content {
    gap: 76px;
    flex: 1 0 0;
}

.cara-daftar .brosur-images{
    max-width: 400px;
}
.cara-daftar .brosur-images img {
    width: 100%;
}
.cara-daftar .cara-daftar-text {
    display: flex;
    width: 600px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}
.cara-daftar .cara-daftar-text h2 {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.alur-daftar {
    background-image: url("/images/background.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.faq {
    background: rgba(0, 0, 0, 0.7);
    background-blend-mode: multiply;
}
.faq-content {
    padding: 76px 0;
    justify-content: space-between;
    flex-shrink: 0;
}
.faq-content h2 {
    width: 600px;
    color: #fff;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Form Pendaftaran */
.form-pendaftaran {
    gap: 1.5rem;
    width: 1040px;
    padding: 64px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(203, 203, 203, 0.25);
}
.form-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    align-self: stretch;
}
.form-field label {
    color: #000;
    font-family: Poppins;
    font-size: var(--font-size);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.form-field .form-control {
    font-size: 14px;
    width: 100%;
    height: 3rem !important;
    padding: 8px 12px !important;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
}
.form-field select {
    -webkit-appearance: none; /* untuk Safari/Chrome */
    -moz-appearance: none; /* untuk Firefox */
    appearance: none; /* standar */
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    padding-right: 2.5rem; /* supaya teks tidak nabrak icon */
}
.form-field input:focus,
select:focus {
    outline: none !important;
    border-color: #f15a24 !important;
    box-shadow: 0 0 0 2px rgba(241, 90, 36, 0.2) !important;
}
.form-container button {
    width: 100% !important;
    height: 3rem !important;
}

/* FOOTER */
.footer-japa {
    background-color: #141414; /* warna gelap pekat */
    color: #fff;
    font-size: 0.95rem;
}

.footer-japa h5 {
    font-size: 1.1rem;
    text-transform: uppercase;
}

.footer-japa p {
    font-size: var(--font-size);
}

.footer-japa ul li {
    margin-bottom: 0.5rem;
    font-size: var(--font-size);
}

.footer-japa ul li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 0.5rem;
    font-size: var(--font-size);
}

/* RESPONSIVE DESIGN FRONT-END */
@media (max-width: 992px) {
    /* NAVBAR */
    .navbar-japa-container {
        padding: 8px 0;
    }
    .navbar-collapse {
        padding: 1rem 0;
    }

    .navbar-japa-nav {
        width: 100%;
        text-align: center;
    }

    .navbar-japa-nav .btn.navbar-japa-ppdb {
        margin-top: 1rem;
        font-weight: bold;
    }

    /* Hilangkan border & shadow tombol hamburger */
    .navbar-toggler {
        border: none !important;
        box-shadow: none !important;
    }

    /* Ganti ikon hamburger jadi putih */
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
    }

    .navbar-japa-nav .dropdown-menu.show {
        margin-top: 0.5rem;
        padding-bottom: 0.5rem !important;
        border: none !important;
    }

    .navbar-japa-nav .dropdown-menu .dropdown-item {
        padding: 0.5rem 0 !important;
        text-align: center;
    }

    /* PAGES INDEX */
    /* Hero Index */
    .index-hero .container {
        padding: 0px 48px !important;
        gap: 1rem !important;
    }

    /* Data Sekolah Index */
    .index-data-sekolah {
        top: calc(100vh - 66px);
        left: 50%;
        transform: translate(-50%);
        width: 746px;
        padding: 36px 8px;
        border-radius: 10px;
        box-shadow: 0px 21px 97px 0px rgba(207, 207, 207, 0.25);
        justify-content: space-between;
    }
    .index-data-sekolah .data-container {
        width: 100%;
    }
    .index-data-sekolah .data-content {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        flex: 1 0 0;
    }

    /* Jurusan Index */
    .index-jurusan {
        padding: 130px 0px 64px 0px;
    }
    .index-jurusan .container {
        gap: 3rem;
    }
    .index-jurusan .container h2 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .index-jurusan .container h2.jurusan {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .index-jurusan .index-jurusan-content {
        flex-wrap: nowrap !important;
        padding: 0 12px !important;
    }
    .index-jurusan .jurusan-card {
        padding: 0 !important;
        flex: 1 0 0;
    }

    /* Sambutan Index */
    .index-sambutan .sambutan-content {
        gap: 16px !important;
        flex-direction: column !important;
        padding-top: 64px !important;
    }

    /* Artikel & Berita Index */
    /* Carousel Berita */
    .carousel-control-prev-icon {
        width: 2rem;
        height: 2rem;
        background-repeat: no-repeat;
        background-position: 40%;
        background-size: 50% 50%;
        background-color: #ff6600 !important;
    }
    .carousel-control-next-icon {
        width: 2rem;
        height: 2rem;
        background-repeat: no-repeat;
        background-position: 60%;
        background-size: 50% 50%;
        background-color: #ff6600 !important;
    }
    /* Artikel */
    .index-artikel-card {
        flex: 0 0 calc(50% - 16px);
        max-width: calc(50% - 16px);
    }

    /* DETAIL ARTIKEL */
    .konten-section,
    .sidebar-section {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .detail-artikel .row {
        flex-direction: column;
    }

    /* HERO ALL SECTION */
    .section-japa-hero {
        padding-top: 8rem !important;
        padding-bottom: 3rem !important;
        background: rgba(0, 0, 0, 0.7);
        background-blend-mode: multiply;
    }
    .section-japa-hero .hero-title {
        color: #fff;
        text-align: center;
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    /* KONTAK */
    .kontak-container {
        flex-direction: column;
    }
    .kontak-container .contact-info,
    .contact-form {
        width: 100%;
    }

    /* STAFF */
    .staf-container .container {
        padding: 0 12px !important;
    }

    /* FORM PPDB */
    .form-pendaftaran {
        gap: 1.5rem;
        width: 100%;
        padding: 24px;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0px 0px 20px 0px rgba(203, 203, 203, 0.25);
    }

    /* FOOTER */
    footer .container {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 48px !important;
        align-self: stretch !important;
        padding: 0 12px !important;
    }

    footer .footer-japa.btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
    }

    footer .footer-col-1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        width: 100% !important;
    }

    footer .footer-item-right {
        display: flex;
        align-items: flex-start;
        gap: 64px;
        align-self: stretch;
    }

    footer .footer-col-2 {
        display: flex;
        width: 500px !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    footer .footer-col-3 {
        display: flex;
        width: 160px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .footer-btn-primary,
    .footer-btn-outline {
        width: auto !important;
        display: inline-block !important;
        max-width: max-content !important;
    }

    /* Cara Daftar */
    .cara-daftar {
        padding: 24px 0px 64px 0px !important;
    }
    .cara-daftar-content {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    .cara-daftar-content {
        width: 100%;
        text-align: center;
    }
    .cara-daftar-text {
        width: 100% !important;
        text-align: center;
        align-items: center !important;
    }

    .faq-content {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    .faq-content h2 {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 576px) {
    /* PAGES INDEX */
    /* Hero Index */
    .index-hero {
        height: 100vh;
    }
    .index-hero .container {
        padding: 0px 12px !important;
        gap: 1rem !important;
    }
    .index-hero h1 {
        font-size: 2.5rem !important;
    }
    .index-hero p {
        color: #fff;
        text-align: center;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    /* Data Sekolah Index */
    /* Data Sekolah Index */
    .index-data-sekolah {
        top: calc(100vh - 66px);
        left: 50%;
        transform: translate(-50%);
        width: 370px;
        padding: 36px 8px;
    }
    .index-data-sekolah .data-container {
        justify-content: space-between;
        row-gap: 16px;
        flex-wrap: wrap;
    }
    .index-data-sekolah .data-content {
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 16px;
        flex: 1 0 0;
    }

    /* Jurusan Index */
    .index-jurusan {
        padding: 192px 0px 64px 0px;
    }
    .index-jurusan .index-jurusan-content {
        flex-direction: column !important;
        padding: 0 12px !important;
    }
    .index-jurusan .jurusan-card {
        padding: 0 !important;
        width: 100% !important;
    }

    /* Sambutan Index */
    .index-sambutan .sambutan-content {
        gap: 16px !important;
        flex-direction: column !important;
        padding-top: 64px !important;
    }
    .index-sambutan .sambutan-text h2 {
        font-size: 2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
    }
    .index-sambutan .sambutan-images img {
        max-width: 100% !important;
    }

    /* Arikel & Berita Index */
    /* Artikel */
    .index-artikel {
        flex-direction: column;
    }
    .index-artikel-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* GALERI */
    .galeri-button {
        justify-content: space-between;
        padding: 0 24px;
    }

    /* KONTAK */
    /* KONTAK */
    .kontak-container {
        padding: 48px 32px;
    }

    /* FORM PPDB */
    .form-pendaftaran {
        gap: 1.5rem;
        width: 100%;
        padding: 16px;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0px 0px 20px 0px rgba(203, 203, 203, 0.25);
    }

    /* FOOTER */
    footer .container {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 48px !important;
        align-self: stretch !important;
    }
    footer .footer-japa-btn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
    }
    footer .footer-col-1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        width: 100% !important;
    }
    footer .footer-item-right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px !important;
        align-self: stretch;
    }
    footer .footer-col-2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        width: 100% !important;
    }
    footer .footer-col-3 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        width: 100% !important;
    }
}
