/* BCA landing page styles */
.mainContentWrapper .banner_section::before {
    top: unset;
    bottom: 20%;
}

@media screen and (max-width: 991px) {
    .mainContentWrapper .banner_section::before {
        width: 100%;
        height: 50px;
        top: 30px;
    }
}

.txt-small {
    font-size: 0.05rem !important;
}

/* BCA hero – Figma desktop (1852:272) @ 1920px & mobile (1923:515) */
.mainContentWrapper .herosection.bca-hero {
    --bc-pad-left: 35.573%;
    --bc-pad-right: 29.583%;
    --bc-pad-top: clamp(32px, 4vw, 64px);
    --bc-pad-bottom: clamp(16px, 2vw, 32px);
    --bc-form-top: clamp(32px, 4vw, 64px);
    --bc-form-height: 550px;
    --bc-title: clamp(28px, 3.229vw, 62px);
    --bc-source: clamp(14px, 1.354vw, 26px);
    --bc-tagline: clamp(16px, 1.563vw, 30px);
    --bc-degree: clamp(48px, 5.208vw, 100px);
    --bc-honors: clamp(22px, 2.083vw, 40px);
    --bc-training: clamp(16px, 1.563vw, 30px);
    --bc-cta-h: clamp(50px, 3.646vw, 70px);
    --bc-cta-fs: clamp(15px, 1.458vw, 28px);
    --bc-gap-main: clamp(28px, 2.5vw, 48px);
    --bc-gap-upper: clamp(28px, 2.5vw, 48px);
    --bc-gap-intro: clamp(12px, 0.833vw, 16px);
    --bc-gap-headline: clamp(28px, 2.5vw, 48px);
    --bc-card-h: clamp(120px, 9.219vw, 177px);
    --bc-source-gap: clamp(16px, 4.27vw, 82px);
    --bc-cta-gap: clamp(28px, 2.5vw, 48px);
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    background: #c5efff !important;
    background-image: none !important;
    min-height: max(
        calc(100vw * 720 / 1920),
        calc(var(--bc-form-top) + var(--bc-form-height) + var(--bc-pad-top))
    );
}

.bca-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.bca-hero__bg-image {
    position: absolute;
    left: 0;
    top: 24.79%;
    width: 73.44%;
    height: 75.22%;
    background: url("../images/new-banner/bca-bg.webp") no-repeat left bottom;
    background-size: cover;
}

.bca-hero__bg-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(-90deg, rgb(197, 239, 255) 25.417%, rgba(197, 239, 255, 0) 38.438%),
        linear-gradient(180deg, rgb(197, 239, 255) 24.5%, rgba(197, 239, 255, 0) 43.13%);
}

.mainContentWrapper .herosection.bca-hero .container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.mainContentWrapper .herosection.bca-hero .herosecbox {
    align-items: flex-start !important;
    justify-content: flex-start;
    gap: 0 !important;
    min-height: inherit;
    padding: var(--bc-pad-top) 0 0;
    position: relative;
    isolation: isolate;
}

@media screen and (min-width: 769px) {
    .mainContentWrapper .herosection.bca-hero .herosecbox {
        min-height: calc(var(--bc-form-top) + var(--bc-form-height));
        padding-bottom: var(--bc-pad-bottom);
    }
}

.mainContentWrapper .herosection.bca-hero .he_leftse {
    width: calc(100% - var(--bc-pad-left) - var(--bc-pad-right)) !important;
    max-width: none;
    margin-left: var(--bc-pad-left);
    margin-right: 0;
    padding: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 769px) {
    .mainContentWrapper .herosection.bca-hero .herosecbox .right_imgbox {
        position: absolute !important;
        top: var(--bc-form-top) !important;
        right: clamp(16px, 2.5vw, 48px) !important;
        left: auto !important;
        margin-left: 0 !important;
        width: 415px !important;
        padding-left: 40px !important;
        z-index: 5 !important;
        flex-shrink: 0;
        min-height: var(--bc-form-height);
        height: auto;
    }

    .mainContentWrapper .herosection.bca-hero .herosecbox .right_imgbox .imgbox {
        min-height: var(--bc-form-height);
        height: auto;
    }
}

.bca-hero__content {
    display: flex;
    flex-direction: column;
    gap: var(--bc-gap-main);
    width: 100%;
    align-items: stretch;
}

