@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

html {
    scroll-behavior: smooth;
}

:root {
    --pClr: #B83DBA;
    --sClr: #2C2A50;
    --tClr: #2C072C;
    --lClr: #F7F6EE;
    --prClr: #FD8DFF;
    --bClr: #3EB7D8;
    --dClr: #000;
    --wClr: #fff;
    --br: 10px;
    --fnt: 'Lexend Deca', sans-serif;
    --fs12: 12px;
    --fs14: 14px;
    --fs15: 15px;
    --fs16: 16px;
    --fs18: 18px;
    --fs20: 20px;
    --fs22: 22px;
    --fs24: 24px;
    --fs26: 26px;
    --fs28: 28px;
    --fs30: 30px;
    --fs32: 32px;
    --fs34: 34px;
    --fs36: 36px;
    --fs38: 38px;
    --fs40: 40px;
    --fs42: 42px;
    --fs44: 44px;
    --fs46: 46px;
    --fs50: 50px;
    --fs70: 70px;
    --ts: all 0.5s ease-in-out;
}

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

body {
    font-family: var(--fnt);
    background-color: var(--lClr);
    color: var(--dClr);
}

.text-purple {
    color: var(var(--pClr));
}

.navbar {
    background: #FFFFFF;
    /* Soft shadow to match floating card look */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    border-radius: 10px !important;
    /* Force pill shape */
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    border: 3px solid #250E251A;
}

.navbar-light {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 3px solid rgb(37 14 37 / 10%);
}

/* Navbar fixed at top when scrolling */
.nav-wrapper.navbar-fixed {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    margin-top: 0 !important;
    z-index: 1030;
    transition: var(--ts);
}

/* Logo Styles */
.logo-icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, #b026ff 0%, #9c27b0 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: 'Dancing Script', cursive;
    font-size: 1.4rem;
    font-weight: bold;
}

.logo-text {
    font-family: 'Dancing Script', cursive;
    color: #b026ff;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 700;
}

.logo-tagline {
    font-size: 0.6rem;
    color: #666;
    letter-spacing: 0.5px;
    margin-top: -3px;
    font-weight: 500;
}

/* Navigation Links */
.navbar-nav .nav-link {
    font-size: var(--fs15);
    color: var(--sClr) !important;
    font-weight: 500 !important;
    transition: var(--ts);
}

.navbar-nav .nav-link:hover {
    color: var(--pClr) !important;
}

/* Login Button */
.btn-login {
    background: var(--pClr);
    border: none;
    font-size: var(--fs15);
    height: 45px;
    font-weight: 500;
    color: var(--wClr);
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: var(--br);
    transition: var(--ts);
}

.btn-login:hover {
    background: linear-gradient(150deg, var(--pClr), #680068);
    transition: var(--ts);
}

/* Hero Section */
.hero-section {
    padding-top: 60px;
    padding-bottom: 0px;
    background-color: var(--lClr);
    background: transparent;
}

.action-section {
    margin-top: 10px;
}

.get-started-text {
    font-size: var(--fs16);
    color: #2C2A50;
    /* Matching dark purple/black */
    font-weight: 800 !important;

}

.hero-title {
    font-size: var(--fs70);
    font-weight: 900;
    white-space: nowrap;
    color: var(--tClr);
    letter-spacing: 0px;
}

.hero-subtitle {
    font-size: 35px;
    font-weight: 800;
    color: var(--tClr);
    margin-top: -10px;
}

.hero-text {
    font-size: var(--fs16);
    color: #2C2A50;
    font-weight: 500;
    max-width: 600px;
    line-height: 20px;
    padding-top: 6px;
}

/* Buttons */
.btn-outline-purple {
    color: var(--pClr);
    border: 2px solid var(--pClr);
    background: var(--wClr);
    border-radius: var(--br);
    font-weight: 600;
    height: 48px;
    padding: 0 40px !important;
    width: fit-content;
    transition: var(--ts);
}

.btn-outline-purple:hover {
    background: #B83DBA;
    color: white;
    box-shadow: 0 4px 12px rgba(176, 65, 207, 0.2);
}

.btn-purple {
    background: var(--pClr);
    border: 2px solid var(--pClr);
    color: white;
    border-radius: var(--br);
    font-weight: 600;
    transition: var(--ts);
    height: 48px;
    padding: 0 40px !important;
    width: fit-content;
    font-size: var(--fs15);
    line-height: 0;
}

.btn-purple:hover {
    background: #fff;
    border-color: var(--pClr);
    color: var(--pClr);
    border: 2px solid var(--pClr);
}


/* Features Slider */
.features-section {
    padding-bottom: 10px;
    /* Reduced padding since next section will overlap */
    width: 100%;
    position: relative;
    z-index: 2;

    margin-bottom: -180px;

}



/* Owl Carousel – Features */
.features-owl-wrapper {
    padding: 20px 0;
}

.features-section .owl-carousel {
    position: relative;
}

.features-section .owl-stage-outer {
    padding: 0 0 10px;
}

.features-section .owl-item {
    padding: 0 12px;
    display: flex;
    justify-content: center;
}

.features-section .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    pointer-events: none;
    margin: 0;
}

