
/*Course page mobile */
:root {
    --mobile-body-font: 'Inter', sans-serif;
    --mobile-heading-font: 'Anton', sans-serif;
    --mobile-primary: #f49e0d;
    --mobile-text: #1c1d1f;
    --mobile-container-padding: clamp(12px, 4vw, 20px);
    --mobile-page-bg: #FBF9E8;
}

/* Reset browser default spacing */

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* Body style */
body {
    margin: 0;
    padding: 0;
    padding-top: 160px; /* Space for header (94px) + admission banner (53px) */
    font-family: var(--mobile-body-font);
    background: var(--mobile-page-bg);
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
}

/* ========== CONTAINER - Full Width ========== */
.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: var(--mobile-container-padding);
    padding-right: var(--mobile-container-padding);
    box-sizing: border-box;
}

.mobile-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: var(--mobile-page-bg);
    overflow: hidden;
}

/* ========== ADMISSION BANNER - Mobile ========== */
.admission-card {
    position: fixed;
    top: 94px;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    height: 53px;
    min-height: 53px;
    margin: 0;
    padding: 0 clamp(12px, 4vw, 20px);
    background: linear-gradient(90deg, #BB5503 0%, #7C4301 100%) ;
    border-radius: 0 ;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    z-index: 990;
    transform: none;
    visibility: visible;
    opacity: 1;
    gap: clamp(8px, 2.5vw, 10px);
}

.admission-body {
    display: flex;
    flex-direction: row ;
    align-items: baseline ;
    gap: 6px ;
    background: transparent ;
    padding: 0 ;
    border-radius: 0 ;
    text-align: left ;
    width: auto;
}

.admission-body h2,
.admission-body h3 {
    margin: 0 ;
    font-family: 'Inter', sans-serif ;
    font-size: 22px ;
    font-weight: 700 ;
    color: #ffffff ;
    text-transform: uppercase ;
    letter-spacing: -0.03em ;
    line-height: 32px ;
}

.admission-body p,
.admission-body .year {
    margin: 0 ;
    font-family: 'Inter', sans-serif ;
    font-size: 22px ;
    font-weight: 700 ;
    color: #F2CF43 ;
    text-transform: uppercase ;
    letter-spacing: -0.03em;
    line-height: 32px ;
}

.btn-apply {
    background: #F4A60A ;
    color: #fff ;
    padding: 8px 6.07px ;
    border-radius: 10px ;
    font-family: 'Inter', sans-serif ;
    font-size: 12px ;
    font-weight: 600 ;
    text-decoration: none ;
    white-space: nowrap ;
    width: 85px ;
    height: 32px ;
    text-align: center ;
    line-height: 1 ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
}


/* ========== COURSE HERO SECTION - Mobile ========== */
.course-hero-section {
    padding: 28px 0 30px ;
    min-height: auto ;
    width: 100% ;
    box-sizing: border-box ;
    position: relative ;
    z-index: 1 ;
}

.course-hero-grid {
    display: flex ;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: center;
    width: 100%;
}

.course-hero-grid::before,
.course-hero-grid::after {
    display: none;
}

/* Hero Image - Full width at bottom */
.course-hero-media {
    order: 2;
    width: 100%;
    display: block;
    margin: 20px 0 0;
    padding: 0 8px;
    box-sizing: border-box;
    position: relative;
}

.hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.course-hero-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Remove curved effect - hero image at bottom */
.hero-image-wrapper::after {
    display: none;
}

.course-hero-content {
    order: 1;
    padding: 0;
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 1;

}

.course-tag-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    margin-top: 20px;
    margin-bottom: 8px;
}

.course-label {
    font-size: 18px;
    color: #1c1d1f;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 100%;
    letter-spacing: -3%;
    padding: 0 8px;
   
}

.course-badge {
    font-size: 16px;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 700;
    min-width: auto;
    background: #F49E0D;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.course-hero-title {
    font-size: 44px;
    font-family: 'Inter', sans-serif;
    font-style: semi-bold;
    margin-bottom: 8px;
    line-height: 110.00000000000001%;
    letter-spacing: -5%;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    color: #E27A01;
    font-weight: 600;
}

.course-hero-title .highlight {
    color: #E27A01;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 44px;
    margin-bottom: 4px;
    line-height: 110.00000000000001%;
    font-style: semi-bold;
    letter-spacing: -5%;
}

.course-hero-title .highlight-light {
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-style: Regular;
    line-height: 110.00000000000001%;
    font-size: 44px;
    color: #E27A01;
    letter-spacing: -5%;
}

.course-hero-title br {
    display: none;
}

