/* =============================
   GLOBAL
============================= */

body {
    font-family: 'Poppins', sans-serif;
    background: url('/assets/images/paper-fibers.png') repeat;
    background-size: 300px;
    color: #2d2d2d;
    line-height: 1.7;
    margin: 0;
}

h1,
h2,
h3 {
    font-family: 'Playfair Display', serif;
}

html {
    scroll-behavior: smooth;
}


/* =============================
   BUTTON
============================= */

.btn {
    transition: all .3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.btn-primary-soft {
    background: #3b7f4a;
    color: #fff;
    border-radius: 30px;
    padding: 10px 28px;
    border: none;
}

.btn-primary-soft:hover {
    background: #2f663c;
}


/* =============================
   HEADER (IVORY)
============================= */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;

    background: linear-gradient(to bottom, #fffaf0, #f6f1e7);
    border-bottom: 1px solid rgba(0, 0, 0, .06);

    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.04),
        0 6px 15px rgba(242, 201, 76, 0.15);
}

/* Offset supaya hero tidak ketutup navbar */
.hero-split {
    margin-top: 80px;
}

.navbar-brand {
    font-weight: 700;
    color: #2f663c !important;
}

.navbar-nav .nav-link {
    color: #444 !important;
    font-weight: 500;
    margin: 0 6px;
    transition: .3s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #3b7f4a !important;
}

.navbar .btn-success {
    background: linear-gradient(135deg, #3b7f4a, #2f663c);
    border: none;
    border-radius: 25px;
    padding: 6px 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}


/* =============================
   HERO
============================= */

.hero-premium {
    background: linear-gradient(135deg, #f9f6ef, #f2efe6);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.hero-premium::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 127, 74, .08), transparent 70%);
    top: -150px;
    right: -150px;
}

.hero-premium h1 {
    font-size: 52px;
    line-height: 1.2;
}

.hero-premium span {
    color: #3b7f4a;
}

.tagline {
    color: #b0892f;
    margin: 20px 0;
}

.hero-main-img {
    max-width: 90%;
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .18);
    transition: .4s;
}

.hero-main-img:hover {
    transform: translateY(-6px) scale(1.02);
}


/* =============================
   FLOATING PARTICLES
============================= */

.hero-premium {
    position: relative;
}

.particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.particles span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(242, 201, 76, .6);
    border-radius: 50%;
    animation: float 12s infinite linear;
}

@keyframes float {
    from {
        transform: translateY(0);
        opacity: .8;
    }

    to {
        transform: translateY(-800px);
        opacity: 0;
    }
}


/* =============================
   SECTION
============================= */

.section-soft {
    padding: 50px 0;
}

.section-title {
    text-align: center;
}


/* =============================
   CARD
============================= */

.card-soft {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .3s;
}

.card-soft:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.card-soft img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-soft .card-body {
    padding: 20px;
}

.card-soft a:not(.btn) {
    color: #3b7f4a;
    font-weight: 600;
}


/* =============================
   EVENT
============================= */

.event-box {
    background: #fffaf0;
    padding: 25px;
    border-radius: 20px;
    transition: .3s;
}

.event-box:hover {
    transform: translateY(-4px);
}

.event-box ul {
    padding: 0;
    list-style: none;
}

.event-box li {
    margin-bottom: 15px;
}

.event-box span {
    background: #f2c94c;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: bold;
}


/* =============================
   ABOUT
============================= */

.about-soft {
    padding: 50px 0;
    background: linear-gradient(135deg, #f6f2e8, #f9f7f0);
}

.about-img {
    max-width: 90%;
    border-radius: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.about-list {
    padding: 0;
}

.about-list li {
    list-style: none;
    margin-bottom: 10px;
}

.about-list li::before {
    content: "✓";
    color: #3b7f4a;
    margin-right: 8px;
}

/* =============================
   DECOR LANDSCAPE (FINAL FIX)
============================= */

.decor-landscape-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
    /* ruang buat decor */
}

/* Layer decor */

.decor-landscape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 45%;

    background: url('/assets/images/decor/decor_landscape.png') no-repeat center bottom;

    background-size: cover;

    opacity: 0.45;

    z-index: 1;
}

