/* =========================
   ROOT VARIABLES
========================= */
:root {

    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --orange: #e99151;
    --logo-blue: #3870c5;
    --blue: #7FAAE6;
    --beige: beige;
}

/* =========================
   GLOBAL
========================= */
body {
    font-family: var(--bs-font-sans-serif);
}

/* =========================
   Nav bar
========================= */
.credibility-bar {
    background-color: var(--orange);
    color: white;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 16px 0;
    display: flex;
    justify-content: center;
}

.credibility-wrap {
    width: 400px;
    max-width: 90%;
    overflow: hidden;
}

.credibility-track {
    display: flex;
    width: max-content;
    animation: credibility-scroll 12s linear infinite;
}

.credibility-text {
    white-space: nowrap;
    padding-right: 40px;
}

@keyframes credibility-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) {
    .credibility-bar {
        font-size: 14px;
        padding: 13px 10px;
    }

    .credibility-wrap {
        width: 100%;
        max-width: 100%;
    }

    .credibility-track {
        animation-duration: 8s;
    }
}

.logo {
    height: 40px;
}

.navbar-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.navbar-powered {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 2px;
    width: 100%;
}

.navbar-powered-label {
    font-size: 10px;
    font-weight: 400;
    color: #888;
    margin-top: 1px;
}

.navbar-powered-brand {
    font-size: 12px;
    font-weight: 600;
    color: #777;
}

.navbar-nav .nav-link {
    color: #4d4d4d !important;
    font-weight: 500;

}


/* Sticky navbar shadow */
.navbar {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: var(--beige);
}

/* Remove border, shadow and outline from hamburger */
.custom-toggler {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
}

.custom-toggler:focus,
.custom-toggler:active {
    box-shadow: none !important;
    outline: none !important;
}

.btn {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 50px;
    background-color: var(--logo-blue) !important;
    border: none;
    font-weight: bold;
}

/* .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: left 0.6s ease;
}


.btn:hover::before {
    left: 130%;
}

.btn:hover {
    transform: translateY(-2px);
} */