.course-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 8px;
    color: #1c1d1f;
}

.course-hero-subtitle .subtitle-italic {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 14px;
    width: 100%;
    line-height: 100%;
    letter-spacing:-3%;
    color: #1c1d1f;
}

.course-hero-subtitle .highlight-italic {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    color: #F49E0D;
    font-size: 18px;
    line-height: 100% ;
    letter-spacing: -3%;
}

/* Duration Row - HORIZONTAL with badges and separator */
.course-duration-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.duration-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    background: #FFEA85;
    border: none;
    border-radius: 12px;
    padding: 10px 14px;
    height: 60px;
    width: 60px;
}

.duration-number {
    
    font-size: 18px;
    font-weight: 800;
    font-style: ExtraBold;
    color: #7D360C;
    line-height: 1;
}

.duration-text {
    
    font-size: 12px;
    font-style: Medium;
    font-weight: 500;
    color: #7D360C;
}

.duration-separator {
    font-size: 18px;
    color: #242323;
}

.course-features-list {

    text-align: left;
    margin: 8px 0 0 0;
    padding-left: 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    list-style: disc;
    flex-basis: 100%;
}

.course-features-list li {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-style: light;
    font-size: 14px;
    margin-bottom: 4px;
    color:#000000;
    line-height: 160%;
    letter-spacing: -3%;
}

/* Course Info Row - HORIZONTAL like reference */
.course-info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    margin-bottom: 16px;
    margin-top: 12px;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    flex-wrap: nowrap;
}

.course-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border: 1px solid #F49E0D;
    border-radius: 20px;
    flex-shrink: 0;
}

.rating-number {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 500;
    font-style: Medium;
    color: #1c1d1f;
    line-height: 1;
    letter-spacing: -3%;
}

.rating-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rating-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #1C1D1F;
    font-weight: 500;
    font-style: 'Medium';
    line-height: 100%;
}

.rating-stars {
    font-size: 18px;
    color: #f49e0d;
    letter-spacing: 2px;
    line-height: 1;
    width: 16px;
    height: 16px;
}

.course-delivery {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.delivery-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.delivery-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.delivery-label {
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    color: #0f0f0f;
    line-height: 1.2;
}

.delivery-value {
    font-size: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #1c1d1f;
    line-height: 1.2;
}

.btn-download-brochure {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(90deg, #BB5503, #F59C00);
    color: #fff;
    padding: 8px 24px 8px 8px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 6px;
    margin-left: 8px;
    box-shadow: 0 4px 15px rgba(244, 158, 13, 0.3);
    transition: all 0.3s;
}

.btn-icon-circle {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.btn-icon-circle svg {
    width: 16px;
    height: 16px;
    stroke: #F59C00;
}


/* ========== WHERE ARE WE SECTION - Mobile ========== */
.where-are-we-section {
    padding: 40px 0;
    text-align: center;
    width: 100%;
}

.where-are-we-section::before {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% auto;
    opacity: 0.08;
}

.where-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
}

.where-title::before {
    content: "Where are ";
    font-size: 28px;
    color: #292929;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.where-title .highlight {
    color: #E27A01;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.where-title .highlight::after {
    content: " ?";
    color: #E27A01;
    font-weight: 400;
}

.stats-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 var(--mobile-container-padding);
    padding-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
}

.stat-card {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    height: auto;
    min-height: 85px;
    padding: 18px 24px;
    border: 1px solid #F7E5CB;
    border-radius: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.stat-number {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: semi-bold;
    line-height: 120%;
    letter-spacing: -3%;
    font-size: 22px;
    color: #E27A01;
}

.stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: regular;
    line-height: 120%;
    letter-spacing: -3%;
    color: #000000;

}


/* ========== PLACEMENT GOALS SECTION - Mobile ========== */
.placement-goals-section {
    padding: 40px 0;
    text-align: center;
    width: 100%;
    
}

.placement-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -5%;
    margin-bottom: 20px;
    padding: 0 8px;
    text-align: left;
    font-style: regular;
}
.placement-title .highlight {
    color: #E27A01;
    font-family: 'Inter', sans-serif;
    font-size: inherit;
    font-style: medium;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -5%;
}

.placement-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 50px);
    background-image: url('../images/placed.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
}

.placement-grid::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 50px);
    background-image: url('../images/placed1.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -1;
    
}

.placement-bg-text {
    font-size: 36px;
    letter-spacing: 4px;
}

