@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --border-radius: 15px;
}

/* ================= 1. BASE / GLOBAL ================= */

html,
body {
    overflow-x: clip;
}

html {
    scroll-behavior: auto !important;
}

/* header/footer styles → header-footer.css */

.container {
    padding: 0;
}

h2[data-animate] .anim-word,
h1[data-animate] .anim-word {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

h2[data-animate] .anim-char,
h1[data-animate] .anim-char {
    display: inline-block;
    transform: translateY(-110%);
    opacity: 0;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
    will-change: transform, opacity;
}

h2[data-animate].chars-visible .anim-char,
h1[data-animate].chars-visible .anim-char {
    transform: translateY(0%);
    opacity: 1;
}

.pathways-note {
    animation: slideIn 0.5s ease forwards;
}

.pathways-note {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.pathways-note.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ================= SCROLL ANIMATIONS ================= */

@keyframes sa-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes sa-fade-up {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes sa-fade-down {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-animate {
    opacity: 0;
    transition: opacity 1.1s ease, transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.scroll-animate.left-animation {
    transform: translateX(-60px);
}

.scroll-animate.right-animation {
    transform: translateX(60px);
}

.scroll-animate.slide-right {
    transform: translateX(-80px);
}

.scroll-animate.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* fade-in — keyframe animation */

.scroll-animate.fade-in {
    transform: none;
    transition: none !important;
}

.scroll-animate.fade-in.is-visible {
    animation: sa-fade-in 1.1s ease forwards;
}

/* fade-up — keyframe animation */

.scroll-animate.fade-up {
    transform: none !important;
    transition: none !important;
}

.scroll-animate.fade-up.is-visible {
    animation: sa-fade-up 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* fade-down — keyframe animation */

.scroll-animate.fade-down {
    transform: none !important;
    transition: none !important;
}

.scroll-animate.fade-down.is-visible {
    animation: sa-fade-down 1.1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* NAV, SEARCH, BURGER, DRAWER, FOOTER → header-footer.css */



@media (max-width: 1024px) {

    /* ================= Services ================= */
    #services {
        padding: 30px 0;
    }

    #services .container,
    .outcome-section .outcome-wrapper {
        flex-direction: column;
    }

    #services .services-left {
        width: 100% !important;
        height: 100% !important;
        position: relative !important;
        top: auto !important;
    }

    #services .services-right,
    #services .service-inner {
        width: 100% !important;
        height: 100% !important;
    }

    #services .service-item {
        width: 100% !important;
    }

    #services .services-right,
    .outcome-section .outcome-left,
    .outcome-section .outcome-right {
        width: 100%;
    }

    #services .srv-title-overlay p,
    #services .srv-progress-bar {
        margin-bottom: 40px !important;
    }

    .outcome-section .outcome-box {
        height: auto;
    }

    #services .service-item {
        position: sticky;
        top: 95px;
        height: auto;
        margin-bottom: 20px;
    }

    #services .service-item:last-child {
        margin-bottom: 0;
    }

    #services .srv-progress-bar {
        bottom: 30px;
    }

    #services .service-inner {
        height: auto;
        padding: 50px 30px;
    }

    #services .service-right-img img {
        width: 230px;
    }

    #services .service-right-icon {
        position: absolute;
        top: 50px;
        right: 70px;
    }

    #services .service-right-icon img {
        width: 30px;
    }

    #services .services-left-img .services-left-img-inner {
        height: 530px;
    }

    #services .services-left-img img {
        height: 720px;
    }

    /* ===== ICP outcome section: disable horizontal scroll on tablet/mobile ===== */
    .icp-outcome-section {
        height: auto;
    }

    .icp-pin-wrapper {
        position: relative;
        top: 0;
        height: auto;
        overflow: visible;
    }

    .icp-outcome-section .container {
        height: auto;
    }

    .icp-outcome-section .outcome-wrapper {
        flex-direction: column;
        height: auto;
    }

    .icp-outcome-section .outcome-left {
        width: 100%;
        padding-right: 0;
    }

    .icp-outcome-section .outcome-box {
        height: auto !important;
    }

    .icp-outcome-section .outcome-right {
        height: auto;
    }

    .icp-cards-track {
        flex-direction: column;
        transform: none !important;
        gap: 20px;
        height: auto;
    }

    .icp-outcome-section .outcome-card {
        width: 100%;
        height: auto;
        min-height: 210px;
        border-radius: 0px 15px 15px 15px;
    }

    #services.icp-services-section .container {
        flex-direction: column;
    }
}

/* ---- PAGE SECTIONS START HERE ---- */

/* ================= 13. HERO ================= */

