/* Force background image on mobile - apply to all states */
@media screen and (max-width: 975px) {
    #ed-556803297 #ed-556803300 .background-image-holder,
    #ed-556803297 #ed-556803300 .background-image-holder.ed-lazyload,
    #ed-556803297 #ed-556803300 .background-image-holder:not(.ed-lazyload),
    #ed-556803300>.background-image-holder,
    #ed-556803300>.background-image-holder.ed-lazyload,
    #ed-556803300>.background-image-holder:not(.ed-lazyload) {
        background-image: url("images/IndexBackground1.jpg") !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
}

#ed-556803306 img {
    width: 183px;
}

#ed-556803306 {
    flex-basis: auto;
    flex-shrink: 0;
    text-align: left;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 575px) {
    #ed-556803306 img {
        width: 183px;
    }
}

#ed-556803309 {
    flex-basis: auto;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#ed-556803309 ul.menu-level-0 {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: nowrap;
}

#ed-556803309 ul.menu-level-0 li {
    display: flex;
    align-items: center;
}

#ed-556803312 {
    flex-grow: 1;
    flex-basis: auto;
}

#ed-556803312>.inner {
    place-content: center flex-end;
    align-items: center;
}

@media screen and (max-width: 975px) {
    #ed-556803312>.inner {
        justify-content: flex-end;
    }

    /* Mobile menu text visibility - target by ID and class */
    #ed-556803309 a,
    #ed-556803309 .wv-link-elm,
    #ed-556803309 .menu-level-0 a,
    #ed-556803309 .menu-level-0 li a,
    #ed-556803309 ul li a,
    .ed-menu.wv-custom a,
    .ed-menu.wv-custom .wv-link-elm,
    .ed-menu.wv-custom .menu-level-0 a {
        color: #1c2045 !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        -webkit-text-fill-color: #1c2045 !important;
        font-size: 16px !important;
    }

    /* Remove - these were setting menu text to dark blue, but we want white text */
    /* The white text rules later in the file will handle menu link colors */

    /* Ensure menu container is visible on mobile */
    #ed-556803309,
    #ed-556803309 ul,
    #ed-556803309 .menu-level-0 {
        display: block !important;
        visibility: visible !important;
    }
    
    /* Menu closed state - hidden off screen to the right */
    @media screen and (max-width: 975px) {
        #ed-556803309 {
            position: fixed !important;
            top: 0 !important;
            right: 0 !important;
            bottom: 0 !important;
            width: 50% !important;
            max-width: 50% !important;
            height: 100vh !important;
            background: #1c2045 !important;
            background-color: #1c2045 !important;
            z-index: 99999 !important; /* High z-index to ensure menu is above all content */
            transform: translateX(100%) !important; /* Hidden off screen to the right */
            transition: transform 0.3s cubic-bezier(0.16, 0, 0.28, 0.99) !important;
            overflow-y: auto !important;
            -webkit-overflow-scrolling: touch !important;
        }
    }

    /* No overlay needed - just show page content */
    body.open-menu::before {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    
    /* Ensure ALL content sections are below the overlay (lower z-index) */
    /* This ensures the overlay darkens all sections, including white backgrounds */
    /* But keep them visible so the page background shows through the dimmed overlay */
    body.open-menu #ed-556803297,
    body.open-menu #ed-556802790,
    body.open-menu #ed-556802895,
    body.open-menu #ed-556803018,
    body.open-menu #ed-556802964,
    body.open-menu #ed-556803276,
    body.open-menu .ed-element,
    body.open-menu .ed-container,
    body.open-menu > *:not(#ed-556803309):not(#ed-556803303):not(#menu-backdrop-overlay) {
        position: relative !important;
        z-index: 1 !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }
    
    /* Ensure no section has z-index higher than menu, but menu and header can be higher */
    body.open-menu [style*="z-index"]:not(#ed-556803309):not(#ed-556803303):not(#ed-556803309 *) {
        z-index: 1 !important;
    }
    
    /* Force menu to be on top - override any conflicting z-index or stacking contexts */
    /* Also ensure parent container doesn't limit the menu */
    body.open-menu #ed-556803303 {
        z-index: 99998 !important; /* High z-index for parent container */
        position: fixed !important; /* Ensure parent is also fixed */
        /* Remove properties that create stacking contexts */
        transform: none !important;
        opacity: 1 !important;
        isolation: auto !important;
    }
    
    body.open-menu #ed-556803309,
    #ed-556803309.open,
    body.open-menu #ed-556803303 #ed-556803309,
    body.open-menu #ed-556803303 > * #ed-556803309,
    body.open-menu #ed-556803303 .inner #ed-556803309 {
        z-index: 99999 !important;
        position: fixed !important;
        /* Break out of parent stacking context using translateZ */
        transform: translateX(0) translateZ(0) !important;
        -webkit-transform: translateX(0) translateZ(0) !important;
        will-change: transform !important;
    }
    
    /* Ensure menu transform works properly - override any conflicting transforms */
    body.open-menu #ed-556803309 {
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
    }
    
    /* Ensure body doesn't block clicks on menu area */
    body.open-menu {
        pointer-events: auto !important;
    }
    
    /* But allow clicks to pass through body to menu and trigger */
    body.open-menu #ed-556803309,
    body.open-menu #ed-556803309 *,
    body.open-menu #ed-556803303,
    body.open-menu #ed-556803303 *,
    body.open-menu .menu-trigger,
    body.open-menu .menu-trigger * {
        pointer-events: auto !important;
    }
    
    /* Ensure body and content are clickable when menu is open */
    body.open-menu {
        pointer-events: auto !important;
    }
    
    body.open-menu * {
        pointer-events: auto !important;
    }
    
    /* Exception: menu backdrop overlay should be clickable to close */
    body.open-menu #menu-backdrop-overlay {
        pointer-events: auto !important;
    }
    
    /* Make About us section text 20px on mobile */
    #ed-556802895 p,
    #ed-556802895 ol,
    #ed-556802895 ul,
    #ed-556802895 li,
    #ed-556802895 span,
    #ed-556802895 div,
    #ed-556802895 a,
    #ed-556802895 strong {
        font-size: 20px !important;
    }
    
    /* Override inline font-size styles in About section */
    #ed-556802895 p[style*="font-size"],
    #ed-556802895 ol[style*="font-size"],
    #ed-556802895 ul[style*="font-size"],
    #ed-556802895 span[style*="font-size"] {
        font-size: 20px !important;
    }
    
    /* Force body and html to be transparent - override theme's white background (#fff) */
    /* This allows the page content to show through the dimmed overlay */
    /* Don't override all backgrounds - let sections keep their backgrounds */
    body.open-menu {
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
    }
    
    body.open-menu html {
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
    }
    
    /* Ensure body when position:fixed doesn't show white background */
    /* Keep page content visible behind the overlay */
    body[style*="position: fixed"],
    body[style*="position:fixed"],
    body.open-menu[style*="position: fixed"],
    body.open-menu[style*="position:fixed"],
    html body[style*="position: fixed"],
    html body[style*="position:fixed"] {
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
    }
    
    /* Ensure html is also transparent when body is fixed */
    html[style*="overflow: hidden"],
    body.open-menu html,
    html,
    html body.open-menu {
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
    }
    
    /* Ensure viewport doesn't show white - target the root element */
    :root body.open-menu,
    :root body[style*="position: fixed"],
    :root body[style*="position:fixed"] {
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
    }
    
    /* Ensure the page content container stays visible - KEEP their original backgrounds */
    /* The overlay will dim them, but they need to be visible with their backgrounds */
    body.open-menu .ed-element,
    body.open-menu .ed-container:not(#ed-556803303):not(#ed-556803309),
    body.open-menu > .ed-element,
    body.open-menu > .ed-container {
        /* Don't make transparent - keep original backgrounds so content is visible */
        position: relative !important;
        z-index: 1 !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }
    
    /* Ensure main content sections are visible - KEEP their original backgrounds */
    /* They should show through the dimmed overlay */
    body.open-menu #ed-556803297,
    body.open-menu #ed-556802790,
    body.open-menu #ed-556802895,
    body.open-menu #ed-556803018,
    body.open-menu #ed-556802964,
    body.open-menu #ed-556803276 {
        /* Don't make transparent - keep original backgrounds */
        position: relative !important;
        z-index: 1 !important;
        visibility: visible !important;
        opacity: 1 !important;
        display: block !important;
    }
    
    /* Style the JavaScript-created overlay element */
    /* This overlay dims the page content by 50% - semi-transparent black */
    /* Only covers left 50% so menu on right 50% is clickable */
    #menu-backdrop-overlay {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 50% !important; /* Only cover left half where page content is */
        bottom: 0 !important;
        width: 50% !important; /* Only cover left 50% */
        height: 100vh !important;
        min-height: 100vh !important;
        background: rgba(0, 0, 0, 0.5) !important;
        background-color: rgba(0, 0, 0, 0.5) !important;
        z-index: 9996 !important; /* Above page content (z-index: 1) but below menu (9998) and header (9999) */
        opacity: 1 !important;
        visibility: visible !important;
        display: block !important;
        pointer-events: auto !important; /* Clickable to close menu */
        margin: 0 !important;
        padding: 0 !important;
        /* Ensure it's semi-transparent so page shows through */
        mix-blend-mode: normal !important;
    }
    
    /* Make sure the overlay is visible and covers everything */
    body.open-menu::before {
        z-index: 9996 !important;
    }
    
    /* Apply Android menu design to iPhone - dark blue background, slides from right, 50% width */
    body.open-menu #ed-556803309 {
        background: #1c2045 !important;
        background-color: #1c2045 !important;
        background-image: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        height: 100vh !important;
        width: 50% !important;
        max-width: 50% !important;
        z-index: 99999 !important; /* Above everything except header - ensure menu is on top of all content */
        max-height: 100vh !important;
        padding-top: 80px !important; /* Space for fixed header */
        padding-bottom: 80px !important; /* Extra padding to prevent cut-off at bottom */
        box-sizing: border-box !important;
        transform: translateX(0) !important; /* Slide in from right - visible */
        -webkit-transform: translateX(0) !important; /* Webkit prefix for better compatibility */
        transition: transform 0.3s cubic-bezier(0.16, 0, 0.28, 0.99) !important;
        -webkit-transition: transform 0.3s cubic-bezier(0.16, 0, 0.28, 0.99) !important;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3) !important; /* Shadow on left edge */
        isolation: isolate !important; /* Create new stacking context */
        pointer-events: auto !important; /* Ensure menu is clickable */
        /* Force menu to be fully visible */
        visibility: visible !important;
        opacity: 1 !important;
        display: flex !important;
    }
    
    /* Ensure menu items are clickable */
    body.open-menu #ed-556803309 a,
    body.open-menu #ed-556803309 .wv-link-elm,
    body.open-menu #ed-556803309 .menu-level-0 li a {
        pointer-events: auto !important;
        cursor: pointer !important;
    }
    
    /* Ensure menu parent containers don't interfere */
    body.open-menu #ed-556803303 #ed-556803309,
    body.open-menu #ed-556803303 .inner #ed-556803309 {
        background: #1c2045 !important;
        background-color: #1c2045 !important;
        background-image: none !important;
    }
    
    /* Force dark blue on all menu children except text elements */
    body.open-menu #ed-556803309 > *,
    body.open-menu #ed-556803309 .inner,
    body.open-menu #ed-556803309 ul,
    body.open-menu #ed-556803309 .menu-level-0 {
        background: transparent !important;
        background-color: transparent !important;
    }
    
    body.open-menu #ed-556803309 ul,
    body.open-menu #ed-556803309 .menu-level-0 {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        max-height: calc(100vh - 160px) !important; /* Account for header and padding */
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding: 1rem !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }
    
    /* Menu items - white text on dark blue, centered */
    body.open-menu #ed-556803309 .menu-level-0 li {
        text-align: center !important;
        margin: 5px 0 !important;
        width: 100% !important;
        display: block !important;
    }
    
    /* Menu links - white text, uppercase */
    body.open-menu #ed-556803309 a,
    body.open-menu #ed-556803309 a.wv-link-elm,
    body.open-menu #ed-556803309 .menu-level-0 li a {
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
        text-shadow: none !important;
        margin: 5px 0 !important;
        display: block !important;
        padding: 10px 20px !important;
        text-transform: uppercase !important;
    }
    
    /* Prevent background scrolling when menu is open on mobile */
    /* Note: JavaScript handles position:fixed and top to preserve scroll position */
    body.open-menu {
        overflow: hidden !important;
        /* Don't set position:fixed here - let JavaScript handle it to preserve scroll */
        width: 100% !important;
        height: 100% !important;
        background: transparent !important;
        background-color: transparent !important;
    }
    
    
    body.open-menu html {
        overflow: hidden !important;
    }
    
    /* Make header fixed at top on mobile */
    #ed-556803303 {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        background-color: #ffffff !important;
        background: #ffffff !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
        /* Ensure it stays fixed and doesn't scroll */
        transform: translateZ(0) !important;
        -webkit-transform: translateZ(0) !important;
        will-change: transform !important;
        backface-visibility: hidden !important;
        -webkit-backface-visibility: hidden !important;
    }
    
    /* Ensure header stays white even when menu is open */
    body.open-menu #ed-556803303 {
        background-color: #ffffff !important;
        background: #ffffff !important;
    }
    
    /* Ensure header inner container also stays white */
    body.open-menu #ed-556803303 .inner {
        background-color: transparent !important;
        background: transparent !important;
    }
    
    /* Ensure logo is visible */
    body.open-menu #ed-556803306 {
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    body.open-menu #ed-556803306 img {
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    /* iOS Safari specific fix - remove all properties that create containing blocks */
    @supports (-webkit-touch-callout: none) {
        /* Remove ALL properties from banner that could create a containing block */
        #ed-556803297 {
            overflow: visible !important;
            -webkit-transform: none !important;
            transform: none !important;
            transform-style: flat !important;
            -webkit-transform-style: flat !important;
            perspective: none !important;
            -webkit-perspective: none !important;
            will-change: auto !important;
            filter: none !important;
            -webkit-filter: none !important;
            position: relative !important;
            isolation: auto !important;
        }
        
        #ed-556803297 > .inner {
            overflow: visible !important;
            -webkit-transform: none !important;
            transform: none !important;
            transform-style: flat !important;
            -webkit-transform-style: flat !important;
            perspective: none !important;
            -webkit-perspective: none !important;
            will-change: auto !important;
            filter: none !important;
            -webkit-filter: none !important;
            position: relative !important;
            isolation: auto !important;
        }
        
        /* Force header to be positioned relative to viewport, not parent */
        #ed-556803303 {
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            width: 100% !important;
            z-index: 99999 !important;
            -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
        }
        
        /* Use fixed positioning with iOS-specific fixes */
        #ed-556803303 {
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            width: 100% !important;
            z-index: 9999 !important;
            -webkit-transform: translateZ(0) !important;
            transform: translateZ(0) !important;
            -webkit-backface-visibility: hidden !important;
            backface-visibility: hidden !important;
        }
        
        /* Ensure banner content doesn't overlap header */
        #ed-556803297 .inner {
            z-index: 1 !important;
        }
        
        /* Ensure courses section and other content stay below header */
        #ed-556802790,
        #ed-556802895,
        #ed-556803018,
        #ed-556802964,
        #ed-556803276 {
            z-index: 1 !important;
            position: relative !important;
        }
        
        /* Ensure course cards and containers stay below navigation bar */
        #ed-556802790,
        #ed-556802790 .image-boxes-box,
        #ed-556802790 .course-card,
        .course-card,
        .image-boxes-box {
            z-index: 1 !important;
            position: relative !important;
        }
        
        /* Make sure header is always on top */
        #ed-556803303 {
            isolation: isolate !important;
            will-change: transform !important;
        }
        
        /* Ensure body padding still works */
        body {
            padding-top: var(--header-height, 80px) !important;
        }
    }
    
    /* Add padding to body to account for fixed header on mobile only */
    body {
        padding-top: var(--header-height, 80px) !important;
        /* iOS Safari smooth scrolling */
        -webkit-overflow-scrolling: touch !important;
    }
    
    /* Ensure header stays on top of other content */
    #ed-556803303 .inner {
        position: relative !important;
        z-index: 1001 !important;
    }
    
    /* Fix for iOS Safari viewport issues */
    @supports (-webkit-touch-callout: none) {
        html {
            height: -webkit-fill-available !important;
        }
        
        body {
            min-height: -webkit-fill-available !important;
            -webkit-overflow-scrolling: touch !important;
        }
    }
}