/* Mobile adjustments */
@media (max-width: 991.98px) {
    .logo {
        height: 30px;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-nav .nav-link {
        color: #000 !important;
        font-weight: 500;
        text-align: left;
        padding-left: 10px;
    }

    .navbar-powered-brand {
        font-size: 11px;
        font-weight: 600;
        color: #777;
    }

    .navbar-powered-label {
        font-size: 10px;
        font-weight: 400;
        color: #888;
        margin-top: 1px;
    }
}

.tagline {
    margin-top: 0px;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 20px;
    background: #E6F1FB;
    color: #0C447C;
    white-space: nowrap;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

@media (max-width: 991px) {
    .tagline {
        font-size: 9px;
    }
}


/* =========================
   Hero Section
========================= */


.efh-hero-section {
    background: #f8f9fa;
}

.efh-content-wrapper {
    max-width: 550px;
}

.efh-main-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.efh-sub-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: black;
    margin-bottom: 20px;
}

.efh-description {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.efh-rating-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.efh-stars {
    display: flex;
    gap: 4px;
}

.efh-stars i {
    font-size: 20px;
    color: var(--blue);
}

.efh-rating-text {
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.efh-stars {
    font-size: 1.2rem;
}

.efh-rating-text {
    font-weight: 600;
}

.efh-cta-btn {
    color: #fff;
    padding: 14px 20px;
    border-radius: 50px;
    font-size: 16px !important;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.efh-cta-btn:hover {
    color: #fff;
    padding: 14px 20px;
    border-radius: 50px;
    font-size: 16px !important;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.efh-image-wrapper {
    text-align: center;
}

.efh-hero-image {
    max-width: 100%;
}

.efh-highlight-text {
    color: var(--orange);
}

@media (min-width: 992px) {
    .efh-left-col {
        padding-left: 5rem !important;
    }
}

@media (max-width: 991px) {
    .efh-left-col {
        padding: 20px 10px;
    }
}

@media (max-width: 991px) {
    .efh-content-wrapper {
        text-align: center;
        margin-bottom: 30px;
    }

    .efh-rating-box {
        justify-content: center;
    }

    .efh-main-title {
        font-size: 2.3rem;
    }

    .efh-sub-title {
        font-size: 1.4rem;
    }
}




/* =========================
   Does this sound section
========================= */

.dsl-section {
    background: linear-gradient(180deg,
            #F7F2EC 0%,
            #FDFBF8 100%);
}

.dsl-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.dsl-subtitle {
    font-size: 1.15rem;
    color: #667085;
    line-height: 1.7;
}




.dsl-btn {
    display: inline-block;
    background: var(--logo-blue);
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 50px;
    font-weight: bold;
    transition: 0.3s;
    font-size: 16px;
    cursor: pointer;
}

/* 
.dsl-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: left 0.6s ease;
}


.dsl-btn:hover::before {
    left: 130%;
}

.dsl-btn:hover {
    transform: translateY(-2px);
} */

.dsl-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    min-height: 140px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.dsl-card-red {
    border-left: 5px solid #fccaca;
}

.dsl-card-orange {
    border-left: 5px solid #ffe9c1;
}

.dsl-card-green {
    border-left: 5px solid #bbf0d0;
}

.dsl-card-blue {
    border-left: 5px solid #c0d8f0;
}

.dsl-icon-wrap {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.dsl-icon-red {
    background: #fccaca;
    color: #A32D2D;
}

.dsl-icon-orange {
    background: #ffe9c1;
    color: #854F0B;
}

.dsl-icon-green {
    background: #bbf0d0;
    color: #3B6D11;
}

.dsl-icon-blue {
    background: #E6F1FB;
    color: #c0d8f0;
}

.dsl-icon {
    font-size: 2rem;
    line-height: 1;
}

.dsl-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0;
    line-height: 1.5;
}

.dsl-icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.dsl-icon-wrap img {
    width: 40px;
    height: 70px;
    object-fit: contain;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .dsl-title {
        font-size: 28px;
    }

    .dsl-card-title {
        font-size: 1.2rem;
    }

    .dsl-card {
        min-height: auto;
    }
}

.dsl-cta-block {
    text-align: center;
    padding: 25px 32px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
}

.dsl-cta-quote {
    border-left: 4px solid #c63d3d;
    padding-left: 20px;
    text-align: left;
    max-width: 620px;
    margin: 0 auto 24px;
}

.dsl-cta-quote p {
    font-size: 1.15rem;
    font-style: italic;
    color: #444;
    line-height: 1.8;
    margin: 0;
}

.dsl-alone-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fef3f3;
    color: #c63d3d;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid #f5c6c6;
    margin-bottom: 8px;
}

.dsl-alone-badge i {
    font-size: 14px;
}

.dsl-p {
    font-size: 18px;
    color: grey;
}

@media (max-width: 768px) {
    .dsl-cta-block {
        padding: 28px 20px;
    }

    .dsl-cta-quote p {
        font-size: 1rem;
    }
}




/* =========================
   Imagine Speaking English
========================= */

.trf-section {
    background: #f8f9fa;
}

.trf-wrapper {
    overflow: hidden;
    border: 1px solid #eee;
}

.trf-img-col {
    min-height: 420px;
}

.trf-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.trf-content-col {
    background: #fff;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trf-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0 0 6px;
}

.trf-subtitle {
    font-size: 18px;
    color: #888;
    margin: 0 0 24px;
}

.trf-card {
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trf-card-before {
    background: #fff5f5;
    border: 0.5px solid #fccaca;
}

.trf-card-after {
    background: #f0faf4;
    border: 0.5px solid #bbf0d0;
}

.trf-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    display: block;
    margin-bottom: 4px;
}

.trf-label-before {
    color: #c63d3d;
}

.trf-label-after {
    color: #22754a;
}

.trf-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.trf-icon-wrap {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.trf-icon-red {
    background: #FCEBEB;
    color: #A32D2D;
}

.trf-icon-green {
    background: #EAF3DE;
    color: #3B6D11;
}

@media (max-width: 991px) {
    .trf-img-col {
        min-height: 280px;
    }

    .trf-content-col {
        padding: 28px 20px;
    }

    .trf-title {
        font-size: 22px;
    }
}


/* =========================
   Picture Yourself One Month
========================= */

.ptm-section {
    background: linear-gradient(180deg, #F7F2EC 0%, #FDFBF8 100%);
}

.ptm-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ptm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(83, 31, 92, 0.1);
}

.ptm-img-wrap {
    padding: 16px 16px 0;
}

.ptm-img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.ptm-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.ptm-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ptm-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.ptm-icon-wrap {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.ptm-icon-blue {
    background: #E6F1FB;
    color: #185FA5;
}

.ptm-icon-amber {
    background: #FAEEDA;
    color: #854F0B;
}

.ptm-icon-teal {
    background: #E1F5EE;
    color: #0F6E56;
}

.ptm-icon-red {
    background: #FCEBEB;
    color: #A32D2D;
}

.ptm-icon-green {
    background: #EAF3DE;
    color: #3B6D11;
}

.ptm-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
}

.ptm-item-before {
    background: #fff5f5;
    border: 0.5px solid #fccaca;
}

.ptm-item-after {
    background: #f0faf4;
    border: 0.5px solid #bbf0d0;
}

.ptm-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.07em;
    display: block;
}

.ptm-label-before {
    color: #A32D2D;
}

.ptm-label-after {
    color: #3B6D11;
}

.ptm-text {
    font-size: 16px;
    color: #555;
}



/* =========================
   Video Section
========================= */

.vid-section {
    background: #f8f9fa;
}

.video-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 56.25%;
    height: 0;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-container:hover .video-thumbnail {
    transform: scale(1.02);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: #c63d3d;
    border-radius: 50%;
    transition: transform 0.3s ease, background 0.3s ease;
}

.play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 12px 0 12px 22px;
    border-color: transparent transparent transparent #fff;
}

.video-container:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
    background: #a32d2d;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}




/* =========================
   How It Works
========================= */



.hiw-section {
    background: linear-gradient(180deg, #F7F2EC 0%, #FDFBF8 100%);
}

.step-img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-img:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.hiw-eyebrow {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 6px;
}

.hiw-heading {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2.5rem;
}

.step-card {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 1.75rem 1.25rem 1.5rem;
    text-align: center;
    height: 100%;
    transition: border-color 0.2s;
}

.step-card:hover {
    border-color: var(--orange);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.step-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    background: #fff;
    /* box-shadow:
        0 0 20px rgba(221, 166, 0, 0.6),
        0 0 40px rgba(255, 193, 7, 0.4),
        0 0 60px rgba(255, 193, 7, 0.2); */
}

.step-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(217, 187, 52, 0.6)) drop-shadow(0 0 16px rgba(217, 122, 52, 0.4)) drop-shadow(0 0 24px rgba(217, 122, 52, 0.3));
}

.step-num {
    font-size: 13px;
    font-weight: 600;
    color: grey;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.step-label {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
}

.step-sub {
    font-size: 13px;
    color: #888;
    margin: 5px 0 0;
}

.arrow-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 4px;
}

.arrow-col svg {
    opacity: 0.3;
}

.step-arrow-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    opacity: 0.3;
}

/* Desktop: arrow sits between columns */
@media (min-width: 992px) {
    .step-arrow-wrap {
        flex: 0 0 auto;
        padding: 0 4px;
    }
}

/* Mobile/tablet: arrow sits between rows, full width */
@media (max-width: 991px) {
    .step-arrow-wrap {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hiw-heading {
        font-size: 22px;
    }
}




/* =========================
   What You’ll Practice
========================= */
.prac-sec {
    background: #fdf3e7;
}

.whitelearningbox {
    background: #fdf3e7;
    padding: 25px 20px;
    text-align: center;
    width: 100%;
}

.learn-title {
    font-size: 42px;
    font-weight: 700;
    /* color: #0d2240; */
    margin-bottom: 12px;
}

.learn-subtitle {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.kiticon_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.kiticonbox {
    background: #fef9f2;
    border-radius: 16px;
    flex: 1 1 200px;
    max-width: 260px;
    padding: 40px 12px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.icon-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--orange);
    /* orange */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-circle img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    /* makes icons white */
}

.icon-circle2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: var(--logo-blue);
    /* orange */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-circle2 img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    /* makes icons white */
}

.kiticonbox h5 {
    margin: 0;
}

.kiticonbox h5 span {
    font-size: 20px;
    font-weight: 700;
    color: #0d2240;
    line-height: 1.3;
}

.underline {
    display: block;
    width: 35px;
    height: 2px;
    background: #e87722c7;
    border-radius: 2px;
    margin-top: 18px;
}

/* Responsive */
@media (max-width: 1100px) {
    .kiticon_sec {
        gap: 16px;
    }

    .kiticonbox {
        flex: 1 1 180px;
    }
}

@media (max-width: 768px) {
    .learn-title {
        font-size: 30px;
    }

    .learn-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .kiticonbox {
        flex: 1 1 45%;
        max-width: none;
        padding: 30px 15px 40px;
    }
}

@media (max-width: 480px) {
    .kiticonbox {
        flex: 1 1 100%;
    }

    .icon-circle {
        width: 75px;
        height: 75px;
    }
}



/* =========================
   Single Image Section
========================= */

.pfe-section {
    background: #FDFBF8;
}

.pfe-wrap {
    background: #F7F2EC;
    border-radius: 20px;
    padding: 24px;
}

.pfe-img {
    width: 100%;
    display: block;
    border-radius: 20px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .pfe-wrap {
        padding: 14px;
        border-radius: 20px;
    }

    .pfe-img {
        border-radius: 10px;
    }
}


/* =========================
   Why Section
========================= */

.why-section {
    background: #f8f9fa;
}

.why-card-title-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(217, 122, 52, 0.08);
    border: 1px solid rgba(217, 122, 52, 0.15);
    border-radius: 30px;
    padding: 8px 16px;
    margin-bottom: 15px;
    width: 100%;
}

.why-card-title-row i {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #ffead8;
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.why-card-title {
    font-size: 16px;
    font-weight: 700;
    color: black;
    margin: 0;
}

.why-icon-wrap {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #fcf7eb;
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}



.why-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
}

.why-subtitle {
    font-size: 18px;
    color: #4a4a4a;
    margin: 0;
    text-align: center;
}

.why-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.why-img-wrap {
    overflow: hidden;
}

.why-img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    display: block;
    margin-top: 10px;
    transition: transform 0.4s ease;
}

