@import url(magic-bootstrap-index.css);
@import url(superslides.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(animate.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900,400italic,900italic.css&display=swap);
@import url(font-awesome.min.css);


    /* index file style 

/* =================================================================
   Global & Base Styles
   ================================================================= */


   * {

            margin: 0;

            padding: 0;

            box-sizing: border-box;

        }
/* EDITED: Removed 'overflow-x: hidden' which was causing conflicts */ /* EDITED: Simplified the header CSS to use a single ID for clarity */ #site-header {


            position: fixed;

            top: 0;

            left: 0;

            /* Added for consistency */

            width: 100%;

            z-index: 1000;

            background-color: white;

            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);

            transition: transform 0.4s ease-out;

        
}
/* EDITED: Simplified to a single class for hiding the header */ #site-header.header-hidden {


            transform: translateY(-100%);

        
}
/* NAVBAR STYLES (Unchanged) */ .navbar-main {


            padding: 8px;

        
}
.navbar {


            margin-bottom: 0px;

        

    margin-bottom: 5px;

margin-bottom:0
margin-bottom:0
}
.container-fluid {


            padding: 0 40px;

            display: flex;

            align-items: center;

            gap: 20px;

            flex-wrap: nowrap;

        
padding:0 40px;display:flex;align-items:center;gap:20px;flex-wrap:nowrap
padding:0 40px;display:flex;align-items:center;gap:20px;flex-wrap:nowrap
}
.navbar-brand-custom {


            display: flex;

            align-items: center;

            flex-shrink: 0;

        
display:flex;align-items:center;flex-shrink:0
display:flex;align-items:center;flex-shrink:0
}
.navbar-brand-custom img {


            height: 45px;

            width: auto;

        
height:45px;width:auto
height:45px;width:auto
}
.navbar-toggler {


            display: none;

            border: none;

            background: transparent;

            font-size: 24px;

            cursor: pointer;

            padding: 8px;

            color: #2c3e50;

        
display:none;border:none;background:0 0;font-size:24px;cursor:pointer;padding:8px;color:#2c3e50
display:none;border:none;background:0 0;font-size:24px;cursor:pointer;padding:8px;color:#2c3e50
}
.navbar-collapse {


            display: flex !important;

            align-items: center;

            flex-direction: row;

            flex: 1;

            gap: 20px;

        
display:flex!important;align-items:center;flex-direction:row;flex:1;gap:20px
display:flex!important;align-items:center;flex-direction:row;flex:1;gap:20px
}
.navbar-nav-right {


            display: flex;

            align-items: center;

            gap: 8px;

            margin-left: auto;

        
display:flex;align-items:center;gap:8px;margin-left:auto
display:flex;align-items:center;gap:8px;margin-left:auto
}
.icert-mega-menu {


            position: relative;

        
}
.nav-link-custom {


            color: #2c3e50;

            text-decoration: none;

            padding: 10px 16px;

            border-radius: 6px;

            font-size: 15px;

            transition: all 0.3s ease;

            display: inline-flex;

            align-items: center;

            gap: 8px;

            white-space: nowrap;

        
color:#2c3e50;text-decoration:none;padding:10px 16px;border-radius:6px;font-size:15px;transition:.3s;display:inline-flex;align-items:center;gap:8px;white-space:nowrap
color:#2c3e50;text-decoration:none;padding:10px 16px;border-radius:6px;font-size:15px;transition:.3s;display:inline-flex;align-items:center;gap:8px;white-space:nowrap
}
.nav-link-custom:hover {


            color: #2957a4;

            background: rgba(33, 150, 243, 0.05);

            text-decoration: none;

        
color:#2957a4;background:rgba(33,150,243,.05);text-decoration:none
color:#2957a4;background:rgba(33,150,243,.05);text-decoration:none
}
/* Special styling for All Courses button */ .icert-all-courses-link {


            border: 0.5px solid #2956a438;

            background: #edf3ffff;

            color: #2957a4;

        
}
.icert-all-courses-link:hover {


            background: #2957a4;

            color: #fff;

        
}
.icert-all-courses-link.active {


            background: #2957a4;

            color: #fff;

        
}
/* EDITED: Initial state is hidden. */ .icert-mega-dropdown {


        position: absolute;

        top: 100%;

        left: 0;

        width: 980px;

        background: rgba(255, 255, 255, 0.95);

        backdrop-filter: blur(10px);

        -webkit-backdrop-filter: blur(10px);

        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);

        border-radius: 0 0 8px 8px;

        border-right: 0.5px solid #8097beff;

        border-bottom: 0.5px solid #8097beff;

        border-left: 0.5px solid #8097beff;

        display: none;

        opacity: 0;

        transform: translateY(-10px);

        transition: opacity 0.3s ease, transform 0.3s ease;

        z-index: 999;

        pointer-events: none;

        margin-top: 6px;

    
}
/* EDITED: Use a new class for a clickable/active dropdown */ .icert-mega-dropdown.icert-show-dropdown {


            display: flex;

            opacity: 1;

            transform: translateY(0);

            pointer-events: auto;

        
}
.icert-mega-sidebar {


            

            /* Changed to solid color to match image, keeping gradient as a fallback if not desired */

            background: #f8f9fa;

            /* background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%); */

            border-radius: 12px 0 0 12px;

            padding: 20px 0;

            border-right: 1px solid #e0e0e0;

        
background:#f8f9fa;border-radius:12px 0 0 12px;padding:20px 0;border-right:1px solid #e0e0e0
background:#f8f9fa;border-radius:12px 0 0 12px;padding:20px 0;border-right:1px solid #e0e0e0
}
.icert-category-item {


            display: flex;

            align-items: center;

            padding: 8px 20px;

            color: #2c3e50;

            font-size: 12px;

            font-weight: 600;

            cursor: pointer;

            transition: all 0.3s ease;

            border-left: 3px solid transparent;

            position: relative;

        
display:flex;align-items:center;padding:8px 20px;color:#2c3e50;font-size:12px;font-weight:600;cursor:pointer;transition:.3s;border-left:3px solid transparent;position:relative
display:flex;align-items:center;padding:8px 20px;color:#2c3e50;font-size:12px;font-weight:600;cursor:pointer;transition:.3s;border-left:3px solid transparent;position:relative
}
.icert-category-item:hover {


            background: #eef3ffff;

            color: #2957a4;

            border-left-color: #2957a4;

        
}
.icert-category-item.active {


            background: #eef3ffff;

            /* Light blue background for active */

            color: #2957a4;

            /* Darker blue text for active */

            border-left-color: #2957a4;

            /* Darker blue border for active */

        
}
.icert-category-item i {


            width: 24px;

            margin-right: 12px;

            text-align: center;

            font-size: 16px;

        
width:24px;margin-right:12px;text-align:center;font-size:16px
width:24px;margin-right:12px;text-align:center;font-size:16px
}
.icert-mega-content {


            flex: 1;

            padding: 30px 30px 30px 10px;

            max-height: 600px;

            overflow-y: auto;

        
flex:1;padding:30px 30px 30px 10px;max-height:600px;overflow-y:auto
flex:1;padding:30px 30px 30px 10px;max-height:600px;overflow-y:auto
}
.icert-mega-content::-webkit-scrollbar {


            width: 6px;

        
width:6px
width:6px
}
.icert-mega-content::-webkit-scrollbar-thumb {


            background: #cbd5e0;

            border-radius: 3px;

        
background:#cbd5e0;border-radius:3px
background:#cbd5e0;border-radius:3px
}
.icert-subcategory {


            display: none;

        
}
.icert-subcategory.active {


            display: block;

            animation: fadeIn 0.4s ease;

        
display:block;animation:.4s fadeIn
display:block;animation:.4s fadeIn
}
@keyframes fadeIn {

            from {

                opacity: 0;

                transform: translateY(10px);

            }



            to {

                opacity: 1;

                transform: translateY(0);

            }

        }
/* --- STYLING MODIFICATIONS START HERE --- */ /* Updated: Section Header Styling (e.g., "Project Management") */ .icert-subcategory h5 {


            color: #555;

            /* Dark grey color */

            font-size: 0.7em;

            /* Slightly larger */

            font-weight: 700;

            /* Bold */

            margin-bottom: 10px;

            /* More spacing after the header */

            padding-bottom: 10px;

            /* More spacing inside the border */

            border-bottom: 2px solid #e0e0e0;

            /* Light grey separator line */

            display: flex;

            align-items: center;

            gap: 10px;

            text-transform: uppercase;

            /* All caps to match the image style */

            letter-spacing: 0.5px;

        
}
.icert-subcategory h5 i {


            color: #555;

            /* Icon color matches the text */

            font-size: 1.1em;

        
color:#555;font-size:1.1em
color:#555;font-size:1.1em
}
/* Updated: Section Link within H5 */ .icert-subcategory h5 a {


            color: inherit;

            /* Inherit color from h5 */

            text-decoration: none;

        
}
.icert-subcategory h5 a:hover {


            color: #2957a4;

            /* Light blue on hover */

        
color:#2957a4
color:#2957a4
}
/* Updated: Course Grid/Section Layout */ .icert-course-grid {


            display: flex;

            flex-wrap: wrap;

            gap: 20px;

            justify-content: space-between;

            /* Ensures even spacing between items */

        
}
.icert-course-section {


            flex-basis: calc(50% - 10px);

            display: flex;

            flex-direction: row;

            align-items: center;

            gap: 15px;

            background: #fff;

            padding: 15px;

            border-radius: 8px;

            border: 1px solid #e8e8e8;

            transition: box-shadow 0.3s ease;

        
flex-basis:calc(50% - 10px);display:flex;flex-direction:row;align-items:center;gap:15px;background:#fff;padding:15px;border-radius:8px;border:1px solid #e8e8e8;transition:box-shadow .3s
flex-basis:calc(50% - 10px);display:flex;flex-direction:row;align-items:center;gap:15px;background:#fff;padding:15px;border-radius:8px;border:1px solid #e8e8e8;transition:box-shadow .3s
}
.icert-course-section:hover {


            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

        
box-shadow:0 4px 12px rgba(0,0,0,.1)
box-shadow:0 4px 12px rgba(0,0,0,.1)
}
.icert-course-item {


            display: flex;

            flex-direction: row;

            /* Ensure items are aligned in a row */

            align-items: center;

            gap: 15px;

            border: 1px solid #dddddd;

            border-radius: 7px;

            padding: 10px;

            transition: box-shadow 0.3s ease-in-out;

            width: 100%;

            /* Ensure each item takes up full width */

            box-sizing: border-box;

            background: #fff;

            /* Add background color */

            flex-basis: calc(50% - 10px);

            /* Ensure two items per row */

        
display:flex;flex-direction:row;align-items:center;gap:15px;border:1px solid #ddd;border-radius:7px;padding:10px;transition:box-shadow .3s ease-in-out;width:100%;background:#fff;flex-basis:calc(50% - 10px)
display:flex;flex-direction:row;align-items:center;gap:15px;border:1px solid #ddd;border-radius:7px;padding:10px;transition:box-shadow .3s ease-in-out;width:100%;background:#fff;flex-basis:calc(50% - 10px)
}
.icert-course-item:hover {


            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

            /* Subtle shadow for better visibility */

        
box-shadow:0 4px 6px rgba(0,0,0,.1)
box-shadow:0 4px 6px rgba(0,0,0,.1)
}
/* Fixed size for logos */ .icert-course-logo {


            width: 50px;

            /* Ensure logos have a consistent size */

            height: 50px;

            background-color: #f0f7ff;

            border-radius: 50%;

            /* Makes it a circle */

            display: flex;

            justify-content: center;

            align-items: center;

            overflow: hidden;

            /* Ensures the content fits within the circle */

            flex-shrink: 0;

            /* Prevent shrinking */

        
}
.icert-course-logo img, .icert-course-logo i {


            width: 100%;

            /* Fill the container */

            height: 100%;

            /* Fill the container */

            object-fit: contain;

            /* Ensures the image maintains aspect ratio */

        
}
.icert-course-details {


            display: flex;

            flex-direction: column;

            flex-grow: 1;

            /* Ensures the details area expands to take available height */

            max-width: calc(100% - 70px);

            /* Prevents text from overflowing with large logos */

        
display:flex;flex-direction:column;flex-grow:1;max-width:calc(100% - 70px)
display:flex;flex-direction:column;flex-grow:1;max-width:calc(100% - 70px)
}
.icert-course-details a {


            text-decoration: none;

            color: #2957a4;

        
text-decoration:none;color:#2957a4
text-decoration:none;color:#2957a4
}
.icert-course-details h6 {


            font-size: 12px;

            font-weight: 600;

            line-height: 1.2;



        
font-size:12px;font-weight:600;line-height:1.2
font-size:12px;font-weight:600;line-height:1.2
}
.icert-course-details p {


            font-size: 10px;

            /* Slightly larger text for better readability */

            color: #8a8a8aff;

            margin: 0;

        
font-size:10px;color:#8a8a8aff;margin:0
font-size:10px;color:#8a8a8aff;margin:0
}
/* Mobile responsiveness: Stack sections on smaller screens */ @media (max-width: 768px) {


            .icert-course-section {

                flex-basis: 100%;

                /* Full width for smaller screens */

                flex-direction: column;

                /* Stack elements vertically */

            }



            /* Stack items vertically on smaller screens */

            .icert-course-grid {

                flex-direction: column;

                gap: 15px;

                /* Reduced gap for better alignment */

            }

        
}
.search-container {


            max-width: 450px;

            width: 100%;

            position: relative;

        
max-width:450px;width:100%;position:relative
max-width:450px;width:100%;position:relative
}
.search-input {


            width: 100%;

            height: 44px;

            padding: 12px 16px 12px 46px;

            font-size: 15px;

            border-radius: 8px;

            border: 2px solid #e0e0e0;

            background: #f8f9fa;

            transition: all 0.3s ease;

        
width:100%;height:44px;padding:12px 16px 12px 46px;border-radius:8px;border:2px solid #e0e0e0;background:#f8f9fa
width:100%;height:44px;padding:12px 16px 12px 46px;border-radius:8px;border:2px solid #e0e0e0;background:#f8f9fa
}
.search-input:focus {


            outline: none;

            border-color: #2196F3;

            background: white;

            box-shadow: 0 4px 16px rgba(33, 150, 243, 0.1);

        
outline:0;border-color:#2196f3;background:#fff;box-shadow:0 4px 16px rgba(33,150,243,.1)
outline:0;border-color:#2196f3;background:#fff;box-shadow:0 4px 16px rgba(33,150,243,.1)
}
.search-icon {


            position: absolute;

            left: 16px;

            top: 50%;

            transform: translateY(-50%);

            color: #999;

        
position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#999
position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#999
}
.search-suggestions {


            position: absolute;

            width: 100%;

            max-height: 300px;

            overflow-y: auto;

            background: white;

            border: 1px solid #ddd;

            border-radius: 0 0 8px 8px;

            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);

            z-index: 1002;

            display: none;

        
width:100%;max-height:300px;overflow-y:auto;border:1px solid #ddd;border-radius:0 0 8px 8px;box-shadow:0 8px 16px rgba(0,0,0,.1);z-index:1002
width:100%;max-height:300px;overflow-y:auto;border:1px solid #ddd;border-radius:0 0 8px 8px;box-shadow:0 8px 16px rgba(0,0,0,.1);z-index:1002
}
.search-suggestion-item {


            padding: 12px 16px;

            cursor: pointer;

            font-size: 15px;

            border-bottom: 1px solid #f0f0f0;

        
padding:12px 16px;cursor:pointer;font-size:15px;border-bottom:1px solid #f0f0f0
padding:12px 16px;cursor:pointer;font-size:15px;border-bottom:1px solid #f0f0f0
}
.search-suggestion-item:last-child {


            border-bottom: none;

        
border-bottom:none
border-bottom:none
}
.search-suggestion-item:hover {


            background-color: #f0f7ff;

            color: #1976D2;

        
background-color:#f0f7ff;color:#1976d2
background-color:#f0f7ff;color:#1976d2
}
.icert-nav-dropdown {


            position: relative;

        
}
.icert-nav-dropdown-menu {


            position: absolute;

            top: calc(100% + 18px);

            right: 0;

            background: white;

            min-width: 180px;

            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);

            border-radius: 8px;

            display: none;

            overflow: hidden;

            z-index: 1001;

        
