/**
* Template Name: Ninestars
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Design tokens (added for UI consistency)
--------------------------------------------------------------*/

:root {
    /* Brand */
    --brand: #eb5d1e;          /* Legrand orange (logo, links) */
    --brand-hover: #ef7f4d;

    /* Single accent for highlighted heading words, primary buttons, key figures */
    --accent: #1a68de;
    --accent-hover: #124fb0;
    --accent-soft: #e8f1fd;    /* tinted backgrounds / icon tiles */

    /* Navy — headers, active states */
    --navy: #004587;

    /* Text */
    --text: #212529;           /* body */
    --text-strong: #222;       /* headings */
    --text-muted: #5c5c5c;     /* secondary copy */

    /* Surfaces */
    --surface: #fff;
    --surface-alt: #f7f7f7;
    --border: #ececec;

    /* Radius scale */
    --radius-sm: 8px;          /* inputs, small chips */
    --radius: 12px;            /* cards, images */
    --radius-lg: 20px;         /* large panels */
    --radius-pill: 50px;       /* buttons, tabs */

    /* Shadow */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
    --shadow: 0 4px 16px rgba(0, 0, 0, 0.08);

    /* Heading scale — one size + weight per role, shared across every section */
    --h-section: 26px;   /* primary section titles (h2/h3 that open a section) */
    --h-section-weight: 500;
    --h-sub: 20px;       /* sub-section / card group headings */
    --h-eyebrow: 16px;   /* small kickers / eyebrows above a title */

    /* Section vertical rhythm — top/bottom padding shared across every content section */
    --section-y: 60px;
    --section-y-sm: 20px;   /* compact bands (footer) */
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    color: #212529;
    font-family: "Poppins", sans-serif;
    background-color: #fcfcfc;
}

a {
    color: #eb5d1e;
    text-decoration: none;
}

a:hover {
    color: #ef7f4d;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-size: 18px;
    color: var(--text-strong);
}

/* Highlighted word inside split-color section headings — one accent everywhere */
h3 span,
.corner-left h3 span,
.right-application h3 span,
.connect-program-online h3 span,
.legrand-banner-text h1 span {
    color: var(--accent);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #eb5d1e;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.Specialtext {
    font-size: 13px;
    line-height: 1.6;
    color: var(--text-muted);
    text-align: left;
    background: var(--accent-soft);
    padding: 16px 20px;
    border-left: 3px solid var(--accent);
    border-radius: var(--radius-sm);
    max-width: 920px;
    margin: 0 auto;
    display: block;
}

.Specialtext strong {
    color: var(--text-strong);
}

.shadow-effect {
    background: #fff;
    height: 462px;
    padding: 30px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: left;
    position: relative;
    border: 1px solid var(--border);
}

.shadow-effect:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

#customers-testimonials .shadow-effect .divcontent p {
    font-weight: 400;
    margin: 0 !important;
}

#customers-testimonials .shadow-effect p {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0px 0 11px 0;
    text-align: center;
}

.divcontent {
    width: 100%;
    float: left;
    margin-top: 9px;
    position: relative;
}

.divcontent::before {
    content: "\201C";
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    line-height: 0.2;
    color: var(--accent);
    opacity: 0.25;
    margin-bottom: 10px;
    text-align: center;
}

#customers-testimonials .item {
    text-align: center;
    padding: 0px;
    /* opacity: .2; */
    /* -webkit-transform: scale3d(0.8, 0.8, 1); */
    /* transform: scale3d(0.8, 0.8, 1); */
    /* -webkit-transition: all 0.3s ease-in-out; */
    -moz-transition: all 0.3s ease-in-out;
    /* transition: all 0.3s ease-in-out; */
    /* width: 100%; */
    margin-right: 20px;
}

/* #customers-testimonials .owl-item.active.center .item {
            opacity: 1;
            -webkit-transform: scale3d(1.0, 1.0, 1);
            transform: scale3d(1.0, 1.0, 1);
        }*/

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--accent);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 26px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: var(--accent);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.flexbox {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.flexbox img {
    margin-bottom: 20px;
    border-radius: 50%;
    max-width: 170px;
}

.flexbox h2 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.stardiv {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 2px 0 12px;
}

.stardiv ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.stardiv ul li {
    display: inline-block;
    margin-right: 3px;
}

.stardiv ul li i {
    color: #ffa033;
    font-size: 14px;
}

.back-to-top:hover {
    background: #ee7843;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.footermain {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footermeets {
    display: flex;
    align-items: center;
    gap: 14px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: 72px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

#header .logo h1 {
    font-size: 30px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #7a6960;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 60px;
}

#main {
    margin-top: 0px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar ul li a.active:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 2px;
    height: 2px;
    border-radius: 2px;
    background: var(--accent);
}

.navbar a,
.navbar a:focus {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    font-size: 13.5px;
    font-weight: 500;
    color: #4e4039;
    white-space: nowrap;
    transition: color 0.25s ease;
    font-family: "Poppins", sans-serif;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: var(--accent);
}

.navbar .getstarted,
.navbar .getstarted:focus {
    background: var(--accent);
    color: #fff;
    padding: 10px 25px;
    margin-left: 30px;
    border-radius: var(--radius-pill);
    transition: background 0.25s ease;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: var(--accent-hover);
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #eb5d1e;
}

