/* =========================================================
   BHARAT SKILL DEVELOPMENT CENTRE (BSDC)
   Custom Section Styling: Why Choose BSDC
   ========================================================= */

:root {
    --bsdc-accent: #f59e0b;
    --bsdc-light: #f8fafc;
    --bsdc-navy: #0f2851;
    --bsdc-navy-dark: #0a1b38;
    --bsdc-blue: #1d4ed8;
    --bsdc-blue-light: #eff6ff;
    --bsdc-accent-gold: #f59e0b;
    --bsdc-accent-gold-light: #fef3c7;
    --bsdc-card-border: #e2e8f0;
    --bsdc-text-muted: #64748b;
    --bsdc-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    --bsdc-shadow-lg: 0 20px 25px -5px rgba(15, 40, 81, 0.08), 0 10px 10px -5px rgba(15, 40, 81, 0.04);
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #1e293b;
    background-color: #ffffff;
}
/* =========================================================
   PREMIUM HEADER & NAVBAR WITH OFFICIAL LOGO
   ========================================================= */

/* Top Accreditation Bar */
.top-accreditation-bar {
    background-color: var(--bsdc-navy-dark, #0a1b38);
    border-bottom: 2px solid var(--bsdc-accent-gold, #f59e0b);
    font-size: 0.825rem;
}

.badge-regd {
    color: var(--bsdc-accent-gold, #f59e0b);
    font-weight: 700;
}

.accred-pill {
    background: rgba(255, 255, 255, 0.08);
    padding: 0.15rem 0.6rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.55rem;
    white-space: nowrap;
}

/* Main Header Container */
.main-header {
    box-shadow: var(--bsdc-shadow-sm, 0 4px 6px -1px rgba(0, 0, 0, 0.05));
    background: #ffffff;
    z-index: 1030;
}

.navbar {
    background: #174175;
    border-bottom: 1px solid var(--bsdc-card-border, #e2e8f0);
}

/* Logo Image Styling */
.brand-logo-img {
    height: 70px;
    width: 100%
    object-fit: contain;
    transition: transform 0.3s ease;
}

.brand-logo-img:hover {
    transform: scale(1.03);
}

.brand-title {
    font-size: 1.15rem;
    letter-spacing: -0.2px;
    line-height: 1.15;
    color: var(--bsdc-navy);
}

.brand-subtitle {
    font-size: 0.7rem;
    letter-spacing: 0.8px;
    color: var(--bsdc-text-muted, #64748b);
}

/* Header Buttons */
.btn-call-icon {
    background-color: var(--bsdc-blue-light, #eff6ff);
    color: var(--bsdc-blue, #1d4ed8);
    padding: 0.55rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    border: 1px solid rgba(29, 78, 216, 0.15);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-call-icon:hover {
    background-color: var(--bsdc-blue);
    color: #ffffff;
}

/* WhatsApp Button Styling */
.btn-whatsapp-icon {
    background-color: #dcfce7;
    color: #15803d;
    padding: 0.55rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    border: 1px solid rgba(21, 128, 61, 0.15);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-whatsapp-icon:hover {
    background-color: #15803d;
    color: #ffffff;
}

/* Mobile Circle Buttons */
@media (max-width: 576px) {
    .btn-whatsapp-icon {
        width: 38px;
        height: 38px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
        font-size: 1.05rem;
    }
}

.btn-apply-header {
    background: linear-gradient(135deg, #ffa500 0%, #f03 100%);
    color: #ffffff !important;
    padding: 0.6rem 1.35rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.875rem;
    box-shadow: 0 4px 12px rgba(15, 40, 81, 0.2);
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.btn-apply-header:hover {
    background: linear-gradient(135deg, var(--bsdc-blue) 0%, var(--bsdc-navy) 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(15, 40, 81, 0.3);
}

/* Sub-Header Trust Bar */
.sub-header-trust-bar {
    background: linear-gradient(90deg, #fef3c7 0%, #fffbebe6 50%, #fef3c7 100%);
    color: #92400e;
    border-bottom: 1px solid rgba(245, 158, 11, 0.25);
    font-size: 0.825rem;
}

/* Mobile Responsiveness */
@media (max-width: 576px) {
    .brand-logo-img {
        height: 60px;
        width: 100%;
    }
    .brand-title {
        font-size: 0.85rem;
    }
    .brand-subtitle {
        font-size: 0.58rem;
    }
    .btn-call-icon {
        width: 38px;
        height: 38px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
    .btn-apply-header {
        padding: 0.5rem 0.95rem;
        font-size: 0.78rem;
    }
    .sub-header-trust-bar {
        font-size: 0.725rem;
    }
}
.btn-call {
    background-color: var(--bsdc-navy);
    color: white;
    border-radius: 30px;
    padding: 0.6rem 1.4rem;
    font-weight: 600;
}
.btn-call:hover {
    color: white;
    background-color: var(--bsdc-blue);
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #fff5f2 0%, #f0f4ff 100%);
    padding: 2.5rem 0 2.5rem 0;
    border-radius: 0 0 40px 40px;
}
.hero-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--bsdc-navy);
}
.hero-subtitle {
    font-size: 1.05rem;
    color: #475569;
    margin-top: 1.2rem;
    line-height: 1.6;
}
.hero-mission {
    font-size: 1.05rem;
    color: #1e293b;
    font-weight: 600;
    margin-bottom: 2rem;
}
.btn-primary-custom {
    background-color: var(--bsdc-navy);
    color: white;
    border-radius: 30px;
    padding: 0.8rem 2rem;
    font-weight: 600;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.btn-primary-custom:hover {
    background-color: var(--bsdc-blue);
    color: white;
    transform: translateY(-2px);
}
.btn-outline-custom {
    border: 1px solid #cbd5e1;
    border-radius: 30px;
    padding: 0.8rem 1.8rem;
    font-weight: 600;
    color: #334155;
    background: white;
    text-decoration: none;
    display: inline-block;
}

/* Hero Image & Badge Overlays */
.hero-image-container {
    position: relative;
}
.hero-img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.floating-badge {
    position: absolute;
    background: white;
    padding: 0.9rem 1.2rem;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 2;
}
.badge-top-right {
    top: 8%;
    right: -20px;
}
.badge-bottom-left {
    bottom: 8%;
    left: -20px;
}

/* Stat Cards */
.stat-card {
    background-color: var(--bsdc-light);
    border-radius: 20px;
    padding: 2.5rem 1.8rem;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease;
}
.stat-card:hover {
    transform: translateY(-5px);
}
.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--bsdc-navy);
}
.stat-label {
    color: #64748b;
    font-size: 0.95rem;
    margin-top: 0.5rem;
}

.pill-badge {
    background-color: #e0e7ff;
    color: var(--bsdc-blue);
    font-weight: 600;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    display: inline-block;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .hero-title { font-size: 2.2rem; }
    .badge-top-right, .badge-bottom-left { position: static; margin-top: 1rem; }
}




/* Section Wrapper & Background */
.why-choose-section {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #eef2ff 100%);
    padding: 5rem 0;
    position: relative;
}

/* Section Typography & Header */
.why-choose-section .text-navy {
    color: var(--bsdc-navy) !important;
}

.why-choose-section .section-pill-badge {
    background-color: var(--bsdc-accent-gold-light);
    color: #b45309;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    letter-spacing: 0.5px;
    display: inline-block;
    border: 1px solid rgba(245, 158, 11, 0.2);
}

/* Feature Cards Design */
.why-choose-card {
    background: #ffffff;
    border: 1px solid var(--bsdc-card-border);
    border-radius: 24px;
    padding: 2.25rem 2rem;
    height: 100%;
    box-shadow: var(--bsdc-shadow-sm);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.why-choose-card::before {
    /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--bsdc-navy), var(--bsdc-blue));
    opacity: 0;
    transition: opacity 0.35s ease;*/
}

.why-choose-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--bsdc-shadow-lg);
    border-color: rgba(29, 78, 216, 0.2);
}

.why-choose-card:hover::before {
    opacity: 1;
}

/* Card Icons Header */
.card-icon-wrapper {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.card-icon-wrapper.blue-theme {
    background-color: var(--bsdc-blue-light);
    color: var(--bsdc-blue);
}

.card-icon-wrapper.gold-theme {
    background-color: var(--bsdc-accent-gold-light);
    color: #d97706;
}

/* Custom Styled List Items */
.feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.feature-list-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.feature-list-item .check-icon {
    width: 22px;
    height: 22px;
    background-color: #dcfce7;
    color: #15803d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.feature-list-item strong {
    color: #1e293b;
    font-weight: 700;
    font-size: 0.98rem;
    line-height: 1.4;
}

.feature-list-item small {
    color: var(--bsdc-text-muted);
    font-size: 0.875rem;
    line-height: 1.5;
    display: block;
    margin-top: 2px;
}

/* Operational Banner Card (Dark Navy Accent) */
.support-banner-card {
    background: linear-gradient(135deg, var(--bsdc-navy) 0%, var(--bsdc-navy-dark) 100%);
    border-radius: 24px;
    padding: 2.5rem 2.25rem;
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(15, 40, 81, 0.2);
    position: relative;
    overflow: hidden;
}

.support-banner-card::after {
    /*content: '';
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 200px;
    height: 200px;
    background: rgba(245, 158, 11, 0.08);
    border-radius: 50%;
    pointer-events: none;*/
}



.support-pill-item {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.75rem 1.25rem;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background 0.3s ease;
}

.support-pill-item:hover {
    background: rgba(255, 255, 255, 0.12);
}

.support-pill-item i {
    color: var(--bsdc-accent-gold);
}

/* Primary Call to Action Button */
.btn-cta-gold {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    border: none;
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.35);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-cta-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(245, 158, 11, 0.45);
    background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .why-choose-section {
        padding: 3.5rem 0;
    }
    .why-choose-card {
        padding: 1.75rem 1.5rem;
    }
    .support-banner-card {
        padding: 2rem 1.5rem;
    }
}



/* =========================================================
   BHARAT SKILL DEVELOPMENT CENTRE (BSDC)
   Section Custom CSS (Uses Existing Project :root Variables)
   ========================================================= */

/* Section Wrapper & Background */
.why-choose-section {
    background: linear-gradient(180deg, var(--bsdc-light) 0%, #f1f5f9 50%, #eef2ff 100%);
    padding: 5rem 0;
    position: relative;
}

.who-can-apply-section {
    background: linear-gradient(180deg, #ffffff 0%, var(--bsdc-light) 100%);
}

/* Typography & Badges */
.text-navy {
    color: var(--bsdc-navy) !important;
}

.section-pill-badge {
    background-color: var(--bsdc-accent-gold-light);
    color: #b45309;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    letter-spacing: 0.5px;
    display: inline-block;
    border: 1px solid rgba(245, 158, 11, 0.2);
}

.who-can-apply-badge {
    background-color: var(--bsdc-blue-light);
    color: var(--bsdc-blue);
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    letter-spacing: 0.5px;
    display: inline-block;
    border: 1px solid rgba(29, 78, 216, 0.15);
}

/* Cards Design */
.why-choose-card {
    background: #ffffff;
    border: 1px solid var(--bsdc-card-border);
    border-radius: 24px;
    padding: 2.25rem 2rem;
    height: 100%;
    box-shadow: var(--bsdc-shadow-sm);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.why-choose-card::before {
    /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--bsdc-navy), var(--bsdc-blue));
    opacity: 0;
    transition: opacity 0.35s ease;*/
}

.why-choose-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--bsdc-shadow-lg);
    border-color: rgba(29, 78, 216, 0.2);
}

.why-choose-card:hover::before {
    opacity: 1;
}

.partner-card {
    background: #ffffff;
    border: 1px solid var(--bsdc-card-border);
    border-radius: 20px;
    padding: 1.5rem;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 1.1rem;
    box-shadow: var(--bsdc-shadow-sm);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--bsdc-shadow-lg);
    border-color: rgba(29, 78, 216, 0.25);
}

/* Icon Box Styling */
.card-icon-wrapper,
.partner-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.card-icon-wrapper.blue-theme,
.partner-icon-box.blue-theme {
    background-color: var(--bsdc-blue-light);
    color: var(--bsdc-blue);
}

.card-icon-wrapper.gold-theme,
.partner-icon-box.gold-theme {
    background-color: var(--bsdc-accent-gold-light);
    color: #d97706;
}

.partner-icon-box.navy-theme {
    background-color: #e0e7ff;
    color: var(--bsdc-navy);
}

.partner-icon-box.green-theme {
    background-color: #dcfce7;
    color: #15803d;
}

.partner-icon-box.purple-theme {
    background-color: #f3e8ff;
    color: #7e22ce;
}

/* Custom Lists */
.feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.feature-list-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.feature-list-item .check-icon {
    width: 22px;
    height: 22px;
    background-color: #dcfce7;
    color: #15803d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.feature-list-item strong {
    color: #1e293b;
    font-weight: 700;
    font-size: 0.98rem;
    line-height: 1.4;
}

.feature-list-item small {
    color: var(--bsdc-text-muted);
    font-size: 0.875rem;
    line-height: 1.5;
    display: block;
    margin-top: 2px;
}

/* Support Dark Banner */
.support-banner-card {
    background: linear-gradient(135deg, var(--bsdc-navy) 0%, var(--bsdc-navy-dark) 100%);
    border-radius: 24px;
    padding: 2.5rem 2.25rem;
    color: #ffffff;
    box-shadow: var(--bsdc-shadow-lg);
    position: relative;
    overflow: hidden;
}

.support-banner-card::after {
    /*content: '';
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 200px;
    height: 200px;
    background: rgba(245, 158, 11, 0.08);
    border-radius: 50%;
    pointer-events: none;*/
}

.support-pill-item {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.75rem 1.25rem;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: background 0.3s ease;
}

.support-pill-item i {
    color: var(--bsdc-accent-gold);
}

.partner-special-banner {
    background: linear-gradient(135deg, var(--bsdc-navy) 0%, #1e3a8a 100%);
    border-left: 5px solid var(--bsdc-accent-gold);
    color: #ffffff;
}

/* Buttons */
.btn-cta-gold {
    background: linear-gradient(135deg, var(--bsdc-accent-gold) 0%, #d97706 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    border: none;
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.35);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.btn-cta-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(245, 158, 11, 0.45);
}

/* Responsive */
@media (max-width: 991px) {
    .why-choose-section {
        padding: 3.5rem 0;
    }
    .why-choose-card {
        padding: 1.75rem 1.5rem;
    }
    .support-banner-card {
        padding: 2rem 1.5rem;
    }
}



/* =========================================================
   COURSES YOU CAN OFFER SECTION
   ========================================================= */

.courses-offered-section {
    background: linear-gradient(180deg, var(--bsdc-light) 0%, #ffffff 100%);
}

.course-category-card {
    background: #ffffff;
    border: 1px solid var(--bsdc-card-border);
    border-radius: 20px;
    padding: 1.75rem;
    height: 100%;
    box-shadow: var(--bsdc-shadow-sm);
    transition: all 0.3s ease;
}

.course-category-card:hover {
    box-shadow: var(--bsdc-shadow-lg);
    border-color: rgba(29, 78, 216, 0.2);
    transform: translateY(-4px);
}

.card-icon-wrapper.red-theme {
    background-color: #ffe4e6;
    color: #e11d48;
}

/* Course Pill Styling */
.course-pills-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.course-pill {
    background-color: var(--bsdc-light);
    color: #334155;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.45rem 0.9rem;
    border-radius: 12px;
    border: 1px solid var(--bsdc-card-border);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: all 0.2s ease;
}

.course-pill i {
    font-size: 0.75rem;
    color: #16a34a;
}

.course-pill:hover {
    background-color: var(--bsdc-blue-light);
    border-color: rgba(29, 78, 216, 0.3);
    color: var(--bsdc-blue);
}

.course-pill.accent {
    background-color: var(--bsdc-accent-gold-light);
    color: #b45309;
    border-color: rgba(245, 158, 11, 0.3);
    font-weight: 600;
}

.course-pill.accent i {
    color: #b45309;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .course-category-card {
        padding: 1.25rem;
    }
    .course-pill {
        font-size: 0.825rem;
        padding: 0.4rem 0.75rem;
    }
}




/* =========================================================
   FRANCHISE BENEFITS SECTION
   ========================================================= */

.franchise-benefits-section {
    background: #ffffff;
}

.benefits-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.benefits-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 420px;
}

.benefits-floating-card {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(15, 40, 81, 0.9);
    backdrop-filter: blur(8px);
    padding: 1.25rem 1.5rem;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.benefit-item-card {
    background: var(--bsdc-light);
    border: 1px solid var(--bsdc-card-border);
    border-radius: 14px;
    padding: 1rem 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    font-size: 0.925rem;
    font-weight: 600;
    color: #1e293b;
    transition: all 0.25s ease;
}

.benefit-item-card:hover {
    background: #ffffff;
    box-shadow: var(--bsdc-shadow-sm);
    border-color: rgba(29, 78, 216, 0.3);
    transform: translateX(4px);
}

.benefit-item-card.highlight {
    background: var(--bsdc-accent-gold-light);
    border-color: rgba(245, 158, 11, 0.3);
    color: #92400e;
}

.benefit-item-card i.icon-gold { color: var(--bsdc-accent-gold); }
.benefit-item-card i.icon-blue { color: var(--bsdc-blue); }
.benefit-item-card i.icon-navy { color: var(--bsdc-navy); }

/* =========================================================
   REGISTRATION PROCESS SECTION
   ========================================================= */

.registration-process-section {
    background: linear-gradient(180deg, var(--bsdc-light) 0%, #ffffff 100%);
}

.process-step-card {
    background: #ffffff;
    border: 1px solid var(--bsdc-card-border);
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    height: 100%;
    position: relative;
    box-shadow: var(--bsdc-shadow-sm);
    transition: all 0.3s ease;
}

.process-step-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--bsdc-shadow-lg);
    border-color: rgba(29, 78, 216, 0.25);
}

.process-step-card.success-step {
    border-color: rgba(245, 158, 11, 0.4);
    background: linear-gradient(180deg, #ffffff 0%, var(--bsdc-accent-gold-light) 100%);
}

.step-number-badge {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.8rem;
    font-weight: 800;
    color: #cbd5e1;
    line-height: 1;
}

.step-number-badge.gold {
    color: var(--bsdc-accent-gold);
}

.step-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.step-icon-wrapper.navy-theme { background: var(--bsdc-blue-light); color: var(--bsdc-navy); }
.step-icon-wrapper.gold-theme { background: var(--bsdc-accent-gold-light); color: #d97706; }
.step-icon-wrapper.blue-theme { background: #dbeafe; color: var(--bsdc-blue); }
.step-icon-wrapper.green-theme { background: #dcfce7; color: #15803d; }

/* Responsive Styling */
@media (max-width: 991px) {
    .benefits-image-wrapper img {
        min-height: 280px;
    }
}


/* =========================================================
   WHY STUDENTS CHOOSE BSDC CENTRES
   ========================================================= */

.why-students-section {
    background: linear-gradient(180deg, #ffffff 0%, var(--bsdc-light) 100%);
}

.student-feature-card {
    background: #ffffff;
    border: 1px solid var(--bsdc-card-border);
    border-radius: 20px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: var(--bsdc-shadow-sm);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.student-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--bsdc-shadow-lg);
    border-color: rgba(29, 78, 216, 0.25);
}

.student-feature-card.highlight {
    border-color: rgba(245, 158, 11, 0.4);
    background: linear-gradient(180deg, #ffffff 0%, var(--bsdc-accent-gold-light) 100%);
}

.student-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.student-icon-box.navy-theme { background-color: #e0e7ff; color: var(--bsdc-navy); }
.student-icon-box.gold-theme { background-color: var(--bsdc-accent-gold-light); color: #d97706; }
.student-icon-box.blue-theme { background-color: var(--bsdc-blue-light); color: var(--bsdc-blue); }
.student-icon-box.green-theme { background-color: #dcfce7; color: #15803d; }
.student-icon-box.purple-theme { background-color: #f3e8ff; color: #7e22ce; }

/* =========================================================
   MISSION SECTION
   ========================================================= */

.bsdc-mission-section {
    background: #ffffff;
}

.mission-banner-card {
    background: linear-gradient(135deg, var(--bsdc-navy) 0%, var(--bsdc-navy-dark) 100%);
    border-radius: 28px;
    padding: 3rem 2.5rem;
    box-shadow: var(--bsdc-shadow-lg);
    position: relative;
    overflow: hidden;
}

.mission-banner-card::after {
    /*content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 250px;
    height: 250px;
    background: rgba(245, 158, 11, 0.08);
    border-radius: 50%;
    pointer-events: none;*/
}

/* =========================================================
   FINAL CALL TO ACTION SECTION
   ========================================================= */

.final-cta-section {
    background: linear-gradient(180deg, var(--bsdc-light) 0%, #ffffff 100%);
}

@media (max-width: 991px) {
    .mission-banner-card {
        padding: 2rem 1.5rem;
    }
}



/* =========================================================
   AFFILIATIONS & ACCREDITATIONS SECTION
   ========================================================= */

.affiliations-section {
    background: linear-gradient(180deg, #ffffff 0%, var(--bsdc-light) 100%);
}

.affiliation-logo-card {
    background: #ffffff;
    border: 1px solid var(--bsdc-card-border);
    border-radius: 16px;
    padding: 1.25rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    box-shadow: var(--bsdc-shadow-sm);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.affiliation-logo-card .logo-img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
    filter: grayscale(20%);
    opacity: 0.9;
    transition: all 0.3s ease;
}

.affiliation-logo-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--bsdc-shadow-lg);
    border-color: rgba(29, 78, 216, 0.25);
}

.affiliation-logo-card:hover .logo-img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* Responsive Scaling for Mobile Screens */
@media (max-width: 767px) {
    .affiliation-logo-card {
        height: 80px;
        padding: 0.75rem 0.5rem;
        border-radius: 12px;
    }
    .affiliation-logo-card .logo-img {
        max-height: 75px;
    }
}



/* =========================================================
   CLIENT REVIEWS & TESTIMONIALS SECTION
   ========================================================= */

.reviews-section {
    background: linear-gradient(180deg, var(--bsdc-light) 0%, #ffffff 100%);
}

.testimonial-card-wrapper {
    background: #ffffff;
    border: 1px solid var(--bsdc-card-border);
    border-radius: 24px;
    padding: 2.5rem 2rem 1.5rem 2rem;
    box-shadow: var(--bsdc-shadow-sm);
    transition: all 0.3s ease;
}

.testimonial-card-wrapper:hover {
    box-shadow: var(--bsdc-shadow-lg);
    border-color: rgba(29, 78, 216, 0.2);
}

.quote-bg-icon {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 3.5rem;
    color: var(--bsdc-blue-light);
    opacity: 0.6;
    pointer-events: none;
}

.star-rating i {
    color: #f59e0b;
    font-size: 1rem;
    margin-right: 2px;
}

.review-quote-text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #334155;
    font-weight: 500;
    min-height: 80px;
}

/* Avatar Styling */
.avatar-circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.95rem;
    flex-shrink: 0;
}

.avatar-circle.navy { background: #e0e7ff; color: var(--bsdc-navy); }
.avatar-circle.gold { background: var(--bsdc-accent-gold-light); color: #d97706; }
.avatar-circle.blue { background: var(--bsdc-blue-light); color: var(--bsdc-blue); }
.avatar-circle.purple { background: #f3e8ff; color: #7e22ce; }
.avatar-circle.green { background: #dcfce7; color: #15803d; }

/* Custom Carousel Navigation Buttons */
.custom-carousel-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--bsdc-card-border);
    background: #ffffff;
    color: var(--bsdc-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.custom-carousel-btn:hover {
    background: var(--bsdc-navy);
    color: #ffffff;
    border-color: var(--bsdc-navy);
}

/* Side Banner Card */
.review-side-banner {
    background: linear-gradient(135deg, var(--bsdc-navy) 0%, var(--bsdc-navy-dark) 100%);
    min-height: 380px;
    position: relative;
    overflow: hidden;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .testimonial-card-wrapper {
        padding: 1.75rem 1.25rem 1rem 1.25rem;
    }
    .review-quote-text {
        font-size: 0.95rem;
        min-height: auto;
    }
}



/* =========================================================
   QUICK RESOURCES & ACTIVITIES SECTION
   ========================================================= */

.quick-resources-section {
    background: #ffffff;
}

.resource-cta-card {
    border-radius: 20px;
    padding: 2rem 1.75rem;
    height: 100%;
    box-shadow: var(--bsdc-shadow-sm);
    transition: all 0.3s ease;
}

.resource-cta-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--bsdc-shadow-lg);
}

.resource-cta-card.navy-gradient {
    background: linear-gradient(135deg, var(--bsdc-navy) 0%, var(--bsdc-navy-dark) 100%);
    color: #ffffff;
}

.resource-cta-card.light-border {
    background: var(--bsdc-light);
    border: 1px solid var(--bsdc-card-border);
}

.resource-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================================================
   GOVT JOB STUDENT FEEDBACK SECTION
   ========================================================= */

.govt-job-feedback-section {
    background: linear-gradient(180deg, var(--bsdc-light) 0%, #ffffff 100%);
}

.media-feedback-card {
    border-radius: 20px;
    box-shadow: var(--bsdc-shadow-sm);
    transition: all 0.3s ease;
}

.media-feedback-card:hover {
    box-shadow: var(--bsdc-shadow-lg);
    transform: translateY(-4px);
}

.media-cover {
    height: 240px;
    object-fit: cover;
}

/* Video Play Overlay Button */
.play-btn-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: rgba(245, 158, 11, 0.95);
    color: var(--bsdc-navy);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    text-decoration: none;
}

.play-btn-overlay:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--bsdc-navy);
    color: #ffffff;
}

.gallery-photo-link img {
    transition: transform 0.3s ease;
}

.gallery-photo-link:hover img {
    transform: scale(1.03);
    border-color: var(--bsdc-blue) !important;
}




/* =========================================================
   CONTACT US & FOOTER SECTION (NO FORM VERSION)
   ========================================================= */

.contact-us-section {
    background: linear-gradient(180deg, #ffffff 0%, var(--bsdc-light) 100%);
}

.contact-info-card {
    background: #ffffff;
    border: 1px solid var(--bsdc-card-border);
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: var(--bsdc-shadow-sm);
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    box-shadow: var(--bsdc-shadow-lg);
    border-color: rgba(29, 78, 216, 0.25);
    transform: translateY(-3px);
}

.contact-info-card.highlight-head {
    border-left: 5px solid var(--bsdc-blue);
}

.contact-action-tile {
    background: #ffffff;
    border: 1px solid var(--bsdc-card-border);
    border-radius: 16px;
    padding: 1.1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: var(--bsdc-shadow-sm);
    transition: all 0.3s ease;
}

.contact-action-tile:hover {
    box-shadow: var(--bsdc-shadow-lg);
    border-color: rgba(29, 78, 216, 0.3);
    transform: translateY(-3px);
}

.contact-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.contact-icon-box.navy-theme { background: #e0e7ff; color: var(--bsdc-navy); }
.contact-icon-box.gold-theme { background: var(--bsdc-accent-gold-light); color: #d97706; }
.contact-icon-box.green-theme { background: #dcfce7; color: #15803d; }
.contact-icon-box.blue-theme { background: var(--bsdc-blue-light); color: var(--bsdc-blue); }

.contact-cta-box {
    position: relative;
    overflow: hidden;
}

.contact-cta-box::after {
    /*content: '';
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 180px;
    height: 180px;
    background: rgba(245, 158, 11, 0.08);
    border-radius: 50%;
    pointer-events: none;*/
}

/* Footer */
.bsdc-footer {
    background: linear-gradient(135deg, var(--bsdc-navy) 0%, var(--bsdc-navy-dark) 100%);
}

.footer-links a:hover {
    color: var(--bsdc-accent-gold) !important;
}





@media(max-width: 746px){
    .support-banner-card::after {
        display: none !important;
    }
}