:root {
    --color-primary: #19b2ff;
    --color-primary-soft: #e2f2ff;
    --color-secondary: #ffd940;
    --color-maron: #930000;
    --color-title: #ffffff;
    --color-sub-title: #ffffff;
    --color-bg: #ffffff;
    --color-text: #000;
    --color-maron: #ef4444;
    --color-success: #0ed200;
}

html,
body {
    overscroll-behavior: none;
}

body {
    margin: 0;
    padding: 0;
    padding-top: 55px;
}

.navbar-edu {
    background-color: var(--color-primary);
    background-image: url("bg-nav.svg");
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    padding: 12px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

.logo-floating {
    position: absolute;
    top: -13px;
    left: 10px;
}

.logo-bg {
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 0 0 40px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.logo-bg img {
    width: 100px;
    margin-top: -15px;
}

@media screen and (max-width: 768px) {
    .logo-bg img {
        width: 70px;
        margin-top: -15px;
    }
}

.navbar-nav-edu .nav-link {
    color: #fff !important;
    position: relative;
    margin: 0 6px;
}

.navbar-nav-edu .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #ffeb3b;
    transition: 0.3s;
}

.navbar-nav-edu .nav-link:hover::after {
    width: 100%;
}

/* ACTIVE */
.navbar-nav-edu .nav-link.active {
    font-weight: 600;
    color: #0d6efd;
}

.navbar-nav-edu .nav-link.active::after {
    width: 100%;
}

.navbar-nav-edu .nav-link:hover::after {
    width: 100%;
}

.btn-enroll {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    background: linear-gradient(135deg, #ff4d4d, #d7263d);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 999px;
    text-decoration: none;
    letter-spacing: 0.4px;
    box-shadow: 0 6px 16px rgba(215, 38, 61, 0.35);
    transition: all 0.3s ease;
    border: none;
}

.btn-enroll:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(215, 38, 61, 0.5);
}

.btn-enroll:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(215, 38, 61, 0.3);
}

.search-desktop {
    position: relative;
    background: #ffffff;
    border-radius: 30px;
    padding: 6px 14px;
    width: 260px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.search-desktop i {
    color: #999;
    font-size: 14px;
    margin-right: 8px;
}

.search-desktop input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    background: transparent;
    color: #333;
}

.search-desktop:hover,
.search-desktop:focus-within {
    box-shadow: 0 0 0 3px rgba(255, 235, 59, 0.45);
}

.search-desktop input::placeholder {
    color: #aaa;
}

.sidebar-edu {
    background: var(--color-primary);
    color: #fff;
}

.sidebar-nav {
    list-style: none;
    padding: 0;
}

.sidebar-nav li {
    margin-bottom: 12px;
}

.sidebar-nav a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.sidebar-nav a:hover {
    color: #ffeb3b;
}

#heroCarousel .carousel-item {
    position: relative;
    background-color: #000;
}

#heroCarousel .carousel-item img {
    object-fit: cover;
    height: 94vh;
    display: block;
    width: 100%;
    transform: scale(1);
    opacity: 1;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
}

#heroCarousel .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.327);
    z-index: 1;
    pointer-events: none;
}

#heroCarousel .carousel-item video {
    object-fit: cover;
    height: 94vh;
    display: block;
    width: 100%;
    transform: scale(1);
    opacity: 1;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
}

#heroCarousel .carousel-item::before,
#heroCarousel .carousel-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

#heroCarousel .carousel-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20.5%;

    background: rgba(255, 255, 255, 0.01); /* hampir transparan */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    pointer-events: none;
    z-index: 1;
}

#heroCarousel .custom-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    transform: translateY(-50%);
}

#heroCarousel .custom-nav button {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 0.1rem 1rem;
    border-radius: 50%;
    transition: background 0.3s;
    border: 1px solid;
    opacity: 0.5;
}

#heroCarousel .custom-nav button:hover {
    background: rgba(255, 255, 255, 0.3);
}

#heroCarousel .custom-caption-left {
    position: absolute;
    bottom: 10%;
    z-index: 3;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

