@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
}

nav {
    position: fixed;
    width: 100%;
    background: #006bde;
}

nav.header {
    position: fixed;
    z-index: 999;
    height: 90px;
}

.logo {
    color: #fff;
    font-size: 22px;
}

ul {
    list-style: none;
}

ul li {
    display: inline-block;
}

ul li a {
    text-decoration: none;
    color: #ffffff;
    /* padding: 8px 30px; */
    padding: 8px 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

ul li a:hover,
ul li a.active {
    color: #fff;
    border-top: 3px solid #fcd201;
    border-radius: 0;
    color: #fcd201;
}

.bg-primary-custom {
    background: #006bde;
}

#icon {
    background-color: #0075ff;
    padding: 5px 7px 3px 7px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#icon svg {
    color: #fff;
    height: 28px;
    transition: all 0.3s ease;
}

#icon:hover {
    background: #fff;
}

#icon:hover svg {
    color: #0075ff;
}

#checkbox,
#icon {
    display: none;
}

.link-img {
    text-decoration: none;
    width: 50%;
}

.logo-mtx {
    width: 25%;
}

.logo-mtx-footer {
    width: 55%;
}

.brand-mtx-footer {
    color: #fff;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 30px;
    text-transform: uppercase;
}

.footer-title-section {
    color: #fff;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.text-down-btn {
    color: white;
    font-size: 12px;
    margin-bottom: 0;
}

.parent-btn-navbar {
    display: grid;
    place-items: center;
    gap: 5px;
}

.parent-btn-navbar-secondary {
    display: grid;
    place-items: start;
    gap: 5px;
}

.parent-btn-navbar-secondary button {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-daftar-navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    background: #fb4400;
    border: 1px solid transparent;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
}

.text-in-button-daftar {
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    nav {
        /* border-bottom: 1px solid #455468; */
    }

    nav ul {
        position: absolute;
        width: 100%;
        height: calc(100vh - 71px);
        background-color: #18283b;
        left: 0;
        top: 0;
        text-align: center;
        display: none;
        margin-top: 80px;
    }

    ul li {
        display: block;
        /* padding: 10px 15px; */
    }

    ul li a {
        display: block;
        padding: 10px 0;
    }

    #icon {
        display: block;
    }

    #checkbox:checked~ul {
        display: block;
    }
}

/* BODY */
.container-jumbotron {
    /* padding-left: 10%; */
    /* padding-right: 10%; */
    padding-top: 10%;
    padding-bottom: 10%;
    background: #006bde;
    /* height: 100vh; */
    border-radius: 0 0 80% 0;
}

.container-secondary {
    padding-top: 10%;
    padding-bottom: 10%;
    background: #006bde;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* min-height: 100vh; */
    padding: 2rem 1rem;
    box-sizing: border-box;
    flex-direction: column;
}