.why-card:hover .why-img {
    transform: scale(1.05);
}

.why-body {
    padding: 20px;
}


.why-card-text {
    font-size: 16px;
    color: #667085;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 768px) {
    .why-title {
        font-size: 24px;
    }

    .why-img {
        margin-top: 10px;
        height: 180px;
    }
}

.why-btn {
    display: inline-block;
    background: var(--logo-blue);
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
    cursor: pointer;
}

/* .why-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: left 0.6s ease;
}


.why-btn:hover::before {
    left: 130%;
}

.why-btn:hover {
    transform: translateY(-2px);
} */






/* =========================
   Your Journey Can Continue
========================= */

.journey-section {
    background: linear-gradient(180deg, #fefcf9 0%, #fff4e9 100%);
}

.journey-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 6px;
    flex-wrap: nowrap;
}

.journey-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 1rem 0.5rem;
    border-radius: 12px;
    flex: 1;
    min-height: 170px;
    /* adjust as needed */
}

.journey-card__left {
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.journey-title {
    margin-top: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}

.journey-card i {
    font-size: 22px;
}

.journey-step {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.6;
    display: block;
    margin-bottom: 10px;
}



.journey-arrow {
    font-size: 18px;
    color: #aaa;
    flex-shrink: 0;
    align-self: center;
}

.journey-img {
    width: 100%;
    border-radius: 12px;
    object-fit: contain;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.journey-img:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

/* Mobile */
@media (max-width: 767px) {
    .journey-title {
        margin-top: 0px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4;
    }

    .journey-row {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .journey-card {
        flex-direction: row;
        text-align: left;
        justify-content: flex-start;
        padding: 1rem 1.25rem;
        gap: 16px;
        flex: unset;
        min-height: 0px;
    }

    .journey-card i {
        font-size: 25px;
    }

    .journey-card__left {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
    }

    .journey-arrow {
        text-align: center;
        padding: 4px 0;
        font-size: 20px;
    }

    /* swap icon content: hide right arrow, show down arrow */
    .journey-arrow .ti-arrow-right::before {
        content: "\ea99";
    }

    /* ti-arrow-down */
}

.journey-card--1 {
    background: #E1F5EE;
    border-color: #5DCAA5;
    color: #085041;
}

.journey-card--2 {
    background: #E6F1FB;
    border-color: #85B7EB;
    color: #0C447C;
}

.journey-card--3 {
    background: #FAEEDA;
    border-color: #EF9F27;
    color: #633806;
}

.journey-card--4 {
    background: #FBEAF0;
    border-color: #ED93B1;
    color: #4B1528;
}

.journey-card--5 {
    background: #EEEDFE;
    border-color: #AFA9EC;
    color: #26215C;
}

.journey-card--6 {
    background: #FAECE7;
    border-color: #F0997B;
    color: #4A1B0C;
}








/* ===============================
   TESTIMONIAL SECTION NEW DESIGN
================================= */

.voice-section {
    background: #fcf8f3;
    padding: 80px 0;
}

.voice-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}

/* Left Side */

.voice-video-area {
    flex: 1.4;
}
.voice-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #e28542;
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: normal;
        font-style: italic;
}

.voice-subtitle .line {
    width: 60px;
    height: 1px;
    background: #e28542;
    display: inline-block;
}

.black-text {
    color: #716e6e;
}

.voice-video-box {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}
.voice-video-box iframe {
    width: 100%;
    height: 500px;
    border: 0;
}

/* Right Side */

.voice-content-area {
    flex: 1;
}

.voice-heart {
    margin-bottom: 4px;
}

.voice-heart img {
    width: 35px;
    height: auto;
    display: block;
}

.voice-heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.voice-sub-heading {
    font-size: 18px;
    font-weight: normal;
    margin-top: 20px;
    font-style: italic;
}

.voice-line {
    width: 80px;
    height: 4px;
    background: #e28542;
    border-radius: 10px;
    margin-bottom: 25px;
}

.voice-quote-box {
    position: relative;
    padding-left: 35px;
}

.quote-left {
    position: absolute;
    top: 0;
    left: 11px;
    width: 20px;
}

.voice-description {
    margin-bottom: 10px;
    font-size: 18px;
}

.quote-inline {
    width: 20px;
    vertical-align: bottom;
    margin-left: 5px;
}

.voice-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.voice-feature-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.voice-feature span {
    font-size: 17px;
    color: #4d4d4d;
    font-weight: 500;
}

.voice-btn {
    display: inline-block;
    padding: 16px 32px;
    background: #eb7d31;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: .3s;
}

.voice-btn:hover {
    background: #d86e24;
    color: #fff;
}

/* Bottom Cards */

.voice-testimonial-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.voice-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.voice-card-content {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

.voice-user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.voice-user img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.voice-user h6 {
    margin: 0;
    font-weight: 600;
}

.voice-user small {
    color: #777;
}

/* Tablet */

@media (max-width: 991px) {

    .voice-wrapper {
        flex-direction: column;
    }

    .voice-heading {
        font-size: 40px;
    }

    .voice-testimonial-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */

@media (max-width: 767px) {



    .voice-heading {
        font-size: 32px;
    }

    .voice-subtitle {
        font-size: 20px;
        text-align: center;
    }

    .voice-testimonial-row {
        grid-template-columns: 1fr;
    }

    .voice-section {
        padding: 50px 0;
    }
    .voice-subtitle .line {
    width: 42px;
    height: 1px;
    background: #e28542;
    display: inline-block;
}
    
}

.voice-video-box {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.voice-video-inner {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 409px;
    cursor: pointer;
}

.voice-video-inner .video-thumb {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.voice-video-inner iframe {
    display: block;
    width: 100%;
    height: 409px;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
}
.voice-video-inner .play-btn {
    pointer-events: none;
}
@media (max-width: 767px) {
    .voice-video-inner {
        width: 100%;
        height: auto !important;
        aspect-ratio: 16 / 9;
        position: relative;
        overflow: hidden;
    }

    .voice-video-inner .video-thumb {
        width: 100%;
        height: 100%;
        object-fit: cover;   /* fills the box, crops instead of leaving bars */
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .voice-video-inner iframe {
        display: block;
        width: 100%;
        height: 100%;
        aspect-ratio: 16 / 9;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

.voice-video-inner:hover .play-btn {
    background: rgba(0, 0, 0, 0.75);
    transform: translate(-50%, -50%) scale(1.08);
}




/* =========================
   FAQ
========================= */

.faq-wrap {
    margin: 0 auto;
}

.faq-main-btn {
    width: 100%;
    background: #f5dcdca6;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    transition: background 0.2s;
}

.faq-main-btn:hover {
    background: #f9f9f9;
}

.faq-main-btn[aria-expanded="true"] {
    border-radius: 12px 12px 0 0;
}

.faq-main-icon {
    font-size: 20px;
    color: #888;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.faq-main-btn[aria-expanded="true"] .faq-main-icon {
    transform: rotate(180deg);
}

.faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    border-top: none;
    border-radius: 0 0 12px 12px;
    background: #ffffff;
}

.faq-panel.open {
    max-height: 900px;
}

.faq-inner {
    padding: 0.5rem 0.75rem 0.75rem;
}

.faq-item {
    border-radius: 8px;
    margin-bottom: 6px;
    overflow: hidden;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-q {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    text-align: left;
    color: #111;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    transition: background 0.2s;
}

.faq-q:hover {
    background: #f5f5f5;
}

.faq-item:last-child .faq-q {
    border-bottom: none;
}

.faq-q-icon {
    flex-shrink: 0;
    font-size: 16px;
    color: #888;
    transition: transform 0.2s ease;
}

.faq-q[aria-expanded="true"] .faq-q-icon {
    transform: rotate(180deg);
}

.faq-ans {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease, padding 0.2s ease;
    padding: 0 1rem;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.faq-ans.open {
    max-height: 200px;
    padding: 0.5rem 1rem 0.75rem;
}

/* Chevron SVG icon */
.chevron {
    width: 18px;
    height: 18px;
    stroke: #888;
    stroke-width: 2;
    fill: none;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.faq-main-btn[aria-expanded="true"] .chevron,
.faq-q[aria-expanded="true"] .chevron {
    transform: rotate(180deg);
}


/* =========================
   For years
========================= */

/* Section */
.challenge-section {
    background: linear-gradient(180deg, #F7F2EC 0%, #FDFBF8 100%);
    padding: 3rem 0;
}

/* Row */
.challenge-section .row {
    justify-content: center;
}

/* Column */
.challenge-section .col-lg-8 {
    text-align: center;
}

/* Image wrapper */
.hero-img-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

/* Image */
.hero-img-wrap img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Content body */
.hero-body {
    background: #ffffff;
    border-radius: 24px;
    padding: 2rem 2rem 1.75rem;
    border: 0.5px solid #ecd1a9;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* Top accent bar */
.hero-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--orange);
    border-radius: 24px 24px 0 0;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 0.5px solid #ecd1a9;
    background: #fef9ed;
    color: black;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 1.5rem;
}

.hero-lines {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

.hero-lines li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    color: black;
    line-height: 1.5;
}

/* Icon circles */
.li-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 14px;
}

.icon-1 {
    background: #EEEDFE;
    color: #534AB7;
}

.icon-2 {
    background: #E1F5EE;
    color: #0F6E56;
}

.icon-3 {
    background: #FAEEDA;
    color: #854F0B;
}

.icon-4 {
    background: #FBEAF0;
    color: #993556;
}

.hero-divider {
    width: 40px;
    height: 3px;
    background: #ecc9a9;
    border-radius: 2px;
    margin: 0 auto 1.5rem;
}

.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--orange);
    color: #EEEDFE;
    border: none;
    border-radius: 50px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, transform 0.1s;
    cursor: pointer;
}

/* .hero-cta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: left 0.6s ease;
}


.hero-cta-btn:hover::before {
    left: 130%;
}

.hero-cta-btn:hover {
    transform: translateY(-2px);
} */


.hero-note {
    margin-top: 12px;
    font-size: 13px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

@media (max-width: 576px) {
    .hero-note {
        flex-direction: column;
        gap: 6px;
    }

    .hero-note-dot {
        display: none;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .challenge-section {
        padding: 2rem 0;
    }

    .hero-img-wrap img {
        height: 220px;
    }

    .hero-cta-btn {
        padding: 12px 20px;
        font-size: 15px;
    }
}


/* =========================
   Footer
========================= */

.footer {
    background: #0d0d0d;
    color: #999;
    padding: 2.5rem 0 0;
    border-top: 2px solid var(--orange);
}

.footer-top {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    gap: 2rem;
    padding-bottom: 2rem;
    border-bottom: 0.5px solid #222;
}

.footer-col {
    display: flex;
    flex-direction: column;
}

/* ---- Left column ---- */
.footer-logo {
    margin-bottom: 10px;
}

.footer-logo-img {
    max-height: 40px;
    width: auto;
    display: block;
}

.footer-tagline {
    font-size: 15px;
    color: #ddd;
    line-height: 1.5;
    margin: 0 0 14px;
    /*max-width: 260px;*/
}

.footer-powered {
    font-size: 12px;
    color: #cdcdcd;
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer-powered i {
    font-size: 13px;
    color: var(--orange);
}

.footer-powered-label {
    font-size: 11px;
    font-weight: 400;
    color: #888;
}

.footer-powered-brand {
    font-size: 12px;
    font-weight: 600;
    color: #ccc;
}

/* ---- Middle column ---- */
.footer-left-stats {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.stat-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.stat-icon {
    width: 25px;
    height: 25px;
    min-width: 25px;
    border-radius: 8px;
    background: #1a1a1a;
    border: 0.5px solid #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon i {
    font-size: 15px;
    color: var(--orange);
}

.stat-text {
    display: flex;
    align-items: center;
}

.stat-title {
    font-size: 15px;
    font-weight: 500;
    color: #ddd;
    line-height: 1.4;
}

/* ---- Right column ---- */
.footer-right-label {
    font-size: 15px;
    color: #ddd;
    margin-bottom: 8px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.footer-right-desc {
    font-size: 15px;
    color: #ddd;
    line-height: 1.5;
    margin: 0 0 14px;
    font-style: italic;
}

.logo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.logo-pill {
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s;
}

.logo-pill:hover {
    border-color: var(--orange);
}

.logo-pill img {
    height: 50px;
    width: auto;
    max-width: 90px;
    object-fit: contain;
    /*opacity: 0.6;*/
    /*transition: opacity 0.2s;*/
}

.logo-pill i {
    font-size: 14px;
    color: var(--orange);
}

/* Bottom: copyright + social left, links right */
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 1rem 0;
}

.footer-copy {
    flex: 1;
    font-size: 15px;
    color: #9d9d9d;
    display: flex;
    align-items: center;
    gap: 4px;
}

.footer-copy i {
    font-size: 13px;
}

.footer-social {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.social-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1a1a1a;
    border: 0.5px solid #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
}

.social-icon:hover {
    background: var(--orange);
    border-color: var(--orange);
}

.social-icon:hover i {
    color: #fff;
}

.social-icon i {
    font-size: 14px;
    color: var(--orange);
    transition: color 0.2s;
}

.footer-links {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
}

.footer-links a {
    font-size: 15px;
    color: #9d9d9d;
    text-decoration: none;
    padding: 0 8px;
}

.footer-links a:hover {
    color: var(--orange);
}

.footer-links span {
    color: #2a2a2a;
}

/* Responsive */
@media (max-width: 900px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .footer-col-right {
        grid-column: 1 / -1;
    }
}

@media (max-width: 600px) {
    .footer-top {
        grid-template-columns: 1fr;
    }

    .footer-col-right {
        grid-column: auto;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .footer-bottom-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}


/* =========================
   Goto Top
========================= */

#goTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #f47c20;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9999;
    transition: all 0.3s ease;
}

#goTopBtn:hover {
    transform: translateY(-3px);
}

section[id] {
    scroll-margin-top: 100px;
}

#faq {
    scroll-margin-top: 100px;
}

/* Mobile */
@media (max-width: 991.98px) {
    section[id] {
        scroll-margin-top: 300px;
    }
}

/* Mobile */
@media (max-width: 991.98px) {
    #faq {
        scroll-margin-top: 300px;
    }
}

/* form Css */

.popupOverlay {
    z-index: 1040;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black overlay */
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif !important;

}

#enrollmentForm {
    background-color: white;
    padding: 20px 20px 15px 20px;
    font-family: 'Poppins', sans-serif !important;
    color: black;
    border-radius: 40px;
    border: solid;
    border-width: 5px;
    border-color: var(--orange);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
    margin: 20px;
    /* Set margin for the form */
    width: 450px;
    /* Set the width to your desired value */
    /*height: 650px;*/
    /* Set the width to 100% */
    /* Set a maximum height for the form */
    overflow-y: auto;
    /* Enable vertical scrolling if the content exceeds the height */
    text-align: left;
    justify-content: center;
    margin-left: 20px;
    /* Align text to the left */
}

#enrollmentForm label {
    /* margin-bottom: 10px;  */

    display: block;
}

#enrollmentForm label h6 {
    /* margin-bottom: 10px;  */
    font-size: 14px;
    font-family: 'Poppins', sans-serif !important;
}

#enrollmentForm input {
    width: 100%;
    /* Set the width to 100% */
    /* Add padding for better appearance */
    margin-bottom: 15px;
    /* Adjust the margin between input boxes */
}


#enrollmentForm input::placeholder {
    font-size: 12px;
    /* Set the font size of the placeholder text */
}

.close-container {
    height: 40px;
    text-align: right;
}

#closeButton {
    font-size: 20px;
    /* background: #0000002e; */
    text-align: right;
    border: none;
    cursor: pointer;
    color: #000;
    /* Ensure it's on a new line */
}

#submitButton {
    width: 70px;
    /* Set the width of the button */
    height: 40px;
    /* Set the height of the button */
    background-color: #4CAF50;
    /* Green background color */
    color: black;
    /* White text color */
    border: none;
    /* Remove border */
    border-radius: 5px;
    /* Add border radius for rounded corners */
    cursor: pointer;
    font-family: 'Poppins', sans-serif !important;
    /* Add a pointer cursor on hover */
}

input[type="number"] {
    /* Adjust the height as needed */
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    appearance: none !important;
    /* Remove default styles for WebKit browsers */
    -moz-appearance: textfield !important;
    /* Firefox */
}

.button1 {
    width: 250px;
    height: 60px;
    background: #F8D11C;
    font-weight: bold;
    border-radius: 16px;
    border: none;
    font-family: 'Poppins', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;

}

.button2 {
    width: fit-content;
    color: white;
    background: var(--orange);
    font-weight: 400;
    border-radius: 50px;
    border: none;
    padding: 14px 20px;
    font-size: 16px;

}

.form-header {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.form-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: transparent;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.close-btn i {
    font-size: 24px;
}

.close-btn:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #000;
    border-color: #bbb;
}

.form-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
}

