/* =================================================================
   Global & Base Styles
   ================================================================= */

body {
    font-family: 'Lato', Arial, sans-serif !important; /* Default font */
}

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;
}

.navbar {
    margin-bottom: 5px;
}

/* =================================================================
   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.7rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: none;
}

.cert-title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 6rem;
    line-height: 1.2;
    text-transform: none;
}

.cert-subtitle {
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.6rem;
}

.cert-cta-buttons {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.cert-btn {
    display: inline-block;
    border-radius: 4px;
    font-size: 1.9rem;
    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: 2.1rem;
    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, 9vw, 115px);
}

#programs-section .pp-head {
    text-align: center;
    margin-bottom: 30px;
}

#programs-section .pp-sub {
    color: var(--accent);
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

#programs-section .pp-title {
    margin: 0;
    font-size: 3.6rem;
    font-weight: 800;
    color: #1e3a8a;
    text-transform: capitalize;
}

/* Layout Shell */
#programs-section .pp-shell {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

/* Filters (Left Column) */
#programs-section .pp-filters {
    width: 250px;
    background: #f0f4ff33;
    padding: 15px;
    border-radius: 9px;
}
#programs-section .pp-filters {
    padding: 10px;
}

#programs-section .pp-filters h3 {
    margin: 0 0 15px 3px;
    font-size: 1.9rem;
    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.6rem;
    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;
}
#programs-section .pp-grid{
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: 16px;
    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: 1.4rem;
}

/* =================================================================
   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: clamp(20px, 4vw, 32px);
    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: 1.3rem;
    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;
    }
}