/* =====================================================
   LEADERSHIP PAGE – CCSOL
   Professional Enterprise Styling
===================================================== */

body {
    font-family: 'Inter', sans-serif;
}

/* =====================================================
   HERO SECTION
===================================================== */

.leadership-hero {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 25%, #312e81 50%, #374151 75%, #1f2937 100%);
    color: #fff;
    padding: 120px 0 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.leadership-hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

.leadership-hero p {
    font-size: 20px;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto 50px;
}

/* Stats */
.leadership-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
}

.leadership-stats span {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

.leadership-stats p {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 5px;
}

/* =====================================================
   BREADCRUMB (same feel as contact)
===================================================== */

.ccsol-breadcrumb {
    background: #f8fafc;
    padding: 18px 0;
    font-size: 14px;
}

.ccsol-breadcrumb a {
    color: #1e40af;
    text-decoration: none;
    font-weight: 600;
}

.ccsol-breadcrumb span {
    color: #64748b;
}

/* =====================================================
   SECTION HEADER
===================================================== */

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.section-header h2 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
}

.section-header p {
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
}

/* =====================================================
   MENU GRID
===================================================== */

.leadership-menu-section {
    padding: 100px 0;
    background: #f9fbff;
}

.leadership-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.menu-card {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    text-align: center;
}

.menu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.1);
}

.menu-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.menu-card p {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 15px;
}

.badge {
    background: linear-gradient(135deg, #fbbf24, #f59e0b);
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
}

/* =====================================================
   LEADERSHIP SECTION
===================================================== */

.leadership-section {
    padding: 120px 0;
    background: #ffffff;
}

.leadership-card {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
    background: #fff;
    border-radius: 24px;
    padding: 60px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.leadership-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 70px rgba(0,0,0,0.12);
}

.leadership-card.reverse {
    flex-direction: row-reverse;
}

/* Left Side */
.leadership-left {
    flex: 1;
    text-align: center;
}

.leadership-left img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.initials {
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, #1e40af, #764ba2);
    border-radius: 50%;
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.leadership-left h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.role {
    color: #1e40af;
    font-weight: 600;
    font-size: 14px;
}

/* Right Side */
.leadership-right {
    flex: 2;
}

.leadership-right h4 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
}

.leadership-right p {
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
}

/* =====================================================
   FUTURE SECTION
===================================================== */

.leadership-future {
    background: linear-gradient(135deg, #1e40af, #764ba2);
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.leadership-future h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.leadership-future p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    opacity: 0.9;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1024px) {

    .leadership-menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .leadership-card {
        flex-direction: column;
        text-align: center;
        padding: 40px;
    }

    .leadership-card.reverse {
        flex-direction: column;
    }

    .leadership-stats {
        flex-direction: column;
        gap: 25px;
    }
}

@media (max-width: 768px) {

    .leadership-hero h1 {
        font-size: 32px;
    }

    .leadership-hero p {
        font-size: 16px;
    }

    .leadership-menu-grid {
        grid-template-columns: 1fr;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .leadership-right h4 {
        font-size: 22px;
    }
}
/* =====================================================
   DARK MODE – EXECUTIVE LEADERSHIP
===================================================== */

.leadership-section {
    background: #0b1220;
    padding: 120px 0;
}

.section-header h2 {
    color: #ffffff;
}

.section-header p {
    color: #94a3b8;
}

/* Leadership Cards Dark */

.leadership-card {
    background: linear-gradient(145deg, #111827, #0f172a);
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

.leadership-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.8);
}

.leadership-right h4 {
    color: #ffffff;
}

.leadership-right p {
    color: #cbd5e1;
}

.leadership-left h3 {
    color: #ffffff;
}

.role {
    color: #00B4FF;
}

/* Initials Circle Dark */

.initials {
    background: linear-gradient(135deg, #1e40af, #00B4FF);
    box-shadow: 0 15px 40px rgba(0,180,255,0.4);
}

/* Divider Glow */

.section-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #00B4FF, transparent);
    margin: 3rem 0;
}
.leadership-menu-section {
    padding: 100px 0;
    background: #f9fbff;
}
.leadership-menu-section {
    padding: 100px 0;
    background: #0f172a;
}
.menu-card {
    background: #111827;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

.menu-card h3 {
    color: #ffffff;
}

.menu-card p {
    color: #94a3b8;
}