/* Mobile */
@media (max-width: 767.98px) {
    .form-header h2 {
        text-align: center;
        font-size: 18px;
    }
}





/* =========================
   Why Women Choose ENGLISH4HER
========================= */

.why-women-section {
    background: url("img/english4her-banner.png") no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    height: 37vw;
    /* Adjust until it matches your design */
    max-height: 1000px;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.content-wrapper {
    max-width: 600px;
}

.content-wrapper h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.brand-title {
    font-size: 90px;
    font-weight: 800;
    color: #ff6b00;
    margin-bottom: 25px;
}

.brand-title span {
    color: #1565d8;
}

.heart-divider {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.heart-divider span {
    width: 120px;
    height: 2px;
    background: #ff6b00;
}

.heart-divider i {
    color: #ff6b00;
    font-size: 24px;
}

.content-wrapper p {
    font-size: 23px;
}

.logo-wrapper {
    margin: 20px 0 17px;
}

.english4her-logo {
    max-width: 100%;
    width: 455px;
    height: auto;
    display: block;
}

@media (max-width: 768px) {

    .why-women-section {
        background-image: url("img/english4her-banner-mobile.jpg");
        background-size: cover;
        background-position: center;
        align-items: flex-start;
        padding-top: 18px;
    }

    .content-wrapper h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .english4her-logo {
        width: 220px;
    }

    .content-wrapper {
        text-align: center;
        margin: 0 auto;
    }

    .content-wrapper p {
        font-size: 16px;
        line-height: 1.5;
    }

    .english4her-logo {
        display: inline;
    }
}


/* ===================================
   ENGLISH4HER BENEFITS SECTION
=================================== */

.e4h-benefits-section {
    background: #fef9f5;
}

.e4h-benefit-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 28px;

    height: 100%;

    display: flex;
    align-items: center;
    gap: 24px;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.e4h-benefit-card:hover {
    transform: translateY(-4px);
}

.e4h-benefit-icon {
    flex-shrink: 0;
}

.e4h-benefit-icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
}

.e4h-benefit-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.e4h-benefit-content p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 600;
}

