/* =============================================
   ABOUT PAGE — LIGHT + GREY PREMIUM THEME
   ============================================= */


/* INTRO SECTION */

.magna-about-wrapper .section-heading h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
}

.magna-about-wrapper .page-heading {
    padding: 150px 0 100px 0;
    background-image: url('../images/breadcrumb/ChatGPT Image May 13, 2026, 11_06_47 AM.png');
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}

.magna-about-wrapper .page-heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 34, 56, 0.8);
}

.magna-about-wrapper .page-heading h1 {
    font-size: 28px !important;
    font-weight: 800;
}

.magna-about-wrapper .about-intro {
    padding: 100px 0 80px;
    background: #f2f9f2;
}

.magna-about-wrapper .about-intro .intro-tag {
    display: inline-block;
    background: rgba(245, 166, 35, 0.10);
    border: 1px solid rgba(245, 166, 35, 0.35);
    color: #d48a10;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 7px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.magna-about-wrapper .about-intro h2 {
    font-size: 28px;
    font-weight: 800;
    color: #0B3472;
    line-height: 1.15;
    margin-bottom: 30px;
}

.magna-about-wrapper .about-intro h2 span {
    color: #D89A1D;
}

.magna-about-wrapper .about-intro .intro-lead {
    font-size: 18px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 20px;
    font-weight: 400;
}

.magna-about-wrapper .about-intro .highlight-bar {
    background: linear-gradient(135deg, #fff8ee, #fff3db);
    border-left: 5px solid #D89A1D;
    padding: 22px 28px;
    border-radius: 0 12px 12px 0;
    margin-top: 35px;
}

.magna-about-wrapper .about-intro .highlight-bar p {
    font-size: 18px;
    color: #b37a00;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    line-height: 1.6;
}


/* Right image column */

.magna-about-wrapper .about-intro .intro-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
}

.magna-about-wrapper .about-intro .intro-img-wrap img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    display: block;
    transition: 0.5s;
}

.magna-about-wrapper .about-intro .intro-img-wrap:hover img {
    transform: scale(1.04);
}

.magna-about-wrapper .about-intro .intro-img-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    border-radius: 14px;
    padding: 18px 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 15px;
}

.magna-about-wrapper .about-intro .intro-img-badge .badge-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #D89A1D, #e09010);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.magna-about-wrapper .about-intro .intro-img-badge .badge-text strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: #0B3472;
    line-height: 1;
}

.magna-about-wrapper .about-intro .intro-img-badge .badge-text span {
    font-size: 13px;
    color: #777;
}


/* =============================================
   STATS STRIP
   ============================================= */

.magna-about-wrapper .about-stats {
    background: #f8f9fa;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
}

.magna-about-wrapper .about-stats .stat-col {
    padding: 50px 20px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    transition: 0.3s;
    cursor: default;
}

.magna-about-wrapper .about-stats .stat-col:last-child {
    border-right: none;
}

.magna-about-wrapper .about-stats .stat-col:hover {
    background: #fff;
    box-shadow: inset 0 -4px 0 #D89A1D;
}

.magna-about-wrapper .about-stats .stat-num {
    font-size: 52px;
    font-weight: 800;
    color: #D89A1D;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
}

.magna-about-wrapper .about-stats .stat-label {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}


/* =============================================
   VISION & MISSION CARDS
   ============================================= */

.magna-about-wrapper .about-vm {
    padding: 100px 0;
    background: #031b45;
}

.magna-about-wrapper .about-vm .vm-section-tag {
    font-size: 12px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 14px;
}

.magna-about-wrapper .about-vm h2 {
    font-size: 44px;
    font-weight: 800;
    color: white;
    margin-bottom: 18px;
}

.magna-about-wrapper .about-vm .vm-sub {
    font-size: 17px;
    color: white;
    line-height: 1.75;
    margin-bottom: 50px;
    max-width: 600px;
}

.magna-about-wrapper .vm-card-light {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 18px;
    padding: 40px 35px;
    height: 100%;
    transition: 0.35s;
    position: relative;
    overflow: hidden;
}

