/* Utils */
.header-title-line {
    width: 82px;
    border-radius: 50px;
    border: 3px solid var(--primary);
    margin-top: 0;
    margin-bottom: 8px;
}

#modalVideo iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 345px;
    width: 100%;
}

.section-divider {
    margin: 0;
    border-color: var(--border);
}
/* End Utils */

/* Header */
.page-header {
    padding-top: 145px;
    padding-bottom: 72px;
    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;
}

.header-title {
    color: var(--dark);
    text-align: center;
    font-family: var(--font-1);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 60px;
}

.header-desc {
    margin-bottom: 40px;
    line-height: 24px;
}

.header-btn {
    margin-bottom: 40px;
    font-size: 20px;
}

#headerCategory {
    height: 51px;
    display: block;
}

.header-carousel-button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.10));
    background-color: var(--white);
    font-size: 16px;
    color: var(--dark);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.header-carousel-button.prev {
    left: -16px;
}

.header-carousel-button.next {
    right: -16px;
}

.header-carousel img {
    width: 100%;
    height: 300px;
    object-fit: fill;
    border-radius: var(--border-radius);
}

.header-carousel .slick-slide > div {
    margin: 0 24px;
}

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

.header-carousel .slick-dots {
    bottom: -40px;
}

.header-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--primary);
}

.header-carousel .slick-dots li button:before {
    font-size: 13px;
}
/* End Header */


/* Best Choice */
#bestChoice {
    margin-top: 56px;
}

.bestcho-card {
    border-radius: var(--border-radius);
    background: var(--white);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.10);
    transition: var(--transition);
}

.bestcho-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
}

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

.bestcho-model {
    color: var(--primary);
    font-family: var(--font-1);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.best-choice-carousel .slick-slide > div {
    margin: 4px 24px;
}

.best-choice-carousel .slick-list {
    margin: -4px -24px;
}

.best-choice-carousel img {
    width: 100%;
    height: 246px;
    object-fit: fill;
}

.best-choice-carousel-button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.10));
    background-color: var(--white);
    font-size: 16px;
    color: var(--dark);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.best-choice-carousel-button.prev {
    left: -16px;
}

.best-choice-carousel-button.next {
    right: -16px;
}
/* End Best Choice */


/* Best Reccomendation */
#bestReccomendation {
    margin-top: 56px;
}

.bestrec-card {
    border-radius: var(--border-radius);
    background: var(--white);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.10);
    transition: var(--transition);
}

.bestrec-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
}

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

.bestrec-model {
    color: var(--primary);
    font-family: var(--font-1);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.best-reccomendation-carousel .slick-slide > div {
    margin: 4px 24px;
}

.best-reccomendation-carousel .slick-list {
    margin: -4px -24px;
}

.best-reccomendation-carousel img {
    width: 100%;
    height: 246px;
    object-fit: fill;
}

.best-reccomendation-carousel-button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.10));
    background-color: var(--white);
    font-size: 16px;
    color: var(--dark);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.best-reccomendation-carousel-button.prev {
    left: -16px;
}

.best-reccomendation-carousel-button.next {
    right: -16px;
}
/* End Best Choice */

/* Best mentor */
#bestMentor {
    background: url(../../../images/pages/home/bestmentor-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 56px;
    padding-top: 68px ;
    padding-bottom: 80px;
}

.bestmen-title {
    color: var(--white);
    text-align: center;
    font-family: var(--font-1);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}

.bestmen-btn {
    font-size: 20px;
}

.bestmen-desc {
    line-height: 150%;
}
/* End Best mentor */


/* Temukan pilihan terbaik */
#temukanPilihanTerbaik {
    margin-top: 56px;
}

.tepi-card {
    border-radius: var(--border-radius);
    background: var(--white);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.10);
    transition: var(--transition);
}

.tepi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
}

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

.tepi-model {
    color: var(--primary);
    font-family: var(--font-1);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.tepi-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
}

.tepi-pills .nav-item {
    flex: 0 0 fit-content;
}

.tepi-pills .nav-item {
    margin-right: 24px;
}

.tepi-pills .nav-link {
    border-radius: 50px;
    padding: 10px 24px;
    color: var(--text);
    font-family: var(--font-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #EBEBEB;
    background: var(--white);
}

.tepi-pills .nav-link.active {
    background-color: var(--primary);
    color: var(--white);
}
/* End Temukan pilihan terbaik */

/* Testimonial */
#testimonial {
    margin-top: 56px;
}

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

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