/* Fade biar nyatu */

.decor-landscape::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(to top,
            rgba(249, 247, 240, 0) 0%,
            rgba(249, 247, 240, 0.6) 60%,
            rgba(249, 247, 240, 1) 100%);
}

/* Konten di atas decor */

.decor-landscape-section .container {
    position: relative;
    z-index: 5;
}

/* =============================
   GLOBAL SECTION TRANSITION
============================= */

section {
    transition: all 0.4s ease;
}


/* =============================
   FOOTER PRO
============================= */

.footer-pro {
    background: linear-gradient(135deg, #2f663c, #3b7f4a);
    color: #fff;
    padding: 80px 0 25px;
    position: relative;
}

.footer-pro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #f2c94c, #fff, #f2c94c);
}

.footer-logo {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-desc {
    opacity: .9;
    margin-bottom: 20px;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
    transition: .3s;
}

.footer-social a:hover {
    background: #f2c94c;
    color: #2f663c;
    transform: translateY(-3px);
}

.footer-menu,
.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-menu li,
.footer-contact li {
    margin-bottom: 10px;
}

.footer-menu a {
    color: #fff;
    opacity: .85;
    text-decoration: none;
    transition: .3s;
}

.footer-menu a:hover {
    opacity: 1;
    padding-left: 5px;
}

.footer-divider {
    margin: 35px 0 15px;
    height: 1px;
    background: rgba(255, 255, 255, .25);
}

.footer-bottom {
    text-align: center;
    font-size: 14px;
    opacity: .85;
}


/* =============================
   MOBILE
============================= */

@media(max-width:768px) {

    .hero-premium {
        padding: 80px 0;
        text-align: center;
    }

    .hero-premium h1 {
        font-size: 34px;
    }

    .hero-main-img {
        margin-top: 25px;
    }

    .footer-pro {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

}

/* =============================
   HERO FULL BACKGROUND
============================= */

.hero-full {
    position: relative;

    background:
        linear-gradient(to right,
            rgba(253, 250, 243, 0.9) 45%,
            rgba(253, 250, 243, 0.4) 70%,
            rgba(253, 250, 243, 0) 100%),
        url('/assets/images/gambar_utama.png');

    background-size: cover;

    /* GESER GAMBAR KE KIRI */
    background-position: 20% center;

    background-repeat: no-repeat;

    min-height: 520px;

    display: flex;
    align-items: center;
}

/* CONTENT */

.hero-content {
    max-width: 600px;
}

/* TITLE */

.hero-full h1 {
    font-family: 'Playfair Display', serif;
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-full h1 span {
    color: #3b7f4a;
}

/* TAGLINE */

.hero-full .hero-tagline {
    color: #b0892f;
    font-size: 18px;
    margin-bottom: 25px;
}

/* BUTTON */

.hero-full .btn-primary-soft {
    background: linear-gradient(135deg, #3b7f4a, #2f663c);
    border-radius: 30px;
    padding: 10px 28px;
    color: #fff;
    border: none;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
}

.hero-full .btn-primary-soft:hover {
    background: linear-gradient(135deg, #2f663c, #24522f);
}

/* MOBILE */

@media (max-width:768px) {

    .hero-full {
        background-position: center;
        min-height: 450px;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-full h1 {
        font-size: 32px;
    }

}

/* =========================
   HERO SPLIT FINAL
========================= */

.hero-split {
    background: linear-gradient(135deg, #f9f6ef, #f3efe4);
}

.hero-text h1 {
    font-size: 48px;
    font-family: 'Playfair Display', serif;
    line-height: 1.2;
}

.hero-text span {
    color: #3b7f4a;
}

.hero-text .tagline {
    color: #b0892f;
    margin: 20px 0;
    font-size: 18px;
}

.hero-image {
    text-align: right;
}

.hero-image img {
    width: 100%;
    max-width: 100%;
    height: 520px;
    border-radius: 32px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .15);
    object-fit: cover;
}

/* =============================
   HERO TEXT DECOR FIX REAL
============================= */

.hero-text {
    position: relative;
    padding: 45px 50px;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}


/* MOBILE */

@media(max-width:768px) {

    .hero-split {
        text-align: center;
        padding: 60px 0;
    }

    .hero-image {
        margin-top: 30px;
        text-align: center;
    }

    .hero-image img {
        max-width: 90%;
    }

}

/* ==============================
   HERO SPLIT FINAL CLEAN
============================== */


.hero-split .container {
    max-width: 1250px;
}



.hero-image {
    text-align: right;
}

.hero-image img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 32px;
    box-shadow: 0 35px 70px rgba(0, 0, 0, .18);
}

/* MOBILE */

@media (max-width: 992px) {

    .hero-split {
        text-align: center;
        padding: 70px 0;
    }

    .hero-text {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .hero-image {
        text-align: center;
    }

    .hero-image img {
        height: auto;
        max-width: 95%;
    }

}

/* =============================
   NAVBAR GOLD DIVIDER
============================= */

/* JANGAN override position fixed */
.navbar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 3px;

    background: linear-gradient(to right,
            transparent,
            #f2c94c,
            #f7e7a0,
            #f2c94c,
            transparent);

    opacity: 0.9;
}

/* Garis emas bawah navbar */

.navbar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 3px;

    background: linear-gradient(to right,
            transparent,
            #f2c94c,
            #f7e7a0,
            #f2c94c,
            transparent);

    opacity: 0.9;
}

/* Shadow lembut biar naik level */

.navbar {
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.04),
        0 6px 15px rgba(242, 201, 76, 0.15);
}

.navbar {
    margin-bottom: 0;
}



/* =============================
   DECOR LANDSCAPE FINAL FIX
============================= */

.decor-landscape-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 90px;
    /* jarak aman ke footer / section bawah */
}

/* Landscape utama */

.decor-landscape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 28%;
    /* LEBIH KECIL & PROPORSIONAL */

    background: url('/assets/images/decor/decor_landscape.png') no-repeat center bottom;

    background-size: cover;

    opacity: 0.45;
    /* lebih soft */
    z-index: 0;

    pointer-events: none;

    /* matiin semua transform lama */
    transform: none !important;
    top: auto !important;
}

/* Konten selalu di atas decor */

.decor-landscape-section .container {
    position: relative;
    z-index: 5;
}

/* =============================
   HERO SPACING FIX
============================= */

.hero-split {
    margin-top: 75px;
    /* cukup sesuai tinggi navbar */
    padding: 40px 0 80px 0;
    /* jangan 100px */
}

.hero-image {
    padding-left: 40px;
    /* kasih jarak dari teks */
}

.hero-image img {
    margin-right: 30px;
    /* kasih jarak dari sisi kanan background */
}


/* tambahan */

.hero-split {
    background: linear-gradient(180deg, #f6f1e7 0%, #f1ebdf 100%);
    position: relative;
}

.hero-split::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(59, 127, 74, 0.05), transparent 60%);
    pointer-events: none;
}