/* Ensure header stays fixed on all screen sizes */
#ed-556803303 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 999999 !important;
    background-color: #ffffff !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    /* Ensure it stays fixed and doesn't scroll */
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
    will-change: transform !important;
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    isolation: isolate !important;

        /* Prevent scrolling during split screen */
        position: -webkit-sticky !important;
        position: sticky !important;
        position: fixed !important;
    }
    
    /* Ensure header stays fixed during split screen mode */
    @media screen and (max-width: 975px) {
        #ed-556803303 {
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            right: 0 !important;
            width: 100% !important;
            z-index: 999999 !important;
            transform: translateZ(0) !important;
            -webkit-transform: translateZ(0) !important;
            will-change: transform !important;
            backface-visibility: hidden !important;
            -webkit-backface-visibility: hidden !important;
        }
        
        /* Prevent header from scrolling with page content */
        body {
            padding-top: 80px !important;
        }
}

/* Ensure course cards and all content stay below navigation bar */
#ed-556802790,
#ed-556802802,
#ed-556802790 .inner,
#ed-556802802 .inner,
#ed-556802790 .image-boxes-box,
#ed-556802802 .image-boxes-box,
#ed-556802790 .course-card,
#ed-556802802 .course-card,
.course-card,
.image-boxes-box,
.ed-container#ed-556802790,
.ed-container#ed-556802802,
.ed-element[id^="ed-556802"],
.ed-container.image-boxes-box {
    position: relative !important;
    z-index: 1 !important;
}

