/* Utilities */
.title-line {
    border-color: var(--primary);
    border-width: 2px;
    width: 44px;
    margin-top: 0;
    margin-bottom: 8px;
    border-radius: 8px;
}
/* End Utilities */

/* Header */
header {
    background: url(../../../images/pages/home/header-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 136px !important;
    padding-bottom: 46px !important;
}

.header-btn-fill {
    border-radius: 4px;
    background: var(--primary, #0057FF);
    padding: 16px 24px;
    color: var(--white, #FFF);
    font-family: var(--font-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    transition: var(--transition);
}

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

.header-btn-outline {
    border-radius: 4px;
    border: 1px solid var(--primary, #0057FF);
    background: #E8EFFE;
    padding: 16px 24px;
    color: var(--primary, #0057FF);
    font-family: var(--font-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.header-img {
    width: 100%;
    height: 411px;
    object-fit: contain;
    object-position: center;
}
/* End Header */

/* Layanan */
#layanan {
    margin-top: 56px;
}

.content-container .content-body .accordion {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.content-container .content-body .accordion .card {
    box-shadow: none;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background-color: var(--white);
}

.content-container .content-body .accordion .card .card-header {
    background-color: var(--white);
    /* border-bottom: 1px solid var(--border); */
}
.content-container .content-body .accordion .card .card-header button {
    color: var(--dark, #2B2B2B);
    font-family: var(--font-1) !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 30px; /* 150% */
}

.content-container .content-body .accordion .card .card-header button .icon-container {
    width: 52px;
    height: 52px;
    background: #FAFAFA;
    border-radius: 50%;
    border: 1px solid var(--border-color, #EBEBEB);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.content-container .content-body .accordion .card .card-header button .icon-container img {
    width: 27px;
    height: 27px;
    object-fit: contain;
    object-position: center;
}

.content-container .content-body .accordion .card .card-header button:hover {
    color: var(--primary);
}

.content-container .content-body .accordion .card .card-header button:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.content-container .content-body .accordion .card .card-body {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.5;
}

.content-container .content-body .accordion .card .card-header .ri-arrow-down-line {
    transition: all 0.2s ease;
    font-size: 20px;
}

.content-container .content-body .accordion .card .card-header .ri-arrow-down-line.rotate {
    transform: rotate(180deg);
}

.layanan-btn {
    border-radius: 4px;
    background: var(--primary, #0057FF);
    padding: 16px 24px;
    color: var(--white, #FFF);
    font-family: var(--font-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.layanan-vector {
    width: auto;
    height: auto;
    position: absolute;
    right: 16px;
    top: -32px;
}
/* End Layanan */

/* Promo */
#promo {
    margin-top: 24px;
    background: url(../../../images/pages/home/promo-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 56px;
}
/* end Promo */

/* Tentang Kami */
#tentangKami {
    margin-top: 56px;
}

.teka-btn-fill {
    border-radius: 4px;
    background: var(--primary, #0057FF);
    padding: 16px 24px;
    color: var(--white, #FFF);
    font-family: var(--font-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    transition: var(--transition);
}

.teka-btn-fill:hover {
    color: var(--white);
    filter: brightness(.8);
}

.teka-btn-light-fill {
    border-radius: 4px;
    background: #E8EFFE;
    padding: 16px 24px;
    color: #0057FF;
    font-family: var(--font-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.teka-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
}

.teka-btn-play {
    width: 80px;
    height: 80px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.teka-btn-play i {
    font-size: 48px;
}

.teka-vector-top {
    position: absolute;
    top: -24px;
    right: -24px;
    z-index: -1;
}

.teka-vector-bottom {
    position: absolute;
    bottom: -24px;
    left: -24px;
    z-index: -1;
}
/* End Tentang Kami */

/* Divider */
.divider {
    margin-top: 56px;
    margin-bottom: 56px;
    border-color: var(--border-color);
}
/* End Divider */

/* Modal */
.modal-video {
    width: 100%;
    height: 500px;
}
/* End Modal */

/* Klien */
.klien-carousel .slick-list {
    margin: 0 -24px;
}

.klien-carousel .slick-slide > div {
    padding: 0 24px;
}

.klien-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
}

.klien-carousel-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
    border: 1px solid #EBEBEB;
}

.klien-carousel-btn i {
    font-size: 26px;
    color: #666666;
}
/* End Klien */


@media (max-width: 767.98px) {

    /* Header */
    header {
        padding-top: 108px !important;
    }

    .header-img {
        width: 100%;
        height: 280px;
    }

    .header-btn-fill,
    .header-btn-outline {
        padding: 16px 12px;
    }
    /* End Header */

    /* Tentang Kami */
    .teka-img {
        height: 240px;
        margin-bottom: 32px;
    }

    .teka-btn-fill,
    .teka-btn-light-fill {
        padding: 16px 12px;
    }
    /* End Tentang Kami */

    /* Klien */
    .klien-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        object-position: center;
    }
    /* End Klien */

    .modal-video {
        height: 50vh;
    }
}

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

    /* Header */
    header {
        padding-top: 108px !important;
    }

    .header-img {
        width: 100%;
        height: 320px;
    }

    .header-carousel .slick-track {
        left: 8vw;
    }

    .header-carousel .slick-list {
        margin: 0 -8px;
    }

    .header-carousel .slick-slide > div {
        padding: 0 8px;
    }
    /* End Header */

    /* Tentang Kami */
    .teka-img {
        height: 300px;
        margin-bottom: 32px;
    }

    .klien-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        object-position: center;
    }
    /* End Tentang Kami */
}