.card-soft {
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.card-soft img {
    height: 220px;
}

.card-soft:hover {
    transform: translateY(-8px);
}

.event-box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.event-box span {
    background: #f2c94c;
    font-size: 13px;
}

.event-box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.event-box span {
    background: #f2c94c;
    font-size: 13px;
}

section {
    transition: all 0.4s ease;
}

/* =============================
   NAVBAR INTERACTION UPGRADE
============================= */

.navbar-nav .nav-link {
    position: relative;
    padding: 8px 12px;
}

/* Underline animasi */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #3b7f4a;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
    width: 70%;
}


/* =============================
   CUSTOM DROPDOWN PREMIUM
============================= */

.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 220px;
    background: #ffffff;
    border-radius: 16px;
    padding: 10px 0;
    border: none;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

/* Show on hover */
.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown-item {
    padding: 10px 18px;
    font-size: 14px;
    color: #444;
    transition: all 0.25s ease;
}

.dropdown-item:hover {
    background: #f6f1e7;
    color: #3b7f4a;
    padding-left: 22px;
}

/* =============================
   NAVBAR DROPDOWN PREMIUM
============================= */

.dropdown-menu {
    border-radius: 16px;
    border: none;
    padding: 10px 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    animation: fadeDropdown .25s ease;
}

