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

header{
    position: fixed;
    z-index: 999;
    background-color: white;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}


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

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

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

/* banner awal  */

.banner{
    padding-top: 90px;
    padding-bottom: 40px;
}


/* banner akhir  */

.title1{
    font-size: 23px;
    font-weight: bold;
    line-height: 2;
    color: #3D7CC9;
    text-align: center;
}

.space{
    padding-bottom: 30px;
}


.layanan{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.layanan-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    color: white;
    text-align: center;
    background-color: #10a37f;
    padding: 10px;
}

.layanan-group{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.layanan-card{
    display: flex;
    flex-direction: column;
    gap: 5px;
    box-shadow: 0 4px 10px #0000001f;
    padding: 25px;
    padding-bottom: 30px;
    border-radius: 16px;
}


.title-card{
    font-size: 28px;
    color: red;
    text-align: center;
    font-weight: bold;    
}

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

.space2{
    padding-bottom: 60px;
}

.title{
    font-size: 28px;
    color: #0d69a9;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.why-select{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.why-card{
    box-shadow: -2px 1.5px 8px 0px rgba(0, 0, 0, 0.16);
    background-color: #f9fbff;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    padding: 15px;
    border-radius: 16px;
}

.title-why{
    font-size: 18px;
    color: #0d69a9;
    font-weight: bold;
}

/* awal timeline  */

.timeline{
        max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.timeline:before{
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #dbe8ff;
}

.timeline-item{
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
    position: relative;
}

.step-number{
    width: 48px;
    height: 48px;
    background-color: #2f80ed;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
}

.step-content{
    box-shadow: 0 4px 10px #0000001f;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
    border-radius: 16px;
}

.title-content{
    font-size: 18px;
    color: #0d69a9;
    font-weight: bold;
}

.space-timeline{
    padding-bottom: 20px;
}

/* akhir timeline  */


/* tim spesialis  */

.center{
    text-align: center;
}

#carouselExample .carousel-inner{
    padding: 20px;
    box-shadow: -2px 1.5px 8px 0px rgba(0, 0, 0, 0.16);
    background-color: white;
    border-radius: 30px;
}


#carouselExample .carousel-control-next-icon, #carouselExample .carousel-control-prev-icon{
    background-color: #1ebc94;
    opacity: 0.4;
}


.hideDokter1, .hideDokter2{
    display: none;
}

.classHide{
    text-align: center;
}

/* akhir tim spesialis  */


/* testimoni  */

.testimonials {
  background-color: #f7fbff;
}

.testimonial-header h2{
    font-weight: 700;
}

.testimonial-card {
  max-width: 700px;
  background: #ffffff;
  padding: 40px 32px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06)
}

.testimonial-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 24px;
}

.testimonial-card strong {
  display: block;
  color: #1f3c88;
  font-size: 15px;
}

.testimonial-card span {
  font-size: 13px;
  color: #888;
}

/* Custom control color */
#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
  filter: invert(40%);
}

#testimonialCarousel .carousel-item{
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
}

.testimoni-space{
    margin-bottom: 20px;
}


/* akhir testimoni  */


.title2{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    line-height: 1.8;
    background-color: #10a37f;
    padding: 10px;
    color: white;
    margin-bottom: 20px;
}

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

.iframe{
    text-align: center;
}

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

.need{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 15px;
}

.btnNeed{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    text-decoration: none;
    color: white;
    gap: 10px;
    border-radius: 30px;
    font-weight: bold;
}

.wa{
    background-color: #10a37f;
}

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

.btnNeed:hover{
    opacity: 0.8;
    transition: 0.4s;
}

.grid-alamat{
    display: grid;
    justify-content: center;
    text-align: center;
    background-color: #008B8B;
    padding-top: 25px;
    padding-bottom: 25px;
}

.text-alamat{
    color: white;
    font-weight: bold;
    line-height: 2;
    text-decoration: none;
}


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

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

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

.cla{
    display: none;
}


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

    .banner{
        padding-top: 73px;
    }


    .layanan{
        grid-template-columns: 1fr;
    }

    .why-select{
        grid-template-columns: 1fr;
    }

    .space2{
        padding-bottom: 40px;
    }

    .space-timeline {
    padding-bottom: 0px;
}

 .need{
        grid-template-columns: 1fr;
    }

    .title{
        font-size: 25px;
    }

    .iframe iframe{
        height: 200px;
    }

    .cla{
        text-decoration: none;
        position: fixed;
        left: 2px;
        right: 2px;
        bottom: 5px;
        color: #fff;
        background-color: #4CAF50;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 8px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 30px;
        z-index: 9999;
        width: auto;
    }

    .waFixed2{
        display: none;
    }


}