top:calc(100% + 18px);right:0;min-width:180px;box-shadow:0 8px 24px rgba(0,0,0,.12);border-radius:8px;overflow:hidden;z-index:1001
top:calc(100% + 18px);right:0;min-width:180px;box-shadow:0 8px 24px rgba(0,0,0,.12);border-radius:8px;overflow:hidden;z-index:1001
}
.icert-nav-dropdown-menu.icert-show {


            display: block;

            animation: dropdownFade 0.3s ease;

        
display:block;animation:.3s dropdownFade
display:block;animation:.3s dropdownFade
}
@keyframes dropdownFade {

            from {

                opacity: 0;

                transform: translateY(-5px);

            }



            to {

                opacity: 1;

                transform: translateY(0);

            }

        }
.icert-nav-dropdown-menu a {


            display: block;

            padding: 12px 18px;

            color: #2c3e50;

            text-decoration: none;

            transition: all 0.2s ease;

        
display:block;padding:12px 18px;color:#2c3e50;text-decoration:none;transition:.2s
display:block;padding:12px 18px;color:#2c3e50;text-decoration:none;transition:.2s
}
.icert-nav-dropdown-menu a:hover {


            background: #f0f7ff;

            color: #2196F3;

            text-decoration: none;

        
background:#f0f7ff;color:#2196f3;text-decoration:none
background:#f0f7ff;color:#2196f3;text-decoration:none
}
.login-btn {


            display: inline-flex;

            align-items: center;

            gap: 8px;

            color: white !important;

            background: linear-gradient(45deg, rgb(30, 58, 138), rgb(59, 130, 246));

            padding: 7px 14px;

            border-radius: 8px;

            text-decoration: none;

            font-weight: 600;

            transition: all 0.3s ease;

            box-shadow: 0 2px 4px rgba(33, 150, 243, 0.1);

            font-size: 15px;

        
display:inline-flex;align-items:center;gap:8px;color:#fff!important;background:linear-gradient(45deg,#1e3a8a,#3b82f6);padding:7px 14px;border-radius:8px;text-decoration:none;font-weight:600;box-shadow:0 2px 4px rgba(33,150,243,.1)
display:inline-flex;align-items:center;gap:8px;color:#fff!important;background:linear-gradient(45deg,#1e3a8a,#3b82f6);padding:7px 14px;border-radius:8px;text-decoration:none;font-weight:600;box-shadow:0 2px 4px rgba(33,150,243,.1)
}
.login-btn:hover {


            background: linear-gradient(135deg, #1976D2 0%, #1565C0 100%);

            box-shadow: 0 2px 4px rgba(33, 150, 243, 0.2);

            transform: translateY(-1px);

            text-decoration: none;

        
background:linear-gradient(135deg,#1976d2 0,#1565c0 100%);box-shadow:0 2px 4px rgba(33,150,243,.2);transform:translateY(-1px);text-decoration:none
background:linear-gradient(135deg,#1976d2 0,#1565c0 100%);box-shadow:0 2px 4px rgba(33,150,243,.2);transform:translateY(-1px);text-decoration:none
}
.icert-mobile-accordion {


            display: none;

        
}
@media (max-width: 991.98px) {

            .navbar-collapse {

                display: none !important;

            }



            .navbar-collapse.show {

                display: flex !important;

                max-height: 70vh;

                overflow-y: auto;



            }



            .container-fluid {

                padding: 0 20px;

                justify-content: space-between;

                position: relative;

            }



            .navbar-brand-custom img {

                height: 60px;

            }



            .navbar-toggler {

                display: block;

            }



            .navbar-collapse {

                flex-direction: column;

                position: absolute;

                top: 100%;

                left: 0;

                width: 100%;

                background-color: white;

                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

                padding: 20px;

                align-items: stretch;

                gap: 0;

                border-top: 1px solid #eee;

            }



            .search-container {

                order: 1;

                max-width: 100%;

                margin: 0 0 15px 0;

            }



            .icert-mega-menu {

                order: 2;

                width: 100%;

                margin: 0;

                padding: 0;

            }



            .navbar-nav-right {

                order: 3;

                flex-direction: column;

                align-items: stretch;

                width: 100%;

                margin-left: 0;

                gap: 0;

            }



            .icert-mega-dropdown {

                /* Ensure it stays hidden on mobile */

                display: none !important;

            }



            .icert-mega-menu .nav-link-custom {

                width: 100%;

                padding: 7px;

                border-bottom: 1px solid #e8e8e8;

                border-radius: 0;

                justify-content: space-between;

            }



            .icert-mega-menu .nav-link-custom:after {

                content: '+';

                font-size: 24px;

                color: #2196F3;

                transition: transform 0.3s ease;

            }



            .icert-mega-menu .nav-link-custom.icert-active:after {

                transform: rotate(45deg);

            }



            .icert-mobile-accordion {

                display: block;

                /* Show the mobile accordion */

                padding: 3px;

                background-color: #f7f9fc;

                border-bottom: 1px solid #e8e8e8;

            }



            .icert-mobile-toggle {

                width: 100%;

                background: transparent;

                border: none;

                padding: 14px;

                text-align: left;

                font-size: 15px;

                font-weight: 600;

                color: #2c3e50;

                border-bottom: 1px solid #e0e0e0;

                cursor: pointer;

                display: flex;

                justify-content: space-between;

                align-items: center;

                transition: all 0.3s ease;

            }



            .icert-mobile-accordion .icert-mobile-toggle:last-of-type {

                border-bottom: none;

            }



            .icert-mobile-toggle-content {

                display: flex;

                align-items: center;

                gap: 12px;

            }



            .icert-mobile-content {

                display: none;

                background: white;

                padding: 16px 16px 0 16px;

                border-bottom: 1px solid #e0e0e0;

            }



            .icert-mobile-course-section {

                margin-bottom: 20px;

            }



            .icert-mobile-course-header {

                display: flex;

                align-items: center;

                gap: 12px;

                margin-bottom: 12px;

            }



            .icert-mobile-course-logo {

                width: 20px;

                height: 20px;

                background: #f0f7ff;

                border-radius: 8px;

                padding: 6px;

                flex-shrink: 0;

            }



            .icert-mobile-content h6 {

                color: #1976D2;

                font-size: 14px;

                font-weight: 700;

                text-transform: uppercase;

                margin: 0;

            }



            .icert-mobile-content ul {

                list-style: none;

                padding-left: 0px;

            }



            .icert-mobile-content a {

                display: block;

                padding: 4px 8px;

                color: #4e5b67;

                text-decoration: none;

                border-radius: 6px;

            }



            .icert-mobile-content a:hover {

                background: #f0f7ff;

                color: #2196F3;

            }



            .navbar-nav-right .nav-link-custom,

            .navbar-nav-right .icert-nav-dropdown>.nav-link-custom {

                width: 100%;

                text-align: left;

                padding: 14px 0;

                border-bottom: 1px solid #e8e8e8;

                border-radius: 0;

                margin-top: 15px;

            }



            .navbar-nav-right .icert-nav-dropdown>.nav-link-custom {

                margin-top: 0;

            }



            .navbar-nav-right .nav-link-custom:hover {

                background-color: transparent;

            }



            .icert-nav-dropdown-menu {

                position: static;

                width: 100%;

                box-shadow: none;

                border: none;

                border-radius: 0;

                border-bottom: 1px solid #e8e8e8;

            }



            .icert-nav-dropdown-menu a {

                padding: 11px;

            }



            .login-btn {

                width: 100%;

                justify-content: center;

                margin-top: 15px;

                padding: 12px 20px;

            }



            /* Ensure the images inside the mobile accordion are contained within their box */

            .icert-mobile-course-logo img {

                width: 100%;

                height: 100%;

                /* Ensure the image takes up the entire container height */

                object-fit: cover;

                /* This will make sure the image fills the box without overflowing or distorting */

                max-width: 100%;

                /* Prevent the image from being wider than its container */

            }



            /* Optionally, ensure that the containers for the images have a fixed height */

            .icert-mobile-course-logo {

                width: 40px;

                /* You can adjust the width and height as necessary */

                height: 40px;

                /* Make sure both width and height are equal for a square container */

                overflow: hidden;

                /* Hide anything that overflows the container */

                border-radius: 8px;

                /* Optional: Add rounded corners */

            }

        }
.cat-anchor {


    text-decoration: none;

    color: inherit;

    font-size: 12px;

    font-weight: 600;

    border-bottom: #b1b1b1ff 1.5px solid;

    margin-bottom: 15px;


text-decoration:none;color:inherit;font-size:12px;font-weight:600;border-bottom:1.5px solid #b1b1b1ff;margin-bottom:15px
text-decoration:none;color:inherit;font-size:12px;font-weight:600;border-bottom:1.5px solid #b1b1b1ff;margin-bottom:15px
}
/* Black Friday Offer Banner */ .offer-banner {


    background: linear-gradient(135deg, #000000da 0%, #1a1a1a 100%);

    color: white;

    padding: 5px 0;

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1000;

    border-bottom: 3px solid #dc2626;

    overflow: hidden;

    transition: transform 0.4s ease-out;

    transform: translateY(var(--navbar-height, 0px));


}
.offer-banner.banner-hidden {


    transform: translateY(-100%);


}
.offer-banner.banner-at-top {


    transform: translateY(0px) !important;

    z-index: 999;


transform:translateY(0)!important;z-index:999
transform:translateY(0)!important;z-index:999
}
/* Desktop version: banner at bottom */ @media (min-width: 769px) {


            .offer-banner {

                top: auto;

                bottom: 0;

                transform: none;

                border-bottom: none;

                border-top: 3px solid #dc2626;

            }



            .offer-banner.banner-hidden {

                transform: translateY(100%);

            }



            .offer-banner.banner-at-top {

                top: 0;

                bottom: auto;

                transform: translateY(0px) !important;

            }



            .close-banner {

                right: 20px;

                left: auto;

            }

        
}
.offer-banner .container {


    max-width: 1200px;

    margin: 0 auto;

    padding: 0 20px;

    position: relative;

    z-index: 1;


max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1
max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1
}
.offer-content {


    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

    gap: 20px;


display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px
display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px
}
.offer-text {


    flex: 1;

    min-width: 200px;


flex:1;min-width:200px
flex:1;min-width:200px
}
.offer-title {


    font-size: 20px;

    font-weight: 700;

    margin-bottom: 5px;

    color: #dc2626;


font-size:20px;font-weight:700;margin-bottom:5px;color:#dc2626
font-size:20px;font-weight:700;margin-bottom:5px;color:#dc2626
}
.offer-subtitle {


    font-size: 14px;

    margin-bottom: 0;

    opacity: 0.9;


font-size:14px;margin-bottom:0;opacity:.9
font-size:14px;margin-bottom:0;opacity:.9
}
.coupon-section {


    display: flex;

    align-items: center;

    gap: 15px;

    flex-wrap: wrap;


gap:15px;flex-wrap:wrap
gap:15px;flex-wrap:wrap
}
.coupon-code {


    background: #dc2626;

    color: white;

    padding: 6px 14px;

    border-radius: 6px;

    font-weight: 600;

    font-size: 13px;

    letter-spacing: 1px;

    border: 2px dashed white;

    display: flex;

    align-items: center;

    gap: 6px;


background:#dc2626;color:#fff;padding:6px 14px;border-radius:6px;letter-spacing:1px;border:2px dashed #fff;gap:6px
background:#dc2626;color:#fff;padding:6px 14px;border-radius:6px;letter-spacing:1px;border:2px dashed #fff;gap:6px
}
.coupon-code i {


    font-size: 11px;


font-size:11px
font-size:11px
}
.countdown-section {


    display: flex;

    align-items: center;

    gap: 15px;


display:flex;align-items:center;gap:15px
display:flex;align-items:center;gap:15px
}
.countdown-label {


    font-size: 13px;

    font-weight: 600;

    opacity: 0.9;


opacity:.9
opacity:.9
}
.countdown-timer {


    display: flex;

    gap: 3px;


display:flex;gap:3px
display:flex;gap:3px
}
.countdown-item {


    background: rgba(255, 255, 255, 0.1);



    border-radius: 6px;

    text-align: center;

    min-width: 45px;


background:rgba(255,255,255,.1);border-radius:6px;text-align:center;min-width:45px
background:rgba(255,255,255,.1);border-radius:6px;text-align:center;min-width:45px
}
.countdown-number {


    font-size: 16px;

    font-weight: 700;

    display: block;

    color: #ff3131ff;


font-size:16px;font-weight:700;display:block;color:#ff3131ff
font-size:16px;font-weight:700;display:block;color:#ff3131ff
}
.countdown-label-small {


    font-size: 9px;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    opacity: 0.8;


font-size:9px;text-transform:uppercase;letter-spacing:.5px;opacity:.8
font-size:9px;text-transform:uppercase;letter-spacing:.5px;opacity:.8
}
.close-banner {


    position: absolute;

    top: 8px;

    right: 5px;

    background: none;

    border: none;

    color: white;

    font-size: 18px;

    cursor: pointer;

    opacity: 0.7;

    transition: opacity 0.3s ease;


position:absolute;top:8px;right:5px;background:0 0;border:none;color:#fff;font-size:18px;cursor:pointer;opacity:.7;transition:opacity .3s
position:absolute;top:8px;right:5px;background:0 0;border:none;color:#fff;font-size:18px;cursor:pointer;opacity:.7;transition:opacity .3s
}
.close-banner:hover {


    opacity: 1;


opacity:1
opacity:1
}
/* Mobile responsiveness */ @media (max-width: 768px) {


    .offer-banner {

        padding: 6px 0;

    }



    .offer-content {

        flex-direction: row;

        justify-content: space-between;

        align-items: center;

        gap: 10px;

        text-align: left;

    }



    .offer-text {

        flex: 1;

        text-align: left;

    }



    .offer-title {

        font-size: 16px;

        margin-bottom: 2px;

    }



    .offer-subtitle {

        font-size: 12px;

        margin-bottom: 4px;

    }



    .coupon-section {

        justify-content: flex-start;

        margin-bottom: 4px;

    }



    .countdown-section {

        display: none; /* Hide countdown on mobile */

    }



    .close-banner {

        top: 4px;

        right: 12px;

        font-size: 16px;

    }


}
/* Extra small mobile devices */ @media (max-width: 480px) {


    .offer-banner {

        padding: 4px 0;

    }



    .offer-content {

        gap: 8px;

    }



    .offer-title {

        font-size: 14px;

    }



    .offer-subtitle {

        font-size: 11px;

        margin-bottom: 2px;

    }



    .coupon-code {

        padding: 4px 10px;

        font-size: 11px;

    }



    .coupon-section {

        margin-bottom: 2px;

    }



    .countdown-section {

        display: none; /* Keep countdown hidden on mobile */

    }



    .close-banner {

        top: 2px;

        right: 8px;

        font-size: 14px;

    }


}
/* Very small screens */ @media (max-width: 360px) {


    .offer-banner {

        padding: 3px 0;

    }



    .offer-content {

        gap: 6px;

    }



    .offer-title {

        font-size: 13px;

    }



    .offer-subtitle {

        font-size: 10px;

        margin-bottom: 1px;

    }



    .coupon-code {

        padding: 3px 8px;

        font-size: 10px;

    }



    .coupon-section {

        margin-bottom: 1px;

    }



    .countdown-section {

        display: none; /* Keep countdown hidden on mobile */

    }


}
/* New styles for megamenu category layout */ .icert-category-layout {


    display: flex;

    gap: 0;

    margin-top: 0;


}
.icert-courses-column {


    flex: 2;

    max-height: 480px;

    padding-right: 15px;

    overflow-y: auto;

    position: relative;




flex:2;max-height:480px;padding-right:15px;overflow-y:auto;position:relative
flex:2;max-height:480px;padding-right:15px;overflow-y:auto;position:relative
}
.icert-courses-column::-webkit-scrollbar {


    display: none;


display:none
display:none
}
.icert-articles-governing-column {


    width: 250px;

    display: flex;

    flex-direction: column;

    overflow-x: visible;

    border-left: 1px solid #e0e0e0;

    padding-left: 15px;


width:250px;display:flex;flex-direction:column;overflow-x:visible;border-left:1px solid #e0e0e0;padding-left:15px
width:250px;display:flex;flex-direction:column;overflow-x:visible;border-left:1px solid #e0e0e0;padding-left:15px
}
.icert-articles-column {


    width: 250px;

    padding: 0;

    overflow-y: auto;


width:250px;padding:0;overflow-y:auto
width:250px;padding:0;overflow-y:auto
}
.icert-articles-column h6 {


    color: #555;

    font-size: 1.1em;

    font-weight: 600;

    margin-bottom: 10px;


}
.icert-articles-column ul {


    list-style: none;

    font-size:12px;

    padding: 0;

    margin-bottom: 0;


list-style:none;font-size:12px;padding:0;margin-bottom:0
list-style:none;font-size:12px;padding:0;margin-bottom:0
}
.icert-articles-column li {


    margin-bottom: 15px;

    line-height: 1.0;

    


margin-bottom:15px;line-height:1
margin-bottom:15px;line-height:1
}
.icert-articles-column a {


    color: #2957a4;

    text-decoration: none;


}
.icert-articles-column a:hover {


    text-decoration: underline;


text-decoration:underline
text-decoration:underline
}
.icert-governing-bodies {






    width: 250px;

    overflow-y: auto;

    position: relative;




width:250px;overflow-y:auto;position:relative
width:250px;overflow-y:auto;position:relative
}
.icert-governing-bodies h6 {


    color: #555;

    font-size: 1.1em;

    font-weight: 600;

    margin-bottom: 10px;


}
.icert-governing-bodies ul {


    list-style: none;

    padding: 0;

    display: flex;

    flex-wrap: wrap;

    gap: 10px;


list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px
list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px
}
.icert-governing-bodies li {


    background-color: #eef7ffff;

    border: 0.2px solid #2956a44d;

    border-radius: 5px;

    padding: 3px 5px;

    font-size: 12px;

    font-weight: 500;


background-color:#eef7ffff;border:.2px solid #2956a44d;border-radius:5px;padding:3px 5px;font-size:12px;font-weight:500
background-color:#eef7ffff;border:.2px solid #2956a44d;border-radius:5px;padding:3px 5px;font-size:12px;font-weight:500
}
.icert-governing-bodies li a {


    color: #2957a4;

    text-decoration: none;


}
/* Mobile adjustments for new layout */ @media (max-width: 768px) {


    .icert-category-layout {

        flex-direction: column;

    }

    .icert-articles-governing-column {

        width: 100%;

    }

    .icert-courses-column {

        max-height: none;

        overflow-y: visible;

    }




    .icert-category-layout {

        flex-direction: column;

    }

    .icert-articles-governing-column {

        width: 100%;

    }

    .icert-courses-column {

        max-height: none;

        overflow-y: visible;

    }




    .icert-category-layout {

        flex-direction: column;

    }

    .icert-articles-governing-column {

        width: 100%;

    }

    .icert-courses-column {

        max-height: none;

        overflow-y: visible;

    }


}
body {
    font-family: 'Lato', Arial, sans-serif !important; /* Default font */
    font-size: 16px;
    overflow-x: hidden;
    padding-top: 70px;
}
a {

    text-decoration: none !important;

}
a:active, a:hover {

    text-decoration: none !important;
	color: inherit;

}
h1, h2, h3, h4 {

    color: #fff;

}
h1, h2, h4, h5, h6 {

    text-transform: none;

}
/* ================================================================= Fullscreen Landing Sliders ================================================================= */ #certification-banner {

    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}
/* Video Background */ .cert-video-wrapper {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;

}
.cert-video-wrapper video {

    width: 100%;
    height: 100%;
    object-fit: cover;

}
/* Dark Overlay */ .cert-video-overlay {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;

}
/* Slider Content */ .cert-banner-content {

    position: relative;
    z-index: 2;
    padding: 120px 15px 80px; /* leave space for scroll bar */
    color: #fff;

}
.cert-badge {

    display: inline-block;
    padding: 2px 6px;
    background-color: #fff;
    border-radius: 3px;

}
.cert-badge-title {

    margin: 0;
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: none;

}
.cert-title {

    margin-bottom: 15px;
    color: #fff;
    font-size: 4rem;
    line-height: 1.2;
    text-transform: none;

}
.cert-subtitle {

    margin-bottom: 20px;
    color: #fff;
    font-size: 1.2rem;

}
.cert-cta-buttons {

    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;

}
.cert-btn {

    display: inline-block;
    border-radius: 4px;
    font-size: 1.3rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;

}
.cert-btn-primary {

    position: relative;
    padding: 12px 25px;
    margin: 0 10px 10px 0;
    color: #fff;
    background: linear-gradient(90deg, #007bff, #3b82f6);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;

}
.cert-btn-primary:hover {

    color: #fff;
    background: linear-gradient(90deg, #3b82f6, #007bff);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(59, 130, 246, 0.4);

}
.cert-btn-primary:active {

    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);

}
/* Optional: Add a subtle shine effect on hover */ .cert-btn-primary::before {

    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;

}
.cert-btn-primary:hover::before {

    left: 100%;

}
.cert-btn-outline {

    padding: 8px 20px;
    margin: 0 10px 10px 0;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;

}
.cert-btn-outline:hover {

    color: #000;
    background: #fff;
    transform: scale(1.05);

}
/* Left Column Spacing */ .cert-left-column {

    max-width: 700px; /* limit column width */
    margin-left: 120px; /* minimum distance from left edge */
    padding-left: 15px;
    padding-right: 15px;
	margin-top:3%;

}
/* ================================================================= Scrolling Certifications Bar ================================================================= */ #scrolling-certifications {

    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 74px;
    background: linear-gradient(90deg, #1e3a8a, #3b82f6);
    display: flex;
    align-items: center;
    padding: 0 15px;
    overflow: hidden;
    z-index: 3;

}
.cert-scroll-container {

    display: inline-block;
    white-space: nowrap;

}
.cert-scroll-text {

    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1px;
    animation: scrollText 20s linear infinite;

}
@keyframes scrollText {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.33%);
    }
}
/* ================================================================= Training Partners Section ================================================================= */ .training-partners-section {

    padding: clamp(40px, 5vw, 80px) 0;

}
.training-partners-container {

    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 3vw, 40px);

}
.training-partners-header {

    text-align: center;
    margin-bottom: clamp(30px, 4vw, 50px);

}
.training-partners-title {

    font-size: clamp(16px, 1.5vw, 18px);
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;

}
.training-partners-subtitle {

    margin: 0;
    font-size: clamp(28px, 2.6vw, 36px);
    font-weight: 800;
    color: #1e3a8a;
    line-height: 1.3;

}
.training-partners-logos-wrapper {

    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;

}
.gradient-left, .gradient-right {

    position: absolute;
    top: 0;
    width: 120px; /* slightly wider for smoother fade */
    height: 100%;
    z-index: 2;
    pointer-events: none; /* logos remain hoverable */

}
.gradient-left {

    left: 0;
    background: linear-gradient(
        to right,
        rgba(248 250 252 / 0.5) 0%, /* fully opaque at edge */
        rgba(248 250 252 / 0) 70% /* fully transparent inside */
    );

}
.gradient-right {

    right: 0;
    background: linear-gradient(
        to left,
        rgba(248 250 252 / 0.5) 0%, /* fully opaque at edge */
        rgba(248 250 252 / 0) 60% /* fully transparent inside */
    );

}
.scrolling-logos {

    display: flex;
    width: 100%;

}
.logo-track {

    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;

}
.logo-item {

    padding: 0 clamp(15px, 2vw, 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

}
.logo-img {

    height: clamp(40px, 5vw, 70px);
    max-width: 120px;
    object-fit: contain;
    opacity: 0.8;
    transition: all 0.3s ease;

}
.logo-item:hover .logo-img {

    opacity: 1 !important;
    transform: scale(1.1);

}
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    } /* 50% because JS duplicates logos */
}
/* ================================================================= Programs Section ================================================================= */ /* Scoped under #programs-section to avoid global conflicts */ #programs-section {

    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    color: #1f2937;
    --accent: #0b6ddf;
    --accent-2: #065ab8;
    --muted: #6b7280;
    background: linear-gradient(180deg, #f0f5ff 0%, #ffffff 100%);
    padding: 50px 0;

}
/* Header */ #programs-section .pp-wrap {

    max-width: 100%;
    margin: 0 auto;
    padding: 20px;

}
#programs-section .pp-wrap {

    padding: 0 clamp(15px, 6vw, 85px);	

}
#programs-section .pp-head {

    text-align: center;
    margin-bottom: 30px;

}
#programs-section .pp-sub {

    color: var(--accent);
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;

}
#programs-section .pp-title {

    margin: 0;
    font-size: 2rem;
    font-weight: 800;
    color: #1e3a8a;
    text-transform: capitalize;

}
/* Layout Shell */ #programs-section .pp-shell {

    display: flex;
    gap: 24px;
    align-items: flex-start;
	/* Background */
	background: #fefeff;
    border-radius: 11px;
    padding: 30px 20px 20px 30px;

}
/* Filters (Left Column) */ #programs-section .pp-filters {

    width: 250px;
    background: #fbfbfb36;
    padding: 15px;
    border-radius: 9px;

}
#programs-section .pp-filters {

    padding: 10px;

}
#programs-section .pp-filters h3 {

    margin: 0 0 15px 3px;
    font-size: 1.0rem;
    font-weight: 800;
    color: #0e0e0e;
    padding-bottom: 10px;
    border-bottom: 1px solid #c1b5ff0f;
    text-transform: uppercase;

}
#programs-section .pp-filter-list {

    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;

}
/* Filter Buttons */ #programs-section .filter-btn {

    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    border: none;
    background: #fff;
    cursor: pointer;
    font-size: 1.1rem;
    color: #0e0e0e;
    text-align: left;
    width: 100%;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;

}
#programs-section .filter-btn:hover {

    background-color: #e9ecef;
    transform: translateY(-2px);

}
#programs-section .filter-btn[aria-pressed="true"] {

    background: var(--accent);
    color: #fff;
    font-weight: 600;

}
/* Grid (Right Column) */ #programs-section .pp-grid-wrap {

    flex: 1;
    margin-top: 25px;

}
#programs-section .pp-grid {

    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;