/* ==========================
   Tablet
========================== */

@media (max-width: 991px) {

    .e4h-benefit-card {
        padding: 24px;
    }

    .e4h-benefit-content h3 {
        font-size: 1.5rem;
    }

    .e4h-benefit-content p {
        font-size: 1rem;
    }
}

/* ==========================
   Mobile
========================== */

@media (max-width: 767px) {

    .e4h-benefits-section {
        padding: 60px 0;
    }

    .e4h-benefit-card {
        padding: 20px;
        gap: 16px;
        border-radius: 18px;
    }

    .e4h-benefit-icon img {
        width: 75px;
        height: 75px;
    }

    .e4h-benefit-content h3 {
        font-size: 19px;
        padding: 0 24px 0px 0px;
    }

    .e4h-benefit-content p {
        font-size: 0.9rem;
    }
}




/* ===================================
   Now It’s Your Turn
=================================== */

.your-turn-sec {
    background: #fef8ec;
}

.e4h-yourturn-container {
    margin: 40px auto;
    padding: 0 16px;
}

.e4h-yourturn-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    background: #fef3d6;
    border: 1px solid #f0b95a;
    border-radius: 20px;
    overflow: hidden;
}

.e4h-yourturn-col {
    position: relative;
    padding: 0;
}

.e4h-yourturn-col-image {
    flex: 1 1 45%;
    min-width: 280px;
}