.bca-hero__upper {
    display: flex;
    flex-direction: column;
    gap: var(--bc-gap-upper);
    width: 100%;
}

.bca-hero__intro {
    display: flex;
    flex-direction: column;
    gap: var(--bc-gap-intro);
    width: 100%;
}

.bca-hero__headline-group {
    display: flex;
    flex-direction: column;
    gap: var(--bc-gap-headline);
    width: 100%;
}

.bca-hero__headline-wrap {
    position: relative;
    width: 100%;
}

.bca-hero__title-desktop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.bca-hero__title-line {
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-size: var(--bc-title);
    line-height: normal;
    color: #0e38b0;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    word-break: break-word;
}

.bca-hero__title-row {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: nowrap;
    width: 100%;
    gap: var(--bc-source-gap);
}

.bca-hero__title-row .bca-hero__title-line {
    width: auto;
    flex: 0 0 auto;
}

.bca-hero__title-mobile {
    display: none;
}

.bca-hero__source {
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: var(--bc-source);
    line-height: normal;
    color: #072061;
    white-space: nowrap;
    margin: 0;
    flex-shrink: 0;
}

.bca-hero__title-mobile .bca-hero__source {
    font-size: inherit;
    font-style: italic;
    font-weight: 500;
    color: #072061;
    white-space: nowrap;
}

.bca-hero__tagline {
    font-family: "Lato", sans-serif;
    font-size: var(--bc-tagline);
    line-height: normal;
    color: #072061;
    margin: 0;
    padding: 0;
    width: 100%;
}

.bca-hero__tagline strong {
    font-weight: 800;
}

.bca-hero__tagline-medium {
    font-weight: 500;
}

.bca-hero__tagline-mobile {
    display: none;
}

.bca-hero__course-card {
    position: relative;
    width: 100%;
    height: var(--bc-card-h);
    flex-shrink: 0;
}

.bca-hero__course-frame {
    position: absolute;
    inset: -2.82% -0.75%;
    width: calc(100% + 1.5%);
    height: calc(100% + 5.64%);
    object-fit: fill;
    pointer-events: none;
}

.bca-hero__course-text {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5.13%;
    padding-right: 14%;
}

.bca-hero__degree {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: var(--bc-degree);
    line-height: 1;
    color: #0e38b0;
    margin: 0;
}

.bca-hero__honors {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: var(--bc-honors);
    line-height: normal;
    color: #0e38b0;
    margin: 0;
}

.bca-hero__training {
    border-left: 3px solid #000000;
    padding: 4px 20px;
    color: #0e38b0;
    font-family: "Lato", sans-serif;
    font-size: var(--bc-training);
    line-height: normal;
    width: fit-content;
    max-width: 100%;
    align-self: flex-start;
}

.bca-hero__training p {
    margin: 0;
    text-align: left;
    text-transform: none;
    color: #0e38b0;
}

.bca-hero__training strong {
    font-weight: 800;
}

.bca-hero__training-medium {
    font-weight: 500;
}

.bca-hero__cta-group {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 0.833vw, 16px);
    width: 100%;
    align-self: stretch;
}

.bca-hero__cta {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    height: var(--bc-cta-h);
    padding: clamp(8px, 0.521vw, 10px);
    background: #0e38b0;
    border: 1px solid #ffffff;
    border-radius: 12px;
    flex-shrink: 0;
}

.bca-hero__cta-text {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: var(--bc-cta-fs);
    line-height: normal;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: left;
    flex: 1 1 auto;
    min-width: 0;
}

.bca-hero__cta:focus-visible {
    outline: 2px solid #072061;
    outline-offset: 2px;
}

.bca-hero__mobile-image {
    display: none;
}

.bca-hero__mobile-block {
    display: none;
}

.bca-hero__course-card--mobile {
    display: none;
}

.bca-hero__cta-group--mobile {
    display: none;
}

.bca-hero__training--mobile {
    display: none;
}

/* Desktop breakpoints */
@media screen and (max-width: 1660px) {
    .mainContentWrapper .herosection.bca-hero {
        --bc-pad-left: 34%;
        --bc-pad-right: 28%;
    }
}

@media screen and (max-width: 1440px) {
    .mainContentWrapper .herosection.bca-hero {
        --bc-pad-left: 32%;
        --bc-pad-right: 27%;
        --bc-pad-top: clamp(28px, 3.5vw, 56px);
        --bc-form-top: clamp(28px, 3.5vw, 56px);
    }
}

