:root {
    --gaan-green: #42b83e;
    --gaan-green-dark: #1f8f37;
    --gaan-ink: #101312;
    --gaan-muted: #5c6661;
    --gaan-line: #e3e9e4;
    --gaan-soft: #f4faf4;
    --gaan-white: #ffffff;
}

body {
    background: #fbfdfb !important;
    color: var(--gaan-ink);
}

body,
body p,
body span,
body a,
body button,
body input {
    font-family: "Inter", "Poppins", sans-serif !important;
}

.sub-header {
    display: block;
    background: #101312 !important;
    border: 0 !important;
    position: relative;
    z-index: 1200;
    overflow: visible;
}

.sub-header .container,
.sub-header .row,
.sub-header .sub-header-left,
.sub-header ul,
.sub-header li {
    overflow: visible !important;
}

.sub-header .sub-header-left a,
.sub-header .sub-header-left li,
.sub-header .right-sub a {
    color: rgba(255, 255, 255, 0.82) !important;
}

.sub-header .nice-select.form-select,
.sub-header select.form-select {
    min-width: 128px;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 999px !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    font-weight: 700;
    position: relative;
    z-index: 1201;
}

.sub-header .nice-select .current {
    color: #fff !important;
}

.sub-header .nice-select .list {
    background: #fff;
    border: 1px solid var(--gaan-line);
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(16, 19, 18, 0.12);
    z-index: 1202;
}

.sub-header .nice-select .list .option {
    color: var(--gaan-ink) !important;
    background: #fff !important;
    font-weight: 700;
}

.sub-header .nice-select .list .option:hover,
.sub-header .nice-select .list .option.focus,
.sub-header .nice-select .list .option.selected {
    color: var(--gaan-green-dark) !important;
    background: var(--gaan-soft) !important;
}

.header-area {
    background: rgba(255, 255, 255, 0.94) !important;
    border-bottom: 1px solid rgba(16, 19, 18, 0.08);
    box-shadow: 0 16px 40px rgba(16, 19, 18, 0.05);
    position: sticky;
    top: 0;
    z-index: 99;
}

.header-area .container {
    max-width: min(1560px, calc(100% - 48px));
}

.header-area .row {
    align-items: center;
    min-height: 82px;
    flex-wrap: nowrap;
    gap: 20px;
}

.header-area .logo-image a {
    display: block;
    width: 170px;
    height: 54px;
    background: url("../image/gaan-academy-logo.png") center / contain no-repeat;
}

.header-area .logo-image img {
    display: none !important;
}

.header-area .primary-menu > li > a {
    color: #26302b !important;
    font-size: 14px;
    font-weight: 600 !important;
    padding: 12px 8px !important;
    white-space: nowrap;
}

.header-area .header-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.header-area .primary-menu {
    gap: 18px;
}

.header-area .primary-menu > li {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-area .col-sm-5.col-md-3.col-xl-4 {
    flex: 1 1 280px;
    max-width: 380px;
    min-width: 220px;
    margin-left: auto !important;
}

.header-area .primary-menu > li > a.active,
.header-area .primary-menu > li > a:hover {
    color: var(--gaan-green-dark) !important;
}

.header-area .Esearch_entry .form-control {
    height: 44px;
    border: 1px solid var(--gaan-line);
    border-radius: 999px;
    background: #f7fbf7;
    color: var(--gaan-ink);
    padding-left: 18px;
}

.header-area .Esearch_entry {
    margin-left: 0 !important;
}

.header-area .Esearch_entry button {
    color: var(--gaan-green-dark);
}

.header-area .gradient,
.header-area .eBtn.gradient,
.newslater-form .gradient {
    background: var(--gaan-ink) !important;
    border: 1px solid var(--gaan-ink) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.header-area .toggle-bar {
    color: var(--gaan-ink) !important;
}

.header-area .primary-end {
    gap: 12px;
}

.header-area .primary-end .eBtn.gradient {
    min-width: 142px;
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.gaan-home {
    overflow: hidden;
}

.gaan-section {
    padding: 92px 0;
}

.gaan-shell {
    max-width: 1200px;
    margin: 0 auto;
}

.gaan-hero {
    position: relative;
    padding: 86px 0 58px;
    background:
        linear-gradient(120deg, rgba(66, 184, 62, 0.12), rgba(255, 255, 255, 0) 38%),
        radial-gradient(circle at 84% 20%, rgba(66, 184, 62, 0.15), transparent 28%),
        #fbfdfb;
}

.gaan-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 9px 14px;
    border: 1px solid rgba(66, 184, 62, 0.22);
    border-radius: 999px;
    background: #fff;
    color: var(--gaan-green-dark);
    font-size: 13px;
    font-weight: 800;
}

.gaan-eyebrow::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gaan-green);
}