.career-hero .container {
    padding: 80px 0px 0px 60px;
    background: linear-gradient(99.61deg, #FFF7F4 2.2%, #EFF5FF 96.03%);
    border-radius: var(--border-radius);
}

.career-hero .hero-content h1 {
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 38px;
    line-height: 50px;
    background: linear-gradient(89.99deg, #E15625 0.01%, #FF794A 63.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 20px;
}

.career-hero .hero-content h1 span {
    background: #256C91;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.career-hero .hero-content p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #464646;
    margin-bottom: 40px;
}

.career-hero .hero-btn {
    padding: 12px 24px;
    background: linear-gradient(180deg, #256C91 0%, #2356A5 67.86%);
    border: 1px solid #2356A5;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.career-hero .hero-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(180deg, #256C91 0%, #2356A5 67.86%);
    border: 2px solid #256C91;
    z-index: 1;
    transition: color 0.4s ease, border-color 0.4s ease;
}

.career-hero .hero-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(255, 121, 74);
    z-index: -1;
    transition: width 0.4s ease-in-out;
}

.career-hero .hero-btn:hover {
    border-color: rgb(255, 121, 74);
}

.career-hero .hero-btn:hover:after {
    width: 100%;
}

.career-hero .hero-image img {
    width: 100%;
    height: auto;
}

h2 {
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 35px;
    line-height: 47px;
    background: linear-gradient(89.99deg, #E15625 0.01%, #FF794A 63.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 0;
}

h2 span {
    background: #256C91;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

p.description {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #464646;
    margin-bottom: 0;
}

/* ================= 14. JOURNEY ================= */

.journey-section .container {
    padding: 50px 0 15px;
    background: linear-gradient(99.61deg, #FFF7F4 2.2%, #EFF5FF 96.03%);
    border-radius: 15px;
}

.journey-section .journey-title {
    text-align: center;
}

.journey-section .description {
    text-align: center;
    max-width: 750px;
    margin: 15px auto 0px;
}

/* ================= 15. OUTCOME ================= */

.outcome-section {
    /* padding: 100px 0; */
    margin-top: 30px;
    margin-bottom: 20px;
}

.outcome-section .outcome-wrapper {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    position: relative;
}

.outcome-section .outcome-left {
    width: 50%;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.outcome-section .outcome-box {
    padding: 50px;
    background: linear-gradient(99.61deg, #FFF7F4 2.2%, #EFF5FF 96.03%);
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 83vh;
    box-sizing: border-box;
    overflow: auto;
}

.outcome-section .outcome-box .outcome-img {
    position: absolute;
    left: 0;
    top: 0;
}

.outcome-section .outcome-box .outcome-img img {
    width: 200px;
}

.outcome-section .outcome-title {
    margin-bottom: 20px;
}

.outcome-section .outcome-sub {
    margin-bottom: 50px !important;
}

.outcome-section .progress-container {
    height: 4px;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    margin-bottom: 40px;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    width: 81.5%;
    display: flex;
    gap: 6px;
    align-items: center;
}

.outcome-section .progress-fill {
    display: none;
}

.outcome-section .outcome-progress-segment {
    flex: 1;
    height: 2px;
    background: #B2B2B2;
    position: relative;
}

.outcome-section .outcome-progress-fill-bar {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 0%;
}

.outcome-section .outcome-right {
    width: 50%;
}

.outcome-section .outcome-card {
    padding: 30px;
    background: #2356A5;
    border-radius: 0px 15px 15px 15px;
    margin-bottom: 20px;
    position: relative;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.outcome-section .outcome-card:last-child {
    margin-bottom: 0;
}

.outcome-section .outcome-card h4 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.outcome-section .outcome-card p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.outcome-section .big-number {
    position: absolute;
    right: 30px;
    bottom: -7px;
    height: 211px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 208px;
    line-height: 252px;
    color: #1B4586;
}

/* ================= 16. SOCIAL ================= */

.social-section {
    padding: 50px 0;
    background: linear-gradient(99.61deg, #FFF7F4 2.2%, #EFF5FF 96.03%);
    position: relative;
}

.social-section .social-title {
    margin-bottom: 20px;
}

.social-section p.description {
    max-width: 480px;
    margin-bottom: 30px;
}

.social-section .social-icons {
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 9;
}

.social-section .social-icons a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1.5px solid #FF794A;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF794A;
    text-decoration: none;
    font-size: 18px;
    transition: all .3s ease;
}

.social-section .social-icons a:hover {
    background: #FF794A;
    color: #fff;
    transform: translateY(-4px);
}

.social-section .social-image {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    height: 100%;
}

.social-section .social-image-wrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
}

.social-section .social-image img {
    max-width: 100%;
    height: 430px;
    display: block;
    object-fit: contain;
}

/* ================= 17. ICP STYLES ================= */

/* ================================
    ============ ICP ============
=================================== */

.icp-career-hero {
    margin-top: 70px;
}

.icp-career-hero .container {
    padding-top: 60px;
}

.icp-career-hero .hero-content h1 {
    font-size: 36px !important;
    line-height: 50px !important;
    margin-bottom: 10px !important;
}

.icp-career-hero img {
    height: 390px !important;
    object-fit: contain;
    margin-top: -130px;
}

.students-section {
    margin-bottom: 45px;
}

.students-section .students-box {
    background: #F6F6F6;
    border-radius: 15px;
    padding: 40px 50px;
}

.students-section .students-title {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #2356A5;
    margin-bottom: 20px;
}

.students-section .students-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 35px;
}

.students-section .students-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #464646;
}

.pathways-section .pathways-label {
    width: fit-content;
    padding: 15px 30px;
    background: #2356A5;
    border-radius: 15px 15px 0px 0px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.pathways-section .tab-wrapper {
    background: linear-gradient(99.61deg, #FFF7F4 2.2%, #EFF5FF 96.03%);
    border: 1px solid #DBDBDB;
    border-radius: 15px;
    padding: 17px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px auto;
}

.pathways-section .tab-main {
    position: sticky;
    top: 72px;
    z-index: 99999;
}

.pathways-section .tab-main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
    z-index: -1;
}

/* Remove top border-radius on tab-wrapper when tab-main is stuck */
.pathways-section .tab-main.is-sticky .tab-wrapper {
    border-radius: 0 0 15px 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .pathways-section .tab-main {
        top: 71px;
    }
}

@media (max-width: 767px) {
    .pathways-section .tab-main {
        top: 63px;
    }

    .icp-outcome-section .outcome-card {
        margin-bottom: 0 !important;
    }
}

.pathways-section .tab-item {
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2356A5;
    transition: .3s;
}

.pathways-section .tab-item.active {
    color: #E15625;
    font-weight: 600;
}

.pathways-section .tab-content {
    margin: 0 0px;
    padding-top: 25px;
}

.pathways-section .tab-content h2 {
    margin-bottom: 20px;
}

.pathways-section .tab-content .progress-container {
    width: 77%;
}

.pathways-section .tab-pane {
    display: none;
    animation: fade .4s ease;
}

.pathways-section .tab-pane.active {
    display: block;
}

.pathways-section .tab-pane h3 {
    color: #f05a28;
    font-weight: 600;
}

/* .pathways-section .tab-pane h4 {
    color: #2f5aa8;
    font-weight: 600;
    margin-bottom: 15px;
} */

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

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

#services.icp-services-section {
    padding: 30px 0;
}

.icp-services-section .service-right-img img {
    width: 190px !important;
}

.icp-services-section .service-name img {
    width: 30px;
    margin-right: 10px;
}

.icp-services-section .service-desc span {
    color: #EA6A38;
}

.icp-services-section .service-name {
    margin-bottom: 25px !important;
}

.icp-services-section .service-desc {
    margin-bottom: 15px !important;
}

.program-offer-section .container {
    background: linear-gradient(99.61deg, #FFF7F4 2.2%, #EFF5FF 96.03%);
    border-radius: var(--border-radius);
    padding: 80px;
    padding-left: 0;
    padding-bottom: 0;
    position: relative;
}

.program-offer-section .container .program-row .col-lg-7 {
    padding-bottom: 75px;
}

.program-offer-section .container .back-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
}

.program-offer-section .program-wrapper {
    position: relative;
}

.program-offer-section .program-left {
    padding-right: 60px;
    z-index: 2;
    position: relative;
}

.program-offer-section .program-title {
    margin-bottom: 35px;
}

.program-offer-section .program-image {
    height: 450px;
}

.program-offer-section .program-shape {
    position: absolute;
    bottom: -50px;
    left: -32px;
    width: 200px;
    height: 200px;
    clip-path: path('M 84 44 L 116 44 Q 176 44 146 96 L 130 128 Q 100 180 70 128 L 54 96 Q 24 44 84 44 Z');
}

.program-offer-section .program-shape svg {
    width: 100%;
    height: 100%;
    display: block;
}

@keyframes shape-dash-march {
    to {
        stroke-dashoffset: -26;
    }
}

.program-offer-section .program-shape .shape-dash {
    animation: shape-dash-march 1.5s linear infinite;
}

.program-offer-section .program-boxes {
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    padding: 20px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #464646;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    outline: none;
    transition: color 0.6s ease;
}

.program-offer-section .program-boxes:focus,
.program-offer-section .program-boxes:focus-visible {
    outline: none;
}

.program-offer-section .program-boxes:hover {
    color: #fff;
}

.program-offer-section .program-boxes:hover span {
    color: #fff !important;
}

.program-offer-section .row>div:nth-child(1) .program-boxes span {
    color: #FF794A !important;
}

.program-offer-section .row>div:nth-child(1) .program-boxes:hover span {
    color: #FFF !important;
}

.program-offer-section .row>div:nth-child(2) .program-boxes span {
    color: #00813F;
}

.program-offer-section .row>div:nth-child(3) .program-boxes span {
    color: #2356A5;
}

.program-offer-section .row>div:nth-child(4) .program-boxes span {
    color: #BC002D;
}

/* box-top-left: small colored corner, turns WHITE on hover */

.program-offer-section .program-boxes .box-top-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 17px;
    border-radius: 10px 0px;
    z-index: 2;
    transition: background-color 0.6s ease;
}

.program-offer-section .program-boxes:hover .box-top-left {
    background: #ffffff !important;
}

/* box-hover-fill: expands with card color on hover (behind content) */

.program-offer-section .program-boxes .box-hover-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 17px;
    border-radius: 10px 0px;
    z-index: 0;
    transition: width 0.7s ease, height 0.7s ease;
}

.program-offer-section .program-boxes:hover .box-hover-fill {
    width: 100%;
    height: 100%;
}

.program-offer-section .program-boxes>div:not(.box-top-left):not(.box-hover-fill) {
    position: relative;
    z-index: 1;
}

.program-offer-section .row.g-3>div:nth-child(1) .program-boxes .box-top-left,
.program-offer-section .row.g-3>div:nth-child(1) .program-boxes .box-hover-fill {
    background: #FF794A;
}

.program-offer-section .row.g-3>div:nth-child(2) .program-boxes .box-top-left,
.program-offer-section .row.g-3>div:nth-child(2) .program-boxes .box-hover-fill {
    background: #00813F;
}

.program-offer-section .row.g-3>div:nth-child(3) .program-boxes .box-top-left,
.program-offer-section .row.g-3>div:nth-child(3) .program-boxes .box-hover-fill {
    background: #2356A5;
}

.program-offer-section .row.g-3>div:nth-child(4) .program-boxes .box-top-left,
.program-offer-section .row.g-3>div:nth-child(4) .program-boxes .box-hover-fill {
    background: #BC002D;
}

@keyframes borderSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ===== ICP Outcome Section — scroll-driven horizontal ===== */

.icp-outcome-section {
    height: 150vh;
}

.icp-outcome-section .icp-pin-wrapper {
    position: sticky;
    top: 145px;
    /* height: calc(100vh - 100px); */
    overflow: hidden;
    width: 100%;
}

.icp-outcome-section .container,
.icp-outcome-section .container-fluid {
    padding: 0;
    max-width: 100%;
}

.icp-outcome-section .outcome-wrapper {
    display: flex;
    height: 100%;
    align-items: stretch;
    gap: 25px;
    /* gap: 14px; */
}

.icp-outcome-section .outcome-left {
    position: relative;
    top: auto;
    /* width: 45%; */
    width: 41%;
    height: 85.5vh;
    flex-shrink: 0;
}

@media(min-height: 900px) {
    .icp-outcome-section .outcome-left {
        height: 83vh;
    }
}

.icp-outcome-section .outcome-right {
    overflow: hidden;
    flex: 1;
    width: auto;
    height: 100%;
}

.icp-outcome-section .icp-cards-track {
    display: flex;
    flex-direction: row;
    gap: 11px;
    will-change: transform;
    height: 100%;
}

.icp-outcome-section .outcome-card {
    flex-shrink: 0;
    /* width: calc(93% * 2 / 3); */
    width: 72.5%;
    /*height: calc(100vh - 140px);*/
    height: 83vh;
    margin-bottom: 0;
    justify-content: center;
    background: linear-gradient(142.31deg, #FF794A 3.22%, #E84100 90.59%);
    border-radius: 0px 15px 15px 15px;
    padding: 50px;
}

.icp-outcome-section .outcome-card.icp-card-alt {
    background: linear-gradient(142.31deg, #2356A5 3.22%, #00173A 90.59%);
}

.icp-outcome-section .icp-phase-badge {
    display: inline-block;
    padding: 5px 16px;
    background: #FF875D;
    border-radius: 0px 5px 5px 5px;
    margin-bottom: 20px;
    width: fit-content;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.icp-outcome-section .outcome-card.icp-card-alt .icp-phase-badge {
    background: #4175C5;
}

.icp-outcome-section .outcome-card h4 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    color: #FFFFFF;
    margin-bottom: 15px;
    /* width: 300px; */
}

.icp-outcome-section .outcome-card p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    /* width: 325px;1 */
}

.icp-outcome-section .icp-card-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 30px;
    flex-shrink: 0;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.icp-outcome-section .icp-card-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.icp-outcome-section .icp-card-bg-icon {
    position: absolute;
    right: 0px;
    bottom: -167px;
    font-size: 330px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1;
    pointer-events: none;
    user-select: none;
    rotate: -35deg;
}

/* The scroll wrapper — JS will set its height dynamically */

.icp-journey-scroll {
    position: relative;
}

.icp-journey-section {
    position: sticky;
    top: 145px;
    height: calc(100vh - 75px);
    display: flex;
    align-items: center;
}

.icp-journey-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((100% - 100vw) / 2);
    right: calc((100% - 100vw) / 2);
    background: linear-gradient(99.61deg, #FFF7F4 2.2%, #EFF5FF 96.03%);
    z-index: -1;
}

.icp-journey-section .container-fluid {
    padding: 0;
    max-width: 100%;
}

.icp-journey-section .jt-wrapper {
    display: flex;
    align-items: center !important;
    align-items: stretch;
    gap: 25px;
}

.icp-journey-section .jt-wrapper .jt-left {
    width: 35%;
}

.icp-journey-section .jt-center {
    width: 30%;
    flex-shrink: 0;
}

.icp-journey-section .jt-right {
    flex: 1;
    min-width: 0;
}

.tl-section {
    width: 100%;
    /* padding: 60px 0 60px; */
    overflow: hidden;
    position: relative;
}

.tl-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.tl-viewport.grabbing {
    cursor: grabbing;
}

.tl-bands {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.tl-bands-orange {
    height: 55px;
    background: linear-gradient(90deg, #e15625 0%, #ff794a 100%);
    border-radius: 15px 0px 0px 15px;
}

.tl-bands-spacer {
    height: 8px;
    background: transparent;
}

.tl-bands-blue {
    height: 55px;
    background: #2356a5;
    border-radius: 15px 0px 0px 15px;
}

.tl-track {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 130px 80px 130px 0px;
    position: relative;
    z-index: 2;
    will-change: transform;
}

.card {
    position: relative;
    width: 280px;
    flex-shrink: 0;
    height: 117px;
    display: flex;
    flex-direction: column;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.card-orange {
    padding-left: 24px;
}

.card-blue {
    padding-left: 24px;
}

.card-num {
    font-family: "Inter";
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    color: #ffc5b1;
}

.card-month {
    font-family: "Inter";
    font-weight: 400;
    font-size: 32px;
    line-height: 70px;
    color: #97b7e9;
}

.card-chevron {
    position: absolute;
    right: 30px;
    top: calc(52px + 8px / 2);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    pointer-events: none;
    width: 45px;
    height: 40px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.card-top {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    margin-left: 100px;
}

.card.in-view .card-top {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.05s;
}

.card-top-label {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgb(70, 70, 70);
    margin-left: 45px;
    margin-bottom: 0px;
}

.country-flag {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    margin-bottom: -20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px 2px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
}

.country-flag img {
    width: 20px;
}

.card-bottom {
    position: absolute;
    top: calc(92%);
    left: 0;
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    margin-left: 100px;
}

.card.in-view .card-bottom {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}

.card-dot {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    margin-bottom: -20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 6px 2px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
}

.card-dot img {
    width: 20px;
}

.card-bottom-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgb(70, 70, 70);
    margin-left: 45px;
    margin-bottom: 0px;
}

.tl-progress-wrap {
    position: absolute;
    bottom: 16px;
    left: 40px;
    right: 40px;
    height: 3px;
    background: #ddd;
    border-radius: 3px;
    overflow: hidden;
}

.tl-progress-fill {
    height: 100%;
    background: linear-gradient(to right, #e8622a, var(--blue));
    border-radius: 3px;
    width: 0%;
    transition: width 0.06s linear;
}

@media (min-height: 600px) and (max-height: 1200px) {

    #services .services-left,
    #services .service-inner,
    #services .service-item,
    .icp-outcome-section .outcome-left,
    .icp-outcome-section .outcome-card {
        height: 78vh !important;
    }

    .outcome-section .outcome-box {
        height: 78vh;
    }

    .outcome-section .progress-container {
        margin-bottom: 100px;
    }

    #services .services-left-img img,
    .appbim-outcome-section .outcome-left .services-left-img img {
        height: 58vh !important;
    }
}

@media (max-width: 900px) {
    .tl-track {
        padding: 110px 60px 110px 40px;
    }
}

@media (max-width: 767px) {
    .icp-journey-section .jt-wrapper {
        flex-direction: column;
    }

    .card-orange {
        padding-left: 16px;
    }

    .card-blue {
        padding-left: 16px;
    }

    .card-top {
        width: 170px;
    }

    .card-bottom {
        width: 170px;
    }

    .tl-track {
        padding: 100px 50px 100px 28px;
    }
}

.icp-journey-section {
    position: sticky;
    top: 145px;
    z-index: 10;
}

.icp-journey-section .jt-wrapper {
    /* height: 250vh; */
    position: relative;
}

.certification-section {
    margin: 40px 0;
}

.certification-section h2 {
    text-align: center;
    margin-bottom: 30px;
}

.certification-section p.description {
    text-align: center;
}

.certification-section .cert-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 50px;
}

.certification-section .cert-card {
    padding: 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: transform 0.5s ease !important;
}

.certification-section .cert-card:hover {
    transform: scale(1.015) !important;
}

.certification-section .cert-img {
    width: 130px;
    height: 130px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
}

.certification-section .cert-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.certification-section .cert-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 30px;
    background: #FF794A;
    border-radius: 15px 0px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certification-section .cert-number.one {
    background: #FF794A;
}

.certification-section .cert-number.two {
    background: #FFB805;
}

.certification-section .cert-number.three {
    background: #00AF55;
}

.certification-section .cert-number.four {
    background: #2356A5;
}

.certification-section .cert-card h5 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #2356A5;
    margin-bottom: 10px;
}

.certification-section .cert-card p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #464646;
    margin-bottom: 0;
}

.certification-section p.cert-footnote {
    padding: 35px 0;
    border-bottom: 1px solid #DBDBDB;
}

.program-clarity h2 {
    text-align: center;
    margin-bottom: 30px;
}

.program-clarity .program-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.program-clarity .program-card {
    padding: 40px;
    position: relative;
    overflow: hidden;
    min-height: 530px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.program-clarity .program-card.left {
    background: #FFF7F4;
}

.program-clarity .program-card.left img.left-clarity {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
}

.program-clarity .program-card.right {
    background: linear-gradient(99.61deg, #FFF7F4 2.2%, #EFF5FF 96.03%);
    border-radius: var(--border-radius);
}

.program-clarity .program-card.right img.right-clarity {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
}

.program-clarity .card-header {
    display: flex;
    /* align-items: center; */
    gap: 12px;
    margin-bottom: 20px;
}

.program-clarity .card-header h5 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    color: #2356A5;
    margin-bottom: 0;
}

.program-clarity .icon img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.program-clarity .program-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program-clarity .program-list li {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #464646;
    margin-bottom: 10px;
    display: flex;
    /* align-items: center; */
    gap: 5px;
}

.program-clarity .program-list li:last-child {
    margin-bottom: 0;
}

.program-clarity .program-list li img {
    width: 20px;
    height: 20px;
}

.get-started {
    /* margin: 50px 0; */
    margin-top: -30px;
    margin-bottom: 50px;
}

.get-started .get-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.get-started .get-buttons button {
    border-radius: 50px;
    border: 0;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 13px;
    padding: 8px 30px;
    line-height: 24px;
    color: #FFFFFF;
    width: 100%;
}

.get-started .get-buttons .program,
.get-started .get-buttons .learn {
    transition: all 0.3s ease;
}

.get-started .get-buttons .program {
    background: #2356A5;
}

.get-started .get-buttons .program:hover {
    background: #274a81;
}

.get-started .get-buttons .learn {
    background: #FF794A;
}

.get-started .get-buttons .learn:hover {
    background: #e34d18;
}

.get-started .get-buttons .program,
.get-started .get-buttons .learn {
    transition: all 0.3s ease;
}

/* ===== Directional hover button (ICP) ===== */
.icp-hover-outer {
    position: relative;
    display: inline-block;
    line-height: 0;
    border-radius: 50px;
    cursor: pointer;
}

.icp-hover-outer>button {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


.icp-hover-fill {
    position: absolute;
    inset: 0;
    border-radius: 50px;
    z-index: 1;
    clip-path: circle(0% at 50% 50%);
}

.icp-hover-outer>button span {
    position: relative;
    z-index: 2;
}

/* ================= What Should You Do Next ================= */

.wn-section {
    /* margin-top: 50px; */
}

.wn-section .col-md-7.right {
    background: url(img/four-point-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: -30px;
}

.wn-section .border-svg svg {
    rotate: 12deg;
    position: relative;
    bottom: -60px;
}

.wn-section .wn-left {
    flex: 0 0 35%;
    padding-right: 20px;
    position: relative;
    z-index: 2;
}

.wn-section .wn-note {
    padding: 16px 20px;
    max-width: 285px;
    border: 1px solid #E15625;
    border-radius: 15px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #464646;
    margin-top: 30px;
    transition: background 0.3s ease, color 0.3s ease;
}

.wn-section .wn-note:hover {
    background: #E15625;
    color: #FFFFFF;
}

.wn-section .wn-right {
    padding: 40px 60px 40px 200px;
    position: relative;
    overflow: hidden;
}

.wn-section .wn-checklist {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
}

@keyframes wn-slide-in {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.wn-section .wn-check-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    max-width: 460px;
    transition: transform 0.2s ease;
    background: #FFFFFF;
    border-radius: 15px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #464646;
}

.wn-section .wn-check-item.scroll-animate {
    opacity: 0;
    transform: none !important;
    transition: none !important;
}

/* Delays must live in .is-visible — animation shorthand resets animation-delay otherwise */

.wn-section .wn-check-item.scroll-animate.is-visible {
    animation: wn-slide-in 0.7s ease both;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.wn-section .wn-check-item.scroll-animate.is-visible:nth-child(1) {
    animation: wn-slide-in 0.7s 0.2s ease both;
}

.wn-section .wn-check-item:nth-child(2) {
    margin-left: 60px;
    margin-right: -45px;
}

.wn-section .wn-check-item.scroll-animate.is-visible:nth-child(2) {
    animation: wn-slide-in 0.7s 0.6s ease both;
}

.wn-section .wn-check-item:nth-child(3) {
    margin-left: 40px;
    margin-right: -20px;
}

.wn-section .wn-check-item.scroll-animate.is-visible:nth-child(3) {
    animation: wn-slide-in 0.7s 1s ease both;
}

.wn-section .wn-check-item:nth-child(4) {
    margin-left: -20px;
}

.wn-section .wn-check-item.scroll-animate.is-visible:nth-child(4) {
    animation: wn-slide-in 0.7s 1.4s ease both;
}

.wn-section .wn-check-item:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.wn-section .wn-check-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: #00AF55;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wn-section .wn-check-icon svg {
    width: 16px;
    height: 16px;
}

/* WN — Small desktop (1200px – 1399px) */

@media (max-width: 1399px) {
    .wn-section .wn-right {
        padding: 40px 40px 40px 190px;
    }

    .wn-section .wn-check-item:nth-child(2) {
        margin-left: 45px;
        margin-right: -30px;
    }

    .wn-section .wn-check-item:nth-child(3) {
        margin-left: 28px;
        margin-right: -12px;
    }

    .wn-section .wn-check-item:nth-child(4) {
        margin-left: -12px;
    }
}

/* WN — Tablet landscape (992px – 1199px) */

@media (max-width: 1199px) {
    .wn-section .wn-right {
        padding: 30px 30px 30px 150px;
    }

    .wn-section .wn-check-item:nth-child(2) {
        margin-left: 30px;
        margin-right: -20px;
    }

    .wn-section .wn-check-item:nth-child(3) {
        margin-left: 18px;
        margin-right: -8px;
    }

    .wn-section .wn-check-item:nth-child(4) {
        margin-left: -8px;
    }

    .wn-section .wn-note {
        max-width: 100%;
    }
}

/* WN — Tablet portrait (< 992px) */

@media (max-width: 991px) {
    .wn-section .wn-left {
        flex: none;
        width: 100%;
        padding: 0 0 24px 0;
    }

    .wn-section .wn-right {
        padding: 28px 20px;
        border-radius: 15px 15px 0 0;
        background: linear-gradient(160.22deg, #FFF2ED 12.79%, #FFF2ED 30.16%);
    }

    .wn-section .wn-bg {
        display: none;
    }

    .wn-section .wn-note {
        max-width: 100%;
    }

    .wn-section .wn-check-item {
        max-width: 100%;
    }

    .wn-section .wn-check-item:nth-child(2),
    .wn-section .wn-check-item:nth-child(3),
    .wn-section .wn-check-item:nth-child(4) {
        margin-left: 0;
        margin-right: 0;
    }
}

/* WN — Mobile (< 768px) */

@media (max-width: 767px) {
    .wn-section {
        margin-top: 30px;
    }

    .wn-section .wn-right {
        padding: 20px 15px;
        border-radius: 15px 15px 0 0;
    }

    .wn-section .wn-check-item {
        font-size: 12px;
        padding: 12px;
        gap: 10px;
    }

    .wn-section .wn-note {
        font-size: 13px;
        padding: 12px 16px;
    }
}

/* WN — Small mobile (< 480px) */

@media (max-width: 480px) {
    .wn-section .wn-right {
        padding: 16px 12px;
    }

    .wn-section .wn-check-icon {
        width: 26px;
        height: 26px;
        min-width: 26px;
    }

    .wn-section .wn-check-icon svg {
        width: 13px;
        height: 13px;
    }
}

/* ================= Services ================= */

#services {
    padding: 80px 0;
}

#services .container {
    display: flex;
    gap: 17px;
    padding: 0;
}

#services .services-left {
    width: 50%;
    position: sticky;
    top: 145px;
    height: 83vh;
    overflow: hidden;
    flex-shrink: 0;
    z-index: 100;
}

#services .services-left-img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
}

#services .services-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#services .services-left-img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(179.39deg, rgba(35, 86, 165, 0.1) 39.56%, #2356a5 63.7%);
    z-index: 1;
}

#services .srv-title-overlay {
    position: relative;
    z-index: 2;
    padding: 0 40px;
    margin-top: -100px;
}

#services .srv-title-overlay h2 {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 15px;
}

#services .srv-title-overlay h2 span .anim-char {
    background: linear-gradient(89.99deg, #fff 0.01%, #fff 63.67%) text !important;
}

#services .srv-title-overlay p {
    color: #fff;
    margin-bottom: 80px;
}

#services .srv-progress-bar {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: transparent;
    z-index: 3;
    margin: 0 40px;
    display: flex;
    gap: 6px;
    align-items: center;
}