gap: 20px;
}
/* Card Design */ #programs-section .card.pp-card {

    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(33.333% - 28px);
    max-width: calc(33.333% - 28px);
    background: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb; /* Added border */
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, opacity 0.4s ease-out;

}
#programs-section .card.pp-card:hover {

    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);

}
/* Image Container */ #programs-section .pp-thumb {

    position: relative;
    height: 170px;
    overflow: hidden;

}
#programs-section .pp-thumb img {

    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
/* Ribbon - Re-styled to match reference */ #programs-section .pp-ribbon {

    position: absolute;
    top: 15px;
    left: -40px;
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 12px;
    background-color: #c0392b; /* Default Very Popular */
    transform: rotate(-45deg);
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);

}
#programs-section .pp-ribbon.trending {

    background-color: #ff7e5f;

}
#programs-section .pp-ribbon.popular {

    background-color: #3498db;

}
/* Logo Chip - Positioned over image */ #programs-section .pp-logo-chip {

    position: absolute;
    bottom: 3px;
    right: 7px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #fffffffa;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    z-index: 4;

}
#programs-section .pp-logo-chip img {

    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: contain;

}
#programs-section .pp-logo-chip strong {

    font-size: 14px;
    color: #2c3e50;
    font-weight: 600;

}
/* Card Body */ #programs-section .pp-body {

    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;

}
#programs-section .pp-heading {

    margin: 15px 0 12px;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;

}
#programs-section .pp-meta {

    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
    color: var(--muted);

}
#programs-section .pp-hours, #programs-section .pp-enrolled {

    display: flex;
    align-items: center;
    gap: 6px;

}
#programs-section .pp-meta svg {

    width: 16px;
    height: 16px;
    color: var(--muted);

}
/* CTA Button */ #programs-section .pp-cta {

    display: block;
    align-self: stretch;
    margin-top: 15px; /* Pushes button to the bottom */
    padding: 10px 18px;
    background: linear-gradient(90deg, #1e3a8a, #3b82f6); /* Added Gradient */
    color: #fff;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;

}
#programs-section .pp-cta:hover {

    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);

}
/* Filtering States */ #programs-section .card.hidden {

    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    flex-basis: 0;
    display: none;

}
/* Hide all cards by default */ #programs-section .card.pp-card {

    display: none;

}
/* Show only the active cards */ #programs-section .card.pp-card.is-active {

    display: flex;

}
/* ================================================================= Why Choose Section ================================================================= */ .why-choose-section {

    /* Section container styles */
	padding:20px 0;

}
.why-choose-container {

    width: 100%;
    margin: clamp(30px, 6vw, 60px) 0;
    padding: 0 clamp(15px, 4vw, 30px);
    box-sizing: border-box;

}
.why-choose-inner {

    max-width: 1200px;
    margin: 0 auto;

}
.why-choose-banner {

    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    padding: clamp(25px, 5vw, 40px);
    background: linear-gradient(360deg, #002244 0%, #0056b3 100%);
    border-radius: 12px;
    font-family: 'Lato', Arial, sans-serif;
    box-sizing: border-box;
    box-shadow: 0 10px 30px rgba(0, 34, 68, 0.2);
    overflow: hidden;

}
.why-choose-decorative-1 {

    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;

}
.why-choose-decorative-2 {

    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;

}
.why-choose-left {

    position: relative;
    flex: 1 1 400px;
    min-width: 250px;
    z-index: 2;

}
.why-choose-subtitle {

    font-size: clamp(16px, 1.5vw, 18px);
    color: #a0d4ff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 700;

}
.why-choose-title {

    margin: 0;
    font-size: clamp(28px, 2.6vw, 36px);
    font-weight: 800;
    color: white;
    line-height: 1.3;

}
.why-choose-description {

    color: rgba(255, 255, 255, 0.93);
    font-size: clamp(14px, 1.7vw, 15px);
    line-height: 1.6;
    margin-bottom: clamp(20px, 3vw, 30px);
    max-width: 500px;

}
.why-choose-features {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: clamp(20px, 3vw, 30px);

}
.why-choose-feature {

    display: flex;
    align-items: center;
    font-size: clamp(14px, 1.4vw, 15px);
    color: white;

}
.why-choose-checkmark {

    display: inline-flex;
    justify-content: center;
    align-items: center; /* Corrected from anchor-center */
    width: 24px;
    height: 24px;
    background-color: #84c7ff;
    border-radius: 50%;
    color: #002244;
    font-size: 15px;
    font-weight: bold;
    margin-right: 7px;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}
.why-choose-stats-container {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: clamp(25px, 4vw, 35px);

}
.why-choose-stat {

    display: flex;
    align-items: center;
    padding: clamp(10px, 1.8vw, 12px) clamp(15px, 2.5vw, 20px);
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);

}
.why-choose-stat-content {

    display: flex;
    align-items: center;

}
.why-choose-stat-indicator {

    width: 12px;
    height: 12px;
    background: #84c7ff;
    border-radius: 50%;
    margin-right: 10px;

}
.why-choose-stat-number {

    font-size: clamp(16px, 2vw, 18px);
    color: white;

}
.why-choose-stat-label {

    font-size: clamp(12px, 1.3vw, 12px);
    color: rgba(255, 255, 255, 0.8);

}
.why-choose-cta-container {

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: clamp(25px, 4vw, 35px);

}
.why-choose-cta-button {

    display: inline-flex;
    align-items: center;
    padding: clamp(12px, 2vw, 14px) clamp(20px, 3vw, 30px);
    background: #fdfeff;
    color: #002244;
    border-radius: 8px;
    font-weight: bold;
    font-size: clamp(14px, 1.8vw, 16px);
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 1px 11px rgba(77, 255, 166, 0.1);
    transition: all 0.3s ease;

}
.why-choose-cta-button:hover {

    color: #02264b;
    background: #84c7ff;

}
.why-choose-cta-icon {

    margin-left: 8px;

}
.why-choose-right {

    position: relative;
    flex: 0 1 400px;
    min-width: 250px;
    margin-top: 20px;
    align-self: center;
    z-index: 2;

}
.why-choose-image-container {

    position: relative;

}
.why-choose-image {

    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));

}
.why-choose-alumni {

    font-size: clamp(18px, 3vw, 18px);
    line-height: 1;
    color: white;
    margin-bottom: clamp(15px, 2vw, 25px);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-transform: none;
    letter-spacing: 1px;

}
/* ================================================================= Blinking Animation (for obsolete <blink> tag) ================================================================= */ blink {

    animation: blinker 0.6s linear infinite;

}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.blink-one {

    animation: blinker-one 1s linear infinite;

}
@keyframes blinker-one {
    0% {
        opacity: 0;
    }
}
.blink-two {

    animation: blinker-two 1.4s linear infinite;

}
@keyframes blinker-two {
    100% {
        opacity: 0;
    }
}
/* ================================================================= Video Popup & Trigger Styles ================================================================= */ /* --- Trigger Styles --- */ .min-vid-trigger {

    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 0;

}
.min-vid-trigger img {

    display: block;
    max-width: 100%;
    border-radius: 9px;

}
.min-vid-trigger-overlay {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 2.5rem;
    border-radius: 9px;
    transition: background 0.2s ease;

}
.min-vid-trigger:hover .min-vid-trigger-overlay {

    background: rgba(0, 0, 0, 0.5);

}
/* Play Button */ .min-vid-trigger-overlay .fa-play {

    padding: 23px;
    background: #1361b3;
    font-size: 17px;
    color: white;
    border: 1px solid #cccccc00;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(19, 97, 179, 0.5);
    transition: all 0.3s ease-in-out;
    animation: pulse 2.5s infinite;

}
.min-vid-trigger:hover .fa-play {

    background: #1a7fe0;
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(26, 127, 224, 0.8);
    animation-play-state: paused;

}
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 15px rgba(19, 97, 179, 0.5);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(19, 97, 179, 0.8);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 15px rgba(19, 97, 179, 0.5);
    }
}
/* --- Popup Styles (Initially Hidden) --- */ .min-vid-popup {

    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 9999;

}
.min-vid-popup.is-visible {

    display: flex;

}
.min-vid-popup-overlay {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);

}
.min-vid-popup-content {

    position: relative;
    width: 90%;
    max-width: 900px;
    background: black;

}
.min-vid-popup-close {

    position: absolute;
    top: -30px;
    right: 0;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;

}
/* Responsive video container */ .min-vid-iframe-container {

    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;

}
.min-vid-iframe-container iframe {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
/* ================================================================= Testimonial Section ================================================================= */ .testimonial-section {

    background: #08294b;
    padding: 40px 0;
    font-family: 'Segoe UI', Roboto, sans-serif;

}
.testimonial-container {

    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;

}
.testimonial-header {

    text-align: center;
    margin-bottom: clamp(30px, 4vw, 50px);

}
.testimonial-subtitle {

    font-size: clamp(16px, 1.5vw, 18px);
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;

}
.testimonial-title {

    margin: 0;
    font-size: clamp(28px, 2.6vw, 36px);
    font-weight: 700;
    color: white;
    line-height: 1.3;

}
.owl-carousel-container {

    position: relative;
    margin-top: 30px;

}
#advisor-carousel.owl-carousel {

    margin-top: 30px;

}
#advisor-carousel .owl-controls {

    display: none;

}
.advisor-card {

    display: flex;
    flex-direction: row;
    height: 100%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.3s ease;

}
.advisor-card:hover {

    transform: translateY(-1px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: #2563eb;

}
.card-image {

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
	max-width: 200px;

}
.card-image:hover .testimonial-thumbnail {

    transform: scale(1.01);
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

}
.testimonial-thumbnail {

    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;

}
.play-button-overlay {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2563eb;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
    transition: all 0.3s ease;

}
.play-button-overlay:hover {

    background-color: #1d4ed8;
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);

}
.play-icon {

    color: white;
    font-size: 23px;
    transition: transform 0.2s ease;

}
.play-button-overlay:hover .play-icon {

    transform: scale(1.2);

}
.card-content {

    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;

}
.student-name {

    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;

}
.student-linkedin {

    color: inherit;
    text-decoration: none;

}
.quote-box {

    background: #f8fafc;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;

}
.student-quote {

    margin: 0;
    color: #4a5568;
    font-size: 14px;
    line-height: 1.6;
    font-style: italic;

}
.student-experience {

    flex-grow: 1;
    color: #718096;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: left;

}
/* Video Popup Styles */ .video-popup {

    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);

}
.video-popup-content {

    position: relative;
    width: 90%;
    max-width: 800px;

}
.close-video-popup {

    position: absolute;
    top: -30px;
    right: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;

}
.youtube-player {

    width: 100%;
    aspect-ratio: 16 / 9;

}
/* ================================================================= Recent Blogs Section ================================================================= */ .recent-blogs-section {

    position: relative;
    padding: 60px 0;
    overflow: hidden;

}
.recent-blogs-container {

    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;

}
.recent-blogs-header {

    text-align: left;
    margin-bottom: clamp(30px, 4vw, 20px);

}
.recent-blogs-subtitle {

    font-size: clamp(16px, 1.5vw, 16px);
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;

}
.recent-blogs-title {

    margin: 0;
    font-size: clamp(28px, 2.6vw, 36px);
    font-weight: 700;
    color: #1e3a8a;
    line-height: 1.3;

}
.recent-blogs-viewall-wrapper {

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;

}
.recent-blogs-viewall-link {

    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #3b82f6;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;

}
.recent-blogs-viewall-arrow {

    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;

}
/* Carousel Navigation */ .recent-blogs-nav-container {

    position: absolute;
    top: 62%;
    left: 0px;
    width: calc(100% - 20px);
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;

}
.recent-blogs-section .owl-prev, .recent-blogs-section .owl-next {

    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;

}
.recent-blogs-section .owl-prev {

    left: -25px;

}
.recent-blogs-section .owl-next {

    right: -25px;

}
.recent-blogs-nav-icon {

    color: #3b82f6;
    font-size: 20px;
    font-weight: bold;
    transition: color 0.3s ease;

}
.recent-blogs-section .owl-prev:hover, .recent-blogs-section .owl-next:hover {

    background: #3b82f6;

}
.recent-blogs-section .owl-prev:hover .recent-blogs-nav-icon, .recent-blogs-section .owl-next:hover .recent-blogs-nav-icon {

    color: white;

}
/* Carousel Main Styles */ .recent-blogs-section .blog-carousel {

    padding: 10px 0;
    margin: 0 -10px;

}
/* Blog Item Card */ .blog-item {

    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 15px;
    background: white;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.1);
    border: 1px solid #e0e7ff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;

}
.blog-item .blog-image {

    position: relative;
    height: auto;
    overflow: hidden;
    flex-shrink: 0;

}
.blog-item .blog-image a {

    display: block;
    height: 100%;

}
.blog-item .blog-image img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;

}
.blog-image-overlay {

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(30, 58, 138, 0.7) 0%, transparent 100%);

}
.blog-category-tag {

    position: absolute;
    bottom: 10px;
    right: 14px;
    padding: 4px 8px;
    background: #3b82f6;
    color: white;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 400;

}
/* Blog Item Content */ .blog-content {

    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;

}
.blog-meta {

    margin-bottom: 7px;

}
.blog-date {

    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    color: #64748b;

}
.blog-title {

    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.4;
    min-height: 50px; /* This roughly equals 2 lines, which is good for layout consistency */

    /* Add these lines for 2-line clamp */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.blog-title-link {

    color: #1e3a8a;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;

}
.blog-excerpt {

    flex-grow: 1;
    margin-bottom: 20px;
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;

    /* Add these lines for 4-line clamp */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}
.blog-readmore-link {

    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #3b82f6;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;

}
.blog-readmore-link:hover {

color:	#1154c1;

}
.blog-readmore-arrow {

    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;

}
/* Blog Item Hover Effects */ .blog-item:hover {

    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.2);
    border-color: #93c5fd;

}
.blog-item:hover .blog-image img {

    transform: scale(1.05);

}
.blog-item:hover .blog-title-link {

    color: #3b82f6;

}
.blog-item:hover .blog-readmore-arrow, .recent-blogs-viewall-link:hover .recent-blogs-viewall-arrow {

    transform: translateX(3px);

}
/* ================================================================= Learning Modes Section ================================================================= */ #learning-modes.learning-modes-section {

    background: #fdfbf6;
    padding: 60px 0;

}
.learning-modes-header {

    text-align: left;
    margin-bottom: clamp(30px, 4vw, 50px);

}
.learning-modes-subtitle {

    font-size: clamp(16px, 1.5vw, 18px);
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;

}
.learning-modes-title {

    margin: 0;
    font-size: clamp(28px, 2.6vw, 36px);
    font-weight: 700;
    color: #1e3a8a;
    line-height: 1.3;

}
.learning-modes-grid {

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;

}
.learning-modes-card {

    position: relative;
    display: flex;
    flex-direction: column; /* Ensures consistent layout */
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.learning-modes-card:hover {

    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);

}
.learning-modes-card-accent {

    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #2a5bd7, #1e3a8a);
    transition: width 0.3s ease;

}
.learning-modes-card:hover .learning-modes-card-accent {

    width: 8px;

}
.learning-modes-card-icon {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #2a5bd7, #1e3a8a);
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.learning-modes-card:hover .learning-modes-card-icon {

    transform: scale(1.1) rotate(1deg);
    box-shadow: 0 0 2px rgba(42, 91, 215, 0.1);

}
.learning-modes-card-title {

    margin-top: 0;
    margin-bottom: 15px;
    color: #1e3a8a;
    font-size: 1.45rem;
    font-weight: 800;

}
.learning-modes-card-content {

    flex-grow: 1;
    color: #555;
    line-height: 1.6;

}
.learning-modes-card-text {

    margin: 0;
    font-size: 1rem;

}
/* ================================================================= Benefits Section ================================================================= */ .benefits-section {

    background: linear-gradient(135deg, #f0f5ff 0%, #d6e4ff 100%);
    padding: clamp(40px, 5vw, 80px) 0;

}
.benefits-container {

    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 3vw, 25px);

}
.benefits-header {

    text-align: center;
    margin-bottom: clamp(30px, 4vw, 50px);

}
.benefits-sub-heading {

    font-size: clamp(16px, 1.5vw, 18px);
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;

}
.benefits-main-heading {

    margin: 0;
    font-size: clamp(28px, 2.6vw, 36px);
    font-weight: 700;
    color: #1e3a8a;
    line-height: 1.3;

}
.benefits-heading-highlight {

    color: #3b82f6;

}
.benefits-cards-container {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(20px, 3vw, 40px);

}
.benefit-card {

    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    flex: 1 1 min(100%, 420px);
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.benefit-card:hover {

    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);

}
/* Container for the header section */ .benefit-card-header {

  padding: 15px 30px;
  background: linear-gradient(90deg, #1e3a8a, #3b82f6);
  color: white;
  
  /* --- Alignment Changes --- */
  display: flex;         /* Use Flexbox for modern alignment */
  align-items: center;   /* Vertically center the icon and text block */
  gap: 15px;             /* Adds space between the icon and the text */
  text-align: left;      /* Replaces 'text-align: center' */

}
/* Icon style (moved from inline) */ .resources-tab-icon {

  font-size: 4rem;
    margin-top: 7px;

}
/* Title style */ .benefit-card-title {

  margin: 0;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 800;
  color: white;

}
/* Subtitle style */ .benefit-card-subtitle {

  margin: 1px 0 0;
  font-size: clamp(14px, 1.2vw, 14px);
  opacity: 0.7;

}
.benefit-card-body {

    padding: clamp(15px, 2.3vw, 15px);
    margin-top: 9px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;

}
.benefit-list {

    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px 15px;

}
.benefit-list-item {

    display: flex;
    align-items: flex-start;

}
.benefit-icon-wrapper {

    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;

}
.benefit-list-text {

    font-size: clamp(15px, 1.1vw, 15px);
    color: #334155;

}
.benefit-card-description {

    padding: 5px 15px;
    margin-top: 11px;
    font-size: clamp(15px, 1.2vw, 15px);
    color: #334155;
    line-height: 1.5;

}
.benefit-cta-button {

    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto; /* Pushes button to the bottom of the card */
    padding: 14px;
    background: #3982f6;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;

}
.benefit-cta-button:hover {

    background: #3982f7;
    box-shadow: 0 1px 3px rgba(16, 185, 129, 0.1);

}
.benefit-cta-icon {

    margin-left: 8px;

}
/* Button Shine Effect */ .benefit-cta-button::before {

    content: '';
    position: absolute;
    top: 0;
    left: -80%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    transition: left 0.4s cubic-bezier(0.6, 0.04, 0.98, 0.335);

}
.benefit-cta-button:hover::before {

    left: 120%;

}
.benefit-cta-button > * {

    position: relative;
    z-index: 2;

}
/* ================================================================= Unique Pedagogy Section ================================================================= */ #icert-carousel-section {

    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;

}
.icert-pedagogy-header {

    text-align: center;
    margin-top: clamp(15px, 4vw, 25px);
    margin-bottom: clamp(20px, 4vw, 40px);

}
.icert-pedagogy-subtitle {

    font-size: clamp(16px, 1.5vw, 18px);
    color: #3b82f6;
    letter-spacing: 2px;
    margin-bottom: 10px;

}
.icert-pedagogy-title {

    margin: 0;
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 700;
    color: #1e3a8a;
    line-height: 1.3;

}
/* Carousel */ .icert-carousel-wrapper {

    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;

}
.icert-carousel-inner {

    display: flex;
    width: 100%;
    transition: transform 0.4s ease;

}
.icert-carousel-slide {

    min-width: 100%;
    flex-shrink: 0;
    padding: 0 15px;
    box-sizing: border-box;

}
/* Slide Content */ .icert-slide-content {

    position: relative;
    width: 100%;
    max-width: 800px;
    min-height: 300px;
    margin: 0 auto;
    padding: 25px;
    color: white;
    text-align: left;
    background-color: #0b3369;
    border-radius: 8px;
    box-sizing: border-box;

}
.icert-slide-content h1 {

    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 800;
    color: white;
    line-height: 1.3;

}
.icert-slide-content h2 {

    margin-bottom: 15px;
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 700;
    color: #2f9fe5;
    line-height: 1.3;

}
.icert-slide-content p {

    margin: 0 0 15px 0;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.5;

}
.icert-slide-image {

    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 60px;
    height: auto;
    opacity: 0.9;

}
/* Carousel Arrows */ .icert-carousel-arrow {

    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    background: rgba(11, 51, 105, 0.7);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;

}
.icert-carousel-arrow:hover, .icert-carousel-arrow:focus {

    background: rgba(11, 51, 105, 0.9);
    transform: translateY(-50%) scale(1.1);
    outline: none;

}
.icert-carousel-arrow svg {

    pointer-events: none;

}
.icert-arrow-left {

    left: 10%;

}
.icert-arrow-right {

    right: 10%;

}
/* Dots Navigation */ .icert-dots-container {

    padding: 15px 0 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 8px;

}
.icert-dot {

    width: 10px;
    height: 10px;
    padding: 0;
    background-color: #ccc;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;

}
.icert-dot.active {

    background-color: #0b3369;
    transform: scale(1.2);

}
.icert-dot:focus {

    outline: none;
    transform: scale(1.3);

}
/* ================================================================= Partnering Section ================================================================= */ .partnering-section {

    padding: clamp(40px, 5vw, 80px) 0;
    background: linear-gradient(135deg, #f0f5ff 0%, #d6e4ff 100%);
    overflow-x: hidden;

}
.partnering-section__container {

    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 3vw, 40px);

}
.partnering-section__header {

    text-align: center;
    margin-bottom: clamp(30px, 4vw, 50px);

}
.partnering-section__subheading {

    font-size: clamp(16px, 1.5vw, 18px);
    color: #3b82f6;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;

}
.partnering-section__heading {

    margin: 0;
    font-size: clamp(28px, 2.6vw, 36px);
    font-weight: 700;
    color: #1e3a8a;
    line-height: 1.3;

}
.partnering-section__heading--highlight {

    color: #3b82f6;

}
.partnering-section__description {

    max-width: 700px;
    margin: 15px auto 0;
    font-size: clamp(16px, 1.8vw, 20px);
    color: #64748b;
    line-height: 1.5;

}
.partnering-section__logos-container {

    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;

}
.partnering-section .scrolling-logos {

    display: flex;
    width: max-content;
    animation: scroll-left 30s linear infinite;
    will-change: transform;

}
.partnering-section .logo-item {

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(15px, 2vw, 30px);

}
.partnering-section__logo-img {

    height: clamp(40px, 5vw, 70px);
    max-width: 120px;
    object-fit: contain;
    opacity: 0.8;
    transition: all 0.3s ease;

}
.partnering-section .logo-item:hover .partnering-section__logo-img {

    opacity: 1;
    transform: scale(1.1);

}
/* ================================================================= Boosting Section (Consolidated & Fixed) ================================================================= */ /* --- General Section Layout --- * .boosting-section {

    padding: clamp(40px, 5vw, 80px) 0;
    background: #08294b;
    color: white;
}

.boosting-section-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;
}

.boosting-section-left,
.boosting-section-right {
    flex: 1;
    min-width: 300px;
}

/* --- Text Content --- *
.boosting-section-title {
    margin-bottom: 30px;
    font-size: clamp(24px, 5vw, 36px);
    font-weight: 800;
}

.boosting-section-subtitle {
    margin-bottom: 20px;
    font-size: clamp(20px, 4vw, 21px);
}

.boosting-section-text {
    margin-bottom: 25px;
    max-width: 800px;
    font-size: clamp(16px, 3vw, 17px);
}

/* --- NEW Boosting Section Carousel Styles (for Owl Carousel) --- *

.boosting-item {
    position: relative; /* Needed to position the badge *
    border-radius: 12px;
    overflow: hidden; /* Ensures image corners are also rounded *
}

.boosting-item img {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 3; /* Gives the carousel a consistent shape *
    object-fit: cover;   /* Prevents images from stretching *
}

/* Style the badge *
.boosting-section-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #08294b;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.boosting-section-badge-number {
    font-size: 24px;
    font-weight: bold;
}
.boosting-section-badge-text {
    font-size: 14px;
    line-height: 1.2;
}

/* Optional: Style the Owl Carousel dots to look good on the dark background *
#boosting-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#boosting-carousel .owl-dots .owl-dot span {
    background: #ffffffa0; 
}

#boosting-carousel .owl-dots .owl-dot.active span {
    background: #ffffff; 
}


/* --- Badge on Image --- *
.boosting-section-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.boosting-section-badge-number {
    font-size: 24px;
    font-weight: bold;
    color: #08294b;
}
.boosting-section-badge-text {
    font-size: 14px;
    color: #333;
    line-height: 1.2;
}


/* --- Button Styles --- *
.boosting-section-button {
    position: relative;
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    background-color: #3982f6;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.boosting-section-button:hover {
    color: #fff;
}

.boosting-section-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.boosting-section-button:hover::before {
    transform: translateX(100%);
}

/* =================================================================
   Resources Section
   ================================================================= */

.resources-section {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #e6f0ff 100%);
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    overflow: hidden;

}
.resources-section-container {

    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;

}
.resources-section .section-header {

    text-align: center;
    margin-bottom: 70px;

}
.resources-section-title {

    margin: 0;
    font-size: clamp(28px, 2.6vw, 36px);
    font-weight: 700;
    color: #1e3a8a;
    line-height: 1.3;

}
.resources-section-subtitle {

    max-width: 700px;
    margin: 15px auto 0;
    font-family: 'Satoshi', sans-serif; /* Assumed from original code */
    font-size: clamp(16px, 1.8vw, 20px);
    color: #64748b;
    line-height: 1.5;

}
/* Tabs */ .resources-section .tabs-container {

    max-width: 1000px;
    margin: 0 auto 60px;
    text-align: center;

}
.resources-section .tabs-wrapper {

    display: inline-flex;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);

}
.resources-section .tab-button {

    position: relative;
    margin: 5px;
    padding: 16px 30px;
    background: white;
    color: #4a4a6a;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.8rem;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);

}
.resources-section .tab-button.active-tab {

    background: linear-gradient(46deg, #1e3a8a, #3b82f6);
    color: white;
    box-shadow: 0 3px 6px rgb(102 124 141 / 20%);

}
.resources-section .resources-tab-content {

    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    font-family: 'Satoshi', sans-serif;
    transition: color 0.3s ease;

}
.resources-section .resources-tab-icon {

    margin-right: 10px;
    font-size: 1.8rem;

}
.resources-section .button-hover-effect {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(185deg, #1e3a8a, #3b82f6);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;

}
.resources-section .tab-button:hover {

    transform: translateY(-3px);
    box-shadow: 0 3px 6px rgb(85 96 105 / 20%);

}
.resources-section .tab-button:hover .resources-tab-content {

    color: white;

}
.resources-section .tab-button:hover .button-hover-effect {

    opacity: 1;

}
/* Tab Content */ .resources-section .tab-content {

    display: none;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;

}
.resources-section .tab-content.active {

    display: block;

}
.resources-section .resources-grid {

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    padding: 20px 0;

}
/* Reusable Resource Card */ .resources-section .resource-card {

    display: flex;
    flex-direction: column;
    width: 100%;
    background: linear-gradient(to bottom, white 85%, #f0f8ff 100%);
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.resources-section .resource-card:hover {

    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);

}
.resources-section .resource-card-header {

    padding: 16px 19px;
    background: linear-gradient(360deg, #1e3a8a, #3b82f6);
    color: white;

}
.resources-section .resource-card-category {

    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.5px;

}
.resources-section .resource-card-type {

    margin-top: 0px;
    font-weight: 500;
    font-size: 13px;
    opacity: 0.8;

}
.resources-section .resource-card-body {

    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;

}
.resources-section .resource-card-title {

    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 800;
    font-size: 20px;
    color: #1e3a8a;

}
.resources-section .resource-card-description {

    flex-grow: 1;
    margin-bottom: 20px;
    font-size: 15px;
    color: #4b5563;
    line-height: 1.5;

}
.resources-section .resource-card-footer {

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;

}
.resources-section .resource-card-footer-text {

    font-weight: 500;
    color: #2563ebe8;
    font-size: 12px;
    opacity: 0.9;

}
.resources-section .resource-card-button {

    padding: 8px 16px;
    background: #2563eb;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;

}
.resources-section .resource-card-button:hover {

    background: #1d4ed8;

}
/* Video Thumbnail Card */ .resources-section .video-grid {

    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    margin-bottom: 50px;

}
.resources-section .video-thumbnail {

    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);

}
.resources-section .video-thumbnail:hover {

    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);

}
.resources-section .video-thumbnail-image-wrapper {

    position: relative;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden;

}
.resources-section .video-thumbnail-img {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);

}
.resources-section .video-thumbnail:hover .video-thumbnail-img {

    transform: scale(1.1);

}
.resources-section .video-thumbnail-overlay {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;

}
.resources-section .video-thumbnail:hover .video-thumbnail-overlay {

    background: rgba(0, 0, 0, 0.5);

}
.resources-section .video-thumbnail-play-button {

    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(236, 1, 1, 0.9);
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    transition: transform 0.3s ease;

}
.resources-section .video-thumbnail-play-button .fa-play {

    margin-left: 3px;

}
.resources-section .video-thumbnail:hover .video-thumbnail-play-button {

    transform: scale(1.1);

}
.resources-section .video-thumbnail-tag {

    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 5px 12px;
    background: rgba(236, 1, 1, 0.9);
    color: white;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;

}
.resources-section .video-thumbnail-tag .fab {

    margin-right: 5px;

}
.resources-section .video-thumbnail-body {

    padding: 20px;

}
.resources-section .video-thumbnail-category-wrapper {

    margin-bottom: 10px;

}
.resources-section .video-thumbnail-category {

    padding: 4px 12px;
    background: rgba(27, 117, 187, 0.1);
    color: #1b75bb;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;

}
.resources-section .video-thumbnail-title {

    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a2e;
    transition: color 0.3s ease;

}
.resources-section .video-thumbnail:hover .video-thumbnail-title {

    color: #1b75bb;

}
.resources-section .video-thumbnail-description {

    margin: 0;
    font-size: 1rem;
    color: #6a6a8e;
    line-height: 1.6;

}
/* View All Button */ .resources-section .resources-view-all-wrapper {

    text-align: center;
    margin-top: 50px;

}
.resources-section .view-all-btn {

    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    background: #1b5ff3;
    color: white;
    border-radius: 3px;
    font-weight: 700;
    font-size: 1.3rem;
    text-decoration: none;
    box-shadow: 0 3px 7px rgb(57 67 75 / 18%);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);

}
.resources-section .view-all-btn-text {

    position: relative;
    z-index: 2;

}
.resources-section .view-all-large-text {

    font-size: 1.5rem;

}
.resources-section .view-all-btn-icon {

    position: relative;
    z-index: 2;
    margin-right: 10px;
    font-size: 1.2rem;

}
.resources-section .view-all-btn:hover {

    transform: translateY(-2px);
    box-shadow: 0 5px 5px rgb(82 98 111 / 20%);

}
.resources-section .view-all-btn:hover .button-hover-effect {

    opacity: 1;

}
/* Video Modal */ .resources-section .video-modal {

    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);

}
.resources-section .video-modal.active {

    display: flex;

}
.resources-section .video-modal-content {

    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 900px;

}
.resources-section .video-modal-close {

    position: absolute;
    top: -50px;
    right: 0;
    z-index: 1000000;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;

}
.resources-section .video-modal-close:hover {

    color: #ec0101;

}
.resources-section .video-modal-iframe-container {

    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);

}
.resources-section .video-modal-iframe {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;

}
/* ================================================================= Responsive Styles ================================================================= */ /* Center on ultra-wide screens */ @media (min-width: 1209px) {

    .cert-left-column {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }

}
/* Tablet and Small Desktop */ @media (max-width: 1200px) {

    .cert-left-column {
        margin-left: 80px;
		margin-top: 110px;
    }

}
@media (max-width: 1100px) {
    #programs-section .card.pp-card {
        flex: 1 1 calc(50% - 24px);
        max-width: calc(50% - 24px);
    }
}
/* Large Tablet */ @media (max-width: 992px) {

    .cert-left-column {
        margin-left: 80px;
        margin-top: 130px;
    }

    .cert-title {
        font-size: 4rem;
    }

    .resources-section .tabs-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .resources-section .tab-button {
        margin: 5px;
        padding: 14px 25px;
        font-size: 1rem;
    }

}
/* Mobile and Tablet */ @media (max-width: 768px) {

    .cert-left-column {
        margin-left: 15px;
        margin-right: 15px;
        max-width: 37.2rem;
		margin: 0 auto;
		margin-top: 20px;
    }
	

    .cert-title {
        font-size: 3rem;
    }

    .cert-subtitle {
        font-size: 1.9rem;
    }

    .cert-cta-buttons a {
        width: 45%;
        margin: 5px 5px;
    }
	.cert-btn-outline{text-align: center;padding:8px;}
	.cert-btn-primary {
    padding: 7px;
    padding-top: 10px;
	text-align:center;}

    .cert-banner-content {
        padding: 0px;
        top: 25%;
    }

    .cert-badge-title {
        font-weight: 600;
		font-size:1.7rem;
    }

    .cert-btn {
        font-weight: 600;
        font-size: 1.7rem;
    }

    .cert-scroll-text {
        font-size: 1.6rem; /* Corrected from 16.rem */
    }

    #programs-section .pp-filters {
        display: none;
    }

    .min-vid-trigger {
        display: none !important;
    }

    .icert-slide-content {
        max-width: 320px !important;
        min-height: 350px !important;
        padding: 2px 15px !important;
    }

    .why-choose-features {
        grid-template-columns: auto !important;
        gap: 10px !important;
    }

    .why-choose-stats-container {
        display: grid !important;
    }

    .training-partners-section {
        min-height: auto;
        padding: clamp(30px, 5vw, 60px) 0;
    }

    .logo-track {
        animation-duration: 20s;
    }

    .logo-img {
        height: clamp(30px, 6vw, 60px);
    }

    #programs-section .pp-shell {
        flex-direction: column;
    }

    #programs-section .card.pp-card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .advisor-card {
        flex-direction: column; /* Revert to stacked on smaller screens */
    }

    .card-image {
        width: 100%;
		max-width:100%;    
		}

    .play-button-overlay {
        left: 50%;
    }

    .recent-blogs-nav-container {
        display: none;
    }

    .blog-item {
        height: auto !important;
    }

    #learning-modes.learning-modes-section {
        padding: 40px 0;
    }

    .learning-modes-grid {
        grid-template-columns: 1fr;
    }

    .partnering-section .scrolling-logos {
        animation-duration: 20s;
    }

    .boosting-section-wrapper {
        flex-direction: row;
        text-align: center;
    }

    .boosting-section-text {
        margin-left: auto;
        margin-right: auto;
    }

    .resources-section .section-header {
        margin-bottom: 50px;
    }

    .resources-section .resources-section-subtitle {
        max-width: 90%;
    }

    .resources-section .tab-button {
        padding: 12px 20px;
        font-size: 1.2rem;
    }

    .resources-section .resources-grid {
        grid-template-columns: 1fr;
    }

    .resources-section .view-all-btn {
        padding: 12px 25px;
        font-size: 1.3rem;
    }

    #prefooter .col-sm-3,
    #prefooter .col-sm-6 {
        margin: 15px 0;
    }

    .icert-carousel-arrow {
        display: none;
    }

}
/* Large Phones */ @media (max-width: 576px) {

    .resources-section {
        padding: 60px 0;
    }

    .resources-section .tab-button {
        width: 100%;
        margin: 5px 0;
    }

    .resources-section .video-modal-content {
        width: 95%;
    }

    .resources-section .video-modal-close {
        top: -40px;
        right: 10px;
        font-size: 30px;
    }

}
/* Small Phones */ @media (max-width: 480px) {

    .cert-title {
        font-size: 3.2rem;
    }
    .cert-left-column {
        padding-left: 10px;
        padding-right: 10px;
    }
	.cert-badge-title{
        font-weight: 600;
        font-size: 1.6rem;
    }

}
@media (max-width: 420px) {
    .benefit-list {
        display: block !important;
        grid-template-columns: max-content;
    }
    .benefit-list-item {
        padding: 10px 0;
    }
    .benefit-list-item:not(:last-child) {
        border-bottom: 1px solid #f1f5f9;
    }
	.cert-left-column {
        max-width: 34.2rem;
	}
	    .cert-title{
        font-size: 3rem;
    }

}
/* Touch Device Specific */ @media (hover: none) {

    .icert-carousel-arrow {
        background: rgba(11, 51, 105, 0.9);
        width: 44px;
        height: 44px;
    }

}
.allcourse {
font-size:16px!important

    font-size: 16px !important;

}
.allcourse-i {
font-size:17px

    font-size: 17px;

}
.nav-css {
margin-right:-70px

    margin-right: -70px;

}
.nav>li>a {
font-weight: 100 !important;
}
.text-align-center {
text-align:center

    text-align: center;

}
.form-font-size {
font-size:13px

    font-size: 13px;

}
.form-float {
float:right

    float: right;

}
.form-overflow {
overflow:hidden

    overflow: hidden;

}
.form-width {
width:100%!important

    width: 100% !important;

}
.form-p {
font-size:17px;margin-top:1px

    font-size: 17px;
    margin-top: 1px;

}
.form-p-color,.form-p-color:hover,#form-p-color {
color:#FFF
}
#globalaccird {
visibility:hidden

    visibility: hidden;

}
.font-76 {
font-size:76px

    font-size: 76px;

}
.margin-1-0 {
margin:1px 0

    margin: 1px 0;

}
.h1-color {
color:#fbcd52

    color: #fbcd52;

}
.about-reviews {
width:inherit!important;float:left!important

    width: inherit !important;
    float: left !important;

}
.margin-left-2 {
margin-left:2%

    margin-left: 2%;

}
.p-color {
color: #fbcd53;

    color: #fbcd53;

}
#bottomstickybar {
 background-color: #252525; width:100%; z-index: 999;

    background-color: #252525;
    width: 100%;
    z-index: 999;

}
.mg-lf {
margin-left:-30px;

    margin-left: -30px;

}
.goto {
color:#fff; float:left; font-size:16px;

    color: #fff;
    float: left;
    font-size: 16px;

}
.display {
border-style:none;

    border-style: none;

}
.bg-fg {
background-image:url(../images/icons.png) !important;

    background-image: url(../images/icons.png) !important;

}
#newsletter {
background-image:url(../images/icons.png) !important;

    background: url(http://placehold.it/1920x1920.gif) center top no-repeat;
    position: relative;


    background-image: url(../images/icons.png) !important;

}
#search {
background-image:url(../images/icons.png) !important;

    background: url(http://placehold.it/1920x1920.gif) center top no-repeat;
    position: relative;


    background-image: url(../images/icons.png) !important;

}
.ft-13 {
font-size:13px;

    font-size: 13px;

}
.display-inline {
display:inline;

    display: inline;

}
.global {
height:20px;

    height: 20px;

}
/*@import url(school-icons.css&display=swap);*/ b, h1, h2, strong {

    font-weight: 900;

}
h1, h2, h4, h5 {

    text-transform: uppercase;

}
h2 {

    font-size: 1.6153em;

}
h1, h2 {

    margin: 0 0 30px;

}
h3 {

    margin: 30px 0;

}
h2, h3, h4, h5, h6 {

    line-height: 1.74em;

}
a, button {

    cursor: pointer;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

}
a:hover {

    text-decoration: none;

}
.masonry .item h3 a:hover, .owl-carousel .item h3 a:hover, .post h3 a:hover, .widget .post h5 a:hover {

    text-decoration: underline;

}
section {

    padding: 50px 0;

}
blockquote {

    border: 0;
    color: #bbb;
    font-size: 1.3846em;
    font-style: italic;
    padding-left: 70px;
    position: relative;

}
label {

    font-weight: 400;
    margin-left: 1px;

}
.btn, .pagination > li > a {

    font-weight: 900;
    text-transform: uppercase;


    border-width: 2px;
    border-left: 0;
    border-right: 0;
    border-top: 0;

}
iframe {

    border: 0;

}
.quote {

    font-size: 3em;
    left: 0;
    line-height: 1.5em;
    position: absolute;
    top: 0;

}
.caret, .icon {

    position: relative;

}
.pagination > li > a {

    border-radius: 3px;
    color: #fff;
    margin: 0 2px;

}
.alt-background {

    background: #f7f6f2;

}
.no-margin {

    margin: 0;

}
.icon {

    top: 2px;

}
.lead .icon {

    display: inline-block;
    font-size: 1.5em;
    margin: 0 30px 30px 0;

}
.primary-color {

    color: #8fb488;

}
.caret {

    top: -2px;

}
header {

    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;

}
header .nav .open > a, header .nav .open > a:focus, header .nav .open > a:hover {

    background: 0 0;
    border: 0;

}
.fixed {


}
.tools {

    background: #313438;
    padding: 5px 0;

}
#homepage .tools {

    background: rgba(0, 0, 0, 0.75);

}
.tools ul {

    list-style: none;
    margin: 0;
    padding: 0;

}
.tools li {

    display: inline;

}
.tools a {

    color: #9b9a9a;

}
.tools a:hover {

    color: #fff;

}
.tools .pull-left a {

    margin-right: 20px;

}
.tools .pull-right a {

    margin-left: 20px;

}
.tools i {

    margin-right: 10px;

}
.nav > li > a {

    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;


    font-weight: 100 !important;

}
#homepage .navbar-default {

    background: url() top repeat-x;
    border: 0;
    display: block;
    min-height: 200px;

}
#homepage .fixed .navbar-default {

    background: #373a3e;
    min-height: 70px;

}
.navbar-nav .dropdown-menu {

    background: #2c2f33;
    border: 0;
    top: 95%;

}
.navbar-nav .dropdown-menu:before {

    background: #2c2f33;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 30px;
    top: -5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}