.e4h-yourturn-col-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.e4h-yourturn-col-content {
    flex: 1 1 55%;
    padding: 0px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.e4h-yourturn-deco-heart {
    position: absolute;
    top: -7px;
    right: 110px;
    height: 56px;
    padding: 10px;
}

.e4h-yourturn-deco-sparkle {
    position: absolute;
        bottom: 100px;
    right: 285px;
    height: 32px;
}

@media (max-width: 480px) {
    .e4h-yourturn-deco-heart {
        height: 46px;
        top: -4px;
        right: 16px;
    }

    .e4h-yourturn-deco-sparkle {
        display: none;
    }
}

.e4h-yourturn-heading {
    color: #1b2a4a;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 16px;
}

.e4h-yourturn-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 16px 0;
}

.e4h-yourturn-divider span.line {
    flex: 1;
    height: 2px;
    background: #f0b95a;
}

.e4h-yourturn-divider span.heart {
    color: #f5841f;
    font-size: 20px;
}

.e4h-yourturn-highlight {
    color: #f5841f;
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin: 8px 0 12px;
    letter-spacing: 0.5px;
}

.e4h-yourturn-points {
    margin: 15px 0;
}

.e4h-yourturn-point {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}

.e4h-yourturn-icon {
    flex: 0 0 48px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.e4h-yourturn-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.e4h-yourturn-point p {
    margin: 0;
    color: #1b2a4a;
    font-size: 20px;
    line-height: 1.5;
}

.e4h-yourturn-point p strong {
    color: #f5841f;
}

.e4h-yourturn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--logo-blue);
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    border-radius: 50px;
    font-size: 16px;
    width: fit-content;
    margin: 0;
    cursor: pointer;
    font-weight: bold;
}