.Eligible-cart img {
    display: none;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #7a6960;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(78, 64, 57, 0.9);
    transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #7a6960;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: var(--accent);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #eb5d1e;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.legrand_fix {
/*    background: rgba(16, 144, 203, 0.1);*/
    width: 100%;
    padding-bottom: 70px;
    flex-shrink: 0;
}
.main-banner {
    padding-top: 70px;
}
.legrand-banner-text {
    float: left;
    padding-right: 20px;
    padding-top: 117px;
    width: 50%;
}

.legrand-banner-text h5 {
    color: #646464;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 14px;
}

.legrand-banner-text h1 {
    color: #222;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.legrand-banner-text h1 span {
    color: #1a68de;
}

.online-apply-img-1 img {
    width: 100%;
    border-radius: var(--radius);
}

.online-apply-img-2 img {
    width: 100%;
    border-radius: var(--radius);
    height: 220px;
    object-fit: cover;
    margin-top: 40px;
}

.legrand-banner-text p {
    color: #5c5c5c;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 204.3%;
    margin-top: 20px;
}

.legrand-banner-text p small {
    color: #343434;
    font-weight: 600;
}

.apply-button a {
    display: inline-flex;
    padding: 9px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--radius-pill);
    background: var(--accent);
    color: #fff;
    font-size: 15px;
    transition: background 0.25s ease;
}

.apply-button {
    float: left;
    width: 56%;
}

.apply-button a:hover {
    background: var(--accent-hover);
}

.contact-button {
    float: left;
    width: 35%;
}

.contact-button a {
    display: inline-flex;
    padding: 9px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: var(--radius-pill);
    border: 1px solid var(--accent);
    background: #fff;
    font-size: 15px;
    color: var(--accent);
    transition: background 0.25s ease, color 0.25s ease;
}

.contact-button a:hover {
    background: var(--accent);
    color: #fff;
}

.banner-hero {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.legrand-img img {
    width: 100%;
    flex-shrink: 0;
    float: right;
    margin-top: 148px;
    position: relative;
}

.legrand-img {
    width: 50%;
    float: right;
}

.outer-layer {
    width: 325px;
    height: 390px;
    flex-shrink: 0;
    border-radius: 173.5px;
    border: 0.4px solid #dfdfdf;
    background: #d9f3ff;
    position: absolute;
    left: -71px;
    top: 17px;
}

.outer-layer img {
    width: 92%;
    height: auto;
    margin-top: 23px;
}

.headline-support,
.headline-support h2 {
    color: #525252;
    font-family: Poppins;
    font-size: var(--h-section);
    font-style: normal;
    font-weight: var(--h-section-weight);
    line-height: normal;
    margin: 0;
}

/*--------------------------------------------------------------
# Sections scholarship support starts
--------------------------------------------------------------*/

.support-scholarship {
    float: left;
    width: 100%;
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
    color: #525252;
    text-align: center;
}

#fee-structure {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

/* Scholarship support — two-tier fee cards */
.fee-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 32px;
    margin-bottom: 22px;
}

.fee-card {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    text-align: left;
    padding: 20px 22px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fee-card-body {
    min-width: 0;
}

.fee-card-amount {
    white-space: nowrap;
}

.fee-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}


.fee-card-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 5px 16px;
    border-radius: var(--radius-pill);
    white-space: nowrap;
}

.fee-card-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: var(--accent-soft);
}

.fee-card-icon svg {
    width: 34px;
    height: 34px;
}

.fee-card-label {
    color: var(--text-strong);
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 2px;
}

.fee-card-desc {
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 4px;
}

.fee-card-amount {
    color: var(--accent);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
}

.program-about {
    border-radius: var(--radius-lg);
    background: var(--surface-alt);
    width: 100%;
    margin-top: 55px;
    height: 100%;
    padding: 40px 34px;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.program-about:hover,
.about-legrand-program:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.program-about h3 {
    color: var(--text-strong);
    text-align: center;
    font-family: Poppins;
    font-size: var(--h-section);
    font-style: normal;
    font-weight: var(--h-section-weight);
    line-height: 170%;
    /* 47.6px */
}

.program-about p {
    color: #545454;
    text-align: left;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.program-about ul {
    text-align: left;
}

.apply-btn {
    margin-top: auto;
    padding-top: 28px;
}

.apply-btn a {
    padding: 11px 40px;
    text-align: center;
    border-radius: var(--radius-pill);
    background: var(--accent);
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.25s ease;
}

.apply-btn a:hover {
    background: var(--accent-hover);
}

.view-btn a {
    padding: 11px 40px;
    text-align: center;
    border-radius: var(--radius-pill);
    background: #ffffff;
    color: var(--accent);
    border: 1px solid var(--accent);
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.25s ease, color 0.25s ease;
}

.view-btn a:hover {
    background: var(--accent);
    color: #fff;
}

.view-btn {
    margin-top: auto;
    padding-top: 28px;
    display: block;
    width: 100%;
}

.about-legrand-program {
    border-radius: var(--radius-lg);
    background: var(--surface-alt);
    width: 90%;
    margin-top: 55px;
    padding: 35px 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-legrand-program h3 {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: var(--h-section);
    font-style: normal;
    font-weight: var(--h-section-weight);
    line-height: 170%;
    /* 47.6px */
}

.about-legrand-program p {
    color: #ffffff;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.clear-both {
    clear: both;
}

.scholarship-support {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

.sholarship-offer {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Sections scholarship support ends
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sections what we offer starts
--------------------------------------------------------------*/

.sholarship-offer h3 {
    color: #525252;
    font-family: Poppins;
    font-size: var(--h-section);
    font-style: normal;
    font-weight: var(--h-section-weight);
    line-height: normal;
    text-align: center;
}

.what-we-offer,
.scholars-qualification,
.testimonials {
    float: left;
    width: 100%;
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
    position: relative;
}

/* What we offer — three equal feature cards */
.offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}

.offer-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    padding: 30px 28px;
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.offer-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.offer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 16px;
    background: var(--accent-soft);
}

.offer-text span {
    display: block;
    color: var(--text-strong);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 6px;
}

.offer-text p {
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
}

/*--------------------------------------------------------------
# Sections what we offer ends
--------------------------------------------------------------*/

.scholarships {
    float: left;
    width: 100%;
}
 
.main-eligile-corner {
    width: 82%;
    margin: 0 auto;
}

.corner-left h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-strong);
    line-height: 1.6;
    margin-top: 26px;
    margin-bottom: 12px;
    padding-left: 12px;
    border-left: 3px solid var(--accent);
}

.Eligible-cart { display: none;
    stroke-width: 1px;
    position: absolute;
    clear: both;
}

.border-line {
    position: relative;
}

.corner-left {
    width: 100%;
    float: none;
}

.corner-left h3 {
    color: var(--text-strong);
    font-family: Poppins;
    font-size: var(--h-section);
    font-style: normal;
    font-weight: var(--h-section-weight);
    line-height: 170%;
    /* 51px */
}

.corner-left h3 span {
    color: var(--accent);
    font-family: Poppins;
    font-size: var(--h-section);
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
}

.corner-left ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.corner-left ul li {
    position: relative;
    color: var(--text);
    font-family: Poppins;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.7;
    padding-left: 26px;
    margin-bottom: 8px;
}

.corner-left ul li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
}