.navbar-nav .dropdown-menu a {

    color: #89909a;

}
.navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-menu > .active > a, .navbar-nav .dropdown-menu > .active > a:focus, .navbar-nav .dropdown-menu > .active > a:hover {

    background: 0 0;
    color: #fff;

}
.title, .title .title-image {

    background-image: url(../images/course-page6.webp);

}
.navbar-nav .dropdown-menu .divider {

    background-color: #4b4e52;

}
.title {

    color: #fff;
    position: relative;
    width: 100%;

}
.titlefont {

    font-size: 170%;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900;
    margin-left: 10px;

}
.arrow, .searchbox {

    display: block;
    margin-left: -25px;
    text-align: center;
    z-index: 100;

}
.title .title-image {

    height: 200%;
    left: 0;
    opacity: 0.01;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;

}
#slides, #slides .tint {

    height: 100%;
    left: 0;
    top: 0;
    width: 100%;

}
.title .container {

    padding: 30px 0;

}
#slides {

    position: absolute !important;

}
#slides .tint, .arrow, .post-date, .searchbox, .slider-offers {

    position: absolute;

}
#slides .tint {

    background: rgb(0 0 0 / 8%);
    z-index: 100;

}
.arrow {

    border-radius: 50%;
    background: #fff;
    bottom: 50px;
    height: 50px;
    left: 50%;
    line-height: 62px;
    width: 50px;

}
.searchbox {

    bottom: 200px;

}
@media only screen and (min-width: 481px) {
    .slider-offers1 {
        top: 50%;
    }
    .searchbox1 {
        height: 50px;
        left: 8%;
    }
    .movecenter {
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .slider-offers1 {
        top: 30%;
    }
    .searchbox1 {
        height: 100px;
        left: 12%;
    }
    .hidebottomstickbar,
    .showcourseoffer {
        display: none;
    }
}
.slider-offers {

    left: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 100;
    transform: translateY(-50%);

}
.slider-offers li, .slider-offers ul {

    list-style: none;
    margin: 0;
    padding: 0;

}
.slider-offers h3, .slider-offers h4 {

    color: #fff;
    line-height: 1.2em;
    margin: 0 2px;

}
.slider-offers h3 {

    font-size: 35px; /*font-weight:100*/

}
.slider-offers h4 {

    font-size: 26px;
    margin-bottom: 2px;
    text-transform: none;

}
.widget {

    background: #f7f6f2;
    margin-bottom: 30px;
    padding: 30px;

}
.widget h3, .widget ul {

    margin: 0 0 30px;

}
.widget ul {

    list-style: none;
    padding: 0;

}
.widget li {

    border-bottom: 1px solid #deddd9;

}
.widget li a {

    display: block;
    padding: 5px 0;

}
.widget li a:hover {

    background: rgba(0, 0, 0, 0.015);

}
.post-date, .widget .tag {

    background: #222;
    text-transform: uppercase;

}
.widget li a span {

    color: #777;
    margin-left: 10px;

}
.widget .tag {

    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 0 5px 7px 0;
    padding: 2px 10px;

}
.widget .post {

    border: 0;
    margin-bottom: 15px;
    padding: 0;

}
.widget .post h5 {

    margin: 0;

}
.widget .post h5 a {

    color: #222;
    display: block;

}
.widget .price {

    color: #222;
    font-size: 1.5em;
    font-weight: 900;
    padding-bottom: 15px;

}
.widget .icon {

    color: #8fb488;

}
.widget .fa-star {

    color: #fbcd53;

}
.widget .course-data {

    padding: 5px 0;

}
.post-date, .widget .take-course {

    padding: 15px 0;
    text-align: center;

}
.widget .share a {

    margin: 0 7px;

}
.widget .take-course {

    width: 100%;

}
.post h1 {

    margin-bottom: 5px;

}
.post h3 {

    margin: 0;

}
.post h3 a {

    color: #222;

}
.post-cover {

    margin-bottom: 30px;

}
.meta {

    color: #bbb;
    margin-bottom: 20px;

}
.meta span {

    margin-right: 15px;

}
.fa-reply, .meta i {

    margin-right: 5px;

}
.post-date {

    color: #fff;
    font-weight: 900;
    left: 30px;
    line-height: 1.74em;
    top: 0;
    width: 50px;

}
.post-day {

    font-size: 200%;

}
.post-month {

    color: #8fb488;

}
.media, .media .media {

    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
    padding-top: 30px;

}
#recent-posts .item h3 {

    margin: 0;

}
#recent-posts .item .meta {

    padding: 0;

}
.carousel-title {

    margin-left: 35px;
    margin-right: 35px;
    position: relative;
    z-index: 100;

}
.carousel-title a {

    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.74em;
    text-transform: none;

}
.owl-carousel .item {

    background: #fff;

}
.owl-carousel .item h3 {

    margin: 30px 30px 0;

}
.owl-carousel .item h3 a {

    color: #222;

}
.owl-carousel .item .meta {

    color: #bbb;
    display: block;
    padding: 0 30px 30px;

}
.owl-carousel .item .meta p {

    margin: 0;

}
.owl-carousel .item .meta .fa-star {

    color: #fbcd53;

}
.owl-carousel .item .price {

    background: rgba(0, 0, 0, 0.8);
    border-radius: 0 0 4px 4px;
    color: #fff;
    display: block;
    font-size: 1.6em;
    padding: 10px 15px;
    position: absolute;
    right: 30px;
    top: 0;

}
.owl-theme .owl-controls {

    margin: 0 !important;
    padding: 0;
    position: absolute;
    top: -80px;
    width: 100%;

}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {

    font-size: 14px !important;
    margin: 0 !important;

}
.owl-theme .owl-controls .owl-nav .owl-prev {

    float: left;

}
.owl-theme .owl-controls .owl-nav .owl-next {

    float: right;

}
.masonry .item {

    padding: 0 15px;

}
.masonry .item .masonry-container {

    background: #f7f6f2;
    margin-bottom: 30px;
    position: relative;
    width: 100%;

}
.masonry .item img {

    width: 100%;

}
.masonry .item h3 {

    margin: 30px 30px 0;

}
.masonry .item h3 a {

    color: #222;

}
.masonry .item .meta {

    color: #bbb;
    display: block;
    margin: 0;
    padding: 0 30px 30px;

}
.masonry .item .meta span {

    margin-right: 20px;

}
.masonry .item .meta i {

    margin-right: 5px;

}
.masonry .item p {

    margin: 0;
    overflow: hidden;
    padding: 0 30px 30px;

}
#masonry-2-columns .item {

    width: 50%;

}
#masonry-3-columns .item {

    width: 33.333333%;

}
#masonry-4-columns .item {

    width: 25%;

}
.course img {

    width: 100%;

}
.course h3 {

    margin: 0;

}
.course h3 a {

    color: #222;

}
.course .price {

    color: #222;
    font-size: 1.5em;
    font-weight: 900;
    padding-bottom: 15px;
    text-align: right;

}
.course-title {

    margin: 0 0 5px;

}
.lesson-title {

    margin: 0;

}
.gallery, .teachers {

    list-style: none;
    margin: 0 -15px;

}
li.checkbox label {

    display: block;
    padding: 3px 0;

}
.gallery {

    padding: 0;

}
.gallery li {

    padding: 15px;

}
#map-canvas {

    height: 500px;

}
.map-address {

    white-space: nowrap;

}
.gm-style .gm-style-iw {

    white-space: nowrap;
    width: auto !important;
    height: auto !important;

}
#featured-teachers .description p, .exams-grid li .description p, .teachers .description p {

    height: 5em;
    overflow: hidden;

}
.teachers {

    padding: 0;

}
#featured-teachers .description, .teachers .description {

    background: #fff;
    margin-bottom: 30px;
    padding: 1px 30px 30px;

}
.exams-grid, .exams-list, .exams-list li ul {

    padding: 0;
    list-style: none;

}
#featured-teachers .description h3 {

    margin: 30px 0;

}
.teacher img {

    margin: 0 15px 15px 0;

}
.exams-list, .teacher h5, .teacher p {

    margin: 0;

}
.exams-list li {

    position: relative;

}
.exams-list li h3, .exams-list li ul {

    margin: 0 0 1em;

}
.exams-list li ul li {

    display: inline;
    margin-right: 20px;

}
.exams-list li ul li i {

    margin-right: 7px;

}
.exams-grid {

    margin: 0 -15px;

}
.exams-grid li .description {

    background: #fff;
    margin-bottom: 30px;
    padding: 1px 30px 30px;

}
.exams-grid li ul {

    border-top: 1px dashed #ddd;
    list-style: none;
    margin: 0 0 1em;
    padding: 0;

}
.exams-grid li ul li {

    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    padding: 10px 0;

}
.exams-grid li ul li i {

    width: 20px;

}
.exams-grid li a {

    background: rgba(143, 180, 136, 0.9);
    bottom: 30px;
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 0;

}
.exams-grid li a:hover {

    opacity: 1;

}
.exams-grid li a span {

    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    left: 50%;
    margin: -20px 0 0 -70px;
    padding: 7px 15px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;

}
.progress {

    height: 30px;
    margin-bottom: 10px;

}
#about-reviews .tint, #newsletter .tint, #search .tint, #teachers-reviews .tint {

    height: 100%;
    top: 0;
    left: 0;
    width: 100%;

}
.progress-bar {

    line-height: 30px;
    text-align: left;
    text-transform: uppercase;

}
.progress-bar span {

    padding: 0 10px;

}
.progress-bar .pull-right {

    background: #222;
    border-radius: 3px;
    color: #fff;

}
#about-reviews blockquote .fa-quote-right, #links a:hover, #search a, #teachers-reviews blockquote .fa-quote-right {

    color: #fbcd53;

}
#teachers-reviews {

    background: url(http://placehold.it/1200x800.jpg) center top no-repeat;
    background-size: cover;
    position: relative;

}
#teachers-reviews .tint {

    background: rgba(247, 246, 242, 0.9);
    position: absolute;

}
#teachers-reviews .item {

    background: 0 0;

}
#teachers-reviews blockquote {

    color: #222;
    margin: 0;

}
#about-reviews {

    background: url(http://placehold.it/1920x1920.gif) center top no-repeat;
    position: relative;

}
#about-reviews .tint {

    background: rgb(236 1 1 / 92%);
    position: absolute;

}
#about-reviews .item {

    background: 0 0;

}
#about-reviews h2, #about-reviews small {

    color: #fff;

}
#about-reviews blockquote {

    color: #fff;
    margin: 0;

}
#links a, #newsletter h2, #search h2 {

    color: #fff;

}
#links, #links .author a, #prefooter {

    color: #767c84;

}
#search .tint {

    background: rgb(236 1 1 / 92%);
    position: absolute;

}
#search a:hover {

    color: #e2b94b;

}
#search .btn {

    background: #fbcd53;
    border-color: #e1b84b;

}
#search .btn:hover {

    background: #e2b94b;
    border-color: #cca848;

}
#search #input-keywords {

    width: 400px;

}
#newsletter .tint {

    background: #252c41;
    position: absolute;

}
#newsletter .btn {

    text-align: center;
    width: 100%;

}
#newsletter .input-group, #newsletter-email-group, #newsletter-name-group {

    width: 100%;

}
.service {

    margin: 15px 0;

}
.video-wrapper {

    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;

}
.video-wrapper embed, .video-wrapper iframe, .video-wrapper object {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
#links {

    background: #252937;

}
#links .col-sm-3 {

    margin: 40px 0;

}
#links h3 {

    color: #8fb488;
    margin: 0 0 30px;

}
#links h5 {

    margin: 0;
    text-transform: none;

}
#links p {

    margin: 0;

}
#links ul {

    list-style: none;
    margin: 0;
    padding: 0;

}
#links ul li {

    border-bottom: 1px solid #4b4e52;
    display: table;
    padding: 5px 0;
    width: 100%;

}
#links ul li a i {

    color: #8fb488;
    margin-right: 10px;

}
#links img {

    margin: 0 15px 5px 0;

}
#prefooter a, footer {

    color: #fff;

}
#prefooter {

    background: #1d2235;

}
#prefooter .col-sm-3, #prefooter .col-sm-6 {

    margin: 40px 0;

}
#prefooter h3 {

    color: #8fb488;
    margin: 0 0 30px;

}
#prefooter a:hover {

    color: #fbcd53;

}
footer {

    background: #2c2f33;
    padding: 20px 0 50px;

}
footer a {

    margin-left: 10px;

}
@media (max-width: 991px) {
    .post h3,
    .widget .post h5 {
        margin-top: 15px;
    }
    .sorting {
        margin-top: 30px;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .course h3,
    h1,
    h2 {
        margin-top: 30px;
    }
    section {
        padding: 30px 0;
    }
    blockquote {
        font-size: 1em;
        padding-left: 40px;
    }
    .quote {
        font-size: 2em;
        line-height: 2em;
    }
    .navbar-nav .dropdown-menu:before,
    .tools span {
        display: none;
    }
    #masonry-2-columns .item,
    #masonry-3-columns .item,
    #masonry-4-columns .item {
        padding: 0;
        width: 100%;
    }
    .media .media img,
    .media img {
        width: 30px;
    }
    .course .price {
        text-align: left;
    }
    .course-title {
        margin: 30px 0 5px;
    }
    .exams-grid li a {
        bottom: 0;
    }
    .exams-list li h3 {
        margin: 1em 0;
    }
    .exams-list li ul {
        border-top: 1px dashed #ddd;
    }
    .exams-list li ul li {
        border-bottom: 1px dashed #ddd;
        display: block;
        margin-right: 0;
        padding: 10px 0;
    }
    .exams-list li ul li i {
        margin-right: 0;
        width: 20px;
    }
    .lesson-title {
        margin: 30px 0 0;
    }
    .lesson-next,
    .lesson-prev {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .lesson-next {
        margin-bottom: 30px;
    }
    .service {
        text-align: center;
    }
    .service h3 {
        margin-top: 15px;
    }
    #recent-posts .item h3 {
        margin-top: 30px;
    }
    #search #input-keywords {
        width: auto;
    }
}
@media (max-width: 480px) {
    .slider-offers h3 {
        font-size: 24px;
    }
    .slider-offers h4 {
        font-size: 14px;
    }
    #homepage .tools {
        background: #090909;
    }
    #homepage .navbar-default {
        background: #222;
        border: 0;
        min-height: 65px;
    }
}
.mega-dropdown {

    position: static !important;

}
.mega-dropdown-menu {

    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;

}
.mega-dropdown-menu > li > ul {

    padding: 0;
    margin: 0;

}
.mega-dropdown-menu > li > ul > li {

    list-style: none;

}
.mega-dropdown-menu > li > ul > li > a {

    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;

}
.mega-dropdown-menu > li ul > li > a:focus, .mega-dropdown-menu > li ul > li > a:hover {

    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;

}
.mega-dropdown-menu .dropdown-header {

    color: #fbcd52;
    font-size: 18px;
    font-weight: 700;

}
.mega-dropdown-menu form {

    margin: 3px 20px;

}
.mega-dropdown-menu .form-group {

    margin-bottom: 3px;

}
.mega-dd-menu-top {

    top: 42%;

}
.form-p-color, .form-p-color:hover, #form-p-color {

    color: #fff;

}
.trend_course_hide {

            visibility: hidden;
        
}
a:hover, a:focus {

    color: inherit;

}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
#newsletter-email-group {

	width: 100%;
    flex: 2;
    margin: 0;
    margin-right: 5px;

}
.tp-widget-wrapper {

	padding:3px;

}
#tp-widget-wrapper>.button {

        padding: 7px;
    
}
.newsletter-box form {

    background: #7e35ed05;
    padding: 3px 47px 0px 0px;
    text-align: center;
    display: flex;
    flex-direction: row;
    border-radius: 2px;
	margin-top:24px;

}
.newsletter-box {

    justify-content: space-between;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}
