/* Utils */

/* End Utils */


/* Header */
header {
    background: url(../../../images/pages/home/header-bg.webp) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 131px;
    padding-bottom: 48px;
}

.header-line {
    border-color: white;
    margin-bottom: 44px;
    margin-top: 44px;
}

.header-btn {
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.10);
    color: #FFF;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    transition: var(--transition);
}

.header-btn.fill {
    background: var(--secondary);
}

.header-btn.outline {
    background: transparent;
    border: 2px solid var(--secondary);
    color: var(--secondary);
    margin-left: 16px;
}

.header-btn:hover.fill {
    color: var(--white);
    filter: var(--hover-state);
}

.header-btn:hover.outline {
    color: var(--white);
    background: var(--secondary) !important;
}

.header-btn
/* End Header */


/* Tentang Kami */
.teka-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
}

.teka-overlay-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 25px 25px 0px 0px #06163A;
}

.teka-modal-iframe {
    width: 100%;
    height: 500px;
    border: 1px solid var(--nt-04);
    border-radius: var(--border-radius);
}

.teka-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teka-btn-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teka-btn-shadow {
    position: absolute;
    width: 122px;
    height: 122px;
    background: var(--secondary);
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.10));
    border-radius: 50%;
    z-index: 1;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.teka-btn-container:hover .teka-btn-shadow {
    opacity: 0.5;
    visibility: visible;
}

.teka-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--secondary);
    color: var(--white) !important;
    font-size: 42px;
    position: absolute;
    z-index: 2;
}
/* EndTentang Kami */


/* Layanan */
#layanan {
    background: #FAFAFA;
    margin-top: 56px;
    padding-top: 48px;
    padding-bottom: 48px;
    border-top: 1px solid var(--neutral-nt-03, #E5E5E5);
    border-bottom: 1px solid var(--neutral-nt-03, #E5E5E5);
}

.layanan-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.layanan-overlay-img {
    width: 100%;
    height: 320px;
    display: block;
    object-fit: cover;
}

.layanan-overlay-content {
    position: absolute;
    padding: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* Layanan */

/* Berita */
#berita {
    margin-top: 56px;
}

.berita-card {
    border-radius: 16px;
    border: 1px solid #E5E5E5;
    background: var(--white);
    box-shadow: none;
    transition: var(--transition);
}

.berita-card:hover {
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.10);
    border-color: var(--secondary);
    transform: translateY(-4px);
}

.berita-card:hover h3 {
    color: var(--secondary);
}

.berita-card .card-body {
    padding: 16px;
}

.berita-card img {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    object-fit: cover;
    margin-bottom: 16px;
}

.berita-card p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* End Promosi */


/* Mitra Kami */
#mitra {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid  #E5E5E5;
    background: #FAFAFA;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 56px;
}

.mitra-carousel .slick-list {
    margin: 0 -30px;
}
.mitra-carousel .slick-slide > div {
    padding: 0 30px;
}

.mitra-carousel img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    object-position: center center;
}

.mitra-carousel-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: var(--secondary);
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.mitra-carousel-btn.prev {
    left: 0;
}

.mitra-carousel-btn.next {
    right: 0;
}
/* End Mitra Kami */

/* Daftarkan perusahaan modal */
.modal-content {
    border-radius: 16px !important;
}

.dape-container input[type="radio"] {
    display: none;
}

.dape-container {
    width: 100%;
    display: block;
}

.dape-container .card {
    transition: all 0.2s ease;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
    background: var(--white);
    box-shadow: none;
    cursor: pointer;
    margin-bottom: 16px;
    color: var(--card);
}

.dape-container:last-child .card {
    margin-bottom: 32px;
}

.dape-container .card:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.dape-container input[type="radio"]:checked ~ .card {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.dape-close-container {
    width: 40px;
    height: 40px;
    border: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
}
/* End Daftarkan perusahaan modal */

/* ruang peluang */
.rupe-card {
    border-color: #E5E5E5;
}

.rupe-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
/* End ruang peluang */

@media (max-width: 767.98px) {

    /* Header */
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    header {
        padding-top: 128px;
        padding-bottom: 20px;
        background: var(--primary);
    }

    .header-line {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .header-btn {
        font-size: 16px;
        display: block;
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 16px;
    }
    /* End Header */

    /* Tentang Kami */
    .teka-overlay-container {
        margin-bottom: 32px;
    }

    .teka-overlay-img {
        margin-left: auto;
        margin-right: auto;
        width: 98%;
        height: 220px;
        object-fit: cover;
        box-shadow: 4px 4px 0px 0px #06163A;
    }

    .teka-btn {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    /* End Tentang Kami */

    /* Layanan */
    .layanan-overlay-img {
        height: 220px;
    }
    /* End Layanan */
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* Header */
    header {
        background: var(--primary);
    }

    .header-line {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    /* End Header */

    /* Tentang Kami */
    .teka-overlay-container {
        margin-bottom: 32px;
    }

    .teka-overlay-img {
        margin-left: auto;
        margin-right: auto;
        width: 85%;
        height: 320px;
        object-fit: cover;
        box-shadow: 4px 4px 0px 0px #06163A;
    }
    /* End Tentang Kami */
}

@media (min-width: 992px) and (max-width: 1199.98px) {

}
