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

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


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

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

.cta-button{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: rgba(69,183,78,.9);
    color: white;
    text-decoration: none;
    padding-left: 20px;  
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    border-radius: 30px;
    transition: 0.5s;
}

.cta-button:hover{
    opacity: 0.9;
    transition: 0.5s;
}

.picture-padd{
padding-top: 109px;
}


.marque{
    font-weight: bold;
    line-height: 2;
    color: #3D7CC9;
}

/* counter */


.counter-flex{
    display: flex;
    text-align: center;
}

.count{
    font-size: 69px;
    font-weight: bold;
    color: #54595F;
}

.counter{
    width: 25%;
}

.title-count{
    color: #10A37F;
    font-size: 15px;
    font-weight: bold;
    line-height: 2.2;
}

.space{
    padding-bottom: 30px;
}

.c1, .c2, .c3{
    border-right: 1px solid #EFFAFA;
}


.space-counter{
    padding-bottom: 40px;
}

/* end counter */

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

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

/* caret */


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

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

}

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

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

ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* akhir caret */


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

.buttonViewMore{
    font-weight: bold;
    color: white;
    background-color: #046bd2;
    border-radius: 30px;
    border: none;
    padding-top: 8px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 8px;
}

.buttonViewMore:hover{
    opacity: 0.9;
}

#hide1, #hide2, #hide3{
    display: none;
}

.img{
    text-align: center;
}

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


.f1 ul{
    list-style-type: none;
    padding: 0px;
}

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

.f1 ul li {
    padding-bottom: 20px;
}

.f1 svg{
    width: 30px;
    height: auto;
    margin-right: 10px;
    fill: #1368AA;
    transition: fill 0.3s;
}

.f1 ul li span{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.call-wa{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #10a37f;
    color: white;
    font-weight: bold;
    width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    border-radius: 30px;
    gap: 8px;
}

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


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

.carousel-inner {
    margin-top: 12px;
    box-shadow: 0px 1.5px 8px 0px rgba(0, 0, 0, 0.16);
    background-color: white;
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

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

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

.card-flex{
    display: flex;
    gap: 40px;
    padding-top: 30px;
}

.card-row{
    width: 50%;
    background-color: #206AB30D;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding-block-start: 30px;
    padding-block-end: 30px;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    border-radius: 30px;
}

.card-row img{
    width: 30px;
    height: auto;
}

.card-row ul{
    padding: 0px;
}


.card-row ul li{
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 20px;
}



.title-bc{
    background-color: #10a37f;
    width: 100%;
    color: red;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bolder;
    text-align: center;
    padding: 12px;
}


.lis{
    font-size: 20px;
    list-style: upper-alpha;
    font-weight: bold;
    color: #3D7CC9;
    line-height: 2.2;
}

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


.iframe{
    text-align: center;
}

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

.row-snow{
    background-color: #FFF9F2;
}

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

.flex-snow{
    display: flex;
    gap: 40px;
}

.snow-card{
    width: 50%;
    background-color: white;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 30px;
    border-radius: 30px;
    transition: 0.3s;
}

.snow-card:hover{
    background-color: #B6CDD6;
    transition: 0.5s;
}

.footer-bg{
    background-color: #008B8B;
}

.flex-footer{
    display: flex;
    justify-content: space-between;
}

.footer-card{
    width: 33.3%;
    display: flex;
    justify-content: center;
    gap: 30px;
}

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

.title-span{
    font-size: 25px;
    font-weight: bold;
    color: white;
}

.text-span{
    font-size: 16px;
    color: white;
    font-weight: bold;
    line-height: 2;
    text-decoration: none;
}

.footer-card i{
    font-size: 25px;
    color: white;
}

.icon{
    margin-top: 20px;
}

.icon-span{
    cursor: default;
    background-color: #FFFFFF29;
    font-size: 30px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;
    text-decoration: none;
}

.cc{
    padding-top: 30px;
    padding-bottom: 30px;
}

.icon-span:hover{
    background-color: #83434329;
    transition: 0.3s;
}

.flex-need{
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-top: 10px;
}

.gh{
    width: 50%;
    background-color: green;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: 0.5s;
    padding: 12px;
    border-radius: 30px;
    gap: 10px;
    font-weight: bold;
}

.gh:hover{
    background-color: rgb(23, 141, 23);
}

.need-row{
    padding-top: 30px;
}

.coopyright{
    background-color: black;
}

.copy{
    padding-top: 15px;
    padding-bottom: 10px;
}

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

.grid-tlp{
    display: grid;
}

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


.wa2{
    text-decoration: none;  
    position:fixed;  
    z-index:100;  
    bottom:20px;  
    right:20px;  
    color: #fff;  
    background-color: #4CAF50;  
    text-align: center;  
    cursor: pointer;  
    width:240px;  
    padding:8px 3px;  
    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;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: bold;
    border-radius: 30px;
    font-size: 18px;
}

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

.icon-tlp{
    cursor: pointer;
}

.flex-span a:hover{
    text-decoration: underline;
}

.grid-tlp a{
    text-decoration: none;
    color: white;
}

.grid-tlp a:hover{
    text-decoration: underline;
}

.text-span a{
    text-decoration: none;
    color: white;
}

.text-span a:hover{
    text-decoration: underline;
}

.hide2{
    display: none;
}

.view{
    background-color: #046bd2;
    color: white;
    font-weight: bold;
    border: none;
}

.button{
    text-align: center;
    padding-bottom: 10px;
}

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

    .picture-padd{
        padding-top: 86px;
    }

    .counter-flex{
        flex-wrap: wrap;
    }

    .counter{
        width: 50%;
        padding: 10px;
    }

    .count{
        font-size: 40px;
    }

    .c2{
        border-right: 0px;
    }

    .title-count{
        font-size: 11px;
    }


    .call-wa{
        width: 50%;
    }

    .card-flex{
        display: grid;
    }

    .card-row{
        width: 100%;
    }

    .title{
        font-size: 22px;
    }

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

    .title2{
        font-size: 22px;
    }

    .flex-snow{
        display: grid;
        gap: 20px;
    }

    .snow-card{
        width: 100%;
    }

    .iframe iframe{
        height: 200px;
    }

    .flex-footer{
        display: grid;
        gap: 20px;
    }

    .footer-card{
        width: 100%;
        display: grid;
        align-items: normal;
        justify-items: center;
        justify-content: normal;
        gap: 20px;
    }

    .flex-span{
        text-align: center;
    }


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

    .gh{
        width: 100%;
    }

    .title-span{
        font-size: 22px;
    }

    .img img{
        width: 350px;
    }

    .caret-list li img{
        width: 22px;
        padding-top: 14px;
    }

    /* .carousel-inner{
        padding: 5px;
        margin-top: -15px;
    } */
}