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

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

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

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

.callButton{
    background-color: #5a88c1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    font-weight: 700;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 30px;
}

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

.picture{
    padding-top: 99px;
}

.home1{
    padding-top: 60px;
}

marquee{
    color: #00008B;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}

.home{
    padding-top: 40px;
}

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

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

.list-home{
    font-weight: bold;
    color: #36344d;
    line-height: 2;
    font-size: 18px;
}

.hideListHome{
    display: none;
}


.viewMoreButton{
    background-color: #3D7CC9;
    border: none;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 30px;
    font-weight: 600;
}


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


.space{
    padding-bottom: 60px;
}

.hideListHome {
    display: none;
}

.list-home.show .hideListHome {
    display: list-item;
}

.list-home {
    transition: all 0.3s ease;
}

.grid-about{
    display: flex;
    width: 100%;
}


.about{
    width: 60%;
}

.titleAbout{
    color: #212529;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 8px;
}

.imgAbout{
    display: flex;
    justify-content: end;
    width: 40%;
}

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

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


.gridGd{
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px;
}

.gridGd1{
    background-color: #d6c8e30d;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 30px;
}

.titleGrid{
    color: #212529;
    font-weight: bold;
    line-height: 1.8;
    font-size: 24px;
}


.gridList{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.gridList li{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.gridList li img{
    width: 30px;
    height: 30px;
}

.gridList li span{
    flex: 1;
}

#hideListGrid1,
#hideListGrid2,
#hideListGrid3 {
    display: none;
}

.titleDokter{
    text-align: center;
    color: #3D7CC9;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 20px;
}

/* carousel */

.imgDokter{
    width: 90px;
}

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

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

.textDok{
    font-size: 16px;
    font-weight: bold;
    color: #36344D;
    margin-top: 8px;
}

.carousel{
    max-width: 700px; 
    margin: 0 auto;
}

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

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

/* akhir carousel  */


.img {
    text-align: center;
}

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

.gejalaHome{
    background-color: #F2F4F6;
}

.gejala{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.gejala1{
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #DEE4E8;
    padding-top: 30px;
    padding-bottom: 30px;
}

.gejala2{
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.titleGejala{
    font-size: 25px;
    font-weight: bold;
    color: #212529;
}

.listGejala{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}

.listGejala li{
    display: flex;
    gap: 8px;
    align-items: center;
}

.listGejala li img{
    width: 10px;
    height: 10px;
}

.jenisKankerBG{
    background-color: #FFF4E8;
}

.cloud{
    padding-top: 60px;
    padding-bottom: 60px;
}

.titleJenisKanker{
    color: red;
    font-weight: bold;
    line-height: 1.7;
    font-size: 25px;
    text-align: center;
}

.jenisKankerGrid{
     display: flex;
     justify-content: center;
     gap: 20px;
     margin-top: 25px;
     flex-wrap: wrap;

}

.jenisCardGrid{
    width: calc(16.666% - 20px);
    background: #4f8edc;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    box-shadow: rgba(26, 26, 26, 0.15) 0px 0px 10px;
    box-sizing: border-box;
    position: relative;
}

.viewMoreKanker{
    text-align: center;
    margin-top: 40px;
}

.viewMoreButtonKanker{
    background-color: #26506b;
    color: white;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 30px
}

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

.jenisKankerGrid .hidden{
    display: none;
}


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

.iframe{
    text-align: center;
}

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

.titleNeed{
    font-size: 30px;
    color: #212529;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.gridNeed{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

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

.gridWa{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #61CE70;
    color: white;
    text-decoration: none;
    gap: 8px;
    border-radius: 30px;
    padding: 20px;
    font-weight: bold;
}

.gridCall img{
    width: 25px;
}

.gridWa img{
    width: 26px;
}

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

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

.hr{
    padding-top: 30px;
    padding-bottom: 20px;
}

.address{
    display: grid;
    gap: 0px;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    color: #36344d;
    line-height: 2;
}

.address a {
    text-decoration: none;
}

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

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

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

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

    .picture{
        padding-top: 76px;
    }

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

    .about{
        width: 100%;
    }

    .imgAbout{
        width: 100%;
    }

    .space{
        padding-bottom: 35px;
    }

    .title{
        font-size: 23px;
    }

    .gridGd{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .titleAbout, .titleGrid, .titleDokter{
        font-size: 23px;
    }

    .gejala{
        grid-template-columns: repeat(1, 1fr);
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .gejala1{
    border-width: 0px 0px 1px 0px;
    }

    .gejala2{
        padding-left: 0px;
    }

    .gejala2{
        padding-top: 5px;
    }

    .jenisKankerGrid{
        gap: 15px;
    }

    .jenisCardGrid{
       width: calc(33.33% - 10px);
       font-size: 18px;
    }

    .cloud {
    padding-top: 25px;
    padding-bottom: 40px;
    }

    .iframe iframe{
        height: 200px;
    }

    .titleNeed{
        font-size: 27px;
    }

    .gridNeed{
        grid-template-columns: repeat(1, 1fr);
    }

    .hr {
    padding-top: 20px;
    padding-bottom: 10px;
}

}