/* Existing CSS rules */

body {
    background-color: #f6f8fd;
}

.btn-primary {
    color: #fff;
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--tp-theme-secondary);
    border-color: var(--tp-theme-secondary);
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: var(--tp-theme-secondary);
    border-color: var(--tp-theme-secondary);
    box-shadow: 0 0 0 0.2rem rgba(255, 190, 87, 0.5) !important;
}

.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: var(--tp-theme-secondary);
    border-color: var(--tp-theme-secondary);
    box-shadow: 0 0 0 0.2rem rgba(255, 190, 87, 0.5) !important;
}

.sign__input.is-invalid input {
    border-color: #dc3545;
}

.e-btn--loading {
    pointer-events: none;
    cursor: not-allowed;
}

.tp-hero__btn-wrappper .tp-btn span {
    background-color: #f8f9fa !important;
    color: #000;
    border: 1px solid #f8f9fa;
}

.tp-hero__section .row {
    flex-direction: row;
}

@media (max-width: 767px) {
    .tp-hero__section .row {
        flex-direction: column-reverse;
    }

    .tp-hero__section .tp-hero__img {
        margin-bottom: 2rem;
    }

    .carousel-indicators li {
        background-color: #000;
        /* Warna hitam */
        width: 12px;
        height: 12px;
    }
}

/* Style for the nested comment container */
ul.comment-children {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #ccc;
    /* Vertical line for the nesting */
}

/* Style for the comment box */
li .postbox__comment-box {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    border-left: 2px solid #ccc;
    /* Line color */
}

/* Horizontal line connecting to nested comment */
li .postbox__comment-box::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -20px;
    width: 20px;
    height: 2px;
    background: #ccc;
    /* Line color */
}

.tp-team__img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.teacher__details-thumb img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.tp-header__transparent .hamburger-btn span {
    background-color: #000;
}

.popup-video {
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    color: #FA9B1F;
    animation: pulse 2s infinite;
}

.popup-video i {
    color: #FA9B1F;
    font-size: 24px;
    line-height: 44px;
}

#trailerModal .modal-header {
    background-color: #f6f8fd;
    border-radius: 16px 16px 0 0;
    border: 0;
}

#trailerModal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

#trailerModal .modal-body {
    background-color: #f6f8fd;
    border-radius: 0 0 16px 16px;
    border: none;
    overflow: hidden;
}

#trailerModal .modal-body .embed-responsive {
    height: 100%;
}

#trailerModal .modal-body .video-iframe,
#trailerModal .modal-body iframe {
    border: none;
    border-radius: 0 0 16px 16px !important;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: 80vh;
    padding: 0;
    overflow: hidden;
}

.video-iframe {
    border-radius: 16px;
    transition: all .3s;
}

.embed-responsive-16by9:before {
    padding-top: 56.25%;
}

.embed-responsive:before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.bg-primary {
    background-color: #FA9B1F !important;
}

.tp-event-3__item {
    min-height: 300px;
}

.tp-event-3__title {
    font-size: 24px;
    line-height: 1.5;
}

.tp-about__img-wrapper {
    position: relative;
}