/* Eligibility — two comparable category panels */
.eligibility-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 26px;
}

.eligibility-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    padding: 28px 28px 30px;
}

.eligibility-card-head {
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--border);
}

.eligibility-tag {
    display: inline-block;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 5px 14px;
    border-radius: var(--radius-pill);
    margin-bottom: 12px;
}

.eligibility-card-head h5 {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-strong);
    line-height: 1.5;
    margin: 0;
    padding: 0;
    border: none;
}

.eligibility-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.eligibility-card ul li {
    position: relative;
    color: var(--text);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.65;
    padding-left: 28px;
    margin-bottom: 12px;
}

.eligibility-card ul li:last-child {
    margin-bottom: 0;
}

.eligibility-card ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%231a68de' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 11px 11px no-repeat;
}

/* Online application — numbered step cards */
.apply-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 26px;
}

.apply-step {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    padding: 22px 22px 24px;
}

.apply-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: var(--accent);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 14px;
}

.apply-step p {
    color: var(--text);
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0;
}

.apply-step p a {
    color: var(--brand);
    font-weight: 600;
    text-decoration: none;
}

.apply-step p a:hover {
    text-decoration: underline;
}

.right-application h3 {
    color: var(--text-strong);
    font-family: Poppins;
    font-size: var(--h-section);
    font-style: normal;
    font-weight: var(--h-section-weight);
    line-height: 170%;
    /* 51px */
}

.right-application h3 span {
    color: var(--accent);
    font-family: Poppins;
    font-size: var(--h-section);
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
}

.right-application {
    float: none;
    width: 100%;
}

.online-application {
    width: 100%;
    float: none;
    margin-top: 40px;
}

.right-application ul {
    list-style: none;
    padding-left: 0;
    margin-top: 24px;
    counter-reset: apply-step;
}

.right-application ul li {
    position: relative;
    font-size: 13.5px;
    line-height: 1.6;
    padding-left: 40px;
    margin-bottom: 16px;
    counter-increment: apply-step;
}

.right-application ul li::before {
    content: counter(apply-step);
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 13px;
    font-weight: 600;
    border-radius: 50%;
}

.connect-program {
    color: #222;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 51px;
    /* 51px */
}

.Scholar-connect-program {
    width: 100%;
    float: left;
      margin-top: 95px;
    position: relative;
}

.connect-program-online {}

.connect-program-online h3 {
    color: var(--text-strong);
    font-family: Poppins;
    font-size: var(--h-section);
    font-style: normal;
    font-weight: var(--h-section-weight);
    line-height: 170%;
    margin-top: -28px;
    margin-left: 100px;
}

.connect-program-online h3 span {
    color: var(--accent);
}

.student-apply-online {
    position: absolute;
     top: -28px;
    left: 50px;
    width: 40px;
    padding: 7px 6px;
    height: 40px;
    background: var(--accent);
    border-radius: 20px;
}

.legrand-text-scholship {
    float: right;
    width: 39%;
}

.legrand-scholrship {
    margin-top: 45px;
}

.connect-two-img {
    float: left;
    width: 60%;
}

