/* ====== Base (Mobile First) ====== */
html, body {
    height: 100%;
}
body {
    font-size: 16px;
}

body, body .pac-container, button, h1, h2, h3, h4, h5, h6, input[type="button"], input[type="email"], input[type="password"], input[type="submit"], input[type="text"], select, textarea {
    font-family: Noto Sans; 
}

:root {
    --Primary-Colors-01: #CB6D94;  
    --Primary-Colors-02: #2F573F;  
    --Primary-Colors-03: #F4B400;
    --Primary-Colors-04: #EF5193;
    --Primary-Colors-05: #545A6A;
    --Primary-Colors-06: #FEEDF4;
    --Primary-Colors-07: #317140;
    --Secondary-Colors-01: #4273F1;  
    --Secondary-Colors-02: #FAFFF5;  
    --Secondary-Colors-03: #FFF5F9;  
    --Secondary-Colors-04: #F2FAFF; 
    --Neutral-Colors-01: #2B3244;
    --Neutral-Colors-02: #545A64;
    --Neutral-Colors-03: #969FB7;
    --Neutral-Colors-04: #FFFFFF;
    --Alert-Colors-01: #EC162E;
    --Alert-Colors-02: #4CD964;
    --green-light-background: #F0F6EC;
    --animationSpeed: 20s;
    --spacing: .25rem;
    --gutter: 1.5rem;
    /* Layout helpers */
    --header-height: 60px; /* header height used to offset centered sections when header is sticky */
    --center-min-height: 80vh; /* default minimum height for center area */
    --center-min-height-md: 40vh; /* smaller minimum for medium / small viewports */
    --center-padding: 80px 90px;
    --center-padding-md: 40px 20px;
    --center-padding-sm: 24px 12px; /* used for <=1024 */
    --Fade-Colors-01: #C4CBDE;
}

.color_primary_01 {
    color: var(--Primary-Colors-01);
}

.color_primary_02 {
    color: var(--Primary-Colors-02);
}

.color_primary_03 {
    color: var(--Primary-Colors-03);
}

.color_primary_04 {
    color: var(--Primary-Colors-04);
}

.color_primary_05 {
    color: var(--Primary-Colors-05);
}

.color_primary_06 {
    color: var(--Primary-Colors-06);
}

.color_primary_07 {
    color: var(--Primary-Colors-07);
}

.secondary_color_01 {
    color: var(--Secondary-Colors-01);
}

.secondary_color_02 {
    color: var(--Secondary-Colors-02);
}

.secondary_color_03 {
    color: var(--Secondary-Colors-03);
}

.secondary_color_04 {
    color: var(--Secondary-Colors-04);
}

.neutual_color_01 {
    color: var(--Neutral-Colors-01);
}

.neutual_color_02 {
   color: var(--Neutral-Colors-02);
}

.neutual_color_03 {
    color: var(--Neutral-Colors-03);

}

.neutual_color_04 {
    color: var(--Neutral-Colors-04);
}

.fade_color_01 {
    color: var(--Fade-Colors-01);
}

.light-green-background {
    background-color: var(--green-light-background);
}

.h1-title_font {
    /* color: var(--Neutral-Colors-N1, #090F1D); */
    font-family: "Noto Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 62.4px */
    letter-spacing: -1.56px;
}

.h2-title_font {
    /* color: var(--Neutral-Colors-N1, #090F1D); */
    font-family: "Noto Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 62.4px */
    letter-spacing: -1.44px;
    /* letter-spacing: 0px; */
}

.hero-title_font {
    font-family: "Noto Sans";
    font-size: 48px;
    font-style: normal;
    line-height: 130%; /* 62.4px */
    letter-spacing: -1.44px;
}


.h3-title_font {
    font-family: "Noto Sans";
    font-size: 36px;
    font-style: normal;
    line-height: 140%; /* 50.4px */
    letter-spacing: -0.72px;
}

.h4-title_font {
    /* color: var(--Neutral-Colors-N1, #090F1D); */

    /* Heading/H4 */
    font-family: "Noto Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 39.2px */
}

.h5-title_font {
    /* color: var(--Neutral-Colors-N1, #090F1D); */

    /* Heading/H5 */
    font-family: "Noto Sans";
    font-size: 26px;
    font-style: normal;
    line-height: 150%; /* 39px */
    letter-spacing: -0.52px;
}

.h6-title_font {
    /* color: var(--Neutral-Colors-N1, #090F1D); */
    font-family: "Noto Sans";
    font-size: 24px;
    font-style: normal;
    line-height: 150%; /* 36px */
}

.h7-title_font {
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    line-height: 150%; /* 30px */
}

.body-text1_font {
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 37.4px */
}

.body-text2_font {
    /* Body Text/B2 - Semi Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 34px */
}

.body-text3_font {
    /* Body Text/B3 - Medium */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    line-height: 160%; /* 28.8px */
}

.body-text3_fontnormal {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    line-height: 160%;
}

.body-text4_font {
    /* Body Text/B4 - Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    line-height: 160%; /* 25.6px */
}

.body-text5_font {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}

input.input_register::placeholder {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
}

.body-text5_fontbold {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    line-height: 160%; /* 21px */
    /* font-weight: 600; */
}

.body-text6_font {
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.text-course_tag {
    font-family: Inter;
    font-size: 14.693px;
    font-style: normal;
    line-height: 170%; /* 24.979px */
    letter-spacing: -0.073px;
    font-weight: 600;
}

.text_trial_avaiable {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 23.8px */
    letter-spacing: -0.07px;
}

.feedback_name_account {
    /* font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    line-height: 160%; 
    letter-spacing: 0.09px; */
}
/* 18px 18px 16px */
/* .faq_desc_qa_text {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    line-height: 160%;
} */

.promotion-banner {
    /* display: none; */
}
.promotion_smart{
    background: var(--Primary-Colors-04, #EF5193);
}

.offer-promotion_text {
    color: var(--Neutral-Colors-04, #FFF);
    font-family: Inter;
    /* font-size: 14px; */
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.v2-home_container {
    max-width: 1600px;
    margin: auto;
    padding: 0px 90px;
}

.v2-home_container_home {
    max-width: 1600px;
    margin: auto;
    padding: 0px 90px;
}

header {
    width: 100%;
    z-index: 99;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #F2F7FF;
    background: #FFF;
    box-shadow: 2px 6px 30px 0 rgba(0, 0, 0, 0.06);
}

.header {
    max-height: 36px;
}

/* Layout helpers: wrapper & center section */
body.auth-page #wrapper {
    min-height: 100vh; /* ensure wrapper covers the viewport height */
    display: flex;
    flex-direction: column;
}

/* Use child selectors to avoid overriding small elements named .login used in other contexts */
#wrapper > .login {
    display: flex;
    flex: 1 0 auto; /* grow to fill remaining space */
    align-items: center; /* center inner card vertically */
    justify-content: center; /* center inner card horizontally */
    min-height: var(--center-min-height);
    box-sizing: border-box;
}

/* =========================================
   HEADER LAYOUT ENGINE (Fluid & Responsive)
   ========================================= */

    header .header_inner .left-side #logo img.logo_inverse,
    header .header_inner .left-side #logo img.logo_mobile {
    display: none !important;
    }


    /* 1. Main Container Logic */

    header .header_inner {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important; /* Forces Left/Right separation */
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
        height: 100%;
        box-sizing: border-box;
        padding: 0 clamp(20px, 4vw, 50px);
    }

    /* 2. Section Flex Rules */

    header .left-side {
        display: flex;
        align-items: center;
        justify-content: flex-start; /* Force Left align */
        flex-shrink: 0;
    }

    header .center-side {
        flex-grow: 1;
        display: flex;
        justify-content: center; /* Centers menu */
    }

    header .right-side {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 15px;
    }

    /* 3. Navigation Styling (Reset) */

    .header-menu_bar {
        display: flex;
        align-items: center;
        gap: clamp(15px, 30vw, 30px); 
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .header-nav_text {
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        color: var(--Primary-Colors-02,);
        font-weight: 500;
        
        /* Fluid Font Size: shrinks from 16px down to 13px */
        font-size: clamp(13px, 1.1vw, 16px);
        
        /* Prevent text from wrapping to a new line */
        white-space: nowrap;
        transition: color 0.2s ease;
    }

    .header-nav_text .icon-size {
        /* Use font-size for icons, keeping the fluid clamp logic */
        font-size: clamp(10px, 1.5vw, 16px);
    }

    .header-nav_text:hover {
        color: var(--Primary-Colors-04, #EF5193);
    }

    .header-nav_text:hover .icon-size {
        color: var(--Primary-Colors-04, #EF5193);
    }

    /* =========================================
    DESKTOP STATE (Screens 1024px and WIDER)
    ========================================= */
    @media (min-width: 1024px) {
        
        /* Show Desktop Elements */
        .force-desktop {
            display: flex !important;
            align-items: center;
            height: 100%;
        }

        /* Hide Mobile Elements */
        .force-mobile {
            display: none !important;
        }

        /* LOGO: Force Desktop Logo */
        header .header_inner .left-side #logo img.logo_desktop {
            display: block !important;
            height: 32px;
        }
        header .header_inner .left-side #logo img.logo_mobile {
            display: none !important;
        }
        
        /* Legacy Container Cleanup */
        .right-side_content { display: none !important; }
    }

    /* =========================================
    MOBILE STATE (Screens 1023px and NARROWER)
    ========================================= */
    @media (max-width: 1024px) {

        /* Hide Desktop Elements */
        .force-desktop {
            display: none !important;
        }

        /* Show Mobile Elements */
        .force-mobile {
            display: flex !important;
            align-items: center;
            gap: 15px; /* Space between Profile, Line, Hamburger */
            height: 100%;
        }
        header .left-side {
            flex: 0 1 auto !important; /* Do not grow */
            width: auto !important;
        }
        /* LOGO: Force Mobile Logo (Overrides legacy CSS) */
        header .header_inner .left-side #logo img.logo_desktop {
            display: none !important;
        }
        header .header_inner .left-side #logo img.logo_mobile {
            display: block !important;
            height: 24px;
            width: auto;
        }
    }

/* =================================================================

/* When UIkit makes header fixed, add an offset to the following sibling to reserve header space */
header.uk-sticky-fixed + *,
header.uk-sticky + * {
    margin-top: var(--header-height);
}

.icon-size_header {
    width: 30px;
    height: 30px;
}

.triger{
    margin-left: 0px;
}

.header_menu {
    display: none;
}

.header-hr_style {
    width: 1px;
    height: 18px;
    background: #C4CBDE;
}

.neutual_02 {
    color: #545A64 !important;
}

.primary_02 {
    color: #2F573F !important;
}

.right-side_content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.right-side_content > div:not(.header-hr_style) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; 
}

.right-side_content img {
    display: block;
}

.hero-banner_container{
    display: flex;
    background-color: #EAFDF2;
    padding: 20px 90px;
    gap: 24px;
}

/* Desktop: sidebar fully visible and slideshow matches its height */
@media (min-width: 1024px) {
    .hero-banner_container {
        align-items: stretch;
    }

    .hero-banner_category {
        max-height: none;
        overflow: visible;
    }

    .category-banner_menu {
        height: auto;
        overflow: visible;
    }

    .hero-slideshow {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .hero-slideshow .border-rounded-hero {
        height: 100% !important;
        flex: 1 1 auto;
        min-height: 0;
        max-height: none;
        min-height: 0 !important;
        aspect-ratio: auto;
        width: 100% !important;
        max-width: 1080px !important;
    }

    .hero-slideshow > .uk-slideshow-nav {
        flex: 0 0 auto;
    }

    .hero-slideshow .wide-hero-banner-slide,
    .hero-slideshow .hero-media,
    .hero-slideshow .img-hero-set {
        height: 100%;
    }
}

/* Tablet widths: reduce padding so the slideshow doesn't collapse */
@media (max-width: 1100px) {
    .hero-banner_container {
        padding: 20px 24px;
    }
}

.hero-banner_category {
    display: flex;
    flex-direction: column;
    gap: 58px;
    background-color: #FFF;
    border-radius: 16px;
    min-width: 220px;

}

.category-banner_menu {
    display: flex;
    flex-direction: column;
    gap: 20px;

    height: auto;
    overflow: visible;

}

.category-header_menu {
    /* height: 66px; */
    display: flex;
    gap: 10px;
    padding: 15px 16px;
    border-top-left-radius: 16px ;
    border-top-right-radius: 16px ;
    background-color:#2F573F;
    color: #FFF;
    align-items: center;
}

.category-list {
    display: flex;
    gap: 15px;
    flex-direction: column;
    padding: 0px 20px 80px 20px;
}

.category-list2 {
    display: none;
    gap: 20px;
    flex-direction: column;
    padding: 0px 20px;
}

.hr-hero_banner {
    height: 1px;
    background-color: #B6D2C1;
}

.offer-hero_banner {
    /* height: 55px; */
    padding: 0px 20px;
    min-width: 270px;
}

.offer-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 30px;
    border-radius: 100px;
    color: #FFF;
    background-color: #F4B400;
    width: 270px;
    margin-bottom: 1rem;
    gap: 4px;
}

.hero-banner_image {
    background: #C0E1A5 url("/images/Home/Desktop/Hero-img.jpg") no-repeat center/cover;
    padding: 24px;
    display: flex;
    justify-content: flex-start; /* left */
    /* align-items: flex-end; */
    gap: 10px;
    border-radius: 20px;
    flex: auto;
}

/* Hero slideshow sizing (1080x390) + right-side crop */
@media (min-width: 1024px) {
    .hero-slideshow {
        max-width: 1080px;
        width: 100%;
        margin-left: auto;
    }
}

/* Clip overlays to the slideshow/image bounds */
.hero-slideshow .border-rounded-hero {
    overflow: hidden;
}

