/* element header */
.header-element {
    display: flex;
    width: auto;
    height: 380px;
    background: linear-gradient(to left, #4477ce, #223c68);
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: #ffffff;
}
.kategori-skema {
    font-size: 20px;
    font-weight: 400;
}
.judul-skema {
    font-size: 36px;
    font-weight: 500;
}

/* element lingkaran */
.circle-element {
    position: absolute;
    border-radius: 50%;
    background: #4477ce80;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.144);
}

/* kumpulan element lingkaran */
.circle1 {
    width: 400px;
    height: 400px;
    top: -150px;
    left: -100px;
}
.circle2 {
    width: 250px;
    height: 250px;
    top: -170px;
    left: 180px;
}
.circle3 {
    width: 150px;
    height: 150px;
    bottom: -80px;
    left: -10px;
}
.circle4 {
    width: 150px;
    height: 150px;
    bottom: -80px;
    right: 200px;
}
.circle5 {
    width: 300px;
    height: 300px;
    bottom: -120px;
    right: -40px;
}

/* detail sertifikasi */
.detail-sertif {
    background-color: #ffffff;
    width: 100%;
}
.header-info {
    background: linear-gradient(to right, #4477ce, #223c68);
    margin: 3rem;
    height: 4rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}
.info-title h4 {
    color: #ffffff;
    font-family: "Poppins";
    margin: 0;
}

/* 3 circle dekoratif */
.circle {
    display: flex;
    gap: 8px;
}
.blue,
.orange,
.white {
    height: 16px;
    width: 16px;
    border-radius: 100%;
}
.blue {
    background: #4477ce;
}
.orange {
    background: #ff9602;
}
.white {
    background: #ffffff;
    border: 1px solid #ffffff;
}

/* tabel informasi sertifikasi */
.detail-skema {
    margin: 3rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    width: auto;
}
.detail-unit {
    width: 60%;
    background-color: white;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.08);
}
.text-unit {
    margin: 16px 16px 16px 32px;
    font-family: "Poppins";
    font-size: 14px;
}
.code {
    color: #4477ce;
    font-weight: 600;
}
.bottom-line {
    width: auto;
    height: 1px;
    background: #d9d9d9;
}

/* harga skema sertifikasi */
.detail-harga {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.08);
    padding: 20px;
    display: flex;
    width: 35%;
    flex-direction: column;
}

