/* Base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    font-family: 'Lato', sans-serif;
    background-color: var(--white);
    padding-top: 76px !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* For older IE/Edge */

    /* You can comment or remove this if no longer needed */
    /* Adjust this value based on your navbar's height */
}


.container-fluid {
    padding-left: 8% !important;
    padding-right: 8% !important;
}



:root {
    --primary: #1C5A31;
    --secondary: #CFBB00;
    --black: #000000;
    --white: #FFFFFF;
    --red: #BA1616;
    --hover-primary: #027A9C;
    --hover-outline: #E0F7FA;
}

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

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

/* Button styles */
.btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: var(--white) !important;
}

/* 
.btn-primary:hover {
    background-color: var(--hover-primary) !important;
    border-color: var(--hover-primary) !important;
    color: var(--white) !important;
} */

.btn-outline-primary {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover {
    color: var(--white) !important;
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
}

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

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

:hover {
    transition: all 0.3s ease-out;
}

/* Navbar styles */
.navbar {
    padding: 0.75rem 0rem;
    height: auto;
}




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

.end-name {
    color: var(--red) !important;
}

.navbar .search-input {
    border: 0.0625rem;
    border-radius: 0.3125rem;
    /* width: 100%;
    max-width: 33.0625rem; */
    height: 2.5rem;
}

.navbar .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    color: var(--black);
    padding: 0.5rem 0.75rem;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-item .text-hover:hover {
    color: var(--primary) !important;
}

.user-profile .text-hover:hover {
    color: var(--primary) !important;

}

.image-border {
    border-radius: 50%;
    border: 0.0625rem solid var(--primary);
}

.btn-hover:hover {
    color: var(--white) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    outline: none !important;
}

.login-btn,
.signup-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 93px;
    height: 36px;
    border-radius: 7px;
    border: 0.0625rem solid var(--primary);
    padding: 0.3125rem 0.625rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: uppercase;

}

.login-btn {
    color: var(--primary) !important;
    background-color: transparent;
}

