﻿
/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Gotham';
    line-height: 1.6;
    color: #2b2a2a;
    background-color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
}

/* Layout components */
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0px auto;
    /* display: flex; */
    padding: 0px 20px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

/* Header */
.header {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    z-index: 100;
    padding: 2px 10px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 40px;
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.15);
}



.logo {
    width: 158px;
    height: 94px;
}

.nav-menu {
    display: none;
    gap: 4px;
}

.nav-item {
    font-size: 18px;
    font-weight: 300;
    color: #2b2a2a;
    text-decoration: none;
    padding: 8px 12px;
    transition: color 0.3s ease;
}

    .nav-item:hover {
        color: #936800;
        background-color: #F8EAC8;
        border-radius: 30px;
    }

.language-selector {
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #eaeaea;
    border-radius: 30px;
    padding: 0px 18px;
}


.login-nav-item2 {
    font-family: 'Gotham';
    font-weight: 500;
    font-size: 18px;
    color: #121212;
    background-color: #ffb703;
    border-radius: 30px;
    border-color: #000000;
    width: 130px;
    height: 42px;
    text-align: center;
}

    .login-nav-item2:hover {
        transform: translateY(0px);
        background-color: #000000;
        color: white;
    }
        .hamburger {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.spark-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff8ea;
    box-shadow: 30px 30px 200px #00000019;
}

/* Slides container */
.carousel-track {
    display: flex;
    transition: ease;
}


html, body {
    overflow-x: hidden;
}


/* Individual slide */
.carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
}

/* Shared slide layout */
.slide-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px 30px;
}

.hero-para {
    color: #2b2a2a;
    width: 642px;
    height: 120px;
    font-size: 30px;
    font-weight: 300;
    line-height: 100%
}

.heading-top{
    font-weight:800;
}
/* Layout — text left, image right */
.slide-split {
    display: flex;
    align-items: center;
    gap: 200px;
    padding: 80px 40px;
}

/* text column */
.slide-text {
    flex: 1;
    max-width: 600px;
}

/* image column */
.slide-image-wrap {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.slide-image {
    width: 420px;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
}

/* your original text style */
.hero-para3 {
    font-size: 30px;
    color: #282828;
    font-weight: 600;
    line-height: 1.4;
}

.hero-para6 {
    font-size: 36px;
    color: #282828;
    font-weight: 600;
    line-height: 1.4;
}

.slide-text {
    max-width: 520px;
    color: #282828;
    font-size: 42px;
    line-height: 150%;
}

.slide-image {
    width: 420px;
    border-radius: 20px;
}

/* Dots */
.carousel-dots {
    position: relative;
    z-index: 5;
    margin-top: -130px; /* overlaps next section */
    display: flex;
    justify-content: center;
    gap: 8px;
}


    .carousel-dots button {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: none;
        background: #d6d6d6;
        cursor: pointer;
    }

        .carousel-dots button.active {
            background: #ffb70b;
            width: 16px;
            height: 16px;
            border-color: #171717;
            border-style: solid;
        }

/* Mobile stack */
@media (max-width: 900px) {
    .slide-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .slide-image {
        width: 80%;
    }
}

/* Hero Section */
.hero-section {
    background-color: #fff8ea;
    padding: 80px 0;
    margin-top: -2px;
    box-shadow: 30px 30px 200px #00000019;
    margin-bottom: 72px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0 56px;
}

.hero-text-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    width: 100%;
}

.hero-title {
    font-size: 24px;
    font-weight: 400%;
    line-height: 1.2;
    text-align: center;
    color: #282828;
    width: 100%;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    padding-top: 30px;
}

.Portal-icon {
    width: 132px;
    height: 132px;
}

.Portal-icon2 {
    width: 132px;
    height: 132px;
    margin-top: 150px;
}

.Portal-icon3 {
    width: 132px;
    height: 132px;
    margin-top: 230px;
}

.Portal-icon4 {
    width: 132px;
    height: 132px;
    margin-bottom: 200px;
}

.Portal-icon5 {
    width: 132px;
    height: 132px;
    margin-top: 200px;
}

.Portal-icon6 {
    width: 132px;
    height: 132px;
    margin-top: 200px;
}

