/* style untuk floating button */
#floating-button .whatapss-logo{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    transition: transform 0.3s ease;
}

#floating-button .whatapss-logo:hover{
    transform: scale(1.1);
} 

#floating-button .floating-button-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

#floating-button .option {
    margin: 5px 0;
    padding: 10px;
    background-color: #28A745;
    color: white;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#floating-button .option:hover {
    background-color: #218838;
}

#floating-button .floating-options {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 250px;
}
/* akhir style floating button */

/* style pesan notifikasi */
.notification-container {
    position: fixed;
    bottom: 100px; /* Position above floating button */
    right: 20px;
    background-color: #ffff;
    color: black;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    align-items: center;
    font-family: 'sora', sans-serif;
    line-height: 30px;
}

/* Notification Text */
.notification-text {
    flex-grow: 1;
}

/* Close Button for Notification */
.close-notification {
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
}
/* akhir style pesan notifikasi */

/* style keseluruhan card */
#biaya .container .card{
    margin-bottom: 30px;
}

#biaya .container{
    padding: 30px 0 0 0;
}


#biaya .card{
    width: 100%;
    margin:0;
    padding: 10px;
    /* background-color: #f1f1f1; */
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* style untuk card */
#biaya .card-harga{
    margin: 10px;
    padding: 30px;
    background-color: white;
    width: 300px;
    height: 325px;
    border-radius: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

#biaya .card-promo{
    margin: 10px;
    padding: 30px;
    background-color: white;
    width: 300px;
    height: 350px;
    border-radius: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}



/* style untuk sesi di didalam card */
#biaya .sesi-belajar{
    display: flex;
    column-gap: 20px ;
    margin: 0 0 6px 0;
    padding: 0;
    align-items: baseline;
    justify-content: space-between;
}

#biaya .sesi-belajar span{
    padding: 10px;
    width: 106px;
    background-color: #eff6ff;
    border-radius: 6px;
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    color: #0000FF;
    font-weight: 600;
}

#biaya .sesi-belajar p{
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 14px;
}
/* akhir style untuk sesi di didalam card */

/* style untuk content card */
#biaya .card-konten {
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
}

.card-konten p{
    line-height: 24px;
    font-weight: normal;
    font-size: 14px;
}

#biaya .card-konten h1{
    font-weight: 700;
    font-size: 25px;
}

#biaya .card-konten h2{
    font-weight: 700 !important;
    font-size: 20px;

}

#biaya h1{
    font-weight: 600;
    font-size: 48px;
}

#biaya .title-program{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0 4px 0;
}
/* akhir style untuk content card */

/* style button untuk card konten */
.card-konten .style-a{
    margin: 5px 0 5px 0;
    width: auto;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    background-color: #0096ff;
    transition: 0.3s;
}
.style-a:hover{
    transform: scale(1.1);
}

.style-a a{
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: medium;
    color: white;
    padding: 0 90px 0 90px;
}

/* style tombol toggle */
.toggle-btn {
    font-size: 14px;
    width: 100%;
    padding: 10px 20px;
    color: #686D76;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: transparent;
    font-weight: 500;
}

/* Gaya Kotak Informasi */
.info-box {
    display: none;
    margin-top: -7px;
    border: none;
    justify-content: center;
    padding: 10px 30px 30px 30px;
    background-color: white;
    width: 300px;
    border: none;
    border-radius:  0px 0px 15px 15px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
    align-items: center;
    margin-left: -30px;
    z-index: 1000px;
    position: relative;
}

.info-box li{
    display: flex;
    justify-content: baseline;
    column-gap: 20px;
    margin-bottom: 10px;
}

.info-box p{
    margin-top: -4px;
}
/* akhir style button untuk card konten */

/* akhir untuk style card harga */

#informasi-formasi .container{
    height: auto;
    display: flex;
    padding: 20px 40px;
    margin-top: 40px;
}

#informasi-formasi .row{
    width: 100%;
    display: flex;
    padding: 20px;
    background: linear-gradient(to right, #1e3c72, #2a5298);
    border-radius: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid blue;
}

#informasi-formasi .col-text{
    width: 50%;
    font-family: 'Poppins', sans-serif;
}

#informasi-formasi .col-text h1{
    margin-top: 15px;
    font-size: 35px;
    line-height: 45px;
    color: white;
    font-weight: 700;
}

#informasi-formasi .col-text span{
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 45px;
    color: white;
    padding: 8px;
    border: 1px solid white;
    border-radius: 15px;
}


#informasi-formasi .col-gambar{
    width: 50%;
    height: auto;
    text-align: center;
    place-items: center;
    justify-items: center;
    justify-content: center;
}

/* style untuk button nya */
.icon-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #0096ff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 20px ;
    width: auto;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s;
}

.icon-button i {
    margin-left: 10px; /* Jarak antara ikon dan teks */
    
}

.icon-button:hover {
    background-color: #0056b3;
    transform: scale(1.1);
}

/* akhir style untuk button nya */

/* akhir container formasi */

/* style untuk page maintenance */
#lost-page{
    height: 100%;
    font-family: 'Poppins', sans-serif;
    align-items: center;
}

#lost-page .container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    place-items: center;
    padding: 20px;
    text-align: center;
    height: auto;
    row-gap: 20px;
}

#lost-page h1{
    font-weight: 700;
    font-size: 40px;
}


#lost-page a{
    display: block;
    background-color: #0096ff;
    width: 200px;
    padding: 6px 10px;
    border-radius: 15px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

#lost-page a:hover{
    transform: scale(1.1);
}
/* akhir style untuk page maintenance */

/* style untuk tampilan Mobile */
@media (max-width: 768px){
    #biaya h1{
        font-size: 30px;
        margin-bottom: 10px;
    }

    #biaya p{
        font-weight: normal;
        font-size: 14px;
    }

    #biaya .title-program{
        font-size: 20px;
    }

    #biaya .card-harga{
        height: 335px;
    }

    .info-box{
        transition: max-height 0.3s ease-out;
    overflow: hidden;
    }

    .info-box.show{
        display: block;
        max-height: 500px;
    }

    /* style informasi di mobile */
    #informasi-formasi{
        padding: 20px;
    }

    #informasi-formasi .container{
        height: auto;
        padding: 0;
    }

    #informasi-formasi .container .row{
        height: auto;
        flex-wrap: wrap;
        row-gap: 50px;
        padding: 20px;
    }

    #informasi-formasi .col-gambar{
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    #informasi-formasi .col-gambar img{
        width: 100%;
    }

    /* untuk tulisan */
    #informasi-formasi .col-text{
        width: 100%;
    }

    #informasi-formasi .col-text h1{
        font-size: 25px;
        line-height: 35px;
        font-weight: 800;
    }

    /* style untuk page maintenance */
    #lost-page{
        margin: 60px 0;
    }
}