.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    transition: .2s;
}

.dropdown-item:hover {
    background: #f3efe4;
    color: #3b7f4a;
    padding-left: 24px;
}

@keyframes fadeDropdown {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =============================
   CURRICULUM PAGE
============================= */

.hero-curriculum {
    background: linear-gradient(135deg, #f9f6ef, #f2efe6);
    padding: 160px 0 100px 0;
}

.hero-curriculum h1 {
    font-size: 52px;
    font-family: 'Playfair Display', serif;
}

.hero-curriculum p {
    font-size: 18px;
    color: #b0892f;
}

/* =============================
   CURRICULUM ENHANCEMENT
============================= */

.curriculum-section {
    padding: 90px 0;
}

.curriculum-image {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.curriculum-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: 0.4s ease;
}

.curriculum-image:hover img {
    transform: scale(1.04);
}

.curriculum-title {
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}

.curriculum-list {
    padding-left: 18px;
}

.curriculum-list li {
    margin-bottom: 10px;
}

/* =============================
   CURRICULUM HERO PREMIUM
============================= */

.hero-curriculum-premium {
    position: relative;
    padding: 90px 0 70px 0;
        /* lebih compact & elegan */
    background:
        radial-gradient(circle at 20% 30%, rgba(242, 201, 76, 0.15), transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(59, 127, 74, 0.15), transparent 40%),
        linear-gradient(135deg, #f9f6ef, #f2efe6);
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: url('/assets/images/paper-fibers.png');
    opacity: 0.08;
}

.hero-curriculum-premium h1 {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #2d2d2d;
    position: relative;
    z-index: 2;
}

.hero-curriculum-premium p {
    font-size: 18px;
    color: #b0892f;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.hero-curriculum-premium h1 {
    margin-bottom: 10px;
}

.hero-curriculum-premium p {
    margin-top: 15px;
}

.hero-divider {
    width: 80px;
    height: 4px;
    margin: 25px auto;
    background: linear-gradient(to right, #f2c94c, #3b7f4a);
    border-radius: 4px;
    position: relative;
    z-index: 2;
}

/* Glow subtle animation */

.hero-curriculum-premium::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(242, 201, 76, 0.12), transparent 70%);
    top: -200px;
    right: -200px;
}

/* Responsive */

@media(max-width:768px) {
    .hero-curriculum-premium h1 {
        font-size: 40px;
    }
}

/* =============================
   CURRICULUM MODERN CARD STYLE
============================= */

.curriculum-modern {
    padding: 30px 0;
    position: relative;
}

/* Background Accent Shape */
.curriculum-modern::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 127, 74, 0.08), transparent 70%);
    top: 0;
    left: -150px;
}

.curriculum-card {
    background: #ffffff;
    padding: 40px 50px;
    border-radius: 32px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
}

.curriculum-image-modern {
    border-radius: 28px;
    overflow: hidden;
}

.curriculum-image-modern img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: 0.4s ease;
}

.curriculum-image-modern:hover img {
    transform: scale(1.05);
}

.curriculum-content h2 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}

.program-badge {
    display: inline-block;
    background: linear-gradient(135deg, #3b7f4a, #2f663c);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 15px;
}

.program-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.program-list li {
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}

.program-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3b7f4a;
    font-weight: bold;
}


/* HEADMASTER */
.about-headmaster {
    padding: 90px 0;
}