#ed-556803303>.inner {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

#ed-556803333,
#ed-556803336 {
    opacity: 0 !important;
    transform: translateY(0);
}

#ed-556803333.wv-inview,
#ed-556803336.wv-inview {
    opacity: 1 !important;
    transform: translateY(0);
}


#ed-556803318>.inner {
    place-content: center;
    flex-flow: wrap;
}

#ed-556803318 {
    flex-basis: auto;
    order: 0;
    flex-grow: 1;
}

#ed-556803297>.inner {
    align-content: stretch;
    flex-direction: column;
}

#ed-556803297 {
    min-height: 100vh;
}

@media screen and (max-width: 975px) {
    #ed-556803297 {
        position: relative !important;
        overflow: hidden !important;
    }
    
    #ed-556803297 .background {
        display: block !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100vh !important;
        z-index: 0 !important;
        overflow: hidden !important;
    }
    
    #ed-556803297 #ed-556803300 {
        width: 100% !important;
        height: 100% !important;
        min-height: 100vh !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 0 !important;
    }
    
    #ed-556803297 #ed-556803300 .background-image-holder {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100vh !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-image: url("images/IndexBackground1.jpg") !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 0 !important;
    }
    
    /* Ensure overlay doesn't completely hide the background */
    #ed-556803297 .overlay {
        z-index: 1 !important;
    }
    
    /* Ensure text content is above overlay and has fixed color */
    #ed-556803297 .inner,
    #ed-556803318 {
        position: relative !important;
        z-index: 2 !important;
        isolation: isolate !important;
    }
    
    /* Fix text color - ensure it doesn't adapt to background */
    #ed-556803321,
    #ed-556803324,
    #ed-556803321 h3,
    #ed-556803324 h1,
    #ed-556803321 .color-secondary,
    #ed-556803324 .color-secondary,
    #ed-556803321 span,
    #ed-556803324 span {
        color: #1c2045 !important;
        mix-blend-mode: normal !important;
        isolation: isolate !important;
    }
}