.magna-about-wrapper .vm-card-light::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #D89A1D;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.35s;
}

.magna-about-wrapper .vm-card-light:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.09);
    border-color: transparent;
}

.magna-about-wrapper .vm-card-light:hover::after {
    transform: scaleX(1);
}

.magna-about-wrapper .vm-card-light .vm-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #fff8ee, #fdecc8);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 24px;
}

.magna-about-wrapper .vm-card-light h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0B3472;
    margin-bottom: 12px;
}

.magna-about-wrapper .vm-card-light p {
    font-size: 15px;
    color: #666;
    line-height: 1.75;
    margin: 0;
}


/* =============================================
   WHY CHOOSE US
   ============================================= */

.magna-about-wrapper .about-why {
    padding: 100px 0;
    background: #ffffff;
}

.magna-about-wrapper .about-why .why-heading {
    text-align: center;
    margin-bottom: 65px;
}

.magna-about-wrapper .about-why .why-heading span {
    font-size: 12px;
    font-weight: 700;
    color: #d48a10;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 14px;
}

.magna-about-wrapper .about-why .why-heading h2 {
    font-size: 44px;
    font-weight: 800;
    color: #0B3472;
}

.magna-about-wrapper .about-why .why-heading p {
    font-size: 17px;
    color: #666;
    max-width: 560px;
    margin: 12px auto 0;
    line-height: 1.75;
}

.magna-about-wrapper .why-card-light {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 32px;
    background: #f8f9fb;
    border-radius: 16px;
    border: 1px solid #eaeef3;
    transition: 0.3s;
    margin-bottom: 24px;
    height: calc(100% - 24px);
}

.magna-about-wrapper .why-card-light:hover {
    background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-color: #D89A1D;
    transform: translateY(-4px);
}

.magna-about-wrapper .why-card-light .wc-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #fff3d6, #ffe4a0);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}

.magna-about-wrapper .why-card-light .wc-body h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0B3472;
    margin-bottom: 8px;
}

.magna-about-wrapper .why-card-light .wc-body p {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
    margin: 0;
}


/* =============================================
   PRODUCT RANGE
   ============================================= */

.magna-about-wrapper .about-supply {
    padding: 100px 0;
    background: #f4f6f9;
}

.magna-about-wrapper .supply-grid-light {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 40px;
}

.magna-about-wrapper .supply-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1.5px solid #dde3ea;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 22px;
    border-radius: 50px;
    transition: 0.3s;
    cursor: default;
}

.magna-about-wrapper .supply-chip .chip-dot {
    width: 8px;
    height: 8px;
    background: #D89A1D;
    border-radius: 50%;
    flex-shrink: 0;
}

.magna-about-wrapper .supply-chip:hover {
    border-color: #D89A1D;
    background: #fff8ee;
    color: #b37a00;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(245, 166, 35, 0.15);
}


/* =============================================
   FOUNDER QUOTE STRIP
   ============================================= */

