html {
    scroll-behavior: smooth;
}

body {
    background: var(--teflie-background-warm) !important;
}

.section-title {
    font-size: 40px;
    font-weight: 550;
    line-height: 120%;
    letter-spacing: 0.5px;
}

/* Banner Section Style */

.hero-banner-container {
    background-image: var(--desktop-bg);
    height: 536px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-banner-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    inset: 0;
}

.hero-banner-content {
    position: relative;
    display: flex;
    padding: 100px 0;
    align-items: end;
    gap: var(--teflie-space-md);
}

.hero-banner-content .hero-banner-text {
    flex: 0 0 55%;
}

.hero-banner-content .hero-banner-accreditation {
    flex: 0 0 45%;
}

.hero-banner-slider .ast-container {
    height: 100%;
}

.hero-banner-title {
    color: var(--teflie-white);
    font-weight: var(--teflie-font-weight-semibold);
    font-size: 56px;
    line-height: 130%;
    letter-spacing: 0.5px;
    margin-bottom: var(--teflie-space-sm);
}

.hero-banner-summary {
    font-size: 18px;
    color: var(--teflie-white);
    font-weight: var(--teflie-font-weight-regular);
    margin-bottom: var(--teflie-space-lg);
    line-height: 1.5;
    letter-spacing: 0;
}

.hero-banner-buttons {
    display: flex;
    align-items: center;
    gap: var(--teflie-space-sm);
}

.hero-banner-buttons>* {
    min-width: 240px;
}

.hero-banner-ratings {
    margin-top: var(--teflie-space-md);
}

.hero-banner-ratings img {
    width: 200px;
}

.rating-image {
    margin-right: var(--teflie-space-sm);
}

.accreditation-text {
    line-height: 1.5;
    font-size: 16px;
    color: var(--teflie-white);
    margin-bottom: var(--teflie-space-md);
    font-weight: var(--teflie-font-weight-regular);
}

.accreditation-logos {
    display: inline-flex;
    align-items: center;
    gap: var(--teflie-space-md);
}

.accreditation-logo img {
    max-height: 50px;
    object-fit: contain;
}

/* Milestones Sectiom*/

section.milestones-section {
    padding: var(--teflie-space-xl) 0;
    --dim: 90%;
}

.milestones-section>.ast-container {
    display: block;
}

.milestone-section__container-top {
    background: linear-gradient(90deg, rgb(177, 227, 228) 0%, rgb(246, 241, 209) 100%);
    width: var(--dim);
    margin: auto;
    border-radius: 24px;
    display: flex;
    align-items: center;
    padding: var(--teflie-space-lg) var(--teflie-space-md) var(--teflie-space-md);
    justify-content: space-around;
}