#heroCarousel .custom-caption-left h1,
#heroCarousel .custom-caption-left hr,
#heroCarousel .custom-caption-left .seemore,
#heroCarousel .custom-caption-left p {
    text-align: center;
    align-content: center;
    color: #fff;
}

#heroCarousel .custom-caption-left.animate__animated.animate__fadeInUp {
    --animate-duration: 1s;
}

#heroCarousel .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
}

#heroCarousel .carousel-indicators .active {
    background-color: #fff;
}

#heroCarousel .hero-item {
    transition: opacity 2s ease-in-out;
    background-color: #000;
}

#heroCarousel .carousel-item-next img,
.carousel-item-prev img {
    animation: zoomEnter 2s ease forwards;
}

#heroCarousel .carousel-item.active.carousel-item-start img,
#heroCarousel .carousel-item.active.carousel-item-end img {
    animation: zoomExit 1s ease forwards;
}

@keyframes zoomEnter {
    0% {
        transform: scale(2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomExit {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.hero-title .title-main {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--color-title);
    line-height: 1.2;
    font-family: "Comic Sans MS", cursive, sans-serif;
}

.hero-title .subtitle {
    font-size: 1rem;
    color: var(--color-title);
    line-height: 1.2;
    margin-top: 8px;
}

.see-more-link {
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    transition:
        transform 0.3s ease,
        letter-spacing 0.3s ease;
}

.see-more-link:hover {
    transform: translateX(6px);
    letter-spacing: 0.5px;
}

.section-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.6),
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0)
    );
}

.hero-title-primary .title-main {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--color-primary);
    line-height: 1.2;
    font-family: "Comic Sans MS", cursive, sans-serif;
}

.hero-title-primary .subtitle {
    font-size: 1rem;
    color: var(--color-primary);
    line-height: 1.2;
    margin-top: 8px;
}

.see-more-link-primary {
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    color: var(--color-primary);
    transition:
        transform 0.3s ease,
        letter-spacing 0.3s ease;
}

.see-more-link-primary:hover {
    transform: translateX(6px);
    letter-spacing: 0.5px;
}

.section-divider-primary {
    width: 100%;
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(0, 128, 255, 0.6),
        rgba(0, 128, 255, 0.2),
        rgba(0, 128, 255, 0)
    );
}

#heroAbout {
    position: relative;
    width: 100%;
    padding: 20rem 0;
    overflow: hidden;
    background-image: url("item0.svg");
}

#heroAbout .hero-title {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}

#heroAbout .title-main {
    color: var(--color-primary);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

#heroAbout .subtitle {
    margin-top: 1.2rem;
    color: var(--color-primary);
    font-size: 1.1rem;
    line-height: 1.8;
}

.hero-decor {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.8;
}

.decor-left {
    left: -140px;
    background: var(--color-maron);
    width: 360px;
    height: 360px;
    top: 5%;
    animation: floatYTop 7s ease-in-out infinite;
}

.decor-right {
    right: -140px;
    background: var(--color-primary);
    width: 360px;
    height: 360px;
    top: 5%;
    animation: floatYTop 7s ease-in-out infinite;
}

.decor-bottom-left {
    background: var(--color-success);
    left: -120px;
    width: 260px;
    height: 260px;
    bottom: 5%;
    animation: floatXBottom 7s ease-in-out infinite;
}

.decor-bottom-right {
    background: var(--color-secondary);
    right: -120px;
    width: 260px;
    height: 260px;
    bottom: 5%;
    animation: floatXBottom 7s ease-in-out infinite;
}

@keyframes floatYTop {
    0%,
    100% {
        transform: translateY(0) rotate(-8deg);
    }
    50% {
        transform: translateY(-25px) rotate(-8deg);
    }
}

@keyframes floatXBottom {
    0%,
    100% {
        transform: translateX(0) rotate(12deg);
    }
    50% {
        transform: translateX(25px) rotate(12deg);
    }
}