.gaan-hero h1,
.gaan-title {
    color: var(--gaan-ink);
    font-family: "Inter", "Poppins", sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0;
}

.gaan-hero h1 {
    max-width: 760px;
    margin-bottom: 22px;
    font-size: 68px;
    line-height: 1.02;
}

html[lang='french'] .gaan-hero h1,
html[lang='fr'] .gaan-hero h1 {
    font-size: 54px !important;
    line-height: 1.1;
}


.gaan-hero h1 span,
.gaan-title span {
    color: var(--gaan-green-dark);
}

.gaan-hero-text {
    max-width: 620px;
    color: var(--gaan-muted);
    font-size: 18px;
    line-height: 1.7;
}

.gaan-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.gaan-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
}

.gaan-btn-primary {
    background: var(--gaan-green);
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(66, 184, 62, 0.26);
}

.gaan-btn-secondary {
    border: 1px solid var(--gaan-line);
    background: #fff;
    color: var(--gaan-ink) !important;
}

.gaan-hero-panel {
    border: 1px solid rgba(16, 19, 18, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(16, 19, 18, 0.09);
    overflow: hidden;
}

.gaan-hero-panel img {
    width: 100%;
    aspect-ratio: 1.08;
    object-fit: cover;
}

.gaan-panel-body {
    padding: 22px;
}

.gaan-panel-body h3 {
    margin-bottom: 8px;
    color: var(--gaan-ink);
    font-size: 22px;
    font-weight: 900;
}

.gaan-panel-body p {
    margin-bottom: 0;
    color: var(--gaan-muted);
    line-height: 1.6;
}

.gaan-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 42px;
}

.gaan-stat {
    border: 1px solid var(--gaan-line);
    border-radius: 8px;
    background: #fff;
    padding: 18px;
}

.gaan-stat strong {
    display: block;
    color: var(--gaan-ink);
    font-size: 28px;
    font-weight: 900;
}

.gaan-stat span {
    color: var(--gaan-muted);
    font-size: 13px;
    font-weight: 700;
}

.gaan-section-head {
    max-width: 720px;
    margin-bottom: 34px;
}

.gaan-title {
    margin-bottom: 12px;
    font-size: 42px;
    line-height: 1.12;
}

.gaan-section-head p {
    color: var(--gaan-muted);
    font-size: 17px;
    line-height: 1.65;
}

.gaan-feature,
.gaan-course-card,
.gaan-path-card,
.gaan-testimonial {
    border: 1px solid var(--gaan-line);
    border-radius: 8px;
    background: #fff;
}

.gaan-feature {
    height: 100%;
    padding: 26px;
}

.gaan-feature-icon {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 8px;
    background: var(--gaan-soft);
    color: var(--gaan-green-dark);
    font-size: 22px;
}

.gaan-feature h3,
.gaan-path-card h3 {
    color: var(--gaan-ink);
    font-size: 21px;
    font-weight: 900;
}

.gaan-feature p,
.gaan-path-card p,
.gaan-testimonial p {
    color: var(--gaan-muted);
    line-height: 1.65;
}

.gaan-courses-band {
    background: #f2f8f2;
}

.gaan-course-card {
    display: block;
    height: 100%;
    overflow: hidden;
    color: inherit !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gaan-course-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(16, 19, 18, 0.09);
}

.gaan-course-card img {
    width: 100%;
    aspect-ratio: 1.45;
    object-fit: cover;
}

.gaan-course-body {
    padding: 20px;
}

.gaan-course-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: var(--gaan-muted);
    font-size: 13px;
    font-weight: 700;
}

.gaan-course-price {
    color: var(--gaan-green-dark);
    font-weight: 900;
}

.gaan-course-body h3 {
    min-height: 54px;
    margin-bottom: 16px;
    color: var(--gaan-ink);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.35;
}

.gaan-course-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--gaan-line);
    padding-top: 16px;
    color: var(--gaan-muted);
    font-size: 13px;
    font-weight: 700;
}

.gaan-path-card {
    height: 100%;
    padding: 30px;
}

.gaan-path-number {
    display: inline-flex;
    margin-bottom: 20px;
    color: var(--gaan-green-dark);
    font-size: 14px;
    font-weight: 900;
}

.gaan-cta {
    padding: 70px 0;
    background: var(--gaan-ink);
    color: #fff;
}

.gaan-cta h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
}

.gaan-cta p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
}

.gaan-cta .gaan-btn-secondary {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff !important;
}

.footer-area {
    background: #101312 !important;
}