#services .srv-progress-fill {
    display: none;
}

#services .srv-progress-segment {
    flex: 1;
    height: 2px;
    background: #093A85;
    position: relative;
}

#services .srv-progress-fill-bar {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 0%;
    background: #fff;
}

#services .services-right {
    width: 50%;
}

#services .service-item {
    position: sticky;
    top: 130px;
    height: 83vh;
    overflow: hidden;
}

#services .service-inner {
    width: 100%;
    height: 83vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    background: linear-gradient(99.61deg, #fff7f4 2.2%, #eff5ff 96.03%);
    border-radius: var(--border-radius);
}

#services .service-right-img {
    position: absolute;
    top: 0;
    right: 0;
}

#services .service-right-img img {
    width: 280px;
}

#services .service-right-icon {
    position: absolute;
    top: 60px;
    right: 90px;
}

#services .service-right-icon img {
    width: 40px;
}

#services .service-name {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #2356A5;
    opacity: 1;
    transform: none;
    margin-bottom: 13px;
}

#services .service-item:first-child .service-desc {
    display: block;
}

#services .service-desc {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #464646;
    opacity: 1;
    transform: none;
    margin-bottom: 40px;
    display: flex;
    gap: 15px;
    align-items: baseline;
}

#services .service-desc img {
    width: 8px;
    height: 12px;
    object-fit: contain;
}