.magna-about-wrapper .about-quote-strip {
    padding: 90px 0;
    background: linear-gradient(135deg, #0B3472, #2c2c54);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.magna-about-wrapper .about-quote-strip::before {
    content: '"';
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 300px;
    color: rgba(245, 166, 35, 0.04);
    font-family: Georgia, serif;
    line-height: 1;
    pointer-events: none;
}

.magna-about-wrapper .about-quote-strip blockquote {
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    max-width: 820px;
    margin: 0 auto 28px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.magna-about-wrapper .about-quote-strip blockquote span {
    color: #D89A1D;
    font-weight: 600;
}

.magna-about-wrapper .about-quote-strip .quote-author {
    font-size: 15px;
    color: #D89A1D;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}


/* =============================================
   CTA
   ============================================= */

.magna-about-wrapper .about-cta-light {
    padding: 100px 0;
    background: #fff;
    text-align: center;
}

.magna-about-wrapper .about-cta-light h2 {
    font-size: 48px;
    font-weight: 800;
    color: #0B3472;
    margin-bottom: 16px;
}

.magna-about-wrapper .about-cta-light p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.magna-about-wrapper .about-cta-light .cta-btn-primary {
    display: inline-block;
    padding: 16px 44px;
    background: #D89A1D;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
    margin-right: 12px;
}

.magna-about-wrapper .about-cta-light .cta-btn-primary:hover {
    background: #e09010;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(245, 166, 35, 0.3);
}

.magna-about-wrapper .about-cta-light .cta-btn-outline {
    display: inline-block;
    padding: 15px 44px;
    background: transparent;
    color: #0B3472;
    border: 2px solid #0B3472;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.magna-about-wrapper .about-cta-light .cta-btn-outline:hover {
    background: #0B3472;
    color: #fff;
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .magna-about-wrapper .page-heading h1 {
        font-size: 18px !important;
    }

    .magna-about-wrapper .about-intro h2 {
        font-size: 18px;
    }

    .magna-about-wrapper .about-vm h2,
    .magna-about-wrapper .about-why .why-heading h2,
    .magna-about-wrapper .about-cta-light h2 {
        font-size: 32px;
    }

    .magna-about-wrapper .about-quote-strip blockquote {
        font-size: 20px;
    }

    .magna-about-wrapper .about-stats .stat-col {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .magna-about-wrapper .cta-btn-primary,
    .magna-about-wrapper .cta-btn-outline {
        display: block;
        text-align: center;
        margin: 0 0 12px 0 !important;
    }
}


/* =============================================
   LEADERSHIP SECTION (MODERN REDESIGN)
   ============================================= */

.modern-leadership-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

.modern-leadership-section .section-heading {
    margin-bottom: 60px;
}

.modern-leadership-section .sub-title {
    display: inline-block;
    color: #D89A1D;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    background: rgba(245, 166, 35, 0.1);
    padding: 6px 16px;
    border-radius: 50px;
}

.modern-leadership-section h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.modern-leadership-section .heading-desc {
    font-size: 18px;
    color: #475569;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}


/* Leadership Cards */

.leader-card-modern {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.04);
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid rgba(226, 232, 240, 0.6);
    display: flex;
    flex-direction: column;
}

.leader-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.08);
    border-color: rgba(245, 166, 35, 0.3);
}

.leader-card-modern .card-header {
    padding: 40px 40px 0 40px;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
}

.leader-card-modern .leader-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(245, 166, 35, 0.2);
    border: 3px solid #ffffff;
    background: #f1f5f9;
}

.leader-card-modern .leader-info h3 {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 4px;
}

.leader-card-modern .leader-info span {
    font-size: 14px;
    font-weight: 600;
    color: #D89A1D;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.leader-card-modern .card-body {
    padding: 0 40px 40px 40px;
    flex-grow: 1;
}


.leader-card-modern .card-body p {
    font-size: 16px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 16px;
    position: relative;
}

.leader-card-modern .card-body p:last-child {
    margin-bottom: 0;
}


/* Quote Icon Overlay */

.leader-card-modern .quote-icon {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 60px;
    color: rgba(245, 166, 35, 0.08);
    font-family: Georgia, serif;
    line-height: 1;
    pointer-events: none;
}


/* Features Bottom */

.leadership-features-modern {
    margin-top: 60px;
}

.feature-box-modern {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 24px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(226, 232, 240, 0.6);
    height: 100%;
}

.feature-box-modern:hover {
    background: #D89A1D;
    border-color: #D89A1D;
    transform: translateY(-5px);
}

.feature-box-modern .icon-wrapper {
    width: 54px;
    height: 54px;
    background: rgba(245, 166, 35, 0.1);
    color: #D89A1D;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.feature-box-modern:hover .icon-wrapper {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.feature-box-modern h4 {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.feature-box-modern:hover h4 {
    color: #ffffff;
}

.feature-box-modern p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    transition: all 0.3s ease;
}

.feature-box-modern:hover p {
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .modern-leadership-section h2 {
        font-size: 32px;
    }

    .leader-card-modern .card-header {
        padding: 30px 30px 0 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .leader-card-modern .card-body {
        padding: 0 30px 30px 30px;
    }

    .leader-card-modern .quote-icon {
        top: 20px;
        right: 20px;
    }
}