/* STATS */
.about-stats {
    background: linear-gradient(135deg, #2f663c, #3b7f4a);
    padding: 70px 0;
}

.about-stats h2 {
    font-size: 40px;
    font-weight: 700;
}

/* HERO */
.about-hero {
    background: linear-gradient(135deg, #f6f2e8, #ffffff);
    padding: 90px 0 70px;
    position: relative;
    overflow: hidden;
}

.about-hero::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 4px;
    background: linear-gradient(to right, #c6a64b, #2e7d32);
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    border-radius: 10px;
}

.about-hero h1 {
    font-size: 50px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.about-hero .subtitle {
    color: #a77d2e;
    margin-top: 10px;
}

.about-section img {
    transition: 0.4s ease;
}

.about-section img:hover {
    transform: scale(1.03);
}

/* SECTION SPACING */
.about-section,
.vm-section,
.values-section,
.headmaster-section {
    padding: 70px 0;
}

/* VM CARD */
.vm-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.vm-card:hover {
    transform: translateY(-6px);
}

/* VALUES */
.value-card {
    background: #ffffff;
    padding: 40px 25px;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.value-card i {
    font-size: 32px;
    background: #e8f5e9;
    padding: 15px;
    border-radius: 50%;
    color: #2e7d32;
    margin-bottom: 20px;
}

/* HEADMASTER */
.headmaster-card {
    background: #f7f7f7;
    padding: 50px;
    border-radius: 25px;
}

.headmaster-card .quote {
    font-style: italic;
    max-width: 700px;
    margin: 20px auto;
}

/* STATS */
.stats-section {
    background: linear-gradient(to right, #2e7d32, #3a8f3f);
    color: #fff;
    padding: 60px 0;
}

.stats-section h2 {
    font-size: 40px;
}

/* ================= DEVELOPMENT NOTICE ================= */
.dev-notice {
    background: #c62828;
    color: #fff;
    padding: 12px 0;
    font-size: 14px;
    position: relative;
    z-index: 9999;
}

.dev-notice strong {
    text-decoration: underline;
}

.dev-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
}

.dev-close:hover {
    opacity: 0.7;
}


.timeline-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #2e7d32;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 30px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 4px solid #2e7d32;
    border-radius: 50%;
}

.timeline-item span {
    font-weight: bold;
    color: #2e7d32;
}

/* ================= MODERN JOURNEY ================= */

.journey-section {
    padding: 100px 0;
    background: linear-gradient(to bottom, #f9f9f9, #ffffff);
}

.timeline-modern {
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
}

.timeline-modern::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 4px;
    height: 100%;
    background: #2e7d32;
    transform: translateX(-50%);
}

.timeline-block {
    width: 50%;
    padding: 20px 40px;
    position: relative;
}

.timeline-block.left {
    left: 0;
    text-align: right;
}

.timeline-block.right {
    left: 50%;
}

.timeline-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-6px);
}

.timeline-content .year {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.timeline-block::after {
    content: "";
    position: absolute;
    top: 30px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 4px solid #2e7d32;
    border-radius: 50%;
    z-index: 2;
}

.timeline-block.left::after {
    right: -9px;
}

.timeline-block.right::after {
    left: -9px;
}



/* team section */
.team-section {
    padding: 80px 0;
}

.team-card {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.team-card img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.team-card:hover {
    transform: translateY(-8px);
}

.admission-cta {
    background: linear-gradient(135deg, #2e7d32, #3a8f3f);
    color: #fff;
    padding: 80px 0;
}

.admission-cta h2 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}


/* ================= LEADERSHIP SECTION ================= */

.leadership-section {
    padding: 110px 0;
    background: linear-gradient(to bottom, #f9f9f9, #ffffff);
}

.leadership-section h2 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 50px;
}

.leader-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    position: relative;
}

.leader-card:hover {
    transform: translateY(-8px);
}

.leader-card.main {
    padding-top: 60px;
}

.leader-photo {
    width: 120px;
    height: 120px;
    background: #e8f5e9;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 6px solid #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.leader-photo.small {
    width: 90px;
    height: 90px;
}

.leader-card h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.leader-card small {
    display: block;
    color: #777;
    margin-bottom: 10px;
}

.leader-card p {
    color: #2e7d32;
    font-weight: 500;
}


/* ================= PREMIUM LEADERSHIP ================= */

.leadership-section-premium {
    padding: 120px 0;
    background: linear-gradient(to bottom, #f9f9f9, #ffffff);
    position: relative;
}

.section-badge {
    display: inline-block;
    background: #2e7d32;
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.leadership-section-premium h2 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 60px;
}

.leader-card-pro {
    background: #ffffff;
    padding: 40px 25px;
    border-radius: 30px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.05);
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
}

.leader-card-pro:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
}

.leader-card-pro.main {
    background: linear-gradient(to bottom, #ffffff, #f7f7f7);
}

.leader-photo-pro {
    width: 130px;
    height: 130px;
    background: #e8f5e9;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 5px solid #d4af37;
    /* gold ring */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.leader-photo-pro.small {
    width: 90px;
    height: 90px;
}

.leader-card-pro h5,
.leader-card-pro h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.leader-card-pro small {
    display: block;
    color: #777;
    margin-bottom: 10px;
}

.leader-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: rgba(46, 125, 50, 0.95);
    color: #fff;
    padding: 25px;
    font-size: 14px;
    transition: 0.4s ease;
}

.leader-card-pro:hover .leader-overlay {
    bottom: 0;
}

.shadow-lg {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08) !important;
}

section {
    position: relative;
}

.about-hero {
    background: linear-gradient(135deg, #2e7d32, #4caf50);
    color: white;
}

.about-hero h1 {
    font-size: 2.5rem;
}

.card {
    border-radius: 15px;
    overflow: hidden;
}

.card img {
    transition: transform 0.4s ease;
}

.card:hover img {
    transform: scale(1.05);
}

.card:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

/* EVENT BOXS */
.event-box {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.event-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-box li {
    margin-bottom: 15px;
    font-weight: 500;
}

.event-box span {
    background: #E8C15A;
    color: #000;
    padding: 6px 12px;
    border-radius: 12px;
    margin-right: 10px;
    font-weight: 600;
}

/* ================================
   NEWS DETAIL COMPACT
================================ */

.news-hero-compact {
    padding: 70px 0 50px 0;
    /* lebih pendek */
    background: linear-gradient(135deg, #f9f6ef, #f2efe6);
}

.news-hero-compact h1 {
    font-size: 46px;
    margin-bottom: 15px;
}

.news-hero-compact p {
    color: #b0892f;
    font-size: 16px;
    margin-top: 10px;
}

.news-hero-compact .hero-divider {
    margin: 15px auto;
}

.section-soft {
    padding: 60px 0;
    /* sebelumnya 90px */
}



/* Gallery */
.gallery-card {
    overflow: hidden;
    border-radius: 16px;
    transition: 0.3s;
}

.gallery-card img {
    transition: 0.4s;
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.filter-btn.active {
    background: #2e5e3d;
    color: white;
}

.gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

.gallery-item {
    width: 100%;
}

/* google maps/footer */
.footer-map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu a {
    text-decoration: none;
    color: #dfeee4;
    font-weight: 500;
}

.footer-menu a:hover {
    color: white;
}

.btn-primary-soft,
.btn-primary-soft:hover {
    color: #fff;
}

.hero-title {
    white-space: normal;
    line-height: 1.1;
}

.hero-text {
    text-align: left;
}

.hero-text h1 {
    text-align: left;
    line-height: 1.1;
}

.hero-text p {
    text-align: left;
}

.hero-text h1 {
    margin-left: 0;
    padding-left: 0;
}

.hero-split .row {
    align-items: center;
}

.hero-text {
    background: #f3f3f3;
    padding: 40px;
    border-radius: 28px;
    height: auto;
}

.hero-text h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-text .tagline {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.hero-image img {
    width: 100%;
    border-radius: 28px;
}

.hero-text {
    display: inline-block;
}

.hero-text {
    background: #f5f4f1;
    padding: 48px 44px;
    border-radius: 28px;
    max-width: 460px;
}

.hero-text h1 {
    font-size: 46px;
    line-height: 1.15;
    font-weight: 500;
    margin-bottom: 18px;
}

.hero-text .tagline {
    font-size: 17px;
    line-height: 1.6;
    color: #a47c2a;
    margin-bottom: 26px;
}

.hero-text .btn {
    padding: 12px 26px;
    font-size: 16px;
}

.hero-image img {
    border-radius: 28px;
    width: 100%;
}

.hero-text {
    max-width: 420px;
}

.btn-primary-soft {
    transition: all .25s ease;
}

.btn-primary-soft:hover {
    transform: translateY(-2px);
}


/* BACK TO TOP */

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #2f6b3c;
    color: white;
    font-size: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 999;
    transition: all .3s;
}

.back-to-top:hover {
    background: #1f4e2b;
    transform: translateY(-3px);
}