.milestone {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.milestone-number {
    font-size: 48px;
    font-family: 'Salmond' !important;
    color: var(--teflie-text-primary-dark);
    font-weight: var(--salmond-medium);
    line-height: 1;
    position: relative;
}

.milestone-number::after {
    content: "+";
    font-size: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.milestone-text {
    font-size: 18px;
    font-weight: var(--teflie-font-weight-regular);
    line-height: 150%;
    letter-spacing: 0;
}

/* Employee Verification */

.employee-verification {
    padding: 10px 0 30px;
}

.employee-verification .ast-container {
    flex-direction: column;
}

.employee-verification .section-title {
    color: var(--teflie-text-primary-dark);
    text-align: center;
    width: 700px;
    margin: 0 auto;
}

.employee-verification .content-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 40px;
}

.employee-verification .content-container .left-container {
    flex: 1;
}

.employee-verification .content-container .right-container {
    flex: 1;
}

.cta-buttons {
    margin-top: 30px;
    display: flex;
    gap: 16px;
}

.cta-buttons .btn {
    width: 36%;
}

.cta-buttons .outline-btn {
    border: 1px solid #374343;
}

.video-card {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.full-video-image {
    width: 100%;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.play-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-btn img {
    width: 55px;
    pointer-events: none;
}

.play-btn a:focus,
.play-btn a:focus-visible {
    outline: none;
}

/* Boss Section */

.boss-section {
    padding: 20px 0;
}

.boss-section .ast-container {
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.boss-section .section-title {
    text-align: center;
    color: var(--teflie-text-primary-dark);
}

.boss-section .boss-subtitle {
    text-align: center;
    margin: 20px auto;
    width: 600px;
    font-size: 18px;
    font-weight: 400;
    color: var(--teflie-text-primary);
}

.boss-cards {
    display: flex;
    justify-content: space-between;
    gap: 26px;
    margin: 25px 0;
}

.boss-cards .card {
    background: var(--teflie-white);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px #00000026;
    width: 32%;
}

.boss-cards .card-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.boss-cards .card-content {
    padding: 24px;
}

.boss-cards .card-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--teflie-text-primary);
}

.boss-cards .card-content p {
    color: var(--teflie-text-primary);
    margin: 15px 0;
}

.boss-button-wrap {
    text-align: center;
    margin: 20px 0 40px;
}

/* Feature Course Section */

.featured-course {
    padding: 20px 0 50px;
}

.featured-course .ast-container {
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.featured-course .img-container {
    flex: 1;
}

.fc-content-container {
    flex: 1;
}

.img-container .image {
    width: 100%;
    border-radius: 24px;
    height: auto;
    object-fit: cover;
}

.featured-course .section-title {
    margin-bottom: 10px;
}

/* Courses CTA Section */

.courses-cta-section {
    padding: 40px 0 20px;
    background: var(--teflie-background-vanilla);
    margin-bottom: 50px;
}

.courses-cta-section>.ast-container {
    display: block;
}

.courses-cta-section .section-title {
    text-align: center;
}

.courses-cta-section .section-description {
    text-align: center;
    margin: 15px auto 30px;
    width: 550px;
    font-size: 18px;
}

.courses-cta-section__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--teflie-space-sm);
}

.course-card {
    border-radius: 1.5rem;
    overflow: hidden;
}

.course-card__main {
    min-height: 530px;
    display: flex;
    align-items: end;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    position: relative;
}

.course-label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--teflie-white);
    padding: var(--teflie-space-xs);
    border-radius: var(--teflie-radius-md);
    color: var(--teflie-text-primary);
    font-weight: var(--teflie-font-weight-semibold);
    font-size: 14px;
}

.course-card__content {
    position: relative;
    padding: var(--teflie-space-md);
    background: url('/wp-content/uploads/2025/10/Blur.png');
    background-size: cover !important;
}

.course-card__content-top {
    display: inline-flex;
    align-items: start;
    justify-content: space-between;
    padding-bottom: var(--teflie-space-sm);
    border-bottom: 1px solid #ffffff10;
    gap: var(--teflie-space-xs);
}

.course-title {
    margin: 0;
    color: var(--teflie-white);
    font-weight: var(--teflie-font-weight-bold);
    line-height: 130%;
    letter-spacing: -0.5px;
}

.course-price del {
    display: none;
}

.course-price .wcpbc-price {
    color: var(--teflie-white);
    font-size: 18px;
    font-weight: var(--teflie-font-weight-bold);
    line-height: 140%;
    letter-spacing: -0.5px;
}

.course-card__content-middle.course-summary {
    padding-top: var(--teflie-space-sm);
    color: var(--teflie-white);
    font-size: 16px;
    font-weight: var(--teflie-font-weight-medium);
    padding-bottom: var(--teflie-space-sm);
}

.course-card__content-bottom {
    display: flex;
    gap: var(--teflie-space-xs);
}

.course-card__content-bottom>* {
    flex: auto;
}

.course-card__content-bottom>a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.course-card__content-bottom .btn-glass {
    flex-direction: row-reverse;
}

.compare-courses.teflie-btn.btn-secondary {
    margin: var(--teflie-space-lg) auto;
    display: block;
    width: max-content;
}

/* Steps Section */

.steps-section {
    padding: 10px 0 50px;
    text-align: center;
}

.steps-section .ast-container {
    flex-direction: column;
}

.steps-section .section-title {
    font-weight: 600;
    color: var(--teflie-text-primary-dark);
}

.steps-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
    margin-top: 50px;
}

.steps-wrapper::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    height: 1px;
    z-index: -1;
    border-top: 1px dashed #AFADAA;
    width: 750px;
    margin: 0 auto;
}

.step-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--teflie-navy-blue);
    margin: 30px 0 8px;
}

.step-box p {
    width: 220px;
}

.step-icon img {
    width: 120px;
}

/* Teach Section */

.teach-section {
    padding: 0px 0 50px;
}