#services .service-button {
    background: #2356A5;
    border: 3px solid #FF794A;
    border-radius: 35px;
    padding: 14px 28px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    width: fit-content;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#services .service-button:hover::after {
    width: 100%;
}

#services .service-button::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #FF794A;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.appbim {
    /* display: flex; */
    gap: 20px;
}

.appbim .appbim-content {
    background: #2356A5;
    padding: 15px;
    border-radius: 15px 15px 0px 15px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.appbim .appbim-img {
    width: 100%;
    height: 100%;
}

.appbim-description {
    margin-top: 25px;
    position: relative;
}

.appbim-description .dec {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #2356A5;
    margin-top: 15px;
    margin-bottom: 30px;
}

.appbim-details-img {
    width: 210px;
    position: absolute;
    bottom: -5px;
    left: -50px;
}

.appbim-program-clarity .program-card {
    min-height: 450px;
    justify-content: flex-start;
    padding-top: 75px;
}

.appbim-program-clarity .program-card.left img.left-clarity {
    top: auto;
    left: auto;
    bottom: 0 !important;
    right: 0 !important;
    width: 123px;
    rotate: 180deg;
}

.appbim-program-clarity .program-card.right img.right-clarity {
    top: auto;
    bottom: -15px;
    width: 110px;
    rotate: 90deg;
}

.appbim-program-clarity .appbim-clarity-details {
    border: 1px solid #2356A5;
    border-radius: 15px 15px 0px 15px;
    padding: 15px;
    font-family: 'Inter';
    /* font-weight: 500; */
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #E15625;
    margin-top: 15px;
    transition: background 0.3s ease, color 0.3s ease;
}

.appbim-program-clarity .appbim-clarity-details:hover {
    background: #E15625;
    color: #FFFFFF;
    border: 1px solid #E15625;
}

.skills-section {
    margin: 50px 0;
    padding: 50px 0;
    background: linear-gradient(99.61deg, #FFF7F4 2.2%, #EFF5FF 96.03%);
    position: relative;
}

.skills-section .skills-title {
    margin-bottom: 50px !important;
}

.skills-section .icon-circle {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.skills-section .icon-circle svg {
    width: 30px;
}

.skills-section .skill-text {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

.skills-section .skill-text.blue-text {
    color: #2356A5;
}

.skills-section .skill-text.orange-text {
    color: #EA6A38;
}

.skills-section .skill-text.green-text {
    color: #00813F;
}

.skills-section .skills-left {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.skills-section .skills-right {
    width: 130px;
    position: absolute;
    top: 0;
    right: 0;
}

.skills-section .icon-one,
.skills-section .icon-two,
.skills-section .icon-three {
    transition: background 0.3s ease, color 0.3s ease;
}

.skills-section .icon-one:hover .icon-circle {
    background: #2356A5;
}

.skills-section .icon-one:hover .icon-circle svg path {
    stroke: #fff;
}

.skills-section .icon-two:hover .icon-circle {
    background: #EA6A38;
}

.skills-section .icon-two:hover .icon-circle svg path {
    stroke: #fff;
}

.skills-section .icon-three:hover .icon-circle {
    background: #00813F;
}

.skills-section .icon-three:hover .icon-circle svg path {
    stroke: #fff;
}

/* ================= ICP Outcome Section — Left sticky (services-style) ================= */

.appbim-outcome-section .outcome-left .services-left-img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.appbim-outcome-section .outcome-left .services-left-img-inner {
    /* height: 100%; */
    overflow: hidden;
}

.appbim-outcome-section .outcome-left .services-left-img img {
    width: 100%;
    height: 352px;
    object-fit: cover;
    display: block;
    object-position: top;
}

.appbim-outcome-section .outcome-left .services-left-img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(179.39deg, rgba(35, 86, 165, 0.1) 39.56%, #2356a5 63.7%);
    z-index: 1;
}

.appbim-outcome-section .outcome-left .srv-title-overlay {
    position: relative;
    z-index: 2;
    padding: 0 40px;
    margin-top: -100px;
}

.appbim-outcome-section .outcome-left .srv-title-overlay h2 span .anim-char {
    background: linear-gradient(89.99deg, #fff 0.01%, #fff 63.67%) text !important;
}

.appbim-outcome-section .outcome-left .srv-title-overlay p {
    color: #fff;
    margin-bottom: 30px;
}

.appbim-outcome-section .outcome-left .srv-progress-bar {
    position: relative;
    z-index: 3;
    margin: 0 40px;
    height: 4px;
    background: transparent;
    margin-bottom: 30px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.appbim-outcome-section .outcome-left .srv-progress-bar .progress-fill {
    display: none;
}

.appbim-outcome-section .srv-progress-segment {
    flex: 1;
    height: 2px;
    background: #093A85;
    position: relative;
}

.appbim-outcome-section .srv-progress-fill-bar {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 0%;
    background: #fff;
}

.appbim-outcome-section .outcome-card {
    background: #FF794A;
    border-radius: 0px 15px 15px 15px;
}

.appbim-outcome-section .outcome-card:nth-child(even) {
    background-color: #2356a5;
}

.appbim-outcome-section .outcome-card:nth-child(even) .appbim-number {
    color: #396DBE;
}

.appbim-outcome-section .appbim-outcome {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.appbim-outcome-section .appbim-points {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.appbim-outcome-section .appbim-points img {
    width: 15px;
    height: 15px;
}

.appbim-outcome-section .appbim-number {
    position: absolute;
    bottom: -90px;
    right: 30px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 240px;
    color: #EA6A38;
}

.appbim-journey-section {
    background: linear-gradient(99.61deg, #FFF7F4 2.2%, #EFF5FF 96.03%);
}

.appbim-journey-section .container {
    display: flow;
    align-items: flex-start;
}

.appbim-journey-section h2 {
    text-align: left;
}

.appbim-journey-section p.description {
    color: #464646;
    text-align: left;
}

.appbim-journey-section .journey-txt {
    height: 200px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appbim-journey-section .journey-txt p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #464646;
    margin: 0;
}

.appbim-indicative {
    margin: 50px 0;
    position: relative;
}

.appbim-indicative .skills-right {
    width: 130px;
    position: absolute;
    top: -50px;
    right: 0;
}

.appbim-indicative .indicative-card {
    padding: 24px;
    transition: 0.35s;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    position: relative;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #464646;
    overflow: hidden;
}

.appbim-indicative .indicative-card:hover {
    color: #fff;
}

.appbim-indicative .indicative-cards .row .left-card {
    padding-left: 0;
}

.indicative-card .icon {
    margin-bottom: 20px;
}

.indicative-card .icon img {
    width: 45px;
}

.indicative-card .icon p {
    margin-bottom: 0;
}

.indicative-card .corner {
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: 0;
    right: 0;
    border-radius: 15px 0px;
}

.indicative-card.blue .corner {
    background: #2356A5;
}

.indicative-card.gray .corner {
    background: #f05a28;
}

.indicative-card.green .corner {
    background: #1ca84f;
}

/* box-hover-fill-br: expands from bottom-right with card color */

.indicative-card .box-hover-fill-br {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    border-radius: 10px 0px;
    z-index: 0;
    transition: width 0.7s ease, height 0.7s ease;
}

.indicative-card.blue .box-hover-fill-br {
    background: #2356A5;
}

.indicative-card.gray .box-hover-fill-br {
    background: #f05a28;
}

.indicative-card.green .box-hover-fill-br {
    background: #1ca84f;
}

.indicative-card:hover .box-hover-fill-br {
    width: 100%;
    height: 100%;
}

/* corner turns white after expansion */

.indicative-card:hover .corner {
    background: #ffffff !important;
    transition: background-color 0.6s ease;
}

/* content stays above fill */

.indicative-card .icon,
.indicative-card p {
    position: relative;
    z-index: 1;
}

.appbim-indicative .indicative-details {
    padding-left: 40px;
    padding-right: 50px;
}

.indicative-card .text-side h2 {
    font-weight: 600;
    margin-bottom: 20px;
}

.indicative-details .role-list {
    list-style-type: none !important;
    padding-left: 0;
    margin: 0;
}

.indicative-details .role-list li {
    margin-bottom: 10px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #464646;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.indicative-details .role-list li img {
    width: 20px;
    height: 20px;
}

.appbim-certification {
    background: linear-gradient(99.61deg, #FFF2ED 2.2%, #E9F1FF 96.03%);
    padding: 50px 0;
}

.appbim-certification .appbim-certification-details {
    padding: 15px;
    background: #2356A5;
    border-radius: 15px 15px 0px 0px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.appbim-certification .container {
    position: relative;
    left: -8px;
}

@media (max-width: 767px) {
    .appbim-certification .container {
        left: 0;
    }
}

.ac-pathway {
    margin-top: 50px;
    position: relative;
}

.ac-pathway .skills-right {
    width: 130px;
    position: absolute;
    top: -50px;
    right: 0;
}

.ac-pathway .image-wrap {
    position: relative;
}

.ac-pathway .main-img {
    position: relative;
    z-index: 2;
    width: 400px;
    animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(14px);
    }
}

.ac-pathway .shape {
    position: absolute;
    border-radius: 30px;
    z-index: 1;
}

.ac-pathway .shape.peach {
    width: 260px;
    height: 260px;
    background: #f3c9b9;
    transform: rotate(-15deg);
    left: 60px;
    top: 40px;
}

.ac-pathway h2 {
    margin-bottom: 10px !important;
}

.ac-pathway .check-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 30px 0;
}

.ac-pathway .check-list li {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #464646;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ac-pathway .check-list li:hover svg circle {
    fill: #e15625;
}

.ac-pathway .check-list li:last-child {
    margin-bottom: 0;
}

.ac-pathway .check-list li svg {
    width: 30px;
}

.ac-pathway .note {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #464646;
}

.appbim-get-started {
    background: linear-gradient(99.61deg, #FFF2ED 2.2%, #E9F1FF 96.03%);
    margin: 0;
    padding: 50px 0;
    position: relative;
    z-index: 9;
}

.program-clarity .program-list li ul li img {
    width: 10px;
    height: 14px;
    object-fit: contain;
}

.appbim-program-clarity .pgpitm-clarity-details {
    border-color: #BC002D;
    color: #A20027;
}

.appbim-program-clarity .pgpitm-clarity-details:hover {
    background: #BC002D;
    color: #FFFFFF;
    border-color: #BC002D;
}

.pgpitm-indicative {
    padding: 50px 0;
    background: linear-gradient(99.61deg, #FFF7F4 2.2%, #EFF5FF 96.03%);
}

.pgpitm-indicative .skills-right {
    width: 130px;
    position: absolute;
    top: 0px;
    right: 0;
}

.pgpitm-indicative .skills-left {
    width: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pgpitm-indicative .indicative-card.red .corner {
    background: #A20027;
}

.pgpitm-indicative .indicative-card.red .box-hover-fill-br {
    background: #A20027;
}

.pgpitm-indicative .indicative-card {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pgpitm-indicative .right-card {
    margin-top: 70px;
}

.pgpitm-certification {
    background: none;
    margin: 0;
    padding: 0;
}

.pgpitm-certification .appbim-certification-details {
    margin-bottom: 0;
}

.pgpitm-certification .cert-grid {
    margin: 30px 0;
}

.pgpitm-certification .cert-number.one {
    background: #A20027;
}

.pgpitm-certification .pgpitm-certification-details {
    padding: 15px;
    background: #E15625;
    border-radius: 0px 0px 15px 15px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.pgpitm-certification .cert-card {
    background: linear-gradient(180deg, rgba(225, 86, 37, 0.1) 0%, rgba(35, 86, 165, 0.1) 100%);
    box-shadow: none;
}

.pgpitm-journey-section {
    margin: 50px 0;
}

.career-pathways .cp-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
    /* padding: 60px 0; */
}

.career-pathways .cp-left {
    flex-shrink: 0;
    width: 60%;
}

.career-pathways .cp-right {
    flex: 1;
    min-width: 0;
}

.cp-cards {
    margin-top: 40px;
}

/* Desktop: 3-column grid when swiper is destroyed */

@media (min-width: 768px) {
    .cp-cards-swiper {
        overflow: visible;
    }

    .cp-cards-swiper .cp-cards {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        transform: none !important;
        transition: none !important;
    }

    .cp-cards-swiper .swiper-slide {
        flex: 1 1 calc(33.333% - 14px);
        max-width: calc(33.333% - 14px);
        width: auto !important;
    }
}

.cp-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: visible;
    transition: .35s;
    height: 100%;
}

.cp-card:hover {
    transform: translateY(-6px);
}

.cp-img {
    position: relative;
    height: 180px;
    overflow: visible;
}

.cp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
    object-position: top;
}

.cp-arrow {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 14px;
    background: #FF794A;
    border-radius: 0px 15px 0px 15px;
    font-size: 14px;
    color: #fff;
    transition: transform 0.35s ease;
}

.cp-card .cp-arrow {
    transform: translate(5px, -5px);
}

.cp-card:hover .cp-arrow i {
    transform: translateX(4px);
}

.cp-arrow i {
    rotate: -45deg;
    display: inline-block;
    transition: transform 0.3s ease;
}

.cp-content {
    padding: 20px;
}

.cp-content h4 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2356A5;
    margin-bottom: 8px;
}

.cp-content p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #464646;
    margin-bottom: 0;
}

.cp-design {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.cp-design .circle img {
    width: 380px;
    display: block;
}

@keyframes svgArrowFloat {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, -12px);
    }
}

.career-pathways .cp-design .circle svg path:nth-child(2),
.career-pathways .cp-design .circle svg path:nth-child(3) {
    animation: none;
}

.career-pathways .cp-design .circle:hover svg path:nth-child(2),
.career-pathways .cp-design .circle:hover svg path:nth-child(3) {
    animation: svgArrowFloat 2s ease-in-out infinite;
}

.pgpitm-ac-pathway {
    padding-top: 50px;
    background: linear-gradient(99.61deg, #FFF7F4 2.2%, #EFF5FF 96.03%);
}

.pgpitm-ac-pathway .pgpitm-ac-pathway-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
}

.pgpitm-get-started {
    background: none;
    position: relative;
    z-index: 999;
}

#backToTopBtn {
    position: fixed;
    z-index: 9999;
    bottom: 55px;
    right: 20px;
    cursor: pointer;
    display: none;
}

#backToTopBtn div {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#backToTopBtn button {
    /* padding: 12px 20px; */
    width: 40px;
    height: 40px;
    background: #FF794A;
    border: 3px solid #FF794A;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, border-color 0.4s ease;
}

#backToTopBtn p {
    font-size: 14px;
    color: #FF794A;
    margin-bottom: 0;
    margin-top: 5px;
}

#backToTopBtn.scrolled-90 p {
    color: #FF794A;
}

@media (min-width:992px) and (max-width: 1200px) {
    .appbim-outcome-section .outcome-left .services-left-img img {
        height: 500px;
    }
}

@media (min-width:1025px) and (max-width: 1200px) {
    .icp-outcome-section .outcome-card {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    #services.icp-services-section .services-left-img .services-left-img-inner {
        height: 45vh;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .program-offer-section .program-wrapper .col-lg-5 {
        text-align: center;
        margin-bottom: 20px;
    }

    .program-offer-section .program-shape {
        left: 90px;
    }
}

@media (min-width:576px) and (max-width: 767px) {
    .program-offer-section .program-wrapper .col-lg-5 {
        text-align: center;
        margin-bottom: 20px;
    }

    .program-offer-section .program-shape {
        left: 15px;
    }
}

@media(max-width:991px) {
    .career-pathways {
        margin-left: 0 !important;
        width: auto !important;
    }

    .career-pathways .cp-cards {
        margin-top: 20px;
    }

    .career-pathways .cp-wrapper {
        flex-direction: column;
    }

    .career-pathways .cp-left {
        width: 100%;
        padding-left: 0 !important;
    }

    .career-pathways .cp-right {
        width: 100%;
        display: none;
    }

    .career-pathways .cp-design {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        padding-bottom: 20px;
    }

    .career-pathways .cp-design .circle svg {
        width: 140px;
    }

    .pgpitm-ac-pathway {
        padding-top: 25px;
    }

    .ac-pathway .main-img {
        width: 250px;
    }
}

@media (min-width: 768px) {
    .mobile {
        display: none;
    }
}

@media (max-width:767px) {
    .desktop {
        display: none;
    }

    .mobile#backToTopBtn {
        display: none !important;
    }

    #backToTopBtn {
        display: none;
    }

    #backToTopBtn.show {
        display: block;
    }

    .career-pathways {
        margin-top: 25px;
    }

    .career-pathways .cp-img {
        height: 250px;
    }

    .pgpitm-indicative .right-card {
        margin-top: 16px !important;
    }

    .appbim-description {
        margin-top: 35px !important;
    }

    .pgpitm-certification .cert-grid {
        margin: 20px 0 !important;
    }

    .career-pathways .cp-cards {
        justify-content: center;
    }

    .career-pathways .cp-cards .col-6.col-md-4.col-lg-4 {
        margin-bottom: 20px;
    }

    /* cp-cards mobile swiper */
    .cp-cards-swiper {
        overflow: hidden;
        margin-top: 20px;
    }

    .cp-cards-swiper .cp-cards {
        margin-top: 0 !important;
        justify-content: flex-start !important;
    }

    .cp-cards-swiper .swiper-slide {
        height: auto;
        box-sizing: border-box;
        padding-top: 7px;
        padding-right: 5px;
    }

    .cp-cards-swiper .swiper-slide .cp-card {
        margin: 0;
        width: 100%;
        box-shadow: none;
        border: 1px solid #0000001a;
    }

    .cp-cards-pagination {
        position: static;
        margin-top: 16px;
        text-align: center;
    }

    .cp-cards-pagination .swiper-pagination-bullet {
        background: #ccc;
        opacity: 1;
    }

    .cp-cards-pagination .swiper-pagination-bullet-active {
        background: #ff794a;
    }

    .pgpitm-certification {
        padding: 0 10px;
    }

    .pgpitm-certification .cert-card {
        box-shadow: none !important;
    }

    .pgpitm-indicative .skills-left,
    .pgpitm-indicative .skills-right,
    .ac-pathway .skills-right,
    .appbim-indicative .skills-right {
        display: none;
    }

    .pgpitm-indicative .indicative-card {
        height: 110px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
    }

    .pgpitm-indicative .indicative-card .icon,
    .pgpitm-indicative .indicative-card p {
        margin-bottom: 0;
    }

    .appbim-outcome-section .outcome-left .services-left-img img {
        height: 50vh !important;
    }

    .appbim-outcome-section h2 {
        text-align: left;
    }

    .appbim-outcome-section p br {
        display: none;
    }

    .skills-section .icon-circle {
        margin: 0;
    }

    .skills-section .row {
        padding: 0 30px;
    }

    .skills-section .col-12.col-lg-4.col-md-6 {
        text-align: left;
        display: flex;
        gap: 20px;
        align-content: center;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .skills-section .col-12.col-lg-4.col-md-6:last-child {
        margin-bottom: 0px;
    }

    .skills-section .skill-text {
        text-align: left;
    }

    .skills-section .skill-text br {
        display: none;
    }

    .skills-section .icon-three .icon-circle {
        width: 68px;
    }

    .appbim .appbim-content,
    .appbim-description .dec {
        text-align: center;
    }

    .program-clarity .card-header h5 {
        font-size: 16px;
    }

    .program-clarity .program-list li {
        font-size: 14px;
    }

    .program-clarity .program-card.left img.left-clarity,
    .program-clarity .program-card.right img.right-clarity,
    .skills-section .skills-right,
    .skills-section .skills-left {
        display: none;
    }

    #services .services-left,
    #services .service-inner,
    #services .service-item,
    .icp-outcome-section .outcome-left,
    .icp-outcome-section .outcome-card {
        height: auto !important;
    }

    .program-offer-section h2 {
        margin-top: 35px !important;
        margin-bottom: 15px !important;
    }

    #services .srv-title-overlay h2 {
        text-align: left;
    }
}

/* ================= 18. ALL REMAINING @MEDIA RESPONSIVE RULES FOR PAGE SECTIONS ================= */

@media (max-width: 1199px) {

    /* Make the outcome section stack vertically on smaller screens */
    .icp-outcome-section {
        height: auto;
    }

    .icp-outcome-section .icp-pin-wrapper {
        position: static;
        top: auto;
        height: auto;
        overflow: visible;
    }

    .icp-outcome-section .outcome-wrapper {
        flex-direction: column;
        height: auto;
    }

    .icp-outcome-section .outcome-left {
        width: 100%;
        position: static;
        top: auto;
        height: auto !important;
    }

    .icp-outcome-section .outcome-card {
        height: auto !important;
    }

    .pathways-section .tab-content .progress-container {
        display: none;
    }

    .outcome-section .outcome-sub {
        margin-bottom: 0px !important;
    }

    .icp-outcome-section .outcome-box {
        height: auto;
        padding: 30px;
    }

    .icp-outcome-section .outcome-right {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .icp-outcome-section .icp-cards-track {
        flex-direction: column;
        height: auto;
        transform: none !important;
    }

    .icp-outcome-section .outcome-card {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding: 30px;
        border-radius: var(--border-radius);
    }

    .icp-outcome-section .icp-card-bg-icon {
        right: -20px;
        bottom: -80px;
        font-size: 220px;
    }
}

@media (max-width: 1024px) {

    /* z-index so later cards sit visually on top */
    .icp-outcome-section .outcome-card:nth-child(1) {
        z-index: 1;
    }

    .icp-outcome-section .outcome-card:nth-child(2) {
        z-index: 2;
    }

    .icp-outcome-section .outcome-card:nth-child(3) {
        z-index: 3;
    }

    .icp-outcome-section .outcome-card:nth-child(4) {
        z-index: 4;
    }
}

@media(max-width:991px) {
    .program-offer-section .program-wrapper {
        display: flex;
        flex-direction: column;
    }

    .program-offer-section .program-left {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .program-offer-section .program-right {
        position: relative;
        height: 450px;
    }

    .pathways-section .tab-content h2 {
        margin-top: 25px;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {
    #services .services-left-img img {
        height: 100%;
    }

    #services .srv-title-overlay p {
        margin-bottom: 55px;
    }
}

@media (min-width: 1201px) and (max-width: 1599px) {
    #services .services-left-img img {
        height: 465px;
    }

    #services .srv-title-overlay p {
        margin-bottom: 50px;
    }

    .pgpitm-ac-pathway .pgpitm-ac-pathway-icon {
        width: 200px;
    }

    .career-pathways .cp-design .circle svg {
        width: 330px;
    }
}

/* ================= Small desktop ================= */

@media (min-width: 1200px) {
    .container {
        max-width: 1130px;
    }

    #services .services-left-img img,
    .appbim-outcome-section .outcome-left .services-left-img img {
        height: 64vh;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .outcome-section .big-number {
        height: 186px;
        font-size: 140px;
    }

    .wn-section .border-svg svg {
        right: 30px;
        height: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .pathways-section .tab-main {
        top: 76px;
    }
}

@media (min-width: 1024px) {
    .partner-pagination {
        display: none;
    }
}

/* ================= TABLET ================= */

@media (max-width: 1200px) {
    .icp-outcome-section .progress-container {
        width: 100% !important;
        position: relative;
        bottom: 0;
        margin-bottom: 0;
        margin-top: 25px;
    }

    .icp-journey-section {
        margin-top: 40px !important;
    }

    .appbim-outcome-section .appbim-number {
        bottom: -53px;
        right: 60px;
        font-size: 140px;
    }

    .appbim-indicative .indicative-cards .row .left-card {
        padding-left: 8px;
    }

    .career-pathways .cp-design .circle svg {
        width: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .icp-career-hero img {
        margin-top: -74px;
    }

    #services .services-left-img .services-left-img-inner {
        height: 65vh;
    }

    #services .services-left-img img {
        height: 520px;
    }

    #services .srv-title-overlay p {
        margin-bottom: 35px;
    }

    .program-offer-section .container {
        padding: 40px;
        padding-left: 0;
        padding-bottom: 0;
    }

    .get-started .get-buttons {
        flex-direction: column;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .icp-career-hero .hero-content h1 {
        font-size: 27px !important;
        line-height: 40px !important;
    }

    .career-hero .container {
        padding: 40px 0px 0px 40px !important;
    }

    .icp-career-hero img {
        margin-top: -75px;
    }
}

@media (max-width: 992px) {

    /* ================= Hero ================= */
    .career-hero {
        padding: 10px;
        margin: 0px;
    }

    .career-hero .container {
        padding: 40px 0px 40px 40px;
    }

    .career-hero .hero-content h1 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .career-hero .hero-content p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .career-hero .hero-btn {
        padding: 10px 20px;
        font-size: 13px;
        line-height: 20px;
    }

    h2 {
        font-size: 26px;
        line-height: 40px;
    }

    p.description {
        font-size: 14px;
        line-height: 20px;
    }

    .outcome-section .big-number {
        height: 175px;
        font-size: 110px;
    }

    /* ================= Outcome ================= */
    .outcome-section .outcome-left {
        position: relative;
        top: 0;
    }

    .outcome-section .progress-container {
        width: 81%;
    }

    .certification-section .cert-card {
        /* flex-direction: column; */
    }

    .program-clarity .program-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .program-clarity .program-card {
        min-height: 250px;
        padding: 20px;
    }

    /* ================= Social ================= */
    .social-section .social-section {
        padding: 70px 40px;
    }

    .social-section .social-title {
        text-align: left;
    }

    .social-section .social-image-wrapper {
        right: 0;
    }

    .social-section .social-image img {
        height: 320px;
    }



    .program-offer-section .container {
        padding: 10px;
    }

    .program-offer-section .container .back-img {
        height: 300px;
        display: none;
    }

    .program-offer-section .container .program-row .col-lg-7 {
        padding-bottom: 0;
    }

    .get-started .get-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .appbim-indicative .card-side {
        margin-bottom: 0px;
        margin-top: 30px;
        order: 1;
    }

    .appbim-indicative .indicative-details {
        padding: 0;
    }

    .appbim-indicative .indicative-cards .row .left-card,
    .pgpitm-indicative .right-card {
        margin-top: 0;
    }

    .pgpitm-indicative .skills-right,
    .pgpitm-indicative .skills-left,
    .pathways-section .tab-content h2 br {
        display: none;
    }

    .appbim-indicative .indicative-card {
        height: auto;
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        gap: 15px;
    }

    .indicative-card .icon,
    .indicative-card p {
        margin-bottom: 0;
    }

    .ac-pathway,
    .appbim-indicative,
    .appbim-certification {
        margin: 25px 0;
    }

    .ac-pathway .image-wrap {
        text-align: center;
        margin-bottom: 20px;
    }

    .ac-pathway .skills-right,
    .appbim-indicative .skills-right {
        top: -26px;
    }

    #services.icp-services-section .container {
        flex-direction: column;
    }

    .wn-section {
        margin-top: 25px;
    }

    .wn-section .col-12.col-md-1 {
        display: none;
    }

    .wn-section .col-12.col-md-4 {
        width: 50%;
    }

    .wn-section .col-12.col-md-7 {
        width: 50%;
        background: #FFF2ED !important;
        margin-left: 0;
        padding: 0;
    }

    .wn-section .col-12.col-md-7 .row .col-12.col-md-11 {
        width: 100%;
    }

    .wn-section .col-12.col-md-7 .row .col-12.col-md-1 {
        display: none;
    }

    .wn-section .container .row.align-items-center {
        margin: 0;
    }

    .get-started {
        margin-top: 0;
        margin-bottom: 25px
    }
}

/* ================= MOBILE ================= */

@media (max-width: 767px) {
    .container {
        padding: 0px 10px;
    }

    /* ================= Hero ================= */
    .career-hero .container {
        padding: 20px;
    }

    .career-hero .hero-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .career-hero .hero-content h1 {
        font-size: 22px;
        line-height: 34px;
    }

    .career-hero .hero-content p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .career-hero .hero-btn {
        padding: 10px 18px;
        font-size: 12px;
        line-height: 18px;
    }

    /* ================= Pathways ================= */
    h2 {
        font-size: 22px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 10px;
    }

    p.description {
        font-size: 13px;
        line-height: 18px;
        text-align: center;
    }

    .pathways-expand .section-head {
        margin-bottom: 20px;
    }

    .pathways-expand .expand-wrapper {
        flex-direction: column;
        height: auto;
    }

    .pathways-expand .expand-card {
        height: 280px;
        width: 100% !important;
        transition: none;
    }

    .pathways-expand .expand-card img {
        height: 280px;
        object-fit: cover;
    }

    .pathways-expand .card-content h4 {
        font-size: 17px;
        line-height: 22px;
    }

    .pathways-expand .card-content p {
        font-size: 13px;
        line-height: 18px;
    }

    .pathways-expand .expand-wrapper:hover .expand-card,
    .pathways-expand .expand-wrapper .expand-card:hover {
        flex: unset;
    }

    .pathways-expand .card-content p {
        opacity: 1;
        transform: none;
    }

    .pathways-expand .pathways-note {
        padding: 15px;
        font-size: 13px;
    }

    /* ================= Outcome ================= */
    #services {
        padding: 25px 0;
    }

    #services .services-left {
        margin-bottom: 20px;
    }

    #services .service-inner {
        padding: 40px 24px;
        height: 415px !important;
    }

    #services .service-name {
        font-size: 18px;
        line-height: 26px;
    }

    #services .service-desc {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    #services .service-button {
        padding: 10px 17px;
        font-size: 14px;
        line-height: 22px;
    }

    #services .service-right-img img {
        width: 125px;
        display: none;
    }

    #services .service-right-icon {
        top: 22px;
        right: 40px;
    }

    #services .service-right-icon img {
        width: 20px;
    }

    /* ================= Outcome ================= */
    .outcome-section .outcome-wrapper {
        flex-direction: column;
    }

    .outcome-section .outcome-left {
        position: relative;
        top: 0;
    }

    .outcome-section .outcome-left,
    .outcome-section .outcome-right {
        width: 100%;
    }

    .outcome-section .outcome-box {
        height: auto;
        padding: 25px;
    }

    .outcome-section .outcome-sub {
        margin-bottom: 25px !important;
    }

    .appbim-outcome-section .outcome-left .srv-title-overlay{
        padding: 0 20px;
    }

    .outcome-section .progress-container,
    #services .srv-progress-bar,
    .appbim-outcome-section .outcome-left .srv-progress-bar {
        margin-bottom: 0;
        display: none;
    }

    .outcome-section .outcome-card {
        min-height: 150px;
    }

    .outcome-section .outcome-card h4 {
        font-size: 16px;
    }

    .outcome-section .outcome-card p {
        font-size: 12px;
        width: 200px;
    }

    .outcome-section .outcome-card p br {
        display: none;
    }

    .outcome-section .big-number {
        bottom: 5px;
        height: 170px;
        font-size: 130px;
    }

    .outcome-section .progress-container {
        position: relative;
        width: 100%;
    }

    /* ================= Social ================= */
    .social-section {
        padding: 30px 25px;
    }

    .social-section .social-image {
        margin-top: 40px;
        text-align: center;
    }

    .social-section .social-icons a {
        width: 35px;
        height: 35px;
    }

    .social-section .social-icons {
        justify-content: center;
        gap: 10px;
    }

    .social-section .social-title {
        text-align: center;
    }



    .social-section .social-image-wrapper {
        display: none;
    }

    .icp-career-hero .hero-content h1 {
        font-size: 26px !important;
        line-height: 40px !important;
    }

    .icp-career-hero img {
        height: 280px !important;
        margin-top: 0;
    }

    .icp-career-hero .hero-content {
        margin-bottom: 0;
    }

    .journey-section .container {
        padding: 0px 10px;
    }

    .students-section .students-box {
        padding: 20px;
    }

    .students-section .students-list {
        justify-content: flex-start;
        gap: 10px;
        flex-direction: column;
    }

    .students-section .students-item {
        text-align: left;
        font-size: 13px;
        line-height: 20px;
    }

    .students-section .students-item img {
        width: 9px;
        height: 10px;
    }

    .pathways-section .tab-content {
        margin: 0;
    }

    .pathways-section .tab-wrapper {
        gap: 5px;
        margin-bottom: 15px;
    }

    .pathways-section .tab-item {
        flex: none;
    }

    #services .services-left-img .services-left-img-inner {
        height: 350px !important;
    }

    #services .services-left-img img {
        height: 470px !important;
    }

    .program-offer-section .col-lg-5 {
        text-align: center;
    }

    .program-offer-section .program-image {
        height: 300px;
    }

    .program-offer-section .program-shape {
        bottom: -70px;
        left: -10px;
    }

    .program-offer-section .program-shape svg path:first-child {
        transform: translate(50px, 45px) scale(0.7) translate(-50px, -45px) !important;
    }

    .program-offer-section .program-shape .shape-dash {
        transform: translate(50px, 45px) scale(0.6) translate(-50px, -45px) !important;
    }

    .icp-outcome-section .icp-phase-badge {
        margin-bottom: 10px;
    }

    .icp-outcome-section .outcome-card h4 br {
        display: none;
    }

    .icp-outcome-section .outcome-card h4 {
        margin-bottom: 5px;
    }

    .icp-outcome-section .outcome-card p {
        width: 100%;
        margin-bottom: 0;
    }

    .icp-outcome-section .icp-card-btn {
        margin-top: 15px;
    }

    .certification-section {
        margin: 20px 0;
    }

    .certification-section .cert-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 25px;
    }

    .certification-section .cert-card h5 {
        text-align: left;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .certification-section .cert-card h5 br,
    .certification-section .cert-card p br {
        display: none !important;
    }


    .certification-section .cert-card p {
        text-align: left;
        font-size: 14px;
        line-height: 20px;
    }

    .certification-section p.cert-footnote {
        padding: 25px 0;
    }

    .certification-section .cert-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 8px;
        margin-top: 15px;
    }

    .certification-section .cert-card {
        height: 100%;
        /* align-items: center; */
        padding: 10px;
        box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    }

    .certification-section .cert-number {
        width: 50px;
        height: 40px;
        font-size: 18px;
    }

    .get-started {
        margin: 25px 0;
    }

    .get-started p.description {
        margin-bottom: 20px;
    }

    .appbim .appbim-img {
        margin-top: 20px;
    }

    .appbim-description {
        margin-top: 20px;
    }

    .skills-section {
        margin: 25px 0;
    }

    .appbim-journey-section .journey-txt {
        margin-top: 20px;
    }

    .appbim-indicative .container {
        padding: 0 15px !important;
    }

    .ac-pathway .main-img {
        width: 300px;
    }

    .ac-pathway {
        margin-bottom: 0;
    }

    .appbim-get-started {
        margin: 0;
        padding: 25px 0;
    }

    .skills-section .skills-title {
        margin-bottom: 20px !important;
    }

    .skills-section .skill-text {
        margin-top: 10px;
    }

    .skills-section .icon-circle svg {
        width: 20px;
    }

    .skills-section .icon-circle {
        width: 50px;
        height: 50px;
    }

    .skills-section .icon-circle img {
        width: 25px;
    }

    .skills-section .skill-text {
        font-size: 14px;
        font-weight: 400;
    }

    .wn-section .col-12.col-md-4 {
        width: 100%;
    }

    .wn-section .col-12.col-md-7 {
        width: 100%;
    }

    .pathways-section .tab-content h2 br {
        display: none;
    }

    .pathways-section .tab-content h2 {
        margin-top: 0;
    }

    .appbim-indicative .indicative-cards .row.col-12.col-md-6 {
        padding-left: 0;
    }

    .icp-journey-section .jt-right {
        margin-right: 0 !important;
    }

    .outcome-section .outcome-box .outcome-img img {
        display: none;
    }
}