.login-btn:hover {
    color: var(--white) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.signup-btn {
    background-color: var(--primary);
    color: var(--white) !important;
}

/* .signup-btn:hover {
    background-color: var(--hover-primary) !important;
    border-color: var(--primary) !important;
} */

.search-input .form-control:focus {
    border-color: var(--primary);
    /* Bootstrap primary color */
    box-shadow: none;
    /* Remove default shadow */
}


.form-control:focus {
    border-color: var(--primary);
    box-shadow: none;
}

.search-input .input-group-text:focus {
    border-color: var(--primary);
    box-shadow: none;
}

@media (max-width: 1250px) {
    .display-none {
        display: none;
    }
}

@media (max-width: 992px) {
    .display-none {
        display: block !important;
    }
}


@media (max-width: 991.98px) {
    /* .navbar-brand .image-logo {
        width: 4rem;

    } */

    .navbar .search-input {
        display: block !important;
        max-width: 100%;
        margin: 1rem 0;
        padding: 0rem 0rem !important;
    }

    .navbar-collapse {
        margin-top: 0.5rem;
        z-index: 9999;
        background-color: var(--white);
        padding: 2rem;
        border-radius: 10px;
    }

    .navbar-nav {
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 0.5rem;
    }

    /* .login-btn,
    .signup-btn {
        width: 100%;
        margin: 0.25rem 0;
    } */
}

@media (max-width: 767.98px) {
    /* .navbar-brand .image-logo {
        width: 3.5rem;
        margin-left: 0;
    } */

    .navbar {
        padding: 0.5rem;
    }

    .navbar .search-input {
        height: 2.25rem;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 0.9375rem;
        padding: 0.5rem 0;
    }
}

@media (max-width: 575.98px) {
    /* .navbar-brand .image-logo {
        width: 3rem;
    } */

    .navbar .container {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .login-btn,
    .signup-btn {
        height: 1.875rem;
        font-size: 0.875rem;
    }

    .navbar-toggler {
        padding: 0.25rem 0.5rem;
    }

    .search-input .input-group {
        height: 2rem;
    }

    .search-input .form-control {
        font-size: 0.875rem;
        height: 2rem;
    }

    .search-input .input-group-text {
        height: 2rem;
    }
}

@media screen and (max-width: 545px) {
    .mobile-auth-buttons .signup-btn {
        display: none !important;
    }
}

@media screen and (max-width: 363px) {
    .search-icon-responsive {
        display: none !important;
    }
}


/* Navbar styles end */

/* slider section */


.custom-indicators button {
    background-color: #000000 !important;
    color: white !important;
    width: 7px !important;
    height: 6px !important;
    border: none !important;
    border-radius: 7px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.custom-indicators button.active {
    width: 28px !important;
    height: 6px !important;
    border-radius: 7px;
    background-color: #000000;
    /* dark blue (active) */
}

/* slider section */
/* Hero section start */


.row.align-items-stretch {
    min-height: 450px;
}

.hero-video-container {
    border-radius: 47px;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    /* maintain a 16:9 aspect ratio */
}


.hero-video {
    border-radius: 10px;
    object-fit: cover;
}

.hero-content {
    border-radius: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: justify;
}

.hero-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.hero-buttons .btn {
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
}




/* Media queries for responsive design */
/* Media queries */
@media (max-width: 991.98px) {
    .row.align-items-stretch {
        flex-direction: column;
    }

    .hero-video-container {
        aspect-ratio: auto;
        height: 300px;
    }

    .hero-content {
        padding: 2rem;
        height: auto;
    }

    .hero-title {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
}

@media (max-width: 576px) {
    .hero-video-container {
        height: 200px;
    }

    .hero-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

/* hero section end */

/* courses category */
/* Course Category Section Styles */
.course-category-section,
.live-classes-section,
.mock-test-section,
.testimonials-section,
.mobile-app-section,
.slider-section,
.hero-section {
    padding: 1rem 0;
}

.section-title {
    font-size: 2rem;
    font-weight: 500;
    color: var(--black);
    margin: 0;
    margin-bottom: 30px;
    font-family: Lato;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;

}

.view-more {
    color: var(--primary);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    line-height: 22px;
    letter-spacing: 2%;
}

/* .view-more:hover {
    color: var(--hover-primary);
} */

.view-more i {
    margin-left: 0.5rem;

}

.category-card {
    transition: all 0.3s ease;
    background-color: #fff;
    height: auto;
    display: flex;

    flex-direction: column;
}

.category-card:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12); */
}

/* .category-image-container {
    height: 230px;
    overflow: hidden;
    background-color: #f5f5f5;
} */

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-card:hover .category-image {
    transform: scale(1.05);
}

.category-title {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 2%;
    color: #000;
    padding: 0.2rem 0.5rem;
    margin: 0;
}

/* Responsive Adjustments */
/* @media (max-width: 1199.98px) {
    .category-image-container {
        height: 200px;
    }
} */

@media (max-width: 991.98px) {
    .section-title {
        font-size: 1.75rem;
    }
}

/* @media (max-width: 767.98px) {
    .category-image-container {
        height: 220px;
    }

} */

@media (max-width: 575.98px) {
    .section-title {
        font-size: 1.5rem;
    }

    .view-more {
        font-size: 0.875rem;
    }

    /* .category-image-container {
        height: 200px;
    } */

    .category-title {
        font-size: 1.125rem;
        padding: 0.875rem;
    }
}


/* courses category end */

/* live class */
.class-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.one-line-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.class-card:hover .class-image {
    transform: scale(1.05);
}

.class-details {
    padding: 1rem 0.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.rating {
    width: 48;
    height: 32;

}

.rating i {
    color: var(--secondary);
    font-size: 1rem;
    margin-right: 0.125rem;
}

.class-title {
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary);
    /* margin-bottom: 10px; */
}


.class-description {

    font-weight: 400;
    font-size: 14px;
    vertical-align: middle;
    color: #5A5454;



}

.class-price {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);

    /* margin-bottom: 0.5rem; */
}

.class-date {
    font-size: 15px;
    color: var(--primary);
    margin-top: auto;
    margin-bottom: -1rem !important;
}


/* live class end */

/* testimomials */


/* Base testimonial styles */


.testimonial-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 15px;
    transition: transform 0.3s ease;
    height: 100%;
}

.testimonial-item:hover {
    transform: translateY(-5px);
}

/* .profile-img {
    width: 80px;
    height: 80px;
    /* border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px; 
} */

.testimonials-image {
    width: 80px;
}

.rating {
    color: #ffc107;

}

.comment-icon {
    margin-top: -20px;
    color: #cbd5e0;
    width: 45px;
    height: 45px;
}

.testimonial-text {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 0;
}

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

.owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: var(--black) !important;
    margin: 0 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.owl-dot.active {
    background-color: var(--black) !important;
    width: 25px;
    border-radius: 5px;
}

.owl-nav {
    text-align: center;
    margin-top: 20px;
    display: none;
}

.owl-prev,
.owl-next {
    background-color: var(--primary) !important;
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: var(--black) !important;
}

.testimonial-text {
    max-height: 100px;
    overflow-y: auto;
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #ccc transparent;
    /* For Firefox */
}

/* For Webkit-based browsers like Chrome, Safari */
.testimonial-text::-webkit-scrollbar {
    width: 6px;
}

.testimonial-text::-webkit-scrollbar-track {
    background: transparent;
}

.testimonial-text::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}