@media (max-width: 991px) {
    .decor-left,
    .decor-right {
        width: 200px;
        height: 200px;
        top: 15%;
    }

    .decor-bottom-left,
    .decor-bottom-right {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 576px) {
    #heroAbout .hero-title {
        width: 100%;
    }

    #heroAbout .title-main {
        font-size: 1.5rem;
    }

    .hero-title .subtitle {
        font-size: 0.8rem;
    }

    .see-more-link {
        font-size: 0.8rem;
    }

    .custom-nav button,
    .navbar-edu .search-btn,
    .navbar-edu .search-input {
        display: none;
    }

    .navbar-edu .logo-bg {
        width: 94px;
        height: 94px;
    }
}

#heroActivities {
    position: relative;
    width: 100%;
    padding: 5rem 0;
    background: linear-gradient(
        40deg,
        var(--color-primary) 60%,
        var(--color-primary-soft) 100%
    );
}

#heroActivities::before {
    content: "";
    position: absolute;
    /* background: url("bg-shape.png") center / cover no-repeat; */
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: -1px;
    opacity: 0.5;
    overflow: hidden;
}

#heroActivities .flat-bg {
    position: absolute;
    background-color: var(--color-secondary);
    background-image: url("bg-nav-2.svg");
    width: 87.5%;
    height: 170px;
    bottom: 6rem;
    z-index: 1;
}

#heroActivities .swiper {
    width: 100%;
    padding: 2rem 0;
}

#heroActivities .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
}

#heroActivities .slide-wrap {
    position: relative;
    width: 240px;
    height: 340px;
    overflow: hidden;
}

#heroActivities .slide-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    transition:
        transform 0.4s ease,
        filter 0.4s ease;
    object-fit: cover;
    margin-left: 2px;
}

#heroActivities .slide-wrap:hover img {
    transform: scale(1.06);
    filter: blur(3px);
}

#heroActivities .slide-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 162, 255, 0.75),
        rgba(0, 162, 255, 0.35),
        rgba(0, 162, 255, 0)
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 1;
}

#heroActivities .slide-wrap:hover::after {
    opacity: 1;
}

#heroActivities .slide-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px;
    color: #fff;
    pointer-events: none;
    z-index: 2;
}

#heroActivities .slide-title,
#heroActivities .slide-desc {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

#heroActivities .slide-title {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    transform: translateY(3px);
    opacity: 0;
    transition:
        transform 0.4s ease,
        opacity 0.4s ease;
}

#heroActivities .slide-desc {
    margin-top: 6px;
    font-size: 0.85rem;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(20px);
    transition:
        transform 0.4s ease,
        opacity 0.4s ease;
    transition-delay: 0.1s;
}

#heroActivities .slide-wrap:hover .slide-title {
    transform: translateY(0);
    opacity: 1;
}

#heroActivities .slide-wrap:hover .slide-desc {
    transform: translateY(0);
    opacity: 1;
}

#heroActivities .swiper-nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 10rem;
}

#heroActivities .swiper-nav {
    display: flex;
    flex-direction: column;
}

#heroActivities .swiper-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

#heroActivities .swiper-btn:hover {
    background: #000;
    color: #fff;
}

#heroQuestion {
    padding: 5rem 0 10rem 0;
    position: relative;
    background-image: url("bg-shape5.svg");
}

#heroQuestion::before {
    content: "";
    position: absolute;
    /* background: url("bg-shape.png") center / cover no-repeat; */
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: -1px;
    transform: rotate(180deg) scaleX(-1);
    overflow: hidden;
}

#heroQuestion .accordion-flush .accordion-item {
    background: transparent;
    margin: 0;
}

#heroQuestion .title-main {
    color: var(--color-primary);
}

#heroQuestion .section-divider {
    background: linear-gradient(
        to right,
        rgba(0, 119, 255, 0.6),
        rgba(0, 119, 255, 0.2),
        rgba(0, 119, 255, 0)
    );
}

#heroQuestion .subtitle {
    color: var(--color-primary);
}

#heroQuestion .accordion-flush .accordion-button {
    background: transparent;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 1.1rem;
    padding: 20px;
    transition: all 0.35s ease;
    position: relative;
}

