.btn {
    background: #9425FE none repeat scroll 0 0;
}

.daftar {
    background: linear-gradient(180deg, #FFD25D 0%, #F0B10C 100%);
    color: #000;
    width: 150px;
}

:root {
    --tg-theme-primary: #9425FE;
    --tg-common-color-blue-2: #9425FE;
    --tg-common-color-purple-2: #F6EEFF;
}

.section__title.white-title .sub-title {
    background: var(--tg-common-color-purple-2);
    color: var(--tg-theme-primary);
}

#sub-title {
    background: var(--tg-common-color-purple-2);
}

.icon h1:hover {
    color: #FFFFFF !important;
    /* Warna putih ketika di-hover */
}

/* Default: sebelum di-hover, panah berwarna putih */
.arrow-btn img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.arrow-btn:hover img {
    filter: brightness(0);
}

.outline-purple-primary {
    user-select: none;
    -moz-user-select: none;
    background: transparent;
    border: 2px solid #9C40F7;
    color: #9C40F7;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: var(--tg-fw-semi-bold);
    font-family: var(--tg-heading-font-family);
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 0;
    padding: 16px 30px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 25px;
    white-space: nowrap;
    box-shadow: none;
    overflow: hidden;
}

.outline-purple-primary:hover {
    background-color: #9C40F7;
    color: var(--tg-common-color-white);
    border-color: #9C40F7;
}

.categories__item:hover h1 {
    color: white !important;
}

.courses__item-bottom .price {
    font-size: 20px;
    line-height: 1;
    color: var(--tg-theme-primary);
    font-weight: var(--tg-fw-bold);
    margin: 0 0;
    display: flex;
    justify-content: end;
}


.about-area .card-body .m-0 {
    /* Memastikan kata panjang akan terpotong ke baris berikutnya */
    word-wrap: break-word;
    white-space: normal;
    /* Mengizinkan pembungkusan teks */
    overflow: hidden;
    /* Menjaga layout tetap rapi */
    text-overflow: ellipsis;
    /* Tambahkan elipsis jika teks terlalu panjang */
    display: block;
}


.about-area-four {
    background-image: url("assets/halftone.svg");
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    padding-top: 2rem;
}

.about-area .card-body .m-0 {
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.about-area-four .section__title {
    margin-bottom: 15px;
}

.about-area-four .section__title .sub-title {
    background: var(--tg-common-color-white);
    color: var(--tg-theme-primary);
}

.benefit-item::before {
    content: '';
    border-radius: 50%;
    height: 36px;
    width: 36px;
    background-color: #0000003c;
    z-index: -1;
    transform: translate(110%, 10%);
}

.shape-layer {
    position: absolute;
}

.layer-left {
    width: 100%;
    transform: translate(18%, -8%);
}

.layer-right {
    width: 100%;
    transform: translate(-10%, 2%);
}

.banner__images .shape-box {
    position: absolute;
    z-index: -5;
    right: -35px;
    top: 120px;
}

.banner__content .star {
    width: 10%;
    position: absolute;
    left: 250px;
    bottom: 10px;
}

.tg-motion-effects1 {
    transform: translate(-5%, -30%);
}

#text-purple {
    color: #9425FE;
}

.bg-text-1 {
    width: 25%;
    position: absolute;
    z-index: -3;
    transform: translate(-1%, 70%);
}

.bg-text-2 {
    width: 11%;
    position: absolute;
    z-index: -3;
    transform: translate(-50%, 89%);
}

.benefit-icon {
    width: 36px;
    height: 36px;
    background-color: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.btn-register {
    background-color: #6c63ff;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.select__option {
    background: #FFF;
    border-radius: 55px;
    padding: 6px;
    margin: 0 auto;
}

.select__option h5 {
    width: 50%;
    margin: 0;
    padding: 6px 0;
    border-radius: 55px;
    font-size: 22px;
    font-weight: 700;
    color: var(--tg-theme-primary);
    cursor: pointer;
    transition: 0.3s;
}

.select__option h5.current {
    background: var(--tg-theme-primary);
    color: white;
}

.kursus {
    width: 280px;
}

.mitra-kami__area .container .shape-mintra {
    transform: translateY(200%);
}

.question {
    width: 1050px;
}

/* style mitra */

.mitra-logos-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
}

.mitra-logos-container::before,
.mitra-logos-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.mitra-logos-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.mitra-logos-container::after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.mitra-logos {
    display: flex;
    flex-wrap: nowrap;
    min-width: max-content;
    padding-left: 60px;
    padding-right: 60px;
}

.mitra-logo {
    display: inline-block;
    margin-right: 30px;
    padding: 10px;
}


.mitra-logo img {
    max-width: 100%;
    object-fit: contain;
}

/* Hide scrollbar for all browsers */
.mitra-logos-container::-webkit-scrollbar {
    display: none;
}

