@import url('https://fonts.cdnfonts.com/css/poppins');

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

:root {
    --primary-color: #f39c12;
}

a.nav-item {
    color: #222 !important;
}

* {
    font-family: 'Poppins', sans-serif;
}

.navbar-brand {
    font-weight: 700;
    color: #f39c12 !important;
}

.hero-section {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: white;
    padding: 80px 0;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-wrapper {
    border-radius: 35px;
    background: url('../img/cta-bg.png');
    background-size: cover;
    padding: 80px 0;
}

.btn-primary {
    background-color: #e74c3c;
    border-color: #e74c3c;
    border-radius: 15px;
    padding: 12px 30px;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #c0392b;
    border-color: #c0392b;
}

.course-card {
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px !important;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.course-card:hover {
    transform: translateY(-5px);
}

.badge-popular {
    background-color: #f39c12;
    color: white;
    font-size: 0.75rem;
    padding: 5px 10px;
    border-radius: 15px;
}

.feature-icon {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: white;
    width: 60px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 20px;
}

.stats-section {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: white;
    padding: 60px 0;
}

.stats-number {
    font-size: 2.5rem;
    font-weight: 700;
}

/* .testimonial-section {
    background-color: #f8f9fa;
    padding: 80px 0;
} */

.footer {
    background: url('../img/footer.jpg');
    background-size: cover;
    color: white;
    padding: 50px 0 0;
}

.footer .copyright {
    padding-bottom: 20px;
    background-color: #653208;
}

.footer .icon-sosmed i {
    color: #f4a42b;
}

.footer .icon-sosmed {
    padding: 6px 8px;
    border-radius: 9.6px;
    background: #653208;
}

.footer h5 {
    color: #f39c12;
    margin-bottom: 20px;
}

.faq-section {
    padding: 80px 0;
}


.accordion .card {
    border: none;
    margin-bottom: 10px;
}

.accordion .card-header {
    background-color: #f8f9fa;
    border: none;
    padding: 0;
}

.accordion .card:has(.show) .card-header {
    background-color: #ffe5d0 !important;
}

.faq-section .accordion {
    box-shadow: unset !important
}

.accordion .btn {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
}

.cta-section {
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: white;
    padding: 60px 0;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: #FFC107;
    border-color: #FFC107;
}

.text-primary {
    color: var(--primary-color) !important;
}

.hero-section-detail {
    background:url('/assets/img/header-detail.jpg');
    background-size: cover;
    padding: 80px 0 30px 0;
}
.hero-section-detail .card{
    border-radius: 16px !important;
}

.course-stats {
    background: white;
    border-radius: 15px;
    padding: 30px;
    /* margin-top: 30px; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.course-video {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ff9800;
    color: white;
    border: none;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 152, 0, 0.4);
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 152, 0, 0.6);
}

.price-tag {
    background: #ff9800;
    color: white;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    display: inline-block;
}

.course-info-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 10px;
    /* background: #f8f9fa; */
    border-radius: 8px;
}

.course-info-item i {
    color: #ff9800;
    margin-right: 15px;
    width: 20px;
}

.btn-enroll {
    background: #ff9800;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-enroll:hover {
    background: #f57c00;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 152, 0, 0.4);
}

.course-tags {
    margin: 20px 0;
}

.course-tag.active {
    /* background: #ff9800; */

    background: linear-gradient(135deg, #FFC107 0%, #F4A42B 100%);
}

.course-tag {
    background: #c2c3c3;
    border: none;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* .course-content {
    background: white;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
} */

.learning-objectives {
    list-style: none;
    padding: 0;
}

.learning-objectives li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.learning-objectives li:before {
    content: "✓";
    color: #28a745;
    font-weight: bold;
    margin-right: 10px;
}

.navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #ff9800 !important;
}

.btn-login {
    background: #ff9800;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-login:hover {
    background: #f57c00;
    color: white;
    text-decoration: none;
}

.btn-primary-gradient {
    /* #FFC107 #F4A42B */
    background: linear-gradient(135deg, #FFC107 0%, #F4A42B 100%);
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary-gradient:hover {
    background: linear-gradient(135deg, #F4A42B 0%, #FFC107 100%);
    color: white;
    text-decoration: none;
}

@media (max-width: 768px) {
    .cta-title {
        font-size: 24px;
    }

}


/* accordion */
.accordion {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.card {
    border: none;
    border-radius: 0;
    margin-bottom: 1px;
}

.card-header {
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
    position: relative;
}

.card-header .btn-accordion:not(.collapsed) {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
}

.card-header.secondary-header {
    background-color: #f8f9fa;
    border-left: 4px solid #6c757d;
}

.btn-accordion {
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    padding: 15px 20px;
    font-weight: 500;
    color: #495057;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-accordion:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.btn-accordion:focus {
    box-shadow: none;
    outline: none;
}

.btn-accordion.collapsed .fa-chevron-up {
    transform: rotate(180deg);
}

.fa-chevron-up {
    transition: transform 0.3s ease;
    color: #6c757d;
}

.card-header .btn-accordion:not(.collapsed) .section-number {
    background-color: #ffc107;
}

.section-number {
    background-color: #6c757d;
    color: #efefef;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    margin-right: 15px;
    flex-shrink: 0;
}

.section-number.secondary {
    background-color: #6c757d;
    color: white;
}

.card-body {
    padding: 20px;
    background-color: #fff;
}

.topic-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f8f9fa;
}

.topic-item:last-child {
    border-bottom: none;
}

.topic-content {
    display: flex;
    align-items: center;
}

.topic-icon {
    color: #ffc107;
    margin-right: 10px;
    font-size: 14px;
}

.topic-icon.quiz {
    color: #28a745;
}

.topic-name {
    color: #495057;
    font-weight: 500;
}

.topic-duration {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
}

.section-title {
    margin: 0;
    font-size: 16px;
}

.reviews-content .reviewer-name {
    /* background-color: #f8f9fa; */
    font-weight: bold;
}


.navbar-custom {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #333 !important;
    text-decoration: none;
}

.navbar-brand:hover {
    color: var(--primary-color) !important;
    text-decoration: none;
}

.logo-icon {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    background: linear-gradient(135deg, var(--primary-color), #ffa500);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    margin: 0 0.5rem;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
    background-color: rgba(255, 140, 0, 0.1);
}

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin-top: 0.5rem;
}

.dropdown-item {
    padding: 0.75rem 1.5rem;
    color: #333;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: rgba(255, 140, 0, 0.1);
    color: var(--primary-color);
}

.search-container {
    position: relative;
    max-width: 300px;
    margin: 0 1rem;
}

.search-input {
    width: 100%;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    outline: none;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.search-input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(255, 140, 0, 0.25);
    background-color: white;
}

.search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    color: #6c757d;
    cursor: pointer;
    padding: 0.25rem;
}

.search-btn:hover {
    color: var(--primary-color);
}

.btn-login {
    background: linear-gradient(135deg, var(--primary-color), #ffa500);
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-login:hover {
    background: linear-gradient(135deg, #e67e00, #ff9500);
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 140, 0, 0.3);
}

/* Mobile Styles */
@media (max-width: 767.98px) {

    .search-container {
        max-width: none;
        flex: 1;
        margin: 0 0 0 1rem;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .mobile-navbar {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .ws {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .mobile-navbar {
        /* display: none; */
        margin: auto 0;
    }
}

/* Custom dropdown caret */
.dropdown-toggle::after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-left: 0.5em;
}

.content-demo {
    padding: 2rem 0;
    background-color: #f8f9fa;
    min-height: 80vh;
}

.testimonial-section {
    background: #F4B63C;
    background: linear-gradient(180deg, rgba(244, 182, 60, 1) 0%, rgba(177, 106, 0, 1) 100%);
    /* min-height: 100vh; */
    /* padding: 60px 0; */
    position: relative;
    overflow: hidden;
}

.testimonial-content {
    color: white;
    padding-right: 2rem;
}

.testimonial-title {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.testimonial-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
}

.btn-catalog {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
    padding: 0.75rem 2rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-catalog:hover {
    background-color: white;
    color: var(--primary-color);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.testimonial-cards {
    height: 80vh;
    overflow: hidden;
    position: relative;
    padding: 1rem;
}

.cards-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: scrollUp 30s linear infinite;
}

.testimonial-cards::before,
.testimonial-cards::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    pointer-events: none;
    z-index: 10;
}

.testimonial-section::before {
    top: 0;
    background: linear-gradient(to bottom,
            #f9a109 0%,
            rgba(255, 140, 0, 0.8) 20%,
            rgba(255, 140, 0, 0.4) 60%,
            rgba(255, 140, 0, 0) 100%);
}

.testimonial-section::after {
    bottom: 0;
    background: linear-gradient(to top,
            rgba(255, 140, 0, 1) 0%,
            rgba(255, 140, 0, 0.8) 20%,
            rgba(255, 140, 0, 0.4) 60%,
            rgba(255, 140, 0, 0) 100%);
}

.reverse .cards-container {
    animation-direction: scrollDown 30s linear infinite;
}

.cards-container:hover {
    animation-play-state: paused;
}

@keyframes scrollUp {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

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

    100% {
        transform: translateY(100%);
    }
}

.testimonial-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    min-height: 200px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.stars {
    color: #ffd700;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.testimonial-text {
    color: #333;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), #ffa500);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.author-info h6 {
    margin: 0;
    color: #333;
    font-weight: 600;
}

.author-info p {
    margin: 0;
    color: #666;
    font-size: 0.85rem;
}

/* Duplicate cards for seamless loop */
.cards-duplicate {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .testimonial-section {
        padding: 40px 0 0 0;
    }

    .testimonial-title {
        font-size: 2rem;
    }

    .testimonial-content {
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .testimonial-cards {
        height: 60vh;
    }

    .testimonial-card {
        padding: 1.5rem;
        min-height: 180px;
    }
}

/* Alternative animation - scroll down */
.scroll-down {
    animation: scrollDown 25s linear infinite;
}

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

    100% {
        transform: translateY(100%);
    }
}

.benefits-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
}

.section-title {
    text-align: center;
    /* margin-bottom: 60px; */
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
}

.highlight {
    color: var(--primary-color);
}

.benefit-card {
    background: white;
    border-radius: 12px;
    padding: 30px 25px;
    height: 100%;
    display: flex;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(255, 140, 0, 0.15);
}

/* .benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #FFA500 100%);
} */

.benefit-icon {
    min-width: 65px;
    height: 60px;
    margin-right: 1rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #ffc107;
    /* background: linear-gradient(135deg, var(--primary-color) 0%, #FFA500 100%); */
    background: #fef4e2;
}

.benefit-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.benefit-description {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

.row.benefits-row {
    margin: 0 -15px;
}

.benefit-col {
    padding: 0 15px;
    margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .benefits-section {
        padding: 60px 0;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: 2rem;
    }

    .benefit-card {
        padding: 25px 20px;
    }

    .benefit-col {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .benefit-card {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .benefit-icon {
        max-width: 40px;
        margin: 0 auto;
        margin-bottom: .5rem;
    }

    .section-title h2 {
        font-size: 1.75rem;
    }

    .benefit-title {
        font-size: 1.1rem;
    }

    .benefit-description {
        font-size: 0.9rem;
    }
}

/* Animation for icons */
.benefit-icon {
    animation: iconFloat 3s ease-in-out infinite;
}

.benefit-card:nth-child(2) .benefit-icon {
    animation-delay: 0.5s;
}

.benefit-card:nth-child(3) .benefit-icon {
    animation-delay: 1s;
}

.benefit-card:nth-child(4) .benefit-icon {
    animation-delay: 1.5s;
}

@keyframes iconFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-3px);
    }
}

/* Alumni Section Styles */
.alumni-section {
    background: white;
    padding: 80px 0;
    overflow: hidden;
}

.alumni-header {
    text-align: center;
    margin-bottom: 60px;
}

.alumni-badge {
    display: inline-block;
    background: linear-gradient(135deg, #FF8C00 0%, #FFA500 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.alumni-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

.alumni-subtitle {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
    line-height: 1.3;
}

.partners-marquee {
    width: 100%;
    overflow: hidden;
    background: #f8f9fa;
    padding: 40px 0;
    border-radius: 12px;
    position: relative;
}

.marquee-wrapper {
    display: flex;
    animation: marquee 30s linear infinite;
}

.marquee-wrapper.reverse {
    display: flex;
    animation: marquee-reverse 30s linear infinite;
}

.marquee-content {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.partner-logo {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px 30px;
    margin: 0 15px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    min-width: 140px;
    text-align: center;
    position: relative;
}

.partner-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255, 140, 0, 0.15);
    border-color: #FF8C00;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee-reverse {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Pause animation on hover */
.partners-marquee:hover .marquee-wrapper {
    animation-play-state: paused;
}

/* Responsive adjustments for alumni section */
@media (max-width: 768px) {
    .alumni-section {
        padding: 60px 0;
    }

    .alumni-header {
        margin-bottom: 40px;
    }

    .alumni-title,
    .alumni-subtitle {
        font-size: 1.75rem;
    }

    .alumni-badge {
        font-size: 0.8rem;
        padding: 6px 16px;
    }

    .partner-logo {
        padding: 15px 20px;
        font-size: 1rem;
        min-width: 120px;
        margin: 0 10px;
    }

    .partners-marquee {
        padding: 30px 0;
    }
}

@media (max-width: 576px) {

    .alumni-title,
    .alumni-subtitle {
        font-size: 1.5rem;
    }

    .partner-logo {
        padding: 12px 16px;
        font-size: 0.9rem;
        min-width: 100px;
        margin: 0 8px;
    }

    .kelas-card {
        display: flex !important;
        flex-direction: column;
    }

    .shift {
        display: flex;
        flex-wrap: nowrap;
        text-wrap: nowrap;
        overflow: auto;
    }

    .mw {
        max-width: 150px;
    }
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-carousel.section-hero .owl-dots .owl-dot span {
    display: inline-block;
    width: 40px;
    height: 5px;
    margin: 0 5px;
    background-color: #ddd;
    transition: background-color 0.3s ease;
}

.owl-carousel.section-hero .owl-dots {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    /* gap:1rem; */
    position: absolute;
    bottom: 2rem;
    right: 0;
    left: 0;
}

.owl-carousel.rekomendasi-kelas .owl-dots {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    /* gap:1rem; */
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.owl-carousel.rekomendasi-kelas .owl-dots .owl-dot span {
    display: inline-block;
    width: 40px;
    height: 5px;
    margin: 0 5px;
    transition: background-color 0.3s ease;
}

.owl-carousel.rekomendasi-kelas .owl-dots .owl-dot:not(.active) span {
    background-color: #fad6a1
}

.owl-carousel.rekomendasi-kelas .owl-dots .owl-dot.active span {
    background-color: #F4A42B
}


.owl-dot.active {
    background-color: #333;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.owl-nav button {
    background: none;
    border: none;
    font-size: 2rem;
    color: #333;
    transition: color 0.3s ease;
}

.owl-nav button:hover {
    color: #ff8c00;
}

.bg-rekomendasi {
    background: url(/assets/img/background-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nav-item .small {
    font-size: 10px;
}

.sidebar input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.sidebar label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    line-height: 1.5;
    cursor: pointer;
}

.sidebar label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #f4a42b;
    border-radius: 4px;
    background-color: #fff;
}

.sidebar input[type="checkbox"]:checked+label:before {
    content: "\2713";
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    line-height: 19px;
    background-color: #f4a42b;
}

.bg-main {
    background-color: #f8f9fa;
}

.kelas .hero-section {
    /* background: linear-gradient(135deg, #ff8c00, #ffb84d); */
    background: url(/assets/img/header-katalog.jpg);

    background-size: cover;
    padding: 80px 0;
    text-align: center;
}

.kelas .hero-section h1 {
    font-size: 2.5rem;
    color: #222;
    margin-bottom: 10px;
}

.kelas .hero-section p {
    opacity: 0.9;
    margin-bottom: 30px;
}

.kelas .search-box {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

.kelas .search-box input {
    border-radius: 25px;
    padding: 12px 20px;
    border: none;
    width: 100%;
}

.kelas .search-box button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #999;
}

.kelas .sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 24px;
    margin-bottom: 20px;
}

.kelas .sidebar h6 {
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}

.kelas .sidebar .list-unstyled li {
    margin-bottom: 8px;
}

.kelas .sidebar .list-unstyled a {
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.kelas .sidebar .list-unstyled a:hover {
    color: #ff8c00;
}

.kelas .sidebar .list-unstyled a i {
    margin-right: 8px;
    width: 16px;
}

.kelas .course-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.2s;
}

.kelas .course-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.kelas .course-image {
    height: 150px;
    background: linear-gradient(45deg, #ff8c00, #ffb84d);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.kelas .course-content {
    padding: 15px;
}

.kelas .course-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.kelas .course-level {
    background: #ff8c00;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 8px;
}

.kelas .course-price {
    color: #e74c3c;
    font-weight: bold;
    margin-bottom: 5px;
}

.kelas .course-students {
    color: #666;
    font-size: 0.9rem;
}

.kelas .btn-orange {
    background-color: #ff8c00;
    border-color: #ff8c00;
    color: white;
}

.kelas .btn-orange:hover {
    background-color: #e67e00;
    border-color: #e67e00;
    color: white;
}

.kelas .pagination .page-link {
    color: #ff8c00;
}

.kelas .pagination .page-item.active .page-link {
    background-color: #ff8c00;
    border-color: #ff8c00;
    color:#fff;
}

.kelas .results-info {
    color: #666;
    margin-bottom: 20px;
}

.kelas.container {
    margin-bottom: 100px;
}

/* login */

.half,
.half .container>.row {
    height: 100vh;
    min-height: 700px;
}

@media (max-width: 991.98px) {
    .half .bg {
        height: 200px;
    }
}

.half .contents {
    /* background: #f6f7fc; */
}

.half .contents,
.half .bg {
    width: 50%;
}

@media (max-width: 1199.98px) {

    .half .contents,
    .half .bg {
        width: 100%;
    }
}
 

.half .contents .form-control,
.half .bg .form-control,
.half   .btn-show-password {
    border: none;
    /* -webkit-box-shadow: 0 1px 2px 0 #e1e4e8;
    box-shadow: 0 1px 2px 0 #e1e4e8; */
    border:1px solid #eff0f2;
    border-radius: 8px;
    height: 54px;
    font-size: 1rem;
    background: #f8f9fa;
}
.half .contents .form-control,
.half .bg .form-control    { 
    border:1px solid #eff0f2;  
}

.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: 0 1px 2px 0 #e1e4e8;
    box-shadow: 0 1px 2px 0 #e1e4e8;
}

.half .bg {
    background-size: cover;
    background-position: center;
}

.half a { 
    text-decoration: underline;
}

.half .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px;
}

.half .forgot-pass {
    position: relative;
    top: 2px;
    font-size: 14px;
}
.half .title{
    font-size: 32px !important;
}
@media screen and (max-width: 768px) {
    .half .title{
        font-size: 24px !important;
    }
    
}
 
.btn-brand {
    background: linear-gradient(135deg, #FF8C00 0%, #FFA500 100%);
    border: none;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-brand:hover {
    background: linear-gradient(135deg, #e67e00 0%, #e6940a 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255, 140, 0, 0.4);
}
.active-menu {
    background-color: #ffc107; /* warna kuning */
    color: black;
    font-weight: 600;
}

.hover-menu:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

li img {
    display: block;
}

.bg-light-red {
    background-color: #fde2e2;
}

.bg-light-green {
    background-color: #d4edda;
}

.bg-light-yellow {
    background-color: #fff3cd;
}

.bg-light-blue {
    background-color: #d1ecf1;
}

.wh {
    width: 130px;
    height: 130px;
}

.rounded {
    border-radius: 20px;
}

.rounded-circle{
    bottom: 0;
    right: 43%;
    transform: translate(50%, 50%);
}

.cf {
    color: #ffffff;
    border-radius: 9px;
}

.br {
    border-radius: 10px;
}

.w-img {
    width: 400px;
    height: 180px;
}

.badge-info2
 {
    color: #fff;
    background-color: #198754;
}

.badge-info3
 {
    color: #fff;
    background-color: #DC3545;
}

.black {
    color: #000;    
}

.rm {
    margin-right: 12px;
}

.btn-action img {
    width: 38px;
    height: 38px;
}

/* otp */
.otp-box {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    margin-right: 2px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.otp-box:focus {
    border-color: #000000;
    box-shadow: 0 0 3px #000000;
    outline: none;
}

.card2 {
    max-width: 400px;
    margin: 80px auto;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.108);
}

.form-group.otp-inputs {
    display: flex;
    justify-content: center;
}

.text-muted.small {
    font-size: 0.875rem;
}

.border {
    border-radius: 8px;
}

.btn-primary2 {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
    border-radius: 15px;
    padding: 12px 30px;
    font-weight: 600;
}

.btn-primary2:hover {
    background-color: #FFC107;
    border-color: #FFC107;
    color: #ffffff;
}

/* reset-password */
.card-reset {
    max-width: 400px;
    margin: 100px auto;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.108);
    text-align: center;
}

.form-control {
    border: 2px solid #dce1e5;
    border-radius: 8px;
    height: 45px;
}