#heroQuestion .accordion-button::after {
    display: none;
}

#heroQuestion .accordion-button::before {
    content: "+";
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--color-primary);
    transition: transform 0.3s ease;
}

#heroQuestion .accordion-collapse {
    margin-top: -10px;
}

#heroQuestion .accordion-button:not(.collapsed)::before {
    content: "×";
    transform: translateY(-50%) rotate(180deg);
}

#heroQuestion .accordion-flush .accordion-body {
    color: var(--color-primary);
    line-height: 1.6;
}

#heroQuestion .accordion-button:focus {
    box-shadow: none;
}

#heroQuestion .question-image {
    position: relative;
    top: 30px;
    width: 100%;
    height: auto;
}

#heroFacilities {
    position: relative;
    width: 100%;
    padding: 5rem 0;
    background-color: var(--color-bg);
    background-image: url("bg-shape4.svg");
}

#heroFacilities .title-main {
    color: var(--color-primary);
}

#heroFacilities .section-divider {
    background: linear-gradient(
        to right,
        rgba(0, 119, 255, 0.6),
        rgba(0, 119, 255, 0.2),
        rgba(0, 119, 255, 0)
    );
}

#heroFacilities .see-more-link {
    color: var(--color-primary);
}

#heroFacilities .subtitle {
    color: var(--color-primary);
}

#heroFacilities .card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

#heroFacilities .facility-img {
    position: relative;
    overflow: hidden;
}

#heroFacilities .facility-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Mobile tuning */
@media (max-width: 767px) {
    #heroFacilities .facility-card {
        min-height: 90px;
    }

    #heroFacilities .facility-img {
        height: 90px;
    }
}


#heroFacilities .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#heroFacilities .card img {
    object-fit: cover;
}

#heroFacilities .card-body {
    padding: 1rem 1.25rem;
}

#heroFacilities .card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

#heroFacilities .card-text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.4;
}

/* Kolom kiri agar gambar full */
#heroFacilities .col-md-6 .card-img-top {
    height: 300px;
    object-fit: cover;
}

/* Card kanan agar tinggi rata */
#heroFacilities .col-md-6 .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
    #heroFacilities .row > div {
        margin-bottom: 1rem;
    }
}

#heroAdmission {
    position: relative;
    width: 100%;
    padding: 5rem 0;
    background: linear-gradient(
        190deg,
        var(--color-primary) 60%,
        var(--color-primary-soft) 100%
    );
}

#heroAdmission::before {
    content: "";
    position: absolute;
    /* background: url("bg-shape.png") center / cover no-repeat; */
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: -1px;
    opacity: 0.5;
    overflow: hidden;
}

#heroAdmission .flat-bg {
    position: absolute;
    background-color: var(--color-secondary);
    background-image: url("bg-nav-2.svg");
    width: 86%;
    height: 170px;
    bottom: 6rem;
    right: 0;
    z-index: 1;
}

#heroAdmission .swiper {
    width: 100%;
    padding: 2rem 0;
}

#heroAdmission .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
}

#heroAdmission .slide-wrap {
    position: relative;
    width: 240px;
    height: 340px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

#heroAdmission .slide-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    transition:
        transform 0.4s ease,
        filter 0.4s ease;
    object-fit: cover;
    margin-left: 2px;
}

#heroAdmission .swiper-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 10rem;
}

#heroAdmission .swiper-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

#heroEskul {
    position: relative;
    width: 100%;
    padding: 5rem 0;
    background-color: var(--color-bg);
    background-image: url("bg-shape4.svg");
}

#heroEskul .title-main {
    color: var(--color-primary);
}

#heroEskul .section-divider {
    background: linear-gradient(
        to right,
        rgba(0, 119, 255, 0.6),
        rgba(0, 119, 255, 0.2),
        rgba(0, 119, 255, 0)
    );
}

#heroEskul .see-more-link {
    color: var(--color-primary);
}

#heroEskul .subtitle {
    color: var(--color-primary);
}

#heroEskul .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#heroEskul .swiper-slide {
    padding: 1rem;
}