.hero-slideshow .wide-hero-banner-slide {
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.hero-slideshow .hero-media {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.hero-slideshow .img-hero-set {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right center;
}

.hero-slideshow .content-banner {
    display: flex;
    flex-direction: column;
    gap: 36px;
    justify-content: flex-start; /* left */
    align-items: flex-start;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: min(615px, 100%);
    max-height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(47, 87, 63, 0) -34.75%,
        #2F573F 111.25%
    );
    pointer-events: none;
}

.text-content_banner {
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.welcom-text {
    background-color: #2F573F;
    color: #FFF;
    border-radius: 6px;
    padding: 4px 12px;
    text-align: center;
    width: fit-content;
}

.hero-text {
    color: #2B3244;
    /* font-size: 47px; */
    /* line-height: 130%; */
    letter-spacing: -3%;
}

.text-desc_herobanner {
    font-size: 18px;
    line-height: 160%;
    color: #545A64;
}

.h-30px {
    height: 30px;
}

.popular_container {
    z-index: 1;
    width: auto;
    top: 80px !important;
}


.popular-card_container {
    color: var(--Neutral-Colors-02, #545A64);
    /* font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; */
}

/* hide extra items by default */
.hidden-item {
  display: none;
}

.show-more {
  display: inline-block;
  margin-top: 6px;
  color: #e91e63; /* pink */
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.show-more:hover {
  text-decoration: underline;
}

.popup-hero_title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-title_text {
    color: var(--Primary-Colors-02, #2F573F);
    /* font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; */
}

.flex-container_hero {
    display: flex;
    max-width: 1009px;
    /* height: 313px; */
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
    gap: 30px;
    flex-wrap: wrap;
    min-height: 0;
}

.hero-col1 {
    /* display: flex;
    flex-direction: column;
    gap: 20px; */
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 190px);
    gap: 20px; */
    display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  grid-auto-rows: auto;                  /* rows grow with tallest item */
  gap: 20px;
  align-items: stretch; 
  min-height: 0; 
}

.hero-col1-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 250px;
    min-height: 160px;
}

.age-col {
    min-height: 20px;
}

/* .fa-star:before {
    font-size: 20px;
    
} */

.cate-mobile_item {
    flex: 1;
}

.popup-hero_contentlist {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
}

.partner_mobile {
    display: none !important;
}

.offcanvas-overlay {
    display: none;
}

.offcanvas-overlay2 {
    display: none;
}

.offcanvas-overlay3 {
    display: none;
}

.title-popular-mobile {
    
}

.title-popular-mobile:hover {
    color: var(--Neutral-Colors-01, #2B3244);
}

.course-name_text {
    color: var(--Neutral-Colors-01, #2B3244);
    font-family: Inter;
    font-size: 20.99px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 65px; */
}

.text-course_button {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rating-text {
    color: var(--Neutral-Colors-02, #545A64);
    /* font-family: Inter;
    font-size: 19.08px;
    font-style: normal;
    font-weight: 600; 
    line-height: 19.08px; */
    align-self: stretch;
}

.rating-point {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #F4B400;
    color: var(--Primary-Colors-03, #F4B400);
    text-align: center;
    font-family: Inter;
    font-size: 28.62px;
    font-style: normal;
    font-weight: 800;
    line-height: 28.62px;/* 100% */
}

.feedback-coursename_text {
    leading-trim: both;
    text-edge: cap;
    /* font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; */
}

@media (max-width: 1023px) {
    /* header .header_inner .left-side #logo img.logo_mobile {
        display: block !important;
        height: 16px;
    } */
    .padding-outer{
        padding-right: 30px;
        padding-left: 30px;
    }

    .promotion-banner {
        display: none;
    }

    

    .h2-title_font {
        /* text-align: center; */
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 33.6px */
        letter-spacing: -0.48px;
    }

    .hero-title_font {
        font-family: "Noto Sans";
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 50.4px */
        letter-spacing: -0.72px;
    }

    .h3-title_font {
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        line-height: 130%; /* 31.2px */
        letter-spacing: -0.72px;
    }

    .h4-title_font {
        font-family: "Noto Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%; /* 28px */
        letter-spacing: -0.6px;
    }

    .body-text2_font {
        /* Body Text/B2 - Semi Bold */
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 170%; /* 34px */
    }

    .h6-title_font {
        font-family: "Noto Sans";
        font-size: 20px;
        font-style: normal;
        line-height: 150%; /* 30px */
    }

    .h7-title_font {
        font-family: "Noto Sans";
        font-size: 18px;
        font-style: normal;
        line-height: 150%; /* 27px */
    }

    .body-text3_font {
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        line-height: 160%;
    }

    .body-text4_font {
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        line-height: 160%;
    }

    .body-text5_font {
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        line-height: 150%; /* 21px */
        font-weight: 500;
    }

    input.input_register::placeholder {
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; 
    }

    .body-text3_fontnormal {
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        line-height: 160%;
    }

    /* .faq_desc_qa_text {
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        line-height: 160%;
    } */

    .text_trial_avaiable {
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%; /* 22.1px */
        letter-spacing: -0.065px;
    }

    .course-name_text {
        color: var(--Neutral-Colors-01, #2B3244);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 24px */
    }

    .text-course_button {
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .rating-text {
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 17.801px; 
    }

    .rating-point {
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26.701px;
    }



    .feedback-coursename_text {
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 24px */
    }


}

@media (max-width: 390px) {
    .h3-title_font {
       /* Body Text/B4 - Semi Bold */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        line-height: 160%; /* 25.6px */
    }

    .h4-title_font {
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 21px */
    }

    .course-name_text {
        color: var(--Neutral-Colors-01, #2B3244);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 21px */
    }

    .body-text3_font {
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        line-height: 160%;
    }

    .body-text4_font {
        font-family: Inter;
        font-size: 11.5px;
        font-style: normal;
        line-height: 160%;
    }

    .body-text5_font {
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        line-height: 150%; /* 21px */
        font-weight: 500;
    }

    input.input_register::placeholder {
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; 
    }


    .h6-title_font {
        font-family: "Noto Sans";
        font-size: 16px;
        font-style: normal;
        line-height: 150%; /* 24px */
    }

    .h7-title_font {
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        line-height: 150%; /* 21px */
    }

    .body-text3_fontnormal {
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
    }

    /* .faq_desc_qa_text {
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        line-height: 160%;
    } */

    .text-course_tag {
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 170%; /* 17px */
        letter-spacing: -0.05px;
    }

    .text_trial_avaiable {
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
    }

    .text-course_button {
        font-family: Inter;
        font-size: 8px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .rating-text {
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .rating-point {
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 17px; 
    }

    .feedback_name_account {
        /* font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        line-height: 160%; 
        letter-spacing: 0.07px; */
    }

    .body-text5_fontbold {
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
    }

    .feedback-coursename_text {
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 24px */
    }

    .h2-title_font {
        /* Body Text/B4 - Semi Bold */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        line-height: 160%;
    }

    .hero-title_font {
        font-family: "Noto Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 28px */
        letter-spacing: -0.4px;
    }
}


/* ====== Tablet (>= 768px) ====== */
@media (min-width: 768px) and (max-width: 1180px) {
    body {
        font-size: 18px;
    }

    .body-text2_font {
        /* Body Text/B2 - Semi Bold */
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 170%; /* 34px */
    }

    .h6-title_font {
        
    }

    .h7-title_font {
        
    }

    .promotion-banner {
        display: none;
    }

    .header {
        max-height: 60px;
    }

    header .header_inner .left-side #logo img.logo_inverse {
        display: block !important;
        height: 30px;
    }

    #logo img.logo_desktop,
    #logo img.logo_mobile {
        display: none !important;
    }

   
}


@media (max-width: 1180px) {
    header .header_inner {
        padding: 0px 8px;
    }

    .offcanvas-overlay.is-visible {
        width: 100%;
        overflow: inherit;
        display: block;
        top: 60px;
        position: fixed;
        left: 0;
        z-index: 2;
        height: 100vh;
    }

    .offcanvas-overlay2.is-visible {
        width: 100%;
        overflow: inherit;
        display: block;
        top: 60px;
        position: fixed;
        left: 0;
        z-index: 2;
        height: 100vh;
    }

    .offcanvas-overlay3.is-visible {
        width: 100%;
        overflow: inherit;
        display: block;
        top: 60px;
        position: fixed;
        left: 0;
        z-index: 2;
        height: 100vh;
    }

    /* Medium screens: reduce center padding + min-height to fit the viewport */
    #wrapper > .login {
        min-height: var(--center-min-height-md);
    }

    #wrapper > .login .login_container_form {
        padding: var(--center-padding-md);
        max-width: 640px;
        width: calc(100% - 32px);
    }

    .header-menu_bar.is-visible {
        display: block;
        width: 100%;
        top: 60px;
        position: fixed;
        left: 0;
        z-index: 2;
        height: 100%;
        color: white;
        background: #FFF;
        display: flex;
        width: 100%;
        top: 60px;
        position: fixed;
        left: 0;
        z-index: 2;
        height: 100%;
        color: white;
        background: #FFF;
        padding: 85px 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .header-menu_bar.is-visible .nav-close-mobi {
        display: block;
        border-radius: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 10px;
        width: 40px;
        height: 40px;
        color: gray;
        z-index: 6;
        top: 80px;
        right: 40px;
        position: fixed !important;
        background: #ffffff;
    }

    .header-menu_bar.is-visible .nav-close-mobi::before {
        content: "\ea02";
        font-family: Feather-Icons;
        font-size: 22px;
        line-height: 30px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
    }
}

/* Increase form width and reduce padding for screens under 1024px */
@media (max-width: 1023px) {
    /* Set reasonable minimum height for middle section so footer doesn't crowd on mobile */
    #wrapper > .login {
        min-height: 65vh;
    }

    #wrapper > .login .login_container_form {
        padding: var(--center-padding-sm); /* smaller side padding */
        width: calc(100% - 24px);          /* maximize content width inside viewport */
        max-width: 840px;                 /* slightly larger max than 640 but still constrained */
        min-height: 45vh;                 /* slightly smaller min-height to better fit narrower screens */
    }

    /* Make any boarder-v2 control fill the available width inside the card */
    #wrapper > .login .login_container_form .boarder-v2,
    #wrapper > .login .login_container_form form .boarder-v2 {
        width: 100%;
    }

    /* Ensure the actual form inside .login stretches to container */
    #wrapper > .login .login_container_form form,
    #wrapper > .login form {
        width: 100%;
        max-width: none;
    }

    /* Reduce internal padding for the actual <form> to match the smaller container */
    #wrapper > .login .login_container_form form,
    #wrapper > .login form {
        padding: 16px;
    }

    /* Force inputs inside .boarder-v2 to expand so the whole field uses available width */
    #wrapper > .login .login_container_form .boarder-v2 input,
    #wrapper > .login .login_container_form .boarder-v2 input.input_register,
    #wrapper > .login .login_container_form form .boarder-v2 input,
    #wrapper > .login form .boarder-v2 input {
        flex: 1 1 auto;
        min-width: 0; /* prevents flex children from overflowing */
        width: 100%;
    }

    /* Reduce boarder-v2 internal padding on smaller screens so the input space is bigger */
    #wrapper > .login .login_container_form .boarder-v2,
    #wrapper > .login .login_container_form form .boarder-v2 {
        padding: 12px 10px;
    }

    /* Ensure login_container expands and doesn't limit inner width on smaller screens */
    #wrapper > .login .login_container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    /* Center the immediate login container and allow its child to use more width */
    #wrapper > .login .login_container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #wrapper > .login .login_container > * {
        width: calc(100% - 24px);
        max-width: 840px;
        min-width: 280px;
        padding: var(--center-padding-sm);
        box-sizing: border-box;
    }
}

/* Small screens: allow the form to use most of the viewport width */
@media (max-width: 768px) {
    /* Ensure adequate vertical space on very small screens */
    #wrapper > .login {
        min-height: 70vh;
    }

    #wrapper > .login .login_container_form {
        padding: 20px 16px;
        width: calc(100% - 32px) !important;
        max-width: none;
    }

    /* Ensure login_container_form uses most of available width on small screens */
    #wrapper > .login .login_container_form {
        padding: 12px 12px !important;
        width: calc(100% - 24px) !important;
        max-width: none !important;
    }

    /* Make sure the form element itself stretches fully inside the container */
    #wrapper > .login .login_container_form form,
    #wrapper > .login .login_container_form form {
        width: 100%;
        box-sizing: border-box;
    }

    /* On small screens make the inner element (whatever its name) use most of viewport */
    #wrapper > .login .login_container > * {
        width: calc(100% - 32px) !important;
        max-width: none !important;
        min-width: 260px;
        padding: 12px !important;
    }
}

/* ====== Desktop (>= 1024px) ====== */
@media (min-width: 1024px) {
    body {
        font-size: 20px;
    }

    .promotion-banner_container {
        padding: 4px 50px;
        background-color: #EF5193;
        color: #ffffff;
    }

    .header {
        max-height: 68px;
    }

    #logo img.logo_inverse,
    #logo img.logo_mobile {
        display: none !important;
    }

    .header_menu {
        display: flex;
        width: auto;

    }

    .right-side_content {
        display: none;
    }

    
    .register-button {
        padding: 8px 12px !important;
        border-radius: 100px !important;
        border: 2px solid #2F573F;
    }

    .popup-mobile_popular {
        display: none;
    }

    .gradient-overlay {
        display: none;
    }
        
}