.features-section .owl-nav button {
    pointer-events: auto;
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff !important;
    border: none !important;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #333 !important;
    font-size: 1.4rem !important;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.features-section .owl-nav button:hover {
    background: #f8f9fa !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.features-section .owl-nav .owl-prev {
    left: 10px;
}

.features-section .owl-nav .owl-next {
    right: 10px;
}

.features-section .owl-nav button span {
    font-size: 1.5rem;
    line-height: 1;
}

.features-section .owl-nav {
    display: none;
}

@media (min-width: 768px) {
    .features-section .owl-nav {
        display: block;
    }

    .features-section .owl-nav .owl-prev {
        left: 20px;
    }

    .features-section .owl-nav .owl-next {
        right: 20px;
    }
}

.features-section .owl-dots {
    margin-top: 15px;
    line-height: 1;
}

.features-section .owl-dots .owl-dot {
    outline: none;
}

.features-section .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transition: all 0.2s;
}

.features-section .owl-dots .owl-dot.active span,
.features-section .owl-dots .owl-dot:hover span {
    background: rgba(176, 65, 207, 0.8);
}

.feature-card {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 430px;
    border-radius: var(--br);
    padding: 35px 0 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: var(--ts);
}

.cnt-count {
    font-size: var(--fs50);
    color: var(--tClr);
    font-weight: 900;
    width: 118px;
}

.feature-card:hover {}