.testimoni-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.testimoni-overlay-content button {
    border-radius: 8px;
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    padding: 12px 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: var(--transition);
}

.testimoni-overlay-content button:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}
/* End Testimonial */

/* Award */
#award {
    margin-top: 56px;
}

.award-card {
    border-radius: 8px;
    border: 1px solid var(--border);
    box-shadow: none;
    background: #FFF;
    transition: var(--transition);
}

.award-vector {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.award-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
    padding: 4px;
    border: 1px solid var(--border);
}

.award-overlay-img {
    width: 100%;
    height: 247px;
    display: block;
    object-fit: contain;
    object-position: center;
}

.award-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: var(--transition);
}

.award-overlay-content a {
    color: var(--white);
    text-align: center;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: var(--transition);
}

.award-card:hover {
    transform: translateY(-2px);
}

.award-card:hover .award-overlay-content {
    opacity: 1;
}

.award-btn {
    margin-top: 32px;
    margin-bottom: 32px;
}

.award-carousel .slick-slide > div {
    margin: 0 24px;
}

.award-carousel .slick-list {
    margin: 0 -24px;
}

.award-carousel .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--primary);
}

.award-carousel .slick-dots li button:before {
    font-size: 16px;
}
/* End Award */


/* Our client */
#ourClient {
    margin-top: 56px;
}

.ourclient-img {
    width: 100%;
    height: 400px;
    object-fit: fill;
    border-radius: var(--border-radius);
}

.ourclient-carousel-button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.10));
    background-color: var(--white);
    font-size: 16px;
    color: var(--dark);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.ourclient-carousel-button.prev {
    left: -16px;
}

.ourclient-carousel-button.next {
    right: -16px;
}
/* End Our client */


/* FAQ */
#faq {
    margin-top: 56px;
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: #FAFAFA;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.faq-container {
    padding: 0 28px;
}