.legrand-text-scholship h6 {
    color: var(--accent);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.legrand-text-scholship h3 {
    color: var(--text-strong);
    font-family: Poppins;
    font-size: var(--h-section);
    font-style: normal;
    font-weight: var(--h-section-weight);
    line-height: 40px;
}


.legrand-text-scholship p {
    color: var(--text-muted);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    text-align: left;
}

.online-apply-img-1 {
    float: left;
    margin-right: 25px;
    width: 39%;
    padding-top: 87px;
}

.online-apply-img-2 {
    float: left;
    width: 44%;
}

.legrand-concert {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.legrand-concert-left {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.legrand-concert-left img {
    width: 100%;
    border-radius: var(--radius);
    object-fit: cover;
}

.legrand-concert-right img {
    width: 100%;
    border-radius: var(--radius);
}

.what-we-say {
    padding-top: 50px;
}

.what-we-say h3 {
    color: #525252;
    font-family: Poppins;
    font-size: var(--h-section);
    font-style: normal;
    font-weight: var(--h-section-weight);
    line-height: normal;
    text-align: center;
    margin-bottom: 48px;
}

.scholar-say {
    float: left;
    width: 100%;
}

.carousel-item img {
    width: 100%;
}

.corner-rightmmm {
    display: none;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 0px 0px;
}

.section-bg {
    background-color: #fef8f5;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0;
    line-height: 1px;
    margin-bottom: 15px;
    color: #c2b7b1;
}

.section-title p {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #4e4039;
}

.section-title p::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: #eb5d1e;
    bottom: 0;
    left: calc(50% - 30px);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 15px 0;
    background-color: #fef5f1;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about h3 {
    font-weight: 700;
    font-size: 34px;
    color: #4e4039;
}

.about h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    color: #7a6960;
}

.about i {
    font-size: 48px;
    margin-top: 15px;
    color: #f39e7a;
}

.about p {
    font-size: 15px;
    color: #5a6570;
}

@media (max-width: 991px) {
    .about .about-img img {
        max-width: 70%;
    }
}

@media (max-width: 767px) {
    .about .about-img img {
        max-width: 90%;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
    transform: translateY(-5px);
    border-color: #ef7f4d;
}

.services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    color: #ef7f4d;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #111;
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 15px 15px 0;
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #212529;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #eb5d1e;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

.portfolio .portfolio-wrap::before {
    content: "";
    background: rgba(122, 105, 96, 0.6);
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
    z-index: 2;
}

.portfolio .portfolio-wrap img {
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    top: calc(50% - 32px);
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
    color: #eb5d1e;
    margin: 0 4px;
    line-height: 0;
    background-color: #fff;
    padding-top: 6px;
    padding-right: 1px;
    border-radius: 50px;
    text-align: center;
    width: 32px;
    height: 32px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
    line-height: 0;
    font-size: 20px;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
    background: #eb5d1e;
    color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
}

.portfolio .portfolio-wrap:hover::before {
    left: 0;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
    opacity: 1;
    top: calc(50% - 16px);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #eb5d1e;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb5d1e;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(122, 105, 96, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/

.faq {
    padding: var(--section-y) 0;
    float: left;
    width: 100%;
}

ul.faq-list {
    padding: 0 !important;
}

.address-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--accent);
}

.contact-us {
    margin-bottom: 20px;
}

.social-media {}

.social-media ul {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 22px;
    margin-left: 0px;
}

.social-media ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.social-media ul li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    text-align: center;
    display: inline-block;
}

.social-media ul li a {
    width: 38px;
    cursor: pointer;
    height: 38px;
    z-index: 1;
    position: relative;
    box-shadow: 0px 0px 6px 0px #e8e6e6;
    border-radius: 30px;
    padding: 7px 0;
    display: block;
    text-align: center;
}

.address-text {
    color: #222;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.55;
}

.narrow-shot {
    width: 55%;
    margin: 0px auto;
}

.faq .faq-list {
    padding: 0;
    list-style: none;
}

.faq .faq-list > li {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 14px;
    padding: 0;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq .faq-list > li:last-child {
    margin-bottom: 0;
}

.faq .faq-list > li:hover {
    border-color: #cfe0f7;
}

/* Open item: subtle highlight */
.faq .faq-list > li:has(.collapse.show) {
    border-color: var(--accent);
    box-shadow: 0 4px 14px rgba(26, 104, 222, 0.08);
}

.faq .faq-list .question {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    padding: 18px 22px;
    cursor: pointer;
    transition: color 0.25s ease, background 0.25s ease;
}

.faq .faq-list i {
    font-size: 15px;
    flex-shrink: 0;
    margin-top: 3px;
    color: var(--accent);
    transition: transform 0.25s ease;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 0 22px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-muted);
    font-family: "Poppins", sans-serif;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list .collapsed {
    color: var(--text-strong);
}

.faq .faq-list .question:not(.collapsed) {
    color: var(--accent);
    font-weight: 600;
}

.faq .faq-list .collapsed:hover {
    color: var(--accent);
}

.faq .faq-list .collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list .collapsed .icon-close {
    display: none;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team {
    background: #fff;
    padding: 60px 0;
}

.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
}

.team .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.2s;
}