/* Why Download CEF Starts */


/* Why Download CEF Ends */


/* footer starts here */
.footer {
    /* background-color: var(--primary); */
    color: var(--black);
    padding: 40px 0 0 0;
    /* font-family: Inter; */
    font-weight: 500;
    font-size: 20px;

}

.footer a {
    color: var(--black);
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;

}

.footer a:hover {
    color: #1C5A31;
    text-decoration: none;
}

.footer-bottom {
    /* background-color: #0088a9;    */
    padding: 10px 0;
    font-weight: 400;
    /* font-family: Poppins !important; */

    font-size: 16px;

}

.social-icon {
    font-size: 24px;
    margin-right: 15px;
    color: white;
}

.nav-link {
    padding: 5px 0;
}

.app-button {
    background-color: white;
    border-radius: 8px;
    padding: 8px 15px;
    margin-bottom: 10px;
    display: inline-block;
    color: #333 !important;
    text-align: left;
}

/* .app-button:hover {
    background-color: #f0f0f0;
    text-decoration: none !important;
} */

.app-icon {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.app-text {
    display: inline-block;
    vertical-align: middle;
}

.small-text {
    font-size: 12px;
    margin: 0;
}

.large-text {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.line {
    max-width: 66px;
    margin: 10px 0;
    border: 2px solid #000;
}

@media screen and (max-width: 515px) {
    .responnsive {
        display: block;
        width: 100%;

    }

}


/* footer ends here */
/* Scroll-to-top button styles */
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 50%;
    font-size: 24px;
    display: none;
    /* Initially hidden */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hover Effect */
.scroll-top:hover {
    background-color: white;
    color: var(--primary);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.5);
}

/* Show button when active */
.scroll-top.active {
    display: flex;
    opacity: 1;
}

.active_nav {
    color: var(--primary) !important;
    font-weight: bold;

}


/* courses category starts */

.section-title-1 {
    color: var(--primary) !important;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: 0%;
}

.view-more-home {
    color: #00000066;
    font-size: 18px;
    border: 0.3px solid #00000066;
    border-radius: 50%;
    padding: 5px;
    background-color: #ECECEC;

}

/* courses category ends */



/* breadcrumb starts */

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.breadcrumb-item {
    font-size: 16px;
    color: #555;
    text-decoration: none;
}

.breadcrumb-item:hover {
    text-decoration: none;
}

.breadcrumb-separator {
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
}

.breadcrumb-item.active {
    color: var(--primary);
    font-weight: 500;
}

.nav-title-1 {
    color: #000000;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}

.nav-title-2 {
    color: var(--primary);
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 2%;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Responsive Breakpoints */
/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {

    .nav-title-1,
    .nav-title-2 {
        font-size: 16px;
        line-height: 1.4;
    }

    .nav-title-2 {
        line-height: 24px;
    }

    .breadcrumb-separator img {
        width: 6px;
        height: 10px;
    }

    .breadcrumb {
        margin-right: 10px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .nav-title-1,
    .nav-title-2 {
        font-size: 18px;
        line-height: 1.5;
    }

    .nav-title-2 {
        line-height: 32px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .nav-title-1,
    .nav-title-2 {
        font-size: 20px;
        line-height: 1.5;
    }

    .nav-title-2 {
        line-height: 38px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .nav-title-1,
    .nav-title-2 {
        font-size: 24px;
        line-height: 1.5;
    }

    .nav-title-2 {
        line-height: 48px;
    }
}

/* Fix for breadcrumb on very small screens */
@media (max-width: 359.98px) {
    .breadcrumb-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-link {
        margin-top: 10px;
        align-self: flex-end;
    }

    .nav-title-1,
    .nav-title-2 {
        font-size: 14px;
        line-height: 1.3;
    }

    .nav-title-2 {
        line-height: 20px;
    }
}

/* breadcrumb ends */
/* Courses details */
.course-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.course-price {
    font-weight: bold;
    margin-bottom: 10px;
}

.course-details {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 2%;
}

.course-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    text-align: justify;

}


.syllabus-card {
    border: none;
    margin-bottom: 30px;
}

.syllabus-button {
    background-color: #f0f0f0;
    border: 0.3px solid #e0e0e0;
    padding: 10px 15px;
    margin: 5px;
    text-align: center;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 70px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    /* Added smooth transition */
}

.syllabus-button:hover {
    background-color: #e9ecef !important;
    /* Yellow color on hover */
}

.review-stars {
    color: #F8BD00;
    margin-bottom: 10px;
}

.review-comment {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.reviewer-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.enroll-button {
    background-color: #17a2b8;
    color: white;
    border: 2px solid var(--primary);
    padding: 8px 16px;
    border-radius: 20px;
}

.enroll-button:hover {
    background-color: #138496;
    color: #fff;
}

.sidebar-card {
    margin-bottom: 20px;
}



.mock-test-card {
    text-align: center;
}

.articles-sidebar {
    background-color: #17a2b8;
    color: white;
    padding: 15px;
    border-radius: 5px;
}

.custom-card-title {
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Shadow effect */
    padding: 0.5rem 1rem;
    /* p-2 and px-3 equivalent */
    border: 0.5px solid #e0e0e0;
    /* Custom border width */
    border-radius: 7px;
    /* rounded equivalent */
}

.position-left {
    position: relative;
}

.position-right {
    position: sticky;
    top: 120px;
    /* Distance from top when sticky */
    height: fit-content;
    /* Ensure it only takes the needed space */
}

/* Courses detaiks ends */


/* Mock test */
.mock-test-title {
    color: var(--primary);
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.mock-test-subtitle {
    font-size: 15px;

    margin-bottom: 20px;
    text-align: justify;
}

.tag {
    background-color: #e0e0e0;
    padding: 8px 12px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 2%;

}

.test-button {
    display: block;
    width: 100%;
    text-align: left;
    border: 0.8px solid #000000;
    border-radius: 10px;
    padding: 15px;
    padding-left: 25px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    color: #333;
    text-decoration: none;
    text-align: justify;
}

.test-button:hover {
    background-color: #f8f9fa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Mock test results */
.result-card {
    background-color: #B9E6F333;
    border-radius: 0.625rem;
    /* 10px */
    padding: 1.5rem;
    /* Increased padding for better spacing */
    border: 0.0625rem solid #000000;
    /* 1px */
}

.action-btn {
    width: 100%;
    /* Makes button responsive */
    max-width: 14.1875rem;
    /* 227px */
    border: 0.0625rem solid #ECECEC !important;
    /* 1px */
    border-radius: 0.625rem;
    /* 10px */
    box-shadow: 0rem 0.25rem 0.25rem 0rem rgba(0, 0, 0, 0.25);
    /* 0px 4px 4px 0px */
    font-size: 1rem;
    /* 16px */
    font-weight: 500;
}

.score {
    font-size: 1.375rem;
    /* 22px */
    font-weight: 500;
    line-height: 2.5rem;
    /* 40px */
}

.total-score {
    font-size: 1.625rem;
    /* 26px */
    font-weight: 600;
    line-height: 2.5rem;
    /* 40px */
}

/* Responsive Text */
@media (max-width: 768px) {
    .score {
        font-size: 1.25rem;
        /* 20px */
        line-height: 2rem;
        /* 32px */
    }

    .total-score {
        font-size: 1.5rem;
        /* 24px */
        line-height: 2.2rem;
    }

    .action-btn {
        font-size: 0.875rem;
        /* 14px */
        padding: 0.75rem;
        /* Better touch targets */
    }
}

/* mock question */
.vertical-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px dashed #ccc;
    transform: translateX(-50%);
    z-index: 1;
}

.question-section {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 15px;
    margin-left: 20px;
    margin-bottom: 25px;
}

.question {
    font-weight: 500;
    margin-bottom: 15px;
}



.option {
    flex: 1;
    border: 1px solid #ddd;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.option:hover {
    background-color: #f8f9fa;
}



.quiz-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 20px;
}

.btn-back {
    background-color: var(--primary);
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 25px;
}

.btn-submit {
    background-color: var(--primary);
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 25px;
}

.dimensions {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    color: white;
    border-radius: 5px;
    padding: 5px 15px;
}

.horizontal-divider {
    border-top: 1px dashed #ccc;
    margin: 20px 0;
}

/* ncendsjfvsdjf */
/* Base styling */
.main-content {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-top: 30px;
    padding: 30px;
}

/* Breadcrumb styling */
.breadcrumb-wrapper {
    margin-bottom: 20px;
}

.breadcrumb {
    margin-bottom: 0;
}


.view-more-home {
    color: var(--primary);
    font-size: 18px;
}

/* Course image and details */
.course-image-container {
    position: relative;
    margin-bottom: 25px;
    border-radius: 12px;
    overflow: hidden;
}

.course-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.course-image:hover {
    transform: scale(1.02);
}

.course-instructors {
    color: #555;
    font-size: 16px;

}

.instructor-name {
    font-weight: 500;
}

/* Enrollment section */
.enrollment-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}


/* Schedule card */
.schedule-card {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}


.video-icon {
    background-color: #80d0f1;
    padding: 15px;
    border-radius: 8px;
    color: white;
    font-size: 24px;
    margin-bottom: 15px;
}

.video-icon:hover {
    background-color: #0090c5;
    transform: scale(1.1);
}

.schedule-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.time-slot {
    color: #555;
    font-size: 16px;
    margin-bottom: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.time-slot:last-child {
    border-bottom: none;
}

.time-slot-label {
    font-weight: 600;
    color: #333;
    width: 100px;
    display: inline-block;
}



/* Review section */
.review-section {
    margin-top: 40px;
}

.review-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.review-form {
    margin-bottom: 30px;
}

.star-container {
    margin-bottom: 15px;
}

.star-rating {
    color: #ffc107;
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.star-rating:hover {
    transform: scale(1.2);
}

.gray-star {
    color: #e0e0e0;
}

.review-textarea {
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #ced4da;
    resize: none;
}



.review-card {
    border-left: 4px solid var(--primary);
    padding: 15px 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-radius: 0 8px 8px 0;
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.reviewer-name {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.review-stars {
    margin-left: 10px;
}

.review-text {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin-top: 8px;
}

.pagination .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
}

.pagination .page-link {
    color: var(--primary);
}


.day-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}

.day-block {
    flex: 1;
    min-width: 220px;

}

.day-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background-color: #fff;

    cursor: pointer;
}

.time-slot {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.time-icon {
    color: #999;
    margin-right: 10px;
}

.btn-join {
    width: 100%;
    margin-top: 15px;
    padding: 8px;
    border-radius: 8px;
    border: none;
    color: white;
    cursor: pointer;
}

.active-day .btn-join {
    background-color: #0099cc;
}

.inactive-day .btn-join {
    background-color: #aaaaaa;
}

.active-day {

    border-radius: 8px;

}

.today-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffc107;
    border-radius: 50%;
    margin-left: 8px;
    animation: pulse 1.5s infinite;
}


.live-indicator {

    width: 10px;
    height: 10px;
    background: var(--primary);
    border-radius: 50%;
    margin-left: 8px;
    animation: pulse 1.5s infinite;

}

.expired-indicator {

    width: 10px;
    height: 10px;
    background: #FF4D4D;
    border-radius: 50%;
    margin-left: 8px;
    animation: pulse 1.5s infinite;

}

.expired-text {
    color: #FF4D4D;
}

.status-text {
    margin-left: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    vertical-align: middle;
}

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

.today-text {
    color: #ffc107;
}


.current-time-slot {
    color: var(--primary);
    font-weight: bold;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.95);
    }
}

.category-scroller,
.subcategory-scroller,
.childcategory-scroller,
.all-scroller {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.category-btn,
.subcategory-btn,
.childcategory-btn,
.all-btn {
    white-space: nowrap;
    border-radius: 10px;
    padding: 8px 20px;
    transition: all 0.3s ease;
    border: 1px solid var(--primary);
    color: var(--primary);
    background: white;
}

.category-btn.active,
.subcategory-btn.active,
.childcategory-btn.active,
.all-btn.active {
    background: var(--primary);
    color: white;
}

.category-btn:hover,
.subcategory-btn:hover,
.childcategory-btn:hover,
.all-btn:hover {
    background: var(--primary);
    color: white;
}



.childcategory-btn {
    border-color: var(--primary);
    color: #6c757d;
    font-size: 0.9rem;
}

/* Custom Scrollbar Styles */
/* For WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 12px;
    /* Vertical scrollbar width */
    height: 12px;
    /* Horizontal scrollbar height */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track color */
    border-radius: 10px;
    /* Rounded track */
}

::-webkit-scrollbar-thumb {
    background: #888;
    /* Thumb color */
    border-radius: 10px;
    /* Rounded thumb */
    border: 3px solid #f1f1f1;
    /* Creates padding around thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Hover state color */
}

/* For Firefox */
* {
    scrollbar-width: thin;
    /* "auto" | "thin" | "none" */
    scrollbar-color: #888 #f1f1f1;
    /* thumb track */
}

/* Optional: Specific element scrolling */
.scroll-container {
    overflow: auto;
    max-height: 400px;
    /* Example fixed height */
    scroll-behavior: smooth;
    /* Smooth scrolling */
}


.faq-header p {
    font-size: 18px;
    margin-bottom: 30px;
}

.faq-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

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

.faq-question {
    font-size: 20px;
    font-weight: bold;
    color: var(--primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question h4 {
    margin: 0;
}

.toggle-icon {
    font-size: 18px;
    color: var(--primary);
}

.faq-answer {
    text-align: start !important;
    margin-top: 10px;
    display: none;
    font-size: 16px;
    color: #333;
}

.faq-answer p,
ul,
li,
ol {
    margin: 0;
}

.faq-answer ul {
    padding-left: 20px;
    margin-top: 10px;
}

.faq-answer ul li {
    list-style-type: disc;
}

.faq-answer ol {
    padding-left: 20px;
    margin-top: 10px;
}

.faq-answer ol li {
    list-style-type: decimal;
}

#__vconsole .vc-switch {
    display: none !important;
}

.hero-section-line {
    border-bottom: 3px solid #D9D9D9;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 34px;
}


.footer-section-line {
    border-bottom: 5px solid #D9D9D9;
    width: 100%;
    margin-top: 10px;
    /* margin-bottom: 34px; */
}

.custom-search-input {
    width: 295px;
    height: 36px;
    border: 1px solid #1C5A31;
    border-radius: 7px;
}

.custom-btn {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1C5A31;
    color: white;
    border-radius: 7px;
}

.custom-search-icon {
    border: 1px solid #1C5A31;
    border-left: none;
    height: 36px;
    border-radius: 0 7px 7px 0;
}

.average-rating {
    font-family: Roboto Flex !important;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

.discount-row {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
    /* optional for even spacing */
}

/* Content Section */
.app-content {
    flex: 1;
}

.app-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.app-description {
    font-size: 1.1rem;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.features-list {
    list-style: none;
    margin-bottom: 2.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #2c3e50;
}

.feature-checkmark {
    width: 20px;
    height: 20px;
    background: #28a745;
    border-radius: 3px;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-checkmark::after {
    content: '✓';
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.download-buttons {
    display: flex;
    gap: 1rem;
}

.download-btn {
    display: inline-block;
    transition: transform 0.3s ease;
}

.download-btn:hover {
    transform: translateY(-2px);
}

.download-btn img {
    height: 50px;
    width: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 768px) {
    .app-container {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
        /* padding: 2rem 1.5rem; */
    }

    .phone-frame {
        width: 220px;
        height: 440px;
    }

    .app-title {
        font-size: 1.8rem;
    }

    .app-description {
        font-size: 1rem;
    }

    .download-buttons {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .mobile-app-section {
        padding: 0 1rem;
    }

    .phone-frame {
        width: 200px;
        height: 400px;
    }

    .app-title {
        font-size: 1.6rem;
    }

    .download-buttons {
        flex-direction: column;
        align-items: center;
    }
}


.live-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--primary);
    /* Blue background with slight transparency */
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
    z-index: 10;
}


.live-badge-1 {
    background-color: var(--primary);
    /* Blue background with slight transparency */
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
    z-index: 10;
}
.blink {
    animation: blinker 2s linear infinite;
}

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