.footer-area .footer-content > img {
    content: url("../image/gaan-academy-logo.png");
    max-width: 190px;
    padding: 8px;
    border-radius: 8px;
    background: #fff;
}

@media (max-width: 991px) {
    .header-area .row {
        min-height: 72px;
    }

    .header-area .logo-image a {
        width: 146px;
        height: 48px;
    }

    .gaan-hero {
        padding-top: 54px;
    }

    .gaan-hero h1 {
        font-size: 44px;
    }

    .gaan-hero-panel {
        margin-top: 34px;
    }

    .gaan-stats {
        grid-template-columns: 1fr;
    }

    .gaan-section {
        padding: 64px 0;
    }

    .gaan-title,
    .gaan-cta h2 {
        font-size: 32px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .strategy-hero {
        padding-top: 48px;
    }

    .strategy-hero .row {
        align-items: center !important;
    }

    .strategy-hero .gaan-hero h1,
    .strategy-hero h1 {
        font-size: 40px;
        line-height: 1.05;
    }

    .strategy-hero .gaan-hero-text {
        font-size: 15px;
        line-height: 1.6;
    }

    .strategy-hero-media img {
        aspect-ratio: 0.9;
    }

    .strategy-media-note {
        right: 12px;
        bottom: 12px;
        left: 12px;
        padding: 12px;
    }

    .strategy-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 24px;
    }

    .strategy-stats .gaan-stat {
        padding: 12px;
    }
}