.team .member .member-info-content {
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0;
    transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

.team .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

.team .member .social {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 50px;
    transition: left ease-in-out 0.3s;
    background: rgba(78, 64, 57, 0.6);
    text-align: center;
}

.team .member .social a {
    transition: color 0.3s;
    display: block;
    color: #fff;
    margin-top: 15px;
}

.team .member .social a:hover {
    color: #eb5d1e;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.team .member:hover .member-info {
    background: linear-gradient( 0deg, rgba(78, 64, 57, 0.95) 0%, rgba(78, 64, 57, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
    transition: 0.4s;
}

.team .member:hover .member-info-content {
    bottom: 30px;
    transition: bottom 0.4s;
}

.team .member:hover .social {
    left: 0;
    transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients .clients-slider .swiper-slide img {
    opacity: 0.5;
    transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
    opacity: 1;
}

.clients .clients-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #eb5d1e;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb5d1e;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.contact .info {
    border-top: 3px solid #eb5d1e;
    border-bottom: 3px solid #eb5d1e;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
    font-size: 20px;
    color: #eb5d1e;
    float: left;
    width: 44px;
    height: 44px;
    background: #fdf1ec;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #7a6960;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #ab9d95;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #eb5d1e;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #eb5d1e;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #eb5d1e;
    border-bottom: 3px solid #eb5d1e;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #eb5d1e;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #ef7f4d;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #fff;
    padding: 0 0 30px 0;
    color: #212529;
    font-size: 14px;
    background: #fef8f5;
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #fef8f5;
    text-align: center;
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #4e4039;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 4px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #eb5d1e;
    color: #fff;
    transition: 0.3s;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
    background: #c54811;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #5c5c5c;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #212529;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #f39e7a;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #5c5c5c;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #eb5d1e;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #eb5d1e;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #ef7f4d;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    text-align: center;
    float: left;
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #212529;
}

#footer .credits a {
    color: #eb5d1e;
}

@media (max-width: 575px) {
    #footer .copyright,
    #footer .credits {
        float: none;
        -moz-text-align-last: center;
        text-align-last: center;
        padding: 3px 0;
    }
}

.about-program {
    background-color: #f7f7f7;
    padding-bottom: 30px;
    padding-top: 30px;
}

.program-image img {
    width: 400px;
    height: 330px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.program-text h1 {
    font-size: 26px;
    font-weight: 700;
    color: var(--accent);
}

.program-text p {
    font-size: 13px;
    line-height: 27px;
}
.main-banner img {
    width: 100%;
}
.program-image img {
    width: 400px;
    height: 330px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.program-text h1 {
    font-size: 26px;
    font-weight: 700;
    color: var(--accent);
}

.scholarship-tab {
    padding-bottom: 29px;
}

.program-text p {
    font-size: 13px;
    line-height: 27px;
    color: #000;
    font-family: "Poppins";
    padding: 10px 15px 5px 0px;
}

.scholarship-tab h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--accent);
    margin-left: 85px;
    position: relative;
    clear: both;
}

.accordian-main1 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--accent);
    box-shadow: none;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: var(--radius-sm);
}

.accordion-header {
    margin-bottom: 0;
    border: 1px solid var(--accent);
    border-radius: 10px;
}

.accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 5px;
}

.accordion-header {
    border-radius: 4px;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
    background-color: #f7f7f7;
}

.custom-accordian ul li {
    font-size: 14px;
    margin-bottom: 8px;
}

.scholarship-tab h2::before {
    content: url("../images/scholarship-cap.png");
    position: absolute;
    top: -4px;
    left: -63px;
    width: 35px;
    height: 26px;
}

.slide-move {
    margin-top: 5px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.count {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
}

.count span {
    font-size: 15px;
    display: block;
    font-weight: 400;
    margin-top: 8px;
    opacity: 0.92;
}

/* Divider lines between the three stat columns */
.scholar-connect-program .countmobliess {
    position: relative;
}

.scholar-connect-program .countmobliess + .countmobliess::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 56px;
    width: 1px;
    background: rgba(255, 255, 255, 0.28);
}

.scholar-connect-program {
    float: left;
    width: 100%;
    background: var(--accent);
    display: inline-flex;
    padding: var(--section-y) 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.connect-program h3 {
    font-size: var(--h-section);
    font-weight: var(--h-section-weight);
    text-align: center;
}

.connect-program p {
    width: 68%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 26px;
    margin-top: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}

.logo-define {
    margin-top: 30px;
}

ul.address-details {
    list-style: none;
    padding-left: 10px;
    margin-top: 20px;
}

ul.address-details li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
}

.contact-us img {
    width: auto;
    display: block;
}

.logo-define img {
    width: auto;
    height: 80px;
}

.contact-details {
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
    float: left;
    width: 100%;
}