.placement-grid {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding-bottom: 60px;
    padding-left: 8px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.placement-grid::-webkit-scrollbar {
    display: none;
}

.placement-grid::after {
    height: 120px;
}

.placement-card {
    margin-top: 10px;
    width: 250px;
    height: 365px;
    flex-shrink: 0;
}

.placement-card-top {
    padding: 14px 10px;
    min-height: 50px;
    width: 100%;
    height: 153.37px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #FFF4C6;
}

.placement-name {
    font-family: 'Inter', sans-serif;
    color: #1C1D1F;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -3%;
    text-align: left;
    margin-bottom: 4px;
    padding: 0 8px;
    font-style: Light;
    font-weight: 300;
}

.placement-company {
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -3%;
    text-align: left;
    padding: 0 8px;
    font-style: Medium;
}

.placement-card-bottom {
    padding: 14px 10px;
    min-height: 50px;
    width: 100%;
    height:211.63px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #F59C00;
}


.placement-student-img {
    top: 93px;
    margin-bottom: 80px;
    width: 280px;
    height: 320px;
    left: 10px;
    box-shadow: none;
    outline: none;
    border: none;
}


/* ========== COURSE INFO SECTION - Mobile ========== */
.course-info-section {
    padding: 40px 0;
    text-align: center;
    width: 100%;
}

.course-info-title {
    font-size: 36px;
    margin-bottom: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -5%;
    color: #1C1D1F;
    text-align: left;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
}

.course-info-title .highlight {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    color: #E27A01;
    font-weight: 500;
    line-height: 120%;
    font-weight: 300;
    letter-spacing: -5%;
}
.course-info-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: -3%;
    text-align: left;
    padding: 0 8px;
}

