/*
Theme Name: Visaland
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Immigration & Visa Consulting HTML Template
Version: 1.1.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Hero Section
8. About us
9. Services
10. Fun facts
11. Projects
12. Pricing
13. Testimonial
14. CTA
15. Team
16. Video Banner
17. Shop
18. Marquee
19. Blog
20. Footer

Main Style file-> assets/css/main.css 
*/

.hero-4 .hero-image .hero-content p.hero-subtitle {
    font-size: 12px;
    letter-spacing: 0.14em;
    margin-bottom: 14px;
    color: var(--theme2);
}

.hero-4 .hero-image .hero-content h1 {
    font-size: 64px;
    line-height: 1.12;
}

@media (max-width: 1199px) {
    .hero-4 .hero-image .hero-content h1 {
        font-size: 56px;
    }
}

@media (max-width: 991px) {
    .hero-4 .hero-image .hero-content h1 {
        font-size: 46px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-image .hero-content h1 {
        font-size: 38px;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-image .hero-content h1 {
        font-size: 30px;
    }
}

/* Match hero banner to image size — keep height proportional to banner */
.hero-4 .hero-image {
    padding: 0;
    min-height: 0;
    /* Match hero_image_* assets (2048×768 ≈ 8:3) so cover does not zoom/crop faces */
    height: clamp(300px, calc(100vw * 768 / 2048), 768px);
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-4 .hero-image > .container {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
}

.hero-4 .hero-image .hero-content .hero-button {
    margin-top: 36px;
}

@media (max-width: 991px) {
    .hero-4 .hero-image {
        height: auto;
        min-height: 360px;
        padding: 72px 0 56px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
    }

    .hero-4 .hero-image .hero-content .hero-button {
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    .hero-4 .hero-image {
        height: auto;
        min-height: 380px;
        padding: 80px 0 56px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
    }

    .hero-4 .hero-image > .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero-4 .hero-image .hero-content .hero-button {
        margin-top: 24px;
    }

    .hero-4 .hero-image .hero-content .hero-button .theme-btn:last-child {
        display: none;
    }
}

@media (max-width: 575px) {
    .hero-4 .hero-image {
        min-height: 360px;
        padding: 76px 0 52px;
    }
}

.about-wrapper-2 .about-content .section-title .title-divider {
    display: block;
    width: 56px;
    height: 3px;
    background-color: var(--theme);
    margin-top: 18px;
}

.about-wrapper-2 .about-content .about-tabs-area .about-list-items .video-image.cgh-about-video {
    display: block;
    width: 100%;
    max-width: 320px;
}

.about-wrapper-2 .cgh-about-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}

.about-wrapper-2 .cgh-about-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.about-wrapper-2 .about-content .section-title h2,
.guidance-section .title-section-area.guidance-title-center .section-title h2,
.cgh-campus-news-page .title-section-area.guidance-title-center .section-title h2,
.cgh-benefits-section .choose-us-content .section-title h2,
.cgh-opportunities-section .section-title h2,
.cgh-openings-section .section-title h2 {
    font-size: 38px;
    line-height: 1.25;
}

.cgh-openings-section .section-title .title-divider {
    display: block;
    width: 56px;
    height: 3px;
    background-color: var(--theme);
    margin: 18px auto 0;
}

.cgh-openings-section .post-author p {
    margin-bottom: 0;
}

.cgh-openings-section .opening-deadline {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--theme2);
}

.cgh-openings-section .news-image .opening-location-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
    max-width: calc(100% - 30px);
    padding: 8px 12px;
    background-color: rgba(2, 32, 61, 0.88);
    color: var(--white);
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
    border-radius: 4px;
}

.cgh-openings-section .news-image .opening-location-badge i {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--theme2);
}

.cgh-openings-section .post-cat .opening-tag {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--white);
    border-radius: 3px;
    vertical-align: middle;
}

.cgh-openings-section .post-cat .opening-new {
    background-color: var(--theme);
}

.cgh-openings-section .post-cat .opening-trending {
    background-color: var(--theme2);
}

/* Fixed card image frame: 410×250 design — crop any upload to fit */
.cgh-openings-section .single-news-style-1 .news-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.cgh-openings-section .single-news-style-1 .news-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.cgh-openings-section .opportunity-card-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    width: 100%;
}

.cgh-openings-section .opportunity-card-actions .link-btn {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-self: center;
    gap: 8px;
    margin-top: 0;
    flex-shrink: 0;
    white-space: nowrap;
    line-height: 1.2;
}

.cgh-openings-section .opportunity-card-actions .link-btn span {
    display: inline-block;
    white-space: nowrap;
    background-size: 100% 2px;
}

.cgh-openings-section .opportunity-card-actions .link-btn i {
    margin-left: 0;
    flex-shrink: 0;
}

.cgh-openings-section .opportunity-card-actions .cgh-opportunity-view-details {
    margin-right: auto;
}

.cgh-openings-section .opportunity-card-actions .link-btn:last-child {
    margin-left: auto;
}

.cgh-openings-section .cgh-opportunity-view-details span {
    font-weight: 700;
}

.cgh-countries-section {
    background-image: url('../img/flag/lines-waves1.png');
}

.cgh-countries-section .section-title .title-divider {
    display: block;
    width: 56px;
    height: 3px;
    background-color: var(--theme);
    margin: 18px auto 0;
}

.cgh-countries-section .section-title h2 {
    font-size: 38px;
    line-height: 1.25;
}

.cgh-countries-section .swiper-slide.swiper-slide-active .country-box-items.style-2::before {
    background-color: var(--theme);
    height: 100%;
}

.cgh-countries-section .swiper-slide.swiper-slide-active .country-box-items.style-2 .flag-thumb img {
    transform: scaleX(-1);
}

.cgh-countries-section .swiper-slide.swiper-slide-active .country-box-items.style-2 .flag-content h3 a {
    color: var(--white);
}

.cgh-countries-section .swiper-slide.swiper-slide-active .country-box-items.style-2 .flag-content p {
    color: var(--white);
}

@media (max-width: 1199px) {
    .cgh-countries-section .section-title h2 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .cgh-countries-section .section-title h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .cgh-countries-section .section-title h2 {
        font-size: 24px;
    }
}

.cgh-guidance-resources-section .section-title .title-divider {
    display: block;
    width: 56px;
    height: 3px;
    background-color: var(--theme);
    margin: 18px auto 0;
}

.cgh-guidance-resources-section .section-title h2,
.cgh-guidance-resources-section .section-title h2.title-anim {
    font-size: 38px;
    line-height: 1.25;
}

.cgh-guidance-resources-section .coaching-box-items {
    overflow: visible;
}

.cgh-guidance-resources-section .coaching-box-items .coaching-image {
    overflow: visible;
}

.cgh-guidance-resources-section .coaching-image .price.cgh-guidance-code {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    z-index: 5;
}

.cgh-guidance-resources-section .coaching-box-items:hover .coaching-image .price.cgh-guidance-code {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cgh-guidance-resources-section .coaching-box-items .content h4 {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 8px;
}

.cgh-guidance-resources-section .coaching-box-items .content p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 18px;
}

@media (max-width: 1199px) {
    .cgh-guidance-resources-section .section-title h2,
    .cgh-guidance-resources-section .section-title h2.title-anim {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .cgh-guidance-resources-section .section-title h2,
    .cgh-guidance-resources-section .section-title h2.title-anim {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .cgh-guidance-resources-section .section-title h2,
    .cgh-guidance-resources-section .section-title h2.title-anim {
        font-size: 24px;
    }
}

.cgh-resource-access-section .section-title .title-divider {
    display: block;
    width: 56px;
    height: 3px;
    background-color: var(--theme);
    margin-top: 18px;
}

.cgh-resource-access-section .section-title h2,
.cgh-resource-access-section .section-title h2.title-anim {
    font-size: 38px;
    line-height: 1.25;
}

.cgh-resource-access-section .resource-access-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cgh-resource-access-section .resource-access-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 24px;
    background-color: var(--white);
    border-radius: 10px;
    box-shadow: var(---box-shadow);
    color: inherit;
    transition: all 0.3s ease;
}

.cgh-resource-access-section .resource-access-item:hover {
    color: inherit;
    transform: translateY(-2px);
    box-shadow: 0px 12px 35px rgba(149, 149, 149, 0.18);
}

.cgh-resource-access-section .resource-number {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.cgh-resource-access-section .resource-access-item:hover .resource-number {
    transform: scale(1.05);
}

.cgh-resource-access-section .resource-body {
    flex: 1;
    min-width: 0;
}

.cgh-resource-access-section .resource-body h5 {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: none;
    transition: color 0.3s ease;
}

.cgh-resource-access-section .resource-access-item:hover .resource-body h5 {
    color: var(--theme);
}

.cgh-resource-access-section .resource-body p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text);
    opacity: 0.85;
}

.cgh-resource-access-section .resource-arrow {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(8, 30, 88, 0.08);
    color: var(--theme);
    font-size: 16px;
    transition: all 0.3s ease;
}

.cgh-resource-access-section .resource-access-item:hover .resource-arrow {
    background-color: var(--theme);
    color: var(--white);
}