.e4h-coffee-strip {
    display: flex;
    align-items: center;
    gap: 18px;
    /*background: #ffedd2;*/
    /*border: 1px solid #f5d9b0;*/
    border-radius: 999px;
    padding: 9px 17px;
    max-width: 350px;
    margin: 13px 0; /* Centers horizontally */
    font-family: inherit;
}


/* Responsive breakpoints */
@media (max-width: 768px) {
    .e4h-yourturn-row {
        flex-direction: column;
        border-radius: 16px;
    }

    .e4h-yourturn-col-image {
        flex: 1 1 100%;
        min-height: 280px;
    }

    .e4h-yourturn-col-content {
        flex: 1 1 100%;
        padding: 32px 18px;
    }

    .e4h-yourturn-cta {
        width: fit-content;
        align-self: center;
    }
}

@media (max-width: 480px) {
    .e4h-yourturn-heading {
        font-size: 22px;
    }

    .e4h-yourturn-highlight {
        font-size: 24px;
    }

    .e4h-yourturn-point p {
        font-size: 18px;
    }
}

.e4h-yourturn-cta-icon {
    font-size: 28px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}










.form-disclaimer {
    font-size: 11px;
    color: #666;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1.5;
    font-weight: normal;
}


/* ===========================
   MESSAGE SECTION
=========================== */

