body{
    background-color: white;
}

header{
    box-shadow: 0px 1.5px 8px 0px rgba(0, 0, 0, 0.16);
    background-color: white;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.header-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

img{
    max-width: 100%;
    height: auto;
}

.img-logo img{
    width: 210px;
}


.buttonCall{
    background-color: #3D7CC9;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-radius: 30px;
    gap: 8px;
}

.buttonCall:hover{
    opacity: 0.8;
    transition: 0.3s;
}


.picture{
    padding-top: 100px;
    padding-bottom: 50px;
}

.text{
    font-weight: bold;
    font-size: 25px;
    color: #212529;
    text-align: center;
    line-height: 2.2;
}


.space{
    padding-bottom: 40px;
}

/* caret list */

.caret-list {
    list-style-type: none; /* Menghilangkan penanda default */
    padding-left: 0px;       /* Mengatur padding dari ul jika diperlukan */
}

.caret-list li {
    position: relative;   /* Membuat elemen li sebagai elemen relatif */
    padding-left: 30px;   /* Menambahkan ruang untuk gambar penanda */
}

.caret-list li::before {
    content: "";                        /* Tidak ada konten teks */
    position: absolute;                 /* Mengatur posisi absolute */
    left: 0;                            /* Mengatur posisi kiri */
    top: 50%;                           /* Vertikal center */
    transform: translateY(-50%);        /* Vertikal center */
    background: url('../img/ckls.png') no-repeat center center; /* URL gambar */
    background-size: contain;           /* Mengatur ukuran gambar */
    width: 20px;                        /* Lebar gambar */
    height: 20px;                       /* Tinggi gambar */
}

.caret-list li{
    font-size: 25px; 
    line-height: 2.2; 
    font-weight: bold; 
    color: #3D7CC9;
}

/* akhir caret list */

.font{
    font-size: 16px;
    font-weight: bold;
    line-height: 2.2;
    color: #36344d;
}

.title{
    font-size: 25px;
    font-weight: bold;
    line-height: 2.2;
    color: #212529;
}

.img{
    text-align: center;
}

.img img{
    width: 500px;
    border-radius: 30px;
}

.gradeTitle{
    font-size: 20px;
    color: #3D7CC9;
    font-weight: bold;
}

.buttonCenter{
    text-align: center;
}

.viewButton{
    background-color: #3D7CC9;
    border: none;
    border-radius: 30px;
    color: white;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
}

.viewButton:hover{
    opacity: 0.8;
    transition: 0.3s;
    cursor: pointer;
}

.Hide{
    display: hidden;
}

.HideTerapi1, .HideTerapi2, .hide3{
    display: none;
}


/* slides */
        .carousel-inner{
            background-color: white;
            box-shadow: 0 4px 10px #0000001f;
            border-radius: 20px;
            padding: 30px;
        }

        .carousel-item{
            min-height: 120px;
        }

            .card-item{
                min-height: 120px;   /* ⬅️ AREA TENGAH */
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center; /* TENGAH */ 
            }

.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: #3D7CC9;
    cursor: pointer;
}

.carousel-control-next-icon:hover, .carousel-control-prev-icon:hover{
   opacity: 0.5;
   transition: 0.3s;
}


.carousel{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}



.card-item{
    display: grid;
    text-align: center;
    justify-content: center;
    justify-items: center;
}


iframe{
    max-width: 100%;
    height: auto;
}

.video{
    text-align: center;
}

.video iframe{
    width: 500px;
    height: 300px;
    border-radius: 20px;
}

.flex-call{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}


.buttonFlex{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    padding: 15px;
    gap: 8px;
    font-weight: 600;
}


.buttonFlex:hover{
    opacity: 0.9;
    transition: 0.5s;
}

.alamat{
    display: grid;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #36344d;
    line-height: 2;
}


.flex{
    display: flex;
    justify-content: center;
}

.grid{
    display: grid;
}

.alamat a{
    text-decoration: none;
}

.waFixed1{
    position: fixed;
    top: 250px;
    right: 15px;
    z-index: 9999;
}

.waFixed2{
    position: fixed;
    bottom: 200px;
    left: 4px;
    z-index: 9999;
    width: 140px;
    background-color: #4CAF50;
    border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: 700;
    padding-top: 8px;
    gap: 8px;
    padding-bottom: 8px;
    font-size: 18px;
}

.waFixed3{
    text-decoration: none;
    position:fixed;
    z-index:100;
    bottom:20px;
    right:20px;
    color: #fff;
    background-color: #4CAF50;
    text-align: center;
    letter-spacing: .5px;
    transition: .2s ease-out;
    cursor: pointer;
    width:250px;
    padding:10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 
    rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
}


@media(max-width: 768px){
    .img-logo img{
        width: 150px;
    }

    .picture{
        padding-top: 80px;
    }

    .text{
        font-size: 23px;
    }

    .caret-list li{
        font-size: 23px;
    }

    .title{
        font-size: 20px;
    }

    .img img{
        width: 350px;
    }

    .video iframe{
        height: 200px;
    }
}