.course-accordion {
    margin-top: 20px;
    width: 100%;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-header {
    padding: 14px 16px;
}

.accordion-title {
    color:#1C1D1F;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: Medium;
    line-height: 120%;
    letter-spacing: -3%;
    font-size: 18px;
    text-align: left;
    padding: 0 8px;
}

.accordion-icon {
    width: 22px;
    height: 22px;
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-content {
    padding: 0 16px 14px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height:160%;
    letter-spacing: -3%;
    font-weight:400;
    padding: 0 8px;
    text-align: left;
}

.accordion-content p {
    
    padding: 0 16px 14px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height:160%;
    letter-spacing: -3%;
    font-weight:400;
    padding: 0 8px;
    text-align: left;
}

.accordion-content ul {

    text-align: left;
}

.accordion-content ul li {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: -3%;
    font-weight: 400;
    color: #1C1D1F;
    margin-bottom: 4px;
    padding: 0 8px;
}




/* ========== KEY BENEFITS SECTION - Mobile ========== */
.key-benefits-section {
    padding: 40px 0;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    
}

.key-benefits-title {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -5%;
    font-style: regular;
    text-align: left;
    padding: 0 8px;
    color: #1C1D1F;
}

.key-benefits-title .highlight {
    color: #E27A01;
    font-family: 'Inter', sans-serif;
    font-style: medium;
    line-height: 100%;
    letter-spacing: -5%;
    font-weight: 500;
    font-size: inherit;
}

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
}

.benefit-card {
    padding: 16px 12px;
    border-radius: 12px;
    border: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.benefit-card:hover,
.benefit-card:active,
.benefit-card:focus {
    background: inherit;
    box-shadow: none;
}

.benefit-card:hover .icon-box,
.benefit-card:active .icon-box,
.benefit-card:focus .icon-box {
    filter: none;
}

.benefit-card:hover .benefit-name,
.benefit-card:hover .benefit-desc,
.benefit-card:active .benefit-name,
.benefit-card:active .benefit-desc,
.benefit-card:focus .benefit-name,
.benefit-card:focus .benefit-desc {
    color: inherit;
}

.benefit-icon {
    margin-bottom: 14px;
    padding: 0 8px;
    
}

.icon-box {
    width: 46.28px;
    height: 45px;
    border-radius: 10px;
    top: 12px;
    color: #E27A01;
}

.benefit-name {
    font-size: 14px;
    margin-bottom: 6px;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color:#1C1D1F;
    line-height: 120%;
    padding: 0 8px;


}

.benefit-desc {
    font-size: 10px;
    margin-bottom: 6px;
    text-align: left;
    font-family: 'Inter', sans-serif;
    color:#1C1D1F;
    line-height: 120%;
    color: #888;
    padding: 0 8px;
    
}


/* Reviews */
.reviews-section {
    padding: 48px 0;
}

.reviews-section h2 {

    padding: 0 8px;
    color: #0E0E11;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    letter-spacing: -3%;
    text-align: left;
}
.reviews-section h2 .highlight {
    color: #E27A01;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    letter-spacing: -3%;
    text-align: left;
}

.rating-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 24px;
    padding: 0 8px;
}

.rating-score {
    display: flex;
    align-items: center;
    gap: 6px;
    letter-spacing: -5%;
}

.rating-score span {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -5%;
    color: #424548;
    font-family: 'Inter', sans-serif;
}

.rating-info p {
    font-size: 18px;
    font-weight: 400;
    color: #424548;
    margin: 0;
    letter-spacing: -5%;
}

.google-icon {
    width: 97px;
    height: auto;
}

.reviews-content {
    flex-direction: column;
    gap: 16px;
    padding-left: var(--mobile-container-padding);
    padding-right: var(--mobile-container-padding);
}

.reviews-left {
    width: 100%;
    color: #F49E0D;
    font-family: 'Krungthep', sans-serif;
    font-size: 133px;
    font-weight: 400;
    letter-spacing: -5%;
    padding: 0 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.reviews-left h3 {
    font-size: 0;
    color: transparent;
    overflow: hidden;
    position: relative;
}

.reviews-left h3::before {
    content: 'What our customers are\Asaying';
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #000000;
    white-space: pre-line;
}

.reviews-left .quote-icon {
    width: 40px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.reviews-slider-wrapper {
    width: calc(100% + 26px);
    overflow-x: auto;
    margin-right: -26px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.reviews-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.reviews-slider {
    display: flex;
    gap: 24px;
    align-items: stretch;
    animation: scrollReviews 20s linear infinite;
}

.reviews-slider:hover {
    animation-play-state: paused;
}

.review-card {
    width: min(76vw, 280px);
    flex-shrink: 0;
    padding: 0 8px;
}


/* ========== QUESTIONS SECTION - Mobile ========== */
.questions-section {
    padding: 48px 0;
}

.questions-wrapper,
.questions-left {
    flex-direction: column;
    gap: 16px;
}

.questions-left {
    flex-direction: column;
    gap: 16px;
}

.questions-text {
    order: 1;
    padding-top: 0;
    
}

.questions-image-card {
    order: 2;
    width: 100%;
    max-width: 100%;
    height: auto;
    background: none;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 8px;
}

.questions-person-img {
    display: none;
}

.questions-image-card::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 75%;
    background: url('../images/qustionmob.png') center/cover no-repeat;
    border-radius: 20px;
}

.questions-text h2 {
    font-size: 0;
    color: transparent;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    margin-bottom: 4px;
}

.questions-text h2::before {
    content: 'Have questions ';
    font-size: 28px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #F49E0D;
    
}

.questions-text h2::after {
    content: 'about admissions or courses?';
    font-size: 28px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #1C1D1F;     
}

.questions-text h2 br {
    display: none;
}

.questions-text h2 .highlight {
    font-size: 0;
    color: transparent;
}

.questions-text p {
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    color: #1C1D1F;
    padding: 0 8px;
    font-weight: 400;
    margin-bottom: 20px;
}

.questions-right {
    max-width: none;
    width: 100%;
}

.questions-right .form-title {
    font-size: 28px;
    font-weight: 700;
    font-style: bold;
    color: #1C1D1F;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    padding: 0 8px;
}

.questions-right .contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
}

.questions-right .form-group {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}

.questions-right .form-group label {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #292929;
    margin-bottom: 4px;
}

.questions-right .form-input,
.questions-right .form-select {
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-sizing: border-box;
}

.btn-submit-form {
    width: 145px;
    height: 46px;
    align-self: stretch;
    background-color:#F49E0D;
    color: #FFFFFF;
    text-align: center;
    border-radius: 15px;
}


/* ========== FAQ SECTION - Mobile ========== */
.faq-section {
    padding: 40px 0;
    background: #f9f9f9;
}

.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}

.faq-left {
    width: 100%;
}

.faq-left h2 {
    font-size: 0;
    color: transparent;
    overflow: hidden;
    position: relative;
    margin-bottom: 8px;
}

.faq-left h2::before {
    content: 'Frequently Asked ';
    font-size: 36px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #1C1D1F;
    padding: 0 8px;
}

.faq-left h2::after {
    content: '\AQuestions';
    font-size: 36px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #F49E0D;
    white-space: pre-line;
    padding: 0 8px;
    
}

.faq-left h2 br {
    display: none;
    
}

.faq-left h2 .highlight {
    font-size: 0;
    color: transparent;
    padding: 0 8px;
}

.faq-left p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #666;
    line-height: 1.6;
    letter-spacing: -0.3px;
    padding: 0 8px;
    
}

.faq-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    cursor: pointer;
    font-weight: 500;
    
}