@media (max-width: 1199px) {
    .cgh-resource-access-section .section-title h2,
    .cgh-resource-access-section .section-title h2.title-anim {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .cgh-resource-access-section .section-title h2,
    .cgh-resource-access-section .section-title h2.title-anim {
        font-size: 28px;
    }

    .cgh-resource-access-section .about-content {
        text-align: center;
    }

    .cgh-resource-access-section .section-title .title-divider {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .cgh-resource-access-section .section-title h2,
    .cgh-resource-access-section .section-title h2.title-anim {
        font-size: 24px;
    }

    .cgh-resource-access-section .resource-access-item {
        align-items: flex-start;
        padding: 18px;
        gap: 14px;
    }

    .cgh-resource-access-section .resource-number {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .cgh-resource-access-section .resource-arrow {
        width: 36px;
        height: 36px;
        margin-left: auto;
    }
}

.cgh-testimonial-section .section-title .title-divider {
    display: block;
    width: 56px;
    height: 3px;
    background-color: var(--theme);
    margin: 18px auto 0;
}

/* Success stories slider avatar ring */
.cgh-success-testimonial-section .testimonial-card-items-2 .testimonial-image {
    border: 4px solid var(--theme2);
    box-shadow: 0 10px 22px rgba(2, 32, 61, 0.18);
}

.cgh-success-testimonial-icon {
    display: flex;
    justify-content: center;
    margin: 14px 0 10px;
}

.cgh-success-testimonial-icon img {
    width: 86px;
    height: 86px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 18px 40px rgba(2, 32, 61, 0.16);
    border: 3px solid rgba(255, 255, 255, 0.85);
}

.cgh-success-testimonial-section .section-title h2 {
    margin-top: 0;
}

.cgh-testimonial-section .section-title h2,
.cgh-testimonial-section .section-title h2.title-anim {
    font-size: 38px;
    line-height: 1.25;
}

@media (max-width: 1199px) {
    .cgh-testimonial-section .section-title h2,
    .cgh-testimonial-section .section-title h2.title-anim {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .cgh-testimonial-section .section-title h2,
    .cgh-testimonial-section .section-title h2.title-anim {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .cgh-testimonial-section .section-title h2,
    .cgh-testimonial-section .section-title h2.title-anim {
        font-size: 24px;
    }
}

.cgh-process-section.section-padding {
    padding-top: 100px;
}

/* Home: Find the Next Move banner (1918x475) */
.cgh-future-move-banner.section-padding {
    padding: 0;
}

.cgh-future-move-banner {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    aspect-ratio: 1918 / 475;
    min-height: 220px;
    display: flex;
    align-items: center;
}

.cgh-future-move-banner > .container {
    width: 100%;
}

.cgh-future-move-banner::before {
    display: none;
}

.cgh-future-move-banner .cta-banner-concat-wrapper {
    justify-content: flex-end;
}

.cgh-future-move-banner .cgh-future-move-copy {
    max-width: min(52%, 640px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.cgh-future-move-banner .cgh-future-move-copy h2 {
    color: var(--header);
    font-size: clamp(28px, 3.2vw, 48px);
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .cgh-future-move-banner {
        aspect-ratio: auto;
        min-height: 0;
        display: block;
        background-attachment: scroll;
        background-color: #846429;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
        padding-top: calc(100vw * 475 / 1918);
        padding-bottom: 40px;
    }

    .cgh-future-move-banner > .container {
        padding-top: 32px;
    }

    .cgh-future-move-banner .cta-banner-concat-wrapper {
        justify-content: center;
    }

    .cgh-future-move-banner .cgh-future-move-copy {
        max-width: 100%;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .cgh-future-move-banner .cgh-future-move-copy h2 {
        color: var(--white);
    }
}

@media (max-width: 575px) {
    .cgh-future-move-banner .cgh-future-move-copy h2 {
        font-size: 26px;
    }
}

.cgh-process-section .section-title .title-divider {
    display: block;
    width: 56px;
    height: 3px;
    background-color: var(--theme);
    margin: 18px auto 0;
}

.cgh-process-section .process-work-wrapper .line-shape {
    inset: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    color: var(--theme);
    z-index: 0;
    pointer-events: none;
}

.cgh-process-section .process-work-wrapper .line-shape svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.cgh-process-section .process-work-wrapper .row {
    position: relative;
    z-index: 1;
}

/* Keep all step icons on one band so the connector can link them cleanly. */
@media (min-width: 1200px) {
    .cgh-process-section .process-work-wrapper .work-process-items {
        display: grid;
        grid-template-rows: minmax(150px, 1fr) 100px minmax(150px, 1fr);
        align-items: center;
        margin-top: 20px;
        min-height: 420px;
    }

    .cgh-process-section .process-work-wrapper .work-process-items .icon {
        grid-row: 2;
        margin: 0 auto;
        z-index: 2;
        background-color: var(--white);
    }

    .cgh-process-section .process-work-wrapper .work-process-items .content {
        grid-row: 3;
        margin-top: 24px;
        align-self: start;
    }

    .cgh-process-section .process-work-wrapper .work-process-items .content.style-2 {
        grid-row: 1;
        margin-top: 0;
        margin-bottom: 24px;
        align-self: end;
    }
}

/* Keep connector visible on typical desktop widths (main.css hides under 1400px). */
@media (min-width: 1200px) {
    .cgh-process-section .process-work-wrapper .line-shape {
        display: block;
    }
}

@media (max-width: 1199px) {
    .cgh-process-section .process-work-wrapper .line-shape {
        display: none;
    }
}

.cgh-process-section .section-title h2,
.cgh-process-section .section-title h2.title-anim {
    font-size: 38px;
    line-height: 1.25;
}

@media (max-width: 1199px) {
    .cgh-process-section .section-title h2,
    .cgh-process-section .section-title h2.title-anim {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .cgh-process-section .section-title h2,
    .cgh-process-section .section-title h2.title-anim {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .cgh-process-section .section-title h2,
    .cgh-process-section .section-title h2.title-anim {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .cgh-process-section .process-work-wrapper .work-process-items {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .cgh-process-section .process-work-wrapper .work-process-items .icon {
        order: 0;
    }

    .cgh-process-section .process-work-wrapper .work-process-items .content,
    .cgh-process-section .process-work-wrapper .work-process-items .content.style-2 {
        order: 1;
        margin-top: 24px;
        margin-bottom: 0;
    }

    .cgh-process-section .process-work-wrapper .row > [class*="col-"]:last-child .work-process-items {
        margin-bottom: 0;
    }

    .cgh-process-section .process-work-wrapper .work-process-items .content p {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
}

.about-wrapper-2 .about-content .about-author.about-author-action {
    margin-top: 30px;
    gap: 0;
}

.about-wrapper-2 .about-content .about-author.about-author-action .about-button {
    margin: 0;
}

.about-section.section-padding:has(+ .guidance-section) {
    padding-bottom: 40px;
}

.service-section.guidance-section.section-padding {
    padding-top: 40px;
}

.guidance-section.section-padding:has(+ .cgh-benefits-section) {
    padding-bottom: 70px;
}

.cgh-benefits-section.section-padding {
    padding-top: 90px;
}

.guidance-section .title-section-area.guidance-title-center {
    display: block;
    text-align: center;
}

.guidance-section .title-section-area.guidance-title-center .section-title {
    margin-bottom: 0;
}

.guidance-section .title-section-area.guidance-title-center .title-divider {
    display: block;
    width: 56px;
    height: 3px;
    background-color: var(--theme);
    margin: 18px auto 0;
}

.cgh-benefits-section .choose-us-content .section-title .title-divider {
    display: block;
    width: 56px;
    height: 3px;
    background-color: var(--theme);
    margin-top: 18px;
}

.cgh-opportunities-section .section-title .title-divider {
    display: block;
    width: 56px;
    height: 3px;
    background-color: var(--theme);
    margin: 18px auto 0;
}

.cgh-opportunities-section .coaching-card-items .content p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    opacity: 0.75;
}

.cgh-opportunities-section .coaching-card-items .content h3 {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.cgh-opportunities-section .opportunity-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.cgh-opportunities-section .coaching-card-items .coacing-image img {
    object-fit: cover;
    object-position: center;
}

.cgh-opportunities-section .coaching-card-items .content h3,
.cgh-opportunities-section .coaching-card-items .content h3 a {
    color: var(--header);
}

.cgh-opportunities-section .coaching-card-items .topic-arrow {
    display: inline-flex;
    margin-top: 12px;
    font-size: 14px;
    color: var(--theme2);
    transition: transform 0.3s ease, color 0.3s ease;
}

.cgh-opportunities-section .opportunity-card-link:hover .topic-arrow,
.cgh-opportunities-section .coaching-card-items.active .topic-arrow {
    color: var(--theme);
    transform: translateX(4px);
}

.cgh-opportunities-section .opportunity-card-link:hover .coaching-card-items .content h3 {
    color: var(--theme);
}

@media (max-width: 1199px) {
    .about-wrapper-2 .about-content .section-title h2,
    .guidance-section .title-section-area.guidance-title-center .section-title h2,
    .cgh-campus-news-page .title-section-area.guidance-title-center .section-title h2,
    .cgh-benefits-section .choose-us-content .section-title h2,
    .cgh-opportunities-section .section-title h2,
    .cgh-openings-section .section-title h2 {
        font-size: 34px;
    }
}

@media (max-width: 991px) {
    .about-wrapper-2 .about-content .section-title h2,
    .guidance-section .title-section-area.guidance-title-center .section-title h2,
    .cgh-campus-news-page .title-section-area.guidance-title-center .section-title h2,
    .cgh-benefits-section .choose-us-content .section-title h2,
    .cgh-opportunities-section .section-title h2,
    .cgh-openings-section .section-title h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .about-wrapper-2 .about-content .section-title h2,
    .guidance-section .title-section-area.guidance-title-center .section-title h2,
    .cgh-campus-news-page .title-section-area.guidance-title-center .section-title h2,
    .cgh-benefits-section .choose-us-content .section-title h2,
    .cgh-opportunities-section .section-title h2,
    .cgh-openings-section .section-title h2 {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .about-section.section-padding:has(+ .guidance-section) {
        padding-bottom: 35px;
    }

    .service-section.guidance-section.section-padding {
        padding-top: 35px;
    }

    .guidance-section.section-padding:has(+ .cgh-benefits-section) {
        padding-bottom: 60px;
    }

    .cgh-benefits-section.section-padding {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .about-section.section-padding:has(+ .guidance-section) {
        padding-bottom: 30px;
    }

    .service-section.guidance-section.section-padding {
        padding-top: 30px;
    }

    .guidance-section.section-padding:has(+ .cgh-benefits-section) {
        padding-bottom: 50px;
    }

    .cgh-benefits-section.section-padding {
        padding-top: 60px;
    }
}

.service-wrapper-3.guidance-topics-wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
}

.service-wrapper-3.guidance-topics-wrap > .service-box-items.style-2 {
    flex: 0 0 calc(25% - 15px);
    width: calc(25% - 15px);
    max-width: calc(25% - 15px);
    padding: 42px 16px 36px;
}

@media (max-width: 991px) {
    .service-wrapper-3.guidance-topics-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-wrapper-3.guidance-topics-wrap > .service-box-items.style-2 {
        flex: 0 0 calc(50% - 12px);
        width: calc(50% - 12px);
        max-width: calc(50% - 12px);
    }
}

@media (max-width: 575px) {
    .service-wrapper-3.guidance-topics-wrap > .service-box-items.style-2 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
}

.service-box-items.style-2 .guidance-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.service-box-items.style-2 .content h6 {
    margin-bottom: 0;
    line-height: 1.35;
}

.service-box-items.style-2 .topic-meta {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--text);
    opacity: 0.7;
}

.service-box-items.style-2 .topic-arrow {
    display: inline-flex;
    margin-top: 14px;
    font-size: 14px;
    color: var(--theme2);
    transition: transform 0.3s ease, color 0.3s ease;
}

.service-box-items.style-2:hover .content h6,
.service-box-items.style-2.active .content h6 {
    color: var(--white);
}

.service-box-items.style-2:hover .topic-arrow,
.service-box-items.style-2.active .topic-arrow {
    color: var(--white);
    transform: translateX(4px);
}

.service-box-items.style-2:hover .topic-meta,
.service-box-items.style-2.active .topic-meta {
    color: rgba(255, 255, 255, 0.9);
    opacity: 1;
}

html,
body {
    margin: 0;
    padding: 0;
}

.fix-area {
    height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.header-top-4,
.header-section.header-2 {
    margin-top: 0 !important;
}

.cgh-opportunities-page .pathways-sidebar-head .title-divider {
    display: block;
    width: 48px;
    height: 3px;
    background-color: var(--theme);
    margin-top: 14px;
}

.cgh-opportunities-page .pathways-sidebar-head h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0;
}

.cgh-opportunities-page .pathways-eyebrow {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--theme);
    margin-bottom: 8px;
}

.cgh-opportunities-page .pathways-intro {
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--text);
}

.opportunity-listings-panel {
    scroll-margin-top: 120px;
}

.opportunity-pathways-sidebar {
    background-color: var(--white);
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 8px;
    padding: 28px 24px;
}

@media (min-width: 992px) {
    .opportunity-pathways-sidebar {
        position: sticky;
        top: 110px;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
    }
}

.pathway-filter-field {
    position: relative;
    margin: 20px 0 18px;
}

.pathway-filter-field i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text);
    font-size: 14px;
    pointer-events: none;
}

.pathway-filter-field input {
    width: 100%;
    height: 44px;
    padding: 0 14px 0 40px;
    border: 1px solid rgba(2, 32, 61, 0.12);
    border-radius: 6px;
    font-size: 14px;
    color: var(--header);
    background-color: rgba(2, 32, 61, 0.02);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.pathway-filter-field input:focus {
    outline: none;
    border-color: rgba(255, 90, 31, 0.45);
    box-shadow: 0 0 0 3px rgba(255, 90, 31, 0.1);
    background-color: var(--white);
}

.pathway-nav-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid rgba(2, 32, 61, 0.08);
    background-color: rgba(2, 32, 61, 0.02);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.pathway-nav-all:hover,
.pathway-nav-all.active {
    background-color: rgba(255, 90, 31, 0.08);
    border-color: rgba(255, 90, 31, 0.2);
}

.pathway-nav-divider {
    height: 1px;
    margin: 14px 0;
    background-color: rgba(2, 32, 61, 0.08);
}

.pathway-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pathway-nav-group + .pathway-nav-group {
    margin-top: 8px;
}

.pathway-nav-group.has-children {
    border: 1px solid rgba(2, 32, 61, 0.1);
    border-radius: 8px;
    background: rgba(2, 32, 61, 0.015);
    overflow: hidden;
}

.pathway-nav-group.has-children.is-expanded,
.pathway-nav-group.has-children.is-current {
    border-color: rgba(255, 90, 31, 0.28);
    background: rgba(255, 90, 31, 0.04);
}

.pathway-nav-row {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.pathway-nav-link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    padding: 11px 12px;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.pathway-nav-link--main {
    border-radius: 0;
    padding: 12px 12px 12px 14px;
}

.pathway-nav-group.has-children .pathway-nav-link--main {
    border-radius: 7px 0 0 7px;
}

.pathway-nav-group.has-children.is-expanded .pathway-nav-link--main {
    border-radius: 7px 0 0 0;
}

.pathway-link-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.pathway-level-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--theme2);
    line-height: 1.2;
}

.pathway-sub-link .pathway-level-label {
    color: rgba(2, 32, 61, 0.45);
}

.pathway-nav-link:hover,
.pathway-nav-link.active {
    background-color: rgba(255, 90, 31, 0.08);
}

.pathway-nav-link.is-empty {
    opacity: 0.55;
}

.pathway-expand-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    border: none;
    border-left: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 0;
    background: rgba(2, 32, 61, 0.03);
    color: var(--header);
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pathway-expand-btn i {
    transition: transform 0.25s ease;
}

.pathway-expand-btn:hover {
    background-color: rgba(255, 90, 31, 0.12);
    color: var(--theme);
}

.pathway-nav-group.is-expanded .pathway-expand-btn {
    background-color: rgba(255, 90, 31, 0.14);
    color: var(--theme);
}

.pathway-nav-group.is-expanded .pathway-expand-btn i {
    transform: rotate(180deg);
}

.pathway-sub-panel {
    display: none;
    padding: 0 10px 12px;
    border-top: 1px solid rgba(2, 32, 61, 0.08);
    background: rgba(255, 255, 255, 0.72);
}

.pathway-nav-group.is-expanded .pathway-sub-panel {
    display: block;
}

.pathway-sub-heading {
    margin: 10px 4px 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(2, 32, 61, 0.5);
}

.pathway-sub-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 8px;
    border-left: 2px solid rgba(255, 90, 31, 0.28);
}

.pathway-sub-nav li + li {
    margin-top: 2px;
}

.pathway-sub-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 13px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pathway-sub-link:hover,
.pathway-sub-link.active {
    background-color: rgba(255, 90, 31, 0.1);
}

.pathway-sub-link .pathway-name {
    font-weight: 500;
    font-size: 13px;
}

.pathway-sub-link .pathway-count {
    font-size: 12px;
    min-width: 16px;
    text-align: right;
}

.pathway-sub-link.is-empty {
    opacity: 0.55;
}

.pathway-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.35;
    color: var(--header);
}

.pathway-nav-link--main .pathway-name {
    font-weight: 700;
    font-size: 14px;
}

.pathway-count {
    flex-shrink: 0;
    font-size: 12px;
    color: var(--text);
    white-space: nowrap;
}

.opportunity-search-form {
    margin-bottom: 18px;
}

.opportunity-search-field {
    display: flex;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(2, 32, 61, 0.12);
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--white);
}

.opportunity-search-field i {
    display: inline-flex;
    align-items: center;
    padding-left: 16px;
    color: var(--text);
    font-size: 15px;
}

.opportunity-search-field input {
    flex: 1;
    min-width: 0;
    height: 52px;
    padding: 0 14px;
    border: none;
    font-size: 15px;
    color: var(--header);
    background: transparent;
}

.opportunity-search-field input:focus {
    outline: none;
}

.opportunity-search-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: none;
    background-color: var(--theme);
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.opportunity-search-btn:hover {
    background-color: var(--theme2);
}

.opportunity-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    color: var(--header);
    background-color: rgba(2, 32, 61, 0.06);
    transition: background-color 0.3s ease, color 0.3s ease;
}

.filter-chip:hover {
    background-color: rgba(255, 90, 31, 0.12);
    color: var(--theme);
}

.filter-chip i {
    font-size: 11px;
}

.listings-filter-parent {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--theme);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.listing-subcategory {
    color: var(--theme2);
    font-weight: 600;
}

.opportunity-listings-panel {
    background-color: var(--white);
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 8px;
    padding: 32px;
}

.opportunity-listings-header {
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(2, 32, 61, 0.08);
}

.opportunity-listings-header h3 {
    margin-bottom: 6px;
}

.opportunity-listings-header p {
    margin-bottom: 0;
    color: var(--text);
}

.opportunity-listing-card {
    padding: 28px 0;
    border-bottom: 1px solid rgba(2, 32, 61, 0.08);
}

.opportunity-listing-card:first-child {
    padding-top: 0;
}

.opportunity-listing-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.listing-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-bottom: 14px;
    font-size: 13px;
}

.listing-category,
.listing-discipline,
.listing-status,
.listing-date {
    color: var(--text);
}

.listing-status.is-open {
    color: var(--theme);
    font-weight: 600;
}

.listing-status.is-rolling {
    color: var(--theme2);
    font-weight: 600;
}

.listing-status.is-upcoming {
    color: #0b6e99;
    font-weight: 600;
}

.listing-status.is-closing {
    color: #c0392b;
    font-weight: 600;
}

.listing-tag {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--white);
    border-radius: 3px;
}

.listing-tag.is-new {
    background-color: var(--theme);
}

.listing-tag.is-trending {
    background-color: var(--theme2);
}

.listing-tag.is-urgent {
    background-color: #d92d20;
}

.listing-title {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 10px;
}

.listing-title a:hover {
    color: var(--theme);
}

.listing-organization {
    font-weight: 600;
    margin-bottom: 10px;
}

.listing-excerpt {
    margin-bottom: 12px;
    color: var(--text);
}

.listing-location {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
    color: var(--text);
    font-size: 14px;
}

.listing-location i {
    color: var(--theme2);
    margin-top: 3px;
}

.opportunity-listings-empty {
    padding: 40px 0;
    text-align: center;
}

.cgh-opportunities-page .page-nav-wrap ul {
    justify-content: center;
}

.cgh-opportunities-page .page-nav-wrap .page-numbers.disabled {
    opacity: 0.45;
    pointer-events: none;
}

.cgh-opportunities-page .opportunity-posts-grid .news-image {
    height: 200px;
}

.cgh-opportunities-page .opportunity-posts-grid .news-image img {
    height: 200px;
    object-fit: cover;
}

.cgh-opportunities-page .opportunity-posts-grid .news-content h3 {
    font-size: 20px;
    line-height: 1.35;
}

.cgh-opportunities-page .opportunity-posts-grid .news-content p {
    font-size: 15px;
    line-height: 1.6;
}

.cgh-opportunities-page .opportunity-card-org {
    font-size: 14px;
    font-weight: 600;
    color: var(--header);
    margin-bottom: 8px;
}

.cgh-opportunities-page .opportunity-card-deadline {
    display: block;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    color: var(--theme2);
}

.cgh-opportunities-page .opportunity-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.cgh-opportunities-page .opportunity-card-tags .listing-status,
.cgh-opportunities-page .opportunity-card-tags .listing-tag {
    margin: 0;
}

@media (max-width: 767px) {
    .cgh-opportunities-page .opportunity-posts-grid .col-md-6 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .cgh-opportunities-page .pathways-sidebar-head h2 {
        font-size: 22px;
    }

    .opportunity-listings-panel,
    .opportunity-pathways-sidebar {
        padding: 24px 20px;
    }

    .opportunity-search-field {
        flex-wrap: wrap;
    }

    .opportunity-search-field input {
        width: 100%;
        flex: 1 1 100%;
        padding-left: 16px;
    }

    .opportunity-search-field i {
        display: none;
    }

    .opportunity-search-btn {
        width: 100%;
        height: 46px;
    }

    .listing-title {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .cgh-opportunities-page .pathways-sidebar-head h2 {
        font-size: 20px;
    }

    .pathway-nav-link,
    .pathway-nav-all {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .pathway-count {
        white-space: normal;
    }
}

/* Career Guidance */
.cgh-guidance-page .pathways-eyebrow {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--theme);
    margin-bottom: 8px;
}

.cgh-guidance-page .title-divider {
    display: block;
    width: 48px;
    height: 3px;
    background-color: var(--theme);
    margin-top: 14px;
}

.cgh-guidance-page .title-divider.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.guidance-hub-intro {
    max-width: 720px;
    margin: 0 auto 32px;
}

.guidance-hub-intro h2 {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 0;
    color: var(--header);
}

.guidance-hub-intro p {
    margin: 18px 0 0;
    color: var(--text);
    font-size: 16px;
    line-height: 1.7;
}

.guidance-panel-intro {
    margin-bottom: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(2, 32, 61, 0.08);
}

.guidance-panel-intro h3 {
    margin-bottom: 8px;
    font-size: 28px;
    color: var(--header);
}

.guidance-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 20px;
    padding: 14px;
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 8px;
    background-color: rgba(2, 32, 61, 0.02);
}

.guidance-toolbar-search {
    flex: 1 1 220px;
    min-width: 0;
    border: 1px solid rgba(2, 32, 61, 0.12);
    border-radius: 6px;
    background-color: var(--white);
}

.guidance-toolbar-search input {
    width: 100%;
    height: 48px;
    border: none;
    background: transparent;
}

.guidance-toolbar-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 0 1 auto;
}

.guidance-toolbar-filters .nice-select {
    min-width: 130px;
    margin-bottom: 0;
}

.guidance-toolbar-submit {
    flex-shrink: 0;
    min-width: 88px;
    height: 48px;
    padding: 0 20px;
}

.guidance-reset-row {
    margin-bottom: 18px;
}

.guidance-section + .guidance-section {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid rgba(2, 32, 61, 0.08);
}

.guidance-section-head {
    margin-bottom: 18px;
}

.guidance-section-head h3,
.guidance-section-head h4 {
    margin-bottom: 6px;
    color: var(--header);
}

.guidance-section-head p {
    margin: 0;
    color: var(--text);
    font-size: 15px;
}

.guidance-pathways-sidebar {
    background-color: var(--white);
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 8px;
    padding: 28px 24px;
}

@media (min-width: 992px) {
    .guidance-pathways-sidebar {
        position: sticky;
        top: 110px;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
    }
}

.cgh-guidance-page .pathways-sidebar-head .title-divider {
    display: block;
    width: 48px;
    height: 3px;
    background-color: var(--theme);
    margin-top: 14px;
}

.cgh-guidance-page .pathways-sidebar-head h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 0;
}

.guidance-listings-panel,
.guidance-article-panel {
    background-color: var(--white);
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 8px;
    padding: 32px;
}

.guidance-listings-header {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(2, 32, 61, 0.08);
}

.guidance-listings-header h3 {
    margin-bottom: 8px;
}

.guidance-listings-description {
    color: var(--text);
    margin-bottom: 8px;
}

.guidance-listings-count {
    margin-bottom: 0;
    color: var(--text);
}

.guidance-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.guidance-category-grid-hub {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guidance-category-card {
    position: relative;
    display: block;
    padding: 22px 22px 48px;
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 8px;
    background-color: var(--white);
    transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.guidance-category-card:hover {
    border-color: rgba(255, 90, 31, 0.3);
    background-color: rgba(255, 90, 31, 0.04);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(2, 32, 61, 0.08);
}

.guidance-category-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 14px;
    border-radius: 50%;
    background-color: rgba(255, 90, 31, 0.12);
    color: var(--theme);
    font-size: 13px;
    font-weight: 700;
}

.guidance-category-arrow {
    position: absolute;
    right: 18px;
    bottom: 18px;
    color: var(--theme);
    font-size: 14px;
}

.guidance-category-card h4 {
    font-size: 17px;
    margin-bottom: 8px;
    color: var(--header);
}

.guidance-category-card p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text);
    margin-bottom: 12px;
}

