
        body.programs-page {
            padding-top: 77px !important;
            margin-top: 0 !important;
        }
        .prog-hero {
            background: linear-gradient(135deg, #196080 0%, #155875 55%, #0f4c66 100%) !important;
            padding-top: 80px !important;
        }
        .prog-hero::before {
            content: "";
            position: absolute;
            width: 420px;
            height: 420px;
            top: -160px;
            left: -120px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 72%);
            pointer-events: none;
        }
        .prog-hero::after {
            content: "";
            position: absolute;
            width: 380px;
            height: 380px;
            right: -120px;
            bottom: -180px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(13, 44, 58, 0.45) 0%, rgba(13, 44, 58, 0) 72%);
            pointer-events: none;
        }
        .prog-hero-title {
            color: #f4fbff;
        }
        .prog-hero-content {
            padding-top: 32px;
        }
        .prog-hero-desc {
            color: #ffffff;
        }
        .prog-hero-detail {
            color: #ffffff;
        }
        .programs-page .footer-area {
            padding-top: 40px !important;
            margin-top: 0 !important;
        }
        .programs-page .prog-majors {
            padding-bottom: 30px !important;
            margin-bottom: 0 !important;
        }

        /* Footer fixes */
        .programs-page .footer-area .widget-title {
            color: #ffffff !important;
            font-size: 20px;
            margin-bottom: 24px;
        }
        .programs-page .footer-area .widget_about .details p {
            color: rgba(255, 255, 255, 0.75) !important;
            font-size: 15px;
            line-height: 1.6;
            margin-bottom: 12px;
        }
        .programs-page .footer-area .footer-linkedin {
            margin-top: 20px;
        }
        .programs-page .footer-area .footer-linkedin-link {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: #ffffff !important;
            text-decoration: none;
            font-size: 15px;
            padding: 8px 18px;
            border: 1px solid rgba(255, 255, 255, 0.25);
            border-radius: 6px;
            transition: all 0.3s ease;
        }
        .programs-page .footer-area .footer-linkedin-link:hover {
            background: #0077B5;
            border-color: #0077B5;
        }
        .programs-page .footer-area .footer-linkedin-link i {
            font-size: 16px;
            color: #ffffff;
            transition: color 0.3s ease;
        }
        .programs-page .footer-area .footer-linkedin-link:hover i {
            color: #ffffff;
        }
        .programs-page .footer-area .widget_nav_menu ul {
            list-style: none !important;
            padding-left: 0 !important;
        }
        .programs-page .footer-area .widget_nav_menu ul li {
            margin-bottom: 10px;
        }
        .programs-page .footer-area .widget_nav_menu ul li a {
            color: rgba(255, 255, 255, 0.75) !important;
            text-decoration: none;
            font-size: 15px;
            transition: color 0.3s ease;
        }
        .programs-page .footer-area .widget_nav_menu ul li a:hover {
            color: #ffffff !important;
        }
        .programs-page .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
            padding: 20px 0;
        }
        .programs-page .footer-bottom p {
            color: rgba(255, 255, 255, 0.6) !important;
            margin: 0;
            font-size: 14px;
        }

        /* Outcomes section */
        .prog-outcomes {
            background: #f4f7fa;
            padding: 42px 0 36px;
        }
        .prog-outcomes-title {
            font-family: var(--font-heading);
            font-size: 26px;
            line-height: 1.35;
            color: var(--color-dark);
            margin: 0 0 18px;
            text-align: center;
        }
        .prog-outcome-card {
            height: 100%;
            background: #ffffff;
            border: 1px solid #dce5ef;
            border-radius: 16px;
            padding: 20px 22px;
            box-shadow: 0 10px 24px rgba(20, 45, 66, 0.08);
            text-align: center;
        }
        .prog-outcome-photo {
            width: 176px;
            height: 176px;
            border-radius: 50%;
            object-fit: cover;
            display: block;
            margin: 0 auto 12px;
            border: 3px solid #e8eef6;
            box-shadow: 0 10px 22px rgba(23, 53, 80, 0.18);
        }
        .prog-outcome-name {
            font-family: var(--font-heading);
            font-size: 23px;
            font-weight: 700;
            color: var(--color-dark);
            margin: 0 0 6px;
        }
        .prog-outcome-ctc {
            margin: 0;
            font-size: 15px;
            font-weight: 700;
            color: #2a678b;
        }
        .prog-outcomes-slider .owl-nav {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 20px;
        }
        .prog-outcomes-slider .owl-nav button {
            width: 40px;
            height: 40px;
            background: #ffffff !important;
            border: 1px solid #dce5ef !important;
            border-radius: 50% !important;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            font-size: 14px;
            color: #196080;
        }
        .prog-outcomes-slider .owl-nav button:hover {
            background: #196080 !important;
            color: #ffffff;
        }

        /* Takeaways feature grid */
        .prog-takeaways {
            background: #ffffff;
            padding: 62px 0 50px;
        }
        .prog-takeaways .prog-section-desc {
            max-width: 860px;
            margin: 0 auto;
        }
        .takeaway-feature-grid {
            margin-top: 34px;
            row-gap: 20px;
        }
        .prog-takeaways .prog-feature-text p {
            color: #2b3f52;
        }

        /* List of Modules carousel section */
        .prog-module-list {
            background: #f4f7fa;
        }

        /* Hands-on Roadmap timeline */
        .prog-module-timeline {
            background: #ffffff;
            padding-top: 64px;
            padding-bottom: 56px !important;
        }
        .timeline-grid {
            position: relative;
            display: grid;
            grid-template-columns: 1fr 48px 1fr;
            row-gap: 0;
            column-gap: 0;
            max-width: 960px;
            margin: 0 auto;
        }
        .timeline-grid::before {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 0;
            bottom: 0;
            width: 2px;
            background: #c0c8cc;
            z-index: 0;
        }
        .timeline-cell { min-height: 0; }
        .tl-card-wrap { padding: 12px 0; }
        .tl-spine {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            z-index: 1;
        }
        .timeline-dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #c0c8cc;
            flex-shrink: 0;
        }
        .timeline-dot.active {
            background: var(--color-primary);
            box-shadow: 0 0 0 6px rgba(25, 96, 128, 0.12);
        }
        .timeline-card {
            background: #f4f7fa;
            border-radius: 12px;
            padding: 28px 26px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            transition: box-shadow 0.3s ease, transform 0.3s ease;
        }
        .timeline-card:hover {
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }
        .timeline-card.active-card {
            border-left: 4px solid var(--color-accent);
        }
        .timeline-week {
            display: block;
            font-family: var(--font-body);
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #71787c;
            margin-bottom: 6px;
        }
        .timeline-card h4 {
            font-family: var(--font-heading);
            font-size: 20px;
            font-weight: 700;
            color: var(--color-dark);
            margin: 0 0 10px;
        }
        .timeline-card p {
            font-family: var(--font-body);
            font-size: 14px;
            line-height: 1.6;
            color: #555;
            margin: 0 0 16px;
        }
        .timeline-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .timeline-card ul li {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            font-family: var(--font-body);
            font-size: 13.5px;
            color: #555;
            line-height: 1.5;
            margin-bottom: 8px;
        }
        .timeline-card ul li:last-child { margin-bottom: 0; }
        .timeline-card ul li i {
            color: var(--color-accent);
            font-size: 14px;
            margin-top: 3px;
            flex-shrink: 0;
        }
        .timeline-card .timeline-week-badge {
            display: inline-block;
            padding: 6px 16px;
            border-radius: 50px;
            background: var(--color-primary);
            color: #ffffff;
            font-family: var(--font-body);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 12px;
        }
        .timeline-card .timeline-projects-label {
            font-family: var(--font-body);
            font-size: 13px;
            font-weight: 600;
            font-style: italic;
            color: var(--color-secondary);
            margin-bottom: 10px;
            display: block;
        }
        @media (max-width: 991px) {
            .timeline-grid {
                display: flex;
                flex-direction: column;
                gap: 16px;
            }
            .timeline-grid::before { display: none; }
            .tl-spine, .timeline-cell:not(.tl-card-wrap) { display: none; }
            .tl-card-wrap { padding: 0; }
        }

        /* Master Frameworks section */
        .prog-frameworks {
            background: #f4f7fa;
            padding: 56px 0 48px;
        }
        .framework-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 16px;
            margin-top: 32px;
        }
        .framework-item {
            display: flex;
            align-items: center;
            gap: 12px;
            background: #ffffff;
            border: 1px solid #dce5ef;
            border-radius: 12px;
            padding: 16px 20px;
            font-family: var(--font-body);
            font-size: 14px;
            font-weight: 600;
            color: var(--color-dark);
        }
        .framework-item i {
            color: var(--color-primary);
            font-size: 18px;
            flex-shrink: 0;
        }
    