
/* custom template  */

 .primary-menu li a {text-decoration:none}
        /* banner  */
        .kg-banner-area::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(255, 255, 255, 0.75); /* overlay putih */
        }

        .kg-banner-area .container {
            position: relative;
            z-index: 2;
        }

        .kg-banner-title {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.2;
            color: #000;
        }

        .kg-banner-subtitle {
            font-size: 20px;
            line-height: 1.6;
            color: #333;
            max-width: 500px;
        }

        .kg-btn-primary {
            background-color: #f28c64;
            color: #fff;
            padding: 14px 28px;
            border-radius: 15px;
            font-weight: 600;
            border: none;
        }

        .kg-btn-primary:hover {
            background-color: #e6784f;
            color: #fff;
        }
/* end  */
/* Keunggulan Sekolah Kami  */
        .section-keunggulan {
            padding: 80px 0;
        }

        .keunggulan-card {
            background: #ffffff;
            border-radius: 50px;
            padding: 20px 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .keunggulan-card i {
            font-size: 22px;
        }

        .btn-detail {
            background-color: #e07a5f;
            color: #fff;
            border-radius: 15px;
            padding: 12px 25px;
            font-weight: 600;
        }

        .btn-detail:hover {
            background-color: #d16447;
            color: #fff;
        }

        .image-wrapper {
            position: relative;
        }

        .image-wrapper img {
            max-width: 100%;
        }

        .dekorasi {
            position: absolute;
            bottom: -20px;
            left: -20px;
            width: 120px;
        }

        .section-keunggulan {
            padding: 80px 0;
        }

        .keunggulan-card {
            background: #f3f3f3;
            padding: 25px 30px;
            border-radius: 40px;
        }

        .keunggulan-card div:last-child {
            font-size: 18px;
            line-height: 1.6;
        }

        /* para pendidik  */
        .kg-pendidik-section {
        background: #3f2d8f;
        color: #fff;
        }

        .kg-pendidik-card img {
            border-radius: 20px;
        }

        .kg-pendidik-card h6 {
            color: #b6ff00; /* hijau seperti di gambar */
        }

        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #fff;
            opacity: 0.5;
        }

        .carousel-indicators .active {
            opacity: 1;
        }

        .carousel-indicators [data-bs-target] {
            height: 30px !important;
        }

        /* program  */
         .program-section {
            background-color: #F4F4F4;
            padding: 60px 0;
        }

        .program-wrapper {
            background-color: #F3D7B6; /* background utama */
            border-radius: 40px;
            padding: 50px 30px;
        }

        .program-card {
            text-align: center;
        }

        .program-img {
            border-radius: 30px;
            width: 100%;
            max-width: 260px;
            height: auto;
        }

        .program-badge {
            display: inline-block;
            padding: 15px 30px;
            border-radius: 50px;
            font-weight: 600;
            margin-top: 20px;
            font-size: 20px;
        }

        .bg-paud {
            background-color: #EC5BAA;
            color: #000;
        }

        .bg-aksara {
            background-color: #7ED957;
            color: #000;
        }

        .bg-vokasional {
            background-color: #4BB3E8;
            color: #000;
        }

        @media (max-width: 768px) {
            .program-wrapper {
                padding: 30px 20px;
            }
        }
        .program-card {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .program-img {
            border-radius: 30px;
            max-width: 260px;
            width: 100%;
            display: block;
        }

        /* pembelajaran */
       .pembelajaran-section {
                background: #F4F4F4;
            }

            .slider-wrapper {
                position: relative;
                background: #3E5594;
                padding: 40px 60px;
                border-radius: 20px;
            }

            .slider-container {
                overflow: hidden;
            }

            .slider-track {
                display: flex;
                transition: transform 0.5s ease-in-out;
            }

            .slide {
                min-width: calc(100% / 3);
                padding: 0 10px;
            }

            .slide img {
                width: 100%;
                height: 350px;
                object-fit: cover;
                border-radius: 20px;
            }

            /* Buttons */
            .slider-btn {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background: white;
                border: none;
                width: 45px;
                height: 45px;
                border-radius: 50%;
                font-size: 20px;
                cursor: pointer;
            }

            .prev { left: 15px; }
            .next { right: 15px; }

            /* Dots */
            .slider-dots {
                text-align: center;
                margin-top: 20px;
                padding-bottom:25px;
            }

            .slider-dots span {
                display: inline-block;
                width: 8px;
                height: 8px;
                background: #ccc;
                border-radius: 50%;
                margin: 0 4px;
                cursor: pointer;
            }

            .slider-dots .active {
                background: #FFD000;
            }

            /* Responsive */
            @media (max-width: 992px) {
                .slide { min-width: 50%; }
            }

            @media (max-width: 576px) {
                .slide { min-width: 100%; }
            }
            .wrapper-fluid{background: #3E5594;}

    /* FAQ  */
    .faq-section {
    background: #fbfafa;
    }

    .faq-card {
        border-radius: 40px;
        padding: 30px 35px;
        margin-bottom: 25px;
        color: #000;
    }

    .faq-card h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .faq-card p,
    .faq-card ul {
        font-size: 16px;
        margin-bottom: 0;
    }

    .faq-card ul {
        padding-left: 20px;
    }

    /* Background Colors */
    .bg-orange { background-color: #F2B356; }
    .bg-blue   { background-color: #7E9CC9; }
    .bg-green  { background-color: #A8C86C; }
    .bg-purple { background-color: #C9A7DB; padding: 40px 35px !important;}
    .bg-red    { background-color: #F0655B; padding: 57px 35px !important;}

    /* Responsive */
    @media (max-width: 992px) {
        .faq-card {
            border-radius: 30px;
        }
    }

    .keterampilan{
        list-style: unset !important;
    }

    .keterampilan li{
        list-style: unset !important;
    }

    /* testimony  */
    .testimoni-section {
    background: #F4F4F4;
    }

    .testi-wrapper {
        position: relative;
    }

    .testi-container {
        overflow: hidden;
    }

    .testi-track {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .testi-slide {
        min-width: calc(100% / 3);
        padding: 0 15px;
    }

    .testi-slide img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        border-radius: 20px;
    }

    .testi-content {
        background: #fff;
        border-radius: 20px;
        padding: 25px;
        margin-top: 20px;
        text-align: center;
    }

    .testi-content h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .testi-btn {
        position: absolute;
        top: 35%;
        transform: translateY(-50%);
        background: #5AC1B8;
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 20px;
        cursor: pointer;
        color: #fff;
    }

    .testi-prev { left: -20px; }
    .testi-next { right: -20px; z-index: 999; }

    .testi-dots {
        text-align: center;
        margin-top: 25px;
    }

    .testi-dots span {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #ccc;
        border-radius: 50%;
        margin: 0 4px;
        cursor: pointer;
    }

    .testi-dots .active {
        background: #FFD000;
    }

    /* Responsive */
    @media (max-width: 992px) {
        .testi-slide { min-width: 50%; }
    }

    @media (max-width: 576px) {
        .testi-slide { min-width: 100%; }
    }

    /* footer  */
    .kg-footer {
        background: #3f2d8f;
        color: #ffffff;
    }

    .kg-footer-logo {
        max-width: 220px;
    }

    .kg-footer-menu {
        list-style: unset;
        padding: 0;
        margin: 0;
    }

    .kg-footer-menu li {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .kg-footer-menu li a {
        text-decoration: none;
        color: #ffffff;
        transition: 0.3s;
    }

    .kg-footer-menu li a:hover {
        color: #b6ff00;
    }

    .kg-social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 55px;
        margin-left: 10px;
        border-radius: 50%;
        background: #ffffff;
        color: #3f2d8f;
        font-size: 22px;
        transition: 0.3s;
    }

    .kg-social-icons a:hover {
        transform: translateY(-5px);
        background: #b6ff00;
        color: #000;
    }

    .kg-footer-address {
        font-size: 18px;
        line-height: 1.6;
        opacity: 0.9;
    }

.primary-menu li a {
    color: #e48360 !important;
}