.newsletter-box .btn {

    margin-top: auto;
    width: 100%;
    padding: 7px;
    background: linear-gradient(90deg, #2196F3, #2196F3) !important;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
	flex:1;

}
/* 1. Main container (Optional: for presentation) */ .newsletter-box {

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;

}
/* 2. Form Layout: Using Flexbox for alignment */ .newsletter-box form {

    display: flex;
    align-items: stretch; /* Make items equal height */
    width: 100%;
    max-width: 600px;
    gap: 2px; /* Space between input group and button */

}
/* 3. Input Group (.input-group) This is the core layout for the input and icon. */ .newsletter-box .input-group {

    position: relative;
    display: flex;
    flex-wrap: nowrap; /* Keep items on one line */
    align-items: stretch;
    width: 100%;
    flex: 1 1 auto; /* Allow this element to grow */

}
/* 4. The Email Input (.form-control) */ .newsletter-box .form-control {

    display: block;
    width: 100%;
    height: 34px!important; /* Standard Bootstrap height */
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem; /* Base border-radius */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    /* Specific adjustments for our design */
    position: relative;
    flex: 1 1 auto;
    border-radius: 5px 0 0 5px; /* Round left corners */
    border-right: 0; /* Remove right border to merge with addon */

}
.newsletter-box .form-control:focus {

    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    z-index: 3;

}
/* 5. The Icon Container (.input-group-addon) */ .newsletter-box .input-group-addon {

    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-left: -1px; /* Overlap border */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 5px 5px 0; /* Round right corners */
	position: relative;
    z-index: 999;

}
.newsletter-box .input-group-addon i {

    font-size: 18px;
    color: #555;

}
/* 6. The Button (.btn .btn-primary) */ .newsletter-box .btn {

    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #2196F3;
    border: 1px solid transparent;
    line-height: 2.3!important;
    border-radius: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    
    /* Fixed width for design consistency */
    flex-shrink: 0;
    width: auto!important;
	padding: 0.1rem !important;
    font-size: 1.3rem !important;
	text-transform:uppercase;

}
.newsletter-box .btn:hover {

    background-color: #1a78c2;

}
/* 7. Accessibility Helper */ .sr-only {

    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;

}
.input-group-addon {

 width: auto;
}
#disclaimer-section h3 {

    font-size: 1.5rem!important;

}
/* === EXTRACTED from index.php (lines 2340-2486) === */ /* --- General Section Layout --- */ .boosting-section {

    padding: clamp(40px, 5vw, 80px) 0;
    background: #08294b;
    color: white;

}
.boosting-section-wrapper {

    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;

}
.boosting-section-left, .boosting-section-right {

    flex: 1;
    min-width: 300px;

}
/* --- Text Content --- */ .boosting-section-title {

    margin-bottom: 30px;
    font-size: clamp(24px, 5vw, 36px);
    font-weight: 800;

}
.boosting-section-subtitle {

    margin-bottom: 20px;
    font-size: clamp(20px, 4vw, 21px);

}
.boosting-section-text {

    margin-bottom: 25px;
    max-width: 800px;
    font-size: clamp(16px, 3vw, 17px);

}
/* --- Carousel Styles (for Owl Carousel) --- */ .boosting-section-right .boosting-item {

    position: relative;
    border-radius: 12px;
    overflow: hidden;

}
.boosting-section-right .boosting-item img {

    width: 100%;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;

}
/* --- Badge on Image --- */ .boosting-section-right .boosting-section-badge {

    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #08294b;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;

}
.boosting-section-right .boosting-section-badge-number {

    font-size: 24px;
    font-weight: bold;

}
.boosting-section-right .boosting-section-badge-text {

    font-size: 14px;
    line-height: 1.2;

}
/* --- Owl Carousel Dot Styles --- */ .boosting-section-right .owl-dots {

    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);

}
.boosting-section-right .owl-dots .owl-dot span {

    background: #ffffffa0 !important; /* Semi-transparent white dots */

}
.boosting-section-right .owl-dots .owl-dot.active span {

    background: #ffffff !important; /* Solid white active dot */

}
/* --- Button Styles --- */ .boosting-section-button {

    position: relative;
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    background-color: #3982f6;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.3s ease;

}
.boosting-section-button:hover {

    color: #fff;

}
.boosting-section-button::before {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: translateX(-100%);
    transition: transform 0.4s ease;

}
.boosting-section-button:hover::before {

    transform: translateX(100%);

}
/* ================================================================= Mobile Responsive Fix for Boosting Carousel ================================================================= */ @media (max-width: 768px) {

    /* Change the image aspect ratio on smaller screens to be wider */
    .boosting-section-right .boosting-item img {
        aspect-ratio: 16 / 9; /* Use a wider, less tall ratio on mobile */
    }

    /* Optional: Adjust badge and dots for a better fit on mobile */
    .boosting-section-right .boosting-section-badge {
        bottom: 15px;
        left: 15px;
        padding: 8px 12px;
    }
    .boosting-section-right .boosting-section-badge-number {
        font-size: 20px;
    }
    .boosting-section-right .boosting-section-badge-text {
        font-size: 12px;
    }
    .boosting-section-right .owl-dots {
        bottom: 10px;
    }

}
/* === EXTRACTED from beheadnew.php (lines 64-98) === */ *,.icert-course-item {
box-sizing:border-box
}
* {
margin:0;padding:0
margin:0;padding:0
}
#site-header {
position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:transform .4s ease-out
position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:transform .4s ease-out
}
#site-header.header-hidden,.offer-banner.banner-hidden {
transform:translateY(-100%)
transform:translateY(-100%)
}
.navbar-main {
padding:8px
padding:8px
}
.icert-mega-menu,.icert-nav-dropdown {
position:relative
position:relative
}
.icert-all-courses-link {
border:.5px solid #2956a438;background:#edf3ffff;color:#2957a4
border:.5px solid #2956a438;background:#edf3ffff;color:#2957a4
}
.icert-all-courses-link.active,.icert-all-courses-link:hover {
background:#2957a4;color:#fff
background:#2957a4;color:#fff
}
.icert-mega-dropdown {
position:absolute;top:100%;left:0;width:980px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 16px 48px rgba(0,0,0,.12);border-radius:0 0 8px 8px;border-right:.5px solid #8097beff;border-bottom:.5px solid #8097beff;border-left:.5px solid #8097beff;display:none;opacity:0;transform:translateY(-10px);transition:opacity .3s,transform .3s;z-index:999;pointer-events:none;margin-top:6px
position:absolute;top:100%;left:0;width:980px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 16px 48px rgba(0,0,0,.12);border-radius:0 0 8px 8px;border-right:.5px solid #8097beff;border-bottom:.5px solid #8097beff;border-left:.5px solid #8097beff;display:none;opacity:0;transform:translateY(-10px);transition:opacity .3s,transform .3s;z-index:999;pointer-events:none;margin-top:6px
}
.icert-mega-dropdown.icert-show-dropdown {
display:flex;opacity:1;transform:translateY(0);pointer-events:auto
display:flex;opacity:1;transform:translateY(0);pointer-events:auto
}
.icert-category-item.active,.icert-category-item:hover {
background:#eef3ffff;color:#2957a4;border-left-color:#2957a4
background:#eef3ffff;color:#2957a4;border-left-color:#2957a4
}
.icert-mobile-accordion,.icert-subcategory {
display:none
display:none
}
@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.icert-subcategory h5 {
color:#555;font-size:.7em;font-weight:700;margin-bottom:10px;padding-bottom:10px;border-bottom:2px solid #e0e0e0;display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.5px
color:#555;font-size:.7em;font-weight:700;margin-bottom:10px;padding-bottom:10px;border-bottom:2px solid #e0e0e0;display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.5px
}
.icert-subcategory h5 a {
color:inherit;text-decoration:none
color:inherit;text-decoration:none
}
.icert-course-grid {
display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between
display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between
}
.login-btn,.search-input {
transition:.3s;font-size:15px
transition:.3s;font-size:15px
}
.icert-course-logo {
width:50px;height:50px;background-color:#f0f7ff;border-radius:50%;display:flex;justify-content:center;align-items:center;overflow:hidden;flex-shrink:0
width:50px;height:50px;background-color:#f0f7ff;border-radius:50%;display:flex;justify-content:center;align-items:center;overflow:hidden;flex-shrink:0
}
.icert-course-logo i,.icert-course-logo img {
width:100%;height:100%;object-fit:contain
width:100%;height:100%;object-fit:contain
}
.icert-nav-dropdown-menu,.search-suggestions {
display:none;position:absolute;background:#fff
display:none;position:absolute;background:#fff
}
@keyframes dropdownFade{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
@media (max-width:991.98px){.icert-mega-dropdown,.navbar-collapse{display:none!important}.navbar-collapse.show{display:flex!important;max-height:70vh;overflow-y:auto}.container-fluid{padding:0 20px;justify-content:space-between;position:relative}.navbar-brand-custom img{height:60px}.navbar-toggler{display:block}.navbar-collapse{flex-direction:column;position:absolute;top:100%;left:0;width:100%;background-color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.1);padding:20px;align-items:stretch;gap:0;border-top:1px solid #eee}.search-container{order:1;max-width:100%;margin:0 0 15px}.icert-mega-menu{order:2;width:100%;margin:0;padding:0}.navbar-nav-right{order:3;flex-direction:column;align-items:stretch;width:100%;margin-left:0;gap:0}.icert-mega-menu .nav-link-custom{width:100%;padding:7px;border-bottom:1px solid #e8e8e8;border-radius:0;justify-content:space-between}.icert-mega-menu .nav-link-custom:after{content:'+';font-size:24px;color:#2196f3;transition:transform .3s}.icert-mega-menu .nav-link-custom.icert-active:after{transform:rotate(45deg)}.icert-mobile-accordion{display:block;padding:3px;background-color:#f7f9fc;border-bottom:1px solid #e8e8e8}.icert-mobile-toggle{width:100%;background:0 0;border:none;padding:14px;text-align:left;font-size:15px;font-weight:600;color:#2c3e50;border-bottom:1px solid #e0e0e0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:.3s}.icert-mobile-accordion .icert-mobile-toggle:last-of-type{border-bottom:none}.icert-mobile-toggle-content{display:flex;align-items:center;gap:12px}.icert-mobile-content{display:none;background:#fff;padding:16px 16px 0;border-bottom:1px solid #e0e0e0}.icert-mobile-course-section{margin-bottom:20px}.icert-mobile-course-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.icert-mobile-course-logo{background:#f0f7ff;padding:6px;flex-shrink:0}.icert-mobile-content h6{color:#1976d2;font-size:14px;font-weight:700;text-transform:uppercase;margin:0}.icert-mobile-content ul{list-style:none;padding-left:0}.icert-mobile-content a{display:block;padding:4px 8px;color:#4e5b67;text-decoration:none;border-radius:6px}.icert-mobile-content a:hover{background:#f0f7ff;color:#2196f3}.navbar-nav-right .icert-nav-dropdown>.nav-link-custom,.navbar-nav-right .nav-link-custom{width:100%;text-align:left;padding:14px 0;border-bottom:1px solid #e8e8e8;border-radius:0;margin-top:15px}.navbar-nav-right .icert-nav-dropdown>.nav-link-custom{margin-top:0}.navbar-nav-right .nav-link-custom:hover{background-color:transparent}.icert-nav-dropdown-menu{position:static;width:100%;box-shadow:none;border:none;border-radius:0;border-bottom:1px solid #e8e8e8}.icert-nav-dropdown-menu a{padding:11px}.login-btn{width:100%;justify-content:center;margin-top:15px;padding:12px 20px}.icert-mobile-course-logo img{width:100%;height:100%;object-fit:cover;max-width:100%}.icert-mobile-course-logo{width:40px;height:40px;overflow:hidden;border-radius:8px}}
.offer-banner {
background:linear-gradient(135deg,#000000da 0,#1a1a1a 100%);color:#fff;padding:5px 0;position:fixed;top:0;left:0;width:100%;z-index:1000;border-bottom:3px solid #dc2626;overflow:hidden;transition:transform .4s ease-out;transform:translateY(var(--navbar-height,0))
background:linear-gradient(135deg,#000000da 0,#1a1a1a 100%);color:#fff;padding:5px 0;position:fixed;top:0;left:0;width:100%;z-index:1000;border-bottom:3px solid #dc2626;overflow:hidden;transition:transform .4s ease-out;transform:translateY(var(--navbar-height,0))
}
@media (min-width:769px){.offer-banner{top:auto;bottom:0;transform:none;border-bottom:none;border-top:3px solid #dc2626}.offer-banner.banner-hidden{transform:translateY(100%)}.offer-banner.banner-at-top{top:0;bottom:auto;transform:translateY(0)!important}.close-banner{right:20px;left:auto}}
.coupon-code,.coupon-section {
align-items:center;display:flex
align-items:center;display:flex
}
.countdown-label,.coupon-code {
font-size:13px;font-weight:600
font-size:13px;font-weight:600
}
@media (max-width:768px){.icert-course-section{flex-basis:100%;flex-direction:column}.icert-course-grid{flex-direction:column;gap:15px}.offer-banner{padding:6px 0}.offer-content{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;text-align:left}.offer-text{flex:1;text-align:left}.offer-title{font-size:16px;margin-bottom:2px}.offer-subtitle{font-size:12px;margin-bottom:4px}.coupon-section{justify-content:flex-start;margin-bottom:4px}.countdown-section{display:none}.close-banner{top:4px;right:12px;font-size:16px}}
@media (max-width:480px){.coupon-section,.offer-subtitle{margin-bottom:2px}.offer-banner{padding:4px 0}.offer-content{gap:8px}.offer-title{font-size:14px}.offer-subtitle{font-size:11px}.coupon-code{padding:4px 10px;font-size:11px}.countdown-section{display:none}.close-banner{top:2px;right:8px;font-size:14px}}
@media (max-width:360px){.coupon-section,.offer-subtitle{margin-bottom:1px}.offer-banner{padding:3px 0}.offer-content{gap:6px}.offer-title{font-size:13px}.offer-subtitle{font-size:10px}.coupon-code{padding:3px 8px;font-size:10px}.countdown-section{display:none}}
.icert-category-layout {
display:flex;gap:0;margin-top:0
display:flex;gap:0;margin-top:0
}
.icert-articles-column h6,.icert-governing-bodies h6 {
color:#555;font-size:1.1em;font-weight:600;margin-bottom:10px
color:#555;font-size:1.1em;font-weight:600;margin-bottom:10px
}
.icert-articles-column a,.icert-governing-bodies li a {
color:#2957a4;text-decoration:none
color:#2957a4;text-decoration:none
}
/* === EXTRACTED from befoot-new.php (lines 1-527) === */ /* Modern Footer Styles */ .befoot-wrapper {

  font-family: 'Lato', sans-serif;

}
/* CTA Section */ .befoot-cta-section {

  background: linear-gradient(135deg, #222a49ff 0%, #1d1d1dff 100%);
  padding-top: 50px;
  position: relative;
  overflow: hidden;

}
.befoot-cta-section::before {

  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;

}
.befoot-cta-section::after {

  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;

}
.befoot-cta-container {

  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;

}
.befoot-cta-image {

  text-align: center;
  align-self: end;

}
.befoot-cta-image img {

  max-width: 100%;
  height: auto;
  border-radius: 12px;

}
.befoot-cta-content {

  margin-bottom: 50px;
  line-height: 1.2;

}
.befoot-cta-content h2 {

  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.2;

}
.befoot-cta-content p {

  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 25px;
  line-height: 1.6;

}
.befoot-cta-button {

  position: relative;
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  background-color: #3982f6;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease;

}
.befoot-cta-button::before {

  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: translateX(-100%);
  transition: transform 0.4s ease;

}
.befoot-cta-button:hover {

  color: #fff;

}
.befoot-cta-button:hover::before {

  transform: translateX(100%);

}
/* Main Footer Section */ .befoot-main-footer {

  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  color: #fff;
  padding: 60px 0 30px;

}
.befoot-container {

  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;

}
.befoot-grid {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;

}
.befoot-column h3 {

  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;

}
.befoot-links {

  list-style: none;
  padding: 0;
  margin: 0;

}
.befoot-links li {

  margin-bottom: 10px;

}
.befoot-links a {

  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  

}
.befoot-links a:hover {

  color: #fff;
  transform: translateX(5px);

}
/* Newsletter Section */ .befoot-newsletter {

  background: #f8fafc;
  padding: 40px 0;
  border-radius: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);

}
.befoot-newsletter-content {

  text-align: center;
  max-width: 600px;
  margin: 0 auto;

}
.befoot-newsletter h3 {

  font-size: 1.5rem;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 10px;

}
.befoot-newsletter p {

  color: #64748b;
  margin-bottom: 30px;
  font-size: 1rem;

}
.befoot-newsletter-form {

  display: flex;
  max-width: 500px;
  margin: 0 auto;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}
.befoot-newsletter-input {

  flex: 1;
  padding: 15px 20px;
  border: none;
  outline: none;
  font-size: 1rem;
  color: #374151;

}
.befoot-newsletter-submit {

  background: linear-gradient(135deg, #1e3a8a, #3b82f6);
  color: white;
  border: none;
  padding: 15px 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;

}
.befoot-newsletter-submit:hover {

  background: linear-gradient(135deg, #3b82f6, #1e3a8a);
  transform: translateY(-2px);

}
/* Trust & Social Section */ .befoot-trust-section {

  background: #f8fafc;
  padding: 40px 0;
  border-top: 1px solid #e2e8f0;

}
.befoot-trust-container {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;

}
.befoot-trust-item {

  text-align: center;

}
.befoot-trust-item h3 {

  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 20px;

}
.befoot-trust-badge {

  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  transition: transform 0.3s ease;
  margin-bottom: 20px;

}
.befoot-trust-badge:hover {

  transform: scale(1.05);

}
.befoot-trust-badge img {

  height: 30px;
  width: auto;

}
.befoot-payment-img {

  max-width: 100%;
  height: auto;
  border-radius: 8px;

}
.befoot-social-icons {

  display: flex;
  justify-content: center;
  gap: 15px;

}
.befoot-social-icons a {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1e293b;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;


    width: 32px;
    height: 32px;

}
.befoot-social-icons a:hover {

  transform: translateY(-3px);
  background: #334155;
  color: #fff;

}
/* Disclaimer */ .befoot-disclaimer {

  background: #f1f5f9;
  padding: 30px 0;
  border-top: 1px solid #e2e8f0;
  text-align: center;

}
.befoot-disclaimer p {

  text-align: center;
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;

}
/* Bottom Footer */ .befoot-bottom {

  background: #0f172a;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);

}
.befoot-bottom-content {

  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;

}
.befoot-country-selector {

  display: flex;
  align-items: center;
  gap: 10px;
  color: #94a3b8;
  font-size: 0.95rem;

}
.befoot-country-selector img {

  width: 20px;
  height: 20px;
  opacity: 0.8;

}
.befoot-country-link {

  color: #3b82f6;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;

}
.befoot-country-link:hover {

  color: #60a5fa;
  text-decoration: underline;

}
.befoot-copyright {

  color: #64748b;
  font-size: 0.9rem;

}
/* Responsive Design */ @media (max-width: 768px) {

  .befoot-cta-container,
  .befoot-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .befoot-cta-content h2 {
    font-size: 1.5rem;
  }

  .befoot-newsletter-form {
    flex-direction: column;
    max-width: 100%;
  }

  .befoot-newsletter-submit {
    width: 100%;
  }

  .befoot-bottom-content {
    flex-direction: column;
    text-align: center;
  }

  .befoot-country-selector {
    justify-content: center;
  }

  .befoot-copyright {
    order: -1;
  }

}
@media (max-width: 480px) {
  .befoot-main-footer {
    padding: 40px 0 20px;
  }

  .befoot-cta-section {
    padding: 30px 0;
  }

  .befoot-column h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }

  .befoot-links a {
    font-size: 0.9rem;
  }

  .befoot-newsletter h3 {
    font-size: 1.25rem;
  }

  .befoot-newsletter p {
    font-size: 0.95rem;
  }
}
/* Accessibility */ @media (prefers-reduced-motion: reduce) {

  .befoot-links a,
  .befoot-newsletter-submit,
  .befoot-cta-button {
    transition: none;
  }

}
/* Independence Day Sticky Strip */ .independence-day-strip {

  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(59, 130, 246, 0.9);
  color: white;
  text-align: center;
  padding: 12px 20px;
  z-index: 10000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  backdrop-filter: blur(10px);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);

}
.independence-day-strip .strip-content {

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;

}
.independence-day-strip .strip-icon {

  font-size: 20px;

}
.independence-day-strip .strip-text {

  text-transform: uppercase;

}
.independence-day-strip .strip-offer {

  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  opacity: 0.9;

}
.independence-day-strip .strip-close {

  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;

}
.independence-day-strip .strip-close:hover {

  background: rgba(255, 255, 255, 0.4);

}
@media (max-width: 768px) {
  .independence-day-strip {
    font-size: 14px;
    padding: 10px 15px;
  }

  .independence-day-strip .strip-close {
    right: 15px;
    width: 24px;
    height: 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
    .mobile-hide-image-footer {
        display: none;
    }
}
/* === EXTRACTED from befoot-new.php (lines 664-680) === */ .befoot-social-icons {

    display: flex;
    align-items: center;
    gap: 10px;

}
.icg-social-icon {

    width: 18px;
    height: 18px;

}
/* === EXTRACTED from befoot-new.php (lines 761-781) === */ .icg-social-x {

    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#26324d;
    color:#fff;
    text-decoration:none;

}
.icg-x-icon {

    width:12px;      /* was 16px */
    height:12px;     /* was 16px */
    display:block;
    transform:translateX(1px); /* optional: visually center */

}
/* === EXTRACTED from befoot-new.php (lines 1161-1222) === */ /* STICKY BAR STYLES */ #desktopStickyBar {
 display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999; pointer-events: none; 
}
.sticky-bar-wrapper {
 position: fixed; bottom: 95px; right: 20px; display: flex; flex-direction: column; align-items: right; gap: 12px; background: transparent; padding: 0; border-radius: 0; z-index: 999; backdrop-filter: none; box-shadow: none; border: none; pointer-events: auto; animation: slideInUp 0.5s ease-out forwards; 
}
.sticky-bar-item {
 flex: 0 1 auto; text-align: right; position: relative; pointer-events: auto; 
}
.sticky-bar-link, .whatsapp-link {
 display: inline-flex; align-items: center; justify-content: right; gap: 8px; color: #ffffff; padding: 6px 10px; border-radius: 40px; text-decoration: none; transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); border: 1px solid rgba(255, 255, 255, 0.25); font-size: 13px; white-space: nowrap; font-weight: 600; position: relative; overflow: hidden; cursor: pointer; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
}
.sticky-bar-link::before {
 content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.5s; z-index: -1; 
}
.sticky-bar-link:hover::before {
 left: 100%; 
}
.sticky-bar-link.primary-action {
 background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%); color: white; border: 1px solid rgba(255, 107, 53, 0.5); box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4); 
}
.sticky-bar-link.primary-action:hover {
 transform: translateY(-3px); 
}
.sticky-bar-link.chat-action {
 background: linear-gradient(135deg, #00B4DB 0%, #0083B0 100%); border: 1px solid rgba(0, 180, 219, 0.5); box-shadow: 0 4px 15px rgba(0, 180, 219, 0.3); 
}
.sticky-bar-link.chat-action:hover {
 transform: translateY(-3px); 
}
.sticky-bar-link.help-action {
 background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%); border: 1px solid rgba(76, 175, 80, 0.5); box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3); 
}
.sticky-bar-link.help-action:hover {
 transform: translateY(-3px); 
}
.sticky-bar-contact {
 display: inline-flex; 
}
.whatsapp-link {
 background: linear-gradient(135deg, #25D366 0%, #20BA58 100%); border: 1px solid rgba(37, 211, 102, 0.5); box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); 
}
.whatsapp-link:hover {
 transform: translateY(-3px); text-decoration: none; 
}
.back-to-top {
 display: inline-flex; justify-content: center; align-items: center; background: linear-gradient(135deg, #313131ff, #131313ff); color: white; font-size: 10px !important; width: 35px; height: 35px; border-radius: 50%; cursor: pointer; 
}
#mobileChatButton {
 position: fixed; bottom: 20px; left: 10px; right: auto; z-index: 999; display: none; pointer-events: auto; 
}
.mobile-menu-wrapper {
 display: flex; flex-direction: row; gap: 6px; align-items: center; justify-content: flex-start; flex-wrap: nowrap; background: linear-gradient(135deg, rgba(45, 54, 89, 0.95), rgba(29, 34, 53, 0.95)); padding: 10px 12px; border-radius: 50px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); animation: slideInUp 0.5s ease-out forwards; width: fit-content; box-sizing: border-box; 
}
.mobile-menu-item-wrapper {
 display: flex; flex: 0 1 auto; 
}
.mobile-menu-item {
 display: inline-flex; align-items: center; justify-content: center; gap: 4px; color: white; padding: 8px 11px; border-radius: 20px; text-decoration: none; font-weight: 600; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); font-size: 11px; flex: 0 0 auto; white-space: nowrap; cursor: pointer; position: relative; overflow: hidden; min-width: fit-content; 
}
.mobile-menu-item::before {
 content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.2); transition: left 0.4s; z-index: -1; 
}
.mobile-menu-item:active::before {
 left: 100%; 
}
.mobile-menu-item.primary-btn {
 background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%); box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4); 
}
.mobile-menu-item.primary-btn:active {
 transform: scale(0.95); box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3); 
}
.mobile-menu-item.whatsapp-btn {
 background: linear-gradient(135deg, #25D366 0%, #20BA58 100%); box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4); 
}
.mobile-menu-item.whatsapp-btn:active {
 transform: scale(0.95); box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3); 
}
.mobile-menu-item.help-btn {
 background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%); box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3); 
}
.mobile-menu-item.help-btn:active {
 transform: scale(0.95); box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2); 
}
.mobile-menu-item.top-btn {
 background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05)); border: 1px solid rgba(255, 255, 255, 0.25); 
}
.mobile-menu-item.top-btn:active {
 background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%); transform: scale(0.95); 
}
@media (max-width: 1024px) { .sticky-bar-wrapper { gap: 10px; padding: 8px 6px; bottom: 15px; right: 15px; } .sticky-bar-link, .whatsapp-link { padding: 7px 12px; font-size: 12px; } }
@media (max-width: 768px) { #desktopStickyBar { display: none !important; } #mobileChatButton { display: block; animation: slideInUp 0.5s ease-out forwards; } .mobile-menu-wrapper { padding: 12px 12px; gap: 6px; max-width: 95vw; } .mobile-menu-item { padding: 9px 12px; font-size: 11px; border-radius: 20px; } .mobile-menu-item i { font-size: 14px; } #enquiryForm { right: -100%; max-width: 100%; border-radius: 0; } }
@media (max-width: 480px) { .mobile-menu-wrapper { padding: 10px 10px; gap: 5px; } .mobile-menu-item { padding: 8px 10px; font-size: 10px; min-width: auto; } .mobile-menu-item span { display: inline; } }
.sticky-bar-link:focus, .mobile-menu-item:focus {
 outline: 2px solid #FF6B35; outline-offset: 2px; 
}
@media (prefers-reduced-motion: reduce) { .sticky-bar-wrapper, .mobile-menu-wrapper, .sticky-bar-link, .mobile-menu-item { animation: none !important; transition: none !important; } }
.tawk-min-container, .tawk-min-container .tawk-button {
 bottom: 130px !important; transition: bottom 0.3s ease; 
}
@media (max-width: 768px) { .tawk-min-container, .tawk-min-container .tawk-button { bottom: 120px !important; } }
#enquiryForm {
 position: fixed; right: -400px; top: 35px; bottom: 40px; width: 100%; max-width: 380px; background: white; z-index: 9999; box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2); transition: right 0.3s ease-in-out; overflow-y: auto; padding: 25px; border-radius: 15px 0 0 15px; border: 1px solid #e0e0e0; margin: 10px 0; 
}
.enquiry-form-header {
 display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; border-bottom: 1px solid #f0f0f0; padding-bottom: 15px; 
}
.enquiry-form-header h3 {
 margin: 0; color: #2c3e50; font-weight: 600; 
}
.enquiry-form-close {
 background: none; border: none; font-size: 24px; cursor: pointer; color: #FF6600; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.2s; 
}
.enquiry-form-close:hover {
 background-color: #f5f5f5; 
}
.enquiry-form-body {
 display: grid; gap: 15px; 
}
.enquiry-form-input, .enquiry-form-select, .enquiry-form-textarea {
 padding: 12px 15px; border: 1px solid #e0e0e0; border-radius: 8px; font-size: 14px; transition: border 0.3s; width: 100%; font-family: 'Lato', sans-serif; 
}
.enquiry-form-input:focus, .enquiry-form-select:focus, .enquiry-form-textarea:focus {
 border-color: #FF6600; outline: none; box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.1); 
}
.enquiry-form-select {
 appearance: none; background-image: url('data:image/svg+xml;utf8,<svg fill="%232c3e50" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>'); background-repeat: no-repeat; background-position: right 10px center; padding-right: 35px; 
}
.enquiry-form-textarea {
 min-height: 100px; resize: vertical; 
}
.enquiry-form-submit {
 background: linear-gradient(135deg, #FF6600, #FF5500); color: white; border: none; padding: 14px; border-radius: 8px; font-weight: bold; cursor: pointer; transition: all 0.3s; font-size: 15px; 
}
.enquiry-form-submit:hover {
 background: linear-gradient(135deg, #FF5500, #FF4400); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(255, 102, 0, 0.3); 
}
.enquiry-form-submit:disabled {
 opacity: 0.6; cursor: not-allowed; 
}
#form-messages {
 margin-top: 15px; padding: 12px; border-radius: 6px; font-size: 13px; display: none; 
}
#form-messages.success {
 display: block; background-color: #d4edda; color: #155724; border: 1px solid #c3e6cb; 
}
#form-messages.error {
 display: block; background-color: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; 
}
@media (max-width: 768px) { .sticky-bar-wrapper { right: 20px; } #enquiryForm { right: -100%; max-width: 100%; border-radius: 0; } }
.befoot-sr-only {
 position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; 
}
/* === EXTRACTED from cache\course-menu.html (lines 39-73) === */ *,.icert-course-item {
box-sizing:border-box
}