#ed-556802796 {
    opacity: 1;
}

#ed-556802808 img {
    width: 100%;
}

#ed-556802811 h3 {
    text-align: center;
}

#ed-561474033 .space {
    height: 20px;
}

#ed-561474036 .space {
    height: 20px;
}

#ed-561474042 .space {
    height: 20px;
}

#ed-561474045 {
    text-align: center;
}

#ed-556802823 img {
    width: 100%;
}

#ed-556802826 h3 {
    text-align: center;
}

#ed-561565759 .space {
    height: 20px;
}

#ed-561565762 .space {
    height: 20px;
}

#ed-561565765 .space {
    height: 20px;
}

#ed-561565768 {
    text-align: center;
}

#ed-556802838 img {
    width: 100%;
}

#ed-556802841 h3 {
    text-align: center;
}

#ed-561565771 .space {
    height: 20px;
}

#ed-561565774 .space {
    height: 20px;
}

#ed-561565777 .space {
    height: 20px;
}

#ed-561565780 {
    text-align: center;
}

#ed-561565786 img {
    width: 100%;
}

#ed-561565789 h3 {
    text-align: center;
}

#ed-561565792 .space {
    height: 20px;
}

#ed-561565801 .space {
    height: 20px;
}

#ed-561565804 {
    text-align: center;
}

#ed-561565810 img {
    width: 100%;
}

#ed-561565813 h3 {
    text-align: center;
}

#ed-561565816 .space {
    height: 20px;
}

#ed-561565825 .space {
    height: 20px;
}

#ed-561565828 {
    text-align: center;
}

#ed-561565834 img {
    width: 100%;
}

#ed-561565837 h3 {
    text-align: center;
}

#ed-561565840 .space {
    height: 20px;
}

#ed-561565849 .space {
    height: 20px;
}

#ed-561565852 {
    text-align: center;
}

#ed-561565858 img {
    width: 100%;
}

#ed-561565861 h3 {
    text-align: center;
}

#ed-561565864 .space {
    height: 20px;
}

#ed-561565873 .space {
    height: 20px;
}

#ed-561565876 {
    text-align: center;
}

#ed-561565882 img {
    width: 100%;
}

#ed-561565885 h3 {
    text-align: center;
}

#ed-561565888 .space {
    height: 52px;
}

#ed-561565897 .space {
    height: 20px;
}

#ed-561565900 {
    text-align: center;
}

#ed-561565906 img {
    width: 100%;
}

#ed-561565909 h3 {
    text-align: center;
}

#ed-561565912 .space {
    height: 50px;
}

#ed-561565921 .space {
    height: 20px;
}

#ed-561565924 {
    text-align: center;
}

#ed-561565903>.inner {
    place-content: flex-start;
    align-items: flex-start;
}

#ed-556802919 .background-image-holder {
    background-position: center bottom;
    background-size: cover;
}

@media screen and (max-width: 975px) {
    #ed-556802919>.background-image-holder:not(.ed-lazyload) {
        background-image: url("images/IndexBackground2.jpg") !important;
    }
}

@media screen and (max-width: 575px) {
    #ed-556802919>.background-image-holder:not(.ed-lazyload) {
        background-image: url("images/IndexBackground2.jpg") !important;
    }
}

#ed-556802916>.inner {
    flex-flow: column-reverse wrap;
}

@media screen and (max-width: 975px) {
    #ed-556803171>.background-image-holder:not(.ed-lazyload) {
        background-image: url("images/IndexBackgound3.jpg") !important;
    }
}

#ed-561610830 .space {
    height: 20px;
}

#ed-556803186 .space {
    height: 30px;
}

#ed-556803168>.inner {
    justify-content: space-between;
    align-items: stretch;
}

/* FAQ Section - Mobile Layout */
@media screen and (max-width: 768px) {
    #ed-556803168>.inner {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    #ed-556803174 {
        width: 100% !important;
        flex-basis: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    #ed-556803174 > .inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    #ed-556802964 {
        text-align: center !important;
        width: 100% !important;
    }
    
    #ed-556802964 h2 {
        text-align: center !important;
    }

    #ed-556802976 {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: -10px !important;
        margin-right: auto !important;
        display: flex !important;
        justify-content: center !important;
    }

    #ed-556802976 > .inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .my-accordion {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: -10px !important;
        margin-right: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .my-accordion-trigger {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }
    
    .my-accordion-trigger h3 {
        text-align: center !important;
    }
    
    .my-accordion-trigger a {
        text-align: center !important;
    }

    #ed-556803168 {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
        box-sizing: border-box !important;
    }

    body {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }

    html {
        overflow-x: hidden !important;
        max-width: 100vw !important;
    }

    #ed-556803168 > .inner {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #ed-556803174 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Override wv-boxed padding for FAQ section on mobile */
    #ed-556802976.wv-boxed > .inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #ed-556803174.unequal-columns-box > .inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #ed-556803231 {
        margin-top: 30px !important;
        margin-left: -5px !important;
        position: relative !important;
        top: auto !important;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    #ed-556803231 > .inner {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
    }

    #ed-633371570 {
        position: relative !important;
        top: auto !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    #ed-633371570 > .inner {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    #ed-633371573 {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    #ed-633371573 .custom-slider {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 400px !important;
        margin: 0 auto !important;
    }
    
    #ed-633371573 .custom-slide {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    #ed-633371573 .custom-slide img {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
    }
}