@media(max-width:576px) {
    #services .services-left-img .services-left-img-inner {
        height: 70vh;
    }

    #services .services-left-img img {
        height: 480px;
    }

    .appbim-indicative .indicative-cards .row.col-12.col-md-6 {
        padding-left: 4px;
    }
}

@media (max-width: 440px) {
    #services .services-left-img .services-left-img-inner {
        height: 55vh;
    }

    #services .services-left-img img {
        height: 410px;
    }
}

/* ============================================================
   GLOBAL RESPONSIVE IMPROVEMENTS
   ============================================================ */

@media (max-width: 991px) {
    .pathways-section .tab-wrapper {
        padding: 12px;
        gap: 8px;
    }

    .pathways-section .tab-item {
        font-size: 14px;
        padding: 6px 14px;
        white-space: nowrap;
    }

    .pgpitm-indicative {
        padding: 25px 0;
    }

    .pgpitm-indicative .card-side {
        margin-top: 30px !important;
        margin-bottom: 0 !important;
    }

    .pgpitm-indicative .skills-right {
        top: 0;
    }

    .pathways-section .tab-content h2 {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .pathways-section .tab-wrapper {
        overflow-x: auto;
        justify-content: space-between;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 10px;
    }

    .pathways-section .tab-wrapper::-webkit-scrollbar {
        display: none;
    }

    .pathways-section .tab-item {
        font-size: 13px;
        padding: 6px 12px;
        flex-shrink: 0;
    }
}

/* ---- JOURNEY SECTION ---- */

@media (max-width: 767px) {
    .journey-section {
        margin-bottom: 15px;
    }

    .journey-section .container {
        border-radius: 15px;
        padding: 25px 15px;
    }
}

/* ---- STUDENTS SECTION ---- */

@media (max-width: 767px) {
    .students-section {
        margin-bottom: 20px;
    }
}

/* ---- SERVICES SECTION — stack cards on mobile ---- */

@media (max-width: 767px) {
    #services .container {
        gap: 0;
    }

    #services .services-left-img .services-left-img-inner img {
        width: 100%;
    }

    #services .srv-title-overlay {
        padding: 0 20px;
    }
}