.guidance-category-meta {
    font-size: 12px;
    font-weight: 600;
    color: var(--theme);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.guidance-section-label {
    font-size: 18px;
    margin-bottom: 16px;
    color: var(--header);
}

.guidance-articles-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.guidance-articles-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.guidance-article-card {
    height: 100%;
}

.guidance-article-card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 22px;
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 8px;
    background-color: var(--white);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.guidance-article-card:hover .guidance-article-card-inner {
    border-color: rgba(255, 90, 31, 0.25);
    box-shadow: 0 10px 24px rgba(2, 32, 61, 0.06);
}

.guidance-article-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.guidance-article-card-date {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: right;
    font-size: 12px;
    color: var(--text);
    white-space: nowrap;
}

.guidance-topic-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--white);
}

.guidance-topic-list li + li {
    border-top: 1px solid rgba(2, 32, 61, 0.06);
}

.guidance-topic-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    transition: background-color 0.3s ease;
}

.guidance-topic-row:hover {
    background-color: rgba(255, 90, 31, 0.06);
}

.guidance-topic-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--header);
}

.guidance-topic-count {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    color: var(--theme);
    white-space: nowrap;
}

.guidance-topic-row.is-empty {
    opacity: 0.55;
}

.guidance-topic-row.is-empty .guidance-topic-count {
    color: var(--text);
}

