.elementor-23648 .elementor-element.elementor-element-aa6af40:not(.elementor-motion-effects-element-type-background), .elementor-23648 .elementor-element.elementor-element-aa6af40 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#f9f8f8;}.elementor-23648 .elementor-element.elementor-element-aa6af40{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-23648 .elementor-element.elementor-element-aa6af40 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23648 .elementor-element.elementor-element-aa6af40 > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-23648 .elementor-element.elementor-element-a3233df > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-23648 .elementor-element.elementor-element-a3233df > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23648 .elementor-element.elementor-element-7c1f370 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-23648 .elementor-element.elementor-element-7c1f370{padding:10px 0px 10px 0px;}.elementor-23648 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-23648 .elementor-element.elementor-element-5115fb4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23648 .elementor-element.elementor-element-e41c1e9{margin-top:30px;margin-bottom:30px;padding:0px 0px 0px 0px;}.elementor-23648 .elementor-element.elementor-element-9143820{color:#000000;}.elementor-23648 .elementor-element.elementor-element-9143820 a{color:#5C8018;}.elementor-23648 .elementor-element.elementor-element-a0c3b1f > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-23648 .elementor-element.elementor-element-a0c3b1f{padding:0px 0px 0px 0px;}.elementor-23648 .elementor-element.elementor-element-937e715 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-23648 .elementor-element.elementor-element-937e715{padding:10px 0px 10px 0px;}.elementor-23648 .elementor-element.elementor-element-f6bbbab{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-23648 .elementor-element.elementor-element-f6bbbab > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-23648 .elementor-element.elementor-element-f6bbbab > .elementor-shape-top svg{height:220px;transform:translateX(-50%) rotateY(180deg);}.elementor-23648 .elementor-element.elementor-element-a2d7d91 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-23648 .elementor-element.elementor-element-a2d7d91{padding:10px 0px 10px 0px;}.elementor-23648 .elementor-element.elementor-element-1c88a0b{width:100%;max-width:100%;}@media(max-width:767px){.elementor-23648 .elementor-element.elementor-element-6f67cae > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-23648 .elementor-element.elementor-element-5115fb4{width:100%;}.elementor-23648 .elementor-element.elementor-element-6f67cae{width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-23648 .elementor-element.elementor-element-6f67cae{width:100%;}}/* Start custom CSS for html, class: .elementor-element-1795b2c */:root {
        --f-navy: #0f172a;
        --f-navy-light: #1e293b;
        --f-gold: #facc15;
        --f-gold-dark: #eab308;
        --f-white: #ffffff;
        --f-gray-bg: #f8fafc;
        --f-gray-text: #475569;
        --f-border: #e2e8f0;
    }

    .finance-hero {
        position: relative;
        background: linear-gradient(135deg, var(--f-gray-bg) 0%, #ffffff 100%);
        display: flex;
        align-items: center;
        overflow: hidden;
        color: var(--f-navy);
    }

    /* Background Ledger Lines */
    .ledger-line {
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.08), transparent);
        z-index: 1;
    }
    .line-1 { left: 5%; }
    .line-2 { left: 15%; }
    .line-3 { left: 25%; }

    .f-container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 100px 40px;
        position: relative;
        z-index: 5;
        width: 100%;
    }

    .f-grid {
        display: grid;
        grid-template-columns: 1.2fr 0.8fr;
        gap: 70px;
        align-items: center;
    }

    /* CONTENT */
    .f-badge {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        background: var(--f-navy);
        color: var(--f-white);
        padding: 10px 24px;
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        border-radius: 40px;
        margin-bottom: 32px;
    }

    .f-badge i {
        color: var(--f-gold);
        font-size: 0.9rem;
    }

    .f-title {
        font-size: 3.5rem;
        font-weight: 800;
        line-height: 1.15;
        margin-bottom: 24px;
        margin-top: 0px;
        color: var(--f-navy);
        letter-spacing: -0.02em;
    }

    .text-gold { 
        color: var(--f-gold);
        position: relative;
        display: inline-block;
    }

    .f-philosophy {
        font-size: 1.05rem;
        line-height: 1.7;
        color: var(--f-gray-text);
        max-width: 580px;
        margin-bottom: 36px;
    }

    /* PATHWAYS */
    .f-pathways {
        display: flex;
        align-items: center;
        gap: 30px;
        margin-bottom: 40px;
        background: var(--f-white);
        padding: 24px 28px;
        border: 1px solid var(--f-border);
        border-radius: 16px;
        width: fit-content;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    }

    .path-item {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .path-item i {
        font-size: 1.4rem;
        color: var(--f-gold);
    }

    .path-item strong { 
        display: block; 
        font-size: 1rem; 
        color: var(--f-navy);
        margin-bottom: 4px;
    }

    .path-item span { 
        font-size: 0.7rem; 
        font-weight: 600; 
        color: var(--f-gold);
        letter-spacing: 0.5px;
    }

    .path-divider { 
        width: 1px; 
        height: 50px; 
        background: var(--f-border); 
    }

    /* BUTTONS */
    .f-actions {
        display: flex;
        align-items: center;
        gap: 24px;
        margin-bottom: 32px;
        flex-wrap: wrap;
    }

    .btn-f-primary {
        background: linear-gradient(135deg, var(--f-gold), var(--f-gold-dark));
        color: var(--f-navy);
        padding: 14px 28px;
        text-decoration: none;
        font-weight: 700;
        transition: all 0.3s ease;
        border-radius: 50px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 0.9rem;
        border: none;
        cursor: pointer;
    }

    .btn-f-primary:hover {
        background: linear-gradient(135deg, var(--f-navy), var(--f-navy-light));
        color: var(--f-white);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(250, 204, 21, 0.25);
    }

    .btn-f-link {
        color: var(--f-navy);
        text-decoration: none;
        font-weight: 600;
        font-size: 0.9rem;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
        border-bottom: 2px solid transparent;
    }

    .btn-f-link:hover {
        color: var(--f-gold);
        gap: 12px;
        border-bottom-color: var(--f-gold);
    }

    /* Trust Badge */
    .f-trust-badge {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
        margin-top: 16px;
    }

    .trust-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 0.75rem;
        font-weight: 600;
        color: var(--f-gray-text);
    }

    .trust-item i {
        color: #10b981;
        font-size: 0.85rem;
    }

    .trust-dot {
        width: 4px;
        height: 4px;
        background: #cbd5e1;
        border-radius: 50%;
    }

    /* VISUAL CARD */
    .f-stat-card {
        background: var(--f-white);
        padding: 32px;
        border-radius: 24px;
        box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.08);
        border: 1px solid var(--f-border);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .f-stat-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 25px 45px -12px rgba(15, 23, 42, 0.12);
    }

    .f-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 28px;
        padding-bottom: 16px;
        border-bottom: 2px solid var(--f-border);
    }

    .f-card-header span { 
        font-weight: 700; 
        text-transform: uppercase; 
        font-size: 0.7rem; 
        color: #94a3b8;
        letter-spacing: 1px;
    }

    .f-card-header i { 
        color: var(--f-gold); 
        font-size: 1.3rem; 
    }

    .f-requirement-preview {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .req-row { 
        display: flex; 
        gap: 14px; 
        align-items: flex-start; 
    }

    .req-row i { 
        color: var(--f-gold); 
        margin-top: 2px;
        font-size: 1rem;
        width: 20px;
    }

    .req-row h6 { 
        margin: 0; 
        font-size: 0.9rem; 
        font-weight: 700; 
        color: var(--f-navy);
    }

    .req-row span { 
        font-size: 0.75rem; 
        color: var(--f-gray-text);
    }

    .f-card-footer {
        margin-top: 32px;
        padding-top: 20px;
        border-top: 1px solid var(--f-border);
    }

    .location-tag { 
        font-size: 0.75rem; 
        font-weight: 600; 
        color: var(--f-gold);
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .location-tag i {
        font-size: 0.7rem;
    }

    /* Scroll Indicator */
    .scroll-indicator-f {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        color: var(--f-gray-text);
        font-size: 0.7rem;
        letter-spacing: 2px;
        cursor: pointer;
        transition: opacity 0.3s;
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

    .scroll-indicator-f:hover {
        opacity: 0.7;
    }

    .scroll-indicator-f i {
        font-size: 1.2rem;
        color: var(--f-gold);
        animation: bounceF 2s infinite;
    }

    @keyframes bounceF {
        0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
        40% { transform: translateY(8px); }
        60% { transform: translateY(4px); }
    }

    /* RESPONSIVE */
    @media (max-width: 1024px) {
        .f-grid { 
            grid-template-columns: 1fr; 
            text-align: center; 
            gap: 50px;
        }
        
        .f-badge, .f-pathways, .f-actions, .f-trust-badge { 
            justify-content: center; 
            margin-left: auto; 
            margin-right: auto; 
        }
        
        .f-title { 
            font-size: 2.8rem; 
        }
        
        .f-philosophy { 
            margin-left: auto; 
            margin-right: auto; 
        }
        
        .f-visual { 
            max-width: 500px;
            margin: 0 auto;
        }

        .f-pathways {
            flex-direction: column;
            gap: 20px;
            width: 100%;
            max-width: 350px;
        }

        .path-divider {
            width: 80%;
            height: 1px;
        }
        
        .f-visual{
            display: none;
        }
        
        .f-trust-badge {
            display: none;
        }
        
        .f-pathways{
            display: none;
        }

        .path-item {
            justify-content: center;
        }
    }

    @media (max-width: 768px) {
        .f-container {
            padding: 120px 24px;
        }

        .f-title {
            font-size: 2.2rem;
        }

        .f-philosophy {
            font-size: 0.95rem;
        }

        .f-badge {
            font-size: 0.7rem;
            padding: 8px 18px;
        }

        .f-actions {
            flex-direction: column;
            width: 100%;
            max-width: 280px;
            margin: 0 auto 32px;
        }

        .btn-f-primary, .btn-f-link {
            width: 100%;
            justify-content: center;
        }

        .btn-f-link {
            margin-left: 0;
        }

        .f-trust-badge {
            display: none;
        }
        .f-pathways {
            padding: 20px;
            display: none;
        }


        .trust-dot {
            display: none;
        }

        .f-stat-card {
            display: none;
        }

        .scroll-indicator-f {
            bottom: 20px;
        }
        
        .f-visual{
            display: none;
        }
    }

    @media (max-width: 480px) {
        .f-title {
            font-size: 1.8rem;
        }
        
        .f-container {
            padding: 120px 24px;
        }

        .f-pathways {
            padding: 20px;
            display: none;
        }

        .path-item {
            flex-direction: column;
            text-align: center;
        }

        .req-row {
            gap: 12px;
        }
        
        .f-visual{
            display: none;
        }
        
        .f-trust-badge {
            display: none;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2794af2 */.abf-main {
            background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
            padding: 80px 0;
            padding-bottom: 0px;
        }

        .abf-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* Section Header */
        .abf-section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .abf-section-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(250, 204, 21, 0.12);
            color: #facc15;
            padding: 6px 16px;
            border-radius: 50px;
            font-size: 0.7rem;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            margin-bottom: 16px;
        }

        .abf-section-header h2 {
            font-size: 2.2rem;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 16px;
        }

        .abf-section-header p {
            color: #475569;
            max-width: 750px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* Campus Banner */
        .campus-banner-abf {
            background: linear-gradient(135deg, #0f172a, #1e293b);
            border-radius: 28px;
            padding: 24px 32px;
            margin-bottom: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .campus-info {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #facc15;
        }

        .campus-info i {
            font-size: 1.8rem;
        }

        .campus-info span {
            font-size: 1rem;
            font-weight: 600;
            color: white;
        }

        .accred-badge {
            background: rgba(250, 204, 21, 0.15);
            padding: 8px 20px;
            border-radius: 50px;
            color: #facc15;
            font-size: 0.85rem;
            font-weight: 600;
        }

        /* Programme Cards - Distinct Design */
        .programme-cards-abf {
            
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 60px;
        }

        .prog-card-abf {
            background: white;
            border-radius: 24px;
            overflow: hidden;
            transition: all 0.3s;
            border: 1px solid #e2e8f0;
            position: relative;
        }

        .prog-card-abf:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
        }

        .prog-header {
           background: linear-gradient(135deg, #1d4d6d 0%, #1d4d6d 100%);
            padding: 28px;
            color: white;
            position: relative;
        }

        .prog-header i {
            font-size: 2.5rem;
            color: #facc15;
            margin-bottom: 16px;
        }

        .prog-header h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 8px;
            color: #FFFFFF;
        }

        .prog-header p {
            font-size: 0.8rem;
            color: #FFFFFF;
        }

        .prog-body {
            padding: 28px;
        }

        .prog-body p {
            color: #475569;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .pro-pathways {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 20px;
        }

        .pathway-badge {
            background: rgba(250, 204, 21, 0.1);
            padding: 6px 14px;
            border-radius: 30px;
            font-size: 0.7rem;
            font-weight: 700;
            color: #facc15;
        }

        /* Philosophy & Objectives Section */
        .phil-obj-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-bottom: 60px;
        }

        .phil-card {
            background: white;
            border-radius: 24px;
            padding: 36px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
        }

        .phil-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.05);
        }

        .phil-icon {
            width: 60px;
            height: 60px;
            background: rgba(250, 204, 21, 0.1);
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
        }

        .phil-icon i {
            font-size: 1.8rem;
            color: #facc15;
        }

        .phil-card h3 {
            font-size: 1.3rem;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 16px;
        }

        .phil-card p {
            color: #475569;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        .obj-list {
            list-style: none;
        }

        .obj-list li {
            padding: 10px 0;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            border-bottom: 1px dashed #e2e8f0;
            font-size: 0.9rem;
            color: #475569;
        }

        .obj-list li:last-child {
            border-bottom: none;
        }

        .obj-list li i {
            color: #facc15;
            margin-top: 3px;
        }

        /* Professional Bodies Section */
        .prof-bodies {
            background: #f8fafc;
            border-radius: 28px;
            padding: 40px;
            margin-bottom: 60px;
            text-align: center;
        }

        .prof-bodies h3 {
            font-size: 1.4rem;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 12px;
        }

        .prof-bodies p {
            color: #64748b;
            margin-bottom: 30px;
        }

        .bodies-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }

        .body-item {
            background: white;
            padding: 12px 24px;
            border-radius: 50px;
            font-weight: 700;
            color: #0f172a;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
        }

        .body-item:hover {
            background: #facc15;
            border-color: #facc15;
            transform: translateY(-3px);
        }

        /* Admission Section - Accordion */
        .admission-section-abf {
            background: white;
            border-radius: 28px;
            padding: 40px;
            margin-bottom: 60px;
            border: 1px solid #e2e8f0;
        }

        .admission-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .admission-header h3 {
            font-size: 1.6rem;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 8px;
        }

        .admission-accordion {
            max-width: 900px;
            margin: 0 auto;
        }

        .accordion-item-abf {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            margin-bottom: 16px;
            overflow: hidden;
        }

        .accordion-checkbox-abf {
            display: none;
        }

        .accordion-label-abf {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 24px;
            cursor: pointer;
            font-weight: 700;
            color: #0f172a;
            background: white;
            transition: background 0.3s;
        }

        .accordion-label-abf:hover {
            background: #f8fafc;
        }

        .accordion-label-abf i:first-child {
            color: #facc15;
            margin-right: 10px;
        }

        .accordion-arrow-abf {
            transition: transform 0.3s;
            color: #94a3b8;
        }

        .accordion-checkbox-abf:checked + .accordion-label-abf .accordion-arrow-abf {
            transform: rotate(180deg);
        }

        .accordion-content-abf {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
            padding: 0 24px;
        }

        .accordion-checkbox-abf:checked + .accordion-label-abf + .accordion-content-abf {
            max-height: 400px;
            padding: 0 24px 24px;
        }

        .accordion-content-abf p {
            color: #475569;
            line-height: 1.7;
            margin-bottom: 16px;
        }

        .professional-note {
            background: rgba(250, 204, 21, 0.08);
            padding: 16px;
            border-radius: 12px;
            margin-top: 16px;
        }

        /* Duration & Graduation */
        .duration-grid-abf {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-bottom: 40px;
        }

        .duration-card-abf {
            background: #f8fafc;
            border-radius: 20px;
            padding: 28px;
            text-align: center;
            transition: all 0.3s;
            border: 1px solid #e2e8f0;
        }

        .duration-card-abf:hover {
            transform: translateY(-5px);
            border-color: #facc15;
        }

        .duration-card-abf i {
            font-size: 2rem;
            color: #facc15;
            margin-bottom: 16px;
        }

        .duration-card-abf h4 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 8px;
        }

        .duration-card-abf p {
            font-size: 0.85rem;
            color: #64748b;
        }

        /* Registration Procedure */
        .reg-procedure {
            background: linear-gradient(135deg, #1d4d6d 0%, #1d4d6d 100%);
            border-radius: 24px;
            padding: 32px;
            margin-bottom: 40px;
            color: white;
        }

        .reg-procedure h3 {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #FFFFFF;
        }

        .reg-procedure h3 i {
            color: #facc15;
        }

        .reg-list {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
        }

        .reg-list li {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 0.85rem;
            color: #cbd5e1;
        }

        .reg-list li i {
            color: #facc15;
        }

        /* CTA */
        .abf-cta {
            background: linear-gradient(135deg, #facc15, #eab308);
            border-radius: 28px;
            padding: 50px;
            text-align: center;
        }

        .abf-cta h2 {
            font-size: 1.8rem;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 16px;
        }

        .abf-cta p {
            color: #2d4a3a;
            margin-bottom: 28px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .abf-cta-button {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #0f172a;
            color: white;
            padding: 14px 32px;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s;
        }

        .abf-cta-button:hover {
            transform: translateY(-3px);
            gap: 14px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .programme-cards-abf {
                grid-template-columns: 1fr;
            }
            .phil-obj-section {
                grid-template-columns: 1fr;
            }
            .duration-grid-abf {
                grid-template-columns: repeat(2, 1fr);
            }
            .reg-list {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .duration-grid-abf {
                grid-template-columns: 1fr;
            }
            .campus-banner-abf {
                flex-direction: column;
                text-align: center;
            }
            .abf-section-header h2 {
                font-size: 1.8rem;
            }
            .abf-cta {
                padding: 40px 24px;
            }
            .abf-cta h2 {
                font-size: 1.4rem;
            }
        }/* End custom CSS */