/* ---- ICP JOURNEY SECTION ---- */

@media (max-width: 767px) {
    .icp-journey-section {
        margin-top: 0;
    }

    .icp-journey-section .container {
        height: auto;
        padding: 30px 20px;
        border-radius: 15px;
    }
}

@media (max-width: 767px) {

    /* Mobile: sticky vertical layout — bars stay fixed, cards scroll */
    /* .icp-journey-scroll height is set by JS */
    .icp-journey-section {
        position: sticky !important;
        top: 95px !important;
        height: calc(100vh - 95px) !important;
        overflow: hidden;
        padding-top: 25px;
        display: flex;
        flex-direction: column;
    }

    .tl-section {
        overflow: hidden;
        flex: 1;
        min-height: 0;
        position: relative;
    }

    .tl-viewport {
        overflow: hidden;
        cursor: default;
        height: 100%;
        position: relative;
    }

    .tl-bands {
        display: flex;
        flex-direction: row;
        top: 0;
        bottom: 0;
        left: 50%;
        right: auto;
        width: 118px;
        transform: translateX(-50%);
        z-index: 1;
    }

    .tl-bands-orange {
        width: 55px;
        height: auto;
        flex-shrink: 0;
        background: linear-gradient(180deg, #e15625 0%, #ff794a 100%);
        border-radius: 10px 10px 0 0;
    }

    .tl-bands-spacer {
        width: 8px;
        height: auto;
        flex-shrink: 0;
    }

    .tl-bands-blue {
        width: 55px;
        height: auto;
        flex-shrink: 0;
        border-radius: 10px 10px 0 0;
    }

    /* Vertical stacking — JS drives translateY */
    .tl-track {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        padding: 20px 0 !important;
        gap: 20px;
    }

    /* Make the container chain fill height so tl-section gets remaining space */
    .icp-journey-section .container-fluid {
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .icp-journey-section .jt-wrapper {
        flex: 1;
        min-height: 0;
    }

    .icp-journey-section .jt-right {
        flex: 1;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

    .icp-journey-section .jt-wrapper .jt-left {
        width: 100%;
    }

    .icp-journey-scroll .icp-journey-section h2 {
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    .icp-journey-scroll .icp-journey-section h2 br {
        display: none;
    }

    .icp-journey-scroll .icp-journey-section p {
        text-align: center;
    }

    /* Grid: LEFT (India flag) | CENTER (number/Month) | RIGHT (Japan flag) */
    .icp-journey-section .card {
        width: 100% !important;
        flex-shrink: unset;
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.45s ease, transform 0.45s ease;
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        grid-template-rows: auto auto;
        height: auto;
        min-height: 90px;
    }

    .icp-journey-section .card.in-view {
        opacity: 1;
        transform: translateY(0) !important;
    }

    /* LEFT: India flag + label */
    .icp-journey-section .card-top {
        grid-column: 1;
        grid-row: 1 / 3;
        position: relative;
        bottom: auto;
        left: auto;
        margin-left: 0;
        width: auto;
        opacity: 1;
        transform: none;
        transition: none;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
        padding: 8px 8px 8px 4px;
        gap: 6px;
    }

    .icp-journey-section .card.in-view .card-top {
        opacity: 1;
        transform: none;
    }

    .icp-journey-section .card-top-label {
        margin-left: 0;
        margin-right: 20px;
        text-align: end;
        font-size: 12px;
        line-height: 16px;
    }

    .icp-journey-section .country-flag {
        margin-bottom: 0;
        flex-shrink: 0;
        margin-right: 0px;
    }

    /* CENTER: number */
    .icp-journey-section .card-orange {
        grid-column: 2;
        grid-row: 1;
        padding-left: 0px;
        padding-right: 0px;
        width: 50px;
        text-align: center;
        margin-left: -20px;
    }

    .icp-journey-section .card-num {
        font-size: 30px;
    }

    /* CENTER: hide gap */
    .icp-journey-section .card-gap {
        display: none;
    }

    /* CENTER: Month */
    .icp-journey-section .card-blue {
        grid-column: 2;
        grid-row: 2;
        padding-left: 0px;
        padding-right: 0px;
        rotate: 90deg;
        height: 75px;
        position: relative;
        right: -28px;
    }

    /* Hide chevron arrow */
    .icp-journey-section .card-chevron {
        display: none;
    }

    /* RIGHT: Japan flag + text */
    .icp-journey-section .card-bottom {
        grid-column: 3;
        grid-row: 1 / 3;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-left: 0;
        width: auto;
        opacity: 1;
        transform: none;
        transition: none;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        padding: 8px 4px 8px 8px;
        gap: 6px;
    }

    .icp-journey-section .card-month {
        font-size: 25px;
    }

    .icp-journey-section .card.in-view .card-bottom {
        opacity: 1;
        transform: none;
    }

    .icp-journey-section .card-dot {
        margin-bottom: 0;
        flex-shrink: 0;
        margin-left: 0px;
    }

    .icp-journey-section .card-bottom-text {
        margin-left: 20px;
        font-size: 12px;
        line-height: 16px;
    }
}

/* ---- CERTIFICATION SECTION ---- */

@media (max-width: 767px) {
    .certification-section .cert-img {
        /* width: 90px;
        height: 90px; */
        width: 100%;
        height: 250px;
    }
}

/* ---- PROGRAM CLARITY ---- */

@media (max-width: 767px) {
    .program-clarity {
        margin-bottom: 20px;
    }
}

/* ---- GET STARTED ---- */

@media (max-width: 767px) {
    .get-started h2 {
        text-align: center;
    }

    .get-started p.description {
        text-align: center;
        margin-bottom: 20px;
    }

    .get-started .get-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .get-started .get-buttons button {
        width: 100%;
        text-align: center;
    }
}

/* footer responsive → header-footer.css */

/* ---- CERT CARDS MOBILE SWIPER ---- */

/* Desktop: keep grid layout, hide pagination */
@media (min-width: 768px) {
    .cert-swiper {
        overflow: visible;
    }

    .cert-swiper .cert-grid.swiper-wrapper {
        display: grid !important;
        transform: none !important;
        transition: none !important;
    }

    .cert-swiper .swiper-slide {
        width: auto !important;
        height: auto !important;
    }

    .cert-swiper-pagination {
        display: none !important;
    }
}

/* Mobile: enable swiper */
@media (max-width: 767px) {
    .cert-swiper {
        overflow: hidden;
        margin-top: 15px;
    }

    .cert-swiper .cert-grid.swiper-wrapper {
        margin-top: 0 !important;
        display: flex !important;
        grid-template-columns: unset !important;
        gap: 0 !important;
    }

    .cert-swiper .swiper-slide {
        width: 100% !important;
        height: auto;
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .cert-swiper .swiper-slide .cert-card {
        flex-direction: column;
        gap: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .cert-swiper .swiper-slide .cert-card .details {
        padding: 20px;
    }

    .certification-section .swiper-slide:nth-child(2) .cert-img img {
        object-position: top;
    }

    .cert-swiper-pagination {
        position: static;
        text-align: center;
    }

    .appbim-certification {
        padding: 25px 0;
    }

    #tab1 .certification-section .cert-swiper-pagination,
    #tab2 .appbim-certification .cert-swiper-pagination {
        margin-top: 15px;
        margin-bottom: 0;
    }

    #tab3 .appbim-certification .cert-swiper-pagination {
        margin-top: -16px;
        margin-bottom: 10px;
    }

    .cert-swiper-pagination .swiper-pagination-bullet {
        background: #ccc;
        opacity: 1;
    }

    .cert-swiper-pagination .swiper-pagination-bullet-active {
        background: #2356A5;
    }

    .ac-pathway .check-list li svg {
        width: 25px;
        min-width: 25px;
    }

    .appbim-indicative .indicative-card {
        display: flex;
        gap: 15px;
    }

    .appbim-indicative .indicative-card p {
        margin-bottom: 0;
    }

    /* .career-pathways .cp-content{
        padding: 20px 15px;
    } */

    .cp-card .cp-arrow {
        /* transform: translate(0); */
    }

    .pgpitm-ac-pathway .pgpitm-ac-pathway-icon {
        display: none;
    }
}

@media (max-width: 408px) {
    .program-clarity .program-card:last-child .card-header h5 {
        width: 205px;
    }
}

@media (min-width: 1201px) and (max-height: 586px) {
    #services .services-left-img img {
        height: 55vh !important;
    }

    #services .srv-title-overlay p {
        margin-bottom: 40px;
    }

    .outcome-section .progress-container {
        bottom: 100px;
    }

    .outcome-section .outcome-box,
    .icp-outcome-section .outcome-card,
    .icp-outcome-section .outcome-left {
        height: 72vh;
    }

    .appbim-outcome-section .outcome-left .services-left-img img {
        height: 49vh;
    }
}

/* =============================================
   PATHWAY COMPARISON TABLE
   ============================================= */

#tab1 .pathway-comparison {
    padding-bottom: 80px;
}
#tab2 .pathway-comparison {
    padding-top: 80px;
    padding-bottom: 60px;
}
#tab3 .pathway-comparison {
    padding-top: 80px;
    padding-bottom: 20px;
}