.guidance-article-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.guidance-article-nav-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.guidance-nav-tag {
    display: inline-flex;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: var(--header);
    background-color: rgba(2, 32, 61, 0.06);
    transition: background-color 0.3s ease, color 0.3s ease;
}

.guidance-nav-tag:hover,
.guidance-nav-tag.is-topic {
    background-color: rgba(255, 90, 31, 0.12);
    color: var(--theme);
}

.guidance-article-card {
    padding: 0;
    border-bottom: none;
}

.guidance-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.guidance-article-meta span {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    background-color: rgba(2, 32, 61, 0.06);
    color: var(--header);
}

.guidance-article-category {
    background-color: rgba(255, 90, 31, 0.1) !important;
    color: var(--theme) !important;
}

.guidance-article-topic {
    background-color: rgba(2, 32, 61, 0.06) !important;
}

.guidance-article-title {
    font-size: 22px;
    margin-bottom: 8px;
}

.guidance-article-title a {
    color: var(--header);
    transition: color 0.3s ease;
}

.guidance-article-title a:hover {
    color: var(--theme);
}

.guidance-article-excerpt {
    color: var(--text);
    margin-bottom: 0;
    flex: 1;
}

.guidance-article-card-inner .guidance-article-actions {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(2, 32, 61, 0.06);
}

.guidance-article-actions,
.guidance-article-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.guidance-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid rgba(2, 32, 61, 0.12);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--header);
    background-color: var(--white);
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.guidance-action-btn:hover {
    border-color: rgba(255, 90, 31, 0.35);
    background-color: rgba(255, 90, 31, 0.08);
    color: var(--theme);
}

.guidance-action-btn.is-download {
    border-color: rgba(255, 90, 31, 0.25);
    color: var(--theme);
}

.guidance-share-bar {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.guidance-share-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--header);
    margin-right: 4px;
}

.guidance-share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(2, 32, 61, 0.1);
    color: var(--header);
    background-color: var(--white);
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.guidance-share-icon:hover {
    color: var(--white);
    border-color: transparent;
}

.guidance-share-icon.is-whatsapp:hover { background-color: #25d366; }
.guidance-share-icon.is-facebook:hover { background-color: #1877f2; }
.guidance-share-icon.is-twitter:hover { background-color: #000000; }
.guidance-share-icon.is-linkedin:hover { background-color: #0a66c2; }
.guidance-share-icon.is-copy:hover { background-color: var(--theme); }

.guidance-share-icon.is-copied {
    background-color: var(--theme);
    color: var(--white);
    border-color: transparent;
}

.guidance-articles-empty {
    padding: 32px 0;
    text-align: center;
}

.guidance-article-header {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(2, 32, 61, 0.08);
}

.guidance-article-heading {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.guidance-article-lead {
    font-size: 17px;
    line-height: 1.7;
    color: var(--text);
    margin-bottom: 18px;
}

.guidance-article-body {
    color: var(--text);
    line-height: 1.8;
    font-size: 16px;
    min-width: 0;
}

.guidance-article-body p,
.guidance-article-body li {
    text-align: justify;
}

.guidance-article-body h2,
.guidance-article-body h3 {
    text-align: left;
}

.guidance-article-body p {
    margin-bottom: 18px;
}

.guidance-article-body h2 {
    font-size: 24px;
    line-height: 1.35;
    color: var(--header);
    margin: 32px 0 0;
    scroll-margin-top: 120px;
}

.guidance-article-body h2::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    background-color: var(--theme);
    margin: 14px 0 14px;
}

.guidance-article-body h3 {
    font-size: 19px;
    line-height: 1.4;
    color: var(--header);
    margin: 26px 0 12px;
    scroll-margin-top: 120px;
}

.guidance-article-body ol,
.guidance-article-body ul {
    list-style: decimal;
    list-style-position: outside;
    margin: 8px 0 24px;
    padding-left: 1.75rem;
}

.guidance-article-body li {
    margin-bottom: 10px;
    padding-left: 6px;
    line-height: 1.75;
}

.guidance-article-body li:last-child {
    margin-bottom: 0;
}

.guidance-article-body blockquote {
    margin: 20px 0 24px;
    padding: 16px 20px;
    border-left: 3px solid var(--theme);
    background: rgba(2, 32, 61, 0.03);
    border-radius: 0 8px 8px 0;
}

.guidance-article-body blockquote p {
    margin-bottom: 0;
    font-style: italic;
}

.guidance-article-body strong {
    color: var(--header);
}

.guidance-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}

@media (min-width: 992px) {
    .guidance-article-layout:has(.guidance-toc) {
        grid-template-columns: 240px minmax(0, 1fr);
        align-items: start;
    }
}

.guidance-toc-inner {
    background-color: rgba(2, 32, 61, 0.03);
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-left: 3px solid var(--theme);
    border-radius: 8px;
    padding: 20px 18px;
}

@media (min-width: 992px) {
    .guidance-toc {
        position: sticky;
        top: 110px;
    }
}

.guidance-toc-eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--theme);
    margin-bottom: 6px;
}

.guidance-toc h4 {
    font-size: 17px;
    margin-bottom: 14px;
    color: var(--header);
}

.guidance-toc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.guidance-toc li + li {
    margin-top: 8px;
}

.guidance-toc a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text);
    transition: color 0.3s ease;
}

.guidance-toc a:hover,
.guidance-toc a.is-active {
    color: var(--theme);
}

.guidance-toc-level-3 {
    padding-left: 14px;
}

.guidance-filters-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 8px;
    background-color: rgba(2, 32, 61, 0.02);
}

.guidance-filter-group {
    flex: 1 1 180px;
    min-width: 0;
}

.guidance-filter-label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--header);
}

.guidance-filter-select {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(2, 32, 61, 0.12);
    border-radius: 6px;
    background-color: var(--white);
    color: var(--header);
    padding: 0 14px;
}

.guidance-filters-bar .nice-select {
    width: 100%;
    margin-bottom: 0;
}

.guidance-filter-apply {
    flex-shrink: 0;
    min-height: 48px;
    padding: 0 20px;
}

.guidance-topic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}

.guidance-topic-card {
    display: block;
    padding: 16px;
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 8px;
    background-color: var(--white);
    transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.guidance-topic-card:hover {
    border-color: rgba(255, 90, 31, 0.25);
    background-color: rgba(255, 90, 31, 0.05);
    transform: translateY(-2px);
}

.guidance-topic-card h4 {
    font-size: 15px;
    margin-bottom: 8px;
    color: var(--header);
}

.guidance-topic-meta {
    font-size: 12px;
    font-weight: 600;
    color: var(--theme);
}

.guidance-topic-card.is-empty {
    opacity: 0.65;
}

.guidance-mobile-browse-btn {
    width: 100%;
    margin-bottom: 16px;
}

.guidance-drawer-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(2, 32, 61, 0.55);
    z-index: 1040;
}

.guidance-drawer-overlay[hidden] {
    display: none;
}

body.guidance-drawer-open {
    overflow: hidden;
}

.guidance-sidebar-drawer {
    position: relative;
}

.guidance-drawer-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(2, 32, 61, 0.08);
}

.guidance-drawer-header h3 {
    margin: 6px 0 0;
    font-size: 20px;
    color: var(--header);
}

.guidance-drawer-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(2, 32, 61, 0.12);
    border-radius: 50%;
    background: var(--white);
    color: var(--header);
    cursor: pointer;
}

.guidance-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme);
}

.guidance-back-link:hover {
    color: var(--theme2);
}

@media (max-width: 991px) {
    .guidance-sidebar-col {
        order: -1;
    }

    .guidance-sidebar-drawer {
        position: fixed;
        top: 0;
        left: 0;
        width: min(360px, 92vw);
        height: 100vh;
        z-index: 1050;
        padding: 20px 18px;
        background-color: var(--white);
        box-shadow: 8px 0 30px rgba(2, 32, 61, 0.15);
        transform: translateX(-105%);
        transition: transform 0.3s ease;
        overflow-y: auto;
    }

    .guidance-sidebar-drawer.is-open {
        transform: translateX(0);
    }

    .guidance-sidebar-drawer .guidance-pathways-sidebar {
        border: none;
        padding: 0;
        background: transparent;
        position: static;
        max-height: none;
        overflow: visible;
    }

    .guidance-topic-grid {
        grid-template-columns: 1fr;
    }

    .guidance-filters-bar {
        flex-direction: column;
        align-items: stretch;
    }

    .guidance-filter-apply {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .guidance-sidebar-drawer .guidance-drawer-header,
    .guidance-mobile-browse-btn {
        display: none !important;
    }
}

.guidance-article-footer {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(2, 32, 61, 0.08);
}

.guidance-article-footer h4 {
    margin-bottom: 14px;
    font-size: 18px;
}

.guidance-related-articles {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(2, 32, 61, 0.08);
}

.guidance-related-articles h4 {
    margin-bottom: 14px;
}

.guidance-related-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(2, 32, 61, 0.06);
    font-weight: 600;
    color: var(--header);
}

.guidance-related-link:hover {
    color: var(--theme);
}

.cgh-guidance-page .page-nav-wrap ul,
.cgh-guidance-news-page .page-nav-wrap ul {
    justify-content: center;
}

.cgh-guidance-news-page .page-nav-wrap .page-numbers.disabled {
    opacity: 0.45;
    pointer-events: none;
}

@media (max-width: 991px) {
    .guidance-listings-panel,
    .guidance-article-panel,
    .guidance-pathways-sidebar {
        padding: 24px 20px;
    }

    .guidance-category-grid,
    .guidance-category-grid-hub,
    .guidance-articles-grid {
        grid-template-columns: 1fr;
    }

    .guidance-hub-intro h2 {
        font-size: 26px;
    }

    .guidance-panel-intro h3 {
        font-size: 24px;
    }

    .guidance-article-heading {
        font-size: 26px;
    }

    .guidance-article-layout:has(.guidance-toc) {
        grid-template-columns: 1fr;
    }

    .guidance-toolbar {
        flex-direction: column;
    }

    .guidance-toolbar-filters,
    .guidance-toolbar-submit,
    .guidance-toolbar-search {
        width: 100%;
    }

    .guidance-toolbar-filters .nice-select {
        width: 100%;
    }
}

.cgh-guidance-article-banner .page-heading h1 {
    font-size: 34px;
    max-width: 900px;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1199px) {
    .cgh-guidance-article-banner .page-heading h1 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .cgh-guidance-article-banner .page-heading h1 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .cgh-guidance-article-banner .page-heading h1 {
        font-size: 22px;
    }
}

.cgh-guidance-article-page .guidance-article-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 8px;
}

.cgh-guidance-article-page .guidance-article-post-meta span {
    font-size: 14px;
    color: var(--text);
}