.teach-section .ast-container {
    flex-direction: column;
    background: var(--teflie-background-light-blue);
    border-radius: 24px;
    padding: 50px 30px;
    text-align: center;
}

.teach-section .section-title {
    font-weight: 600;
    color: #3F3F3F;
}

.teach-section .teach-btn {
    width: 22%;
    margin: 0 auto;
}

.teach-section .teach-options {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 30px 0 40px;
    align-items: center;
}

.teach-section .option-box {
    font-size: 18px;
    font-weight: 400;
    color: var(--teflie-navy-blue);
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 8px;
    width: 290px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 5px;
}

/* Teach English Online */

.teach-online-section {
    padding: 20px 0 60px;
    text-align: center;
}

.teach-online-section .ast-container {
    flex-direction: column;
}

.teach-online-section .section-title {
    color: var(--teflie-text-primary-dark);
}

.teach-online-section .subtitle {
    font-size: 18px;
    color: var(--teflie-text-primary);
    margin: 15px 0 40px;
}

.teach-online-section .teach-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.teach-online-section .teach-card {
    height: 400px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.teach-online-section .card-content {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    border-radius: 24px;
    position: relative;
}

.teach-card .card-content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    border-radius: 24px;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%);
    backdrop-filter: blur(40px);
    mask-image: linear-gradient(to top,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 0.8) 40%,
            rgba(0, 0, 0, 0) 100%);
}

.teach-card .card-content h3 {
    color: var(--teflie-white);
    font-size: 22px;
    font-weight: 700;
    z-index: 1;
}

.teach-card .card-content p {
    z-index: 1;
    text-align: left;
    color: var(--teflie-grey);
    margin: 10px 0;
}

/* Job Opportunity Section */

.job-opportunity-section {
    padding: 20px 0 40px;
}

.job-opportunity-section .ast-container {
    flex-direction: column;
    text-align: center;
}

.job-opportunity-section .section-title {
    width: 750px;
    font-weight: 450;
    margin: 0 auto 50px;
    color: var(--teflie-text-primary-dark);
}

.job-opportunity-section table {
    box-shadow: 4px 4px 4px 0px #00000026;
    border-radius: 24px;
    overflow: hidden;
    border: none;
}

.job-opportunity-section table thead {
    background: var(--teflie-background-light-blue);
}

.job-opportunity-section table thead th {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--teflie-text-primary-dark);
    border-right: 1px solid var(--teflie-background-warm);
    position: relative;
}

.job-opportunity-section table thead th:first-child {
    border-top-left-radius: 24px;
    text-align: left;
    padding: 10px 45px;
}

.job-opportunity-section table thead th:last-child {
    border-top-right-radius: 24px;
    border-right: none;
}

.job-opportunity-section table thead th:nth-child(2) {
    padding: 10px 40px;
}

.job-opportunity-section table thead th {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.job-opportunity-section table tbody {
    background: var(--teflie-white);
}

.job-opportunity-section .status-icon {
    text-align: center;
    vertical-align: middle;
}

.job-opportunity-section .status-icon .icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.job-opportunity-section td {
    font-size: 14px;
    font-weight: 400;
    color: var(--teflie-text-primary);
}

.job-opportunity-section .preferred-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}

.job-opportunity-section .preferred-wrap .icon {
    width: 18px;
    height: 18px;
}

/* Earn Business Card Section */

.earn-business-card-section {
    padding: 0 0 60px;
}

.earn-business-card-section .ast-container {
    gap: 40px;
}

.earn-business-card-section .card {
    border-radius: 24px;
    width: 600px;
    overflow: hidden;
}

.earn-business-card-section .image-box img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.earn-business-card-section .content-box {
    padding: 28px;
}

.earn-business-card-section .content-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--teflie-text-primary);
}

.earn-business-card-section .content-box p {
    font-size: 18px;
    font-weight: 400;
    color: var(--teflie-text-primary);
    line-height: 140%;
    margin: 10px 0 25px;
}

.earn-business-card-section .content-box .btn {
    width: 50%;
}

.earn-business-card-section .card:first-child .content-box {
    background: var(--teflie-background-vanilla);
}

.earn-business-card-section .card:last-child .content-box {
    background: var(--teflie-light-pink);
}


/* Why Us Section */