#ed-562194336 .space {
    height: 50px;
}

#ed-562194348 .space {
    height: 20px;
}

#ed-562194354 {
    flex-grow: 1;
    flex-shrink: 1;
}

#ed-562194339>.inner {
    justify-content: space-between;
    align-items: stretch;
}

#ed-562194360 .space {
    height: 20px;
}

#ed-556803015 {
    align-self: flex-start;
    height: fit-content;
}

#ed-556803015 img {
    width: 100%;
    height: auto;
    max-height: 750px;
    object-fit: cover;
    display: block;
}

#ed-556802964>.inner {
    justify-content: space-between;
    align-items: flex-start;
}

/* FAQ Section Styling */
#faq {
    padding: 60px 20px;
}


#ed-633371573 .custom-slider {
    width: 100%;
    max-width: 420px;
    height: 400px !important;
    position: sticky;
}

.faq-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: flex-start;
    position: sticky;
}

.faq-column {
    flex: 1 1 520px;
    min-width: 280px;
}

.faq-slider-column {
    flex: 0 0 420px;
    max-width: 100%;
    position: sticky;
    top: 120px;
    display: flex;
    justify-content: center;
    height: 400px !important;
}

.faq-slider-column .custom-slider {
    width: 100%;
    height: 400px;
}

@media screen and (max-width: 1100px) {
    .faq-layout {
        flex-direction: column;
    }

    .faq-slider-column {
        position: sticky;
        flex: 1 1 auto;
        width: 100%;
        margin-top: 20px;
        height: 400px !important;
    }

    .faq-slider-column .custom-slider {
        max-width: 100%;
    }
}

#ed-556802970 h2 {
    color: #1c244b;
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.my-accordion {
    max-width: 100%;
}

#ed-568645703 .space {
    height: 30px;
}

#ed-568645715 .space {
    height: 20px;
}

.course-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: auto;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    position: relative !important;
    z-index: 1 !important;
}

.course-card-horizontal .course-card-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 16px;
}

.course-card-horizontal .course-card-media {
    flex: 0 0 40%;
}

.course-card-horizontal .course-card-details {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.course-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.course-card-header {
    text-align: center;
    margin-bottom: 8px;
}

.course-card-header h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1c244b;
}

/* Desktop and Split-screen: Maintain horizontal layout */
@media screen and (min-width: 768px) {
    /* Container: Flexible flexbox with wrapping */
    .image-boxes-box {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
    }
    
    /* Cards: Flexible width, scale proportionally */
    .course-card {
        min-width: 0 !important;
        flex: 1 1 calc(33.333% - 14px) !important;
        max-width: calc(33.333% - 14px) !important;
    }
    
    /* Card layout: Image and details side-by-side */
    .course-card-horizontal .course-card-layout {
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }
    
    /* Image: Flexible width */
    .course-card-horizontal .course-card-media {
        flex: 0 0 40% !important;
        min-width: 120px !important;
    }
    
    /* Details: Flexible width */
    .course-card-horizontal .course-card-details {
        flex: 1 1 55% !important;
        min-width: 180px !important;
    }
}