.contact-us h3 {
    margin-bottom: 0px;
    color: #000;
    font-family: Poppins;
    font-size: var(--h-eyebrow);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer {
    padding-top: var(--section-y-sm);
    padding-bottom: var(--section-y-sm);
    border: 1px solid #d2d2d2;
    float: left;
    width: 100%;
}

.footer p {
    color: #686868;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 190.6%;
    /* 24.778px */
    text-align: center;
}

.slide-move .owl-dots {
    display: none;
}

.proud-scholar h3 {
    font-size: var(--h-section);
    font-weight: var(--h-section-weight);
    text-align: center;
}

ul.tabs-pround-moment {
    margin-left: auto;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    margin-right: auto;
    text-align: center;
    width: 84%;
    margin-bottom: 0px;
    border-radius: 50px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
}

ul.tabs-pround-moment li {
    text-align: center;
    display: inline-flex;
    flex: 0 0 auto;
    margin-right: 25px;
}

ul.tabs-pround-moment li:last-child {
    margin-right: 0;
}

ul.tabs-pround-moment li button {
    white-space: nowrap;
}

ul.tabs-pround-moment li button {
    background: none;
    border: none;
    padding: 10px 20px;
    border-radius: var(--radius-pill);
}

ul.tabs-pround-moment li button.active {
    background: transparent;
    color: #fff;
    border-radius: var(--radius-pill);
    padding: 10px 20px;
}

.scholarship-moment {
    background: #f7f7f7;
    padding-top: var(--section-y);
    padding-bottom: var(--section-y);
    float: left;
}

.slide-1 ul {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.slide-1 ul li {
    display: inline-block;
    margin-left: 36px;
    list-style: none;
    margin-bottom: 60px;
    position: relative;
}

.slide-1 ul li img {
    width: 113px !important;
    height: 113px;
    border-radius: 80px;
    border: 1px solid #ffa033;
}

.Faqs {
    padding-top: 30px;
    padding-bottom: 50px;
}

.faq-heading h3 {
    color: #525252;
    font-family: Poppins;
    font-size: var(--h-section);
    font-style: normal;
    font-weight: var(--h-section-weight);
    line-height: normal;
}

.faq-image {
    position: relative;
}

.faq-image img {
    width: auto;
    height: 230px;
    position: absolute;
    top: 145px;
}

ul.faq-collapse {
    padding: 0 22px 6px 40px;
    margin-bottom: 0;
}

ul.faq-collapse li {
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    font-weight: 400;
    list-style: disc;
}

.proud-scholar ul.nav li {
    background: #eef0f2;
    border-radius: var(--radius-pill);
    transition: background 0.25s ease;
}

.proud-scholar ul.nav li:hover {
    background: var(--accent-soft);
}

.proud-scholar ul.nav li button {
    color: var(--text-muted);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.25s ease;
}

.proud-scholar ul.nav li:hover button {
    color: var(--accent);
}

.proud-scholar ul.nav li:has(button.active) {
    background: var(--accent);
}

.proud-scholar ul.nav li:has(button.active):hover {
    background: var(--accent);
}

.proud-scholar ul.nav li button.active,
.proud-scholar ul.nav li:hover button.active {
    color: #fff;
}

.img-text {
    position: absolute;
    z-index: 99;
    left: -74px;
    top: 60px;
    width: 150px;
    height: 150px;
}

.img-text p {
    position: absolute;
    left: 63px;
    top: 35px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    color: var(--text-strong);
    width: 135px;
    min-height: 34px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    word-wrap: break-word;
    background: #fff;
    padding: 5px 8px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-transform: capitalize;
}

.slide-1 ul li .img-text svg {
    display: none;
}

@media screen and (max-width: 1024px) {
    .apply-button {
        float: left;
        width: 40%;
    }
    #fee-structure {
        width: 100%;
        margin: 0% auto;
    }
    .offer-grid {
        width: 100%;
    }
    .main-eligile-corner {
        width: 100%;
    }
    .legrand-scholrship {
        overflow: hidden;
    }
    .online-apply-img-1 img {
        max-width: 100%;
    }
    .online-apply-img-2 img {
        max-width: 100%;
    }
    .legrand-concert {
        display: flex;
        justify-content: space-between;
    }
    .legrand-concert-left img,
    .legrand-concert-right img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .legrand-concert-right {
        width: 48%;
    }
    ul.tabs-pround-moment {
        width: 100%;
        margin-bottom: 0;
        justify-content: center;
    }
    .slide-1 ul {
        display: flex;
        flex-wrap: wrap;
    }
    .narrow-shot {
        width: 100%;
        margin: 0px auto;
        max-width: 100%;
    }
    .faq-heading h3 {
        font-size: var(--h-section);
    }
    .social-media ul li {
        margin-right: 14px;
    }
}

@media screen and (max-width: 991px) {
    :root {
        --h-section: 24px;
        --h-sub: 20px;
        --section-y: 40px;
    }
    .Eligible-cart {
        stroke-width: 1px;
        position: absolute;
        clear: both;
        display: none;
    }
    .legrand-banner-text h1,
    .legrand-banner-text h1 span {
        font-size: 20px;
    }
    .main-banner {
        position: relative;
    }
    .outer-layer {
        width: 245px;
        left: 0;
    }
    .legrand-banner-text p {
        font-size: 14px;
        margin-top: 10px;
    }
    .banner-hero {
        margin-top: 10px;
    }
    .apply-button {
        float: left;
        width: 50%;
    }
    .contact-button {
        float: left;
        width: 50%;
    }
    .legrand_fix {
        padding-bottom: 30px;
    }
    .headline-support h2,
    .sholarship-offer h3 {
        font-size: var(--h-section);
    }
    .fee-cards {
        margin-top: 40px;
        gap: 20px;
    }
    .fee-card-amount {
        font-size: 26px;
    }
    .apply-btn a {
        font-size: 15px;
    }
    .view-btn {
        margin-top: 20px;
        width: 100%;
    }
    .view-btn a {
        width: 100%;
        font-size: 15px;
        max-width: 200px;
    }
    .about-legrand-program {
        max-height: 100%;
    }
    .offer-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .offer-card {
        flex-direction: row;
        align-items: center;
        padding: 22px 24px;
    }
    .offer-icon {
        flex-shrink: 0;
    }
    .online-application {
        margin-top: 10px;
    }
    .corner-left {
        width: 100%;
    }
    .right-application {
        width: 100%;
    }
    .apply-steps {
        grid-template-columns: repeat(2, 1fr);
    }
    .Scholar-connect-program {
        margin-top: 125px;
    }
    .connect-program-online h3 {
        font-size: var(--h-section);
        margin-left: 64px;
        line-height: 170%;
        margin-top: -38px;
    }
    .student-apply-online {
        left: 20px;
    }
    .legrand-text-scholship h3 {
        font-size: var(--h-section);
        line-height: 28px;
    }
    .legrand-text-scholship p {
        font-size: 15px;
        text-align: left;
    }
    .what-we-say h3,
    .faq-heading h3 {
        font-size: var(--h-section);
    }
    .scholar-connect-program {
        padding: var(--section-y) 0px;
    }
    .count {
        font-size: 30px;
    }
    .contact-details .row {
        display: inline-block;
    }
    .contact-details .mobilefooter {
        width: 49%;
        height: 150px;
        display: inline-block;
        max-width: 100%;
    }
    .contact-us {
        margin-bottom: 0px;
        margin-top: 0px;
        display: inline-block;
    }
    .address-icon {
        width: 25px;
        margin-right: 10px;
        height: 25px;
        padding: 0px 6px;
    }
    .address-text {
        float: left;
        margin-top: 10px;
        width: 100%;
    }
    .footermg img {
        margin-top: 20px !important;
        display: inline-block;
    }
    .contact-us h3 {
        font-size: 20px;
    }
    .right-application ul {
        margin-top: 0;
    }
    .img-text p {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --h-section: 22px;
        --h-sub: 18px;
    }
    .legrand-banner-text {
        float: left;
        padding-top: 40px;
        width: 100%;
    }
    .legrand-banner-text h5 {
        font-size: 15px;
        padding-bottom: 4px;
    }
    .legrand-banner-text h1,
    .legrand-banner-text h1 span {
        font-size: 18px;
    }
    .apply-button {
        float: left;
        width: 44%;
        margin-right: 12px;
    }
    .contact-button {
        width: 49%;
        margin-top: 0;
    }
    .banner-hero {
        margin: 0px auto;
        display: block;
        text-align: center;
    }
    .apply-button a,
    .contact-button a {
        /* width: 80%; */
        font-size: 14px;
        padding: 9px 35px;
    }
    .legrand-img {
        width: 100%;
        height: auto;
        margin-top: 40px !important;
        margin: 0px auto;
        display: block;
    }
    .outer-layer {
        width: 100%;
        left: 0;
        right: 0;
        margin: 0px auto;
        height: 100%;
    }
    .outer-layer img {
        max-width: 70%;
        height: auto;
        margin-top: 23px;
        margin: 0px auto;
        display: block;
    }
    .headline-support h2,
    .sholarship-offer h3 {
        font-size: var(--h-section);
    }
    .fee-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .fee-card-amount {
        font-size: 24px;
    }
    .aboutmoblies {
        display: inline-block;
    }
    .aboutmoblies2 {
        width: 100%;
    }
    .program-about {
        width: 100%;
    }
    .about-legrand-program {
        margin-top: 25px;
        width: 100%;
    }
    .view-btn {
        margin-top: 0;
        width: 100%;
    }
    .offer-card {
        padding: 18px 18px;
        gap: 14px;
    }
    .offer-icon {
        width: 54px;
        height: 54px;
    }
    .corner-left {
        width: 100%;
    }
    .right-application {
        width: 100%;
    }
    .eligibility-cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .apply-steps {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .connect-two-img {
        float: left;
        width: 100%;
    }
    .legrand-text-scholship {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .legrand-text-scholship {
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .legrand-concert-left {
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }
    .legrand-concert-right {
        float: left;
        width: 100%;
    }
    .legrand-concert {
        display: inline-block;
        /* justify-content: space-between; */
    }
    .what-we-say h3,
    .faq-heading h3 {
        font-size: var(--h-section);
    }
    .proud-scholar ul.nav li {
        background: #afafaf;
        color: #fff;
        margin-right: 0;
        margin-bottom: 13px;
        border-radius: 20px;
        display: inline-block;
    }
    ul.tabs-pround-moment {
        width: 100%;
        justify-content: flex-start;
        display: inline-block;
    }
    .slide-1 ul li {
        display: inline-block;
        margin-left: 0;
    }
    .slide-1 ul {
        display: flex;
        padding: 0 30px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .scholar-connect-program .row {
        display: inline-block;
    }
    .scholar-connect-program .countmobliess {
        width: 49%;
        float: left;
        margin-bottom: 34px;
    }
    .scholar-connect-program .countmobliess + .countmobliess::before {
        display: none;
    }
    .scholar-connect-program {
        padding: 44px 0 10px;
    }
    .contact-details .mobilefooter {
        width: 100%;
        height: auto;
        display: inline-block;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .footermg img {
        margin-top: 0px !important;
        display: inline-block;
    }
    .contact-details {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
    }
    .main-banner {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 90px;
    }
    .program-about h3,
    .about-legrand-program h3 {
        font-size: var(--h-section);
    }
    .scholarship-support {
        margin-bottom: 10px;
    }
    .contact-us {
        margin-bottom: 15px;
        margin-top: 0px;
        display: inline-block;
        width: 100%;
    }
    .address-text {
        float: left;
        margin-top: 0;
        width: 83%;
        padding-top: 0;
        line-height: 22px;
    }
    .count {
        margin-bottom: 40px;
    }
    .connect-program-online h3 {
        font-size: var(--h-section);
        line-height: 1.5;
    }
    .legrand-img img {
        margin-top: 0px;
    }
    .legrand-banner-text {
        padding-right: 0px;
    }
    .fee-text .Specialtext {
        margin-top: 14px;
    }
    .Eligible-cart img {
        display: block;
    }
    .online-apply-img-1 {
        float: left;
        margin-right: 0;
        width: 100%;
        padding-top: 0;
        margin-bottom: 17px;
    }
    .online-apply-img-2 {
        width: 100%;
    }
    #customers-testimonials .item {
        margin-right: 0;
    }
    .Specialtext {
        width: 100%;
    }
}

.legrandcont {
    width: 100%;
   
    padding: 30px;
    display: inline-block;
}

.legrand-program {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.legrand-program h3 {
    color: #000;
    font-family: Poppins;
  font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 28px;
}

.legrand-program-legrand {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    h4 {
        font-weight: 600;
    }
}

/* Card treatment for the three mentorship sub-sections */
.mentor-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    padding: 32px;
    margin-top: 28px;
    align-items: stretch;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mentor-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

/* Image column — fills the card height and crops uniformly across both cards */
.mentor-card-media {
    display: flex;
    align-items: center;
}

.mentor-card-media img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    max-height: 420px;
    object-fit: cover;
    border-radius: var(--radius);
    display: block;
}

/* Full-width centred card */
.legrand-program-legrandmain.mentor-card {
    display: block;
}

.legrand-program-left {
    padding-right: 20px;
    h4 {
        font-size: 22px;
        font-weight: 600;
        color: var(--text-strong);
        margin-bottom: 14px;
    }
    h6 {
        font-size: 15px;
        font-weight: 600;
        color: var(--text-strong);
        margin-top: 22px;
        margin-bottom: 6px;
    }
    p {
        text-align: left;
        color: #000;
        font-family: Poppins;
        font-size: 14px;
    }
    > ul {
        list-style: none;
        margin: 12px 0 0;
        padding: 0;
        > li {
            position: relative;
            font-size: 14px;
            line-height: 1.65;
            color: var(--text);
            padding-left: 26px;
            margin-bottom: 14px;
        }
        > li::before {
            content: "";
            position: absolute;
            left: 4px;
            top: 8px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--accent);
        }
        > li > b:first-child {
            color: var(--text-strong);
        }
        /* nested sub-points */
        ul {
            list-style: none;
            margin: 8px 0 0;
            padding-left: 0;
            li {
                position: relative;
                padding-left: 18px;
                font-size: 13.5px;
                line-height: 1.6;
                color: var(--text-muted);
            }
            li::before {
                content: "–";
                position: absolute;
                left: 2px;
                top: 0;
                color: var(--accent);
                font-weight: 600;
            }
        }
    }
}
.legrand-program-divss p{ color: #000;
    font-family: Poppins;
    font-size: 14px; }
.legrand-program-legrandmain {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    h4 {
        text-align: center;
    }
    p {
        text-align: center; font-family: Poppins;
    font-size: 14px;
    }
}.program-about ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 20px;
}

.program-about ul li {
    font-size: 13px;
    text-align: left;
    color: #545454;
    font-weight: 400;
    line-height: 27px;
    width: 100%;
    float: left;
}

/* Consistent rounding for content photos in mentorship / impact sections */
.legrand-program-legrand img,
.legrand-program-legrandmain img,
.legrand-program-right img,
.legrand-scholrship img {
    border-radius: var(--radius);
}

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

.legrand-program-left {
margin-bottom: 20px;
    margin-top: 20px;padding-left: 0px ! IMPORTANT;
}
.mentor-card {
    padding: 20px;
}
.mentor-card-media img {
    min-height: 200px;
    max-height: 260px;
}
.legrandcont {
    padding: var(--section-y) 15px;
}

.legrand-program-divss p {
    text-align: left;
}

.legrand-program-legrand{ margin-top:10px; }
.what-we-offer{ margin-top:0px; }

}

/*--------------------------------------------------------------
# CTA Box (Apply Now section) - scoped styles
--------------------------------------------------------------*/

/* Outer page background set to pure white */
body {
  background-color: #ffffff;
  margin: 0;
  padding: 40px 0;
  font-family: "Inter", -apple-system, sans-serif;
}

/* Section Container with Modern Gradient Background (Made Smaller) */
#cta-box.cta-final {
  background: linear-gradient(135deg, #0d7af6 0%, #034eb2 100%) !important;
  padding: 40px 20px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  text-align: center !important;
  box-shadow: 0 12px 30px rgba(13, 122, 246, 0.2) !important;
  color: #ffffff !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: hidden !important;
  max-width: 900px !important;
  margin: 50px auto 0 auto !important;
  scroll-margin-top: 90px !important;
}

/* Container Wrapper */
#cta-box .wrap {
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Eyebrow / Tag Header */
#cta-box .eyebrow {
  font-family: "JetBrains Mono", monospace !important;
  font-size: 11px !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: #fde047 !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-bottom: 8px !important;
}

/* Section Title */
#cta-box h2 {
  font-family: "Fraunces", Georgia, serif !important;
  font-size: clamp(22px, 3vw, 30px) !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 8px 0 !important;
  line-height: 1.2 !important;
}