.faq-question span {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    color: #1c1d1f;
    flex: 1;
    padding-right: 12px;
    padding: 0 8px;
}

.faq-icon {
    width: 25px;
    height: 25px;
    background: #FFD946;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-answer p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    color: #666;
    line-height: 1.7;
    padding: 0 8px;
}


/* ========== EXTRA SMALL SCREENS (360px and below) ========== */
@media (max-width: 400px) {
    :root {
        --mobile-container-padding: 12px;
    }
    
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .course-hero-title {
        font-size: 24px;
    }

    .course-hero-subtitle {
        font-size: 13px;
    }

    .course-label {
        font-size: 14px;
    }

    .course-badge {
        font-size: 10px;
        padding: 5px 10px;
        min-width: auto;
    }
    

    .duration-badge {
        min-width: 50px;
        min-height: 50px;
        width: 50px;
        height: 50px;
    }

    .duration-number {
        font-size: 16px;
    }

    .duration-text {
        font-size: 8px;
    }

    .duration-separator {
        font-size: 14px;
        margin: 0 6px;
    }

    .course-info-row {
        gap: 12px;
    }

    .course-rating {
        padding: 6px 10px;
    }

    .rating-number {
        font-size: 20px;
    }

    .rating-label {
        font-size: 9px;
    }

    .rating-stars {
        font-size: 9px;
    }

    .delivery-label {
        font-size: 9px;
    }

    .delivery-value {
        font-size: 11px;
    }

    .btn-download-brochure {
        font-size: 13px;
        padding: 10px 18px;
    }

    .where-title,
    .placement-title,
    .course-info-title,
    .key-benefits-title {
        font-size: 20px;
    }

    .placement-title .highlight,
    .key-benefits-title .highlight {
        font-size: inherit;
    }

    .placement-bg-text {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .placement-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .stat-card {
        max-width: 100%;
        min-height: 72px;
        padding: 14px 18px;
    }

    .accordion-title {
        font-size: 12px;
    }
    
    .logo-img {
        width: 60px;
    }
    
    .nav-group {
        width: 36px;
        height: 36px;
    }
    
    .nav-group::before {
        width: 16px;
    }
}


/* ========== STICKY BOTTOM BANNER - Mobile ========== */
.sticky-bottom-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #1c1d1f;
    z-index: 998;
    box-sizing: border-box;
}

.sticky-bottom-banner p {
    margin: 0;
    font-size: 10px;
    color: #fff;
    flex: 1;
    padding-right: 10px;
}

.btn-enquire {
    background: #F49E0D;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

/* ========== ENQUIRY POPUP MODAL - Mobile ========== */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 16px;
}

.popup-overlay.active {
    display: flex;
}

.popup-modal {
    background: #fff;
    border-radius: 14px;
    padding: 24px 20px;
    max-width: 100%;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: popupSlideIn 0.3s ease;
}

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

.popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s;
}

.popup-close:hover {
    color: #1c1d1f;
}

.popup-title {
    font-size: 20px;
    font-weight: 600;
    color: #1c1d1f;
    margin-bottom: 18px;
    text-align: center;
}

.popup-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.popup-form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.popup-form-group label {
    font-size: 13px;
    font-weight: 500;
    color: #1c1d1f;
}

.popup-form-group input,
.popup-form-group select {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    color: #1c1d1f;
    background: #fff;
    transition: border-color 0.3s;
    width: 100%;
    box-sizing: border-box;
}

.popup-form-group input:focus,
.popup-form-group select:focus {
    outline: none;
    border-color: #f49e0d;
}

.popup-form-group input::placeholder {
    color: #999;
}

.btn-popup-submit {
    background: #f49e0d;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 6px;
    width: 100%;
}

.btn-popup-submit:hover {
    background: #e08d00;
}

.popup-success-message {
    margin-top: 14px;
    padding: 10px 14px;
    background: rgba(34, 197, 94, 0.15);
    color: #16a34a;
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 8px;
    text-align: center;
}

.popup-success-message p {
    font-size: 13px;
    margin: 0;
}


/* ========== REVIEWS SLIDER AUTO-SCROLL FIX ========== */
.reviews-slider-wrapper {
    overflow: hidden;
    position: relative;
}

.reviews-slider {
    display: flex;
    gap: 24px;
    overflow: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
    scroll-behavior: auto;
    flex-wrap: nowrap;
    animation: scrollReviews 30s linear infinite;
    pointer-events: none;
}

.reviews-slider .review-card {
    width: 280px;
    min-width: 280px;
    flex-shrink: 0;
    padding: 0;
}