.parent-jumbotron {
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parent-jumbotron-secondary {
    font-family: "Poppins", sans-serif;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.img-jumbotron {
    width: 100%;
}

.img-jumbotron-secondary {
    width: 75%;
    border-radius: 10px;
}

.btn-halo-mtx {
    background: none;
    border: 2px solid white;
    font-family: "Poppins", sans-serif;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    border-radius: 10px;
}

.title-jumbotron {
    color: white;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
}

.title-jumbotron-secondary {
    color: white;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sub-title-jumbotron {
    color: #fcd201;
}

.paragraf-jumbotron {
    background: #0058b6;
    border: 1px solid transparent;
    border-radius: 10px;
    color: white;
    padding: 3px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    text-align: start;
}

.sub-paragraf-jumbotron {
    color: white;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
    font-size: 14px;
}

.sub-paragraf-jumbotron-secondary {
    color: white;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
    font-size: 14px;
}

.main-title-program-les {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
}

@media only screen and (max-width: 767.98px) {
    .parent-jumbotron {
        display: grid;
    }

    .parent-jumbotron-secondary {
        display: grid;
    }

    .container-jumbotron {
        /* padding-left: 3%; */
        /* padding-right: 3%; */
        padding-top: 26%;
        padding-bottom: 22%;
        border-radius: 0;
    }

    .img-jumbotron {
        margin-top: 20px;
    }

    .title-jumbotron {
        font-size: 22px;
        margin-bottom: 0;
        margin-top: 28px;
        line-height: 25px;
    }

    .title-fitur-program {
        font-size: 25px !important;
        text-align: left !important;
        margin-left: 10px;
    }

    .title-asal-sekolah-siswa-mtx {
        font-size: 25px !important;
        text-align: left !important;
    }

    .paragraf-jumbotron {
        font-size: 14px;
        text-align: left;
    }

    .break-jumbotron {
        display: none;
    }

    .parent-program-les-privat h1 {
        text-align: start;
        font-size: 25px;
    }

    .desk-program-les-privat {
        text-align: left;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .container-jumbotron {
        /* padding-left: 3%; */
        /* padding-right: 3%; */
        padding-top: 15%;
        padding-bottom: 13%;
    }

    .title-jumbotron {
        font-size: 42px;
    }

    .paragraf-jumbotron {
        text-align: left;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .title-jumbotron {
        font-size: 35px;
        line-height: 2.5rem;
        margin-top: 10px;
    }
}

/* STATISTIK */
.parent-statistik {
    padding-left: 20%;
    padding-right: 20%;
}

.box-statistik {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: white;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #004186;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    padding: 20px;
    margin-top: -12%;
    width: 100%;
}

.child-statistik {
    text-align: center;
}

.img-statistik {
    width: 35%;
}

@media only screen and (max-width: 767.98px) {
    .parent-statistik {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .parent-statistik {
        padding-left: 10%;
        padding-right: 10%;
    }

    .img-statistik {
        width: 22%;
    }
}

/* WELCOME */
.parent-welcome {
    /* background-image: url("/assets/images/bg/bg_selamat_datang_di_matrix_tutoring.webp"); */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    /* padding: 30px; */
    padding-bottom: 10px;
    /* margin-top: 30px; */
    margin-top: -7%;
    text-align: center;
    /* color: black; */
}

.bg-welcome {
    width: 100%;
    margin-top: -5%;
}

.title-welcome {
    margin-top: 15%;
    color: black;
    font-weight: 600;
    font-size: 25px;
    text-align: start;
}

.text-matrix-tutoring {
    font-weight: 600;
    font-size: 32px;
}

.subtitle-welcome {
    color: black;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 12px;
    text-align: start;
}

.paragraf-welcome {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: start;
    font-size: 18px;
}

@media only screen and (max-width: 767.98px) {
    .parent-welcome {
        margin-top: -15%;
    }

    .title-welcome {
        margin-top: 20%;
    }

    .subtitle-welcome {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .paragraf-welcome {
        margin: 10px 0;
        font-size: 14px;
        text-align: justify;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .parent-welcome {
        padding-bottom: 25px;
    }

    .subtitle-welcome {
        margin: 20px 0;
    }

    .paragraf-welcome {
        text-align: justify;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .parent-welcome {
        margin-top: -8%;
        padding-bottom: 25px;
    }
}

/* UNIVERSITAS */
.parent-bg-universitas {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    background: #006bde;
}

.logo-universitas {
    width: 80%;
    padding: 20px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .logo-universitas {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .logo-universitas {
        width: 75%;
    }
}

/* FITUR PROGRAM */
.title-fitur-program {
    color: white;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    padding: 25px 0;
}

.parent-program {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 5% 5% 5%;
}

.child-program:nth-child(odd) {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    padding: 25px;
    width: 32%;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.child-program:nth-child(even) {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    padding: 25px;
    width: 32%;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.img-program {
    width: 40%;
    margin: 0 auto;
    display: block;
}

.title-program {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.paragraf-program {
    font-size: 13px;
    text-align: left;
    margin: 0;
    text-align: center;
}

.paragraf-testimoni {
    font-size: 13px;
    text-align: left;
    margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
    .title-program {
        font-size: 16px;
        font-weight: 700;
    }

    .paragraf-program {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .child-program:nth-child(odd) {
        width: 100%;
    }

    .child-program:nth-child(even) {
        width: 100%;
    }

    .title-program {
        font-size: 25px;
    }

    .paragraf-program {
        font-size: 17px;
        /* text-align: justify; */
    }

    .img-program {
        margin-left: 20px;
        width: 30%;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .child-program:nth-child(even) {
        width: 40%;
    }

    .child-program:nth-child(odd) {
        width: 40%;
    }
}

/* PROGRAM BELAJAR */
.container-program-belajar {
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 30px;
}

.child-program-belajar {
    background: url("/assets/images/bg/BG_Program_Belajar.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    border-radius: 10px;
}

.item-program-belajar {
    color: black;
    text-decoration: none;
    font-size: 12px;
}

.item-program-belajar-recolor {
    color: white;
    text-decoration: none;
    font-size: 13px;
    margin-left: 4px;
}

/* MAPEL */
.child-mapel {
    background: #004186;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    border-radius: 10px;
}

.mapel {
    gap: 15px 0px;
}

.mapel .col-md-3 img {
    width: 9%;
}

@media only screen and (max-width: 767.98px) {
    .mapel {
        gap: 10px 0px;
    }

    .mapel .col-md-3 {
        width: 50%;
    }

    .kelas .col-md-3 {
        width: 50%;
    }

    .mapel .col-md-3 a {
        font-size: 12px;
    }

    .mapel .col-md-3 img {
        width: 13%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .mapel .col-md-3 a {
        font-size: 13px;
    }
}

/* KOTA */
.container-kota {
    padding: 0;
}

.container-kota h1 {
    padding-top: 3%;
}

.child-kota {
    background-image: url("/assets/images/bg/BG_kota_yang_Dijangkau.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: start;
    align-items: start;
    padding: 25px;
    border-radius: 10px;
}

/* KURIKULUM */
.box-kurikulum {
    background: #004186;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    /* margin-left: 4%; */
    /* margin-right: 4%; */
}

.img-kurikulum {
    width: 15%;
}

.parent-btn-cta-new {
    display: grid;
    place-items: center;
    gap: 5px;
}

@media only screen and (max-width: 575.98px) {

    /* .box-kurikulum {
        margin-left: 3%;
        margin-right: 3%;
    } */
    .img-kurikulum {
        width: 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .img-kurikulum {
        width: 20%;
    }
}

/* METODE BELAJAR */
.parent-metode-belajar {
    /* background: #0058b6; */
    padding: 5% 0;
    /* margin-top: 3%; */
}

.box-metode-belajar {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #006bde;
    padding-left: 5%;
    padding-right: 5%;
    gap: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.online-offline {
    width: 100%;
}

.text-metode-belajar {
    width: 80%;
}

.model-metode-belajar {
    width: 40%;
}

.paragraf-metode-belajar {
    font-weight: 400;
    color: white;
    margin-top: 10px;
    font-size: 14px;
    text-align: justify;
}

@media only screen and (max-width: 767.98px) {
    .parent-metode-belajar .container {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .paragraf-metode-belajar {
        font-size: 13px;
    }

    .model-metode-belajar {
        width: 48%
    }
}

/* PROGRAM LES PRIVAT */
.parent-program-les-privat {
    /* background-image: url("/assets/images/bg/bg_Program_Les_Privat.webp"); */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* padding: 30px; */
    text-align: center;
    color: black;
    padding: 5% 0;
}

.parent-program-les-privat-title {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 40px;
}

/* .parent-program-les-privat h1 {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 40px;
} */
/* .parent-box-program-les-privat {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 5%;
} */
.parent-box-program-les-privat .box-program-les-privat {
    background: white;
    border: 10px solid white;
    /* border-radius: 20px; */
    /* padding: 20px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* width: 30%; */
}

.img-program-les-privat {
    width: 40%;
    margin-bottom: 10px;
}

.subtitle-program-les-privat {
    font-weight: 800;
    font-size: 25px;
    color: black;
}

.paragraf-program-les-privat {
    /* font-weight: 400; */
    font-size: 14px;
    color: black;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .subtitle-program-les-privat {
        font-size: 20px;
    }

    .parent-program-les-privat h1 {
        margin-bottom: 20px;
    }

    .box-program-les-privat {
        padding: 10px;
        border: 5px solid white;
    }

    .parent-box-program-les-privat {
        padding-left: 0;
        padding-right: 0;
    }
}

/* LES PRIVAT ON-OFF */
.title-on-off {
    font-weight: 600;
    font-size: 32px;
    color: black;
}

.paragraf-on-off {
    margin-top: 15px;
}

.box-les-privat-on-off {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.img-on-off {
    width: 24%;
    transition: 0.2s;
    cursor: pointer;
}

.img-on-off:hover {
    scale: 0.9;
    border-radius: 3px;
}

@media only screen and (max-width: 767.98px) {
    .title-on-off {
        font-size: 25px;
        text-align: start;
    }

    .paragraf-on-off {
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        color: #000000;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .img-on-off {
        width: 30%;
    }
}

/* KURIKULUM */
.container-kurikulum {
    /* background-image: url("/assets/images/bg/ng_kurikulum.webp"); */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 50px 0;
    color: black;
    /* padding-top: 5%;
    margin-top: 5%;
    padding-left: 15%;
    padding-right: 15%; */
}

.kurikulum {
    background: #f9fafb;
    padding: 5px;
    border-radius: 10px;
}

.kurikulum-2 {
    background: #f9fafb;
    padding: 20px;
    border-radius: 10px;
}

.title-kurikulum {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.subtitle-kurikulum {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.logo-kurikulum {
    width: 75%;
    margin-top: 30px;
    opacity: 60%;
}

.parent-kurikulum {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 30px;
}

.rincian-kurikulum {
    display: flex;
    align-items: baseline;
    gap: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    list-style: none;
    margin-top: 10px;
}

.pin-curiculum {
    width: 20px;
    background-color: black;
    padding: 1px;
    border-radius: 100%;
}

.subtitle-kurikulum-2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}

@media only screen and (max-width: 767.98px) {
    .text-rincian-kurikulum {
        font-size: 16px;
        line-height: 30px;
    }

    .title-kurikulum {
        font-size: 25px;
    }

    .subtitle-kurikulum {
        font-size: 14px;
        margin-bottom: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    /* .container-kurikulum {
        padding-left: 3%;
        padding-right: 3%;
    } */
    .logo-kurikulum {
        width: 100%;
    }
}

/* MENGAPA MATRIX */
.container-mengapa-mtx {
    /* background: #006bde; */
    /* padding-left: 15%; */
    /* padding-right: 15%; */
    color: black;
    margin-top: 48px;
}

.rincian-mengapa-mtx {
    display: flex;
    align-items: baseline;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.rincian-siswa-mtx {
    display: flex;
    align-items: baseline;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.title-mengapa-harus-mtx {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    /* border: 1px solid transparent; */
    /* background: #004186; */
    color: black;
    padding: 10px;
    border-radius: 10px;
}

.item-mengapa-mtx {
    display: flex;
    align-items: self-star;
}

.title-asal-sekolah-siswa-mtx {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    /* border: 1px solid transparent; */
    /* background: #004186; */
    color: black;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.text-daftar-siswa-mtx {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 2px;
    line-height: 33px;
    font-size: 14px;
}

@media only screen and (max-width: 767.98px) {
    .title-mengapa-harus-mtx {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .text-mengapa-mtx {
        display: flex;
        justify-content: center;
        align-items: baseline;
        gap: 2px;
        line-height: 33px;
        font-size: 14px;
    }

    .fa-circle {
        font-size: 0.7rem !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .container-mengapa-mtx {
        padding-left: 3%;
        padding-right: 3%;
    }
}

/* MASTER TEACHER */
.container-teacher {
    background: #006bde;
    padding-bottom: 50px;
}

/* .container-teacher .slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 0 0 40px 0; */
}

.slide-content {
    /* margin: 0 40px; */
    /* overflow: hidden; */
    /* border-radius: 25px; */
}

.card {
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding: 10px 14px;
    gap: 5px;
}

.image-content {
    position: relative;
    row-gap: 0;
    padding: 0 0;
}

.overlay {
    /* position: absolute; */
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background-color: #4070F4; */
    border-radius: 25px 25px 0 0px;
}

.overlay::before,
.overlay::after {
    /* content: ''; */
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #701014;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #fff;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #701014;
}

.name {
    font-size: 18px;
    font-weight: 600;
    color: #004186;
}

.description {
    font-size: 18px;
    color: #004186;
}

.button {
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 8px 16px;
    background-color: #004186;
    border-radius: 6px;
    /* margin: 14px; */
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: #004186;
}

.swiper-navBtn {
    color: #701014;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #004186;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 35px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #df2028;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #701014;
}

.title-mt {
    color: white;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
    font-weight: 600;
    font-size: 32px;
}

.box-shadow-custom {
    box-shadow:
}

.title-testimoni-siswa {
    color: black;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 60px;
    font-weight: 600;
    font-size: 32px;
}

.img-mt {
    width: 15%;
    border-radius: 100%;
}

.bg-mt {
    border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 767.98px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }

    .continer-teacher .swiper-slide {
        border-radius: 10px;
    }

    .title-mt {
        font-size: 25px;
        font-weight: 700;
    }
}


.container-testimoni-siswa {
    padding-bottom: 50px;
}

/* SUCCESS STORY */
.container-success-story {
    background: #006bde;
    /* padding-left: 5%; */
    /* padding-right: 5%; */
    padding-top: 8%;
}

.img-success-story {
    width: 100%;
}

.title-success-story {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 40px;
}

.testimoni-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 kolom */
    gap: 20px;
    /* jarak antar kolom */
    margin-top: 30px;
}

.box-testimoni {
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0px 4px 10px rgba(0,0,0,0.1); */
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

.img-testimoni {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border: none;
}

.title-testimoni {
    text-align: center;
    color: black;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 60px;
    margin-top: 60px;
}

@media only screen and (max-width: 767.98px) {
    .title-testimoni {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .title-success-story {
        font-size: 25px;
    }

    .bg-primary-custom,
    .container-teacher,
    .parent-bg-universitas {
        background: white;
    }

    .container-asal-sekolah,
    .container-secondary {
        background: white !important;
    }

    .subtitle-program-les-privat {
        font-weight: 600;
        font-size: 21px;
    }

    .title-fitur-program,
    .title-mt,
    .title-asal-sekolah,
    .title-jumbotron-secondary,
    .sub-paragraf-jumbotron-secondary,
    .container-asal-sekolah {
        color: black !important;
    }

    .title-jumbotron-secondary {
        color: white;
        font-size: 25px;
        line-height: 31px;
        margin-botton: 0;
    }

    .parent-jumbotron-secondary {
        gap: 20px;
    }

    #style-2::-webkit-scrollbar-track {
        background-color: grey;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* .parent-testimoni {
        padding-left: 3%;
        padding-right: 3%;
    } */
    /* .container-success-story {
        padding-left: 3%;
        padding-right: 3%;
    } */
}

/* ASAL SEKOLAH SISWA */
.container-asal-sekolah {
    /* background-image: url("/assets/images/bg/ng_kurikulum_2.webp"); */
    background: #006bde;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* padding: 30px 0; */
    color: white;
    padding-top: 8%;
    /* padding-left: 15%; */
    /* padding-right: 15%; */
    padding-bottom: 5%;
}

.title-asal-sekolah {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 40px;
}

.box-asal-sekolah {
    display: flex;
    gap: 10px;
    background: #00418645;
    padding: 10px;
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
    border: 10px solid #00418600;
}

.list-asal-sekolah-siswa {
    line-height: 30px;
    list-style: none;
    font-size: 14px;
    display: flex;
    align-items: center;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #006fee;
}

#style-2::-webkit-scrollbar {
    width: 12px;
    background: #004186bd;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: white;
}

@media only screen and (max-width: 767.98px) {
    .title-asal-sekolah {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .list-asal-sekolah-siswa {
        line-height: 20px;
        font-size: 14px;
        line-height: 25px;
    }

    .img-jumbotron-secondary {
        width: 100%;
    }

    .non {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* .container-asal-sekolah {
        padding-left: 3%;
        padding-right: 3%;
    } */
}

/* MATRIX EXPERIENCE */
.img-mtx-experience {
    width: 100%;
}

.parent-box-exp {
    display: flex;
    justify-content: center;
}

.box-desk-mtx-exp {
    position: relative;
    text-align: center;
    background: #0041866c;
    color: white;
    z-index: 999;
    padding: 50px;
    width: 90%;
}

.paragraf-exp {
    margin-top: 20px;
    font-size: 18px;
}

/* PROMO */
.parent-promo {
    /* background: #006bde; */
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: -4px; */
}

.img-promo {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.promo-mobile {
    display: none;
}

@media (max-width: 768px) {
    .promo-desktop {
        display: none;
    }

    .promo-mobile {
        display: block;
    }

    .parent-jumbotron-secondary {
        padding: 0 20px 0 20px;
    }
}

/* CTA BOTTOM */
.parent-cta-bottom {
    background-image: url("/assets/images/bg/ng_kurikulum.webp");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 0;
    color: white;
    /* padding-top: 5%; */
    /* padding-left: 15%; */
    /* padding-right: 15%; */
    /* padding-bottom: 5%; */
    /* text-align: center; */
}

.title-cta-bottom {
    font-size: 35px;
    font-weight: 600;
    font-size: 28px;
}

.paragraf-cta-bottom {
    font-size: 15px;
    /* font-weight: 500; */
    width: 50%;
}

.box-cta {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.icon-wa {
    width: 7%;
}

.child-cta {
    text-align: left;
}

.btn-cta {
    display: grid;
    gap: 10px;
}

.btn-call {
    background: #e0a500;
    border: 1px solid transparent;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    padding: 5px 20px;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    font-weight: 600;
    color: white;
    border-radius: 50px;
}

.btn-chat {
    background: #4cd13b;
    border: 1px solid transparent;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    padding: 5px 20px;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    font-weight: 600;
    color: white;
    border-radius: 50px;
}

.contact-cta {
    position: relative;
}

.title-cs {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.paragraf-cta {
    font-size: 18px;
    margin-bottom: 0;
}

.model-cta {
    margin-top: -40%;
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .parent-cta-bottom {
        padding-bottom: 0;
    }

    .br-cta-bottom {
        display: none;
    }

    .model-cta {
        margin-top: 0;
        display: none;
    }

    .icon-wa {
        width: 20%;
        /* display: none; */
    }

    .box-cta {
        /* justify-content: center; */
        margin-top: 20px;
    }

    .btn-call {
        width: 100%;
    }

    .title-cs {
        font-size: 18px;
    }

    .paragraf-cta {
        font-size: 18px;
        margin: 0;
    }

    .title-cta-bottom {
        font-size: 25px;
        font-weight: 700;
        /* margin: 0; */
    }

    .paragraf-cta-bottom {
        width: 100%;
        font-size: 16px;
    }

    .contact-cta {
        justify-items: start;
    }

    .box-asal-sekolah {
        display: flex;
        gap: 10px;
        background: #ffffff;
        padding: 10px;
        height: 500px;
        overflow: scroll;
        overflow-x: hidden;
        border: 5px solid #c6c6c652;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .title-cta-bottom {
        font-size: 30px;
    }
}

/* FLOATING CTA */
.cta-wa {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 30px;
    background-color: #00cc5c;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #00000073;
    z-index: 100;
}

.cta-wa:hover {
    color: white;
}

.label-cta {
    position: fixed;
    bottom: 15px;
    right: 100px;
    background: rgb(219, 219, 219);
    font-size: 13px;
    padding: 10px;
    border-radius: 5px;
    z-index: 999;
}

.icon-float-cta {
    margin-top: 15px;
}

@media only screen and (max-width: 767.98px) {
    .cta-wa {
        right: 15px;
    }

    .label-cta {
        right: 90px;
        z-index: 999;
        font-size: 10px;
    }
}

/* FOOTER */
#footer {
    background-color: #006bde;
}

.main-footer {
    /* padding-left: 15%; */
    /* padding-right: 15%; */
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.main-footer ul {
    list-style: none;
}

.title-footer {
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}

.main-footer h1 {
    font-size: 22px;
    line-height: 117%;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 500;
}

.main-footer h2 {
    color: #ffffff;
    font-weight: 500;
}

.main-footer ul li a {
    color: #ffffffcc;
    text-decoration: none;
}

footer {
    background-color: #245385;
    font-size: 13px;
    padding: 15px 5px;
    color: #ffffff;
    text-align: center;
}

footer a {
    text-decoration: none;
    color: #cfcfcf;
}

.logoinfo p {
    color: #ffffff;
    font-size: 17px;
    margin-top: 5px;
}

.contact-details {
    margin-top: 20px;
}

/* .contact-details-2 {
    padding-left: 5%;
} */

.contact-details-2 ul li {
    display: list-item !important;
    /* margin-bottom: 4px; */
    color: white;
    font-weight: 200;
    font-size: 14px;
}


.vertical-list {
    list-style: disc;
    display: block;
    color: white;
    padding-left: 0;
}

.title-padding {
    padding-left: 2rem;
}

.contact-details-3 {
    margin-left: 40px;
}

.contact-details li {
    list-style: none;
    margin: 0px 0;
}

.contact-details li a {
    text-decoration: none;
    color: #e6e6e6;
    font-size: 14px;
}

.contact-details-consultation li {
    list-style: none;
    margin: 0px 0;
}

.contact-details-consultation li a {
    text-decoration: none;
    color: #e6e6e6;
    font-size: 14px;
}

.contact-details .fa {
    color: #f1f1f1;
    margin-right: 10px;
}

.sociallogos {
    padding: 20px 0;
}

.sociallogos .logobox a {
    padding: 0 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
}

.com ul li {
    padding: 5px 0;
}

.img-flag {
    width: 60%;
}

.img-asal-sekolah-siswa {
    width: 68%;
    margin-bottom: 20px;
    align-item: center;
}

.img-whatsapp-footer {
    width: 100%;
}

.all-sosmed {
    margin-top: 10px;
}

/* .footer-mtx {
    padding-left: 15%;
    padding-right: 15%;
} */

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .main-footer {
        padding: 40px 0;
    }

    .logoinfo {
        width: 100%
    }

    .contact-details {
        margin-top: 0;
    }

    .contact-details-2 {
        padding-top: 2rem;
    }
}

@media only screen and (max-width: 749px) {
    .main-footer {
        padding: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .info {
        padding: 20px 0;
    }

    .logoinfo p {
        font-size: 15px;
        /* padding-left: 2rem; */
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .main-footer {
        grid-template-columns: 1fr;
    }

    .sociallogos {
        padding: 20px 0;
    }

    .com {
        padding: 20px 0;
    }

    .title-footer {
        font-size: 16px !important;
        /* padding-left: 2rem; */
    }

    .footer-mtx {
        /* padding-left: 3%; */
        /* padding-right: 3%; */
        font-size: 10px;
    }

    .img-asal-sekolah-siswa {
        width: 100%;
    }

    .img-whatsapp-footer {
        width: 90%;
        /* padding-left: 2rem; */
    }
}

/* RESPONSIVE */
/* PHONE */
/* @media only screen and (min-width: 300px) and (max-width: 750px) { */
@media only screen and (max-width: 575.98px) {
    nav {
        padding: 0;
    }

    .logo-mtx {
        width: 60%;
    }

    .parent-btn-navbar {
        margin-top: 8px;
        margin-bottom: 8px;
        width: 43%;
        justify-content: flex-end;
    }

    .btn-daftar-navbar {
        font-size: 10px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .text-in-button-daftar {
        margin-top: 5px;
    }

    .text-down-btn {
        font-size: 10px;
        text-align: center;
    }

    /* .container-statistik {
        padding-left: 3%;
        padding-right: 3%;
    } */
    .box-statistik {
        width: 100%;
        border-radius: 20px;
        margin-top: -22%;
    }

    .child-statistik {
        font-size: 12px;
    }

    /* .parent-bg-universitas {
        padding-left: 3%;
        padding-right: 3%;
    } */
    .logo-universitas {
        width: 100%;
    }

    /* .container-all {
        padding-left: 3%;
        padding-right: 3%;
    } */
    .parent-program {
        gap: 10px;
    }

    .child-program:nth-child(odd) {
        width: 100%;
        flex-direction: column;
        align-items: start;
    }

    .child-program:nth-child(even) {
        width: 100%;
        flex-direction: column;
        align-items: start;
    }

    .img-program {
        margin-bottom: 10px;
    }

    .box-metode-belajar {
        display: grid;
        padding-bottom: 20px;
    }

    /* .parent-metode-belajar {
        padding-left: 3%;
        padding-right: 3%;
    } */
    .model-metode-belajar {
        display: none;
    }

    /* .parent-box-program-les-privat {
        padding-left: 0;
        padding-right: 0;
    } */
    .box-program-les-privat {
        width: 100%;
    }

    .img-on-off {
        width: 48%;
    }

    .parent-kurikulum {
        display: grid;
    }

    .logo-kurikulum {
        width: 100%;
        margin-bottom: 20px;
        opacity: 60%;
    }

    /* .container-kurikulum {
        padding-left: 3%;
        padding-right: 3%;
    } */
    /* .container-mengapa-mtx {
        padding-left: 3%;
        padding-right: 3%;
    } */
    /* .container-success-story {
        padding-left: 3%;
        padding-right: 3%;
    } */
    .img-success-story {
        width: 100%;
    }

    /* .parent-testimoni {
        padding-left: 3%;
        padding-right: 3%;
    } */
    .img-testimoni {
        width: 70%;
        margin-bottom: 2rem;
    }

    /* .container-asal-sekolah {
        padding-left: 3%;
        padding-right: 3%;
    } */
    .box-asal-sekolah {
        flex-wrap: wrap;
    }

    /* .parent-promo {
        padding-left: 3%;
        padding-right: 3%;
    } */
    .contact-details-2 {
        padding-left: 0px;
        padding-top: 1.5rem;
    }

    .title-padding2 {
        padding-left: 2rem;
    }

    .contact-details li {
        /* padding-left: 2rem; */
    }

    /* .parent-cta-bottom {
        padding-left: 3%;
        padding-right: 3%;
        gap: 10px;
    } */
}

/* IPAD */
@media only screen and (min-width: 768px) and (max-width: 1366px) {
    nav {
        justify-content: space-between;
    }

    /* .parent-bg-universitas {
        padding-left: 3%;
        padding-right: 3%;
    } */
    /* .container-all {
        padding-left: 3%;
        padding-right: 3%;
    } */
    /* .text-metode-belajar {
        width: 80%;
    } */
    /* .subtitle-program-les-privat {
        font-size: 25px;
    }
    .paragraf-program-les-privat {
        font-size: 12px;
    } */
}

.custom-title-acc {
    font-weight: 600;
    color: black;
    font-size: 16px;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.welcome-text-secondary {
    font-size: 18px;
    text-align: start;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.card-tutor {
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: 380px;
    justify-content: space-between;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.swiper-slide-custom {
    heigh: 500px;
}

.swiper-slide-testimoni img {
    display: block;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}

.image-content-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    margin: 20px 0 20px 0;
}

.img-slider-custom {
    border-radius: 100px;
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.card-content-custom {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-content-custom .name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.card-content-custom .description {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.card-content-custom .rating {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 2px;
}

.card-content-custom .rating-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.rating-label {
    font-size: 14px;
    color: #666;
    padding-bottom: 50px;
}

.card-actions-custom {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.card-actions-custom button {
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}

.card-actions-custom .pendidikan {
    background-color: white;
    color: black;
    border: 1px solid #ccc;
    width: 120px;
}

.card-actions-custom .univ {
    background-color: #1e66ff;
    color: white;
    width: 120px;
}

/* Testimoni Card Custom Styling */
.testimoni-card-slider {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background-color: #ffffff;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    align-items: stretch;
}

.testimoni-card-slider:hover {
    transform: translateY(-5px);
}

.testimoni-card-slider .card {
    border: none;
    background-color: transparent;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimoni-card-slider img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 4px solid #eee;
}

.testimoni-card-slider h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0.5rem 0 0.2rem;
}

.testimoni-card-slider p {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.5;
}

.testimoni-card-slider .text-muted {
    font-size: 0.85rem;
    color: #777;
}

.testimoni-card-slider .text-warning i {
    color: #fbbf24;
    /* Gold star */
    margin: 0 1px;
}

/* Pagination bullets */
.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #333;
}

.swiper-slide-inner {
    background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    text-align: center;
}

.elementskit-watermark-icon {
    font-size: 2rem;
    color: #e5e5e5;
    position: absolute;
    top: 20px;
    right: 20px;
}

.ekit-testimonial--avatar img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #f2f2f2;
    margin: 0 auto 20px auto;
}

.elementskit-profile-info {
    margin-bottom: 15px;
}

.elementskit-author-name {
    font-size: 1.1rem;
    font-weight: 600;
    display: block;
    color: #333;
}

.elementskit-author-des {
    font-size: 0.9rem;
    color: #888;
}

.elementskit-commentor-content p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
    margin-top: 10px;
}

.swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #333;
}

/* Samakan tinggi setiap slide */
.swiper-slide-testimoni {
    height: 100%;
    display: flex;
    align-items: stretch;
}

/* Bungkus isi card dengan tinggi seragam */
.swiper-slide-inner {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px;
    text-align: center;
    margin-bottom: 20px;
}

.elementskit-profile-info {
    margin-bottom: 15px;
}

.elementskit-author-name {
    font-size: 1.1rem;
    font-weight: 600;
    display: block;
    color: #333;
}

.elementskit-author-des {
    font-size: 0.9rem;
    color: #888;
}

.elementskit-commentor-content p {
    font-size: 0.75rem;
    color: #444;
    line-height: 1.3;
    margin-top: 10px;
    flex-grow: 1;
}


/* Testimoni End */

@media only screen and (min-width: 1024px) {
    .card-tutor {
        height: 290px;
    }
}

.title-galeri-siswa {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 40px;
}

.container-galeri-siswa {
    color: rgb(0, 0, 0);
    padding: 3rem 0;
}

.galeri-grid-2x2 {
    /* grid-gap: 0.6rem; */
    padding: 0.8rem;
    background-image: url(/assets/images/bg-gallery.jpg);
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    height: 50vh;
    /* align-items: center; */
    justify-items: center;
    /* flex-direction: column; */
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-card-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    align-content: center !important;
    color: #000;
    padding: 7px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out;
    align-items: center;
    text-align: center;
    /* max-height: 100px; */
    object-fit: cover !important;
    border-radius: 5px;
    margin-bottom: 0.6rem;
    /* height: 120px !important; */
    width: 100%;
    gap: 10px;
}

.gallery-card-container img {
    width: 120px !important;
    height: 70px !important;
    border-radius: 5px;
    padding-top: 10px;
}

.gallery-card:hover {
    transform: translateY(-5px);
}

.gallery-caption {
    font-size: 0.6rem;
    font-weight: 400;
    line-height: 14px;
    color: rgb(0, 0, 0);
}

.gallery-card-container {
    position: relative;
    overflow: hidden;
}

.gallery-label {
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: rgba(0, 107, 222, 0.8);
    color: white;
    font-size: 0.55rem;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 2;
}

.grid-title {
    grid-column: span 2;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
}

.gallery-pin {
    position: absolute;
    top: -18px;
    right: -13px;
    padding: 2px 6px;
    border-radius: 4px;
    width: 28%;
    z-index: 2;
}

/* Default Style (desktop dan layar besar) */
.gallery-card-container img {
    width: 120px !important;
    height: 70px !important;
    border-radius: 5px;
}

.program-belajar-parent {
    background-color: #006bde;
    color: white;
    padding: 0 90px 0 90px;
}

.program-belajar-parent h1,
.program-belajar-parent p {
    color: white;
}

.kota-item, .kelas-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.bullet-icon {
    color: #10b981;
    font-size: 0.4rem !important;
    padding-right: 8px;
}

/* Default: tidak tampil */
.mobile-br {
    display: none;
}

/* Hanya tampil di mobile */
@media (max-width: 768px) {
    .mobile-br {
        display: block;
        height: 0;
        margin: 0;
    }
}


/* .swiper-slide-galeri {
    width: 350px !important;
    flex-shrink: 0;
} */

/* Responsive Style (untuk layar ≤ 768px) */
@media (max-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev,
    .swiper-pagination {
        display: none !important;
    }

    .program-belajar-parent {
        padding: 0 10px;
    }

    .title-mt {
        margin-top: 0;
        padding-top: 20px;
    }

    .gallery-pin {
        top: -18px !important;
        width: 25% !important;
    }

    .gallery-card-container img {
        width: 140px !important;
        height: 90px !important;
        border-radius: 5px;
    }

    .title-galeri-siswa,
    .title-testimoni-siswa {
        font-size: 25px;
        text-align: center;
        margin-top: 0;
    }

    .container-galeri-siswa {
        padding-top: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* .card-actions-custom {
        flex-direction: column;
    } */
}