@media screen and (max-width: 767px) {
    .course-card-horizontal .course-card-layout {
        flex-direction: column;
    }

    .course-card {
        min-width: auto;
        width: 100% !important;
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
    
    .image-boxes-box {
        flex-direction: column !important;
    }
}

/* Desktop Layout (1201px and above) - One card per row with horizontal structure */
@media screen and (min-width: 1201px) {
    /* Container: Stack cards vertically (one per row) */
    .image-boxes-box {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 24px !important;
    }
    
    /* Cards: One per row, full width */
    .course-card {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
    }
    
    /* Card layout: Image and details side-by-side (horizontal structure) */
    .course-card-horizontal .course-card-layout {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 24px !important;
    }
    
    /* Image: Left side, flexible width */
    .course-card-horizontal .course-card-media {
        flex: 0 0 40% !important;
        min-width: 200px !important;
        max-width: 400px !important;
    }
    
    /* Details: Right side, flexible width */
    .course-card-horizontal .course-card-details {
        flex: 1 1 55% !important;
        min-width: 300px !important;
    }
}

/* Split-screen (768px - 1200px) - 1 card per row, vertical structure */
@media screen and (max-width: 1200px) and (min-width: 768px) {
    /* Container: Stack cards vertically (one per row) */
    .image-boxes-box {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 24px !important;
    }
    
    /* Cards: One per row, full width */
    .course-card {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
    }
    
    /* Card layout: Image and details stack vertically */
    .course-card-horizontal .course-card-layout {
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        gap: 20px !important;
    }
    
    /* Image: Full width, stacked on top */
    .course-card-horizontal .course-card-media {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .course-card-horizontal .course-card-media img {
        width: 100% !important;
        height: auto !important;
        max-height: 400px !important;
        object-fit: cover !important;
    }
    
    /* Details: Full width, stacked below image */
    .course-card-horizontal .course-card-details {
        flex: 1 1 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* Typography */
    .course-card-header h3 {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }
    
    .course-detail-title {
        font-size: 16px !important;
    }
    
    .course-desc p,
    .course-desc1 p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
}

/* Mobile screens (max-width: 767px) */
@media screen and (max-width: 767px) {
    .course-card {
        min-width: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 24px !important;
    }
    
    .course-card-horizontal .course-card-layout {
        flex-direction: column !important;
        gap: 16px !important;
    }
    
    .course-card-horizontal .course-card-media {
        flex: 1 1 100% !important;
        width: 100% !important;
    }
    
    .course-card-horizontal .course-card-details {
        flex: 1 1 100% !important;
        width: 100% !important;
    }
    
    .course-card-header h3 {
        font-size: 18px !important;
        line-height: 1.3 !important;
    }
    
    .course-detail-title {
        font-size: 16px !important;
    }
    
    .course-desc p,
    .course-desc1 p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    .course-card-actions {
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    .course-card-actions .button {
        width: 100% !important;
    }
}

.course-desc {
    background: #edf3ff;
    border-radius: 14px;
    padding: 10px;
    text-align: justify;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.course-desc1 {
    background: #edf3ff;
    border-radius: 14px;
    padding: 10px;
    text-align: justify;
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}


.course-detail-box p {
    margin: 0;
}

.course-detail-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c244b;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.course-hours {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.course-hours li {
    margin-bottom: 0px;
    padding: 0;
}

.course-hours li:last-child {
    margin-bottom: 0;
}

/* Aligned contact hours for Steam Boiler Operator */
.course-hours-aligned {
    display: block;
    width: 100%;
    max-width: 165px;
    margin: 0 auto;
}

.course-hours-aligned li {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.course-hours-aligned .hours-label {
    display: inline-block;
    text-align: left;
    width: 80px;
    flex-shrink: 0;
    margin-right: 3px;
}

.course-hours-aligned .hours-dash {
    display: inline-block;
    text-align: center;
    width: 5px;
    flex-shrink: 0;
    margin: 0 8px;
}

.course-hours-aligned .hours-value {
    display: inline-block;
    text-align: left;
    flex: 1;
    max-width: 70px;
}

.course-info {
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
}

.enroll-wrap {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: nowrap;
    width: 100%;
}

.enroll-btn {
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 15px;
    color: #ffffff !important;
    white-space: nowrap;
    line-height: 1.5;
    font-weight: normal;
    font-family: inherit;
}

.course-card-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.course-card-horizontal .course-card-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 16px;
    margin-bottom: 0;
}

.course-card-horizontal .course-card-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.course-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Override inline margin-bottom styles on course detail boxes */
.course-card .course-detail-box[style*="margin-bottom"] {
    margin-bottom: 0 !important;
}

.course-card .course-desc[style*="margin-bottom"],
.course-card .course-desc1[style*="margin-bottom"],
.course-card .course-hours-box[style*="margin-bottom"] {
    margin-bottom: 0 !important;
}

.course-card-actions .general-btn {
    border: none;
    color: #ffffff !important;
    background: #1c244b;
    border-radius: 30px;
    padding: 12px 28px;
    font-size: 15px;
    white-space: nowrap;
    text-transform: capitalize !important;
    line-height: 1.5;
    font-weight: normal;
    font-family: inherit;
    transition: background 0.3s ease, color 0.3s ease;
}

.course-card-actions .general-btn:hover {
    background: #252d5a;
    color: #ffffff !important;
}

.course-card-horizontal .enroll-wrap {
    padding-top: 12px;
    justify-content: center;
}

/* Accordion Styles */
.my-accordion {
    width: 100%;
}

.my-accordion-trigger {
    cursor: pointer;
    padding: 18px 24px;
    background: #1c244b;
    border: none;
    border-radius: 8px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.my-accordion-trigger:hover {
    background: #252d5a;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.my-accordion-trigger h3 {
    margin: 0;
    padding: 0;
}

.my-accordion-trigger a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.my-accordion-trigger a strong {
    flex: 1;
    font-weight: 600;
}

.my-accordion-trigger a::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
    transition: transform 0.3s ease;
    line-height: 1;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-accordion-trigger a.active {
    color: #ffffff;
}

.my-accordion-trigger a.active::after {
    content: '-';
    transform: translateY(-50%);
}

.my-accordion-content {
    overflow: hidden;
    max-height: 0 !important;
    opacity: 0 !important;
    padding: 16px 24px;
    display: block;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    margin-bottom: 0px;
}

.my-accordion-content.active {
    max-height: 2000px !important;
    opacity: 1 !important;
    padding: 24px;
    border: 1px solid #e0e0e0;
    border-top: none;
    margin-bottom: 11px !important;
}

.my-accordion-content .inner {
    padding: 0;
}

.my-accordion-content .inner p {
    margin: 0;
    padding: 0px 0;
    line-height: 1.4;
    color: #444;
    font-size: 15px;
}

.my-accordion-content .content-wrapper {
    padding: 8px 0;
}

.custom-slider {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px;
    background: #0f1a3b;
    height: 400px;
}


.custom-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 1;
    visibility: hidden;
    pointer-events: none;
}

.custom-slide.active {
    position: absolute !important;
    opacity: 1 !important;
    z-index: 2 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

/* Ensure first slide is visible if it has active class */
.custom-slide:first-child.active {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2 !important;
}

.custom-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: bicubic;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Specific fix for blurry images */
.custom-slide img[src*="IndexAbout4"] {
    image-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.custom-slider-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.custom-slider-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 0;
    transition: background 0.2s ease;
}

.custom-slider-dots button.active {
    background: #f7a600;
}

/* Slider Navigation Arrows */
.custom-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    outline: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    font-size: 32px;
    line-height: 1;
    color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none;
    box-shadow: none;
}

.custom-slider-arrow:hover {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.custom-slider-arrow:active {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.custom-slider-arrow:focus {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.custom-slider-prev {
    left: 15px;
}

.custom-slider-next {
    right: 15px;
}

@media screen and (max-width: 768px) {
    .custom-slider-arrow {
        width: 40px;
        height: 40px;
        font-size: 28px;
    }

    .custom-slider-prev {
        left: 10px;
    }

    .custom-slider-next {
        right: 10px;
    }
}

/* FAQ Section - Auto Height */
#ed-556803168 {
    height: 600px !important; /* Fixed height */
    min-height: 600px !important;
    max-height: 600px !important;
}

/* FAQ Heading - Scroll Margin for Fixed Navbar */
#ed-556802964 {
    scroll-margin-top: 100px !important;
    position: relative !important;
}

#ed-556803168 .background,
#ed-556803168 .background-image-holder {
    height: 600px !important; /* Fixed height */
    min-height: 600px !important;
    max-height: 600px !important;
}


#ed-556803168 .inner {
    min-height: auto !important;
    height: auto !important;
}

@media screen and (max-width: 768px) {
    #ed-556803168 {
        min-height: 900px !important;
        height: auto !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        overflow: visible !important;
        padding-left: 0 !important;
    }

    #ed-556803168 .background,
    #ed-556803168 .background-image-holder {
        min-height: 100% !important;
        height: 100% !important;
    }

    #ed-556803168 .overlay {
        min-height: 100% !important;
        height: 100% !important;
    }

    #ed-556803168 > .inner {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    /* FAQ Section Styling - Mobile */
    #faq {
        padding: 20px 15px !important;
    }

    #ed-556802970 h2 {
        font-size: 28px !important;
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    
    #ed-556802964 {
        text-align: center !important;
        width: 100% !important;
    }
    
    #ed-556802964 h2 {
        text-align: center !important;
    }
}

.requirement-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.requirement-block {
    margin-bottom: 32px;
}

.requirement-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #1a3d7c;
    margin-bottom: 14px;
}