.cgh-guidance-article-page .guidance-article-post-meta i {
    color: var(--theme);
    margin-right: 6px;
}

.cgh-guidance-article-page .details-content > h2.title-anim {
    margin-bottom: 0;
}

.cgh-guidance-article-page .details-content > .title-divider {
    display: block;
    width: 48px;
    height: 3px;
    background-color: var(--theme);
    margin: 14px 0 18px;
}

.cgh-guidance-article-page .details-article-body p,
.cgh-guidance-article-page .details-article-body li {
    text-align: justify;
}

.cgh-guidance-article-page .details-article-body h2,
.cgh-guidance-article-page .details-article-body h3 {
    text-align: left;
}

.cgh-guidance-article-page .details-article-body h2 {
    font-size: 28px;
    margin: 36px 0 0;
    scroll-margin-top: 120px;
    line-height: 1.35;
}

.cgh-guidance-article-page .details-article-body h2::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    background-color: var(--theme);
    margin: 14px 0 16px;
}

.cgh-guidance-article-page .details-article-body h2:first-child {
    margin-top: 8px;
}

.cgh-guidance-article-page .details-article-body h3 {
    font-size: 22px;
    margin: 28px 0 12px;
    scroll-margin-top: 120px;
    line-height: 1.4;
}

.cgh-guidance-article-page .details-article-body p {
    margin-bottom: 18px;
    line-height: 1.85;
}

.cgh-guidance-article-page .details-article-body ol,
.cgh-guidance-article-page .details-article-body ul {
    list-style: decimal;
    list-style-position: outside;
    margin: 10px 0 26px;
    padding-left: 1.85rem;
}

.cgh-guidance-article-page .details-article-body li {
    margin-bottom: 12px;
    padding-left: 8px;
    line-height: 1.8;
    color: var(--text);
}

.cgh-guidance-article-page .details-article-body li:last-child {
    margin-bottom: 0;
}

.cgh-guidance-article-page .details-article-body blockquote {
    margin: 22px 0 26px;
    padding: 18px 22px;
    border-left: 3px solid var(--theme);
    background: rgba(2, 32, 61, 0.03);
    border-radius: 0 8px 8px 0;
}

.cgh-guidance-article-page .details-article-body blockquote p {
    margin-bottom: 0;
    font-style: italic;
    line-height: 1.8;
}

.cgh-guidance-article-page .details-article-body > p:last-child {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(2, 32, 61, 0.08);
    font-size: 14px;
    line-height: 1.7;
    color: rgba(2, 32, 61, 0.65);
}

.cgh-guidance-article-page .guidance-toc-coaching-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.cgh-guidance-article-page .guidance-toc-coaching-list li + li {
    border-top: 1px solid rgba(2, 32, 61, 0.06);
}

.cgh-guidance-article-page .guidance-toc-coaching-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    color: var(--header);
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.cgh-guidance-article-page .guidance-toc-coaching-list a:hover,
.cgh-guidance-article-page .guidance-toc-coaching-list a.is-active {
    background-color: rgba(255, 90, 31, 0.08);
    color: var(--theme);
}

.cgh-guidance-article-page .guidance-toc-coaching-list a i {
    font-size: 12px;
    color: var(--theme);
}

.cgh-guidance-article-page .guidance-toc-level-3 a {
    padding-left: 32px;
}

.cgh-guidance-article-page .widget_categories ul li a.active {
    color: var(--theme);
}

.cgh-guidance-article-page .guidance-related-coaching ul {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
}

.cgh-guidance-article-page .guidance-related-coaching li + li {
    margin-top: 12px;
}

.cgh-guidance-article-page .guidance-related-coaching a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--header);
    font-weight: 500;
}

.cgh-guidance-article-page .guidance-related-coaching a i {
    color: var(--theme);
    margin-top: 4px;
}

.cgh-guidance-article-page .guidance-related-coaching a:hover {
    color: var(--theme);
}

.cgh-guidance-news-page .widget_categories ul li a.active {
    color: var(--theme);
}

.cgh-guidance-news-page .guidance-posts-grid .news-image {
    height: 200px;
}

.cgh-guidance-news-page .guidance-posts-grid .news-image img {
    height: 200px;
    object-fit: cover;
}

.cgh-guidance-news-page .guidance-posts-grid .news-content h3 {
    font-size: 20px;
    line-height: 1.35;
}

.cgh-guidance-news-page .guidance-posts-grid .news-content p {
    font-size: 15px;
    line-height: 1.6;
}

.cgh-guidance-news-page .guidance-topic-card .news-image .date {
    font-size: 22px;
}

.cgh-guidance-news-page .guidance-topic-card .news-image .date span {
    font-size: 14px;
}

@media (max-width: 767px) {
    .cgh-guidance-news-page .guidance-posts-grid .col-md-6 {
        width: 100%;
    }
}


.cgh-guidance-news-page .guidance-category-intro p,
.cgh-guidance-news-page .guidance-listing-intro p {
    color: var(--text);
    line-height: 1.7;
}

.cgh-guidance-news-page .post-meta span + span {
    margin-left: 0;
}

@media (max-width: 991px) {
    .cgh-guidance-news-page .guidance-category-intro,
    .cgh-guidance-news-page .guidance-listing-intro {
        text-align: center;
    }
}

/* Success Stories page */
.cgh-success-stories-page .success-stories-hero h2 {
    font-size: 38px;
    line-height: 1.25;
    margin-bottom: 16px;
}

.cgh-success-stories-page .success-stories-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--text);
    line-height: 1.7;
}

.cgh-success-stories-page .success-stat-card {
    background: var(--white);
    border-radius: 8px;
    box-shadow: var(---box-shadow);
    padding: 28px 24px;
    text-align: center;
    height: 100%;
}

.cgh-success-stories-page .success-stat-card h3 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 8px;
    color: var(--theme);
}

.cgh-success-stories-page .success-stat-card p {
    margin: 0;
    font-weight: 600;
    color: var(--header);
}

.cgh-success-stories-page .success-program-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 40px 0 32px;
}

.cgh-success-stories-page .success-program-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(2, 32, 61, 0.1);
    background: var(--white);
    color: var(--header);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cgh-success-stories-page .success-program-chip:hover,
.cgh-success-stories-page .success-program-chip.active {
    background: var(--theme);
    border-color: var(--theme);
    color: var(--white);
}

.cgh-success-stories-page .success-featured-case {
    background: var(--white);
    border-radius: 12px;
    box-shadow: var(---box-shadow);
    padding: 32px;
    margin-bottom: 40px;
}

.cgh-success-stories-page .success-featured-label {
    display: inline-block;
    margin-bottom: 24px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(0, 169, 164, 0.12);
    color: var(--theme);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cgh-success-stories-page .success-featured-image {
    min-height: 320px;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 24px;
}

.cgh-success-stories-page .success-story-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--theme);
    color: var(--white);
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
}

.cgh-success-stories-page .success-story-avatar.is-large {
    width: 72px;
    height: 72px;
    font-size: 22px;
    box-shadow: 0 8px 24px rgba(2, 32, 61, 0.2);
}

.cgh-success-stories-page .success-story-card {
    background: var(--white);
    border-radius: 10px;
    box-shadow: var(---box-shadow);
    padding: 28px;
}

.cgh-success-stories-page .success-story-card-top {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.cgh-success-stories-page .success-story-program {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    color: var(--theme);
}

.cgh-success-stories-page .success-story-card h3,
.cgh-success-stories-page .success-featured-case h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 6px;
}

.cgh-success-stories-page .success-story-role {
    margin-bottom: 0;
    color: var(--text);
    font-size: 15px;
    line-height: 1.5;
}

.cgh-success-stories-page .success-story-excerpt {
    margin-bottom: 16px;
    color: var(--text);
    line-height: 1.7;
}

.cgh-success-stories-page .success-story-outcome {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 6px;
    background: rgba(0, 169, 164, 0.1);
    color: var(--theme2);
    font-size: 13px;
    font-weight: 700;
}

.cgh-success-stories-page .success-stories-grid {
    margin-top: 8px;
}

.cgh-success-impact-section .service-counter-items .content p {
    text-transform: none;
}

.cgh-success-numbers-section {
    padding-top: 0;
}

.cgh-success-numbers-section .section-title {
    margin-bottom: 50px;
}

.cgh-success-numbers-section .section-title .title-divider {
    display: block;
    width: 56px;
    height: 3px;
    background-color: var(--theme);
    margin: 18px auto 0;
}

.cgh-success-numbers-section .section-title h2 {
    font-size: 38px;
    line-height: 1.25;
}

.cgh-success-testimonial-section .success-program-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0 auto 40px;
    max-width: 980px;
    padding: 0 15px;
}

.cgh-success-testimonial-section .success-program-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(2, 32, 61, 0.1);
    background: var(--white);
    color: var(--header);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cgh-success-testimonial-section .success-program-chip:hover,
.cgh-success-testimonial-section .success-program-chip.active {
    background: var(--theme);
    border-color: var(--theme);
    color: var(--white);
}

.cgh-success-testimonial-section {
    margin-top: 0;
    margin-bottom: 0;
}

.cgh-success-numbers-section .counter-wrapper-2 .counter-items .content p {
    text-transform: none;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .cgh-success-stories-page .success-stories-hero h2 {
        font-size: 28px;
    }

    .cgh-success-stories-page .success-featured-case {
        padding: 24px 20px;
    }

    .cgh-success-stories-page .success-featured-image {
        min-height: 240px;
    }
}

/* Campus Growth News */
.cgh-campus-news-page .title-section-area.guidance-title-center {
    margin-bottom: 30px;
}

.cgh-campus-news-page .cgh-news-category-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
}

.cgh-campus-news-page .cgh-news-filter-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(2, 32, 61, 0.1);
    background: var(--white);
    color: var(--header);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cgh-campus-news-page .cgh-news-filter-chip:hover,
.cgh-campus-news-page .cgh-news-filter-chip.active {
    background: var(--theme);
    border-color: var(--theme);
    color: var(--white);
}

.cgh-campus-news-page .single-news-items-2 .news-content > p {
    color: var(--theme);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.03em;
}

.cgh-campus-news-detail-hero .page-heading h1 {
    font-size: 42px;
    max-width: 820px;
    line-height: 1.25;
}

@media (max-width: 1199px) {
    .cgh-campus-news-detail-hero .page-heading h1 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .cgh-campus-news-detail-hero .page-heading h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .cgh-campus-news-detail-hero .page-heading h1 {
        font-size: 26px;
    }
}

.cgh-campus-news-detail .post-featured-thumb {
    min-height: 320px;
    border-radius: 8px;
}

.cgh-campus-news-detail .cgh-news-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--header);
}

.cgh-campus-news-detail .cgh-news-type {
    color: var(--theme);
}

.cgh-campus-news-detail .cgh-news-category {
    color: var(--theme2);
}

.cgh-campus-news-detail .cgh-news-article-body p {
    line-height: 1.8;
    margin-bottom: 16px;
}

/* Enquiry & contact forms */
.cgh-enquiry-page .contact-form-items,
.cgh-contact-page .cgh-enquiry-form-panel {
    background: var(--white);
    padding: 34px 34px 30px;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(2, 32, 61, 0.09);
    border: 1px solid rgba(2, 32, 61, 0.07);
    border-top: 4px solid var(--theme2);
    overflow: visible;
}

.cgh-contact-page .cgh-enquiry-form-panel {
    position: sticky;
    top: 110px;
}

.cgh-enquiry-form-header {
    margin-bottom: 22px;
}

.cgh-enquiry-form-header.text-center .title-divider {
    margin-left: auto;
    margin-right: auto;
}

.cgh-enquiry-form-header span:not(.title-divider) {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--theme);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 13px;
}

.cgh-enquiry-form-header h3 {
    font-size: 28px;
    margin-bottom: 12px;
    line-height: 1.25;
}

.cgh-enquiry-form-header .title-divider {
    margin-bottom: 0;
}