.harga {
    display: flex;
    font-size: 24px;
    font-weight: 600;
    color: #4477ce;
    margin: 1rem;
    justify-content: space-between;
}
.info-box-harga {
    width: auto;
    margin: 0 1rem 1rem 1rem;
    align-items: center;
    border-radius: 5px;
    background-color: rgba(0, 100, 207, 0.151);
}
.text-box-harga {
    display: flex;
    font-size: 12px;
    text-align: left;
    color: #4477ce;
    margin: 1rem;
}
.skema-spes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 1rem;
    color: #4477ce;
    font-size: 14px;
    text-decoration: none;
}
.skema-spes div:nth-child(odd) {
    font-weight: 600;
}
.skema-spes div:nth-child(even) {
    text-align: right;
}
.skema-icon {
    display: flex;
    gap: 10px;
}
.button-daftar-skema {
    display: flex;
    width: auto;
    margin: 1rem;
    justify-content: center;
    border-radius: 5px;
    background: linear-gradient(to right, #4477ce, #223c68);
}
.daftar-text {
    padding: 0.5rem;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}

/* halaman call pertanyaan */
.call {
    display: flex;
    height: 400px;
    background: #f4f4f4;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
.text-besar {
    font-size: 36px;
    font-weight: 600;
    color: #4477ce;
}
.kotak-text-kecil {
    width: 600px;
}
.text-kecil {
    font-size: 16px;
    color: #4477ce;
}
.button-call {
    display: flex;
    margin: 2rem;
    background: #4477ce;
    align-items: center;
    border-radius: 5px;
}
.bantuan {
    font-size: 20px;
    font-weight: 500;
    margin: 0.5rem 1rem 0.5rem 1rem;
    color: #ffffff;
}
.bantuan span {
    padding-left: 10px;
}

@media (max-width: 992px) {
    .detail-sertif {
        margin-top: 2rem;
        background-color: #ffffff;
        width: 100%;
    }
    /* element header */
    .header-element {
        display: flex;
        width: auto;
        height: 300px;
        background: linear-gradient(to left, #4477ce, #223c68);
        position: relative;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        color: #ffffff;
    }
    .kategori-skema {
        font-size: 12px;
        font-weight: 400;
    }
    .judul-skema {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    /* element lingkaran */
    .circle-element {
        position: absolute;
        border-radius: 50%;
        background: #4477ce80;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.144);
    }

    /* kumpulan element lingkaran */
    .circle1 {
        width: 200px;
        height: 200px;
        top: -60px;
        left: -60px;
    }
    .circle2 {
        width: 100px;
        height: 100px;
        top: -50px;
        left: 100px;
    }
    .circle3 {
        width: 100px;
        height: 100px;
        bottom: -50px;
        left: -10px;
    }
    .circle4 {
        width: 100px;
        height: 100px;
        bottom: -50px;
        right: 120px;
    }
    .circle5 {
        width: 200px;
        height: 200px;
        bottom: -80px;
        right: -40px;
    }

    /* header unit kompetensi */
    .header-info {
        background: linear-gradient(to right, #4477ce, #223c68);
        margin: 1rem;
        height: 3rem;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 2rem;
    }
    .info-title h4 {
        font-size: 16px;
        color: #ffffff;
        font-family: "Poppins";
        margin: 0;
    }

    /* 3 circle dekoratif */
    .circle {
        display: flex;
        gap: 8px;
    }
    .blue,
    .orange,
    .white {
        height: 16px;
        width: 16px;
        border-radius: 100%;
    }
    .blue {
        background: #4477ce;
    }
    .orange {
        background: #ff9602;
    }
    .white {
        background: #ffffff;
        border: 1px solid #ffffff;
    }

    /* tabel informasi sertifikasi */
    .detail-skema {
        margin: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: auto;
    }
    .detail-unit {
        width: 100%;
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.08);
    }
    .text-unit {
        margin: 16px 16px 16px 32px;
        font-family: "Poppins";
        font-size: 12px;
    }
    .code {
        color: #4477ce;
        font-weight: 600;
    }
    .bottom-line {
        width: auto;
        height: 1px;
        background: #d9d9d9;
    }

    /* harga skema sertifikasi */
    .detail-harga {
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.08);
        padding: 20px;
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .harga {
        display: flex;
        font-size: 22px;
        font-weight: 600;
        color: #4477ce;
        margin: 1rem;
        justify-content: space-between;
    }
    .info-box-harga {
        width: auto;
        margin: 0 1rem 1rem 1rem;
        align-items: center;
        border-radius: 5px;
        background-color: rgba(0, 100, 207, 0.151);
    }
    .text-box-harga {
        display: flex;
        font-size: 10px;
        text-align: left;
        color: #4477ce;
        margin: 1rem;
    }
    .skema-spes {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin: 1rem;
        color: #4477ce;
        font-size: 12px;
        text-decoration: none;
    }
    .skema-spes div:nth-child(odd) {
        font-weight: 600;
    }
    .skema-spes div:nth-child(even) {
        text-align: right;
    }
    .skema-icon {
        display: flex;
        gap: 10px;
    }
    .button-daftar-skema {
        display: flex;
        width: auto;
        margin: 1rem;
        justify-content: center;
        border-radius: 5px;
        background: linear-gradient(to right, #4477ce, #223c68);
    }
    .daftar-text {
        padding: 0.3rem;
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 1px;
    }

    /* halaman call pertanyaan */
    .call {
        display: flex;
        height: 300px;
        background: #f4f4f4;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    .text-besar {
        font-size: 28px;
        font-weight: 600;
        color: #4477ce;
    }
    .kotak-text-kecil {
        width: 400px;
    }
    .text-kecil {
        font-size: 12px;
        color: #4477ce;
    }
    .button-call {
        display: flex;
        margin: 1rem;
        background: #4477ce;
        align-items: center;
        border-radius: 5px;
    }
    .bantuan {
        font-size: 14px;
        font-weight: 500;
        margin: 0.5rem 1rem 0.5rem 1rem;
        color: #ffffff;
    }
    .bantuan span {
        padding-left: 6px;
    }
}