.btn-primary {
    background-color: #ffb70b;
    border-radius: 30px;
    padding: 8px 20px 8px 20px;
    color: #2b2a2a;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-secondary {
    background-color: transparent;
    border: 1px solid #2b2a2a;
    border-radius: 30px;
    padding: 8px 20px 8px 20px;
    color: #2b2a2a;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    transition: all 0.3s ease;
}

    .btn-primary:hover, .btn-secondary:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

.hero-image {
    width: 50%;
    max-width: 534px;
    border-radius: 16px;
}

/* Why Spark Section */
.why-spark-section {
    margin-top:8rem;
    width: 1440px;
    padding: 20px 20px;
    background-image: url('Images/Img/img_.png');
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    margin: 50px auto;
}

.section-header {
    text-align: justify;
    margin-bottom: 0px
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #0a0a0a;
    background-image: url('/img/img_vector_12.svg');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-subtitle {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    margin-bottom: 24px;
}

.capabilities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 16px;
    width: 88%;
    margin: 0 auto;
}

/* CARD */
.capability-card {
    position: relative;
    height: 220px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

/* FRONT CONTENT */
.card-front {
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    z-index: 2;
    position: relative;
}

.capability-icon {
    width: 130px;
    height: 130px;
}

.capability-title {
    font-size: 18px;
    font-weight: 400;
    color: #2b2a2a;
}

.capability-arrow {
    width: 30px;
    height: 30px;
}

/* HOVER PANEL */
.card-hover {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #FFF9EB;
    border: 3px solid #ffb703;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: bottom .35s cubic-bezier(.25,.8,.25,1);
}

    .card-hover h4 {
        margin-bottom: 8px;
        font-size: 18px;
        font-weight: 600;
        color: #2b2a2a;
        text-align: center;
    }

    .card-hover p {
        font-size: 18px;
        line-height: 1.5;
        color: #2b2a2a;
        align-items: center;
        text-align: center;
        font-weight: 300;
    }

/* HOVER ACTION */
.capability-card:hover .card-hover {
    bottom: 0;
}

/* subtle lift */
.capability-card:hover {
    box-shadow: 0 10px 28px rgba(0,0,0,.15);
}
/* FRONT CONTENT */
.card-front {
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    z-index: 2;
    position: relative;
    transition: opacity 0.35s ease, transform 0.35s ease; /* add transition */
}

/* hide front on hover */
.capability-card:hover .card-front {
    opacity: 0; /* fade out */
    transform: translateY(-20px); /* subtle move up */
    pointer-events: none; /* prevent clicks on hidden content */
}


/* ---------------------- GLOBAL RESET ---------------------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Gotham';
    background-color: #ffffff;
    line-height: 1.6;
}

#root {
    width: 100%;
    min-height: 100vh;
}

/* ---------------------- HEADER ---------------------- */
.header {
    position: relative;
    width: 100%;
    height: 120px; /* 👈 reduce height (adjust if needed) */
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
}

/* background image */
.header-bg-image {
    width: 1440%;
    height: 80px;
    object-fit: contain; /* 👈 prevents extra vertical space */
    display: block;
}

/* heading */
.header-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 600;
    color: #2b2a2a; /* match your image text */
    background: transparent;
}

/* ---------------------- FEATURE CARD ---------------------- */
.feature-card {
    width: 100%;
    height: 530px;
    align-items: center;
}

    .feature-card.left {
        flex-direction: row;
    }

    .feature-card.right {
        flex-direction: row;
        justify-content: end;
    }

.feature-image-container {
    flex-shrink: 0;
}

.feature-image {
    width: 222px;
    height: auto;
    max-height: 155px;
    object-fit: contain;
    border-radius: 8px;
}

.feature-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
}

.feature-card.left .feature-content {
    align-items: flex-start;
    text-align: left;
}

.feature-card.right .feature-content {
    align-items: flex-start;
    text-align: left;
}

.feature-title {
    font-size: 16px;
    font-weight: 350;
    line-height: 19.2px;
    margin: 0;
    white-space: pre-line;
}

.feature-description {
    font-size: 14px;
    font-weight: 325;
    line-height: 16.8px;
    margin: 0;
    text-align: justify;
}