.cgh-enquiry-form .cgh-required-mark {
    color: var(--theme2);
    font-weight: 700;
}

.cgh-enquiry-form .cgh-form-field {
    margin-bottom: 0;
}

.cgh-enquiry-form .cgh-form-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--header);
    font-size: 13px;
}

.cgh-enquiry-form .cgh-form-input,
.cgh-enquiry-form .cgh-form-textarea {
    width: 100%;
    outline: none;
    border: 1px solid #d9dee8;
    border-radius: 12px;
    background: #fff;
    color: var(--header);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cgh-enquiry-form .cgh-form-input {
    height: 52px;
    padding: 0 16px;
}

.cgh-enquiry-form .cgh-form-textarea {
    min-height: 132px;
    padding: 14px 16px;
    resize: vertical;
}

.cgh-enquiry-form .cgh-form-input::placeholder,
.cgh-enquiry-form .cgh-form-textarea::placeholder {
    color: #8b95a5;
}

.cgh-enquiry-form .cgh-form-input:focus,
.cgh-enquiry-form .cgh-form-textarea:focus {
    border-color: var(--theme);
    box-shadow: 0 0 0 4px rgba(8, 30, 88, 0.08);
}

.cgh-enquiry-form .cgh-form-field.has-error .cgh-form-input,
.cgh-enquiry-form .cgh-form-field.has-error .cgh-form-textarea,
.cgh-enquiry-form .cgh-form-field.has-error .select2-container--default .select2-selection--single,
.cgh-enquiry-form .cgh-enquiry-consent-box.has-error {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.08);
}

.cgh-enquiry-form .cgh-phone-input {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.cgh-enquiry-form .cgh-phone-input .select2-container {
    width: 188px !important;
    flex: 0 0 188px;
}

.cgh-enquiry-form .cgh-phone-country-option,
.cgh-enquiry-form .cgh-phone-country-selected {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cgh-enquiry-form .cgh-phone-country-option .fi,
.cgh-enquiry-form .cgh-phone-country-selected .fi {
    width: 1.25rem;
    height: 0.9rem;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(2, 32, 61, 0.08);
    flex-shrink: 0;
}

.cgh-enquiry-form .cgh-phone-country-option__text {
    line-height: 1.4;
}

.cgh-enquiry-form .cgh-phone-input .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    padding-right: 28px;
}

.cgh-enquiry-form .select2-container--default .select2-results__option {
    padding: 10px 12px;
}

.cgh-enquiry-form .cgh-phone-input .cgh-form-input {
    flex: 1 1 auto;
    min-width: 0;
}

.cgh-enquiry-form .select2-container--default .select2-selection--single {
    height: 52px;
    border: 1px solid #d9dee8;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
}

.cgh-enquiry-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--header);
    line-height: 50px;
    padding-left: 14px;
    padding-right: 30px;
    font-size: 14px;
    font-weight: 600;
}

.cgh-enquiry-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 8px;
}

.cgh-enquiry-form .select2-container--default.select2-container--open .select2-selection--single,
.cgh-enquiry-form .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: var(--theme);
    box-shadow: 0 0 0 4px rgba(8, 30, 88, 0.08);
}

.cgh-enquiry-form .select2-container--default .select2-dropdown {
    border: 1px solid #d9dee8;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(2, 32, 61, 0.12);
    overflow: hidden;
    z-index: 9999;
}

.cgh-enquiry-form .select2-container--default .select2-results__option {
    padding: 10px 14px;
    font-size: 14px;
}

.cgh-enquiry-form .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--theme);
    color: #fff;
}

.cgh-enquiry-form .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d9dee8;
    border-radius: 8px;
    padding: 8px 10px;
    outline: none;
}

.cgh-enquiry-form .cgh-select2-service + .select2-container {
    width: 100% !important;
}

.cgh-enquiry-form .cgh-field-error {
    margin: 6px 0 0;
    font-size: 12px;
    color: #dc3545;
}

.cgh-enquiry-form .cgh-enquiry-consent-box {
    background: #f7f9fc;
    border: 1px solid #e3e8f0;
    border-radius: 12px;
    padding: 14px 16px;
}

.cgh-enquiry-form .cgh-enquiry-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.cgh-enquiry-form .cgh-enquiry-consent input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: var(--theme);
}

.cgh-enquiry-form .cgh-enquiry-consent label {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--text);
    font-weight: 500;
}

.cgh-enquiry-form .cgh-enquiry-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.cgh-enquiry-form .cgh-enquiry-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    border-radius: 12px;
    font-size: 14px;
}

.cgh-enquiry-form .cgh-enquiry-alert i {
    margin-top: 2px;
    flex-shrink: 0;
}

.cgh-enquiry-form .cgh-enquiry-submit {
    padding: 18px 28px;
    border-radius: 12px;
    font-size: 15px;
}

.cgh-enquiry-form .cgh-enquiry-submit span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cgh-contact-page .cgh-digital-platforms--contact {
    margin-top: 4px;
}

@media (max-width: 991px) {
    .cgh-contact-page .cgh-enquiry-form-panel {
        position: static;
    }
}

@media (max-width: 767px) {
    .cgh-enquiry-page .contact-form-items,
    .cgh-contact-page .cgh-enquiry-form-panel {
        padding: 24px 18px 20px;
    }

    .cgh-enquiry-form-header h3 {
        font-size: 24px;
    }

    .cgh-enquiry-form .cgh-phone-input {
        flex-direction: column;
    }

    .cgh-enquiry-form .cgh-phone-input .select2-container {
        width: 100% !important;
        flex: 1 1 auto;
    }
}

/* 404 page */
.cgh-error-page .error-content p {
    max-width: 620px;
    margin: 0 auto 24px;
    color: var(--text);
    line-height: 1.7;
}

.cgh-error-page .cgh-error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 28px;
}

/* Header search */
.header-2 .mega-menu-wrapper .header-main .header-right .search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: var(--theme);
    font-size: 18px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.header-2 .mega-menu-wrapper .header-main .header-right .search-icon:hover {
    color: var(--white);
    background: var(--theme);
}

/* Site search page */
.cgh-search-page .cgh-search-inline-form {
    display: flex;
    gap: 12px;
    max-width: 760px;
    margin: 0 auto 28px;
}

.cgh-search-page .cgh-search-inline-form input {
    flex: 1;
    min-height: 56px;
    border: 1px solid rgba(2, 32, 61, 0.12);
    border-radius: 8px;
    padding: 0 18px;
    font-size: 16px;
}

.cgh-search-page .cgh-search-inline-form input:focus {
    outline: none;
    border-color: var(--theme);
}

.cgh-search-page .cgh-search-summary {
    margin-bottom: 28px;
    color: var(--text);
}

.cgh-search-page .cgh-search-empty {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    color: var(--text);
}

.cgh-search-page .cgh-search-empty h3 {
    margin-bottom: 10px;
}

.cgh-search-page .cgh-search-group + .cgh-search-group {
    margin-top: 36px;
}

.cgh-search-page .cgh-search-group h3 {
    margin-bottom: 16px;
    font-size: 24px;
}

.cgh-search-page .cgh-search-results {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 10px;
    overflow: hidden;
}

.cgh-search-page .cgh-search-results li + li {
    border-top: 1px solid rgba(2, 32, 61, 0.06);
}

.cgh-search-page .cgh-search-results a {
    display: block;
    padding: 18px 20px;
    color: var(--header);
    transition: background-color 0.3s ease;
}

.cgh-search-page .cgh-search-results a:hover {
    background: rgba(2, 32, 61, 0.03);
}

.cgh-search-page .cgh-search-result-title {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.cgh-search-page .cgh-search-result-meta {
    display: block;
    font-size: 13px;
    color: var(--theme);
    margin-bottom: 6px;
}

.cgh-search-page .cgh-search-result-excerpt {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text);
}

@media (max-width: 767px) {
    .cgh-search-page .cgh-search-inline-form {
        flex-direction: column;
    }
}

/* MoCU digital platform social icons */
.cgh-digital-platforms {
    margin-top: 16px;
}

.cgh-digital-platforms .research-platforms-social-media-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.cgh-digital-platforms .research-platforms-social-media-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cgh-digital-platforms .research-platforms-social-media-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.cgh-digital-platforms .research-platforms-social-media-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.cgh-digital-platforms--header {
    margin-top: 0;
}

.cgh-digital-platforms--header .research-platforms-social-media-icon {
    width: 28px;
    height: 28px;
    background: rgba(2, 32, 61, 0.06);
}

.cgh-digital-platforms--header .research-platforms-social-media-icon img {
    width: 16px;
    height: 16px;
}

.header-top-4 .header-top-right {
    flex-wrap: wrap;
    gap: 12px;
}

.header-top-4 .cgh-header-top-socials {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-top-4 .cgh-header-top-socials a {
    color: var(--white);
    font-size: 14px;
    line-height: 1;
    transition: color 0.3s ease;
}

.header-top-4 .cgh-header-top-socials a:hover {
    color: var(--theme2);
}

/* Mobile header top: email + social icons only */
@media (max-width: 991px) {
    .header-top-4 {
        display: block !important;
        padding: 8px 0;
        background-color: var(--theme2);
        border-bottom: 1px solid rgba(8, 30, 88, 0.12);
    }

    .header-top-4::before {
        display: none;
    }

    .header-top-4 .container-fluid {
        padding: 0 12px;
    }

    .header-top-wrapper-4 {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .header-top-wrapper-4 .header-top-left {
        display: none;
    }

    .header-top-wrapper-4 .header-top-right {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        flex-wrap: nowrap;
    }

    .header-top-wrapper-4 .header-top-right .contact-list {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
    }

    .header-top-wrapper-4 .header-top-right .contact-list li:last-child {
        display: none;
    }

    .header-top-wrapper-4 .header-top-right .contact-list li {
        font-size: 12px;
        line-height: 1.3;
        color: var(--theme);
    }

    .header-top-wrapper-4 .header-top-right .contact-list li a {
        color: var(--theme);
        word-break: break-word;
        white-space: normal;
    }

    .header-top-wrapper-4 .header-top-right .contact-list li i {
        font-size: 12px;
        color: var(--theme);
    }

    .header-top-4 .cgh-header-top-socials {
        display: flex !important;
        align-items: center;
        gap: 8px;
        margin-left: auto;
        flex-shrink: 0;
    }

    .header-top-4 .cgh-header-top-socials a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
        color: var(--theme);
        font-size: 13px;
        line-height: 1;
    }

    .header-top-4 .cgh-header-top-socials a:hover {
        color: var(--header);
    }

    .header-top-4 .cgh-digital-platforms--header {
        display: none !important;
    }

    .header-section.header-2 .container-fluid {
        padding: 8px 12px;
    }

    .header-section.header-2 .header-main {
        padding: 6px 0;
    }

    .header-section.header-2 .header-left {
        display: none;
    }

    .header-section.header-2 .mega-menu-wrapper .header-main .header-right {
        gap: 10px;
    }

    .header-section.header-2 .mega-menu-wrapper .header-main .header-right .search-icon {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .header-section.header-2 .header__hamburger .bar-icon img {
        width: 22px;
        height: 22px;
        display: block;
    }
}

.cgh-digital-platforms--footer {
    margin-top: 20px;
}

.cgh-digital-platforms--footer .research-platforms-social-media-footer {
    gap: 12px;
}

.cgh-digital-platforms--footer .research-platforms-social-media-icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
}

.cgh-digital-platforms--footer .research-platforms-social-media-icon img {
    width: 26px;
    height: 26px;
}

@media (max-width: 1199px) {
    .cgh-digital-platforms--header {
        display: none;
    }
}

.cgh-footer-cta .cta-banner-style-1::before {
    opacity: 0.5;
}

.cgh-footer-cta-banner {
    gap: 40px;
    width: 100%;
    box-sizing: border-box;
}

.cgh-footer-cta-copy {
    position: relative;
    z-index: 2;
    flex: 1 1 42%;
    min-width: 0;
}

.cgh-footer-cta-lead {
    margin-top: 14px;
    margin-bottom: 0;
    max-width: 460px;
    line-height: 1.7;
    opacity: 0.92;
}

.cgh-footer-cta-form-wrap {
    position: relative;
    z-index: 2;
    flex: 1 1 48%;
    min-width: 0;
    max-width: 560px;
    width: 100%;
}

.cgh-footer-cta-newsletter-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.cgh-footer-cta-newsletter-fields input {
    flex: 1 1 180px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 16px 18px;
    border: 1.2px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
}

.cgh-footer-cta-newsletter-fields input::placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.cgh-footer-cta-newsletter-fields input:focus {
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.12);
}