.requirement-accordion {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 24px;
    align-items: stretch;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 10px 32px rgba(10, 26, 68, 0.08);
    padding: 28px;
    min-height: 360px;
    max-width: 1080px;
    margin: 0 auto;
}

.req-tabs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.req-tab {
    width: 100%;
    border: 1px solid #d8def5;
    background: linear-gradient(135deg, #f7f9ff 0%, #eef2ff 100%);
    border-radius: 14px;
    padding: 16px 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #2b3f7f;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.req-tab.active {
    border-color: #1f3d9d;
    background: linear-gradient(135deg, #1e3a8a 0%, #2f4fd8 100%);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(31, 61, 157, 0.3);
    transform: translateX(4px);
}

.req-panels {
    border-left: 1px solid #e1e6fb;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
}

.req-panel {
    display: none;
    animation: panelFade 0.35s ease forwards;
    color: #2d2d2d;
    font-size: 15px;
    line-height: 1.8;
    min-height: 220px;
}

.req-panel.active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.req-panel.active * {
    visibility: visible !important;
    opacity: 1 !important;
}

.req-panel.active ol,
.req-panel.active ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.req-panel.active li {
    display: list-item !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.req-panel.active p {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.req-panel ul,
.req-panel ol {
    margin: 0;
    padding-left: 20px;
}

.req-panel p {
    margin: 0;
}

@keyframes panelFade {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

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

@media screen and (max-width: 900px) {
    .requirement-accordion {
        grid-template-columns: 1fr !important;
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto;
        display: block !important;
        background: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        gap: 0 !important;
    }

    .req-tabs {
        display: flex !important;
        width: 100% !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    .req-tab {
        width: 100% !important;
        text-align: left !important;
        padding: 16px 20px !important;
        font-size: 16px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin-bottom: 12px !important;
        border-radius: 14px !important;
        border: 1px solid #d8def5 !important;
        background: linear-gradient(135deg, #f7f9ff 0%, #eef2ff 100%) !important;
        position: relative;
        font-weight: 600 !important;
        color: #2b3f7f !important;
        transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease !important;
    }

    .req-tab:first-child {
        border-top-left-radius: 14px !important;
        border-top-right-radius: 14px !important;
    }

    .req-tab:last-of-type {
        border-bottom: 1px solid #d8def5 !important;
        border-bottom-left-radius: 14px !important;
        border-bottom-right-radius: 14px !important;
    }

    .req-tab.active {
        transform: translateX(4px) !important;
        border-color: #1f3d9d !important;
        background: linear-gradient(135deg, #1e3a8a 0%, #2f4fd8 100%) !important;
        color: #ffffff !important;
        box-shadow: 0 8px 20px rgba(31, 61, 157, 0.3) !important;
    }

    .req-tab.active+.req-panel-wrapper .req-panel {
        border-bottom: 1px solid #1f3d9d !important;
    }

    .req-panels {
        display: block !important;
        border-left: none !important;
        padding: 0 0 0 24px !important;
        min-height: auto !important;
        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .req-panel {
        min-height: auto !important;
        display: none !important;
        padding: 18px !important;
        margin: 0 !important;
    }

    .req-panel.active {
        display: block !important;
        min-height: auto !important;
        height: auto !important;
        background-color: #ffffff !important;
        color: #000000 !important;
        padding: 18px !important;
        border-radius: 8px !important;
        margin: 10px 0 !important;
    }
    
    .req-panel.active ol,
    .req-panel.active ul {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 0 !important;
        padding-left: 20px !important;
    }
    
    .req-panel.active {
        color: #2d2d2d !important;
    }
    
    .req-panel.active li {
        display: list-item !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #2d2d2d !important;
    }
    
    .req-panel.active p {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #2d2d2d !important;
    }
    
    /* Force all text to be visible with black color */
    .req-panel.active,
    .req-panel.active li,
    .req-panel.active p,
    .req-panel.active ol,
    .req-panel.active ul,
    .req-panel.active span,
    .req-panel.active div,
    .req-panel.active * {
        color: #000000 !important;
    }
    
    .req-panel.active li {
        color: #000000 !important;
    }
    
    .req-panel.active p {
        color: #000000 !important;
    }
}

@media screen and (max-width: 575px) {
    .requirement-wrapper {
        padding: 0 10px;
    }

    .requirement-title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .requirement-accordion {
        padding: 15px !important;
        border-radius: 16px;
        width: 100% !important;
        max-width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .req-tabs {
        flex-direction: column !important;
        gap: 8px !important;
        display: flex !important;
        width: 100% !important;
        order: 1;
    }

    .req-tab {
        flex: 1 1 100% !important;
        padding: 16px 20px !important;
        font-size: 16px !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        border-radius: 14px !important;
        margin-bottom: 12px !important;
        font-weight: 600 !important;
        color: #2b3f7f !important;
    }
    
    .req-tab.active {
        transform: translateX(4px) !important;
        border-color: #1f3d9d !important;
        background: linear-gradient(135deg, #1e3a8a 0%, #2f4fd8 100%) !important;
        color: #ffffff !important;
        box-shadow: 0 8px 20px rgba(31, 61, 157, 0.3) !important;
    }

    .req-panels {
        padding-top: 15px !important;
        order: 2;
        width: 100% !important;
    }

    .req-panel {
        font-size: 14px;
        line-height: 1.7;
        display: none !important;
    }

    .req-panel.active {
        display: block !important;
    }

    /* FAQ Section - Mobile */
    #faq {
        padding: 25px 10px !important;
    }

    #ed-556802970 h2 {
        font-size: 24px !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
    
    #ed-556802964 {
        text-align: center !important;
        width: 100% !important;
    }
    
    #ed-556802964 h2 {
        text-align: center !important;
    }

    .my-accordion-trigger {
        padding: 10px 12px !important;
        margin-bottom: 4px !important;
        box-sizing: border-box !important;
    }

    .my-accordion-trigger a {
        font-size: 14px !important;
        line-height: 1.3 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .my-accordion-content {
        padding: 0 12px !important;
        box-sizing: border-box !important;
    }

    .my-accordion-content.active {
        padding: 12px 12px !important;
        margin-bottom: 16px !important;
        box-sizing: border-box !important;
    }

    .my-accordion-content .inner {
        box-sizing: border-box !important;
    }

    .my-accordion-content .inner p {
        line-height: 1.3 !important;
        margin-bottom: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    .my-accordion-content .inner p span {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    #ed-556802964 h2 {
        margin-bottom: 10px !important;
    }

    #ed-556802973 .space {
        height: 10px !important;
    }
}

ol.custom-align li {
    padding-left: 15px;
    /* space before text */
    text-indent: -15px;
    /* pull first line left so second line aligns */
    line-height: 1.6;
}

/* Google Maps Button and Footer - Base Styles */
.button-map {
    display: inline-block;
    width: auto;
    max-width: none;
    margin: 5px 0 0 0;
    padding: 5px 5px;
    background-color: #1c244b;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    visibility: visible;
    opacity: 1;
}

.button-map:hover {
    background-color: #252d5a;
}

.footer-map {
    display: block;
    width: auto;
    text-align: right;
    color: #ffffff;
    font-size: 11px;
    padding: 10px 0;
    margin-left: 10px;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
}

/* Contact Section - Mobile Layout */
@media screen and (max-width: 768px) {
    #ed-568645706 .inner {
        flex-direction: column !important;
    }

    #ed-568645709,
    #ed-568645718 {
        width: 100% !important;
        flex-basis: 100% !important;
        margin-bottom: 30px !important;
    }

    #ed-568645718 {
        margin-bottom: 0 !important;
    }

    /* Google Maps Container - Mobile */
    .google-map-container {
        width: 100% !important;
        padding: 15px 0 !important;
    }

    .google-map-container .inner {
        padding: 0 15px !important;
    }

    .button-map {
        display: inline-block !important;
        width: auto !important;
        max-width: none !important;
        margin: 5px 0 5px 0 !important;
        padding: 4px 8px !important;
        background-color: #1c244b !important;
        color: #ffffff !important;
        text-align: left !important;
        text-decoration: none !important;
        border-radius: 4px !important;
        font-size: 12px !important;
        font-weight: 500 !important;
        box-sizing: border-box !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .button-map:hover {
        background-color: #252d5a !important;
    }

    .footer-map {
        display: block !important;
        width: auto !important;
        text-align: right !important;
        color: #ffffff !important;
        font-size: 11px !important;
        margin: 0 0 0 10px !important;
        padding: 0 !important;
        background-color: transparent !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* Fix header overlap when scrolling to eligibility sections */
#general-requirement-operator,
#general-requirement-engineer {
    scroll-margin-top: 100px; /* Add space above when scrolling to these sections */
    padding-top: 20px; /* Additional padding for visual spacing */
}

/* Ensure eligibility section content is not covered by sticky header */
#ed-556803018 {
    scroll-margin-top: 100px;
    position: relative;
    z-index: 1;
}

/* Ensure requirement accordion stays below header */
.requirement-accordion {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 975px) {
    /* More padding on mobile where header is fixed */
    #general-requirement-operator,
    #general-requirement-engineer {
        scroll-margin-top: 120px;
        padding-top: 30px;
    }
    
    #ed-556803018 {
        scroll-margin-top: 120px;
        padding-top: 20px;
    }
    
    /* Ensure requirement tabs are not covered by fixed header */
    .requirement-accordion {
        margin-top: 10px;
    }
}

/* Exam Schedules Accordion Section */
.exam-accordion-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.exam-accordion-item {
    width: 100%;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.exam-accordion-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.exam-accordion-item.active {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.exam-accordion-header {
    width: 100%;
    padding: 20px 24px;
    background: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    transition: background-color 0.3s ease;
    font-family: inherit;
}

.exam-accordion-header:hover {
    background-color: #f8f9fa;
}

.exam-accordion-header:focus {
    outline: 2px solid #1c244b;
    outline-offset: -2px;
}

.accordion-title {
    color: #1c244b;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.accordion-icon {
    color: #1c244b;
    font-size: 18px;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.exam-accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.exam-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background: #ffffff;
}

.accordion-download-wrapper {
    padding: 20px 24px 15px 24px;
    border-bottom: 1px solid #e0e0e0;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #1c244b;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.download-btn:hover {
    background-color: #252d5a;
    transform: translateY(-2px);
    color: #ffffff !important;
}

.download-btn i {
    font-size: 16px;
}

.pdf-viewer-container {
    width: 100%;
    height: 100vh;
    border: none;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
}

.pdf-viewer {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .exam-accordion-container {
        padding: 0 15px;
    }
    
    .exam-accordion-header {
        padding: 18px 20px;
    }
    
    .accordion-title {
        font-size: 18px;
    }
    
    .accordion-icon {
        font-size: 16px;
        width: 28px;
        height: 28px;
    }
    
    .accordion-download-wrapper {
        padding: 15px 20px 12px 20px;
    }
    
    .download-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }
    
    .pdf-viewer-container {
        height: 100vh;
    }
}

/* Footer Copyright Styling */
#footer-copyright {
    background-color: #1c2045 !important;
    padding: 20px 0 !important;
    margin-top: 0 !important;
    position: relative !important;
    z-index: 0 !important;
}

#footer-copyright .inner {
    max-width: 100% !important;
    padding: 0 20px !important;
}

.footer-copyright-content {
    text-align: center;
    width: 100%;
}

.footer-copyright-content p {
    color: #ffffff !important;
    margin: 0 !important;
    font-size: 16px;
    font-weight: 400;
}

.footer-copyright-content p strong {
    color: #ffffff !important;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    #footer-copyright {
        padding: 15px 0 !important;
    }
    
    .footer-copyright-content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .exam-accordion-container {
        padding: 0 10px;
    }
    
    .exam-accordion-header {
        padding: 15px 18px;
    }
    
    .accordion-title {
        font-size: 16px;
    }
    
    .accordion-download-wrapper {
        padding: 12px 18px 10px 18px;
    }
    
    .pdf-viewer-container {
        height: 100vh;
    }
}

/* Footer Copyright Styling */
#footer-copyright {
    background-color: #1c2045 !important;
    padding: 20px 0 !important;
    margin-top: 0 !important;
    position: relative !important;
    z-index: 0 !important;
}

#footer-copyright .inner {
    max-width: 100% !important;
    padding: 0 20px !important;
}

.footer-copyright-content {
    text-align: center;
    width: 100%;
}

.footer-copyright-content p {
    color: #ffffff !important;
    margin: 0 !important;
    font-size: 16px;
    font-weight: 400;
}

.footer-copyright-content p strong {
    color: #ffffff !important;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    #footer-copyright {
        padding: 15px 0 !important;
    }
    
    .footer-copyright-content p {
        font-size: 14px;
    }
}