.tp-about__img-large {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.tp-about__img-large img {
    transition: transform 0.3s ease-in-out;
}

.tp-about__img-large img:hover {
    transform: scale(1.05);
}

/* Specific targeting for frame 3 and frame 4 */
.tp-about__img-large img[src*="frame 3.jpg"]:hover,
.tp-about__img-sm img[src*="frame 4.jpg"]:hover {
    transform: scale(1.05);
}

.tp-about__img-sm {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 230px;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.tp-about__img-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

/* Remove hover effect from other shapes */
.tp-about-shapes img {
    max-width: 100%;
}

.scrollable-container {
    max-height: 300px;
    /* Adjust the height as needed */
    overflow-y: auto;
    padding-right: 15px;
    /* Optional: for better appearance */
}

.scrollable-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1000px) {
    .item-pricing {
        margin-bottom: 30px;
    }
}

.pricing .item-pricing {
    padding: 30px;
    background: #fff;
    border-radius: 16px
}

.pricing .item-pricing .btn {
    min-width: 100%
}

.pricing .item-pricing .icon {
    width: 70px;
    height: 70px
}

.pricing .item-pricing .title {
    color: #34364a;
    font-size: 26px;
    font-weight: 700
}

.pricing .item-pricing .type {
    color: #34364a;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-top: 24px !important;
    margin-bottom: 4px
}

.pricing .item-pricing .capt {
    color: #34364a;
    font-size: 16px;
    font-weight: 400
}

.pricing .item-pricing .divider {
    height: 1px;
    background: #d5d6e8
}

.pricing .item-pricing .benefit .icon {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 12px
}

.pricing .item-pricing .benefit p {
    font-weight: 400;
    color: #34364a;
    font-size: 16px
}

.disc-price {
    color: #f65d6d !important;
    font-weight: 500;
    text-decoration: line-through;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

.pricing .item-pricing .btn {
    min-width: 100%;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.course__syllabus-title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
}

.course__syllabus {
    font-size: 16px;
    line-height: 1.5;
}

.card-tools {
    background: #EBF3FF;
    border-radius: 12px;
    display: flex;
    padding: 12px;
    width: 100%;
    border: none;
}

.card-tools img {
    width: 70px;
}

.card-tools .card-body h2 {
    color: #34364a;
    font-size: 20px;
    margin-bottom: 0;
}

.tp-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.course__form-rating ul li a {
    color: #ccc;
    /* Warna default bintang */
    cursor: pointer;
}

.course__form-rating ul li a.active,
.course__form-rating ul li a:hover {
    color: #FFD700;
    /* Warna bintang saat aktif/hover (emas) */
}

.icon-star.active {
    color: #FFD700;
}

.icon-star {
    color: #ccc;
}

.carousel-indicators li {
    background-color: #000;
    /* Warna hitam */
    width: 12px;
    height: 12px;
}

.carousel-indicators .active {
    background-color: #ffb600;
    /* Warna kuning saat aktif */
}


.tp-event__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tp-event__title:hover {
    overflow: visible;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
}


.sticky-widget {
    position: sticky;
    top: 100px;
    transition: all 0.3s ease-in-out;
    animation: slideDown 0.5s ease-in-out forwards;
}

.testimonial-image {
    width: 150px;
    /* Lebar gambar */
    height: 150px;
    /* Tinggi gambar */
    object-fit: cover;
    /* Memastikan gambar tidak terdistorsi */
    border-radius: 10px;
    /* Jika Anda ingin menambahkan sudut melengkung */
}


.testimonial-title h3 {
    font-size: 1.2rem;
    /* Ukuran font lebih besar */
    font-weight: bold;
    /* Bold untuk judul */
}

p {
    margin-top: 10px;
    font-size: 0.95rem;
    /* Ukuran paragraf */
}

.client-name {
    display: block;
    font-size: 0.85rem;
    /* Ukuran font lebih kecil untuk nama */
    font-weight: 600;
    color: #333;
}

.dots {
    text-align: center;
    margin-top: 20px;
}

.dot {
    height: 10px;
    /* Mengecilkan ukuran titik */
    width: 10px;
    /* Mengecilkan ukuran titik */
    margin: 0 5px;
    background-color: #bbb;
    /* Warna default untuk titik yang tidak aktif */
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #FA9B1F;
    /* Warna titik aktif oranye */
}

.mentor-image {
    width: 100%;
    /* Mengatur lebar gambar agar memenuhi lebar kotak */
    height: 200px;
    /* Menetapkan tinggi gambar sesuai kebutuhan */
    object-fit: cover;
    /* Memastikan gambar tidak terdistorsi dan tetap memenuhi area */
    border-radius: 8px;
    /* Opsional: sudut membulat untuk gambar */
}


.mentor-section {
    text-align: center;
    /* Memusatkan teks di dalam mentor-section */
}

.mentor-slider {
    display: flex;
    justify-content: center;
    /* Memusatkan mentor-box secara horizontal */
    flex-wrap: wrap;
    /* Agar item bisa berada di baris berikutnya jika tidak cukup ruang */
}

.mentor-box {
    width: 270px;
    /* Lebar kotak mentor */
    height: 320px;
    /* Tinggi kotak mentor */
    margin: 20px;
    /* Jarak antar kotak */
    padding: 15px;
    /* Ruang di dalam kotak */
    border: 1px solid #ddd;
    /* Opsional: border untuk memisahkan kotak */
    border-radius: 8px;
    /* Opsional: sudut membulat */
    background-color: #fff;
    /* Opsional: latar belakang putih */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* Opsional: efek bayangan */
    display: flex;
    /* Memungkinkan penggunaan flexbox untuk konten di dalamnya */
    flex-direction: column;
    /* Mengatur elemen di dalam kotak agar ditata secara vertikal */
    justify-content: space-between;
    /* Memastikan elemen di dalam kotak tersebar merata */
}

.mentor-title {
    margin-top: auto;
    /* Memastikan nama mentor berada di bagian bawah */
    text-align: center;
    /* Memusatkan teks */
}

.course-box {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.course-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tp-team-2__img {
    position: relative;
    width: 100%;
    height: auto;
}

.tp-team-2__info-overlay {
    position: absolute;
    bottom: 10px;
    /* Posisi nama dan spesialisasi di bagian bawah gambar */
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    /* Latar belakang semi-transparan */
    padding: 10px;
    color: #fff;
    /* Warna teks putih agar terlihat jelas */
}

.tp-team-2__name {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.tp-team-2__pro {
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

/* Atur ukuran dan posisi sosial media di dalam gambar */
.tp-team-2__social {
    position: absolute;
    top: 10px;
    right: 10px;
}

.tp-team-2__social span {
    margin-right: 5px;
}

.tp-team-2__social i {
    color: #fff;
    /* Warna ikon sosial media */
    font-size: 16px;
    /* Ukuran ikon lebih kecil */
}

.footer__social a.tt {
    background-color: #000000;
    /* Background hitam awal */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    transition: background-color 0.3s ease, color 0.3s ease;
    /* Transisi halus */
}

.footer__social a.tt i {
    color: white;
    /* Ikon putih awal */
    font-size: 16px;
    /* Ukuran ikon */
}

.footer__social a.tt:hover i {
    color: #000000;
    /* Ikon berubah menjadi hitam saat hover */
}

.footer__social a.tt:hover {
    background-color: white;
    /* Background berubah menjadi putih saat hover */
    opacity: 0.8;
    /* Efek transparansi saat hover */
}

.footer__social a.ig {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    transition: background-color 0.3s ease, opacity 0.3s ease;
    /* Transisi halus */
}

.footer__social a.ig i {
    color: white;
    /* Ikon putih awal */
    font-size: 16px;
    /* Ukuran ikon */
    transition: color 0.3s ease;
    /* Transisi halus untuk warna ikon */
}

.footer__social a.ig:hover {
    background-color: white;
    /* Background berubah menjadi putih saat hover */
    opacity: 0.8;
    /* Efek transparansi saat hover */
}

.footer__social a.ig:hover i {
    color: #000000;
    /* Ikon berubah menjadi hitam saat hover */
}

.footer__social a.ig:hover i {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    /* Gradasi saat hover */
    -webkit-background-clip: text;
    /* Memastikan background muncul di teks */
    background-clip: text;
    /* Untuk dukungan standar */
    color: transparent;
    /* Menghilangkan warna asli */
}

/* Tambahkan efek untuk hover di gradasi */
.footer__social a.ig:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background-clip: text;
    /* Memastikan background muncul di teks */
    -webkit-background-clip: text;
    /* Untuk dukungan WebKit */
    color: transparent;
    /* Menghilangkan warna asli */
}

/* Menempatkan arrow di luar kotak komentar */
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    /* Sedikit lebih besar untuk panah */
    height: 50px;
    /* Sedikit lebih besar untuk panah */
    background-color: transparent;
}

/* Posisi prev di luar container sebelah kiri */
.carousel-control-prev {
    left: -70px;
    /* Menjauhkan jarak dari kotak komen */
}

/* Posisi next di luar container sebelah kanan */
.carousel-control-next {
    right: -70px;
    /* Menjauhkan jarak dari kotak komen */
}

/* Gaya untuk icon panah prev dan next */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    /* Menghapus background image default Bootstrap */
    border: solid #333;
    /* Warna lebih gelap untuk hitam */
    border-width: 0 2px 2px 0;
    /* Membuat garis panah lebih tebal */
    display: inline-block;
    padding: 8px;
    /* Sedikit lebih besar padding untuk ukuran tebal */
    transform: rotate(135deg);
    /* Arahkan panah ke kiri untuk prev */
    transition: border-color 0.3s ease;
    width: 16px;
    /* Sedikit lebih besar untuk ketebalan */
    height: 16px;
    /* Sedikit lebih besar untuk ketebalan */
}

/* Arahkan panah next */
.carousel-control-next-icon {
    transform: rotate(-45deg);
    /* Arahkan panah ke kanan untuk next */
}

/* Mengubah warna panah saat hover menjadi oranye */
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    border-color: #FA9B1F;
    /* Warna oranye saat di hover */
}

.slick-dots {
    list-style: none;
    padding: 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    background-color: #F9883C;
    /* Warna dot aktif */
    border: none;
    border-radius: 50%;
    width: 10px;
    /* Ukuran dot */
    height: 10px;
    /* Ukuran dot */
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
    /* Dot tidak aktif */
}

.slick-dots li.active button {
    opacity: 1;
    /* Dot aktif */
}


@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#lottie {
    width: 300px;
    margin: auto
}

.border-radius-20 {
    border-radius: 20px !important;
}