section.why-us-section>.ast-container {
    display: block;
}

section.why-us-section {
    padding-bottom: var(--teflie-space-xl);
}

.why-us-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.why-us-section__row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}

.feature-benefit-card__title {
    font-size: 18px;
    font-weight: var(--teflie-font-weight-semibold);
    line-height: 1.2;
    margin-top: 10px;
}

.feature-benefit-card:not(:last-of-type) {
    border-right: 1px solid #00000014;
    padding-right: 50px;
}

/* Active Tips Section */

.featured-blogs-section {
    padding: 20px;
}

.featured-blogs-section .ast-container {
    display: block !important;
}

.featured-blogs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.blog-card {
    background: var(--teflie-white);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px #00000026;
}

.blog-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.blog-thumbnail {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.blog-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-thumbnail img {
    transform: scale(1.05);
}

.blog-content {
    padding: 24px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    color: #374343CC;
    font-weight: 500;
    font-size: 14px;
}

.blog-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--teflie-text-primary);
    margin: 0 0 20px 0;
    line-height: 130%;
    min-height: 60px;
}

.blog-excerpt {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: var(--teflie-text-primary);
    margin: 20px 0 30px;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--teflie-turquoise);
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    transition: gap 0.3s ease;
}

.blog-link:hover {
    gap: 12px;
}

.blog-link .arrow {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.blog-link:hover .arrow {
    transform: translateX(4px);
}

/* FAQs Section */

section.faqs-section>.ast-container {
    display: block;
}

.faqs-section {
    padding: var(--teflie-space-xl) 0;
}

.faqs-section .section-title {
    margin-bottom: var(--teflie-space-md);
}

.faqs-section-row .section-summary {
    font-size: 18px;
    font-weight: 400;
    color: var(--teflie-text-primary);
}

.faqs-section-row {
    text-align: center;
}

.faqs-wrapper {
    position: relative;
    margin: var(--teflie-space-xl) auto 0;
}

/* Grow Section */

.grow-section {
    padding: 0 0 40px;
}

.grow-section .ast-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    padding: 40px;
    background: var(--teflie-background-light-blue);
    border-radius: 24px;
}

.grow-section .image-box {
    flex: 1;
}

.grow-section .text-box {
    flex: 1;
}

.text-box h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--teflie-text-primary-dark);
}

.text-box .subtitle {
    font-size: 16px;
    font-weight: 600;
    color: var(--teflie-text-primary);
    margin: 30px 0 30px;
}

.text-box p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    color: var(--teflie-text-primary);
}