@media (max-width: 1399px) {
    .header-area .container {
        max-width: min(1280px, calc(100% - 32px));
    }

    .header-area .row {
        gap: 14px;
    }

    .header-area .logo-image a {
        width: 150px;
        height: 48px;
    }

    .header-area .primary-menu {
        gap: 10px;
    }

    .header-area .primary-menu > li > a {
        font-size: 13px;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .header-area .col-sm-5.col-md-3.col-xl-4 {
        max-width: 300px;
        min-width: 200px;
    }

    .header-area .primary-end .eBtn.gradient {
        min-width: 120px;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

@media (max-width: 1199px) {
    .header-area .header-menu {
        display: none !important;
    }

    .header-area .col-sm-5.col-md-3.col-xl-4 {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .gaan-hero h1 {
        font-size: 38px;
    }

    .gaan-actions {
        flex-direction: column;
    }

    .gaan-btn {
        width: 100%;
    }
}

/* B2B Homepage Styles */
.floating-card {
    z-index: 10;
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
.step-card, .b2b-course-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.step-card:hover, .b2b-course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important;
}
.hero-image-wrapper img {
    width: 100%;
    aspect-ratio: auto;
    min-height: 400px;
    object-fit: cover;
}

/* Strategy homepage */
.strategy-hero {
    padding: 42px 0 72px;
}

.strategy-hero .row {
    gap: 0;
}

.strategy-hero-media {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(16, 19, 18, 0.08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(16, 19, 18, 0.11);
}

.strategy-hero-media img {
    display: block;
    width: 100%;
    aspect-ratio: 1.05;
    object-fit: cover;
}

.strategy-media-note {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    display: grid;
    gap: 4px;
    border-radius: 8px;
    background: rgba(16, 19, 18, 0.88);
    padding: 16px;
    color: #fff;
}

.strategy-media-note strong {
    font-size: 16px;
    font-weight: 900;
}

.strategy-media-note span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.strategy-access {
    background: #fff;
}

.strategy-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    border: 1px solid var(--gaan-line);
    border-radius: 8px;
    background: #fff;
    padding: 28px;
    box-shadow: 0 18px 48px rgba(16, 19, 18, 0.06);
}

.strategy-card-icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 8px;
    background: var(--gaan-soft);
    color: var(--gaan-green-dark);
    font-size: 24px;
}

.strategy-card h3,
.strategy-feature h3 {
    color: var(--gaan-ink);
    font-size: 23px;
    font-weight: 900;
}

.strategy-card p,
.strategy-feature p,
.strategy-band p {
    color: var(--gaan-muted);
    line-height: 1.65;
}

.strategy-card ul {
    display: grid;
    gap: 10px;
    margin: 10px 0 26px;
    padding: 0;
    list-style: none;
}

.strategy-card li {
    display: flex;
    gap: 10px;
    color: #29342f;
    font-size: 14px;
    font-weight: 700;
}

.strategy-card li::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-top: 7px;
    border-radius: 50%;
    background: var(--gaan-green);
}

.strategy-card .gaan-btn {
    margin-top: auto;
}

.strategy-card-learner .strategy-card-icon {
    background: #eef6ff;
    color: #1d6fd1;
}

.strategy-card-school .strategy-card-icon {
    background: #fff7e8;
    color: #b56a00;
}

.strategy-card-trainer .strategy-card-icon {
    background: #f2efff;
    color: #14943c;
}

.strategy-band {
    background: #f2f8f2;
}

@media (min-width: 992px) {
    .strategy-band .row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }
    .strategy-band .col-lg-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}


.strategy-checks {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.strategy-checks span {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--gaan-ink);
    font-weight: 800;
}

.strategy-checks i {
    color: var(--gaan-green-dark);
}

.strategy-flow {
    display: grid;
    gap: 14px;
}

.strategy-flow div {
    display: flex;
    align-items: center;
    gap: 18px;
    border: 1px solid var(--gaan-line);
    border-radius: 8px;
    background: #fff;
    padding: 18px;
}

.strategy-flow strong {
    color: var(--gaan-green-dark);
    font-size: 22px;
    font-weight: 900;
}

.strategy-flow span {
    color: var(--gaan-ink);
    font-size: 17px;
    font-weight: 800;
}

.strategy-feature {
    height: 100%;
    border: 1px solid var(--gaan-line);
    border-radius: 8px;
    background: #fff;
    padding: 24px;
}

.strategy-feature i {
    margin-bottom: 18px;
    color: var(--gaan-green-dark);
    font-size: 28px;
}

.strategy-cta {
    margin: 0 24px 48px;
    border-radius: 8px;
}

.strategy-cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

@media (max-width: 991px) {
    .strategy-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .strategy-hero-media img {
        aspect-ratio: 0.95;
    }

    .strategy-media-note {
        position: static;
        border-radius: 0;
    }
}

.header-area .header-action-btn {
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    text-decoration: none !important;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.header-area .header-action-secondary {
    border: 1px solid var(--gaan-line);
    background: #fff;
    color: var(--gaan-green-dark) !important;
}

.header-area .header-action-secondary:hover {
    border-color: rgba(66, 184, 62, 0.34);
    background: var(--gaan-soft);
    color: var(--gaan-green-dark) !important;
}

.header-area .header-action-primary {
    min-width: 118px;
    border: 1px solid var(--gaan-ink);
    background: var(--gaan-ink);
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(16, 19, 18, 0.12);
}

.header-area .header-action-primary:hover {
    border-color: var(--gaan-green-dark);
    background: var(--gaan-green-dark);
    color: #fff !important;
}

.header-area .profile-menu-item {
    position: relative;
}

.header-area .profile-menu-trigger {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.header-area .profile-menu-trigger i {
    font-size: 10px;
}

.header-area .profile-dropdown-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    z-index: 1005;
    display: grid;
    min-width: 236px;
    gap: 4px;
    margin: 0;
    padding: 10px;
    border: 1px solid var(--gaan-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(16, 19, 18, 0.08);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.header-area .profile-menu-item:hover .profile-dropdown-menu,
.header-area .profile-menu-item:focus-within .profile-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-area .profile-dropdown-menu li {
    padding: 0 !important;
}

.header-area .profile-dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 8px;
    padding: 10px 12px !important;
    color: var(--gaan-ink) !important;
    font-size: 14px;
    font-weight: 800 !important;
}

.header-area .profile-dropdown-menu a::after {
    display: none;
}

.header-area .profile-dropdown-menu a:hover {
    background: var(--gaan-soft);
    color: var(--gaan-green-dark) !important;
}

.header-area .profile-dropdown-menu i {
    width: 18px;
    text-align: center;
}

.header-area .profile-dropdown-menu .profile-link-company i,
.header-area .profile-dropdown-menu .profile-link-company:hover {
    color: var(--gaan-green-dark) !important;
}

.header-area .profile-dropdown-menu .profile-link-company:hover {
    background: var(--gaan-soft);
}

.header-area .profile-dropdown-menu .profile-link-learner i,
.header-area .profile-dropdown-menu .profile-link-learner:hover {
    color: #1d6fd1 !important;
}

.header-area .profile-dropdown-menu .profile-link-learner:hover {
    background: #eef6ff;
}

.header-area .profile-dropdown-menu .profile-link-school i,
.header-area .profile-dropdown-menu .profile-link-school:hover {
    color: #b56a00 !important;
}

.header-area .profile-dropdown-menu .profile-link-school:hover {
    background: #fff7e8;
}

.header-area .profile-dropdown-menu .profile-link-trainer i,
.header-area .profile-dropdown-menu .profile-link-trainer:hover {
    color: #14943c !important;
}

.header-area .profile-dropdown-menu .profile-link-trainer:hover {
    background: #f2efff;
}