.cgh-footer-cta-newsletter-fields .theme-btn {
    flex: 0 0 auto;
    padding: 18px 28px;
    white-space: nowrap;
}

.cgh-footer-cta-newsletter-fields .theme-btn span {
    color: var(--header);
}

.cgh-footer-cta-contact {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.88);
}

.cgh-footer-cta-contact a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

.cgh-footer-cta .cgh-newsletter-consent input {
    accent-color: #fff;
}

.cgh-footer-cta .cgh-newsletter-alert--success {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.cgh-footer-cta .cgh-newsletter-alert--error {
    background: rgba(0, 0, 0, 0.18);
    color: #fff;
}

@media (max-width: 991px) {
    .cgh-footer-cta .cta-banner-style-1 {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        text-align: center;
        gap: 24px;
        padding: 40px 28px;
    }

    .cgh-footer-cta-banner {
        gap: 24px;
    }

    .cgh-footer-cta-copy,
    .cgh-footer-cta-form-wrap {
        flex: 1 1 100%;
        max-width: none;
        width: 100%;
        min-width: 0;
    }

    .cgh-footer-cta-lead {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        font-size: 15px;
        line-height: 1.65;
    }

    .cgh-footer-cta-newsletter-fields {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .cgh-footer-cta-newsletter-fields input,
    .cgh-footer-cta-newsletter-fields .theme-btn {
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
    }

    .cgh-footer-cta-newsletter-fields .theme-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px 20px;
        text-align: center;
    }

    .cgh-footer-cta .cgh-newsletter-consent {
        justify-content: flex-start;
        text-align: left;
        margin-top: 12px;
        font-size: 13px;
        line-height: 1.55;
    }

    .cgh-footer-cta-contact {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .cgh-footer-cta .cta-banner-style-1 {
        padding: 28px 16px;
        gap: 18px;
        border-radius: 10px;
    }

    .cgh-footer-cta-banner {
        gap: 18px;
    }

    .cgh-footer-cta .section-title span {
        font-size: 14px;
    }

    .cgh-footer-cta-lead {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.6;
    }

    .cgh-footer-cta-newsletter-fields input {
        padding: 14px 14px;
        font-size: 16px; /* prevents iOS zoom on focus */
    }

    .cgh-footer-cta-newsletter-fields .theme-btn {
        padding: 14px 16px;
        width: 100%;
    }

    .cgh-footer-cta .cgh-newsletter-consent {
        gap: 8px;
        font-size: 12px;
    }

    .cgh-footer-cta-contact {
        font-size: 13px;
        margin-top: 12px;
    }
}

.cgh-footer-contact p + p {
    margin-top: 10px;
}

.cgh-footer-contact .link {
    color: inherit;
    word-break: break-word;
}

.cgh-footer-contact .link:hover {
    color: var(--theme);
}

.cgh-footer-payment-logos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.cgh-footer-payment-logo {
    display: block;
    width: 100%;
    height: 52px;
    padding: 8px 10px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.cgh-footer-payment-logo--visa {
    padding: 10px 12px;
}

.cgh-footer-payment-logo--mpesa {
    padding: 6px 10px;
}

.cgh-footer-payment-logo--airtel {
    padding: 8px 8px;
}

.cgh-footer-payment-logo--mixx,
.cgh-footer-payment-logo--halopesa {
    padding: 0;
    object-fit: cover;
}

@media (max-width: 575px) {
    .cgh-footer-payment-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.cgh-footer-gallery .gallery-item .thumb {
    flex: 1 1 0;
    min-width: 0;
    height: 72px;
    overflow: hidden;
    border-radius: 4px;
}

.cgh-footer-gallery .gallery-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cgh-footer-bottom-centered {
    text-align: center;
}

.cgh-footer-bottom-centered p {
    width: 100%;
}

.cgh-membership-terms-page .widget_categories .guidance-toc-coaching-list a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.45;
    color: var(--text);
    border-bottom: 1px solid rgba(8, 30, 88, 0.08);
}

.cgh-membership-terms-page .widget_categories .guidance-toc-coaching-list a:hover,
.cgh-membership-terms-page .widget_categories .guidance-toc-coaching-list a.is-active {
    color: var(--theme);
}

.cgh-membership-terms-page .widget_categories .guidance-toc-level-3 a {
    padding-left: 14px;
    font-size: 14px;
}

.cgh-brand-logo {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.cgh-brand-logo--header {
    max-height: 54px;
}

.cgh-brand-logo--footer {
    max-height: 72px;
}

.cgh-brand-logo--offcanvas {
    max-height: 48px;
}

.header-logo a {
    display: inline-flex;
    align-items: center;
}

.offcanvas__logo a {
    display: inline-flex;
    align-items: center;
}

/* Campus Growth Hub preloader */
.cgh-preloader .animation-preloader .spinner,
.cgh-preloader .txt-loading {
    display: none;
}

.cgh-preloader-logo-wrap {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cgh-preloader-logo {
    max-width: 118px;
    max-height: 118px;
    width: auto;
    height: auto;
    object-fit: contain;
    animation: cgh-preloader-pulse 1.8s ease-in-out infinite;
}

.cgh-preloader-ring {
    position: absolute;
    inset: 0;
    border: 3px solid rgba(2, 32, 61, 0.12);
    border-top-color: var(--theme);
    border-radius: 50%;
    animation: cgh-preloader-spin 1s linear infinite;
}

.cgh-preloader-text {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--theme);
    margin: 0;
    text-align: center;
}

@keyframes cgh-preloader-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes cgh-preloader-pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(0.96);
        opacity: 0.88;
    }
}

@media (max-width: 767px) {
    .cgh-brand-logo--header {
        max-height: 40px;
    }

    .header-section.header-2 .container-fluid {
        padding: 6px 12px;
    }

    .header-section.header-2 .header-main {
        padding: 4px 0;
    }

    .cgh-preloader-logo-wrap {
        width: 120px;
        height: 120px;
        margin-bottom: 18px;
    }

    .cgh-preloader-logo {
        max-width: 92px;
        max-height: 92px;
    }
}

/* Services & pricing page */
.cgh-services-page .cgh-services-heading {
    margin-bottom: 18px;
}

.cgh-services-currency-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin-bottom: 36px;
}

.cgh-services-currency-switcher__label {
    font-size: 14px;
    font-weight: 600;
    color: var(--header);
}

.cgh-currency-toggle {
    display: inline-flex;
    border: 1px solid rgba(2, 32, 61, 0.12);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.cgh-currency-toggle__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    color: var(--header);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.cgh-currency-toggle__btn:hover {
    color: var(--theme);
}

.cgh-currency-toggle__btn.is-active {
    background: var(--theme);
    color: #fff;
}

.cgh-services-plans-row {
    align-items: stretch;
}

.cgh-services-plans-row > [class*="col-"] {
    display: flex;
}

.cgh-service-plan-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cgh-service-plan-card .coaching-image {
    flex-shrink: 0;
}

.cgh-service-plan-card.is-featured {
    box-shadow: 0 18px 40px rgba(2, 32, 61, 0.12);
}

.cgh-service-plan-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cgh-service-plan-summary {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text);
    margin-bottom: 16px;
    flex-grow: 1;
    min-height: 68px;
}

.cgh-service-plan-card__actions {
    margin-top: auto;
    padding-top: 4px;
}

.cgh-service-plan-card h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 4.5em;
    line-height: 1.5;
}

.cgh-service-plan-field {
    margin-bottom: 12px;
}

.cgh-service-plan-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--header);
}

.cgh-service-plan-field select {
    width: 100%;
    border: 1px solid rgba(2, 32, 61, 0.12);
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    background: #fff;
}

.cgh-service-plan-checkout-form {
    margin-top: auto;
}

.cgh-service-plan-pay-btn {
    opacity: 1;
}

.cgh-service-plan-pay-btn:disabled {
    opacity: 0.72;
}

.cgh-service-checkout-pay-form {
    margin-top: 6px;
}

.cgh-service-checkout-options-form {
    margin-bottom: 4px;
}

.cgh-service-checkout-notice {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(2, 32, 61, 0.05);
    color: var(--header);
    font-size: 14px;
    line-height: 1.6;
}

.cgh-service-checkout-error,
.cgh-service-checkout-field-error {
    display: block;
    margin-top: 6px;
    color: #c0392b;
    font-size: 13px;
    line-height: 1.5;
}

.cgh-service-checkout-error {
    margin-bottom: 14px;
}

.cgh-payment-method-group {
    border: 0;
    margin: 18px 0 16px;
    padding: 0;
}

.cgh-payment-method-group legend {
    font-size: 15px;
    font-weight: 600;
    color: var(--header);
    margin-bottom: 12px;
}

.cgh-payment-method-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.cgh-payment-method-option {
    display: block;
    margin-bottom: 0;
    cursor: pointer;
    min-width: 0;
}

.cgh-payment-method-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cgh-payment-method-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(2, 32, 61, 0.12);
    border-radius: 12px;
    background: #fff;
    height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cgh-payment-method-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 88px;
    padding: 16px 12px;
}

.cgh-payment-method-logo-wrap--card {
    background: #f6f9fc;
}

.cgh-payment-method-logo-wrap--mobile {
    background: #f8fafb;
}

.cgh-payment-brand-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 8px;
    width: 100%;
}

.cgh-payment-brand-logos img {
    display: block;
    width: auto;
    height: auto;
    max-height: 24px;
    max-width: 52px;
    object-fit: contain;
}

.cgh-payment-brand-logos .cgh-payment-brand-logo--mpesa {
    max-height: 28px;
    max-width: 44px;
}

.cgh-payment-brand-logos .cgh-payment-brand-logo--airtel {
    max-height: 26px;
    max-width: 64px;
}

.cgh-payment-brand-logos .cgh-payment-brand-logo--mixx {
    max-height: 24px;
    max-width: 52px;
    border-radius: 4px;
}

.cgh-payment-brand-logos .cgh-payment-brand-logo--halopesa {
    max-height: 26px;
    max-width: 52px;
    border-radius: 4px;
}

.cgh-payment-method-logo-wrap img {
    display: block;
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 34px;
    object-fit: contain;
}

.cgh-payment-method-copy {
    padding: 12px 10px 14px;
}

.cgh-payment-method-copy strong {
    display: block;
    color: var(--header);
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.35;
}

.cgh-payment-method-copy small {
    display: block;
    color: var(--text);
    line-height: 1.45;
    font-size: 12px;
}

@media (max-width: 575px) {
    .cgh-payment-method-row {
        grid-template-columns: 1fr;
    }
}

.cgh-payment-method-option input:checked + .cgh-payment-method-card,
.cgh-payment-method-option input:focus-visible + .cgh-payment-method-card {
    border-color: var(--theme);
    box-shadow: 0 0 0 3px rgba(0, 169, 164, 0.12);
}

.cgh-service-payment-success-card {
    background: #fff;
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 12px;
    padding: 40px 32px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(2, 32, 61, 0.06);
}

.cgh-service-payment-success-icon {
    font-size: 56px;
    color: var(--theme);
    margin-bottom: 16px;
}

.cgh-service-payment-success-meta {
    margin: 24px 0;
    text-align: left;
}

.cgh-service-payment-success-meta div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(2, 32, 61, 0.08);
}