.mitra-logos-container {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

@media (max-width: 1600px) {
    .layer-left {
        transform: translate(-10%, -10%);

    }

    .banner__images .shape.small-shape {
        max-width: 136px;
        transform: scaleX(-1);
        right: 15px;
        bottom: 210px;
        z-index: -2;
    }

    .tg-motion-effects1 {
        transform: translate(-20%, -35%);
    }

    .banner__images .shape.bg-dots {
        right: 50px;
        top: -40px;
    }

    .bg-text-2 {
        width: 8.5%;
        transform: translate(-50%, 98%);
    }
}

@media (max-width: 1450px) {
    .bg-text-2 {
        width: 10%;
        transform: translate(-49%, 94%);
    }
}

@media (max-width: 1280px) {
    .layer-left {
        width: 100%;
        transform: translate(18%, -8%);
    }

    .bg-text-2 {
        width: 11%;
        transform: translate(-50%, 98%);
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .layer-left {
        width: 100%;
        transform: translate(9%, -10%);
    }
}


/* Tampilan mobile */
@media (max-width: 767px) {
    .banner__content .star {
        display: none;
    }

    .about-area-four {
        background: none;
    }

    .about-area-four .row {
        flex-direction: column;
    }

    .about-area-four .col-lg-5,
    .about-area-four .col-lg-7 {
        text-align: center;
        /* Semua teks di mobile menjadi center */
    }

    .about-area-four .col-lg-5 {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .about-area-four .col-lg-5 img {
        width: 80%;
        /* Mengatur lebar gambar pada mobile */
    }

    .about-area-four .about__content-four p {
        text-align: center;
        /* Paragraf di mobile juga center */
    }

    /* Menampilkan logo mobile dan menyembunyikan logo desktop */
    .about-area-four .logo-desktop {
        display: none;
        /* Menyembunyikan logo desktop di mobile */
    }

    .about-area-four .logo-mobile {
        display: block;
        width: 30px;
        /* Menampilkan logo mobile */
    }

    /* Gambar tambahan (untuk mobile) */
    .about-area-four .shape {
        display: none;
        /* Menyembunyikan shape di mobile */
    }

    .layer-left {
        transform: translate(40%, 60%);
    }

    .layer-right {
        transform: translate(-20%, -10%);
    }

    .shape-box {
        display: none;
    }

    .features__item-wrap-two {
        overflow-x: auto;
        position: relative;
        transform: translateY(-90%);
        z-index: 20;
    }

    .features__item-wrap-two .row {
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
        gap: 12px;
        margin: 0;
    }

    .features__item-wrap-two .row>div {
        width: 260px !important;
        flex: 0 0 auto;
        padding: 0;
    }

    .features__item-three {
        margin-bottom: 0;
    }


    .tg-motion-effects1 {
        transform: translate(-5%, -20%);
    }

    .hero-image-container {
        text-align: center;
    }

    .fact__item-wrap-two .row>div {
        width: 33% !important;
    }

    .fact__item-two {
        border-radius: 14px;
        height: 87px;
        width: 120px;
        text-align: center;
        box-shadow: none;
        padding: 0 !important;
    }

    .fact__item-two h2 {
        font-size: 26px;
    }

    .fact__item-two p {
        font-size: 13px;
    }

    .bg-text-1 {
        width: 32%;
        transform: translate(-58%, 90%);
    }

    .bg-text-2 {
        width: 25%;
        transform: translate(-68%, 125%);
    }

    .question {
        width: 400px;
        padding: 0 8px;
    }

    .question h5 {
        font-size: 13px;
    }

    .accordion-button {
        font-size: 13px !important;
    }
}

@media (max-width: 360px) {
    .bg-text-1 {
        width: 34%;
        transform: translate(-58%, 100%);
    }

    .bg-text-2 {
        width: 28%;
        transform: translate(-68%, 125%);
    }
}


/* Tampilan desktop */
@media (min-width: 768px) {

    .about-area-four .logo-desktop {
        display: block;
        /* Menampilkan logo desktop */
    }

    .about-area-four .logo-mobile {
        display: none;
        /* Menyembunyikan logo mobile di desktop */
    }

    .about-area-four .col-lg-7 {
        text-align: left;
        /* Teks di desktop menggunakan left alignment */
    }

    .about-area-four .about__content-four p {
        text-align: left;
        /* Paragraf di desktop juga diatur ke kiri */
    }

    .about-area-four .section__title {
        text-align: left;
        /* Judul di desktop diatur ke kiri */
    }

}

.fact__item-two h2.count {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #8b3dff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fact__item-two p {
    font-size: 1rem;
    color: #555;
    text-align: center;
    margin-top: 6px;
}

.fact__item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    padding: 30px 10px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.courses__item-thumb {
    height: auto;
    overflow: hidden;
}

.courses__item-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}