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

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

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

.img-header{
    width: 210px;
}


.call-button{
    background-color: #3D7CC9;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}

.call-button:hover{
    opacity: 0.9;
    transition: 0.3s;

}


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

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


/* caret list */

.caret-list {
    list-style-type: none; /* Hapus penanda bawaan */
    padding-left: 20px; /* Beri ruang untuk ikon di awal teks */
    margin-left: -20px;
}

.caret-list li {
    padding-left: 30px; /* Sesuaikan jarak antara ikon dan teks */
    font-size: 24px;
    color: #3D7CC9;
    line-height: 2;
    font-weight: bold;
    padding-bottom: 0px;
    padding: 0px;

}


.caret-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.caret-list li{
    display: flex;
    align-items: center;
    gap: 10px;
}

.caret-list li img{
    width: 25px;
}
.img{
    text-align: center;
}

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

.title{
    font-size: 24px;
    font-weight: bold;
    color: #3D7CC9;
    line-height: 1.7;
}

.space{
    padding-bottom: 25px;
}


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

/* akhir caret list */



/* carousel  */


.container-carousel {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

/* .dokter-carousel { */
    /* padding-top: 40px; */
    /* padding-bottom: 40px; */
/* } */
.title-dokter1 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: black;
}
.swiper-container {
    width: 100%;
}


.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.row-bg {
    box-shadow: 0px 1.5px 8px 0px rgba(0, 0, 0, 0.16);
    width: 800px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    align-content: center;
    text-align: center;
    height: auto;
    position: relative;
    margin: 0 auto;
    
}

.image-dokter1 {
    flex: 0 0 auto;
}

.image-dokter1 img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}
.title-dokter2 {
    flex: 1 1 auto;
}
.title-dokter2 p {
    margin: 5px 0;
}
.title-dokter2 button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.title-dokter2 button:hover {
    background-color: #0056b3;
}


.swiper-pagination {
position: relative;
bottom: 100px;
}




.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
bottom: var(--swiper-pagination-bottom,0px);
top: var(--swiper-pagination-top,auto);
left: 0;
width: 100%
}


.swiper-button-next {
position: absolute;
top: 585%;
right: 100px; /* Atur jarak dari kanan */
transform: translateY(-50%);
width: 40px;
height: 40px;
/* background-color: rgba(0, 0, 0, 0.5); */
border-radius: 50%;
z-index: 10;
color: #3D7CC9;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: background-color 0.3s ease;
/* overflow: hidden; */
}

.swiper-button-prev {
position: absolute;
top: 585%;
left: 100px; /* Atur jarak dari kiri */
transform: translateY(-50%);
width: 40px;
height: 40px;
/* background-color: rgba(0, 0, 0, 0.5); */
border-radius: 50%;
z-index: 10;
color: #3D7CC9;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: background-color 0.3s ease;
/* overflow: hidden; */

}

.swiper-button-next:hover,
.swiper-button-prev:hover {
background-color: white;
}

/* akhir caraosel */

.iframe{
    text-align: center;
}

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

.iframe iframe{
    width: 500px;
    height: 300px;
}


/* form */

.form1{
    background-color: #1DA8E5;
}

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

.form-pendaftaran{
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
}

.form-flex-width{
    width: 50%;
}


input[type="text"],    input[type="email"],    input[type="date"],    input[type="number"],    textarea {      
    width: 100%;      
    padding: 10px;      
    border: 1px solid #ccc;      
    border-radius: 5px;      
  }   

  .grid-input{
    display: grid;
    gap: 10px;
  }

  .calender{
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .input-jk{
    display: flex;
    gap: 50px;
  }

  .appointment{
    width: 100%;
    background-color: #1BA8E1;
    color: white;
    padding: 8px;
    border: none;
    border-radius: 30px;
    font-weight: bold;
  }

  .appointment:hover{
    opacity: 0.9;
    transition: 0.4s;
  }

  .error-message {
    color: red;
    font-size: 0.9em;
    display: none; /* Disembunyikan secara default */
}


/* akhir form */


.flex-need{
    display: flex;
    gap: 15px;
}


.row-need{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    padding: 15px;
    border-radius: 30px;
    text-decoration: none;
    gap: 10px;
}

.row-need:hover{
    opacity: 0.9;
    transition: 0.5s;
}

.row-need:nth-child(1){
    background-color: #3D7CC9;
}

/* Memberikan background pada elemen kedua dengan kelas .example */
.row-need:nth-child(2) {
    background-color: #61CE70; /* Ganti dengan warna background yang diinginkan */
}
.formheight{
    padding-top: 30px;
}

.grid-row{
    display: grid;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    gap: 8px;
}

.tlp-flex{
    display: grid;
}

.grid-row a{
    text-decoration: none;
}

.flex1{
    display: flex;
    justify-content: center;
    text-align: center;
}

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

.waFixed2{
    text-decoration: none;
    position:fixed;
    z-index:100;
    bottom:20px;
    right:20px;
    color: #fff;
    background-color: #4CAF50;
    text-align: center;
    letter-spacing: .5px;
    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);
    font-weight: bold;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

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


@media(max-width: 768px){
    .img-header{
        width: 140px;
    }

    .call-button{
        padding-left: 15px;
        padding-right: 15px;
    }

    .picture{
        padding-top: 86px;
    }

    .f1{
        font-size: 23px;
    }

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

    .row-bg{
        width: 100%;
    }

    .container-carousel {
        /* max-width: 100%; */
        padding-left: 5px;
        padding-right: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .iframe iframe{
        height: 200px;
    }


    /* mobile form */


    .form-flex{
        display: grid;
        justify-content: normal;
    }

    .form-flex-width{
        width: 100%;
    }

    .form-flex-width h2{
        text-align: center;
        padding-bottom: 20px;
    }

    /* akhir form */

    .flex-need{
        display: grid;
    }

    .row-need{
        width: 100%;
    }

    .caret-list li img{
        width: 20px;
    }


    .alamat{
        padding-bottom: 50px;
    }
    

}