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

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

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

}

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

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

.picture{
    padding-top: 93px;
    padding-bottom: 40px;
}

.title1{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
}

.img{
    text-align: center;
}

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

.cs{
    padding-top: 10px;
}

.space{
    padding-bottom: 30px;
}

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

.center{
    text-align: center;
}

/* 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: 12px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
  }

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

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

.form_appointmen{
    padding-top: 30px;
}

.btn-appointment{
    padding-top: 30px;
}

.btn-appointment button{
    cursor: pointer;
}

/* akhir form */


.title2{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.flex{
    display: flex;
    width: 100%;
    gap: 20px;
    padding-top: 15px;
}

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

.flex1:hover{
    opacity: 0.9;
    transition: 0.3s;
}

.alamat a{
    text-decoration: none;
}

.wa{
    background-color: #61CE70;
}

.tlp{
    background-color: #3D7CC9;
}

.alamat{
    display: grid;
    justify-content: center;
    text-align: center;
    padding-top: 10px;
}

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

.flex-tlp2{
    display: grid;
    gap: 5px;
}


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

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

.waFixed2{
    position: fixed;
    bottom: 20px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    background-color: #4CAF50;
    padding: 10px;
    border-radius: 30px;
    z-index: 9999;
}

.waFixed3{
    position: fixed;
    bottom: 200px;
    left: 5px;
    background-color: #4CAF50;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 30px;
    color: white;
    font-weight: 600;
    gap: 8px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    font-size: 20px;
    z-index: 100;
}

@media(max-width: 768px){
     /* 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 */


    .title2{
        font-size: 25px;
    }

    .title1{
        font-size: 20px;
        line-height: 2;
    }

    .flex{
        display: grid;
    }

    .flex1{
        width: 100%;
    }

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

    .picture{
        padding-top: 70px;
    }
}