@media (min-width: 1140px) {
    
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Course swiper: allow content height so nav doesn't overlap */
.swiper.mySwiper2 {
    height: auto;
}

.swiper.mySwiper2 .swiper-wrapper {
    height: auto !important;
    flex: 0 0 auto;
}

.swiper.mySwiper2 .nav-swiper {
    flex: 0 0 auto;
    z-index: 2;
}


.swiper-banner2 {
    padding: 0px 90px !important;

}

.swiper-pagination-progressbar {
  position: relative;
}

.swiper-pagination-progressbar-fill {
  background-color: #ec4899 !important; 
}

.swiper-button-prev {
    position: relative;
    /* width: 64px;
    height: 64px; */
    border: solid 1px var(--Primary-Colors-04);
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
}

.swiper-button-next {
    position: relative;
    /* width: 64px;
    height: 64px; */
    border: solid 1px var(--Primary-Colors-04);
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
}

/* Swiper defaults position nav buttons absolutely; disable that inside our nav bar */
.swiper.mySwiper2 .nav-button-swiper .swiper-button-prev,
.swiper.mySwiper2 .nav-button-swiper .swiper-button-next {
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 0 !important;
}

.swiper-review.mySwiper4 .nav-button-swiper .swiper-button-prev,
.swiper-review.mySwiper4 .nav-button-swiper .swiper-button-next {
    position: static !important;
    inset: auto !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 0 !important;
}

.swiper-button-next {
    position: relative;
    /* width: 64px;
    height: 64px; */
}

.browse-courses_container {
    padding: 0 90px;
    background-color: #FFF;
    gap: 10px;
}

.courses-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.course-header_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text-course_header {
    font-size: 36px;
    line-height: 140%;
    letter-spacing: -2%;
    color: #2B3244;
    font-weight: 800;
}

.all-courses_button {
    color: #2F573F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-card_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 14px;
    background-color: #FFF;
    max-width: 400px;
    border: 1px solid var(--Primary-Colors-04, #EF5193);
    box-shadow: 10.495px 20.99px 62.971px 0 rgba(9, 40, 71, 0.10);
    align-items: flex-start;

}

.course-image {
    border-radius: 12px;
    height: 150px;
    width: 100%;
    object-fit: cover;
}

.course-card_desc {
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
    width: 100%;
    /* height: 181px; */
    /* height: 256px; */
    /* justify-content: space-between; */
    gap: 1rem;
}

.course-card_desc-coursename{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tag-course {
    width: 65%;
    height: 36px;
    object-fit: cover;
    object-position: right;
}

.free-trial_desc {
    display: flex;
    gap: 12px;
    /* justify-content: center; */
    color: #2F573F;
    align-items: center;
    flex-wrap: wrap;
}

.free-trial_text {
    display: flex;
    gap: 4px;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 23.8px */
    letter-spacing: -0.07px;
    align-items: center;
}

.color_kidemy_recommendation {
    color: #FF7F00;
}

.course-info_text {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #545A64;
}

.course-hr_style {
    width: 1px;
    height: 14px;
    background: #DFDFDF;
}

.hr-course_card {
    background-color: #EDEDFD;
    height: 1px;
}

.course-card_button {
    display: flex;
    gap: 6.3;
    align-items: center;
    justify-content: center;
    padding: 20px 29px;
    border-radius: 1049px;
    background-color: #FFF;
    height: 55px;
    color: #2B3244;
    border-radius: 1049.52px;
    border: 1px solid #E5E5F6;
    box-shadow: 0 9px 26px 0 rgba(9, 46, 72, 0.18);
    width: 100%;
}



.course-card_button:hover {
    background-color: #F4B400;
    color: #FFF;
}



.primary-color-04 {
    color: #EF5193;
}

.popular-color {
    color: #7A36D9;;
}

.nav-swiper {
    display: flex;
    align-items: center;
    gap: clamp(12px, 4vw, 44px);
    justify-content: center;
    position: relative;
    height: auto;
    z-index: 0;
    width: 100%;
    flex-wrap: wrap;
}

.swiper-pagination {
    position: relative !important;
    flex: 1 1 320px;
    min-width: 180px;
    width: auto !important;
    
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none !important;
}

.swiper-button-prev {
    height: clamp(28px, 6vw, 40px) !important;
    width: clamp(28px, 6vw, 40px) !important;
}

.swiper-button-next {
    height: clamp(28px, 6vw, 40px) !important;
    width: clamp(28px, 6vw, 40px) !important;
}

.nav-button-swiper {
    display: flex;
    align-items: center;
    gap: clamp(8px, 2.5vw, 20px);
    justify-content: center;
    height: 100%;
    width: auto !important;
    flex: 0 0 auto;
    position: relative;
}

.nav-button-swiper i.body-text1_font {
    font-size: clamp(14px, 3vw, 22px);
    line-height: 1;
}

.blog-container {
    /* display: flex; */
    padding: 50px 90px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
    background: #FFF;
    margin-top: 30px;
}

.hidden_blogs {
    display: none !important;
}

.blog-card {
    /* width: fit-content !important; */
}

.blog-image {
    height: 100%;
    width: auto;
    object-fit: cover;
    border-radius: 8px;
}

.swiper-wapper-3 {
    /* height: 569px; */
}

.feedback-container {
    display: flex;
    padding: 50px 90px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    background: var(--green-light-background);
}

.feedback-header {
    display: flex;
flex-direction: column;
align-items: flex-start;
gap: 18px;
align-self: stretch;
}

.feedback-header_container {
    display: flex;
justify-content: space-between;
align-items: flex-start;
align-self: stretch;
}

.feedback_text {
    display: flex;
    align-items: center;
    gap: 390px;
    color: var(--Neutral-Colors-01, #2B3244);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 50.4px */
    letter-spacing: -0.72px;
}

.feedback-star_container {
    display: flex;
    align-items: center;
    gap: 390px;
}

.feedback-star-contain {
    display: flex;
    align-items: center;
    gap: 8px;

}

.feedback-star_desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.feedback-card_container {
    display: flex;
    max-width: 695px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 14px;
    background: #FFF;
    box-shadow: 10px 15px 60px 0 rgba(127, 147, 167, 0.20);
    /* height: 469px; */
    /* width: 695px; */
}

.star-icon {
    width: 20px;
    height: 20px;
}

/* .swiper-slide_box {
    width: 450px !important;
}

.swiper-backface-hidden .swiper-slide_box {
     width: 450px !important;
} */

.swiper-slide4 {
    /* width: 450px !important; */
    /* gap: 30px; */
}

.feedback-content_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    height: 100%;
    /* justify-content: space-between; */
}

.feedback-account_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.feedback-info_account {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.star_mobi {
    display: none;
}



.star_mobi2 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
}

.star-rating-text {
    display: inline-flex;
    align-items: center;
    height: 20px;
    line-height: 1;
}

i.star-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

i.star-icon::before {
    line-height: 1;
}

.feedback-person_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex-shrink: 0;
}

.feedback-day {
    /* color: var(--Neutral-Colors-02, #545A64);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;*/
    line-height: 150%; 
}

.feedback-text {
    display: flex;
    align-items: flex-start;
    gap: 31px;
    /* scrollbar-width: 3px;           /* thin scrollbar */
    /* scrollbar-color: #EF5193 transparent;  */
}

.feedback-text {
    height: 100px;   /* control visible height */
    overflow-y: auto;    /* enable vertical scroll */
    padding-right: 8px;  /* space for scrollbar */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    line-height: 194%; /* 32.4px */
}

/* Chrome, Edge, Safari */
/* .feedback-text::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.feedback-text::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

.feedback-text::-webkit-scrollbar-thumb {
  background-color: #EF5193;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
}

.feedback-text::-webkit-scrollbar-thumb:hover {
    background-color: #d63e7b;
} */


.feedback-course_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.feedback-course_name {
    display: flex;
align-items: flex-start;
gap: 6px;
}

.feedback-coursename_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-style: italic !important;
}

.feedback-image_container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    /* height: 158px; */
}

.question-container {
    max-width: 1600px;
    padding: 50px 90px;
    /* padding-left: 90px;
    padding-right: 90px;
    padding-top: 130px;
    padding-bottom: 130px; */
    justify-content: center;
    align-items: flex-start;
    gap: 56px;
    display: flex;
    flex-wrap: wrap;
}

.question-container_leftside {
    width: 450px;
    /* flex: 0 0 450px; */
    max-width: 450px;
    min-width: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    display: inline-flex;
}

.question-leftside_header {
        align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    display: flex;
}

.quest-header_text {
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    display: flex;
}

.frequently-question_title {
    color: #2B3244;
    font-size: 48px;
    font-weight: 600;
    line-height: 62.40px;
    word-wrap: break-word;
}

.frequently-question_subtitle {
        /* max-width: 607px; */
    color: #545A64;
    word-wrap: break-word;

}

.question-leftside_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.question-container_rightside {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    display: inline-flex;
    /* max-width: 743px; */
    width: 100%;
}

.faq-container {
    align-self: stretch; 
    box-shadow: 10px 20px 60px rgba(0, 0, 0, 0.03); 
    border-radius: .75rem; 
    border: 1px #C9D6F3 solid; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    display: flex;
    margin-top: 0 !important;
    background-color: #FFF;
}

.faq-question-item-container  {
    align-self: stretch;
    padding: 10px 20px;
    /* background: #FFF; */
    border-radius: .75rem;
    justify-content: space-between;
    align-items: center;
    color:#545A64;
    /* display: inline-flex; */
    flex-direction: row-reverse;
    display: flex;
}

.question-item_title {
    /* line-height: 36px; */
    word-wrap: break-word;
}

.faq-question-item-container:hover {
}

.faq-answer-items-container {
    align-self: stretch;
    padding: 10px 20px 10px 26px;
    background: white;
    border-radius: .75rem;
    /* border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; */
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    color: #545A64;
    line-height: 28.80px;
    word-wrap: break-word;
    margin-top: 0 !important;
}

.quest-content_text {

}


.uk-accordion-title::before {
    /* the drop down arrow in faq-question box (before expansion)*/

    font-size: 24px;
    width: 1.4em;
    /* margin-right: -12px; */
    float: right;
    font-family: Feather-Icons;
    content: "\e92e";
    color: var(--Primary-Colors-04);
    /* color: white; */
}