/* ---------------------- MAIN WRAPPER ---------------------- */
.parent-companion {
    .feature-card

{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0px 0px;
    height: 200px;
    background-color: #ffffff;
    margin: 0;
}

/* LEFT SIDE TEXT */
.feature-content {
    width: 50%;
}

/* RIGHT SIDE IMAGE */
.feature-image-container {
    display: flex;
}

.feature-image {
    max-width: 100%;
    height: auto;
}

}

.features-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-card {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    margin-bottom: 80px;
    border-radius: 24px;
    overflow: hidden;
}

    .feature-card.left {
        flex-direction: row;
    }

    .feature-card.right {
        flex-direction: row-reverse;
    }

.feature-image-container,
.feature-content {
    opacity: 0;
    transition: all 0.8s ease;
}

/* left cards */
.feature-card.left .feature-image-container,
.feature-card.left .feature-content {
    transform: translateX(-80px);
}

/* right cards */
.feature-card.right .feature-image-container,
.feature-card.right .feature-content {
    transform: translateX(80px);
}

.feature-card.show .feature-image-container,
.feature-card.show .feature-content {
    opacity: 1;
    transform: translateX(0);
}

.feature-card.show .feature-content {
    transition-delay: 0.15s;
}








/* ---------------------- RESPONSIVE ---------------------- */
@media (max-width: 768px) {
    .header {
        height: auto;
        padding: 20px 0;
    }

    .header-bg-image {
        width: 100%;
        max-width: 400px;
        height: auto;
    }

    .header-title {
        font-size: 28px;
        line-height: 34px;
    }

    .feature-card {
        height: auto;
        flex-direction: column !important;
        gap: 16px;
        padding: 20px;
        border-radius: 12px;
        background-color: #f9f9f9;
    }

    .feature-image {
        width: 100%;
        max-width: 200px;
    }

    .feature-content {
        max-width: 100%;
        align-items: center !important;
        text-align: center !important;
    }

    .parent-companion {
        padding: 20px;
        gap: 20px;
    }

    .features-container {
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .header-title {
        font-size: 24px;
        line-height: 29px;
    }

    .header-bg-image {
        max-width: 300px;
    }

    .feature-card {
        padding: 16px;
        gap: 12px;
    }

    .feature-title {
        font-size: 14px;
        line-height: 17px;
    }

    .feature-description {
        font-size: 12px;
        line-height: 14.4px;
    }
}

/* Spark Approach Section */
body {
    font-family: 'Gotham';
    margin: 0;
    background: #fff;
}

.spark-section {
    padding: 0px 160px
}

/* ===== TABS ===== */
.spark-tabs {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}

.spark-tab {
    text-align: center;
    cursor: pointer;
    padding: 25px 30px;
    border-radius: 24px;
    transition: 0.3s;
}

.spark-
.spark-tab img {
    width: 110px;
}

.spark-tab p {
    margin-top: 10px;
    font-weight: 600;
}

.spark-tab.active {
    background: #ffb703;
}



/* ===== CONTENT ===== */
.spark-content-wrapper {
    position: relative;
    color: #000;
}

.spark-content {
    display: none;
    align-items: flex-start;
    gap: 60px;
}

    .spark-content.active {
        display: flex;
    }

.spark-left {
    width: 55%;
    height: 347px;
}

.spark-right {
    width: 45%;
}

    .spark-right img {
        width: 100%;
        border-radius: 14px;
    }

.spark-content2 {
    font-weight: 300;
    margin-bottom: 10px;
}

.medium2 {
    font-weight: 300;
}

.medium3 {
    font-weight: 300;
}

.bold {
    font-weight: 500;
    margin-bottom: 0px;
}

.medium1 {
    font-weight: 300;
}

.spark-list {
    padding-left: 18px;
    margin-bottom: 20px;
}

    .spark-list li {
        margin-bottom: 8px;
    }

.red {
    color: red;
}

.purple {
    color: purple;
}

.blue {
    color: blue;
}

.spark-icons p {
    margin: 8px 0;
}


.spark-icons {
    margin-top: 0px;
}

.spark-icon-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
}

    .spark-icon-item img {
        width: 28px; /* adjust if needed */
        height: 28px;
        object-fit: contain;
    }

    .spark-icon-item p {
        margin: 0;
        font-size: 15px;
        font-style: italic;
    }