@media screen and (min-width:769px) {
    .faqs-section-row .section-summary {
        max-width: 50%;
        margin: auto;
    }

    .faqs-wrapper {
        max-width: 75%;
    }
}


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

    .hero-banner-slider .ast-container {
        height: 100%;
        padding-left: var(--teflie-space-sm) !important;
        padding-right: var(--teflie-space-sm) !important;
    }

    /* Banner Section Style */

    .hero-banner-container {
        height: 100vh;
        min-height: 600px;
        background-image: var(--mobile-bg) !important;
    }

    .hero-banner-overlay {
        background: none;
    }

    .hero-banner-content {
        flex-direction: column;
        padding: 40px 0 60px;
        justify-content: flex-end;
        height: 100%;
        gap: var(--teflie-space-lg);
        overflow: hidden;
    }

    .hero-banner-content .hero-banner-text {
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 100%;
    }

    .hero-banner-content .hero-banner-accreditation {
        flex: 0 0 auto;
        width: 100%;
    }

    .hero-banner-title {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: var(--teflie-space-md);
    }

    .hero-banner-buttons {
        gap: 8px;
    }

    .hero-banner-buttons>* {
        min-width: 168px;
        padding: 12px;
    }

    .hero-banner-buttons .button-icon {
        display: none;
    }

    .hero-banner-ratings {
        margin-top: var(--teflie-space-sm);
        display: flex;
        flex-wrap: wrap;
        gap: var(--teflie-space-xs);
    }

    .rating-image {
        margin-right: 0;
    }

    .accreditation-text {
        font-size: 14px;
        margin-bottom: var(--teflie-space-sm);
    }

    .accreditation-logos {
        flex-wrap: wrap;
        gap: var(--teflie-space-sm);
    }

    .accreditation-logo img {
        max-height: 28px;
    }

    /* Milestone Section */

    .milestone-section__container-top {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        gap: var(--teflie-space-sm);
        padding: 0;
        background: none;
        width: fit-content;
    }

    .milestone {
        display: flex;
        flex-direction: column;
        align-items: start;
        background: linear-gradient(90deg, rgb(177, 227, 228) 0%, rgb(246, 241, 209) 100%);
        padding: var(--teflie-space-sm);
        border-radius: 8px;
    }

    .milestone-number {
        font-size: 24px;
        white-space: nowrap;
    }

    .milestone-text {
        font-size: 14px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .milestone-number::after {
        font-size: 18px;
    }

    /* Employee Verification */

    .employee-verification {
        padding: 10px 10px 30px;
    }

    .employee-verification .section-title {
        width: 100%;
    }

    .employee-verification .content-container {
        flex-direction: column;
        gap: 20px;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .cta-buttons .btn {
        width: 100%;
    }


    /* Boss Section */

    .boss-section {
        padding: 20px;
    }

    .boss-section .boss-subtitle {
        width: 100%;
        font-size: 16px;
    }

    .boss-cards {
        overflow-x: auto;
        gap: 16px;
        padding: 5px 15px 20px;
        scroll-snap-type: x mandatory;
    }

    .boss-cards .card {
        width: auto;
        min-width: 94%;
        border-radius: 20px;
    }

    .boss-cards::-webkit-scrollbar {
        display: none;
    }

    .boss-cards .card-img img {
        height: 160px;
    }

    .boss-cards .card-content h3 {
        font-size: 20px;
    }

    .boss-cards .card-content p {
        margin: 10px 0 15px;
    }

    .card-btn img {
        width: 30px;
        height: 30px;
    }

    /* Feature Course Section */

    section.featured-course {
        padding: 0 10px 40px;
    }

    .featured-course .ast-container {
        display: flex;
        gap: 30px;
    }

    /* Courses CTA Section */

    .courses-cta-section {
        position: relative;
    }

    .courses-cta-section .section-description {
        width: 100%;
        font-size: 16px;
    }

    .course-card__content-top,
    .course-card__content-bottom {
        flex-direction: column;
    }

    .course-card__content-bottom>a {
        justify-content: center;
    }

    /* Step Section */

    .steps-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 30px;
        position: relative;
    }

    .steps-wrapper::before {
        display: none;
    }

    .step-box p {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.5;
    }

    .step-icon img {
        width: 50px;
    }

    .step-box h3 {
        font-size: 16px;
        margin: 18px 0 2px;
    }

    /* Teach Section */

    .teach-section {
        padding: 0 20px 40px;
    }

    .teach-section .ast-container {
        padding: 40px 30px;
    }

    .teach-section .teach-options {
        flex-direction: column;
        gap: 15px;
        margin: 20px 0 30px;
    }

    .teach-section .teach-btn {
        width: 80%;
    }

    .teach-section .option-box {
        width: 90%;
        justify-content: center;
        font-size: 16px;
        padding: 12px 16px;
    }

    /* Teach Online Section */

    .teach-online-section {
        padding: 20px 10px 60px;
    }

    .teach-online-section .subtitle {
        font-size: 16px;
    }

    .teach-online-section .teach-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
    }

    .teach-online-section .teach-grid::-webkit-scrollbar {
        display: none;
    }

    .teach-online-section .teach-card {
        min-width: 280px;
        height: 360px;
        scroll-snap-align: start;
    }

    .teach-card .card-content h3 {
        font-size: 18px;
    }

    /* Job Opportunity Section */

    .job-opportunity-section .section-title {
        width: 100%;
    }

    .comparison-table {
        overflow-x: auto !important;
        overflow-y: visible !important;
        position: relative;
        -webkit-overflow-scrolling: touch;
        border-radius: 24px;
    }

    .job-opportunity-section table {
        overflow: visible !important;
        border-collapse: separate !important;
        min-width: 700px;
        border-spacing: 0;
    }

    .job-opportunity-section table th:last-child,
    .job-opportunity-section table td:last-child {
        position: sticky;
        right: 0;
        z-index: 20;
        background: var(--teflie-white);
        white-space: nowrap;
        box-shadow: -2px 0 6px rgba(0, 0, 0, 0.15);
        border-radius: 0 !important;
        border-left: 1px solid grey;
    }

    .job-opportunity-section table th,
    .job-opportunity-section table td {
        padding: 10px 12px !important;
        white-space: nowrap;
    }

    /* Earn Business Card Section */

    .earn-business-card-section .ast-container {
        gap: 20px !important;
        display: flex;
    }

    .earn-business-card-section {
        padding: 0 20px 40px;
    }

    .earn-business-card-section .card {
        width: 100%;
    }

    .earn-business-card-section .image-box img {
        height: 180px;
    }

    .earn-business-card-section .content-box {
        padding: 20px;
    }

    .earn-business-card-section .content-box h3 {
        font-size: 18px;
    }

    .earn-business-card-section .content-box p {
        font-size: 16px;
        margin: 8px 0 15px;
    }

    .earn-business-card-section .content-box .btn {
        width: 100%;
    }

    /* Why Us Section */

    .why-us-section .section-title {
        margin-bottom: 30px;
    }

    .why-us-section__row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
        justify-items: center;
        column-gap: 10px;
    }

    .feature-benefit-card {
        border-radius: 12px;
        padding: 12px !important;
        border-right: none !important;
        width: 100%;
        max-width: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(270deg, #F6F1D1 -63.89%, #B3E4E4 100%);
        gap: 10px;
    }

    .feature-benefit-card__icon img {
        width: 60px;
        height: 60px;
    }

    .feature-benefit-card__title {
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
        text-align: start;
        color: var(--teflie-text-primary);
    }

    /* Active Tips Section */

    .blog-card.slider-mobile.slider-item {
        display: flex;
    }

    .blog-content {
        padding: 16px;
    }

    .blog-thumbnail {
        height: auto;
    }

    .blog-content .blog-read-time,
    .blog-content .blog-excerpt {
        display: none;
    }

    .blog-content .blog-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .blog-content .blog-meta {
        margin-bottom: 10px;
    }

    /* Faqs Section */

    section.faqs-section {
        padding: 0 10px 40px;
    }

    .faqs-section-row .section-summary,
    .faqs-accordion__item label,
    .faqs-accordion__content {
        font-size: 16px !important;
    }

    /* Grow Section */

    .grow-section .ast-container {
        flex-direction: column-reverse;
        gap: 40px;
    }

    section.grow-section {
        padding: 10px 10px 40px;
    }

    .grow-section .image-box {
        padding: 0 10px;
    }

    .grow-section .image-box {
        padding: 0 10px;
    }

    .grow-section .text-box {
        padding: 0 12px;
    }

    .text-box h2 {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .text-box .subtitle {
        font-size: 14px;
        font-weight: 500;
    }

    .text-box p {
        font-size: 14px !important;
        margin-bottom: 20px;
    }

}


/* Course Slider on mobile and  Blog Slider*/

@media screen and (max-width:768px) {

    .custom-slider,
    .custom-slider-blog {
        position: relative;
    }

    .slider-container,
    .slider-container-blog {
        display: flex !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 10px;
    }

    .slider-container::-webkit-scrollbar {
        display: none;
    }

    .slider-item {
        flex: 0 0 90%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        flex-shrink: 0;
    }

    .slider-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .slider-nav-btn {
        background: #fff;
        cursor: pointer;
        transition: all 0.3s ease;
        padding: 0;
    }

    .slider-nav-btn img {
        width: 40px;
        height: 40px;
        transition: transform 0.3s ease;
    }

    .slider-prev img,
    .slider-prev-blog img {
        transform: rotate(180deg);
    }

    .slider-nav-btn:hover:not(.disabled),
    .slider-nav-btn:focus:not(.disabled) {
        background: #000;
        transform: scale(1.05);
    }

    .slider-nav-btn:hover:not(.disabled) img,
    .slider-nav-btn:focus:not(.disabled) img {
        filter: brightness(0) invert(1);
    }

    .slider-nav-btn.disabled,
    .slider-nav-btn:disabled {
        opacity: 0.3;
        cursor: not-allowed;
        border-color: #ccc;
    }

    .slider-nav-btn.disabled:hover,
    .slider-nav-btn:disabled:hover {
        background: #fff;
        transform: none;
    }

    .slider-nav-btn:active:not(.disabled) {
        transform: scale(0.95);
    }

    .teaching-card {
        min-height: 200px;
    }
}