.card-title-text {
    font-size: var(--fs22);
    font-weight: 900;
    color: var(--dClr);
    margin-bottom: 25px;
    padding: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
    background: var(--wClr);
    display: inline-block;
    cursor: pointer;
    border-radius: 100% !important;
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.card-content {
    background: var(--wClr);
    width: 85%;
    height: 341px;
    position: absolute;
    top: 95px;
    bottom: 0;
    right: 0;
    left: auto;
    transform: none;
    border-top-left-radius: var(--br);
    border-top-right-radius: 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
    overflow: hidden;
}

/* Specific Style for Performance Insights (Flush content) */
.card-blue .card-content {
    padding: 0;
}

/* Quick Test UI Specifics */
.qt-header {
    font-size: 0.8rem;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.qt-question {
    font-size: 1.1rem;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 1.4;
    margin-bottom: 25px;
}

.qt-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    /* Slightly rounded rects */
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.qt-option:hover {
    background-color: #f9f9f9;
}

.qt-option.correct {
    background-color: #e3f2fd;
    /* Light blue */
    border-color: #bbdefb;
}

.qt-option-text {
    font-size: 0.95rem;
    color: #555;
    font-weight: 600;
}

.qt-option-text.correct {
    color: #333;
}

.qt-radio {
    width: 22px;
    height: 22px;
    border: 2px solid #ddd;
    border-radius: 50%;
}

.qt-radio.checked {
    border-color: #2196f3;
    position: relative;
    background: #2196f3;
}

.qt-radio.checked::after {
    content: '✓';
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: var(--fs14);
}

/* Card Colors */
.card-purple {
    background-color: #a59df9;
}

.card-green {
    background-color: #bbf7b0;
}

.card-blue {
    background-color: #4dbcd8;
}

.card-orange {
    background-color: #fddda0;
}

/* Option Items inside styling (Quick Test) */
.option-item {
    font-size: 0.8rem;
    border: 1px solid #eee;
    padding: 8px 12px;
    border-radius: 20px;
    text-align: left;
    color: #666;
    background: white;
}

.option-item.active {
    border-color: #4dbcd8;
    background: #eefbff;
    color: #333;
}

.circle-outline {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
}

.check-circle {
    color: #4dbcd8;
    font-size: 0.9rem;
}

/* Stats Section */
.stats-section {
    background: linear-gradient(to bottom, rgb(247 246 238) 0%, #FD8DFF 25%, #FD8DFF 100%);
    position: relative;
    z-index: 1;
    padding-top: 155px;
    padding-bottom: 45px;
    margin-top: -20px;
}

.counter-text {
    font-size: var(--fs15);
    font-weight: 600;
    line-height: var(--fs18);
}

/* App Download Section */
.app-download-section {
    padding: 80px 0;
    background: #fff;
    position: relative;
    z-index: 2;
    margin-top: 0;
    overflow-x: hidden;
    /* Prevent horizontal overflow from animations */
}

.download-text {
    font-weight: 900;
    color: #000000;
    line-height: 110%;
    font-size: var(--fs38);
}

.lead {
    font-size: var(--fs18);
    font-weight: 400;
    color: hsl(0deg 0% 0% / 70%);
    line-height: 150%;
}

.app-mockup-placeholder>img {
    height: 423px;
    object-fit: cover;
    margin-left: 63px;
    margin-top: -75px;
}

.py-70 {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Why Choose Us Section */
.why-choose-us {
    background-color: #4dbcd8;
    background-image: url(images/map.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 1;
}

.section-title {
    font-weight: 900;
    color: #000000;
    font-size: var(--fs38);
}

.section-subtitle {
    font-weight: 400;
    color: rgb(0 0 0 / 80%);
    font-size: var(--fs15);
    line-height: 120%;
    margin-top: 12px;
}

.arrow-graphic-container {
    position: relative;
}

.arrow-graphic-container::before {
    position: absolute;
    top: -650px;
    margin-left: 60px;
    left: 0;
    width: 457px;
    height: 900px;
    background: url(images/arrow.svg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    z-index: 1;
    content: '';
}

.arrow-graphic-container::after {
    content: '';
    position: absolute;
    top: -160px;
    left: 197px;
    width: 41.6%;
    height: 650px;
    background: linear-gradient(to bottom, #fff, transparent);
}

.feature-steps>.step-card:nth-child(even) {
    margin-left: 150px;
}

.feature-steps>.step-card:nth-child(3) {
    margin-left: 250px;
}

.step-card {
    position: relative;
    border: none;
    width: 550px;
    padding: 22px 25px;
    border-radius: 30px !important;
}

.step-title {
    font-weight: 900;
    color: #000000;
    font-size: var(--fs22);
}

.step-subtitle {
    font-weight: 400;
    color: #00000080;
    font-size: var(--fs16);
    line-height: 18px;
    margin-top: 8px;
}

.step-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin-left: 504px;
    width: 367px;
    height: 100%;
    background-image: url(images/shape1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.feature-steps>.step-card:nth-child(2)::before {
    background-image: url(images/shape2.svg);
    margin-left: 550px;
    width: 190px;
}

.feature-steps>.step-card:nth-child(3)::before {
    background-image: url(images/shape3.svg);
    margin-left: 247px;
}

.feature-steps>.step-card:nth-child(4)::before {
    background-image: url(images/shape4.svg);
    margin-left: 440px;
    width: 335px;
}

.feature-steps>.step-card:nth-child(5)::before {
    background-image: url(images/shape5.svg);
    margin-left: 500px;
}


.step-number {
    font-size: var(--fs38);
    font-weight: 600;
    color: var(--pClr);
    padding-right: 10px;
}


@media (min-width: 992px) {
    .arrow-graphic-container {
        height: 100%;
        margin-bottom: 0;
    }
}

.white-arrow-body {
    position: absolute;
    width: 220px;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, #4dbcd8 100%);
    left: 50%;
    top: 90px;
    /* transform: translateX(-50%); */
    z-index: 1;
}

@media (min-width: 992px) {
    .white-arrow-body {
        left: 70%;
        top: -200px;
        /* Connects with head on desktop */
        bottom: -80px;
        height: 600px;
        /* Allow top/bottom to set height */
        min-height: 110%;
        background: linear-gradient(to bottom, #ffffff 0%, #4dbcd8 100%);
    }
}

.white-arrow-head {
    width: 0;
    height: 0;
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-bottom: 200px solid white;
    position: absolute;
    top: -20px;
    left: 50%;
    /* transform: translateX(-50%); */
    z-index: 2;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

@media (min-width: 992px) {
    .white-arrow-head {
        left: 70%;
        top: -400px;
        /* Positions it correctly above the body */
    }
}

.arrow-logo {
    position: absolute;
    bottom: 50px;
    left: 50%;
    /* transform: translateX(-50%); */
    z-index: 3;
}

@media (min-width: 992px) {
    .arrow-logo {
        left: 70%;
        top: 50%;
    }
}

/* Phone Fixes */
@media (max-width: 767px) {
    .arrow-graphic-container {
        height: 400px;
        margin-top: 20px;
        margin-bottom: 40px;
        overflow: hidden;
        /* Prevent body from bleeding out */
    }

    .white-arrow-body {
        width: 150px;
        top: 100px;
        /* Aligns with smaller head */
        height: 100%;
    }

    .white-arrow-head {
        border-left-width: 120px;
        border-right-width: 120px;
        border-bottom-width: 120px;
        top: 0;
        width: 0;

        /* Reset width to ensure triangular shape */
        height: 0;
    }

    .arrow-logo {
        bottom: 90px;
    }

    .arrow-logo h3 {
        font-size: 1.2rem;
    }
}

/* Personalized Support Tabs */
.custom-tabs-container .tabs-nav {
    border-color: rgb(13 34 39 / 20%) !important;
    max-width: fit-content;
}

.deliver-personalized-support {
    background-color: #FFFFFF;
}

.deliver-personalized-support-title {
    font-weight: 900;
    color: #000000;
    line-height: 110%;
    font-size: var(--fs38);
}

.tab-btn {
    line-height: 120%;
    border: none;
    background: none;
    padding: 25px 30px;
    font-size: var(--fs20);
    font-weight: 700;
    position: relative;
    transition: var(--ts);
    border-right: 1px solid rgb(13 34 39 / 10%) !important;
    text-align: left;
    max-width: 260px;
    color: hsl(0deg 0% 0% / 70%);
}

.tab-btn:last-child {
    border-right: none;
}

.tab-btn.active {
    color: #B83DBA;
    /* Purple color */
    background-color: #fd8dff40;
}


.tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 8px;
    background-color: var(--pClr);
    border-radius: var(--br);
}

.tab-btn:hover:not(.active) {
    background-color: #f8f9fa;
}

.content-image-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
}

.tabs-title {
    font-weight: 900;
    color: #000000;
    line-height: 120%;
    font-size: var(--fs34);
}

.tabs-subtitle {
    font-size: var(--fs18);
    font-weight: 400;
    color: hsl(0deg 0% 0% / 70%);
    line-height: 150%;
}

.tab-pane {
    animation: fadeIn 1s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(10px);
    }
}

.fade-out {
    animation: fadeOut 0.5s ease forwards;
}

@media (max-width: 768px) {
    .tab-btn {
        width: 100%;
        max-width: none;
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .tab-btn:last-child {
        border-bottom: none;
    }
}

.frequently-asked-questions {
    background-color: #F7F6EE;
}

.frequently-asked-questions-title {
    font-weight: 900;
    color: #000000;
    line-height: 150%;
    font-size: var(--fs38);
}

.faq-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0;
}

.faq-header {
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.faq-header h5 {
    font-size: var(--fs22);
    font-weight: 700;
    color: #000000;
    transition: var(--ts);
    line-height: 20px;
}

.faq-icon {
    width: 14px;
    height: 14px;
    position: relative;
    color: #000000;
    flex-shrink: 0;
}

/* Horizontal line of + and - */
.faq-icon::before {
    content: '';
    position: absolute;
    width: 17px;
    height: 2px;
    background-color: #000000;
    top: 52%;
    left: 1px;
    transform: translateY(-50%);
    border-radius: 2px;
}

.faq-icon::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: #000000;
    top: 0;
    left: 60%;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Active State Styles */
.faq-item.active .faq-header h5 {
    color: var(--pClr);
}

.faq-item.active .faq-icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
    background-color: var(--pClr);
    /* Hide vertical line to make it a minus */
}

.faq-item.active .faq-icon::before {
    background-color: var(--pClr);
}

/* Body (Content) Transition */
.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease;
    opacity: 0;
}

.faq-item.active .faq-body {
    max-height: 500px;
    /* Large enough to fit content */
    opacity: 1;
}

.faq-body p {
    font-size: var(--fs16);
    color: #000000B2;
    font-weight: 400;
    line-height: 150%;
    padding-left: 36px;
}

/* Auto Timetable Section */
.auto-timetable-section {
    background-color: #E3B1E3;
}

@media (max-width: 767px) {
    .auto-timetable-section {
        padding: 50px 0;
        /* Reduced padding for mobile */
    }
}

.btn-try-it {
    background-color: #B83DBA;
    /* Consistent with other purple brand elements */
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 50px;
    width: 203px;
}

.btn-try-it:hover {
    background-color: #B83DBA;
    transform: translateY(-2px);
}

.timetable-mockup-placeholder {
    width: 100%;
    max-width: 600px;
    aspect-ratio: 16/10;
}

/* Contact Section */
.contact-section {
    background-color: #FFFFFF;
    /* Ensure white background for the whole section if needed */
}

.contact-title {
    font-weight: 900;
    color: #000000;
    font-size: var(--fs38);
    line-height: 110%;
}

.contact-card {
    transition: var(--ts);
    background: #fff;
    cursor: pointer;
    border-radius: var(--br) !important;
    border: 1px solid #4f4f4f0f;
    padding: 30px 50px !important;
    box-shadow: 0 40px 60px #b83dba17 !important;
}

.contact-card-title {
    font-weight: 900;
    color: #000000;
    font-size: 24px;
}

.contact-card-text {
    font-weight: 400;
    color: #290F2A;
    font-size: 18px;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1) !important;
}

.contact-icon-circle {
    width: 100px;
    height: 100px;
    background-color: hsl(299deg 51% 48% / 10%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pClr);
    transition: var(--ts);
}

.contact-icon-circle>img {
    width: 40px;
}

.contact-card:hover .contact-icon-circle {
    filter: contrast(2);
}

.contact-card h4 {
    font-size: var(--fs22);
    color: #000;
    font-weight: 800;
}

.card-text {
    font-size: var(--fs16);
    line-height: 150% !important;
    color: #0000009e;
    margin-top: 12px;
}

.contact-card p {
    line-height: 1.6;
}

.auto-timetable-title {
    font-weight: 900;
    color: #000000;
    font-size: var(--fs44);
    line-height: 110%;
    margin-bottom: 12px;
}

.auto-timetable-title>span {
    font-weight: 400;
}

/* Footer Styles */
.main-footer {
    border-radius: 100px 100px 0 0;
    background-image: linear-gradient(to bottom, var(--pClr), var(--tClr));
    color: #ffffff;
    padding: 30px 0 0px;
    position: relative;
    overflow: hidden;
}

.footer-logo-img {
    height: 88px;
    object-fit: contain;
    width: 198px;
    position: relative;
    z-index: 2;
}

.footer-links {
    position: relative;
    z-index: 2;
}

.footer-links a {
    color: var(--wClr);
    text-decoration: none;
    font-size: var(--fs14);
    font-weight: 400;
    transition: var(--ts);
    opacity: 90%;
}

.footer-links a:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.footer-bg-text {
    font-family: 'Chokokutai', system-ui;
    font-size: 80px;
    font-weight: 900;
    color: #ffffff5c;
    white-space: nowrap;
    z-index: 10;
    filter: hue-rotate(117deg);
    mix-blend-mode: hard-light;
}

@media (max-width: 576px) {
    .footer-bg-text {
        font-size: 22px;
        /* Maximum size that fits 11 characters on a phone screen */
        letter-spacing: -1.5px;
        /* Squishes letters slightly to guarantee fit */
        display: block;
        text-align: center;

        margin: 5px 0;
        white-space: nowrap;
    }

    .footer-bg-text a {
        color: inherit;
        text-decoration: none;
        transition: var(--ts);
        display: inline-block;
        font-size: 45px;
    }

}




.footer-bg-text a {
    color: #ffffff17;
    text-decoration: none;
    transition: var(--ts);
    display: inline-block;

}



.footer-bottom {
    position: relative;
    z-index: 2;
    font-size: 0.9rem;
    opacity: 0.8;

}

.dev-logo-wrapper {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-left: 7px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.dev-logo-img {
    height: 26px;
    /* Adjust size to match text */
    width: 40px;
    object-fit: contain;
}


@media (max-width: 768px) {
    .main-footer {
        padding: 60px 0 20px;
    }

    .app-mockup-placeholder_img {
        /* object-fit: none !important; */
        height: auto !important;
        object-position: unset !important;
        margin-top: auto !important;
    }

    .footer-bg-text {
        font-size: 20px;
        bottom: 20px;
    }

    .footer-links a {
        font-size: var(--fs14);
        font-weight: 300 !important;
        padding: 5px 20px;
        opacity: .8;
        transition: var(--ts);
    }
}

/* Join Us Side Panel Styles */
.side-panel {
    width: 600px !important;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    transition: var(--br) !important;
}

.panel-title {
    font-family: 'Lexend Deca';
    font-weight: 900;
    background: linear-gradient(to bottom, var(--pClr), #5a005a);
    font-size: var(--fs28);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.panel-subtitle {
    font-family: 'Lexend Deca';
    font-weight: 400;
    color: #0000005e;
    font-size: var(--fs12);
}

.form-title {
    font-weight: 700;
    color: #250E25;
    font-size: var(--fs14);
}

.btn-close-custom {
    background: #ffffff14;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: var(--br);
    border: 1.5px solid rgba(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: absolute;
    left: -47px;
    top: 12px;
    transition: var(--ts);
    z-index: 1098;
}

.btn-close-custom:hover {
    transform: rotate(90deg) scale(1.1);
    background: rgba(0, 0, 0, 0.7);
}

.custom-input {
    border-radius: 10px !important;
    border: 1px solid #3910394a !important;
    padding: 10px !important;
    font-size: var(--fs14);
    transition: var(--ts);
}

select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="color"],
input[type="range"],
input[type="file"] {
    height: 40px;
}

.gender-selection {
    height: 40px !important;
    display: flex;
    align-items: center;
    padding-top: 12px !important;
    filter: hue-rotate(75deg);
}

.custom-input:focus {
    border-color: #9c27b0 !important;
    box-shadow: 0 0 0 0.2rem rgba(156, 39, 176, 0.1) !important;
}

.gender-selection {
    display: flex;
    align-items: center;
    height: 100%;
}

.form-label {
    color: #2d1b32;
    font-size: var(--fs14);
    margin-bottom: 8px;
}

.form-control::placeholder {
    font-weight: 500;
}

.btn-join-now {
    background: var(--pClr);
    color: var(--wClr);
    border-radius: var(--br);
    height: 40px;
    font-weight: 600;
    border: none;
    transition: var(--ts);
    font-size: var(--fs15);
    width: fit-content;
    padding: 0 30px;
}

.btn-join-now:hover {
    background: var(--dClr);
    transition: var(--ts);
}

.btn-join-cancel {
    height: 40px;
    background: transparent;
    color: #000000B2;
    border-radius: var(--br);
    padding: 0px 30px;
    font-weight: 600;
    border: 1px solid #000000B2;
    transition: var(--ts);
    font-size: var(--fs15);
}

.btn-join-cancel:hover {
    background: #f8f9fa;
    border-color: #333;
}

@media (max-width: 768px) {
    .side-panel {
        width: 100% !important;
        border-radius: 0;
    }

    .btn-close-custom {
        left: calc(100% - 58px);
        top: 7px;
        background: transparent;
        color: var(--dClr);
    }
}

/* Lock body scroll when Join Us offcanvas is open */
html.offcanvas-open {
    overflow: hidden !important;
}

body.offcanvas-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    left: 0;
}

.offcanvas-backdrop.show {
    opacity: .9;
}

.app-mockup-placeholder {
    height: 400px;
    overflow: hidden;
    margin-right: -74px;
    margin-top: -22px;
}

.app-mockup-placeholder_img {
    object-fit: cover;
    height: 508px;
    object-position: 60% top;
    margin-top: -104px;
}

#google-play-btn {
    background: var(--dClr);
    color: white;
    border-radius: var(--br);
    height: 45px;
    width: 180px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#google-play-btn>img {
    height: 30px;
}

.logo {
    height: 75px;
}

.logo>img {
    height: 100%;
    object-fit: contain;
}

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

    /* Fix for mobile menu overlap caused by AOS transforms */
    body.menu-open #main-navbar,
    body.menu-open #nav-wrapper {
        transform: none !important;
        animation: none !important;
        transition: none !important;
        z-index: 999999 !important;
        position: relative;
        overflow: visible !important;
    }

    :root {
        --br: 10px;
        --fs12: 12px;
        --fs14: 14px;
        --fs15: 15px;
        --fs16: 15px;
        --fs18: 17px;
        --fs20: 16px;
        --fs22: 20px;
        --fs24: 24px;
        --fs26: 26px;
        --fs28: 28px;
        --fs30: 30px;
        --fs32: 32px;
        --fs34: 23px;
        --fs36: 36px;
        --fs38: 28px;
        --fs40: 40px;
        --fs42: 42px;
        --fs44: 34px;
        --fs46: 46px;
        --fs50: 40px;
        --fs70: 37px;
    }

    #btn-student,
    #btn-teacher {
        width: 300px;
        margin: 0;
    }

    .hero-subtitle {
        font-size: 24px;
    }

    .navbar-light {
        width: 94%;
    }

    .feature-card {
        height: 360px
    }

    .card-content {
        height: 265px;
    }

    .stats-section .d-sm-flex.d-grid {
        text-align: center;
    }

    .counter-text {
        margin-left: 0 !important;
        font-weight: 400;
    }

    .display-4.cnt-count {
        margin: 0 auto !important;
    }

    .app-mockup-placeholder>img {
        height: 458px;
        object-fit: contain;
        margin-left: 0;
        margin-top: 0;
    }

    .py-70 {
        padding: 50px 0 !important;
    }

    .step-card {
        width: 100%;
    }

    .arrow-graphic-container::after {
        display: none;
    }

    .feature-steps>.step-card:nth-child(3),
    .feature-steps>.step-card:nth-child(even) {
        margin-left: 0;
    }

    #why-choose-us .order-lg-2 {
        margin-top: -405px;
        display: none;
    }

    .arrow-graphic-container::before {
        top: -6px;
        margin-left: 0;
        left: 0;
        width: 300px;
        height: 290px;
        background-size: contain;
    }

    .tabs-subtitle,
    .frequently-asked-questions-title {
        line-height: 140%;
    }

    .faq-item {
        padding: 15px 0;
    }

    .arrow-graphic-container {
        z-index: -5;
    }

    .contact-icon-circle>img {
        width: 32px;
    }

    .contact-card {
        padding: 20px 40px !important;
    }

    .contact-icon-circle {
        width: 80px;
        height: 80px;
    }

    .main-footer {
        border-radius: 30px 30px 0 0;
        padding: 0;
    }

    .footer-links {
        display: grid !important;
        text-align: center;
    }

    .footer-bottom p {
        font-weight: 300 !important;
        font-size: 12px !important;
        color: #FFFFFF99 !important;
    }

    .stats-section .col-6 {
        justify-content: center !important;
    }

    .dev-logo-wrapper {
        margin-left: 0;
    }

    .app-download-section {
        padding-bottom: 0 !important;
    }

    .app-mockup-placeholder {
        height: 500px;
        width: 475px;
        overflow: hidden;
        margin-right: 0;
        margin-top: -9px;
        transform: translateX(-9%);
    }

    .navbar-collapse,
    .collapsing {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background-color: #ffffff !important;
        background: #ffffff !important;
        z-index: 1000000 !important;
        flex-direction: column;
        padding: 30px 25px !important;
        margin: 0 !important;
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        display: flex !important;
        transform: translateX(100%);
        visibility: hidden;
        opacity: 1 !important;
    }

    .navbar-collapse.show {
        transform: translateX(0) !important;
        visibility: visible !important;
    }

    .collapsing {
        transform: translateX(100%);
        visibility: visible !important;
    }

    .mobile-menu-header {
        /* border-bottom: 1px solid #f0f0f0; */
        /* padding-bottom: 15px; */
        margin-bottom: 20px !important;
    }

    .btn-close-menu {
        background: none;
        border: none;
        font-size: 24px;
        color: #000;
        padding: 5px;
    }

    .navbar-nav {
        width: 100%;
        text-align: left;
    }

    .navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid #f8f8f8;
    }

    .navbar-nav .nav-link {
        font-size: var(--fs20) !important;
        padding: 7px 0 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #2C2A50 !important;
        font-weight: 600 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }

    .navbar-nav .nav-link::after {
        content: '\F285';
        font-family: 'bootstrap-icons';
        font-size: 14px;
        color: #B83DBA;
        /* Using brand purple for arrows */
        transition: transform 0.3s ease;
    }

    .navbar-nav .nav-link:hover::after {
        transform: translateX(5px);
    }

    /* Hide arrow for buttons in nav */
    .navbar-nav .btn::after {
        display: none !important;
    }

    .mobile-menu-footer {
        padding: 4px 0 0;
        margin-top: auto;
        border-top: 1px solid #b83dba26;
    }

    .navbar-nav .btn-login {
        background: var(--pClr) !important;
        border-radius: var(--br) !important;
        font-weight: 700 !important;
        font-size: var(--fs15) !important;
        color: #fff !important;
    }

    .navbar-nav .btn-login:hover {
        background: #000 !important;
    }

    .social-links a {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
        color: #999 !important;
        font-weight: 600;
    }

    .navbar-toggler {
        border: none !important;
        padding: 0 !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar-toggler-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
    }

    .navbar-toggler-icon img {
        width: 24px;
    }

    .navbar-collapse,
    .collapsing {
        padding: 20px 25px 44px !important
    }

}

/* File Input Styling */
input[type="file"].custom-input {
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto;
}

input[type="file"].custom-input::-webkit-file-upload-button {
    background: var(--pClr);
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    margin-right: 15px;
    cursor: pointer;
    font-weight: 600;
    transition: var(--ts);
}

input[type="file"].custom-input::-webkit-file-upload-button:hover {
    background: #680068;
}
.jn_btn {
    position: absolute;
    bottom: 0;
    padding: 10px 0 10px 20px;
    border-top: 1px solid #eee;
    background: #fff;
    left: 0;
    box-shadow: 2px 4px 18px #00000030;
}