.faq-card {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid var(--border);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.faq-card .card-header {
    padding: 0;
    background-color: transparent;
}

.faq-card .card-header h2 {
    width: 60%;
}

.faq-icon {
    font-size: 12px;
    color: var(--black);
}

.question-icon-container {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
/* End FAQ */


/* Buat Usaha */
#makeCompany {
    margin-top: 56px;
    margin-bottom: 56px;
}

.maco-card {
    box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
}

.maco-card.blue {
    background: url(../../../images/pages/home/maco-left-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.maco-card.red {
    background: url(../../../images/pages/home/maco-right-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.maco-card .card-body {
    padding: 44px;
}
/* End Buat Usaha */

/* Select Power Modal */
.sepo-container {
    width: 100%;
}

.sepo-container input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.sepo-container .card {
    transition: all 0.2s ease;
    border: 2px solid #f1f1f1;
    box-shadow: none;
    cursor: pointer;
}

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

.sepo-container input[type="radio"]:checked ~ .card {
    border-color: var(--primary);
    color: var(--primary);
}
/* End select Power Modal */


@media (max-width: 767.98px) {

    /* Utils */
    section .container,
    header .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    /* End Utils */

    /* Header */
    .page-header {
        padding-top: 122px;
        padding-bottom: 40px;
    }

    .header-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    #headerCategory {
        height: 36px;
    }

    .header-desc {
        font-size: 16px;
        font-weight: 400;
        color: var(--dark);
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 85%;
        margin-bottom: 32px;
    }

    .header-carousel img {
        height: 179px;
    }
    /* End Header */

    /* Best Choice */
    .best-choice-carousel .slick-slide > div {
        margin-left: 8px;
        margin-right: 8px;
    }

    .best-choice-carousel .slick-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .best-choice-carousel img {
        width: 100%;
        height: 150px;
        object-fit: fill;
    }

    .bestcho-card .card-body {
        padding: 8px;
    }

    .bestcho-card h2 {
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .bestcho-model {
        font-size: 12px;
    }
    /* End Best Choice */

    /* Best Reccomendation */
    .best-reccomendation-carousel .slick-slide > div {
        margin-left: 8px;
        margin-right: 8px;
    }

    .best-reccomendation-carousel .slick-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .best-reccomendation-carousel img {
        width: 100%;
        height: 150px;
        object-fit: fill;
    }

    .bestrec-card .card-body {
        padding: 8px;
    }

    .bestrec-card h2 {
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .bestrec-model {
        font-size: 12px;
    }
    /* End Best Choice */

    /* Temukan pilihan terbaikmu */
    .tepi-pills .nav-link {
        font-size: 14px;
        padding: 8px 16px;
    }

    .tepi-card img {
        width: 100%;
        height: 150px;
        object-fit: fill;
    }

    .tepi-card .card-body {
        padding: 8px;
    }

    .tepi-card h2 {
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tepi-model {
        font-size: 12px;
    }

    .tepi-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .tepi-gutter > [class^="col-"],
    .tepi-gutter > [class^=" col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }
    /* End Temukan pilihan terbaikmu */

    /* Testimonial */
    .testimoni-carousel .slick-slide > div {
        margin-left: 8px;
        margin-right: 8px;
    }

    .testimoni-carousel .slick-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .testimoni-overlay-content button {
        font-size: 10px;
        padding: 8px 16px;
    }

    .testimoni-overlay-img {
        height: 205px;
    }
    /* End Testimonial */

    /* Award */
    .award-carousel .slick-slide > div {
        margin-left: 8px;
        margin-right: 8px;
    }

    .award-carousel .slick-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .award-overlay-img {
        height: 205px;
    }
    /* End Award */

    /* ourclient */
    .ourclient-img {
        height: 205px;
    }
    /* End urclient */
}

@media (max-width: 997.98px) {
    /* Best Choice */
    .best-choice-carousel .slick-dots {
        bottom: -40px;
    }

    .best-choice-carousel .slick-dots li.slick-active button:before {
        opacity: 1;
        color: var(--primary);
    }

    .best-choice-carousel .slick-dots li button:before {
        font-size: 13px;
    }

    .best-choice-carousel {
        margin-bottom: 64px !important;
    }
    /* End Best Choice */

    /* Best Reccomendation */
    .best-reccomendation-carousel .slick-dots {
        bottom: -40px;
    }

    .best-reccomendation-carousel .slick-dots li.slick-active button:before {
        opacity: 1;
        color: var(--primary);
    }

    .best-reccomendation-carousel .slick-dots li button:before {
        font-size: 13px;
    }

    .best-reccomendation-carousel {
        margin-bottom: 64px !important;
    }
    /* End Best Choice */

    /* Best mentor */
    .bestmen-title {
        font-size: 24px;
    }

    #bestMentor {
        background: url(../../../images/pages/home/bestmentor-mobile-bg.jpg) no-repeat center center;
        background-size: cover;
    }

    .bestmen-btn {
        font-size: 16px;
    }
    /* End Best mentor */

    /* Testimoni */
    .testimoni-carousel .slick-dots {
        bottom: -40px;
    }

    .testimoni-carousel .slick-dots li.slick-active button:before {
        opacity: 1;
        color: var(--primary);
    }

    .testimoni-carousel .slick-dots li button:before {
        font-size: 13px;
    }

    .testimoni-carousel {
        margin-bottom: 64px !important;
    }
    /* End Testimoni */

    /* Award */
    .award-carousel .slick-dots {
        bottom: -40px;
    }

    .award-carousel .slick-dots li.slick-active button:before {
        opacity: 1;
        color: var(--primary);
    }

    .award-carousel .slick-dots li button:before {
        font-size: 13px;
    }

    .award-carousel {
        margin-bottom: 64px !important;
    }

    .award-btn {
        margin-top: 0;
    }
    /* End Award */

    /* Ourclient  */
    .ourclient-carousel .slick-dots {
        bottom: -40px;
    }

    .ourclient-carousel .slick-dots li.slick-active button:before {
        opacity: 1;
        color: var(--primary);
    }

    .ourclient-carousel .slick-dots li button:before {
        font-size: 13px;
    }

    /* End ourclient  */
}


@media (min-width: 767.98px) and (max-width: 997.98px) {
    /* Testimoni */
    .testimoni-carousel .slick-slide > div {
        margin-left: 24px;
        margin-right: 24px;
    }

    .testimoni-carousel .slick-list {
        margin-left: -24px;
        margin-right: -24px;
    }
    /* end Testimoni */
}