@media screen and (max-width: 1280px) {
    .mainContentWrapper .herosection.bca-hero {
        --bc-pad-left: 30%;
        --bc-pad-right: 26%;
    }
}

@media screen and (max-width: 1200px) {
    .mainContentWrapper .herosection.bca-hero {
        --bc-pad-left: 28%;
        --bc-pad-right: 25%;
    }
}

@media screen and (max-width: 1080px) {
    .mainContentWrapper .herosection.bca-hero {
        --bc-pad-left: 26%;
        --bc-pad-right: 24%;
    }
}

@media screen and (max-width: 990px) {
    .mainContentWrapper .herosection.bca-hero {
        --bc-pad-left: 24%;
        --bc-pad-right: 22%;
        --bc-pad-top: clamp(24px, 3vw, 48px);
        --bc-form-top: clamp(24px, 3vw, 48px);
    }

    .bca-hero__bg-image {
        width: 65%;
    }
}

/* Mobile layout – Figma 1923:515 pixel-perfect */
@media screen and (max-width: 768px) {
    .mainContentWrapper .herosection.bca-hero {
        --bc-pad-left: 0;
        --bc-pad-right: 0;
        --bc-cta-h: 50px;
        --bc-cta-fs: 15px;
        --bc-source-gap: 0.35em;
        min-height: auto !important;
        background: #c7eaf9 !important;
        background-image: none !important;
        padding: 20px 0 0 !important;
    }

    .bca-hero__bg {
        display: none;
    }

    .mainContentWrapper .herosection.bca-hero .herosecbox {
        flex-direction: column;
        align-items: stretch !important;
        justify-content: flex-start !important;
        padding: 0 !important;
        min-height: auto !important;
        height: auto !important;
        gap: 0 !important;
    }

    .mainContentWrapper .herosection.bca-hero .he_leftse {
        order: 1 !important;
        width: 100% !important;
        max-width: 100%;
        margin: 0;
        padding: 0;
        flex-shrink: 0;
    }

    .mainContentWrapper .herosection.bca-hero .herosecbox .bca-hero__mobile-image {
        order: 2 !important;
        display: block;
        position: relative;
        width: 100%;
        height: 259px;
        overflow: hidden;
        z-index: 1;
        flex-shrink: 0;
        background: #c7eaf9;
    }

    .mainContentWrapper .herosection.bca-hero .herosecbox .bca-hero__mobile-image img {
        position: absolute;
        width: 201.99%;
        height: 162.26%;
        left: -0.96%;
        top: -31.13%;
        max-width: none;
        object-fit: cover;
    }

    .mainContentWrapper .herosection.bca-hero .herosecbox .bca-hero__mobile-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to top,
            rgba(199, 234, 249, 0) 93.417%,
            #c7eaf9 100%
        );
        z-index: 1;
        pointer-events: none;
    }

    .mainContentWrapper .herosection.bca-hero .herosecbox .right_imgbox {
        order: 3 !important;
        position: relative !important;
        top: 0 !important;
        right: auto !important;
        left: 0 !important;
        width: 100% !important;
        padding: 0 24px 24px !important;
        margin-top: 0 !important;
        z-index: 5 !important;
        min-height: 0 !important;
        height: auto !important;
        flex-shrink: 0;
        background: #c7eaf9;
    }

    .mainContentWrapper .herosection.bca-hero .herosecbox .right_imgbox .imgbox {
        min-height: 0 !important;
        height: auto !important;
    }

    .bca-hero__content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        padding: 0 24px 40px;
        box-sizing: border-box;
    }

    .bca-hero__upper {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .bca-hero__intro {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .bca-hero__headline-group {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .bca-hero__cta-group--desktop {
        display: none !important;
    }

    .bca-hero__mobile-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .bca-hero__cta-group--mobile {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        max-width: none;
        align-self: stretch;
    }

    .bca-hero__headline-wrap {
        position: relative;
        width: 100%;
    }

    .bca-hero__title-desktop {
        display: none !important;
    }

    .bca-hero__title-mobile {
        display: block;
        font-family: "Inter", sans-serif;
        font-weight: 800;
        font-size: 36px;
        line-height: 1.1;
        letter-spacing: -0.18px;
        color: #0e38b0;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .bca-hero__title-mobile .bca-hero__source {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        font-weight: 500;
        font-style: italic;
        line-height: normal;
        color: #072061;
    }

    .bca-hero__tagline {
        display: none !important;
    }

    .bca-hero__tagline-mobile {
        display: block;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: normal;
        color: #072061;
        margin: 0;
        width: 100%;
    }

    .bca-hero__tagline-mobile strong {
        font-family: "Inter", sans-serif;
        font-weight: 800;
        font-size: 18px;
        line-height: normal;
        color: #072061;
    }

    .bca-hero__tagline-mobile--line2 {
        margin-top: 0;
    }

    .bca-hero__course-card--desktop {
        display: none !important;
    }

    .bca-hero__course-card--mobile {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        height: auto;
        background: #a8e8fd;
        border-radius: 20px;
        padding: 14px;
        box-sizing: border-box;
        box-shadow: 0 8px 12px rgba(14, 56, 176, 0.1);
    }

    .bca-hero__course-card--mobile .bca-hero__degree {
        font-family: "Inter", sans-serif;
        font-weight: 900;
        font-size: 72px;
        line-height: 1;
        color: #0e38b0;
        height: 56px;
        min-height: 56px;
        display: flex;
        align-items: center;
        margin: 0;
        white-space: nowrap;
    }

    .bca-hero__course-card--mobile .bca-hero__honors {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: normal;
        color: #0e38b0;
        height: 29px;
        min-height: 29px;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .bca-hero__training--desktop {
        display: none !important;
    }

    .bca-hero__cta-group--mobile .bca-hero__cta {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        min-height: 50px;
        padding: 18px 20px;
        margin-bottom: 0;
        background: #0e38b0;
        border: 1px solid #ffffff;
        border-radius: 12px;
        box-sizing: border-box;
    }

    .bca-hero__cta-group--mobile .bca-hero__cta-text {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: normal;
        color: #ffffff;
        text-align: center;
        white-space: normal;
        width: 100%;
    }

    .bca-hero__cta-group--mobile .bca-hero__training--mobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: flex-start;
        border-left: 1px solid #000000;
        padding: 4px 10px;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        line-height: normal;
        height: 43px;
        min-height: 43px;
        margin-top: 0;
        width: fit-content;
        max-width: 100%;
        box-sizing: border-box;
    }

    .bca-hero__cta-group--mobile .bca-hero__training--mobile p {
        font-family: "Inter", sans-serif;
        font-size: 16px;
        line-height: normal;
        color: #0e38b0;
        margin: 0;
        white-space: pre;
    }

    .bca-hero__cta-group--mobile .bca-hero__training--mobile strong {
        font-family: "Inter", sans-serif;
        font-weight: 800;
    }

    .bca-hero__cta-group--mobile .bca-hero__training--mobile .bca-hero__training-medium {
        font-family: "Inter", sans-serif;
        font-weight: 500;
    }
}

/* Keep Figma mobile sizes at all breakpoints */
@media screen and (max-width: 600px) {
    .mainContentWrapper .herosection.bca-hero .bca-hero__title-mobile {
        font-size: 36px;
        line-height: 1.1;
        letter-spacing: -0.18px;
    }

    .mainContentWrapper .herosection.bca-hero .bca-hero__tagline-mobile,
    .mainContentWrapper .herosection.bca-hero .bca-hero__tagline-mobile strong {
        font-size: 18px;
    }

    .mainContentWrapper .herosection.bca-hero .bca-hero__course-card--mobile .bca-hero__degree {
        font-size: 72px;
        height: 56px;
    }

    .mainContentWrapper .herosection.bca-hero .bca-hero__course-card--mobile .bca-hero__honors {
        font-size: 24px;
    }

    .mainContentWrapper .herosection.bca-hero .herosecbox .bca-hero__mobile-image {
        height: 259px;
    }

    .mainContentWrapper .herosection.bca-hero .bca-hero__cta-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 425px) {
    .mainContentWrapper .herosection.bca-hero .bca-hero__content {
        padding: 0 24px 40px;
    }

    .mainContentWrapper .herosection.bca-hero .herosecbox .right_imgbox {
        padding: 0 24px 24px !important;
    }

    .mainContentWrapper .herosection.bca-hero .bca-hero__title-mobile {
        font-size: 36px;
    }

    .mainContentWrapper .herosection.bca-hero .bca-hero__title-mobile .bca-hero__source {
        font-size: 18px;
    }

    .mainContentWrapper .herosection.bca-hero .bca-hero__course-card--mobile .bca-hero__degree {
        font-size: 72px;
    }

    .mainContentWrapper .herosection.bca-hero .bca-hero__course-card--mobile .bca-hero__honors {
        font-size: 24px;
    }

    .mainContentWrapper .herosection.bca-hero .bca-hero__cta-group--mobile .bca-hero__training--mobile p {
        font-size: 16px;
    }

    .mainContentWrapper .herosection.bca-hero .bca-hero__cta-text {
        font-size: 15px;
    }

    .mainContentWrapper .herosection.bca-hero .herosecbox .bca-hero__mobile-image {
        height: 259px;
    }
}

@media screen and (max-width: 360px) {
    .mainContentWrapper .herosection.bca-hero .bca-hero__cta-text {
        font-size: 15px;
    }

    .mainContentWrapper .herosection.bca-hero .herosecbox .bca-hero__mobile-image {
        height: 259px;
    }
}

/* Countdown bar – responsive 360px–1440px */
.countdown-section {
    --cd-font: clamp(14px, 2.78vw, 40px);
    --cd-gap: clamp(6px, 1.11vw, 16px);
    --cd-pad-y: clamp(8px, 0.83vw, 12px);
    --cd-pad-x: clamp(10px, 1.67vw, 24px);
    --cd-icon: clamp(20px, 2.5vw, 36px);
    width: 100%;
}

.countdown-section .countdown_section {
    justify-content: center !important;
    text-align: center !important;
    background: linear-gradient(#22356f, #22356f), url(../images/brightFutureBg.webp) no-repeat center center / cover;
    font-weight: 800 !important;
    padding: var(--cd-pad-y) var(--cd-pad-x) !important;
    gap: var(--cd-gap);
    width: 100%;
}

.countdown-section__bar {
    flex-wrap: wrap;
}

.countdown-section .font-size-20,
.countdown-section__label,
.countdown-section__timer {
    font-size: var(--cd-font) !important;
    font-weight: 600 !important;
    line-height: 1.25;
    color: #ffffff;
}

.countdown-section__label {
    padding: 0 !important;
    white-space: nowrap;
}

.countdown-section__timer-wrap {
    padding: 0 !important;
    min-width: 0;
}

.countdown-section__timer {
    word-break: break-word;
}

.countdown-section__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    flex-shrink: 0;
}

.countdown-section__hourglass {
    width: var(--cd-icon);
    height: var(--cd-icon);
    margin: 0 !important;
    display: block;
}

.countdown-section .hide-below-lg {
    display: flex !important;
}

@media screen and (max-width: 991px) {
    .countdown-section .hide-below-lg {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .countdown-section {
        --cd-gap: clamp(4px, 1.5vw, 10px);
        --cd-pad-y: clamp(10px, 2.5vw, 14px);
    }

    .countdown-section__bar {
        flex-direction: column !important;
    }

    .countdown-section__label {
        white-space: normal;
        text-align: center;
    }

    .countdown-section__timer {
        white-space: normal;
        text-align: center;
    }

    .count_down_sec {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .countdown-section {
        --cd-font: clamp(13px, 3.6vw, 22px);
    }
}

@media screen and (max-width: 480px) {
    .countdown-section {
        --cd-font: clamp(12px, 4vw, 18px);
        --cd-pad-x: clamp(8px, 3vw, 16px);
    }
}

@media screen and (max-width: 360px) {
    .countdown-section {
        --cd-font: clamp(11px, 4.2vw, 14px);
        --cd-pad-y: 8px;
        --cd-pad-x: 8px;
        --cd-gap: 4px;
    }

    .countdown-section__label {
        font-size: clamp(11px, 4vw, 13px) !important;
    }

    .countdown-section__timer {
        font-size: clamp(11px, 3.8vw, 13px) !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
    .countdown-section {
        --cd-font: clamp(18px, 2.2vw, 32px);
    }
}

@media screen and (min-width: 1081px) and (max-width: 1280px) {
    .countdown-section {
        --cd-font: clamp(24px, 2.5vw, 36px);
    }
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
    .countdown-section {
        --cd-font: clamp(28px, 2.6vw, 40px);
    }
}