#heroEskul .activity-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

#heroEskul .activity-img {
    flex: 0 0 45%;
}

#heroEskul .activity-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#heroEskul .activity-content {
    flex: 1;
    padding: 1rem;
}

#heroEskul .activity-content h4 {
    font-weight: 700;
    margin-bottom: 0.75rem;
}

#heroEskul .activity-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

#heroEskul .activity-content .learn-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

#heroEskul .activity-content .learn-more .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

#heroEskul .activity-content .learn-more:hover {
    color: #1e40af;
}

#heroEskul .activity-content .learn-more:hover .arrow {
    transform: translateX(6px);
}

@media (max-width: 767px) {
    .activity-img {
        flex: 0 0 auto;
        height: 200px;
    }
}

#heroTestimonial {
    position: relative;
    width: 100%;
    padding: 5rem 0;
    background: linear-gradient(
        190deg,
        var(--color-primary) 60%,
        var(--color-primary-soft) 100%
    );
}

#heroTestimonial::before {
    content: "";
    position: absolute;
    /* background: url("bg-shape.png") center / cover no-repeat; */
    z-index: -1;
    width: 100%;
    height: 100%;
    bottom: -1px;
    opacity: 0.5;
    overflow: hidden;
}

#heroTestimonial .flat-bg {
    position: absolute;
    background-color: var(--color-secondary);
    background-image: url("bg-nav-2.svg");
    width: 86%;
    height: 170px;
    bottom: 6rem;
    right: 0;
    z-index: 1;
}

#heroTestimonial .swiper {
    width: 100%;
    padding: 2rem 0;
}

#heroTestimonial .swiper-slide {
    width: auto;
    display: flex;
    justify-content: center;
}

#heroTestimonial .slide-wrap {
    position: relative;
    width: 240px;
    height: 340px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

#heroTestimonial .slide-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    transition:
        transform 0.4s ease,
        filter 0.4s ease;
    object-fit: cover;
    margin-left: 2px;
}

#heroTestimonial .swiper-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 10rem;
}

#heroTestimonial .swiper-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

#heroAboutUs {
    position: relative;
    background: linear-gradient(
        80deg,
        var(--color-primary) 60%,
        var(--color-primary-soft) 100%
    );
    width: 100%;
}

#heroAboutUs .heroBanner {
    position: relative;
    height: 25rem; /* bisa disesuaikan */
    overflow: hidden;
}

#heroAboutUs .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#heroAboutUs .aboutLand {
    position: relative;
    width: 100%;
    padding: 5rem 0;
}

.abstract-shape {
    width: 100%;
    background: #ffffff;
    position: relative;
    animation:
        softWave 10s ease-in-out infinite,
        floatY 6s ease-in-out infinite;
}

.shape-content {
    width: 100%;
    height: 100%;
    padding: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@keyframes softWave {
    0%,
    100% {
        border-radius: 30% 50% 30% 50% / 50% 20% 50% 20%;
    }
    50% {
        border-radius: 50% 20% 50% 20% / 30% 50% 30% 50%;
    }
}

@keyframes floatY {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

#heroVision {
    position: relative;
    width: 100%;
    padding: 2rem 0;
    background-color: var(--color-bg);
    overflow: hidden;
}

#heroVision .vision-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("gedung2.jpeg");
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

#heroVision .glass-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    transition: transform 0.3s ease;
}

#heroVision .glass-card:hover {
    transform: translateY(-10px);
}

#heroKurikulum {
    position: relative;
    width: 100%;
    padding: 2rem 0;
    background-color: var(--color-primary);
    overflow: hidden;
}

#activityLand {
    position: relative;
    width: 100%;
    padding: 5rem 0;
    background-color: var(--color-bg);
    background-image: url("bg-shape5.svg");
}

#activityLand .title-main {
    color: var(--color-primary);
}

#activityLand .section-divider {
    background: linear-gradient(
        to right,
        rgba(0, 119, 255, 0.6),
        rgba(0, 119, 255, 0.2),
        rgba(0, 119, 255, 0)
    );
}