.uk-open>.uk-accordion-title::before {
    /* the drop down arrow in faq-question box (after expansion)*/
    color: var(--Neutral-Colors-04, #FFF);
}

.image-review_size {
    width: auto;
    object-fit: contain;
    /* max-height: 80px; */
    max-width: 200px;
    /* height: 158px; */
}

.star-container-fb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.uk-open .uk-accordion-title.faq-question-item-container {
    background: #EF5193;
    color: #FFF;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}

.footer-v2_container {
    display: flex;
    /* padding: 0 90px 30px 90px; */
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    background: var(--Neutral-Colors-01, #2B3244);
    margin-top: auto;
}

.footer-v2_section {
    display: flex;
    align-items: flex-start;
    gap: 132px;
    flex-wrap: wrap;
    padding: 0 30px;
    width: 100%;
    max-width: 1600px;
}


.back-ontop_container {
    display: flex;
    /* max-width: 1600px; */
    padding: 0 140px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: var(--Primary-Colors-04, #EF5193);
}

.back-on-top_div {
    display: flex;
    max-width: 1600px;
    /* padding: 14px 300px; */
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: var(--Primary-Colors-04, #EF5193);
    color: var(--Neutral-Colors-04, #FFF);
    text-align: center;
}

.footer-col1_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex-shrink: 0;
    color: var(--Neutral-Colors-04, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
    letter-spacing: -0.08px;
    max-width: 344px;
    padding: 0 30px;
    width: 100%;
}

.footer-col1_bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: var(--Neutral-Pure-white, #FFF);

    /* Body Text/B2 - Semi Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: -0.1px;
}

.footer-icon_container {
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: inline-flex;
}

.icon-fb_container {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 9999px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fb-icon {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-hr_style {
    width: 1px;
    height: 219px;
    background: #FFF;
    opacity: 0.2;
}

.footer-col2_container {
    display: flex;

    align-items: flex-start;
    gap: 30px;
    flex-shrink: 0;
}

.footer-col2_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
}

.footer-col2_title {
    color: var(--Neutral-Pure-white, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 34px */
    text-transform: uppercase;
}

.footer-col2_subtitle {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.08px;
    opacity: 0.7;
}

.footer-col4_item {
    display: flex;
align-items: center;
gap: 14px;
align-self: stretch;
}

.address_text {
    max-width: 221px;
}

.footer-col4_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.footer-bottom_container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    max-width: 1600px;
    padding: 0 30px 30px 30px;
}

.cate-list_item {
    gap: 10px;
}

.footer-container_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: var(--Neutral-Colors-03, #969FB7);
    flex-wrap: wrap;
    gap: 8px;
    /* font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
    letter-spacing: -0.08px;
}

.hero-slideshow .border-rounded-hero {
    border-radius: 20px;
    width: 100%;
    height: auto;
    aspect-ratio: 1080 / 390;
    max-height: 35vh;
    max-width: 1080px;
    /* If height is capped, shrink width to keep ratio */
    max-width: min(1080px, calc(35vh * 1080 / 390));
    margin-left: auto;
    min-height: 0 !important;
}

.footer-bottom_right {
    display: flex;
    align-items: center;
    gap: 8px;
}



.my-icon {
  font-size: 20px !important;   /* Optional: adjust size */
  /* cursor: pointer; */
}

.max-width_item {
    /* color: var(--Neutral-Colors-01, #2B3244); */
    /* font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; */
}

.category-list button .cate-list_item {
     color: var(--Neutral-Colors-01, #2B3244);
}

.color-icon-cate_mb {
    color: #2F573F;
}


.gg-icon {
    width: 50px;
}

@media (max-width: 1023px) {
    .blog-card {
        /* width: 440px !important; */
        height: 386px;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-banner_category {
        display: none;
    }

    .offer-hero_banner {
        display: none;
    }
    
    .category-header_menu {
        display: none;
    }

    .hero-banner_container {
        padding: 0;
        flex-direction: column;
        background-color: #FFF;
        gap: 0;
    }

    .category-list {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
        padding: 0 10px;
    }

    .cate-list_item {
        display: flex;
        /* max-width: 230px; */
        padding: 10px 5px 10px 10px;
        justify-content: start;
        align-items: center;
        flex-shrink: 0;
        border-radius: 19.251px;
        background: #FFF;
        box-shadow: 0 26.29px 91.02px 0 rgba(9, 46, 72, 0.24);
        display: flex;
        gap: 8px;
        align-self: stretch;
        flex: 1;
        height: 100%;
    }

    .category-list2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 12px;
        padding: 0 10px;
        flex-wrap: wrap;
    } 
    .cate-list_item:hover {
        border: 1.315px solid #EF5193;
    }

    .max-width_item {
        max-width: 102px;
    }

    .icon_container {
        display: flex;
        width: 60px;
        height: 60px;
        justify-content: center;
        align-items: center;
        gap: 19.251px;
        aspect-ratio: 1/1;
        border-radius: 1923.209px;
        background: #EBF6EF;
            margin: inherit;
    }

    .question-container {
        padding: 0px 8px 24px 8px;
    }

    .hero-text {
        color: var(--Neutral-Colors-04, #FFF);
        font-family: "Noto Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 28px */
        letter-spacing: -0.4px;
    }

    .welcom-text{
        display: flex;
        padding: 4px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 6px;
        background: rgba(47, 87, 63, 0.50);
        color: var(--Neutral-Colors-04, #FFF);
        /* font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; 19.2px */
        /* text-transform: uppercase; */
    }

    .hero-banner_image {
        background: 
            linear-gradient(180deg, rgba(47, 87, 63, 0) -34.75%, #2F573F 111.25%),
            url("/images/Home/Desktop/Hero-img.jpg") no-repeat center/cover;
        padding: 24px;
        display: flex;
        justify-content: flex-start; /* left */
        gap: 10px;
        border-radius: inherit;
        flex: auto;
    }

    .text-desc_herobanner {
        color: var(--Neutral-Colors-04, #FFF);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 19.2px */
    }
    
    .offer-button {
        display: flex;
        padding: 6px 14px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        color: var(--Neutral-Colors-04, #FFF);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 19.2px */
        width: fit-content;
    }

    .hero-slideshow .content-banner {
        gap: 4px;
        /* padding: 40px; */
        height: 100%;
        width: min(615px, 100%);
        left: 0;
        right: auto;
        justify-content: space-around;
    }

    .hero-slideshow .img-hero-set {
        object-fit: contain !important;
        object-position: right center !important;
    }

    .text-content_banner {
        gap: 4px;
    }

    .max-width_item {
        color: var(--Neutral-Colors-01, #2B3244);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 23.4px */
    }

    .swiper-banner2 {
        display: none;
        padding: 0px !important;
    }

    .partner_mobile {
        display: flex !important;
    }

    .partner_mobile {
        padding: 0 !important;
    }

    .browse-courses_container {
        padding: 0px 10px;
    }

    .text-course_header {
        color: var(--Neutral-Colors-01, #323135);
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 31.2px */
        letter-spacing: -0.72px;
    }

    .blog-container {
        padding: 0 12px 0px 12px;
        margin-bottom: 30px;
    }

    .blog-image {
        width: 440px;
    }

    .swiper-wapper-3 {
        height: auto;
    }

    .feedback-header_container {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .feedback-container {
        padding: 50px 10px;
    }

    .feedback_text {
        color: var(--Neutral-Colors-01, #2B3244);
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 33.6px */
    }

    .feedback-star-contain {
        /* width: 50px;
        height: 50px; */
    }

    .feedback-star_desc {
        color: var(--Neutral-Colors-02, #545A64);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 17.801px; /* 111.254% */
    }

    .star-icon {
        width: 16px;
        height: 16px;
    }

    .star-rating-text {
        height: 16px;
    }

    .gg-icon {
        width: 30px;
    }

    .footer-v2_section {
        padding: 0;
        gap: 30px
    }

    .frequently-question_title {
        color: var(--Neutral-Colors-01, #2B3244);
        text-align: center;
        font-family: "Noto Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 33.6px */
        letter-spacing: -0.48px;
    }
    
    .frequently-question_subtitle {
        color: var(--Neutral-Colors-02, #545A64);
        text-align: center;
        font-weight: 400;
        line-height: 160%; /* 25.6px */
        max-width: 743px;
    }

    .quest-header_text {
        align-items: center;
        padding: 0px 8px 10px 8px;
    }

    .question-item_title  {
        line-height: 28px;
    }

    .faq-answer-items-container {
        padding: 10px 10px 10px 20px;
    }

    .back-ontop_container {
        padding: 0;
    }

    .question-leftside_img {
        height: 320px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 20px;
        object-fit: cover;
    }

    .question-container_leftside {
        gap: 24px;
        width: 100%;
    }

    .question-container {
        gap: 20px;
    }

    .question-container_rightside {
        /* max-width: 621px; */
    }

    .hero-slideshow .border-rounded-hero {
        border-radius: 0px;
    }

    .course-card_container {
        gap: 12px;
    }
} 

@media (max-width: 768px) {
    .faq-question-item-container {
        padding: 5px 20px;
    }
    
    .icon-size_header {
        width: 18px;
        height: 18px;
    }

    .question-container {
        gap: 14px;
    }

    .question-leftside_img {
        height: 200px;
        flex-shrink: 0;
        align-self: stretch;
        border-radius: 10px;
        object-fit: cover;
    }

    .color-icon-cate_mb {
        font-size: 20px;
    }

    .max-width_item {
        color: var(--Neutral-Colors-01, #2B3244);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%; /* 15.6px */
    }

    .text-course_header {
        color: var(--Neutral-Colors-01, #323135);

        /* Body Text/B4 - Semi Bold */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%; /* 25.6px */
    }

    .hero-slideshow .border-rounded-hero {
        border-radius: 0px;
    }
}

@media (max-width: 390px) {
    .hero-slideshow .border-rounded-hero {
        border-radius: 0px;
    }
}
@media (max-width: 1599px) {
    .faq_leftside {
        max-width: 621px;
    }



}

@media (max-width: 1440px) {
    .star-container-fb {
        display: none;
    }

    .star_mobi {
        display: flex;
        padding: 3px 4px;
        /* flex-direction: column; */
        justify-content: center;
        align-items: center;
        gap: 5px;
        border-radius: 3px;
        background: var(--green-light-background);
        width: 75px;
    }
}
    
.popular-card_container {
    margin-left: 0.5rem;
    border-radius: 14.882px;
    background: #FFF;
    max-width: 1009px;
    overflow: hidden; /* keeps rounded corners */
}

.popular-card {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 1rem;
    overflow-y: auto;
    box-sizing: border-box;
    min-height: 0;
}


.category-list button.uk-open .cate-list_item {
    color: var(--Primary-Colors-04);
}

.category-list button.uk-open .cate-list_item p,
.category-list button.uk-open .cate-list_item span {
    color: var(--Primary-Colors-04);
}

.category-list button:hover {
    color: var(--Primary-Colors-04);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Ensure hover color reaches children (they have their own color rules) */
.category-list button:hover .cate-list_item,
.category-list button:hover .cate-list_item p,
.category-list button:hover .cate-list_item span {
    color: var(--Primary-Colors-04);
}

.category-list button.uk-open .cate-list_item span.material-symbols-outlined.my-icon {
    color: var(--Primary-Colors-04, #EF5193);/* 25.6px */
}

.popup-mobile_popular {
    width: 100%;
    height: 100%;
    overflow: inherit;
}

.title-popular-mobile {
    display: flex;
    padding: 10px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4.464px;
    background: #EAF6EF;
flex-direction: row-reverse;    
}

.title-popular-mobile::before {
    color: #6B6B6B;
}

.text-popular_mobi:hover {
    color: var(--Primary-Colors-04, #EF5193);
}

.div-list_category {
    overflow-y: auto;
    padding-right: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    height: calc(100% - 70px);
    max-height: calc(100vh - 150px);
}

.div-list_category::-webkit-scrollbar {
    width: 10px; 
    border-radius: 10px;
}

.div-list_category::-webkit-scrollbar-track {
    background: #CFCFCF; 
    border-radius: 10px;
}

.div-list_category::-webkit-scrollbar-thumb {
    background-color: #EF5193;
    border-radius: 10px;
}

.div-list_category {
    align-items: flex-start;
    scrollbar-width: thin;          
    scrollbar-color: #EF5193 transparent; 
}

.category-item_bg {
    margin-top: 10px !important;
    border-radius: 4.46px;
    background: #FFF1F7;
}

.category-listitem_sub {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    padding-left: 16px;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px !important;
}

.category-item_small {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.hr-category_subitem {
    height: 1px;
    background-color: #EDEDFF;
    width: 100%;
}

li.uk-open.category-item_bg .title-popular-mobile {
    border-radius: 4.464px;
    background: var(--Primary-Colors-04, #EF5193);
    color: #FFF;
}

.category-item_small:hover {
    color: var(--Primary-Colors-04, #EF5193);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
}

.card-lang_container {
    /* display: flex; */
    width: 124px;
    padding: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 10px 35px -4px rgba(0, 0, 0, 0.51);
}

.lang-option {
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
}

.lang_text {
    color: var(--Neutral-Colors-02, #545A64);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.lang_option_v1:hover {
    border-radius: 4px;
    background: var(--Primary-Colors-04, #EF5193);
}

.lang_text:hover {
    color: var(--Secondary-Colors-04, #F2FAFF);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.lang_option_v1 {
    background: #F4F4F4;
}

.header_menu.is-visible {
    margin-top: 0;
}

.faq_leftside {
    flex: 1 1 0;
    /* min-width: 340px; */
}

.question-container_rightside {
    max-height: 708px; 
    overflow-y: auto;   
    overflow-y: auto;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.feedback-text::-webkit-scrollbar,
.popular-card::-webkit-scrollbar,
.faq_leftside::-webkit-scrollbar,
.question-container_rightside::-webkit-scrollbar,
.course-left_item::-webkit-scrollbar,
.sidebar-body::-webkit-scrollbar,
.popupbox-terms::-webkit-scrollbar,
.option_containet::-webkit-scrollbar,
.popupbox-timetable-container::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.feedback-text::-webkit-scrollbar-track,
.popular-card::-webkit-scrollbar-track,
.faq_leftside::-webkit-scrollbar-track,
.question-container_rightside::-webkit-scrollbar-track,
.course-left_item::-webkit-scrollbar-track,
.sidebar-body::-webkit-scrollbar-track,
.popupbox-terms::-webkit-scrollbar-track,
.option_containet::-webkit-scrollbar-track,
.popupbox-timetable-container::-webkit-scrollbar-track {
    background: #f5f5f5; 
    border-radius: 10px;
}

.feedback-text::-webkit-scrollbar-thumb,
.popular-card::-webkit-scrollbar-thumb,
.faq_leftside::-webkit-scrollbar-thumb,
.question-container_rightside::-webkit-scrollbar-thumb,
.course-left_item::-webkit-scrollbar-thumb,
.sidebar-body::-webkit-scrollbar-thumb,
.popupbox-terms::-webkit-scrollbar-thumb,
.option_containet::-webkit-scrollbar-thumb,
.popupbox-timetable-container::-webkit-scrollbar-thumb {
    background-color: #EF5193;
    border-radius: 10px;
    border: 1px solid #f5f5f5; /* Adds a little padding effect */
}

.feedback-text::-webkit-scrollbar-thumb:hover,
.popular-card::-webkit-scrollbar-thumb:hover,
.faq_leftside::-webkit-scrollbar-thumb:hover,   
.question-container_rightside::-webkit-scrollbar-thumb:hover,
.course-left_item::-webkit-scrollbar-thumb:hover,
.sidebar-body::-webkit-scrollbar-thumb:hover,
.popupbox-terms::-webkit-scrollbar-thumb:hover,
.option_containet::-webkit-scrollbar-thumb:hover,
.popupbox-timetable-container::-webkit-scrollbar-thumb:hover {
    background-color: #d63e7b;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.swiper-slide {
  display: flex;
  flex-direction: column;
}

.review-star_mb {
    display: block;
}

.course-star_box {
    display: none;
}

.hero-col1_age {
    grid-template-columns: repeat(1, 1fr);
}



@media  (max-width: 1240px) {
    .review-star_mb {
        display: none;
    }

    .course-star_box {
        display: flex;
        padding: 2px 3px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        left: 10px;
        bottom: 10px;
        border-radius: 4px;
        background: #FFF;
    }


}

@media  (min-width: 1180px) {
    .blog-image {
        height: 569px;
    }


}

.mySwiper2 .swiper-wrapper {
    align-items: stretch;
}

.mySwiper2 .swiper-slide {
    display: flex;
    align-items: stretch;
    height: auto !important;
}

.mySwiper2 .course-card_container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mySwiper2 .course-card_button {
    margin-top: auto;
}

.uk-dotnav>*>* {
    background: #BEBEBE;
    border: none;
}

.uk-dotnav>.uk-active>* {
    /* background-color: #666;
    border-color: #666; */
    background-color: #EF5193;
    border-color: #EF5193;
    width: 21px;
    /* height: 6px; */
    border-radius: 1000px;
}



.uk-dotnav > li:first-child > * {
    /* width: 10px; */
    height: 10px;
    /* border-radius: 50%; */
}

/* Force LAST item to stay as a circle */
.uk-dotnav > li:last-child > * {
    /* width: 10px; */
    height: 10px;
    /* border-radius: 5%; */
}

.flex-breadcrumb {
    display: flex;
    height: auto;
    padding: 15px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* gap: 23px; */
    flex-shrink: 0;
    align-self: stretch;
    max-width: 1600px;
    margin: auto;
}

.breadcrumb-item {
    /* color: var(--Neutral-Colors-02, #545A64); */
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    /* font-size: 18px; */
    font-style: normal;
    /* font-weight: 400; */
    line-height: 100%; /* 18px */
}

.intro_course {
    top: 45px;
    /* padding: 0px 90px; */
    gap: 20px;
    margin-bottom: 100px;
}

.course-img_container {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    width: 100%;
    padding-bottom: 30px;
}


.course-left_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.course-left_item .li_item_dot.uk-active .img_dot_detail {
    border: 2px solid var(--Primary-Colors-04);
    transform: scale(1.05);
    padding: 3px;
}

.course_slideshow_item {
    /* height: 95%;
    flex: 1 0 0; */
    aspect-ratio: 700.00/986.53;
}

.course_img_item {
    height: 100%;
    /* width: 866px; */
    width: 100%;
    object-fit: contain;
    border-radius: .75rem;
}

.course_type_content {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.bg-offline {
    background: var(--Primary-Colors-07);
}

.bg-online {
    background: var(--Primary-Colors-04);
}

.col-right_ing {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}

.cd-secondary-nav ul li:not(:last-child) {
    padding-right: 0px;
}

.cd-secondary-nav.extanded ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.cd-secondary-nav.extanded ul li {
    border-radius: 50px;
    border: none;
    height: auto;
    background: transparent;
    transition: all 0.3s ease;
}

.gap-10px {
    gap: 10px;
}

.cd-secondary-nav ul::after {
    display: none;
}

.cd-secondary-nav.extanded ul li.uk-active a.nav_course_intro {
    background: var(--Primary-Colors-04);
    color: #fff;
    box-shadow: 0 4px 12px rgba(239, 81, 147, 0.3);
}

.cd-secondary-nav.extanded ul li.uk-active {
    border: none;
}

.cd-secondary-nav.extanded ul li a.nav_course_intro {
    font-family: Inter;
    /* font-size: 16px; */
    /* font-weight: 600; */
    padding: 8px 16px;
    border-radius: 50px;
    color: var(--Neutral-Colors-02);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cd-secondary-nav.extanded ul li:hover a.nav_course_intro {
    background: var(--Primary-Colors-06);
    color: var(--Primary-Colors-04);
}

.course_sticky {
    position: sticky;
    top: 70px;
    z-index: 20;
    background: var(--Primary-Colors-06, #FEEDF4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0;
    /* padding-bottom: 30px; */
    border-top: 1px solid rgba(239, 81, 147, 0.1);
    border-bottom: 1px solid rgba(239, 81, 147, 0.1);
    width: 100%;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

.review_course {
    display: flex;
    padding: 30px 30px;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
    align-self: stretch;
    background: var(--green-light-background);
    border-radius: 16px;
    width: 100%;
}

.swiper-review {
    /* max-width: 875px; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
}

.review_course_detail {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.section2_course_detail {
    border-radius: 14px;
    background: #FFF;
    box-shadow: 10px 15px 60px 0 rgba(127, 147, 167, 0.20);
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    flex: 1 0 0;
}

.course-info-online-curriculum {
    display: flex;
    /* padding: 30px 30px; */
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    width: 100%;
}

.review-mg_top {
    margin-top: 50px;
}

.infor_course_intro {
    /* max-width: 820px; */
}

.course_intro_sidebar {
    width: 100%;
    max-width: 40%;
    position: sticky;
    top: 105px;
    align-self: flex-start;
    max-height: calc(100vh - 120px);
}

@media only screen and (min-width: 1024px) {
    .not-sticky {
        transform: translateY(-117px) ;
    }
}

.right_fixed_container {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: calc(100vh - 120px);
    padding: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #FFF;
    overflow: hidden;
}

.right_fixed_container2 {
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
    padding-bottom: 1rem;
}

.tag-discount_detail {
    border-radius: 6px;
    background: #ECA61B;
    display: flex;
    height: 30px;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.course-type-box {
    /* border-radius: 6px; */
    display: flex;
    height: 30px;
    padding: 2px 12px;
    padding-right: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
}

.star-icon_share {
    width: 26px;
    height: 26px;
}

.box_item_freetext {
    display: flex;
    height: 30px;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1.31px solid #CC6E96;
    color: #CC6E96;
}

.small_box_course {
    display: flex;
    width: 100%;
    padding: 5px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid #C9D6F3;
}

.box_location_detail {
    display: flex;
    padding: 5px 12px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex: 1 0 0;
    border-radius: 5px;
    border: 1px solid #C9D6F3;
}

.bg-opacity_pink {
    border-radius: 5px;
    background: var(--Primary-Colors-06);
    border: 0px;
    color: var(--Primary-Colors-04);
    
}

.course_detail_hr {
    /* background: var(--Neutral-Colors-02, #545A64); */
    height: 1px;
    border: 0;
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    box-shadow: none;
}

.course_form_container {
    display: flex;
    padding: 4px 0;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 4px; */
    width: 100%;
}

.select_offline {
    display: flex;
    padding: 6px 10px;
    padding-right: 35px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 5px;
    border: 1.5px solid var(--Primary-Colors-04);
    height: 100%;
    color: var(--Neutral-Colors-02, #545A64);

    /* remove the original browser drop down button and add customize one */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23545A64' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
}

/* Style for dropdown when an option is selected */
.select_offline.has-selection {
    background-color: var(--Secondary-Colors-03);
}

.forgot-text_3:hover {
    color: var(--Neutral-Colors-01);
}

.color-holiday {
    color: #CC6E96;
}

.contact_instructor {
    display: flex;
    width: auto;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background: #F9F9F9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.button_go_to_pay {
    display: flex;
    padding: 18px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    border-top: 2px solid #CC6E96;
    border-right: 5px solid #CC6E96;
    border-bottom: 2px solid #CC6E96;
    border-left: 5px solid #CC6E96;
    background: #CC6E96;
    width: 200px;
    height: 51px;
}

.color-pay {
    color: #F3F3F3;
}

.p-0_style {
    padding: 0px;
}

.detail_review_secion {
    max-width: 1600px;
    background: var(--green-light-background);
    display: flex;
    padding: 30px 90px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    margin: auto;
    margin-top: 50px;
    position: relative;
}

.img_dot_detail {
    /* width: 90px;
    height: 60px; */
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

@media only screen and (min-width: 1024px) {
    .intro_course {
        display: flex;
        /* padding: 0px 50px; */
        justify-content: space-between;
        gap: 20px;
    }

    .infor_course_intro {
        flex: 1;
        min-width: 0;
    }

    .right_fixed_container2 {
        display: none;
    }

    /* .review_course {
        padding: 1rem;
    } */

}

@media only screen and (max-width: 1023px) {
    .icon_container {
        width: 34px;
        height: 34px;
    }

    .course-img_container {
        --thumb-size: calc(100vw * 0.02);
    }

    .course-left_item {
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;

        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        padding: 5px;
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
        
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        max-width: 70%;
    }
    
    .course-left_item::-webkit-scrollbar {
        display: none;
    }

    .li_item_dot {
        height: var(--thumb-size);
        width: var(--thumb-size);
        background: #BEBEBE;
        border-radius: 50%;
    }

    .li_item_dot.uk-active {
        border-radius: 5px;
        background: #EF5193;
        width: calc(var(--thumb-size) * 2.5);
        height: var(--thumb-size);
    }

    .img_dot_detail {
        display: none;
    }

    .course_sticky {
        top: 60px;
        margin-bottom: 15px;
        /* padding: 1rem; */
    }

    .flex-breadcrumb {
        padding: 15px 0px;
        position: sticky;
    }

    .div_content .flex-breadcrumb {
        display: none;
    }
    
    .infor_course_intro {
        padding: 0px;
    }

    .detail_review_secion {
        padding: 1rem;
    }

    .review_course {
        padding: 1rem;
    }

    .course-info-online-curriculum {
        /* padding: 1rem; */
    }

    .modal_info {
        /* border-top-left-radius: 20px; */
        border-radius: .75rem;
        max-height: 60vh;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        /* margin: 0 !important; */
        border-top-right-radius: 20px;
        padding: 1.5rem 1rem;
        justify-content: space-between;
        position: fixed !important;
        max-width: 90% !important;
        max-height: 60% !important;
        overflow: hidden;
        /* max-height: 60% !important; */
        display: flex;
        flex-direction: column;
    }
    
    .modal_info > form {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    .modal_info > form > div:first-child {
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 8px;
    }
    
    .modal_info > form > div:last-child {
        flex-shrink: 0;
    }
    
    .course_intro_sidebar {
        display: none;
    }

    .course-info-promo-1 {
        display: none !important;
    }

    .intro_course {
        display: flex;
        padding: 0px;
        justify-content: space-between;
        flex-direction: column;
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .cd-secondary-nav.extanded ul li a.nav_course_intro {
        padding: 6px 6px;
    }

    .cd-secondary-nav.extanded ul{
        gap: 6px;
    }
}


.cd-secondary-nav.nav-small {
    height: auto;
}

.button_course_detail.class-btn {
  background-color: #fce7ef; /* light pink */
  border-color: #ef5193;    /* pink border */
  color: #ef5193;
}

.bg-gray-bd {
    border: 1px solid gray;
}

.button_course_detail {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-width: 1px;
    border-radius: 0.375rem;
    border: 1px solid gray;
    height: fit-content;
}

.icon_size-course {
    font-size: 24px;
    color: gray;
}

.option_containet {
    height: 125px;   /* control visible height */
    overflow-y: auto;    /* enable vertical scroll */
    overflow-x: hidden;
    padding-right: 8px;  /* space for scrollbar */
    line-height: 194%; /* 32.4px */
    display: block;
    flex-shrink: 0;
}

/* .option_containet2 {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    display: block;
    flex-shrink: 0;
}

.option_containet3 {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 8px;
    display: block;
    flex-shrink: 0;
} */

.summary {
    background-color: rgba(243, 244, 246, 0.8);
    color: #4b5563;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* margin: 10px 0; */
}

.width-mb {
    width: 125px;
}

/* Animation */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 11)); }
}

/* Styling */
.slider {
    /* background: white; */
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125); */
    /* height: 100px; */
    margin: auto;
    overflow: hidden;
    position: relative;
    /* width: 960px; */
    --slider-height: 60px;
}

@media (max-width: 1023px) {
    .slider {
        --slider-height: 40px;
    }
}

/* Gradient left and right overlays */
.slider::before,
.slider::after {
    content: "";
    position: absolute;
    height: 130px;
    width: 200px;
    top: 0;
    z-index: 2;
    background: linear-gradient(to right, white 0%, transparent 100%);
}

.slider::after {
    right: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
}

/* Each Slide */
.slider .slide {
    height: var(--slider-height);
    display: flex;
    width: calc(var(--slider-height) / 0.4);
    align-items: center;
    justify-content: center;
}

/* Track */
.slider .slide-track {
    display: flex;
    animation: scroll var(--animationSpeed) linear infinite;
    /* width: calc(calc(var(--slider-height) / 0.4) * 22); */
    width: max-content;
    gap: 30px;
    margin: 1rem 0;
}

/* Pause animation on hover for better usability */
.slider:hover .slide-track {
    animation-play-state: paused;
}

.image-partner {
    height: var(--slider-height);
    width: auto;
    object-fit: contain;
    /* Modern styling: Semi-transparent by default */
    filter: drop-shadow(0 0 0 transparent);
    opacity: 0.5;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
}

.image-partner:hover {
    /* Opaque on hover */
    opacity: 1;
    transform: scale(1.1);
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}


.category-filter {
    background: #2F573F;
    display: flex;
    height: 50px;
    padding: 0px 90px;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    color: #FFF;
}

.nav.nav-tabs {
    /* display: block; */
    overflow: auto;
    white-space: nowrap;
    /* margin: 0 1rem; */
    overflow-y: auto;
}

.nav.nav-tabs li.active {
        text-decoration: underline;
    text-underline-position: under;
}

.box_bdcrumb {
    border-bottom: 2px solid var(--Light-purplw, #C4CBDE);
        position: relative;
}

.box_bdcrumb .breadcrumb {
    padding: 0px;
}

.course_section {
    margin-top: 100px;
    /* position: relative; */
    /* padding: 0 90px; */
    max-width: 1600px;

}

.div_content {
    position: fixed;
    z-index: 2;
    width: 100%;
}

#nav-wrapper {
    background: #2F573F;
    max-width: 1600px;
    margin: auto;

}

.course_all_container {
    margin: 1rem 2rem 1rem 0rem;
}

.course_all_right_container {
    border-left: 1.5px solid var(--Light-purplw, #C4CBDE);
    padding: 30px 0 30px 30px;
}

.content-wrapper {
    display: flex;
    padding: 10px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    background: linear-gradient(135deg, var(--green-light-background) 0%, #F5FBEF 100%);
}



/* .limited-text {
    color: var(--Neutral-Colors-01, #2B3244);
    align-self: stretch;
    line-height: 1.6;
    letter-spacing: 0.3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
} */

.limited-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--Neutral-Colors-01, #2B3244);
    line-height: 1.6;
    letter-spacing: 0.3px;
}

.limited-text.is-clamped {
    -webkit-line-clamp: 2;
}

.limited-text.is-full {
    -webkit-line-clamp: unset;
}

.read-more-toggle {
    cursor: pointer;
    display: inline-block;
    /* margin-top: 8px; */
    color: var(--Primary-Colors-04);
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 4px;
}

.read-less-toggle {
    cursor: pointer;
    display: inline-block;
    /* margin-top: 8px; */
    color: var(--Primary-Colors-04);
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 4px;
}

.read-less-toggle:hover {
    color: #d63e7b;
    background-color: rgba(239, 81, 147, 0.08);
}

.read-more-toggle:hover {
    color: #d63e7b;
    background-color: rgba(239, 81, 147, 0.08);
}

.title_head {
    color: var(--Neutral-Colors-01, #323135);

/* Heading/H3 */
font-family: "Noto Sans";
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 50.4px */
letter-spacing: -0.72px;
}

.gap-30 {
    margin: 30px 0;
}

.count_title {
    color: var(--Fade-Colors-01);
    font-feature-settings: 'liga' off, 'clig' off;

}

.show_more {
    display: flex;
height: 55px;
padding: 20.99px 29.387px;
justify-content: center;
align-items: center;
gap: 6.297px;
flex: 1 0 0;
border-radius: 1049.52px;
border: 1px solid #E5E5F6;
background: #FFF;
box-shadow: 0 9px 26px 0 rgba(9, 46, 72, 0.18);
}

.max-width-if {
    max-width: inherit;
}

.uk-open .uk-accordion-title.faq-question-item-container.faq-category {
    background: var(--Neutral-Colors-02);
     
}

.uk-accordion-title.faq-question-item-container.faq-category::before {
    color: var(--Neutral-Colors-02);
     
}

.uk-open .uk-accordion-title.faq-question-item-container.faq-category::before {
    color: inherit;
     
}

.course_all_container {
        display: flex;
    flex-direction: column;
    gap: 34px;
}

.border-gray-300 {
    border-radius: 5px;
border: 1px solid #C4CBDE;
}

.hr-c-ifo {
    background: var(--Light-purplw, #C4CBDE);
    /* width: 250px; */
    height: 1px;
}

.irs--flat .irs-bar {
    background-color: #CC6E96 !important;
}

.irs--flat .irs-handle {
    width: 18px !important;
    height: 18px;
    background-color: #FFF !important;
    border-radius: 50%;
    border: 1.5px solid #CC6E96;
}

.irs--flat .irs-handle>i:first-child {
    background-color: #FFF !important;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #FFF !important;
    color: #545A64 !important;
    font-size: 10px !important;
    font-style: normal;
    font-weight: 500;
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    display: none !important;
}

input.form-check-input:checked {
    accent-color: #CC6E96; /* green color when checked */
}
.feature_task {
    border-radius: 3px;
    background: var(--Light-purplw, #C4CBDE);
    display: flex;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.feature_task-purple {
    border-radius: 3px;
    background: var(--Kidemy-Color, #CC6E96);
    display: flex;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 980px) {
    .nav.nav-tabs {
        padding: 0px;
        height: auto;
        color: #FFF;
    }

    .nav.nav-tabs li.active {
        background-color: #2F573F;
    }

    .nav.nav-tabs li a {
        color: #FFF;
    }

    .course_all_container {
        display: none !important;
    }

    .course_section {
        padding: 0px;
        margin-top: 71px;
    }

    .course_all_right_container {
        padding: 1rem;
    }

    .course_all_container.is-visible {
        top: 60px;
        margin: 0;
    }

    .z-index-0 {
        z-index: 0 !important;
    }
}

.color_C4CBDE {
    color: #C4CBDE;
}

input.input_profile[type="text"]  {
    color: var(--Neutral-Colors-02, #545A64);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid #C4CBDE;
    display: flex;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex: 1 0 0;
    height: 26px;
}

.irs-handle.type_last {
    z-index: 1 !important;
}

.login {
    border-radius: 5px;
    background: #EAF6EF;
}

/* NOTE: removed `.term_container`, `.term_container_div`, and `.reset_form` qualifiers
    from the grouped selectors so these styles only target the `.login` container. */
/* Constrain inner centered content so it doesn't stretch */
#wrapper > .login .login_container_form {
    box-sizing: border-box;
    padding: var(--center-padding);
    /* responsive width: grows with viewport but remains constrained */
    width: clamp(320px, 60vw, 1100px) !important;
    min-width: 320px !important; /* avoid too narrow form */
    max-width: 1100px !important; /* keep a readable width */
    margin-left: auto;
    margin-right: auto;
}

/* Ensure the internal form element fills the card container */
/* Apply to any form inside `.login` to avoid dependency on .reset_form */
#wrapper > .login .login_container_form form,
#wrapper > .login form {
    width: 100%;
    box-sizing: border-box;
    min-width: 280px; /* safety to prevent collapsing */
}

/* Keep the immediate login container (whatever its child name) centered
   and prevent the inner card from stretching while allowing the middle
   area to grow. This targets only `#wrapper > .login` (and siblings) so
   we don't accidentally affect non-auth pages. */
#wrapper > .login .login_container {
    display: flex;                  /* center the immediate child */
    justify-content: center;
    align-items: center;
}

/* Target any direct child (form/div) inside the login container so the
   rule applies even if the inner element name changes across pages. The
   card keeps a responsive width via clamp(), a sensible min-width and
   a maximum to avoid overly wide forms on large screens. */
#wrapper > .login .login_container > * {
    width: clamp(320px, 48vw, 1100px); /* responsive but constrained */
    min-width: 320px;                  /* don't collapse too small */
    max-width: 1100px;                 /* keep readable width on desktop */
    padding: var(--center-padding);
    box-sizing: border-box;
    flex: 0 0 auto;                    /* do NOT grow to fill vertical space */
    margin-left: auto;
    margin-right: auto;
    align-self: center;
}

.mb-30 {
    margin-bottom: 30px;
}

.boarder-v2 {
    display: flex;
    padding: 15px 16px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid var(--Primary-Colors-04, #EF5193);
    background: #FFF1F7;
}

/* Make inputs inside boarder-v2 grow to fill available width (global) */
.boarder-v2 input,
.boarder-v2 input.input_register,
.boarder-v2 textarea {
    flex: 1 1 auto;
    min-width: 0; /* prevents flex children from overflowing */
    width: 100%;
}

input.input_register[type="text"] {
    height: auto;
    line-height: 100%;
    background: transparent;
    /* color: var(--Neutral-Colors-02, #545A64);

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;  */
}

/* Force input fields to fill available width */
input.input_register[type="text"],
input.input_register[type="password"] {
    width: 100%;
    box-sizing: border-box;
}

input.input_register[type="password"] {
    height: auto;
    line-height: 100%;
    background: transparent;
    /* color: var(--Neutral-Colors-02, #545A64); */
    /* font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;  */
}

.gender_register {
    height: auto;
    background: transparent;
}

select.gender_register {
    /* height: auto; */
    background: #FFF1F7;
}



.checkbox input:checked+label span.checkbox-icon {
    border-color: var(--Primary-Colors-04);
    background-color: var(--Primary-Colors-04);
}

.term-register {
    color: var(--Primary-Colors-04, #EF5193);
}

.bg_color_reset {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 19.251px;
    align-self: stretch;
    border-radius: 192.513px;
    background: var(--Primary-Colors-03, #F4B400);
    margin: 20px 0;
    border: none;
}

.content_bottom-2 {
    display: flex;
    align-items: center;
    gap: 21px;
    align-self: stretch;
}

.width-register {
    height: 1px;
    background: #969FB7;
    width: 100%;
}

.button_fb {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 100px;
    background: #EAF6EF;
    margin: 20px 0px 12px 0px;
}

.color_1D2D44 {
    color: #1D2D44;
}

.hyperlink_blue {
    color: var(--Primary-Colors-04, #EF5193);
    /* text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font; */
}

.checkbox label {
        display: flex;
    align-items: center;
}

/* input:-webkit-autofill {
    -webkit-box-shadow: none !important;
    -webkit-text-fill-color: none !important;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: none !important;
    -webkit-text-fill-color: none !important;
} */

input.input_register:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff0f7 inset !important;
    -webkit-text-fill-color: #808080 !important;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff0f7 inset !important;
    -webkit-text-fill-color: #808080 !important;
}

.login_remember {
    border-radius: 4px;
    background: var(--Primary-Colors-01, #CB6D94);
    width: 16px;
    height: 16px;
}

input.login_remember:checked {
    accent-color: #CB6D94;
}

.color_CB6D94 {
    color: #CB6D94;
}

.email_container {
    display: flex;
    /* padding: 100px 330px 300px 330px; */
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 5px;
    background: #EAF6EF;
}

.email_form_container {
    display: flex;
    align-items: center;
    flex: 1 0 0;
    border-radius: 16px;
    box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-025) var(--sds-size-depth-100) var(--sds-size-depth-0) var(--sds-color-black-100);
    justify-content: center;
}

.content-auth {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 0 16px 16px 0;
    background: #FFF;
}

.border_left_eml {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

/* Note: `.reset_form` class selectors have been removed from style2.css.
    If you relied on this class, the rules now target `#wrapper > .login` forms.
    Kept no-op here to be safe; feel free to delete this comment block. */

/* Ensure the actual <form> stretches to the internal container width */
#wrapper > .login .login_container_form form {
    width: 100%;
    box-sizing: border-box;
    max-width: none;
}

@media (max-width: 1023px) {
    #wrapper > .login .login_container_form form {
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
    }
    .course-detail_maxwidth {
        width: 100%;
        margin: auto;
        /* padding: 0px 30px; */
    }
}

@media (max-width: 389px) {

    /* .course-detail_maxwidth {
        padding: 0px 15px;
    } */

    .flex-breadcrumb {
        padding: 10px 0px;
    }

    .infor_course_intro{
        top: 30px;
    }
}

.image_login_misc2 {
    margin: 30px auto;
    width: 90px;
}

.alert-success_message2 {
    color: #2F573F;
}

.mr-0 {
    margin: 0px;
}

/* .reset_form {
    min-width: 50vw;
} */

.image_login_misc {
    max-width: 200px;
    display: block;
}

.color_EF5193 {
    color: #EF5193;
}

.font_size_icon {
    font-size: 22px;
    color: var(--Neutral-Colors-02);
}

.color_EF5193 {
    color: var(--Primary-Colors-04);
}

@media only screen and (max-width: 569px) {
    .login_container {
        width: 100%;
    }
}

.checkbox {
    display: flex;
    align-items: center;
}

.color_545A64 {
    color: #545A64;
}

.container_v2 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero */
.hero_v2 {
    /* background: linear-gradient(180deg, #f8fafc, #fff 60%); */
    border-bottom: 1px solid #e2e8f0;
    background: #000;
}

.hero_v2 .container_v2 {
  padding: 40px 20px;
}

.hero_v2 h1 {
  margin: 0 0 8px;
  /* font-size: 1.75rem; */
  font-weight: 900;
  text-align: center;
  color: #FFF;
}
.subtitle {
  margin: 0;
    color: #FFF;
    opacity: .7;
}

/* Layout */
.layout_v2 {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  padding: 32px 20px;
}

/* TOC */
.toc {
  position: sticky;
  top: 88px;
  align-self: start;
  /* padding: 16px; */
  /* border: 1px solid #e2e8f0; */
  border-radius: 12px;
  background: #fff;
}

.toc h2 {
  margin-top: 0;
  color: #475569;
}

.toc ol {
  margin: 8px 0 0;
  /* padding-left: 18px; */

}

.toc a {
  color: #0f172a;
  font-size: 16px;
}

.toc a:hover { color: #0284c7;; }

/* Content */
.content {
  min-width: 0;
}

.section_v2 {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
}

.section_v2:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section_v2 h2 {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.section_v2 h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
  font-weight: bold;
}
.section_v2 p {
  margin-top: 0;
  color: #0f172a;
}


/* Responsive */
@media (max-width: 960px) {
    .layout_v2 {
        grid-template-columns: 1fr;
    }
    .toc {
        position: relative;
        top: auto;
        margin-bottom: 8px;
            border-bottom: 2px solid #e2e8f0;
        border-radius: inherit;
    }

    .toc ol {
        margin: 8px 0 0;
        max-height: inherit;

    }
}

@media (min-width: 1200px) {
    .lg\:pl-6 {
        padding-left: calc(var(--spacing)*6);
    }

    .lg\:pr-gutter {
        padding-right: var(--gutter);
    }

    .lg\:border-l-\[3px\] {
        border-left-width: 3px;
    }
}

.border-shade-30 {
    border-color: grey;
}

.hover\:border-black:hover {
    border-color: #000;
}

.css_width {
    max-width: 230px;
    margin: 20px auto;;
}

.header-modal-fb {
    background-color: #EF5193;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height: 20px;
}

/* =========================================
   UNIVERSAL BUTTON STYLES (2025)
   ========================================= */

/* 1. THE INTERACTION LAYER (Universal Hover Effect) */
.btn-box-effect {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-box-effect:hover {
    transform: translateY(-2px); /* Universal Lift */
    filter: brightness(0.98);    /* Universal Dim */
    cursor: pointer;
    box-shadow: 0 4px 12px var(--btn-shadow-color, rgba(0, 0, 0, 0.2)); 
}

.btn-box-effect:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px var(--btn-shadow-color, rgba(0, 0, 0, 0.2));
}

.btn-box-effect:disabled {
    transform: none;
    box-shadow: none;
    cursor: not-allowed;
    filter: opacity(0.6);
}

/* 2. SPECIFIC BUTTON SKINS */

/* Yellow Pill (Login / Pay) */
.btn-yellow-pill {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    
    font-weight: 600; 
    text-align: center;
    text-decoration: none;

    padding: 12px 20px;
    border-radius: 100px;
    border: none;
    
    background-color: var(--Primary-Colors-03, #F4B400);
    color: var(--Neutral-Colors-04, #FFFFFF);
    
    --btn-shadow-color: rgba(244, 180, 0, 0.4); 
}

/* Pink Action (Apply / Register) */

.btn-pill {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    
    font-weight: 600; 
    text-align: center;
    text-decoration: none;

    padding: 12px 20px;
    border-radius: 100px;
    border: none;
    
    /* background-color: var(--Primary-Colors-04, #EF5193); */
    color: var(--Neutral-Colors-04, #FFFFFF);
    
    --btn-shadow-color: color-mix(in srgb, currentColor 10%, transparent);
}

.btn-pill-learn-more:hover {
    transform: translateY(-2px); /* Universal Lift */
    filter: brightness(0.98);    /* Universal Dim */
    background-color: var(--Primary-Colors-03);
    border-color: var(--Primary-Colors-03);
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-pill-learn-more {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    
    font-weight: 600; 
    text-align: center;
    text-decoration: none;

    padding: 8px 20px;
    border-radius: 100px;
    border: 1px solid #E5E5F6;
    width: 100%;

    background-color: var(--Neutral-Colors-04, #FFFFFF);
    color: var(--Neutral-Colors-01);
    transition: all 0.3s ease;
    border-radius: 1049.52px;

    box-shadow: 0 9px 20px 0 rgba(9, 46, 72, 0.12);
    
}

.btn-pink-action {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    
    font-weight: 600; 
    text-align: center;
    text-decoration: none;
    
    padding: 10px 24px;
    border-radius: 8px;
    border: none;
    max-width: 100px;
    background-color: var(--Primary-Colors-04, #EF5193);
    color: var(--Neutral-Colors-04, #FFFFFF);
    
    --btn-shadow-color: rgba(239, 81, 147, 0.4);
}

/* Universal Cancel Pill */
.btn-cancel-pill {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    font-weight: 600;
    text-align: center;
    text-decoration: none;

    padding: 10px 20px;
    border-radius: 100px;
    
    background-color: var(--Neutral-Colors-04, #FFFFFF);
    color: var(--Neutral-Colors-02, #545A64);
    border: 1px solid var(--Neutral-Colors-03, #969FB7);

    /* --btn-shadow-color: rgba(0, 0, 0, 0.1); */
    --btn-shadow-color: color-mix(in srgb, currentColor 10%, transparent);
}

/* Universal Outline Button (Icons: Edit, Arrows) */
.btn-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    
    border-radius: 50%;
    border: none;
    background-color: transparent;
    color: var(--Primary-Colors-04, #EF5193);
    
    --btn-shadow-color: rgba(0, 0, 0, 0.05);
}

/* NEW: Gray Color Modifier for Outline Buttons (e.g. Close 'X') */
.btn-outline-gray {
    color: var(--Neutral-Colors-03, #969FB7) !important;
}

.btn-outline-green {
    color: var(--Primary-Colors-02) !important;
}

/* Outline Effect: Changes background on hover */
.btn-outline-effect {
    transition: background-color 0.2s ease-in-out;
}

.btn-outline-effect:hover {
    /* Automatically adjust the hover color based on inheried color */
    background-color: color-mix(in srgb, currentColor 10%, transparent);
}

.btn-outline svg {
    cursor: pointer;
    stroke-width: 3px;
    stroke: currentColor;
    stroke-linecap: round;
    fill: none;
}


/* Universal Text Link Button (View Schedule) */
.btn-text {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--Primary-Colors-04, #EF5193);
    font-weight: 500;
    text-decoration: none;
    list-style: none; 
}

.btn-text::-webkit-details-marker {
    display: none;
}

.btn-text-effect {
    transition: opacity 0.2s ease-in-out;
}

.btn-text-effect:hover {
    opacity: 0.75; 
}


/* =========================================
   UNIVERSAL INPUT BOX 
   ========================================= */

.input-box-universal {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 10px 16px;
    border-radius: 10px;
    
    background-color: var(--Secondary-Colors-03, #FFF1F7);
    border: 1px solid var(--Primary-Colors-04, #EF5193);
    color: var(--Neutral-Colors-02, #545A64);
    
    transition: all 0.2s ease-in-out;
}

.input-box-universal:focus-within {
    outline: none;
    box-shadow: 0 0 0 2px rgba(239, 81, 147, 0.2);
}

.input-box-universal input {
    background: transparent;
    border: none;
    width: 100%;
    outline: none;
    color: inherit; 
    height: 20px;
}

.input-box-universal input::placeholder {
    color: var(--Neutral-Colors-03, #969FB7); 
}

.input-box-universal svg {
    flex-shrink: 0;
    color: var(--Neutral-Colors-03, #969FB7);
    opacity: 0.5; 
}

/* Success State Override */
.bg-green-success.input-box-universal {
    background-color: #F0FDF4 !important; 
    border-color: var(--Primary-Colors-02, #2F573F) !important;
}


/* =========================================
   ORDER REVIEW PAGE SPECIFICS
   ========================================= */

/* Define Missing Variables */
:root {
    --badge-green: #317140; 
}

/* Page Background */
body.order-review-page {
    background-color: #F9FAFB;
}

/* Card Container */
.kidemy-card {
    background-color: var(--Neutral-Colors-04, #FFFFFF);
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    border: 1px solid #F3F4F6;
    overflow: hidden;
}

/* Border Colors */
.border-l-green { border-left: 4px solid var(--badge-green); }
.border-l-grey  { border-left: 4px solid var(--Neutral-Colors-03); }
.border-l-pink  { border-left: 4px solid var(--Primary-Colors-04); }
.border-l-yellow { border-left: 4px solid var(--Primary-Colors-03); }

/* Price Typography */
.body-text-price-large {
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: var(--Primary-Colors-04, #EF5193);
}

/* Discount Message Helper */
.discount-msg {
    min-height: 0;
    transition: all 0.3s;
}
.discount-msg.active {
    min-height: 1.5em;
    margin-top: 0.5rem;
}

/* Stripe Placeholder */
#payment-element { 
    min-height: 200px; 
}

/* Animations */
.fade-enter { 
    animation: fadeIn 0.3s ease-in-out; 
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* .no-scroll { 
    overflow: hidden; 
} */

.kidemy-modal-wrapper {
    display: none;
}

.kidemy-modal-wrapper.open {
    display: block;
}

/* Payment Spinner */
.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    transform: translateZ(0);
    border-radius: 50%;
}
.spinner:before, .spinner:after {
    border-radius: 50%;
    position: absolute;
    content: '';
}
.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: var(--Primary-Colors-03, #F4B400);
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    transform-origin: 10.2px 10.2px;
    animation: load2 2s infinite ease 1.5s;
}
.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: var(--Primary-Colors-03, #F4B400);
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    transform-origin: 0px 10.2px;
    animation: load2 2s infinite ease;
}
@keyframes load2 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Scenario Testing Buttons */
.scenario-btn {
    font-size: 10px;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f0f0f0;
    cursor: pointer;
}
.scenario-btn:hover { background: #e0e0e0; }
.scenario-btn.active { background: #333; color: white; border-color: #333; }


/* =========================================
   ABOUT US PAGE FINAL TWEAKS
   ========================================= */

        /* --- 1. Promise Cards --- */
        .promise-card {
            background: #fff;
            border-radius: 16px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06); 
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            border-bottom: 4px solid transparent;
        }

        .promise-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }

        .card-pink { border-bottom-color: #EF5193; }
        .card-green { border-bottom-color: #2F573F; }
        .card-yellow { border-bottom-color: #F4B400; }

        /* --- 2. Mission Section Decorations --- */
        .blob-shape {
            position: absolute;
            z-index: -1;
            border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
            background: linear-gradient(135deg, #FFF1F7 0%, #EAF6EF 100%);
            animation: morph 8s ease-in-out infinite;
        }

        @keyframes morph {
            0%, 100% { border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; }
            34% { border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%; }
            67% { border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%; }
        }

        /* --- 3. Doodles & Animations --- */
        .doodle-icon {
            position: absolute;
            color: #EF5193;
            opacity: 0.1;
            z-index: 0;
            animation: float 6s ease-in-out infinite;
        }

        /* Mobile Menu */
        .mobile-menu { display: none; }
        .mobile-menu.active { display: block; }

        .icon-circle {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            margin: 0 auto 24px;
            transition: transform 0.3s ease;
        }
        
        /* Established Badge Custom Color */
        .badge-established {
            background-color: #EAF6EF; /* Matching style2.css green tint */
            color: #2F573F; /* Matching style2.css primary green */
        }

/* =================================================================
   FINAL COMPATIBILITY PATCH (Add to bottom of style2.css)
   ================================================================= */

/* 1. FORCE FONTS & RESET */

body {
    font-family: 'Noto Sans', sans-serif !important;
    line-height: 1.5 !important;
    -webkit-font-smoothing: antialiased;
}

/* 2. LAYOUT & DIMENSIONS */
/* Force sections to be full width inside the #wrapper flex container */
section {
    width: 100% !important;
    /* max-width: 100% !important;  */
}

/* Fix Arbitrary Dimensions */
.w-\[120\%\] { width: 120% !important; }
.h-\[120\%\] { height: 120% !important; }
.w-\[85\%\]  { width: 85% !important; }
.h-\[300px\] { height: 300px !important; }
.top-\[-10\%\] { top: -10% !important; }
.left-\[-10\%\] { left: -10% !important; }

/* 3. MISSING COLORS */
.text-\[\#EF5193\], .hover\:text-\[\#EF5193\]:hover { color: #EF5193 !important; }
.bg-\[\#EF5193\] { background-color: #EF5193 !important; }
.border-\[\#EF5193\] { border-color: #EF5193 !important; }
.text-\[\#2B3244\] { color: var(--Neutral-Colors-01) !important; }
.text-\[\#2F573F\] {
    color: var(--Primary-Colors-02) !important;
}
.text-\[\#F4B400\] {
    color: var(--Primary-Colors-03) !important;
}

/* 4. MISSING SPACING */
.gap-12 { gap: 3rem !important; }
.gap-16 { gap: 4rem !important; }
.py-24  { padding-top: 6rem !important; padding-bottom: 6rem !important; }

/* 5. RESPONSIVE GRID (Desktop Fixes) */
@media (min-width: 768px) {
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
    .md\:gap-12 { gap: 3rem !important; }
    .md\:gap-16 { gap: 4rem !important; }
    .md\:py-24 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
    .md\:p-14 { padding: 3.5rem !important; }
    .md\:w-auto { width: auto !important; }
    .md\:h-\[500px\] { height: 500px !important; }
    .md\:flex { display: flex !important; }
    .md\:hidden { display: none !important; }
    .md\:text-left { text-align: left !important; }
    .md\:block { 
        display: block !important; 
    }
    .md\:translate-x-0 {
        transform: translateX(0) !important;
    }
    
    .md\:left-\[-1\.5rem\] {
        left: -1.5rem !important;
    }
}

.from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-to: rgba(249, 250, 251, 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
}

.-translate-x-1\/2 {
    transform: translateX(-50%) !important;
}

/* 2. Restore the "Start at Middle" positioning */
.left-1\/2 {
    left: 50% !important;
}

.max-w-6xl {
    max-width: 72rem !important;
}

/* Ensure centering works */
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Ensure padding exists so it doesn't touch screen edges on mobile */
.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

/* =========================================
   Redesigned Profile Dropdown (Desktop)
   ========================================= */

/* The Container */
.header_dropdown.profile_dropdown {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 10px 40px -10px rgba(43, 50, 68, 0.15); /* Soft deep shadow */
    border: 1px solid #F2F7FF;
    padding: 12px;
    min-width: 280px;
    margin-top: 15px; /* Offset from header */
    transform-origin: top right;
    animation: dropdownFadeIn 0.2s ease-out;
}

@keyframes dropdownFadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* User Header Section inside Dropdown */
.header_dropdown .user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--Secondary-Colors-03, #FFF1F7); /* Light Pink Background */
    border-radius: 12px;
    margin-bottom: 12px;
    text-decoration: none;
    transition: background 0.2s;
}

.header_dropdown .user:hover {
    background: #ffe6ef;
}

.header_dropdown .user_avatar img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    object-fit: cover;
}

.header_dropdown .user_name div {
    color: var(--Neutral-Colors-01, #2B3244);
    font-family: "Noto Sans";
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}

.header_dropdown .user_name span {
    color: var(--Primary-Colors-04, #EF5193); /* Pink accent */
    font-size: 12px;
    font-weight: 600;
}

/* List Items */
.header_dropdown ul li {
    list-style: none;
}

.header_dropdown ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    color: var(--Neutral-Colors-02, #545A64);
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Icons styling */
.header_dropdown ul li a i,
.header_dropdown ul li a ion-icon {
    font-size: 18px;
    color: var(--Neutral-Colors-03, #969FB7); /* Muted icon color */
    transition: color 0.2s ease;
}

/* Hover State */
.header_dropdown ul li a:hover {
    background-color: var(--Secondary-Colors-02, #FAFFF5); /* Light Green Hover */
    color: var(--Primary-Colors-02, #2F573F); /* Dark Green Text */
}

.header_dropdown ul li a:hover i,
.header_dropdown ul li a:hover ion-icon {
    color: var(--Primary-Colors-02, #2F573F); /* Icon turns green */
}

/* Separator */
.header_dropdown hr {
    margin: 8px 0;
    border-top: 1px solid #F2F7FF;
}

/* =========================================
   Redesigned Profile Dropdown (Desktop)
   ========================================= */

/* The Container */
.header_dropdown.profile_dropdown {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 10px 40px -10px rgba(43, 50, 68, 0.15); /* Soft deep shadow */
    border: 1px solid #F2F7FF;
    padding: 12px;
    min-width: 280px;
    margin-top: 15px; /* Offset from header */
    transform-origin: top right;
    animation: dropdownFadeIn 0.2s ease-out;
}

@keyframes dropdownFadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* User Header Section inside Dropdown */
.header_dropdown .user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--Secondary-Colors-03, #FFF1F7); /* Light Pink Background */
    border-radius: 12px;
    margin-bottom: 12px;
    text-decoration: none;
    transition: background 0.2s;
}

.header_dropdown .user:hover {
    background: #ffe6ef;
}

.header_dropdown .user_avatar img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    object-fit: cover;
}

.header_dropdown .user_name div {
    color: var(--Neutral-Colors-01, #2B3244);
    font-family: "Noto Sans";
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}

.header_dropdown .user_name span {
    color: var(--Primary-Colors-04, #EF5193); /* Pink accent */
    font-size: 12px;
    font-weight: 600;
}

/* List Items */
.header_dropdown ul li {
    list-style: none;
}

.header_dropdown ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    color: var(--Neutral-Colors-02, #545A64);
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Icons styling */
.header_dropdown ul li a i,
.header_dropdown ul li a ion-icon {
    font-size: 18px;
    color: var(--Neutral-Colors-03, #969FB7); /* Muted icon color */
    transition: color 0.2s ease;
}

/* Hover State */
.header_dropdown ul li a:hover {
    background-color: var(--Secondary-Colors-02, #FAFFF5); /* Light Green Hover */
    color: var(--Primary-Colors-02, #2F573F); /* Dark Green Text */
}

.header_dropdown ul li a:hover i,
.header_dropdown ul li a:hover ion-icon {
    color: var(--Primary-Colors-02, #2F573F); /* Icon turns green */
}

/* Separator */
.header_dropdown hr {
    margin: 8px 0;
    border-top: 1px solid #F2F7FF;
}

/* =========================================
   Mobile Profile Drawer (Full Screen)
   ========================================= */

.mobile-drawer-header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobile-drawer-header-left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    /* border: 2px solid var(--Primary-Colors-04, #EF5193); */

    border: 2px solid var(--Neutral-Colors-04, #FFFFFF);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-menu-list a {
    display: flex;
    align-items: center;
    gap: 16px;
    /* padding: 10px 14px;  */
    padding: clamp(4px, 2vw, 10px) 14px;
    border-radius: 10px;
    color: var(--Neutral-Colors-02, #545A64);
    background: transparent;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mobile-menu-list a:hover,
.mobile-menu-list a:active {
    background: var(--Secondary-Colors-03, #FFF1F7);
    color: var(--Primary-Colors-04, #EF5193);
}

.mobile-menu-list a i {
    font-size: 20px;
    width: 24px;
    text-align: center;
    color: var(--Neutral-Colors-03, #969FB7);
    transition: color 0.2s ease;
}

.mobile-logout {
    margin-top: auto; /* Push to bottom */
    padding-top: 20px;
    border-top: 1px solid #F2F7FF;
}

.mobile-logout button {
    width: 100%;
}
/* =========================================
   NEW MODERN PROFILE CARD (Desktop Only)
   ========================================= */

/* The Main Floating Card Container */
.modern-profile-card {
    background: var(--Neutral-Colors-04, #FFFFFF);
    width: 280px;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    border: 1px solid #EFF0F6;
    overflow: hidden;
    padding: 0;
    transform-origin: top right;
}

/* 1. Header Section */
.mpc-header {
    background-color: var(--Neutral-Colors-04, #FFFFFF);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #F3F4F6;
}

.mpc-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--Neutral-Colors-04, #FFFFFF);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); 
}

.mpc-user-info {
    display: flex;
    flex-direction: column;
}

.mpc-name {
    color: var(--Neutral-Colors-01, #2B3244);
    font-weight: 700;
    line-height: 1.2;
}

.mpc-role {
    color: var(--Primary-Colors-04, #EF5193);
    margin-top: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

/* 2. Menu Body */
.mpc-body {
    padding: 8px; /* Tighter padding for container */
}

.mpc-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mpc-menu-list li a {
    display: flex;
    align-items: center;
    /* 1. Shortened padding between items */
    padding: 6px 12px; 
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
    color: var(--Neutral-Colors-02, #545A64);
}

/* Icon Container */
.mpc-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    font-size: 18px;
    color: var(--Neutral-Colors-03, #969FB7);
    transition: color 0.2s ease;
}

.mpc-text {
    flex-grow: 1;
}

/* Menu Item Hover (Light Pink Theme) */
.mpc-menu-list li a:hover {
    background-color: var(--Secondary-Colors-03, #FFF1F7); 
    color: var(--Primary-Colors-04, #EF5193);
}

.mpc-menu-list li a:hover .mpc-icon {
    color: var(--Primary-Colors-04, #EF5193);
}

/* 3. Footer Section */
.mpc-footer {
    margin-top: auto;
    padding: 12px;
    border-top: 1px solid #EFF0F6;
    background-color: var(--Neutral-Colors-04, #FFFFFF);
}

/* Mobile drawer footer - position at bottom */
.mobile-drawer .mpc-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
}

/* Ensure mobile drawer is positioned relatively to contain absolute footer */
.mobile-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 320px;
    height: 100%;
    background: var(--Neutral-Colors-04, #FFFFFF);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1);
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 24px;
    padding-bottom: 80px; /* Space for fixed footer */
    overflow-y: auto;
}

.mpc-footer button {
    width: 100%;
}

/* =================================================================

/* =========================================
   Mobile Profile/ Nav Drawer (Full Screen)
   ========================================= */

/* Hidden by default */
.mobile-drawer-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(43, 50, 68, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Visible State */
.mobile-drawer-overlay.is-visible {
    display: block;
    opacity: 1;
}

.mobile-drawer-overlay.is-visible .mobile-drawer {
    right: 0; /* Slide in */
}

/* Header */
.mobile-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #EFF0F6;
    padding-bottom: 20px;
}

.mobile-profile-close, .mobile-nav-close {
    font-size: 24px;
    color: var(--Neutral-Colors-02, #545A64);
    cursor: pointer;
    padding: 5px;
}

/* Menu List */
.mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-menu-list a i {
    font-size: 20px;
    width: 24px;
    text-align: center;
    color: var(--Neutral-Colors-03, #969FB7);
    transition: color 0.2s ease;
}

/* Pink Hover Effect (Matching Desktop) */
.mobile-menu-list a:hover,
.mobile-menu-list a:active {
    background: var(--Secondary-Colors-03, #FFF1F7);
    color: var(--Primary-Colors-04, #EF5193);
}

.mobile-menu-list a:hover i,
.mobile-menu-list a:active i {
    color: var(--Primary-Colors-04, #EF5193);
}

/* =========================================
   STRICT RESPONSIVE VISIBILITY (for NAV bar)
   ========================================= */

/* Desktop State (Screens 1024px and wider) */
/* =========================================
   STRICT RESPONSIVE VISIBILITY (The Single Trigger Point)
   ========================================= */

/* Desktop State: Visible on screens 1024px and WIDER */
@media (min-width: 1024px) {
    .force-desktop {
        display: flex !important;
        align-items: center;
    }
    /* Force the inner <ul> to be visible if it has legacy hidden styles */
    .force-desktop .header-menu_bar {
        display: flex !important;
    }



/* make thumbnail clickable area clear and keyboard focusable */
.li_item_dot a {
    display: inline-block;
    padding: 4px;
    border-radius: 6px;
    outline: none;
}
.li_item_dot a:focus,
.li_item_dot a:hover {
    box-shadow: 0 0 0 3px rgba(239,81,147,0.12);
    transform: translateY(-2px);
    transition: transform 150ms ease, box-shadow 150ms ease;
}

/* active thumb style */
.li_item_dot.uk-active a {
    /* background: #ef5193;
    color: #fff; */
}



/* hide large thumb images on very small screens and show dots instead */
@media (max-width: 768px) {
    /* .course-left_item {
        width: 90%;
        --thumb-size: 0.025%;
        --container-padding: 6px;

        position: absolute;
        left: 50%;
        bottom: 18px;
        transform: translateX(-50%);
        top: 80%;
        
        display: flex;
        flex-direction: row;
        gap: 8px;
        
        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        padding: var(--container-padding);
        border-radius: 15px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
        
        height: auto;
        overflow-x: auto;
        scrollbar-width: none;
    }
    
    .course-left_item .li_item_dot {
        width: var(--thumb-size);
        flex: 0 0 auto;
    }

    .course-left_item .img_dot_detail { 
        width: 100%; 
        height: auto;
        aspect-ratio: 1 / 1;
    } */
}

/* slideshow image responsive rules */
.course_img_item {
    width: 100%;
    height: auto;
    /* max-height: 65vh; */
    object-fit: contain; /* keep current look; change to cover if you prefer crop */
}

/* make slide list accessible */
.uk-slideshow-items > li { outline: none; }

/* ensure the thumb nav is reachable by keyboard */
.uk-thumbnav { z-index: 2; }
/* ...existing code... */
    .force-mobile {
        display: none !important;
    }
}

/* Mobile State: Visible on screens 1023px and NARROWER */
@media (max-width: 1024px) {
    .force-desktop {
        display: none !important;
    }
    .force-mobile {
        display: flex !important;
        align-items: center;
        height: 100%;
    }
}
/* =================================================================

/* Enhanced Kidemy modal (edit student) */
.kidemy-modal-wrapper {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 60;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.kidemy-modal-wrapper.open {
    display: block;
}

/* backdrop covers whole viewport */
.kidemy-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    pointer-events: auto;
    cursor: pointer;
}

/* container that centers modal and allows internal scrolling on small screens */
.kidemy-modal-scroll-container {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: auto; /* enables modal scrolling when content taller than viewport */
    -webkit-overflow-scrolling: touch;
}

/* inner frame to help vertical centering and responsive layout */
.kidemy-modal-center-frame {
    display: flex;
    width: 100%;
    justify-content: center;
}

/* actual dialog box */
.kidemy-modal-box {
    width: 100%;
    max-width: 760px;
    max-height: calc(100vh - 48px);
    overflow: auto;                /* scroll inside the box */
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 24px 48px rgba(2,6,23,0.16);
    box-sizing: border-box;
    transition: transform 220ms ease, opacity 220ms ease;
    transform: translateY(10px);
    opacity: 0;
    border: 1px solid #eef2f7;
}

/* visible state animation */
.kidemy-modal-wrapper.open .kidemy-modal-box {
    transform: translateY(0);
    opacity: 1;
}

/* modal header / body / footer */
.kidemy-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    border-bottom: 1px solid #f3f4f6;
}

.kidemy-modal-body {
    padding: 16px 20px;
}

.kidemy-modal-footer {
    padding: 12px 20px;
    border-top: 1px solid #f3f4f6;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    background: #fff;
}

/* close button inside header */
.kidemy-modal-header .btn-outline {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

/* Make modal full-width and pinned to bottom on very small screens for better keyboard behavior */
@media (max-width: 480px) {
    .my-icon {
        font-size: 15px !important;   /* Optional: adjust size */
        /* cursor: pointer; */
    }

    .icon_container {
        width: 20px !important;
        height: 20px !important;
    }

    .kidemy-modal-box {
        max-width: 100%;
        width: 100%;
        border-radius: 12px 12px 0 0;
        margin: 0 0 0 0;
        max-height: 85vh;
        height: auto;
    }
    .kidemy-modal-scroll-container {
        align-items: flex-end; /* bring dialog up from bottom when keyboard opens */
        padding: 0;
    }
}

/* Prevent background body scrolling when you add .no-scroll to body via JS */
/* .no-scroll {
    overflow: hidden !important;
    touch-action: none;
} */

@media (max-width: 1023px) {
    /* previously .course_intro_sidebar was hidden — allow it on smaller viewports (mobile/tablet) */
   

    /* hide the full form that submits inline (desktop only) */
    .desktop-only {
        display: none !important;
    }

    /* mobile simplified block: visible only on small screens */
    .mobile-only {
        display: block !important;
    }

    /* keep sticky sidebar hidden on smaller screens if you prefer — remove if you want it sticky */
    #course_fixed_test {
        position: static !important;
        top: auto !important;
        transform: none !important;
    }
}

/* ensure desktop retains original behavior */
@media (min-width: 1440px) {
    .mobile-only {
        display: none !important;
    }
}

/* Make sidebar appear under course-img_container on mobile and show mobile popup button */
@media (max-width: 1023px) {
    /* ensure layout stacks main content then sidebar */
    .intro_course {
        flex-direction: column !important;
        gap: 12px;
    }

    .course-img_container{
        padding: 0rem 1rem;
    }

    /* show the sidebar block (it sits after main content in DOM so will be below course-img_container) */

    /* disable sticky on mobile so sidebar flows with page */
    #course_fixed_test {
        position: static !important;
        top: auto !important;
        transform: none !important;
    }

    /* hide desktop full form and show mobile simplified block */
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: block !important;
    }

}

/* keep original desktop behavior */
@media (min-width: 1025px) {
    .mobile-only {
        display: none !important;
    }
    .desktop-only {
        display: block !important;
    }
}

/* Show desktop form as a modal on small screens when it has .is-visible */
@media (max-width: 1023px) {
    /* keep desktop form hidden by default */
    .desktop-only {
        display: none !important;
    }

    /* when toggled (uk-toggle adds/removes .is-visible) show as full-screen overlay */
    .desktop-only.is-visible {
        display: block !important;
        position: fixed !important;
        inset: 0;
        z-index: 99999;
        background: rgba(0,0,0,0.6);
        padding: 20px;
        overflow: auto;
    }

    /* modal dialog inside the form */
    .desktop-only.is-visible .course_form_container {
        background: #fff;
        max-width: 720px;
        margin: 36px auto;
        border-radius: 10px;
        padding: 16px;
        box-shadow: 0 8px 30px rgba(0,0,0,0.35);
    }

    /* mobile-close button (visible only on small screens) */
    .desktop-only .modal-close {
        display: inline-flex;
        position: absolute;
        right: 18px;
        top: 18px;
        background: transparent;
        border: none;
        color: #333;
        font-size: 20px;
        line-height: 1;
        z-index: 100000;
        cursor: pointer;
    }

    /* ensure mobile simplified CTA remains visible/sticky */
    #sticky-button-wrapper {
        display: block !important;
    }

    .chat-popup {
        bottom: 70px;
        right: 20px;
    }

    .chat-item {
        margin: auto;
    }

    .update-max-height {
        max-height: inherit;
    }
}
@media (max-width: 980px) {
    

    .course-slide {
        /* width: 100% !important; */
        margin-top: 0 !important;

    }
}
@media (min-width: 600px) and (max-width: 980px) {
    .mySwiper2 .swiper-wrapper-course {
        row-gap: 12px;
    }
}

/* Restore original on desktop */
@media (min-width: 1025px) {
    .desktop-only {
        display: block !important;
        position: static !important;
    }
    .desktop-only.is-visible { /* don't use overlay on desktop */ }
    #sticky-button-wrapper { display: none !important; }

    .modal_offline.uk-open {
        display: none !important;
    }

    .uk-modal-page {
        overflow: auto;
    }
}

.star-icon{
    fill: var(--Primary-Colors-03);
    color: var(--Primary-Colors-03);
}

/* Make thumbnail column fixed-height + scrollable on desktop */
@media (min-width: 1024px) {
  .course-img_container {
    position: relative;
    display: block;
  }

  .col-right_ing {
    width: calc(100% - 120px);
    margin-left: 120px;
  }

  .course-left_item {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 30px; /* Match padding-bottom of container */
    width: 100px; /* 90px img + padding */
    
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow-y: auto;
    padding-right: 8px;
    -webkit-overflow-scrolling: touch;
  }

  .course-left_item .li_item_dot {
    flex: 0 0 auto; /* don't stretch thumbnails */
  }

  .course-left_item .img_dot_detail {
    width: 90px;
    /* height: 60px; */
    object-fit: cover;
  }
}

.enrol-panel {
    height: 100vh;              /* or fixed height */
    display: flex;
    flex-direction: column;
}

/* TOP */
.sidebar-top {
    flex-shrink: 0;
    background: #fff;
    z-index: 10;
    padding: 16px;
    border-bottom: 1px solid #eee;
}

/* MIDDLE */
.sidebar-body {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
    min-height: 0;
}

/* BOTTOM */
.sidebar-footer {
    flex-shrink: 0;
    background: #fff;
    z-index: 10;
    padding: 16px;
    border-top: 1px solid #eee;
}

.uk-open .uk-accordion-title.faq-curriculum {
    border-radius: 10px 10px 0 0;
    gap: 30px;
}

.question-container_rightside .faq-container .uk-accordion-title.faq-curriculum{
    background: #FFF;
}

.question-container_rightside .faq-container .uk-accordion-title.faq-curriculum::before {
    color: var(--Primary-Colors-02);
}

.question-container_rightside .faq-container.uk-open .uk-accordion-title.faq-curriculum {
    background: var(--Primary-Colors-02);
}

.question-container_rightside .faq-container.uk-open .uk-accordion-title.faq-curriculum::before {
    color: inherit
}


.curriculum_item_title {
    /* line-height: 36px; */
    word-wrap: break-word;
    gap: 12px;
}

.item-number {
    color: #FFF;
    font-weight: 700;
    background-color: #2F573F;
    display: flex;
    padding: 3px 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 3px;
}

.uk-open .faq-curriculum .item-number {
    color: #2F573F;
    font-weight: 700;
    background-color: #FFF;
}

.border_bottom {
    border-bottom: 1px solid #C4CBDE;
}

.preview_course_intro_button {
    border-radius: 3px;
    background: var(--Light-purplw, #C4CBDE);
    display: flex;
    padding: 3px 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.course-curriculum-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.question-container_rightside .faq-container {
  align-items: stretch;
}

.none-max-height {
    max-height: none !important;
}

/* Refined Enrol Modal Styles */
#enrolModal .uk-modal-dialog {
    border-radius: 16px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid #f3f4f6;
    background-color: #ffffff;
    padding: 0;
    overflow: hidden;
}

#enrolModal .uk-modal-body,
#enrolModalTerm .uk-modal-body {
    padding: 15px 20px 20px 20px;
}

#enrolModal .uk-modal-close-default,
#enrolModalTerm .uk-modal-close-default {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9fafb;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 8px;
    color: var(--Neutral-Colors-02);
    transition: all 0.2s;
}

#enrolModal .uk-modal-close-default:hover,
#enrolModalTerm .uk-modal-close-default:hover {
    background-color: #e5e7eb;
    color: var(--Neutral-Colors-01);
}

#wizard-nav > * > * {
    width: 10px;
    height: 10px;
    background-color: #e5e7eb;
    border-radius: 50%;
    margin: 0 4px;
    transition: background-color 0.3s;
}

#wizard-nav > .uk-active > * {
    background-color: var(--Primary-Colors-04);
}

.nav-buttons-leftright {
    border: 1px solid #e5e7eb;
    background-color: white;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Neutral-Colors-02);
    padding: 0;
}


#next-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(239, 81, 147, 0.3);
}


#prev-step:hover {
    background-color: #f9fafb;
    color: var(--Neutral-Colors-01);
}

.wizard-tab--disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

/* Optional: completed step */
.wizard-tab--completed {
    opacity: 1;
}

.btn-disabled {
    background-color: #d1d5db !important; /* grey */
    color: #9ca3af !important;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.8;
}

.popupbox-terms {
    height: 25vh;
    overflow-y: auto;
    padding-right: 5px;
    margin-right: 10px;
}

.select-btn.is-full {
    background-color: #e5e7eb; /* light grey */
    color: #9ca3af;           /* muted text */
    cursor: not-allowed;
    pointer-events: none;    /* HARD disable click */
    opacity: 0.8;
}


@media (max-width: 1339px) {

    .v2-home_container {
        padding: 0px 45px;
    }
}

@media (max-width: 1023px) {

    .v2-home_container {
        padding: 0px 10px;
        /* margin-top: 50px; */
    }

    .v2-home_container_home {
        padding: 0px 0px;
        margin-top: 0px;
    }

    .course_all_right_container {
        border: none;
    }
}

@media (max-width: 425px) {

    .v2-home_container {
        padding: 0px 15px;
    }
}

@media (max-width: 320px) {

    .v2-home_container {
        padding: 0px 8px;
    }
}

/* Universal Shadow Box Style */

.div-shadow-box {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(212, 227, 201, 0.6);
    transition: all 0.3s ease;
    border-radius: .75rem;;
}

.div-shadow-box:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: rgba(212, 227, 201, 0.8);
}

.faq-hidden-mobile {
    display: none;
}

.spacer{
  height: 3rem;      /* thickness (blank space) */
  width: 100%;
}

@media (max-width: 1023px) {
    .spacer{
        height: 1.5rem;      /* thickness (blank space) */
        width: 100%;
    }
}

.feedback-image_container img,
.feedback-image_container video {
    width: 100%;
    aspect-ratio: 1 / 1;       /* keeps all media same visual height */
    object-fit: contain;
    border-radius: 8px;
}

.feedback-image_container {
    margin-top: auto;          /* push images to bottom */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 8px;
    align-items: stretch;
}

.feedback-content_container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.feedback-card_container {
    height: 100%;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto !important;
    display: flex;
}
.swiper-slide .feedback-card_container {
    width: 100%;
}

.single-review-slide {
    width: 100% !important;
    max-width: 100%;
}

.feedback-card_container {
    max-width: none;
}

/* .popular_container,
.uk-drop.popular_container,
.popular_container.uk-drop {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

.popular_container .popular-card,
.popular-card_container {
    overflow: visible;
}

.popup-hero_contentlist {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    padding-right: 8px;
} 

.popular_container {
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: none;
}  */

.popular-card_container {
    height: 100%;
    max-height: inherit;
}

/* mobile fallback: cap popup height to viewport */
@media (max-width: 768px) {
    .popular_container {
        max-height: calc(100vh - 120px);
    }

    .course-img_container{
        padding: 0rem 0rem;
    }

    .feedback-container{
        padding: 30px 10px ;
    }
}

@media (min-width: 1600px) {
   
}

@media (min-width: 1024px) and (max-width: 1600px) {
    .hero-slideshow .content-banner {
        gap: 18px;
    }

    .text-content_banner {
        gap: 8px;
    }

    .offer-button {
        padding: 12px 20px;
    }
}

.text-course_details_container {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding-left: .25rem;

}

.irs--flat {
    margin: 0 1.5rem;
}

.mt-adjustment {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .mt-adjustment {
        margin-top: 0px;
    }   
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mt-adjustment {
        margin-top: 00px;
    }   
}