/* Description Text */
#cta-box p {
  font-family: "Inter", -apple-system, sans-serif !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 14px !important;
  max-width: 520px !important;
  margin: 0 auto 20px auto !important;
  line-height: 1.5 !important;
}

/* Buttons Row Flexbox */
#cta-box .path-buttons {
  display: flex !important;
  gap: 16px !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

/* Category Cards / Action Buttons (Made Smaller) */
#cta-box .track-btn {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  padding: 16px 20px !important;
  border-radius: 12px !important;
  text-align: left !important;
  text-decoration: none !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  min-width: 240px !important;
  max-width: 320px !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  box-sizing: border-box !important;
}

#cta-box .track-btn:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Category Label inside Card */
#cta-box .track-btn .tag {
  font-family: "JetBrains Mono", monospace !important;
  font-size: 10px !important;
  color: #fde047 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  font-weight: 600 !important;
  display: block !important;
}

/* Card Title & Arrow */
#cta-box .track-btn .title {
  font-family: "Inter", -apple-system, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  line-height: 1.3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

#cta-box .track-btn .arrow {
  font-size: 16px !important;
  transition: transform 0.25s ease !important;
  color: #ffffff !important;
}

#cta-box .track-btn:hover .arrow {
  transform: translateX(5px) !important;
}

/* Mobile Responsiveness */
@media (max-width: 640px) {
  #apply.cta-final {
    padding: 30px 16px !important;
    border-radius: 12px !important;
  }
  #apply .track-btn {
    min-width: 100% !important;
  }
}