#activityLand .see-more-link {
    color: var(--color-primary);
}

#activityLand .subtitle {
    color: var(--color-primary);
}

#activityLand h3 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}

#activityLand .card {
     border: none;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

#activityLand h3::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 10%; /* panjang garis */
    height: 3px; /* tebal garis */
    background: linear-gradient(
        to right,
        rgba(0, 119, 255, 0.6),
        rgba(0, 119, 255, 0.6),
        rgba(0, 119, 255, 0.1)
    );
    border-radius: 2px;
}

#admissionSteps .nav-link {
    color: #000; /* teks hitam */
    border: 1px solid #000;
    margin: 0 5px;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
}

#admissionSteps .nav-link:hover {
    background-color: #000;
    color: #fff;
}

#admissionSteps .nav-link.active {
    background-color: #000;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#activityLand .nav-pills {
    background: white;
    padding: 20px;
    border-bottom: 1px solid #edf2f7;
    justify-content: space-around;
}

#activityLand .nav-link {
    color: #6c757d;
    border-radius: 12px !important;
    padding: 15px 25px;
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid transparent;
}

#activityLand .nav-link .step-icon {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

#activityLand .nav-link .step-text {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#activityLand .nav-link.active {
    background-color: var(--color-primary) !important;
    color: white !important;
    border-color: var(--color-primary) !important;
}

#activityLand .tab-content {
    padding: 40px;
    min-height: 300px;
    background: white;
}

#activityLand .step-badge {
    background-color: var(--color-primary);
    color: rgb(255, 255, 255);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.8rem;
    margin-bottom: 15px;
    display: inline-block;
}

#activityLand .btn-action {
    background-color: var(--color-primary);
    border: none;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
}

#activityLand .btn-action:hover {
    background-color: #0076a8;
    transform: translateY(-2px);
}

#activityLand .article-card {
    display: flex;
    gap: 16px;
    padding: 14px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: all .3s ease;
    position: relative;
}

#activityLand .article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(0,0,0,.10);
}

#activityLand .article-thumb {
    width: 120px;
    height: 90px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
}

#activityLand .article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#activityLand .article-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#activityLand .article-title {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 4px;
    color: #111;
}

#activityLand .article-subtitle {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 6px;
}

#activityLand .article-meta {
    font-size: 0.7rem;
    color: #adb5bd;
    letter-spacing: .3px;
}

#activityLand .activity-mini {
    gap: 10px;
    align-items: center;
}

#activityLand .activity-thumb {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

#activityLand .activity-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#activityLand .activity-info h6 {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2;
}

#activityLand .activity-info p {
    font-size: 0.7rem;
    color: #6c757d;
    line-height: 1.3;
}


.footer-area {
    background-color: var(--color-primary);
    background-image: url("bg-nav.svg");
    color: var(--color-title);
}

.footer-title {
    font-weight: 600;
}

.footer-text {
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 520px;
}

.footer-badge {
    background-color: #f8f9fa;
    font-weight: 500;
    font-size: 0.75rem;
    padding: 6px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
}

.footer-trust .trust-item {
    background-color: #f8f9fa;
    border: 1px solid #e5e5e5;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    color: #495057;
    font-weight: 500;
}

.footer-trust .trust-item i {
    font-size: 0.85rem;
}

.footer-cta-link {
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--color-title);
    transition: color 0.3s ease;
}

.footer-cta-link .arrow {
    transition: transform 0.3s ease;
}

.footer-cta-link:hover {
    color: var(--color-title);
}

.footer-cta-link:hover .arrow {
    transform: translateX(4px);
}

.social-links a:hover {
    color: var(--color-title);
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    position: relative;
    color: var(--color-title);
}

.footer-links a::before {
    content: none;
    position: absolute;
    left: 0;
}

.footer-brand img {
    background-color: var(--color-bg);
    padding: 10px;
    border-radius: 50px;
    object-fit: cover;
}

.social-links a {
    font-size: 18px;
    transition: color 0.3s ease;
    color: var(--color-title);
}

.social-links a:hover {
    color: var(--color-secondary);
}