.cgh-service-payment-success-meta dt {
    font-weight: 600;
    color: var(--header);
}

.cgh-service-payment-success-meta dd {
    margin: 0;
    color: var(--text);
    text-align: right;
}

.cgh-service-payment-success-note {
    color: var(--text);
    line-height: 1.7;
}

.cgh-service-payment-success-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
}

.cgh-service-checkout-page .cgh-service-checkout-details h2 {
    margin-bottom: 12px;
}

.cgh-service-checkout-description {
    margin: 18px 0 24px;
    line-height: 1.8;
    color: var(--text);
}

.cgh-service-checkout-features-title {
    font-size: 20px;
    margin-bottom: 14px;
}

.cgh-service-checkout-panel {
    background: #fff;
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 12px;
    padding: 28px 24px;
    box-shadow: 0 12px 30px rgba(2, 32, 61, 0.06);
}

.cgh-service-checkout-panel h3 {
    margin-bottom: 10px;
}

.cgh-service-checkout-panel > p {
    color: var(--text);
    line-height: 1.7;
    margin-bottom: 18px;
}

.cgh-service-checkout-alt {
    margin-top: 14px;
    font-size: 14px;
    text-align: center;
    color: var(--text);
}

.cgh-service-checkout-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--header);
}

.cgh-sidebar-contact-widget {
    margin-bottom: 30px;
}

.cgh-sidebar-contact-widget .contact-bg {
    padding: 0 !important;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center top;
    min-height: 400px;
    height: 400px;
    display: block;
}

.cgh-sidebar-contact-widget .contact-bg::before {
    display: none !important;
}

.cgh-sidebar-contact-widget .contact-bg-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 32px 24px 24px;
    text-align: left;
}

.cgh-sidebar-contact-widget .contact-bg-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        180deg,
        rgba(8, 30, 88, 0) 0%,
        rgba(8, 30, 88, 0.75) 50%,
        rgba(8, 30, 88, 0.95) 100%
    );
}

.coaching-details-wrapper .country-sidebar .cgh-sidebar-contact-widget .contact-bg,
.country-details-wrapper .country-sidebar .cgh-sidebar-contact-widget .contact-bg,
.visa-details-wrapper .visa-sidebar .cgh-sidebar-contact-widget .contact-bg {
    padding: 0 !important;
}

.coaching-details-wrapper .country-sidebar .cgh-sidebar-contact-widget .contact-bg::before,
.country-details-wrapper .country-sidebar .cgh-sidebar-contact-widget .contact-bg::before,
.visa-details-wrapper .visa-sidebar .cgh-sidebar-contact-widget .contact-bg::before {
    display: none !important;
}

.cgh-sidebar-contact-widget .contact-bg h4 {
    color: #fff !important;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.35;
}

.cgh-sidebar-contact-widget .contact-bg h3 {
    color: #fff !important;
    margin-bottom: 18px;
    font-size: 26px;
    line-height: 1.2;
}

.cgh-sidebar-contact-widget .contact-bg h3 a {
    color: #fff !important;
}

.cgh-sidebar-contact-widget .contact-bg h3 a:hover {
    color: var(--theme2) !important;
}

.cgh-service-checkout-sidebar .cgh-sidebar-contact-widget {
    margin-top: 24px;
}

.cgh-contact-page .cgh-contact-page-widget {
    margin-top: 30px;
    margin-bottom: 0;
}

.cgh-contact-page .contact-content .section-title .title-divider {
    display: block;
    width: 56px;
    height: 3px;
    background-color: var(--theme);
    margin-top: 18px;
}

.cgh-contact-page .contact-content .section-title h2 {
    font-size: 38px;
    line-height: 1.25;
}

.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card::before {
    width: 100%;
    background-color: var(--theme);
}

.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .coaching-content .cgh-premium-badge,
.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .coaching-content h3 a,
.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .coaching-content p {
    color: var(--white);
}

.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .cgh-premium-enquiry-btn {
    margin-top: 20px;
    padding: 18px 34px;
    font-size: 15px;
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .cgh-premium-enquiry-btn,
.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .cgh-premium-enquiry-btn span,
.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .cgh-premium-enquiry-btn i {
    color: var(--header);
}

.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .cgh-premium-enquiry-btn::before,
.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .cgh-premium-enquiry-btn::after {
    background-color: var(--header);
}

.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .cgh-premium-enquiry-btn:hover,
.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .cgh-premium-enquiry-btn:hover span,
.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .cgh-premium-enquiry-btn:hover i {
    color: var(--white);
}

.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .coaching-image {
    position: relative;
    overflow: hidden;
}

.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .cgh-premium-custom-icon {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(2, 32, 61, 0.82);
    color: #fff;
    z-index: 2;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
}

.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .cgh-premium-custom-icon i {
    font-size: 18px;
    line-height: 1;
    color: #ffd166;
}

/* Premium custom image is circular in theme; keep badge inside circle. */
.cgh-services-page .coaching-box-items-2.cgh-premium-custom-card .cgh-premium-custom-icon {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

.cgh-service-plan-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: var(--theme);
    margin-bottom: 8px;
}

.cgh-service-plan-rate {
    margin-bottom: 6px;
    color: var(--header);
}

.cgh-service-plan-meta {
    font-size: 14px;
    color: var(--text);
    margin-bottom: 8px;
}

.cgh-service-plan-features {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.cgh-service-plan-features li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--header);
}

.cgh-service-plan-features li i {
    color: var(--theme);
    margin-top: 4px;
    flex-shrink: 0;
}

.cgh-service-plan-features--columns {
    columns: 2;
    column-gap: 24px;
}

.cgh-service-plan-features--columns li {
    break-inside: avoid;
}

.cgh-service-plan-prepaid {
    border: 1px dashed rgba(2, 32, 61, 0.12);
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.cgh-service-plan-prepaid div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 14px;
}

.cgh-service-plan-prepaid div + div {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(2, 32, 61, 0.06);
}

.cgh-service-plan-checkout {
    font-size: 13px;
    font-style: italic;
    color: var(--text);
    margin-bottom: 14px;
}

.cgh-service-plan-question label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.cgh-service-plan-question textarea {
    width: 100%;
    min-height: 90px;
    border: 1px solid rgba(2, 32, 61, 0.12);
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 14px;
    resize: vertical;
}

.cgh-services-closing__highlight {
    font-weight: 600;
    color: var(--header);
    margin-bottom: 12px;
}

.cgh-services-closing-copy {
    max-width: 760px;
    margin: 0 auto 18px;
    color: var(--text);
    line-height: 1.8;
}

@media (max-width: 991px) {
    .cgh-service-plan-features--columns {
        columns: 1;
    }
}

@media (max-width: 767px) {
    .cgh-services-currency-switcher {
        margin-bottom: 28px;
    }

    .cgh-service-plan-card h4 {
        min-height: auto;
    }

    .cgh-service-plan-summary {
        min-height: auto;
    }
}

/* Banners: new banner image already includes its own overlay */
.breadcrumb-wrapper::before {
    background: linear-gradient(90deg, rgba(22, 23, 26, 0.28) 6%, rgba(22, 23, 26, 0.08) 99.93%) !important;
}

.cgh-newsletter-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.cgh-newsletter-alert {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.cgh-newsletter-alert--success {
    background: rgba(0, 169, 164, 0.12);
    color: var(--header);
}

.cgh-newsletter-alert--error {
    background: rgba(192, 57, 43, 0.1);
    color: #c0392b;
}

.cgh-newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text);
    cursor: pointer;
}

.cgh-newsletter-consent input {
    margin-top: 4px;
    flex-shrink: 0;
}

.cgh-footer-cta .cgh-newsletter-consent,
.cgh-footer-cta .cgh-newsletter-consent span {
    color: #fff !important;
}


.cgh-opportunity-detail-page .cgh-opportunity-detail-image {
    margin-bottom: 28px;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 1140px;
    aspect-ratio: 1140 / 547;
    background-color: rgba(2, 32, 61, 0.04);
}

.cgh-opportunity-detail-page .cgh-opportunity-detail-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.cgh-opportunity-detail-status-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 22px;
}

.cgh-opportunity-detail-page .details-content > p,
.cgh-opportunity-detail-page .details-content .cgh-opportunity-detail-list li,
.cgh-opportunity-detail-page .details-content .cgh-opportunity-detail-ready p,
.cgh-opportunity-detail-page .details-content .cgh-opportunity-fact dd {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

.cgh-opportunity-detail-section-title {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 22px;
}

.cgh-opportunity-detail-lede {
    margin-bottom: 14px;
    color: var(--text);
    font-weight: 600;
}

.cgh-opportunity-facts {
    margin: 0 0 24px;
    border: 1px solid rgba(2, 32, 61, 0.08);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.cgh-opportunity-fact {
    display: grid;
    grid-template-columns: minmax(140px, 34%) 1fr;
    gap: 12px 18px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(2, 32, 61, 0.08);
}

.cgh-opportunity-fact:last-child {
    border-bottom: 0;
}

.cgh-opportunity-fact dt {
    margin: 0;
    font-weight: 600;
    color: var(--header);
}

.cgh-opportunity-fact dd {
    margin: 0;
    color: var(--text);
    line-height: 1.6;
}

.cgh-opportunity-detail-list {
    margin: 0 0 18px;
    padding-left: 1.2rem;
}

.cgh-opportunity-detail-list li {
    margin-bottom: 8px;
    line-height: 1.7;
    color: var(--text);
}

.cgh-opportunity-detail-cta-inline,
.cgh-opportunity-detail-ready {
    margin: 28px 0;
}

.cgh-opportunity-detail-ready {
    padding: 24px;
    border-radius: 12px;
    background: rgba(2, 32, 61, 0.04);
}

.cgh-opportunity-detail-ready h3 {
    margin-bottom: 10px;
}

.cgh-opportunity-apply-card p {
    color: var(--text);
    line-height: 1.7;
    margin-bottom: 16px;
}

.cgh-opportunity-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--header);
}

.cgh-opportunity-sidebar-facts {
    margin: 24px 0;
    padding: 24px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(2, 32, 61, 0.08);
}

.cgh-opportunity-sidebar-facts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cgh-opportunity-sidebar-facts li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(2, 32, 61, 0.08);
}

.cgh-opportunity-sidebar-facts li:last-child {
    border-bottom: 0;
}

.cgh-opportunity-sidebar-facts strong {
    display: block;
    margin-bottom: 4px;
    color: var(--header);
}

.cgh-opportunity-sidebar-facts span {
    color: var(--text);
    line-height: 1.5;
}

.opportunity-card-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    width: 100%;
}

.opportunity-blog-card .opportunity-card-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    width: 100%;
}

.opportunity-blog-card .opportunity-card-actions .link-btn {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-self: center;
    gap: 8px;
    margin-top: 0;
    flex-shrink: 0;
    white-space: nowrap;
    line-height: 1.2;
}

.opportunity-blog-card .opportunity-card-actions .link-btn span {
    display: inline-block;
    white-space: nowrap;
    background-size: 100% 2px;
}

.opportunity-blog-card .opportunity-card-actions .link-btn i {
    margin-left: 0;
    flex-shrink: 0;
}

.opportunity-blog-card .opportunity-card-actions .cgh-opportunity-view-details {
    margin-right: auto;
}

.opportunity-blog-card .opportunity-card-actions .link-btn:last-child {
    margin-left: auto;
}

.opportunity-blog-card .cgh-opportunity-view-details span {
    font-weight: 700;
}

@media (max-width: 767px) {
    .cgh-opportunity-fact {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

.cgh-opportunity-detail-banner .page-heading h1 {
    font-size: 34px;
    line-height: 1.3;
    max-width: 900px;
}

@media (max-width: 991px) {
    .cgh-opportunity-detail-banner .page-heading h1 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .cgh-opportunity-detail-banner .page-heading h1 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .cgh-opportunity-detail-banner .page-heading h1 {
        font-size: 22px;
    }
}