.msg-section {
    background: #fcf8f4;
    overflow: hidden;
}

.msg-header {
    margin-bottom: 25px;
}

.msg-divider,
.msg-small-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.msg-divider span,
.msg-small-divider span {
    width: 140px;
    height: 1px;
    background: #f2b98c;
}

.msg-divider img,
.msg-small-divider img {
    width: 24px;
}

.msg-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.msg-title span {
    color: var(--orange);
}

.msg-subtitle {
    font-size: 18px;
    color: #4a4a4a;
    margin: auto;
}

/* Main Layout */

.msg-wrapper {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 40px;
}

.msg-video-area {
    flex: 1.4;
}

.msg-content {
    flex: 1;
}

.msg-video-box {
    border-radius: 24px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.msg-video-inner {
    border-radius: 24px;
    overflow: hidden;
}

.msg-video-inner iframe {
    display: block;
    width: 100%;
    height: 409px;
    border: none;
}

.msg-content {
    position: relative;
}
/* Thumbnail */
.msg-video-thumbnail {
    position: relative;
    cursor: pointer;
}

.msg-video-thumbnail img {
    width: 100%;
    object-fit: cover;
    display: block;
}


.msg-heart {
    position: absolute;
    top: -52px;
    right: 115px;
}

.msg-heart img {
    width: 60px;
    transform: rotate(342deg);
}

.msg-text {
    font-size: 18px;
    margin-bottom: 25px;
}

.msg-text span {
    color: #f07d2c;
    font-weight: 600;
}

.msg-highlight-box {
    background: #f7efe7;
    border-radius: 18px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.msg-highlight-icon img {
    width: 70px;
}

.msg-watch-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.msg-play-circle {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.msg-play-circle i {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    margin-left: 2px;
    /* optional for visual centering */
}

.msg-watch-row h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.msg-watch-row p {
    font-size: 18px;
    color: #333;
}

/* Bottom CTA */

.msg-cta {
    background: #f8efe6;
    border-radius: 24px;
    padding: 25px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.msg-cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.msg-gift-icon img {
    width: 70px;
}

.msg-cta-left p {
    margin: 0;
    font-size: 20px;
}

.msg-cta-left span {
    color: #f07d2c;
    font-weight: 700;
}

.msg-btn {
    background: #f07d2c;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
}

.msg-btn:hover {
    color: #fff;
}


/* Responsive */

@media(max-width:991px) {

    .msg-wrapper {
        flex-direction: column;
    }

    .msg-title {
        font-size: 42px;
    }

    .msg-video-box iframe {
        height: 350px;
    }

    .msg-cta {
        flex-direction: column;
        text-align: center;
    }

    .msg-cta-left {
        flex-direction: column;
    }
}

@media(max-width:767px) {

    .msg-title {
        font-size: 34px;
    }

    .msg-subtitle {
        font-size: 18px;
    }

    .msg-text {
        font-size: 18px;
    }

    .msg-watch-row h4 {
        font-size: 24px;
    }

    .msg-watch-row p {
        font-size: 16px;
    }

    .msg-cta-left p {
        font-size: 18px;
    }

    .msg-btn {
        width: 100%;
        text-align: center;
    }

    .msg-video-box iframe {
        height: auto;
        aspect-ratio: 16 / 9;
    }
    
    
}

@media (max-width: 767px) {
    .msg-section .container {
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .msg-wrapper {
        width: 100%;
        margin: 0;
    }

    .msg-video-area {
        width: 100%;
        flex: none;
    }

    .msg-video-box {
        width: 100%;
    }
}




.e4h-yourturn-note {
    margin-top: 12px;
    font-size: 14px;
    text-align: left;
    color: #666;
}





.e4h-coffee-divider {
    width: 1px;
    height: 28px;
    background: #e8c89a;
    flex-shrink: 0;
}

.e4h-coffee-text {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #3a2a1a;
    line-height: 1.4;
}

.e4h-coffee-highlight {
    color: #e8772e;
}

@media (max-width: 480px) {
    .e4h-coffee-strip {
        padding: 12px 18px;
        gap: 12px;
    }
    .e4h-coffee-text {
        font-size: 14px;
    }
}
.e4h-coffee-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    object-fit: contain;
}


.orange{
    color:var(--orange);
}
}