/* DOTS */
.spark-dots {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
}

.dot {
    width: 14px;
    height: 14px;
    background: #d9d9d9;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

    .dot.active {
        background: #ffb703;
    }

/* ===== BADGES ===== */
.spark-badges {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    margin-left: 881px;
}

    .spark-badges span {
        background: #ffb703;
        padding: 10px 18px;
        border-radius: 20px;
        font-size: 12px;
        color: #2b2a2a;
        font-weight: 300;
    }

.spark-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin-bottom: 30px;
   /* margin-top: -40px;*/
}

.spark-tab {
    width: 260px;
    padding: 28px;
    border-radius: 26px;
    text-align: center;
    cursor: pointer;
    background: transparent;
    transition: all 0.3s ease;
    pointer-events: auto;
}

    .spark-tab img {
        width: 140px;
        height: auto;
        display: block;
        margin: 0 auto;
        pointer-events: none; /* important */
    }

    .spark-tab p {
        margin-top: 14px;
        font-weight: 500;
        color: #000;
        pointer-events: none; /* important */
    }

    .spark-tab.active {
        background: #ffb703;
    }

.spark-content {
    display: none;
    gap: 60px;
}

    .spark-content.active {
        display: flex;
    }


/* Why Choose Section */
.why-choose-section {
    background-color: #fff8ea;
    padding: 20px 0;
}

.feature-card2 {
    background-color: #ffe4a4;
    border-radius: 12px;
    padding: 50px;
}

.feature-title {
    font-size: 18px;
    font-weight: 00;
    line-height: 1.2;
    color: #2b2a2a;
    margin-bottom: 0px;
}

.feature-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: #2b2a2a;
    margin-bottom: 18px;
}

.feature-highlight {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    color: #2b2a2a;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.skill-card {
    background-color: #fff9e9;
    border-radius: 14px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.skill-icon {
    width: 68px;
    height: 70px;
}

.skill-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #2b2a2a;
}