.pathway-comparison h2 {
    margin-bottom: 40px !important;
}

.pc-table-wrap {
    border-radius: 15px;
    overflow-x: auto;
    overflow-y: clip;
    border-bottom: 1px solid #B0B0B0;
}

.pc-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 720px;
    font-family: 'Inter', sans-serif;
}

.pc-table thead tr {
    background: #2356A5;
}

.pc-table thead th {
    padding: 16px 18px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    text-align: left;
    color: #FFFFFF;
}

.pc-table thead th:first-child {
    width: 160px;
    border-left: 1px solid #2356A5;
    border-top: 1px solid #2356A5;
    border-top-left-radius: 15px;
}

.pc-table thead th:last-child {
    border-right: 1px solid #2356A5;
    border-top: 1px solid #2356A5;
    border-top-right-radius: 15px;
}

.pc-table tbody tr {
    background: #fff;
}

.pc-table tbody tr.pc-row-alt {
    background: #EFF5FF;
}

.pc-table tbody td {
    padding: 14px 18px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #575757;
    vertical-align: top;
    border-right: 1px solid #B0B0B0;
}
.pc-table tbody td:first-child {
    border-left: 1px solid #B0B0B0;
}

.pc-table tbody tr:last-child td {
    border-bottom: 1px solid #B0B0B0;
}

.pc-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.pc-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.pc-table tbody tr.pc-row-alt td {
    /* border-left: none; */
    border-right: none;
}

.pc-table tbody tr.pc-row-alt td:last-child{
    border-right: 1px solid #B0B0B0;
}
@media (max-width: 767px) {
    .pathway-comparison {
        padding: 48px 0;
    }

    .pc-table-wrap {
        border-radius: 15px;
    }

    .pc-table thead th,
    .pc-table tbody td {
        padding: 12px 14px;
        font-size: 13px;
    }

    .pc-table thead th:first-child,
    .pc-td-dim,
    .pc-th-dim {
        width: 120px;
    }
}