.skill-card {
    border: 2px solid transparent;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

    /* Hover effect */
    .skill-card:hover {
        border-color: #141414; /* Spark yellow */
        background-color: #fbebbd; /* Soft yellow hover */
    }

.skill-card {
    transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

    .skill-card:hover {
        transform: translateY(-4px);
    }

.skill-card {
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

    .skill-card:hover {
        transform: scale(1.06);
        box-shadow: 0 10px 24px rgba(10, 0, 0, 0.10);
    }



.benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
}

.benefit-card {
    background-color: #ffe4a4;
    border-radius: 12px;
    padding: 28px 28px;
}

/* Trusted Schools Section */
.trusted-schools-section {
    background-color: #4e3425;
    border-radius: 12px;
    padding: 20px 20px;
    margin: 52px 24px;
    display: none;
}

.schools-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    width: 94%;
    margin: 24px auto;
}

.school-card {
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .school-card.featured {
        background-color: #f3e8ff;
        border-color: #ffb70b;
        box-shadow: 0px 3px 8px #00000019;
    }

.school-icon {
    width: 64px;
    height: 64px;
}

.school-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #2b2a2a;
}

/* FAQ Section */
.faq-section {
    padding: 00px 150px;
}

.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 24px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-text {
    font-size: 18px;
    font-weight: 400;
    color: #2b2a2a;
    transition: color 0.3s;
}

.faq-icon {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.faq-answer {
    width:80rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

    .faq-answer p {
        margin-top: 16px;
        font-size: 16px;
        line-height: 28px;
        color: #2C2B2B;
        font-weight: 300;
    }

/* OPEN STATE (like Figma component) */
.faq-item.active .faq-text {
    color: #b07a00;
    text-decoration: underline;
    font-weight: 400;
}

.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.faq-item {
    border-bottom: 2px solid #f2f2f2;
    padding: 16px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 88%;
    cursor: pointer;
}

.faq-text {
    font-size: 18px;
    font-weight: 400;
    color: #2b2a2a;
}

.faq-icon {
    width: 24px;
    height: 24px;
}

.read-more-btn {
    background-color: #ffb70b;
    border-radius: 30px;
    padding: 6px 30px 6px 30px;
    color: #2d2929;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    width: fit-content;
}

/* Footer */
.footer {
    background-color: #171717;
    padding: 10px 10px 10px 160px;
    width: 100%;

}


.footer-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 4px 0;
    width: 1440px;
}

.footer-main {
    display: flex;
    flex-direction: column;
    gap: 174px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.footer-logo {
    width: 182px;
    height: 108px;
    border-radius: 12px;
}

.footer-description {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    color: #FFB70B;
}

.social-links {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 40px;
    height: 40px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-icon {
    background-color: #ffb70b;
    border-radius: 20px;
    padding: 8px;
    width: 40px;
    height: 40px;
}

.contact-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    color: #ffffff;
}

.footer-links {
    padding: 120px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 100px;
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-section-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffb70b;
}

.footer-link {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.25;
    color: #ffffff;
    text-decoration: none;
    transition: color 0s ease;
}

    .footer-link:hover {
        color: #ffb70b;
    }

.footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.footer-bottoms-made-love {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 0px;
    align-items: center;
}

.desktop-endicators-elm {
    gap: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
}

/* Interactive states */
.btn-primary:hover {
    background-color: #936800;
    transform: translateY(-2px);
    color: #ffffff;
}

/* Hover — only text + icon change */
.btn-secondary:hover {
    background-color: #936800; /*  change background */
    color: #ffffff; /* white text + icon */
}



.read-more-btn {
    background-color: #ffb70b; /* yellow button stays same */
    color: #2b2b2b; /* default text & icon color */
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 8px 18px;
    border-radius: 30px;
    text-decoration: none;
    transition: .2s;
}

    /* Hover — only text + icon change */
    .read-more-btn:hover {
        background-color: #936800; /*  change background */
        color: #ffffff; /* white text + icon */
    }

.arrow-icon {
    width: 22px;
    height: 22px;
    color: currentColor; /* inherits from button */
    transition: .2s;
}




.school-card:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.faq-text:hover {
    color: #936800;
    font-weight: 500;
}



/* Responsive media queries */
@media (min-width: 640px) {

    /* padding: 0 24px; */
}

.hero-title {
    font-size: 28px;
}

.hero-buttons {
    flex-direction: row;
    justify-content: center;
}

.capabilities-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.skills-grid {
    grid-template-columns: repeat(3, 1fr);
}

.schools-grid {
    grid-template-columns: repeat(2, 1fr);
}

.section-title {
    font-size: 28px;
}


@media (min-width: 768px) {

    /* padding: 0 32px; */
}

.hamburger {
    display: none;
}

.nav-menu {
    display: flex;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: left;
    padding: 2%;
    padding-left: 0%;
    flex-direction: row;
    align-items: left;
    justify-content: left;
    flex-direction: row;
    align-items: left;
    justify-content: left;
}

.hero-text-section {
    align-items: flex-start;
}

.hero-title {
    font-size: 32px;
    text-align: left;
    width: 642px;
}

.hero-buttons {
    flex-direction: row;
    justify-content: flex-start;
}

.portal-icon {
    display: block;
}

.capabilities-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.approach-content {
    flex-direction: row;
    gap: 30px;
}

.approach-visual {
    flex-direction: column;
    align-items: center;
}

.approach-description {
    width: 58%;
}

.benefits-grid {
    flex-direction: row;
    gap: 30px;
}

.footer-main {
    flex-direction: row;
    justify-content: space-between;
    width: 1440px;
}

.footer-brand {
    width: 38%;
}

.footer-links {
    flex-direction: row;
    width: 60%;
    margin-top: 0;
}


@media (min-width: 1024px) {
    .hero-title1 {
        font-size: 42px;
        font-weight: 600;
        color: #282828;
        line-height: 120%;
    }

    .section-title {
        font-size: 36px;
    }

    .schools-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .skills-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* <!-- Footer Css --> */
.desktop-spark-journey-thq-image51-elm {
    width: 182px;
    height: 108px;
    border-radius: 16px;
}

.desktop-spark-journey-thq-text-elm35 {
    color: rgb(255, 183, 11);
    height: auto;
    font-size: 16px;
    align-self: stretch;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-social-links-elm {
    gap: 20px;
    display: flex;
    align-items: flex-start;
}

.desktop-spark-journey-thq-facebook-elm {
    width: 40px;
    height: 40px;
}

.desktop-spark-journey-thq-instagram-elm {
    width: 40px;
    height: 40px;
}

.desktop-spark-journey-thq-x-elm {
    width: 40px;
    height: 40px;
}

.desktop-spark-journey-thq-linked-in-elm {
    width: 40px;
    height: 40px;
}

.desktop-spark-journey-thq-youtube-elm {
    width: 40px;
    height: 40px;
}

.desktop-spark-journey-thq-frame247-elm {
    gap: 20px;
    width: 286px;
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
}

.desktop-spark-journey-thq-frame244-elm {
    gap: 12px;
    display: flex;
    align-items: center;
}

.desktop-spark-journey-thq-frame241-elm {
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-shrink: 0;
}

.desktop-spark-journey-thq-ellipse3-elm1 {
    top: 0.4228515625px;
    left: 0px;
    width: 40px;
    height: 40px;
    position: absolute;
}

.desktop-spark-journey-thq-bxphone-elm {
    top: 10.4228515625px;
    left: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
}

.desktop-spark-journey-thq-text-elm36 {
    color: var(--dl-color-default-white);
    height: auto;
    font-size: 16px;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 150%;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-frame245-elm {
    gap: 12px;
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
}

.desktop-spark-journey-thq-frame242-elm {
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-shrink: 0;
}

.desktop-spark-journey-thq-ellipse3-elm2 {
    top: 0.4228515625px;
    left: 0px;
    width: 40px;
    height: 40px;
    position: absolute;
}

.desktop-spark-journey-thq-emailoutline-elm {
    top: 10.4228515625px;
    left: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
}

.desktop-spark-journey-thq-text-elm37 {
    color: var(--dl-color-default-white);
    height: auto;
    font-size: 16px;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 150%;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-frame246-elm {
    gap: 12px;
    display: flex;
    align-items: center;
}

.desktop-spark-journey-thq-frame243-elm {
    width: 40px;
    height: 40px;
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-shrink: 0;
}

.desktop-spark-journey-thq-ellipse3-elm3 {
    top: 0.4228515625px;
    left: 0px;
    width: 40px;
    height: 40px;
    position: absolute;
}

.desktop-spark-journey-thq-locationpoint-elm {
    top: 10.4228515625px;
    left: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
}

.desktop-spark-journey-thq-text-elm38 {
    color: var(--dl-color-default-white);
    height: auto;
    font-size: 16px;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 150%;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-frame237-elm {
    gap: 30px;
    height: 476px;
    display: flex;
    padding: 120px 60px;
    align-items: flex-start;
    flex-shrink: 0;
}

.desktop-spark-journey-thq-frame232-elm {
    gap: 10px;
    width: 150px;
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
}

.desktop-spark-journey-thq-frame238-elm {
    gap: 10px;
    display: flex;
    padding: 0 10px;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}

.desktop-spark-journey-thq-text-elm39 {
    color: var(--dl-color-default-yellow);
    height: auto;
    flex-grow: 1;
    font-size: 18px;
    font-style: Medium;
    text-align: left;
    font-weight: 500;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-frame229-elm {
    gap: 10px;
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
}

.desktop-spark-journey-thq-footer-elm1 {
    gap: 10px;
    width: 143px;
    height: 32px;
    display: flex;
    padding: 10px;
    align-items: center;
    flex-shrink: 0;
}

.desktop-spark-journey-thq-text-elm40 {
    color: rgba(255, 255, 255, 1);
    height: auto;
    font-size: 16px;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-footer-elm2 {
    gap: 10px;
    display: flex;
    padding: 10px;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
}

.desktop-spark-journey-thq-text-elm41 {
    color: rgba(255, 255, 255, 1);
    height: auto;
    font-size: 16px;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-footer-elm3 {
    gap: 10px;
    display: flex;
    padding: 10px;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
}

.desktop-spark-journey-thq-text-elm42 {
    color: rgba(255, 255, 255, 1);
    height: auto;
    font-size: 16px;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-footer-elm4 {
    gap: 10px;
    width: 173px;
    height: 32px;
    display: flex;
    padding: 10px;
    align-items: center;
    flex-shrink: 0;
}

.desktop-spark-journey-thq-text-elm43 {
    color: rgba(255, 255, 255, 1);
    height: auto;
    font-size: 16px;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-frame233-elm {
    gap: 10px;
    width: 183px;
    display: flex;
    padding: 42px 0 0;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
    width: 150px;
}

.desktop-spark-journey-thq-frame230-elm {
    gap: 10px;
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
}

.desktop-spark-journey-thq-footer-elm5 {
    gap: 10px;
    display: flex;
    padding: 10px;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
    width: 150px;
}

.desktop-spark-journey-thq-text-elm44 {
    color: rgba(255, 255, 255, 1);
    height: auto;
    font-size: 16px;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-footer-elm6 {
    gap: 10px;
    display: flex;
    padding: 10px;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
    width: 150px;
}

.desktop-spark-journey-thq-text-elm45 {
    color: rgba(255, 255, 255, 1);
    height: auto;
    font-size: 16px;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-footer-elm7 {
    gap: 10px;
    display: flex;
    padding: 10px;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
    width: 150px;
}

.desktop-spark-journey-thq-text-elm46 {
    color: rgba(255, 255, 255, 1);
    height: auto;
    font-size: 16px;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-frame234-elm {
    gap: 10px;
    width: 113px;
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
}

.desktop-spark-journey-thq-frame240-elm {
    gap: 10px;
    display: flex;
    padding: 0 10px;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}

.desktop-spark-journey-thq-text-elm47 {
    color: var(--dl-color-default-yellow);
    height: auto;
    flex-grow: 1;
    font-size: 18px;
    font-style: Medium;
    text-align: left;
    font-weight: 500;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-frame231-elm {
    gap: 10px;
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
}

.desktop-spark-journey-thq-footer-elm8 {
    gap: 10px;
    display: flex;
    padding: 10px;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
}

.desktop-spark-journey-thq-text-elm48 {
    color: rgba(255, 255, 255, 1);
    height: auto;
    font-size: 16px;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-footer-elm9 {
    gap: 10px;
    display: flex;
    padding: 10px;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}

.desktop-spark-journey-thq-text-elm49 {
    color: rgba(255, 255, 255, 1);
    height: auto;
    font-size: 16px;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-text-elm50 {
    color: rgba(255, 255, 255, 1);
    height: auto;
    font-size: 16px;
    align-self: stretch;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-text-elm51 {
    color: rgba(255, 255, 255, 1);
    height: auto;
    font-size: 16px;
    align-self: stretch;
    font-style: Book;
    text-align: left;
    font-weight: 300;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}

.desktop-spark-journey-thq-text-elm52 {
    color: rgb(255, 255, 255);
    width: 1192px;
    height: 30px;
    font-size: 16px;
    font-style: Book;
    text-align: center;
    font-weight: 300;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
    width: 100%;
}

.desktop-spark-journey-thq-text-elm53 {
    color: rgba(255, 255, 255, 1);
}

.desktop-spark-journey-thq-text-elm54 {
    color: rgba(237, 28, 36, 1);
}


@media (min-width: 1440px) {
    .container {
        max-width: 1398px;
        gap: 20px;
    }
}







/* ===== Page Loader ===== */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* 🔹 Added for fade */
    transition: opacity 0.8s ease-in-out;
}

.loader-content {
    text-align: center;
    /* 🔹 Added for shrink */
    transition: transform 0.8s ease-in-out, opacity 1.4s ease-in-out;
}

    .loader-content img {
        width: 300px;
        animation: pulse 10.6s ease infinite;
    }

.loading-text {
    margin-top: 12px;
    font-size: 16px;
    color: #242321;
    letter-spacing: 2px;
}

    .loading-text span {
        animation: blink 2.5s infinite;
    }

        .loading-text span:nth-child(1) {
            animation-delay: 1s;
        }

        .loading-text span:nth-child(2) {
            animation-delay: 1.4s;
        }

        .loading-text span:nth-child(3) {
            animation-delay: 1.8s;
        }

/* 🔹 Exit animation state */
#page-loader.hide {
    opacity: 0;
}

    #page-loader.hide .loader-content {
        transform: scale(0.6);
        opacity: 0;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.85;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


