﻿/* --- Right Column: Query Form --- */
.contact-form h2 {
    margin-bottom: 20px;
    color: #333;
    font-size: 28px;
    border-bottom: 2px solid #0056b3;
    display: inline-block;
    padding-bottom: 5px;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: #444;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        transition: border-color 0.3s;
    }

        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #0056b3;
            outline: none;
        }

    .form-group textarea {
        height: 150px;
        resize: vertical;
    }

.submit-btn {
    background-color: #0056b3;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

    .submit-btn:hover {
        background-color: #004494;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .contact-wrapper {
        grid-template-columns: 1fr; /* Stack columns on mobile */
        padding: 20px;
    }
}

.form-container {
    max-width: 500px;
    margin: 0 auto;
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-header {
    text-align: left;
    margin-bottom: 30px;
}

    .form-header h2 {
        color: #333;
        font-weight: 700;
    }

.form-group {
    margin-bottom: 20px;
}

.control-label {
    font-weight: 600;
    color: #555;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 12px;
    transition: border-color 0.3s;
}

    .form-control:focus {
        border-color: #4e73df;
        box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
    }

.btn-primary {
    background-color: #4e73df;
    border-color: #4e73df;
    font-weight: 600;
    padding: 12px 20px;
    transition: all 0.3s;
}

    .btn-primary:hover {
        background-color: #000;
        border-color: #2653d4;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

/* Notification Popup Styles */
.notification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

    .notification-overlay.show {
        opacity: 1;
        visibility: visible;
    }

.notification-popup {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: scale(0.7);
    transition: transform 0.3s;
}

.notification-overlay.show .notification-popup {
    transform: scale(1);
}

.notification-icon {
    font-size: 60px;
    color: #28a745;
    margin-bottom: 20px;
}

.notification-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.notification-message {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
}

.close-notification {
    background-color: #4e73df;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
}

    .close-notification:hover {
        background-color: #2e59d9;
    }

.loading-spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.required-field {
    color: #e74a3b;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.additional-info {
    margin-top: 30px;
}

.info-item {
    margin-bottom: 10px;
    color: #000;
}
.wcs-snacks * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wcs-snacks {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #334155;
    line-height: 1.7;
    background: #F0F5FA;
    overflow: hidden;
}

/* ── Page Hero ── */
.wcs-snacks-hero {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1628 0%, #0f2847 50%, #0a1628 100%);
}

.wcs-snacks-hero-bg {
    position: absolute;
    inset: 0;
    background: url('https://wcsipl.com/wp-content/uploads/2026/01/ChatGPT-Image-Jan-8-2026-03_44_48-PM-Large.jpeg') center/cover no-repeat;
    opacity: 0.3;
    transform: scale(1.05);
    transition: transform 10s ease;
}

.wcs-snacks-hero:hover .wcs-snacks-hero-bg {
    transform: scale(1.1);
}

.wcs-snacks-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(4,107,210,0.15) 0%, rgba(10,22,40,0.75) 100%);
}

.wcs-snacks-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    width: 100%;
}

.wcs-snacks-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 24px;
    font-weight: 400;
}

    .wcs-snacks-breadcrumb a {
        color: rgba(255,255,255,0.5);
        text-decoration: none;
        transition: color 0.3s;
    }

        .wcs-snacks-breadcrumb a:hover {
            color: #fff;
        }

    .wcs-snacks-breadcrumb .sep {
        font-size: 11px;
    }

    .wcs-snacks-breadcrumb .current {
        color: rgba(255,255,255,0.85);
    }

.wcs-snacks-hero-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

    .wcs-snacks-hero-title span {
        background: linear-gradient(90deg, #046bd2, #38bdf8);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.wcs-snacks-hero-desc {
    font-size: 17px;
    color: rgba(255,255,255,0.65);
    max-width: 620px;
    line-height: 1.7;
    font-weight: 400;
}

/* ── Intro Section ── */
.wcs-snacks-intro {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.wcs-snacks-intro-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.3;
}

    .wcs-snacks-intro-text h2 span {
        color: #046bd2;
    }

.wcs-snacks-intro-text p {
    font-size: 15.5px;
    color: #475569;
    margin-bottom: 16px;
    line-height: 1.8;
}

.wcs-snacks-intro-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

    .wcs-snacks-intro-img img {
        width: 100%;
        height: 360px;
        object-fit: cover;
        display: block;
        transition: transform 0.6s ease;
    }

    .wcs-snacks-intro-img:hover img {
        transform: scale(1.04);
    }

.wcs-snacks-intro-img-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #046bd2;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ── Stats Bar ── */
.wcs-snacks-stats {
    background: #046bd2;
    padding: 50px 40px;
}

.wcs-snacks-stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.wcs-snacks-stat-item {
    color: #fff;
}

.wcs-snacks-stat-num {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px;
    display: block;
}

.wcs-snacks-stat-label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.75;
}

/* ── Challenges Grid ── */
.wcs-snacks-challenges {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}

.wcs-snacks-section-header {
    text-align: center;
    margin-bottom: 50px;
}

    .wcs-snacks-section-header .label {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #046bd2;
        margin-bottom: 14px;
        background: rgba(4,107,210,0.08);
        padding: 6px 18px;
        border-radius: 30px;
    }

    .wcs-snacks-section-header h2 {
        font-size: clamp(26px, 3.5vw, 36px);
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 14px;
        line-height: 1.25;
    }

    .wcs-snacks-section-header p {
        font-size: 15px;
        color: #64748b;
        max-width: 560px;
        margin: 0 auto;
        line-height: 1.7;
    }

.wcs-snacks-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.wcs-snacks-card {
    background: #fff;
    border-radius: 12px;
    padding: 36px 30px;
    border: 1px solid #e2e8f0;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

    .wcs-snacks-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #046bd2, #38bdf8);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
    }

    .wcs-snacks-card:hover::before {
        transform: scaleX(1);
    }

    .wcs-snacks-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 48px rgba(4,107,210,0.1);
        border-color: transparent;
    }

.wcs-snacks-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: rgba(4,107,210,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    font-size: 24px;
    color: #046bd2;
    transition: all 0.3s ease;
}

.wcs-snacks-card:hover .wcs-snacks-card-icon {
    background: #046bd2;
    color: #fff;
}

.wcs-snacks-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
    line-height: 1.3;
}

.wcs-snacks-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
}

/* ── Process Flow Section ── */
.wcs-snacks-process {
    background: #fff;
    padding: 80px 40px;
}

.wcs-snacks-process-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.wcs-snacks-process-img {
    position: relative;
}

    .wcs-snacks-process-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 12px;
        display: block;
    }

.wcs-snacks-process-img-accent {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 160px;
    height: 160px;
    border: 3px solid #046bd2;
    border-radius: 12px;
    opacity: 0.15;
    z-index: 0;
}

.wcs-snacks-process-text .label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #046bd2;
    margin-bottom: 14px;
}

.wcs-snacks-process-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.3;
}

.wcs-snacks-process-text p {
    font-size: 15px;
    color: #475569;
    margin-bottom: 24px;
    line-height: 1.8;
}

.wcs-snacks-feature-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

    .wcs-snacks-feature-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        font-weight: 500;
        color: #334155;
    }

        .wcs-snacks-feature-list li .check {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: rgba(4,107,210,0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            color: #046bd2;
            font-size: 12px;
            font-weight: 700;
        }

/* ── Solutions Detail Rows ── */
.wcs-snacks-solutions {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}

.wcs-snacks-solution-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    align-items: center;
}

    .wcs-snacks-solution-row:last-child {
        margin-bottom: 0;
    }

    .wcs-snacks-solution-row.reverse .wcs-snacks-solution-img {
        order: 2;
    }

    .wcs-snacks-solution-row.reverse .wcs-snacks-solution-text {
        order: 1;
    }

.wcs-snacks-solution-img {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

    .wcs-snacks-solution-img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        display: block;
        transition: transform 0.5s ease;
    }

    .wcs-snacks-solution-img:hover img {
        transform: scale(1.05);
    }

.wcs-snacks-solution-img-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(4,107,210,0.9);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(4px);
}

.wcs-snacks-solution-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.wcs-snacks-solution-text p {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.75;
    margin-bottom: 16px;
}

.wcs-snacks-solution-text ul {
    list-style: none;
    margin-bottom: 0;
}

    .wcs-snacks-solution-text ul li {
        position: relative;
        padding-left: 20px;
        font-size: 14px;
        color: #475569;
        margin-bottom: 8px;
        line-height: 1.6;
    }

        .wcs-snacks-solution-text ul li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #046bd2;
        }

/* ── Standards Compliance ── */
.wcs-snacks-standards {
    background: #fff;
    padding: 80px 40px;
}

.wcs-snacks-standards-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.wcs-snacks-standards-text .label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #046bd2;
    margin-bottom: 14px;
}

.wcs-snacks-standards-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.3;
}

.wcs-snacks-standards-text p {
    font-size: 15px;
    color: #475569;
    margin-bottom: 24px;
    line-height: 1.8;
}

.wcs-snacks-standard-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wcs-snacks-standard-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(4,107,210,0.06);
    border: 1px solid rgba(4,107,210,0.15);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #046bd2;
    transition: all 0.3s ease;
}

    .wcs-snacks-standard-tag:hover {
        background: #046bd2;
        color: #fff;
        border-color: #046bd2;
    }

.wcs-snacks-standards-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

    .wcs-snacks-standards-img img {
        width: 100%;
        height: 380px;
        object-fit: cover;
        display: block;
        transition: transform 0.6s ease;
    }

    .wcs-snacks-standards-img:hover img {
        transform: scale(1.04);
    }

/* ── CTA Section ── */
.wcs-snacks-cta {
    background: linear-gradient(135deg, #0a1628 0%, #0f2847 100%);
    padding: 80px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .wcs-snacks-cta::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        background: rgba(4,107,210,0.1);
        filter: blur(80px);
    }

    .wcs-snacks-cta::after {
        content: '';
        position: absolute;
        bottom: -40%;
        left: -10%;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        background: rgba(56,189,248,0.06);
        filter: blur(60px);
    }

.wcs-snacks-cta-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin: 0 auto;
}

.wcs-snacks-cta h2 {
    font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.25;
}

.wcs-snacks-cta p {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 32px;
    line-height: 1.7;
}

.wcs-snacks-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.wcs-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: #046bd2;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid #046bd2;
}

    .wcs-btn-primary:hover {
        background: #045cb4;
        border-color: #045cb4;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(4,107,210,0.3);
        color: #fff;
    }

.wcs-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    border: 2px solid rgba(255,255,255,0.25);
    transition: all 0.3s ease;
}

    .wcs-btn-outline:hover {
        border-color: #fff;
        background: rgba(255,255,255,0.05);
        color: #fff;
        transform: translateY(-2px);
    }

/* ── Responsive ── */
@media (max-width: 921px) {
    .wcs-snacks-intro {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 60px 24px;
    }

    .wcs-snacks-stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .wcs-snacks-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wcs-snacks-process-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .wcs-snacks-standards-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .wcs-snacks-solution-row {
        grid-template-columns: 1fr;
    }

        .wcs-snacks-solution-row.reverse .wcs-snacks-solution-img {
            order: 0;
        }

        .wcs-snacks-solution-row.reverse .wcs-snacks-solution-text {
            order: 0;
        }

    .wcs-snacks-hero-content {
        padding: 60px 24px;
    }
}

@media (max-width: 600px) {
    .wcs-snacks-stats-inner {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        padding: 0;
    }

    .wcs-snacks-grid {
        grid-template-columns: 1fr;
    }

    .wcs-snacks-feature-list {
        grid-template-columns: 1fr;
    }

    .wcs-snacks-cta-btns {
        flex-direction: column;
        align-items: center;
    }

    .wcs-snacks-hero-content {
        padding: 50px 20px;
    }

    .wcs-snacks-challenges, .wcs-snacks-solutions {
        padding: 60px 20px;
    }

    .wcs-snacks-process, .wcs-snacks-standards {
        padding: 60px 20px;
    }

    .wcs-snacks-cta {
        padding: 60px 20px;
    }
}
.wcs-infra * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wcs-infra {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #334155;
    line-height: 1.7;
    background: #F0F5FA;
    overflow: hidden;
}

/* ── Page Hero ── */
.wcs-infra-hero {
    position: relative;
    width: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1628 0%, #0f2847 50%, #0a1628 100%);
}

.wcs-infra-hero-bg {
    position: absolute;
    inset: 0;
    background: url('https://wcsipl.com/wp-content/uploads/2025/12/coporeat-office-4-Large-1024x682.jpeg') center/cover no-repeat;
    opacity: 0.3;
    transform: scale(1.05);
    transition: transform 10s ease;
}

.wcs-infra-hero:hover .wcs-infra-hero-bg {
    transform: scale(1.1);
}

.wcs-infra-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(4,107,210,0.15) 0%, rgba(10,22,40,0.75) 100%);
}

.wcs-infra-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    width: 100%;
}

.wcs-infra-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 24px;
    font-weight: 400;
}

    .wcs-infra-breadcrumb a {
        color: rgba(255,255,255,0.5);
        text-decoration: none;
        transition: color 0.3s;
    }

        .wcs-infra-breadcrumb a:hover {
            color: #fff;
        }

    .wcs-infra-breadcrumb .sep {
        font-size: 11px;
    }

    .wcs-infra-breadcrumb .current {
        color: rgba(255,255,255,0.85);
    }

.wcs-infra-hero-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}

    .wcs-infra-hero-title span {
        background: linear-gradient(90deg, #046bd2, #38bdf8);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.wcs-infra-hero-desc {
    font-size: 17px;
    color: rgba(255,255,255,0.65);
    max-width: 600px;
    line-height: 1.7;
    font-weight: 400;
}

/* ── Intro Section ── */
.wcs-infra-intro {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.wcs-infra-intro-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.3;
}

    .wcs-infra-intro-text h2 span {
        color: #046bd2;
    }

.wcs-infra-intro-text p {
    font-size: 15.5px;
    color: #475569;
    margin-bottom: 16px;
    line-height: 1.8;
}

.wcs-infra-intro-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

    .wcs-infra-intro-img img {
        width: 100%;
        height: 360px;
        object-fit: cover;
        display: block;
        transition: transform 0.6s ease;
    }

    .wcs-infra-intro-img:hover img {
        transform: scale(1.04);
    }

.wcs-infra-intro-img-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #046bd2;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ── Stats Bar ── */
.wcs-infra-stats {
    background: #046bd2;
    padding: 50px 40px;
}

.wcs-infra-stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.wcs-infra-stat-item {
    color: #fff;
}

.wcs-infra-stat-num {
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 6px;
    display: block;
}

.wcs-infra-stat-label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: 0.75;
}

/* ── Capabilities Grid ── */
.wcs-infra-caps {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}

.wcs-infra-section-header {
    text-align: center;
    margin-bottom: 50px;
}

    .wcs-infra-section-header .label {
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #046bd2;
        margin-bottom: 14px;
        background: rgba(4,107,210,0.08);
        padding: 6px 18px;
        border-radius: 30px;
    }

    .wcs-infra-section-header h2 {
        font-size: clamp(26px, 3.5vw, 36px);
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 14px;
        line-height: 1.25;
    }

    .wcs-infra-section-header p {
        font-size: 15px;
        color: #64748b;
        max-width: 560px;
        margin: 0 auto;
        line-height: 1.7;
    }

.wcs-infra-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.wcs-infra-card {
    background: #fff;
    border-radius: 12px;
    padding: 36px 30px;
    border: 1px solid #e2e8f0;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

    .wcs-infra-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #046bd2, #38bdf8);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
    }

    .wcs-infra-card:hover::before {
        transform: scaleX(1);
    }

    .wcs-infra-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 48px rgba(4,107,210,0.1);
        border-color: transparent;
    }

.wcs-infra-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: rgba(4,107,210,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    font-size: 24px;
    color: #046bd2;
    transition: all 0.3s ease;
}

.wcs-infra-card:hover .wcs-infra-card-icon {
    background: #046bd2;
    color: #fff;
}

.wcs-infra-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
    line-height: 1.3;
}

.wcs-infra-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
}

/* ── Facilities Showcase ── */
.wcs-infra-facilities {
    background: #fff;
    padding: 80px 40px;
}

.wcs-infra-facilities-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.wcs-infra-facilities-img {
    position: relative;
}

    .wcs-infra-facilities-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 12px;
        display: block;
    }

.wcs-infra-facilities-img-accent {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 160px;
    height: 160px;
    border: 3px solid #046bd2;
    border-radius: 12px;
    opacity: 0.15;
    z-index: 0;
}

.wcs-infra-facilities-text .label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #046bd2;
    margin-bottom: 14px;
}

.wcs-infra-facilities-text h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.3;
}

.wcs-infra-facilities-text p {
    font-size: 15px;
    color: #475569;
    margin-bottom: 24px;
    line-height: 1.8;
}

.wcs-infra-feature-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

    .wcs-infra-feature-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        font-weight: 500;
        color: #334155;
    }

        .wcs-infra-feature-list li .check {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: rgba(4,107,210,0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            color: #046bd2;
            font-size: 12px;
            font-weight: 700;
        }

/* ── Services Tied to Infrastructure ── */
.wcs-infra-services {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}

.wcs-infra-service-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    align-items: center;
}

    .wcs-infra-service-row:last-child {
        margin-bottom: 0;
    }

    .wcs-infra-service-row.reverse .wcs-infra-service-img {
        order: 2;
    }

    .wcs-infra-service-row.reverse .wcs-infra-service-text {
        order: 1;
    }

.wcs-infra-service-img {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

    .wcs-infra-service-img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        display: block;
        transition: transform 0.5s ease;
    }

    .wcs-infra-service-img:hover img {
        transform: scale(1.05);
    }

.wcs-infra-service-img-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(4,107,210,0.9);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(4px);
}

.wcs-infra-service-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.wcs-infra-service-text p {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.75;
    margin-bottom: 16px;
}

.wcs-infra-service-text ul {
    list-style: none;
    margin-bottom: 0;
}

    .wcs-infra-service-text ul li {
        position: relative;
        padding-left: 20px;
        font-size: 14px;
        color: #475569;
        margin-bottom: 8px;
        line-height: 1.6;
    }

        .wcs-infra-service-text ul li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #046bd2;
        }

/* ── CTA Section ── */
.wcs-infra-cta {
    background: linear-gradient(135deg, #0a1628 0%, #0f2847 100%);
    padding: 80px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .wcs-infra-cta::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        background: rgba(4,107,210,0.1);
        filter: blur(80px);
    }

    .wcs-infra-cta::after {
        content: '';
        position: absolute;
        bottom: -40%;
        left: -10%;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        background: rgba(56,189,248,0.06);
        filter: blur(60px);
    }

.wcs-infra-cta-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin: 0 auto;
}

.wcs-infra-cta h2 {
    font-size: clamp(26px, 3.5vw, 36px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.25;
}

.wcs-infra-cta p {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 32px;
    line-height: 1.7;
}

.wcs-infra-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.wcs-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: #046bd2;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid #046bd2;
}

    .wcs-btn-primary:hover {
        background: #045cb4;
        border-color: #045cb4;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(4,107,210,0.3);
        color: #fff;
    }

.wcs-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    border: 2px solid rgba(255,255,255,0.25);
    transition: all 0.3s ease;
}

    .wcs-btn-outline:hover {
        border-color: #fff;
        background: rgba(255,255,255,0.05);
        color: #fff;
        transform: translateY(-2px);
    }

/* ── Responsive ── */
@media (max-width: 921px) {
    .wcs-infra-intro {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 60px 24px;
    }

    .wcs-infra-stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .wcs-infra-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wcs-infra-facilities-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .wcs-infra-service-row {
        grid-template-columns: 1fr;
    }

        .wcs-infra-service-row.reverse .wcs-infra-service-img {
            order: 0;
        }

        .wcs-infra-service-row.reverse .wcs-infra-service-text {
            order: 0;
        }

    .wcs-infra-hero-content {
        padding: 60px 24px;
    }
}

@media (max-width: 600px) {
    .wcs-infra-stats-inner {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        padding: 0;
    }

    .wcs-infra-grid {
        grid-template-columns: 1fr;
    }

    .wcs-infra-feature-list {
        grid-template-columns: 1fr;
    }

    .wcs-infra-cta-btns {
        flex-direction: column;
        align-items: center;
    }

    .wcs-infra-hero-content {
        padding: 50px 20px;
    }

    .wcs-infra-caps, .wcs-infra-services {
        padding: 60px 20px;
    }

    .wcs-infra-facilities {
        padding: 60px 20px;
    }

    .wcs-infra-cta {
        padding: 60px 20px;
    }
}/* ===========================================
   WCSIPL — Pure CSS (No Tailwind)
   =========================================== */

/* --- CSS Custom Properties --- */
:root {
    --brand-50: #eff6ff;
    --brand-100: #dbeafe;
    --brand-200: #bfdbfe;
    --brand-300: #93c5fd;
    --brand-400: #60a5fa;
    --brand-500: #2563eb;
    --brand-600: #1d4ed8;
    --brand-700: #1e40af;
    --brand-800: #1e3a8a;
    --brand-900: #172554;
    --accent-50: #fff7ed;
    --accent-100: #ffedd5;
    --accent-200: #fed7aa;
    --accent-300: #fdba74;
    --accent-400: #fb923c;
    --accent-500: #f97316;
    --accent-600: #ea580c;
    --accent-700: #c2410c;
    --slate-50: #f8fafc;
    --slate-100: #f1f5f9;
    --slate-200: #e2e8f0;
    --slate-300: #cbd5e1;
    --slate-400: #94a3b8;
    --slate-500: #64748b;
    --slate-600: #475569;
    --slate-700: #334155;
    --slate-800: #1e293b;
    --slate-900: #0f172a;
    --white: #ffffff;
    --black: #000000;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 12px 32px rgba(0,0,0,0.1);
    --shadow-xl: 0 20px 50px rgba(0,0,0,0.12);
    --shadow-brand: 0 4px 14px rgba(37,99,235,0.3);
    --shadow-accent: 0 8px 20px rgba(249,115,22,0.35);
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 20px;
    --radius-2xl: 24px;
    --radius-full: 9999px;
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-script: 'Satisfy', cursive;
    --transition: 0.3s ease;
    --transition-slow: 0.5s ease;
}

/* --- Reset --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-sans);
    color: var(--slate-800);
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
}

/* --- Layout --- */
.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- Icon Sizes --- */
.icon-xs {
    width: 12px;
    height: 12px;
}

.icon-sm {
    width: 16px;
    height: 16px;
}

.icon-md {
    width: 20px;
    height: 20px;
}

.icon-lg {
    width: 24px;
    height: 24px;
}

.icon-xl {
    width: 28px;
    height: 28px;
}

/* --- Buttons --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    border-radius: var(--radius-md);
    padding: 12px 24px;
    transition: all var(--transition);
    white-space: nowrap;
    line-height: 1;
}

.btn--sm {
    padding: 10px 20px;
    font-size: 13px;
}

.btn--lg {
    padding: 16px 28px;
    font-size: 15px;
}

.btn--block {
    width: 100%;
}

.btn--primary {
    background: var(--brand-600);
    color: var(--white);
    box-shadow: var(--shadow-brand);
}

    .btn--primary:hover {
        background: var(--brand-700);
    }

.btn--accent {
    background: var(--accent-500);
    color: var(--white);
    box-shadow: var(--shadow-accent);
}

    .btn--accent:hover {
        background: var(--accent-600);
    }

.btn--outline {
    background: transparent;
    color: var(--brand-600);
    border: 1.5px solid var(--brand-200);
}

    .btn--outline:hover {
        background: var(--brand-50);
    }

.btn--glass {
    background: rgba(255,255,255,0.1);
    color: var(--white);
    border: 1.5px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);
}

    .btn--glass:hover {
        background: rgba(255,255,255,0.2);
    }

/* --- Badge --- */
.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.badge--brand {
    background: var(--brand-50);
    border: 1px solid var(--brand-100);
    color: var(--brand-600);
}

.badge--light {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.9);
    backdrop-filter: blur(8px);
}

.badge--sm {
    padding: 4px 10px;
    font-size: 10px;
    margin-bottom: 14px;
}

.badge__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent-400);
    animation: pulse 2s ease-in-out infinite;
}

/* --- Text Utilities --- */
.text-accent-light {
    color: var(--accent-300);
}

.text-gradient-blue {
    background: linear-gradient(135deg, var(--brand-700), var(--brand-500));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-orange {
    background: linear-gradient(135deg, var(--accent-600), var(--accent-500));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* --- Animations --- */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.float-anim {
    animation: float 5s ease-in-out infinite;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: scale(1.08);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(30px);
        filter: blur(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.anim-reveal {
    animation: reveal 1s ease-out both;
    animation-timeline: view();
    animation-range: entry 10% cover 30%;
}

/* --- Backgrounds --- */
.pattern-dots {
    background-image: radial-gradient(circle, rgba(37,99,235,0.06) 1px, transparent 1px);
    background-size: 24px 24px;
}

.mesh-light {
    background-image: radial-gradient(at 20% 20%, rgba(37,99,235,0.04) 0, transparent 50%), radial-gradient(at 80% 80%, rgba(249,115,22,0.03) 0, transparent 50%), radial-gradient(at 50% 50%, rgba(37,99,235,0.02) 0, transparent 70%);
}

.stats-pattern {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23fff' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


/* ===========================================
   TOP BAR
   =========================================== */
.top-bar {
    background: var(--brand-800);
    color: var(--white);
    font-size: 12px;
    padding: 8px 0;
    display: none;
}

.top-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar__left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-bar__link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255,255,255,0.8);
    transition: color var(--transition);
}

    .top-bar__link:hover {
        color: var(--accent-300);
    }

.top-bar__sep {
    color: rgba(255,255,255,0.2);
}

.top-bar__addr {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255,255,255,0.6);
}

.top-bar__right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-bar__social {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.7);
    transition: all var(--transition);
}

    .top-bar__social:hover {
        background: var(--accent-500);
        color: var(--white);
    }


/* ===========================================
   NAVBAR
   =========================================== */
.navbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--slate-100);
    transition: box-shadow var(--transition);
}

.navbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.navbar__logo img {
    height: 52px;
    width: auto;
}

.navbar__menu {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-link {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    color: var(--slate-700);
    border-radius: var(--radius-sm);
    transition: all var(--transition);
    display: flex;
    align-items: center;
    gap: 4px;
}

    .nav-link:hover {
        color: var(--brand-600);
        background: var(--brand-50);
    }

.nav-link--active {
    color: var(--brand-600);
    background: var(--brand-50);
}

.icon-chevron {
    transition: transform var(--transition);
}

.navbar__cta {
    margin-left: 16px;
}

.navbar__hamburger {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    background: var(--slate-100);
    align-items: center;
    justify-content: center;
    color: var(--slate-700);
    transition: background var(--transition);
}

    .navbar__hamburger:hover {
        background: var(--slate-200);
    }


/* --- Dropdown --- */
.dropdown {
    position: relative;
}

.dropdown__panel {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 8px;
    width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 200;
}

.dropdown__panel--wide {
    width: 260px;
}

.dropdown:hover .dropdown__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown:hover .icon-chevron {
    transform: rotate(180deg);
}

.dropdown__panel > * {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--slate-100);
    padding: 8px;
}

    .dropdown__panel > *:first-child {
        border-radius: var(--radius-lg);
    }

    .dropdown__panel > *:last-child {
        border-radius: var(--radius-lg);
    }

/* Wrapper for panel contents */
.dropdown__panel {
    display: flex;
    flex-direction: column;
}

    .dropdown__panel::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 8px;
        pointer-events: none;
    }

.dropdown__panel-inner {
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--slate-100);
    padding: 8px;
    pointer-events: auto;
}

/* Fix: make dropdown panel a single container */
.dropdown__panel {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

    /* Inner wrapper */
    .dropdown__panel > div,
    .dropdown__panel > a {
        background: var(--white);
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow-xl);
        border: 1px solid var(--slate-100);
        padding: 8px;
    }

/* Simpler approach: wrap contents */
.dropdown__panel {
    pointer-events: none;
}

    .dropdown__panel > .dp-inner {
        pointer-events: auto;
        background: var(--white);
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow-xl);
        border: 1px solid var(--slate-100);
        padding: 8px;
    }

/* FINAL CLEAN APPROACH */
.dropdown__panel {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
    z-index: 200;
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    border: 1px solid var(--slate-100);
    padding: 8px;
    width: 220px;
    pointer-events: none;
}

.dropdown:hover .dropdown__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown__panel--wide {
    width: 256px;
}

.dropdown__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    font-size: 13px;
    color: var(--slate-600);
    border-radius: var(--radius-sm);
    transition: all var(--transition);
}

    .dropdown__item:hover {
        color: var(--brand-600);
        background: var(--brand-50);
    }

    .dropdown__item svg {
        color: var(--slate-400);
        flex-shrink: 0;
    }

.dropdown__divider {
    height: 1px;
    background: var(--slate-100);
    margin: 4px 0;
}


/* ===========================================
   MOBILE MENU
   =========================================== */
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    max-width: 85vw;
    z-index: 200;
    background: var(--white);
    border-left: 1px solid var(--slate-100);
    box-shadow: var(--shadow-xl);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.mobile-menu--open {
    transform: translateX(0);
}

.mobile-menu__inner {
    padding: 24px;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

    .mobile-menu__inner::-webkit-scrollbar {
        width: 0;
    }

.mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.mobile-menu__logo {
    height: 40px;
    width: auto;
}

.mobile-menu__close {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    background: var(--slate-100);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--slate-700);
    transition: background var(--transition);
}

    .mobile-menu__close:hover {
        background: var(--slate-200);
    }

.mobile-menu__body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.mobile-nav-link {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--slate-700);
    border-radius: var(--radius-sm);
    transition: all var(--transition);
}

    .mobile-nav-link:hover {
        color: var(--brand-600);
        background: var(--brand-50);
    }

.mobile-nav-link--sub {
    padding: 10px 16px;
    font-weight: 400;
    color: var(--slate-500);
    padding-left: 28px;
}

/* Mobile Accordion */
.mobile-accordion__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--slate-700);
    border-radius: var(--radius-sm);
    transition: all var(--transition);
}

    .mobile-accordion__trigger:hover {
        color: var(--brand-600);
        background: var(--brand-50);
    }

.accordion-icon {
    transition: transform 0.3s ease;
}

.accordion-icon--open {
    transform: rotate(180deg);
}

.mobile-accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.mobile-accordion__content--open {
    max-height: 300px;
}

.mobile-menu__footer {
    padding-top: 20px;
    border-top: 1px solid var(--slate-100);
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}

.mobile-menu__phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--slate-600);
    transition: color var(--transition);
}

    .mobile-menu__phone:hover {
        color: var(--brand-600);
    }

    .mobile-menu__phone svg {
        color: var(--brand-500);
    }

.menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(4px);
    z-index: 190;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.menu-overlay--visible {
    opacity: 1;
    pointer-events: auto;
}


/* ===========================================
   HERO SLIDER
   =========================================== */
.hero {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.hero__slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
}

.hero__slide--active {
    opacity: 1;
    z-index: 1;
    animation: slideIn 0.8s ease-out forwards;
}

.hero__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__overlay {
    position: absolute;
    inset: 0;
}

.hero__overlay--1 {
    background: linear-gradient(135deg, rgba(30,64,175,0.85) 0%, rgba(37,99,235,0.6) 40%, rgba(249,115,22,0.4) 100%);
}

.hero__overlay--2 {
    background: linear-gradient(135deg, rgba(30,58,138,0.9) 0%, rgba(37,99,235,0.5) 50%, rgba(249,115,22,0.3) 100%);
}

.hero__overlay--3 {
    background: linear-gradient(135deg, rgba(23,37,84,0.88) 0%, rgba(30,64,175,0.6) 60%, rgba(249,115,22,0.35) 100%);
}

.hero__content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}

.hero__text {
    max-width: 640px;
}

.hero__title {
    font-size: clamp(36px, 6vw, 72px);
    font-weight: 700;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero__desc {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 520px;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero__cta {
    box-shadow: var(--shadow-accent);
}

/* Dots */
.hero__dots {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot--active {
    width: 32px;
    border-radius: var(--radius-full);
    background: var(--accent-500);
}

/* Arrows */
.hero__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 1.5px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    z-index: 10;
    transition: background var(--transition);
}

    .hero__arrow:hover {
        background: rgba(255,255,255,0.2);
    }

.hero__arrow--left {
    left: 16px;
}

.hero__arrow--right {
    right: 16px;
}


/* ===========================================
   STATS BAR
   =========================================== */
.stats-bar {
    background: var(--brand-700);
    padding: 36px 0;
    position: relative;
    overflow: hidden;
}

    .stats-bar::before {
        content: '';
        position: absolute;
        inset: 0;
        opacity: 0.1;
    }

.stats-pattern::before {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23fff' fill-opacity='0.15'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.stats-bar__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.stats-bar__number {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: var(--white);
}

.stats-bar__label {
    font-size: clamp(11px, 1.2vw, 14px);
    color: rgba(191,219,254,0.7);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 6px;
}


/* ===========================================
   SECTIONS (Generic)
   =========================================== */
.section {
    padding: 80px 0;
}

.section--white {
    background: var(--white);
}

.section--light {
    background: var(--slate-50);
}

.section__header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 52px;
}

.section__title {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: var(--slate-900);
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.section__desc {
    font-size: 16px;
    color: var(--slate-500);
    line-height: 1.7;
}


/* ===========================================
   ABOUT
   =========================================== */
.about__grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 56px;
    align-items: center;
}

.about__image-wrap {
    position: relative;
}

.about__image {
    border-radius: var(--radius-2xl);
    overflow: hidden;
    aspect-ratio: 4/5;
    box-shadow: var(--shadow-xl);
}

    .about__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.about__float-card {
    position: absolute;
    bottom: -16px;
    right: -20px;
    background: var(--white);
    border-radius: var(--radius-xl);
    padding: 18px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--slate-100);
    display: flex;
    align-items: center;
    gap: 12px;
}

.about__float-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-md);
    background: var(--brand-50);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-600);
}

.about__float-num {
    font-size: 24px;
    font-weight: 700;
    color: var(--brand-800);
}

.about__float-label {
    font-size: 12px;
    color: var(--slate-500);
}

.about__deco {
    position: absolute;
    z-index: -1;
}

.about__deco--1 {
    top: -16px;
    left: -16px;
    width: 72px;
    height: 72px;
    background: var(--accent-100);
    border-radius: var(--radius-xl);
}

.about__deco--2 {
    bottom: -16px;
    left: -16px;
    width: 56px;
    height: 56px;
    background: var(--brand-100);
    border-radius: 50%;
}

.about__para {
    color: var(--slate-600);
    line-height: 1.7;
    margin-bottom: 16px;
}

.about__checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 36px;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--slate-700);
}

.check-item__icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--brand-100);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-600);
    flex-shrink: 0;
}

.about__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}


/* ===========================================
   MARQUEE
   =========================================== */
.marquee-section {
    padding: 18px 0;
    background: var(--slate-50);
    border-top: 1px solid var(--slate-100);
    border-bottom: 1px solid var(--slate-100);
    overflow: hidden;
}

.marquee__track {
    display: flex;
    animation: marquee 25s linear infinite;
    width: max-content;
}

.marquee__inner {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
}

.marquee__item {
    font-size: 13px;
    color: var(--slate-400);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.marquee__sep {
    color: var(--brand-300);
    font-size: 14px;
}


/* ===========================================
   SERVICES
   =========================================== */
.services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-card {
    background: var(--white);
    border: 1px solid var(--slate-100);
    border-radius: var(--radius-2xl);
    padding: 32px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .service-card::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--brand-500), var(--accent-500));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.4s ease;
    }

    .service-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px -12px rgba(37,99,235,0.15), 0 8px 20px -8px rgba(0,0,0,0.08);
    }

        .service-card:hover::after {
            transform: scaleX(1);
        }

.service-card__icon {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-xl);
    background: var(--brand-50);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-600);
    margin-bottom: 22px;
}

.service-card__title {
    font-size: 20px;
    font-weight: 600;
    color: var(--slate-900);
    margin-bottom: 10px;
}

.service-card__text {
    font-size: 14px;
    color: var(--slate-500);
    line-height: 1.65;
    margin-bottom: 22px;
}

.service-card__link {
    font-size: 12px;
    color: var(--brand-600);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color var(--transition);
}

    .service-card__link:hover {
        color: var(--accent-600);
    }


/* ===========================================
   DIVIDER BANNER
   =========================================== */
.divider-banner {
    position: relative;
    height: 340px;
    overflow: hidden;
}

.divider-banner__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.divider-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(30,58,138,0.9), rgba(37,99,235,0.7) 50%, rgba(249,115,22,0.4));
}

.divider-banner__content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 24px;
}

.divider-banner__script {
    font-family: var(--font-script);
    font-size: clamp(28px, 4vw, 40px);
    color: var(--accent-300);
    margin-bottom: 10px;
}

.divider-banner__sub {
    font-size: clamp(12px, 1.4vw, 16px);
    color: rgba(191,219,254,0.8);
    text-transform: uppercase;
    letter-spacing: 0.25em;
}


/* ===========================================
   INDUSTRIES
   =========================================== */
.industries__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.industry-card {
    position: relative;
    border-radius: var(--radius-2xl);
    overflow: hidden;
    height: 460px;
    box-shadow: var(--shadow-lg);
}

.industry-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.industry-card:hover .industry-card__img {
    transform: scale(1.05);
}

.industry-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(23,37,84,0.9), rgba(23,37,84,0.3), transparent);
}

.industry-card__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
}

.industry-card__title {
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 10px;
}

.industry-card__text {
    font-size: 14px;
    color: rgba(191,219,254,0.8);
    line-height: 1.65;
    margin-bottom: 14px;
}

.industry-card__link {
    font-size: 12px;
    color: var(--accent-300);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color var(--transition);
}

    .industry-card__link:hover {
        color: var(--white);
    }


/* ===========================================
   WHY CHOOSE US
   =========================================== */
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.why__desc {
    color: var(--slate-500);
    line-height: 1.7;
    margin-bottom: 36px;
}

.why__features {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.why-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.why-feature__icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-md);
    background: var(--brand-50);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-600);
    flex-shrink: 0;
    transition: background var(--transition);
}

.why-feature:hover .why-feature__icon {
    background: var(--brand-100);
}

.why-feature__title {
    font-size: 14px;
    font-weight: 600;
    color: var(--slate-900);
    margin-bottom: 3px;
}

.why-feature__text {
    font-size: 14px;
    color: var(--slate-500);
    line-height: 1.6;
}

.why__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.stat-card {
    background: var(--white);
    border: 1px solid var(--slate-100);
    border-radius: var(--radius-2xl);
    padding: 24px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .stat-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-md);
    }

.stat-card__num {
    font-size: 36px;
    font-weight: 700;
    color: var(--brand-700);
    margin-bottom: 4px;
}

.stat-card__label {
    font-size: 14px;
    color: var(--slate-500);
}

/* Testimonial */
.testimonial {
    background: var(--white);
    border: 1px solid var(--slate-100);
    border-radius: var(--radius-2xl);
    padding: 28px;
    box-shadow: var(--shadow-sm);
}

.testimonial__stars {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
}

.star-filled {
    color: var(--accent-500);
    fill: var(--accent-500);
}

.testimonial__text {
    font-size: 14px;
    color: var(--slate-600);
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 18px;
}

.testimonial__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--brand-100);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--brand-700);
}

.testimonial__name {
    font-size: 14px;
    font-weight: 600;
    color: var(--slate-900);
}

.testimonial__role {
    font-size: 12px;
    color: var(--slate-500);
}


/* ===========================================
   PROJECTS GALLERY
   =========================================== */
.projects__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
}

.projects__desc {
    color: var(--slate-500);
    line-height: 1.7;
    max-width: 400px;
}

.gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.gallery-item {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    aspect-ratio: 1;
    box-shadow: var(--shadow-sm);
}

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.1);
    }

.gallery-item__overlay {
    position: absolute;
    inset: 0;
    background: rgba(30,64,175,0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-item__overlay {
    background: rgba(30,64,175,0.4);
    opacity: 1;
}


/* ===========================================
   CTA
   =========================================== */
.cta-section {
    background: var(--brand-800);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

    .cta-section::before {
        content: '';
        position: absolute;
        inset: 0;
        opacity: 0.05;
    }

    .cta-section::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 384px;
        height: 384px;
        background: rgba(249,115,22,0.1);
        border-radius: 50%;
        filter: blur(120px);
    }

.cta__inner {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta__script {
    font-family: var(--font-script);
    font-size: 24px;
    color: var(--accent-300);
    margin-bottom: 16px;
}

.cta__title {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 20px;
}

.cta__desc {
    font-size: 18px;
    color: rgba(191,219,254,0.7);
    font-weight: 300;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto 36px;
}

.cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.cta__btn {
    box-shadow: var(--shadow-accent);
}


/* ===========================================
   CONTACT
   =========================================== */
.contact__grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 28px;
}

.contact__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info-card {
    background: var(--white);
    border: 1px solid var(--slate-100);
    border-radius: var(--radius-2xl);
    padding: 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

    .info-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-md);
    }

.info-card__icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-md);
    background: var(--brand-50);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-600);
    flex-shrink: 0;
}

.info-card__title {
    font-size: 14px;
    font-weight: 600;
    color: var(--slate-900);
    margin-bottom: 6px;
}

.info-card__text {
    font-size: 14px;
    color: var(--slate-500);
    line-height: 1.6;
}

.info-card__link {
    font-size: 12px;
    color: var(--brand-600);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    transition: color var(--transition);
}

    .info-card__link:hover {
        color: var(--accent-600);
    }

.info-card__phone {
    font-size: 18px;
    color: var(--slate-800);
    font-weight: 600;
    transition: color var(--transition);
}

    .info-card__phone:hover {
        color: var(--brand-600);
    }

.info-card--socials {
    flex-direction: column;
}

.info-card__socials {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-md);
    background: var(--slate-50);
    border: 1px solid var(--slate-100);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--slate-400);
    transition: all var(--transition);
}

    .social-icon:hover {
        background: var(--brand-50);
        border-color: var(--brand-200);
        color: var(--brand-600);
    }

/* Form */
.contact__form-wrap {
    background: var(--white);
    border: 1px solid var(--slate-100);
    border-radius: var(--radius-2xl);
    padding: 36px;
    box-shadow: var(--shadow-lg);
}

.contact-form__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--slate-900);
    margin-bottom: 4px;
}

.contact-form__subtitle {
    font-size: 14px;
    color: var(--slate-500);
    margin-bottom: 28px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group {
    margin-bottom: 16px;
}

.form-label {
    display: block;
    font-size: 12px;
    color: var(--slate-500);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 7px;
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    background: var(--slate-50);
    border: 1.5px solid var(--slate-200);
    border-radius: var(--radius-sm);
    font-size: 14px;
    color: var(--slate-800);
    transition: all var(--transition);
}

    .form-input::placeholder {
        color: var(--slate-400);
    }

    .form-input:focus {
        outline: none;
        border-color: var(--brand-500);
        box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
        background: var(--white);
    }

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='%2394a3b8' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px;
}

.form-textarea {
    resize: none;
}

.form-success {
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: var(--radius-md);
}

.form-success__icon {
    color: #22c55e;
    margin-bottom: 8px;
}

.form-success__text {
    font-size: 14px;
    color: #15803d;
    font-weight: 500;
}

.contact__map {
    margin-top: 36px;
    border-radius: var(--radius-2xl);
    overflow: hidden;
    border: 1px solid var(--slate-200);
    box-shadow: var(--shadow-sm);
}

    .contact__map iframe {
        display: block;
    }


/* ===========================================
   FOOTER
   =========================================== */
.footer {
    background: var(--brand-900);
    color: var(--white);
}

.footer__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding: 56px 0;
}

.footer__logo {
    height: 48px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 18px;
}

.footer__desc {
    font-size: 14px;
    color: rgba(191,219,254,0.6);
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer__socials {
    display: flex;
    gap: 10px;
}

.footer__social {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-sm);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(191,219,254,0.6);
    transition: all var(--transition);
}

    .footer__social:hover {
        background: rgba(249,115,22,0.2);
        border-color: rgba(249,115,22,0.3);
        color: var(--accent-400);
    }

.footer__heading {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
    color: var(--white);
}

.footer__links li {
    margin-bottom: 12px;
}

.footer__links a {
    font-size: 14px;
    color: rgba(191,219,254,0.6);
    transition: color var(--transition);
}

    .footer__links a:hover {
        color: var(--accent-300);
    }

.footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: rgba(191,219,254,0.6);
    margin-bottom: 14px;
    line-height: 1.5;
}

.footer__contact svg {
    color: var(--accent-400);
    flex-shrink: 0;
    margin-top: 2px;
}

.footer__contact a {
    transition: color var(--transition);
}

    .footer__contact a:hover {
        color: var(--accent-300);
    }

/* Footer Bottom — 2 Sections */
.footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

.footer__copy {
    font-size: 12px;
    color: rgba(191,219,254,0.4);
}

.footer__badges {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer__badge {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(191,219,254,0.4);
    font-size: 12px;
    font-weight: 500;
    transition: color var(--transition);
}

    .footer__badge:hover {
        color: rgba(191,219,254,0.6);
    }

.footer__badge-icon {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-sm);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
}

.footer__badge:hover .footer__badge-icon {
    background: rgba(255,255,255,0.1);
}

    .footer__badge:hover .footer__badge-icon svg {
        color: var(--accent-400);
    }


/* ===========================================
   BACK TO TOP
   =========================================== */
.back-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--brand-600);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(37,99,235,0.4);
    z-index: 90;
    opacity: 0;
    pointer-events: none;
    transition: all var(--transition);
}

.back-to-top--visible {
    opacity: 1;
    pointer-events: auto;
}

.back-to-top:hover {
    background: var(--brand-700);
}


/* ===========================================
   RESPONSIVE
   =========================================== */

/* Tablet */
@media (max-width: 1024px) {
    .about__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about__image-wrap {
        max-width: 480px;
    }

    .services__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .industries__grid {
        grid-template-columns: repeat(2, 1fr);
    }

        .industries__grid .industry-card:last-child {
            grid-column: 1 / -1;
            max-width: 480px;
            margin: 0 auto;
        }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .gallery__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .top-bar {
        display: none;
    }

    .navbar__menu,
    .navbar__cta {
        display: none;
    }

    .navbar__hamburger {
        display: flex;
    }

    .navbar__inner {
        height: 64px;
    }

    .navbar__logo img {
        height: 44px;
    }

    .hero {
        height: 600px;
    }

    .hero__title {
        font-size: 32px;
    }

    .hero__desc {
        font-size: 16px;
    }

    .hero__arrow {
        width: 40px;
        height: 40px;
    }

        .hero__arrow svg {
            width: 20px;
            height: 20px;
        }

    .hero__overlay--1,
    .hero__overlay--2,
    .hero__overlay--3 {
        background: linear-gradient(to bottom, rgba(30,64,175,0.85), rgba(23,37,84,0.92));
    }

    .stats-bar__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .stats-bar {
        padding: 28px 0;
    }

    .section {
        padding: 60px 0;
    }

    .section__header {
        margin-bottom: 36px;
    }

    .about__checks {
        grid-template-columns: 1fr;
    }

    .services__grid {
        grid-template-columns: 1fr;
    }

    .industries__grid {
        grid-template-columns: 1fr;
    }

        .industries__grid .industry-card:last-child {
            max-width: none;
        }

    .industry-card {
        height: 380px;
    }

    .gallery__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact__grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact__form-wrap {
        padding: 24px;
    }

    .footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer__bottom-inner {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .projects__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .projects__desc {
        max-width: none;
    }

    .divider-banner {
        height: 260px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .hero {
        height: 540px;
    }

    .hero__title {
        font-size: 28px;
    }

    .hero__actions {
        flex-direction: column;
    }

        .hero__actions .btn {
            width: 100%;
        }

    .btn--lg {
        padding: 14px 24px;
    }

    .about__float-card {
        right: -8px;
        bottom: -8px;
        padding: 14px;
    }

    .about__float-num {
        font-size: 20px;
    }
}
/* ===========================================
   Board of Directors — Unique Styles (bod- prefix)
   No overlap with existing styles guaranteed.
   =========================================== */

/* --- Page Banner --- */
.bod-banner {
    background: var(--nv-gray-50);
    padding: 48px 0 56px;
    border-bottom: 1px solid var(--nv-gray-100);
    overflow: hidden;
    position: relative;
}

    .bod-banner::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        height: 100%;
        background: radial-gradient(circle at 100% 50%, rgba(37,99,235,0.06) 0, transparent 60%);
        pointer-events: none;
    }

.bod-banner__container {
    position: relative;
    max-width: 780px;
    margin: 0 auto;
}

.bod-banner__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 28px;
}

.bod-banner__crumb-link {
    font-size: 13px;
    font-weight: 500;
    color: var(--nv-primary-500);
    transition: color var(--nv-transition);
}

    .bod-banner__crumb-link:hover {
        color: var(--nv-primary-700);
    }

.bod-banner__crumb-sep {
    width: 14px;
    height: 14px;
    color: var(--nv-gray-300);
    flex-shrink: 0;
}

.bod-banner__crumb-current {
    font-size: 13px;
    font-weight: 600;
    color: var(--nv-gray-500);
}

.bod-banner__desc {
    font-size: 17px;
    color: var(--nv-gray-600);
    line-height: 1.75;
    max-width: 640px;
}


/* --- Intro Section --- */
.bod-intro__grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 56px;
    align-items: center;
}

.bod-intro__image {
    border-radius: var(--nv-radius-xl);
    overflow: hidden;
    aspect-ratio: 5/6;
    box-shadow: var(--nv-shadow-lg);
}

    .bod-intro__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.bod-intro__para {
    font-size: 15px;
    color: var(--nv-gray-600);
    line-height: 1.75;
    margin-bottom: 14px;
}

.bod-intro__signature {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 2px solid var(--nv-primary-200);
}

.bod-intro__sig-line {
    width: 48px;
    height: 2px;
    background: var(--nv-primary-500);
    margin-bottom: 14px;
}

.bod-intro__sig-name {
    display: block;
    font-family: var(--nv-font-heading);
    font-size: 20px;
    font-weight: 700;
    color: var(--nv-gray-800);
    margin-bottom: 2px;
}

.bod-intro__sig-role {
    display: block;
    font-size: 14px;
    color: var(--nv-gray-500);
    font-weight: 500;
}

/* ============================================================
   INTRO SECTION (Story / Founder Message)
   ============================================================ */
.bod-intro__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

@media (min-width: 768px) {
    .bod-intro__grid {
        grid-template-columns: 1fr 1.2fr;
        gap: 64px;
    }
}

.bod-intro__image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.12);
    position: relative;
}

    .bod-intro__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 4 / 3;
        transition: transform 0.7s ease;
    }

    .bod-intro__image:hover img {
        transform: scale(1.05);
    }

.bod-intro__body .badge {
    margin-bottom: 16px;
}

.bod-intro__body .section__title {
    font-size: 2rem;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .bod-intro__body .section__title {
        font-size: 2.25rem;
    }
}

.bod-intro__para {
    font-size: 1rem;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 16px;
}

    .bod-intro__para:last-of-type {
        margin-bottom: 28px;
    }

.bod-intro__signature {
    padding-top: 20px;
    border-top: none;
}

.bod-intro__sig-line {
    width: 48px;
    height: 3px;
    background: linear-gradient(135deg, #046bd2, #0ea5e9);
    border-radius: 2px;
    margin-bottom: 14px;
}

.bod-intro__sig-name {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2px;
}

.bod-intro__sig-role {
    display: block;
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 400;
}

/* ============================================================
   CARDS GRID (Directors / Mission-Vision-Values / Industries)
   ============================================================ */
.bod-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}

.bod-grid--3 {
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .bod-grid--3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .bod-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bod-grid--3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bod-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

    .bod-card:hover {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
        transform: translateY(-4px);
    }

.bod-card__image-wrap {
    position: relative;
    overflow: hidden;
}

    .bod-card__image-wrap img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        transition: transform 0.7s ease;
    }

.bod-card:hover .bod-card__image-wrap img {
    transform: scale(1.08);
}

.bod-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 14px;
    background: rgba(4, 107, 210, 0.9);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    backdrop-filter: blur(8px);
}

/* Icon card variant (Mission, Vision, Values) */
.bod-card__image-wrap--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
    background: linear-gradient(135deg, #f0f5fa, #e8f0fe);
}

.bod-card__icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #046bd2, #0ea5e9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 8px 24px -4px rgba(4, 107, 210, 0.35);
}

.bod-card__icon-circle--accent {
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    box-shadow: 0 8px 24px -4px rgba(245, 158, 11, 0.35);
}

.bod-card__icon-circle--green {
    background: linear-gradient(135deg, #22c55e, #06b6d4);
    box-shadow: 0 8px 24px -4px rgba(34, 197, 94, 0.35);
}

.bod-card__body {
    padding: 28px;
}

.bod-card__name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.bod-card__role {
    font-size: 0.875rem;
    font-weight: 600;
    color: #046bd2;
    margin-bottom: 14px;
}

.bod-card__bio {
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 20px;
}

.bod-card__socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(4, 107, 210, 0.08);
    color: #046bd2;
    transition: all 0.3s ease;
}

    .social-icon:hover {
        background: #046bd2;
        color: #ffffff;
        transform: translateY(-2px);
    }

/* ============================================================
   VALUE CARDS (Leadership Values / Differentiators / Timeline)
   ============================================================ */
.bod-values__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.bod-values__grid--timeline {
    /* Same grid, timeline styling comes from child */
}

@media (min-width: 640px) {
    .bod-values__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .bod-values__grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .bod-values__grid--timeline {
        grid-template-columns: repeat(3, 1fr);
    }
}

.bod-value-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}

    .bod-value-card:hover {
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        transform: translateY(-4px);
        border-color: rgba(4, 107, 210, 0.15);
    }

.bod-value-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(4, 107, 210, 0.08);
    color: #046bd2;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.bod-value-card:hover .bod-value-card__icon {
    background: #046bd2;
    color: #ffffff;
    transform: scale(1.08);
}

/* Year variant for timeline */
.bod-value-card__icon--year {
    width: auto;
    height: auto;
    border-radius: 9999px;
    background: linear-gradient(135deg, #046bd2, #0ea5e9);
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 800;
    padding: 10px 24px;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px -4px rgba(4, 107, 210, 0.3);
}

.bod-value-card:hover .bod-value-card__icon--year {
    transform: scale(1.05);
    background: linear-gradient(135deg, #046bd2, #0ea5e9);
    color: #ffffff;
}

.bod-value-card__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.bod-value-card__text {
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.7;
}

/* ============================================================
   GOVERNANCE SECTION (Founder Spotlight)
   ============================================================ */
.bod-gov__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

@media (min-width: 768px) {
    .bod-gov__grid {
        grid-template-columns: 1fr 1.3fr;
        gap: 64px;
    }
}

/* When image is on the LEFT (About page founder section) */
@media (min-width: 768px) {
    .bod-gov__grid > .bod-gov__visual:first-child {
        order: -1;
    }
}

.bod-gov__image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.12);
    position: relative;
}

    .bod-gov__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 3 / 4;
        transition: transform 0.7s ease;
    }

    .bod-gov__image:hover img {
        transform: scale(1.05);
    }

.bod-gov__stat-card {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: rgba(4, 107, 210, 0.92);
    backdrop-filter: blur(12px);
    color: #ffffff;
    padding: 20px 28px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 12px 32px -8px rgba(4, 107, 210, 0.4);
    z-index: 2;
}

.bod-gov__stat-num {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px;
}

.bod-gov__stat-label {
    font-size: 0.8125rem;
    font-weight: 500;
    opacity: 0.9;
}

.bod-gov__content .badge {
    margin-bottom: 16px;
}

.bod-gov__content .section__title {
    font-size: 2rem;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .bod-gov__content .section__title {
        font-size: 2.25rem;
    }
}

.bod-gov__para {
    font-size: 1rem;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 16px;
}

.bod-gov__list {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bod-gov__item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.bod-gov__num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(4, 107, 210, 0.08);
    color: #046bd2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 800;
}

.bod-gov__item-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.bod-gov__item-text {
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.65;
}

/* ============================================================
   EXPERIENCE / STATS SECTION
   ============================================================ */
.bod-exp__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: center;
}

@media (min-width: 768px) {
    .bod-exp__grid {
        grid-template-columns: 1fr 1fr;
        gap: 64px;
    }
}

.bod-exp__left .badge {
    margin-bottom: 16px;
}

.bod-exp__left .section__title {
    font-size: 2rem;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .bod-exp__left .section__title {
        font-size: 2.25rem;
    }
}

.bod-exp__para {
    font-size: 1rem;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 16px;
}

.bod-exp__right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.bod-exp__stat {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

    .bod-exp__stat:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        border-color: rgba(4, 107, 210, 0.15);
    }

.bod-exp__stat-num {
    font-size: 2.25rem;
    font-weight: 800;
    color: #046bd2;
    line-height: 1;
    margin-bottom: 8px;
    background: linear-gradient(135deg, #046bd2, #0ea5e9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bod-exp__stat-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #475569;
    line-height: 1.4;
    /* ============================================================
   INFRASTRUCTURE PAGE — Additional Styles
   Add these to your existing css/style.css
   ============================================================ */
    /* ---- INFRA GALLERY ---- */
    .infra-gallery {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .infra-gallery__row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .infra-gallery__row--featured {
        grid-template-columns: 1fr;
    }

    .infra-gallery__row--duo {
        grid-template-columns: 1fr;
    }

    @media (min-width: 640px) {
        .infra-gallery__row {
            grid-template-columns: repeat(2, 1fr);
        }

        .infra-gallery__row--featured {
            grid-template-columns: 1.5fr 1fr;
        }

        .infra-gallery__row--duo {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 768px) {
        .infra-gallery__row {
            grid-template-columns: repeat(3, 1fr);
        }

        .infra-gallery__row--featured {
            grid-template-columns: 1.6fr 1fr 1fr;
        }

        .infra-gallery__row--duo {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    .infra-gallery__item {
        position: relative;
        border-radius: 16px;
        overflow: hidden;
        cursor: pointer;
        aspect-ratio: 3 / 2;
    }

    .infra-gallery__item--large {
        aspect-ratio: 16 / 10;
    }

    .infra-gallery__item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .infra-gallery__item:hover img {
        transform: scale(1.08);
    }

    .infra-gallery__overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient( to top, rgba(15, 23, 42, 0.7) 0%, rgba(15, 23, 42, 0.1) 40%, transparent 100% );
        display: flex;
        align-items: flex-end;
        padding: 20px;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .infra-gallery__item:hover .infra-gallery__overlay {
        opacity: 1;
    }

    .infra-gallery__label {
        font-size: 0.9375rem;
        font-weight: 600;
        color: #ffffff;
        padding: 6px 14px;
        background: rgba(4, 107, 210, 0.85);
        border-radius: 8px;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        transform: translateY(8px);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .infra-gallery__item:hover .infra-gallery__label {
        transform: translateY(0);
    }
    /* Gallery border & shadow */
    .infra-gallery__item {
        border: 1px solid rgba(0, 0, 0, 0.06);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }

        .infra-gallery__item:hover {
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);
            transform: translateY(-3px);
        }
    /* ---- LOCATION ADVANTAGE — Icon in year pill ---- */
    .bod-value-card__icon--year .icon-lg {
        width: 28px;
        height: 28px;
    }
    /* Responsive fine-tuning for gallery on small screens */
    @media (max-width: 639px) {
        .infra-gallery {
            gap: 12px;
        }

        .infra-gallery__item {
            aspect-ratio: 4 / 3;
        }

        .infra-gallery__item--large {
            aspect-ratio: 4 / 3;
        }

        .infra-gallery__overlay {
            opacity: 1;
            background: linear-gradient( to top, rgba(15, 23, 42, 0.6) 0%, transparent 60% );
        }

        .infra-gallery__label {
            transform: translateY(0);
        }
    }

    @media (max-width: 480px) {
        .infra-gallery__item {
            aspect-ratio: 3 / 2;
            border-radius: 12px;
        }

        .infra-gallery__overlay {
            padding: 14px;
        }

        .infra-gallery__label {
            font-size: 0.8125rem;
            padding: 5px 10px;
        }
    }
    /* ---- GALLERY LIGHTBOX (optional, for future enhancement) ---- */
    .infra-lightbox {
        position: fixed;
        inset: 0;
        z-index: 3000;
        background: rgba(0, 0, 0, 0.92);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        cursor: zoom-out;
    }

    .infra-lightbox--open {
        opacity: 1;
        visibility: visible;
    }

    .infra-lightbox img {
        max-width: 90vw;
        max-height: 85vh;
        object-fit: contain;
        border-radius: 8px;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
        transform: scale(0.9);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .infra-lightbox--open img {
        transform: scale(1);
    }

    .infra-lightbox__close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.3s ease;
        border: none;
    }

        .infra-lightbox__close:hover {
            background: rgba(255, 255, 255, 0.2);
        }

    .infra-lightbox__caption {
        position: absolute;
        bottom: 28px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 0.9375rem;
        font-weight: 500;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.5);
        padding: 8px 20px;
        border-radius: 8px;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        white-space: nowrap;
    }
    /* --- Director Cards Grid --- */
    .bod-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .bod-card {
        background: var(--nv-white);
        border: 1.5px solid var(--nv-gray-100);
        border-radius: var(--nv-radius-2xl);
        overflow: hidden;
        position: relative;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .bod-card::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--nv-primary-500), var(--nv-accent-500));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }

        .bod-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 40px -12px rgba(37,99,235,0.15), 0 8px 20px -8px rgba(0,0,0,0.08);
        }

            .bod-card:hover::after {
                transform: scaleX(1);
            }

    .bod-card__image-wrap {
        position: relative;
        aspect-ratio: 5/6;
        overflow: hidden;
    }

        .bod-card__image-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

    .bod-card:hover .bod-card__image-wrap img {
        transform: scale(1.05);
    }

    .bod-card__badge {
        position: absolute;
        top: 14px;
        left: 14px;
        padding: 5px 14px;
        background: var(--nv-accent-500);
        color: var(--nv-white);
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        border-radius: var(--nv-radius-full);
        z-index: 2;
    }

    .bod-card__body {
        padding: 26px;
    }

    .bod-card__name {
        font-family: var(--nv-font-heading);
        font-size: 20px;
        font-weight: 700;
        color: var(--nv-gray-800);
        margin-bottom: 4px;
    }

    .bod-card__role {
        font-family: var(--nv-font-heading);
        font-size: 13px;
        font-weight: 600;
        color: var(--nv-primary-500);
        text-transform: uppercase;
        letter-spacing: 0.04em;
        margin-bottom: 14px;
        padding-bottom: 14px;
        border-bottom: 1px solid var(--nv-gray-100);
    }

    .bod-card__bio {
        font-size: 14px;
        color: var(--nv-gray-500);
        line-height: 1.65;
        margin-bottom: 18px;
    }

    .bod-card__socials {
        display: flex;
        gap: 10px;
    }
    /* --- Values Grid --- */
    .bod-values__grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .bod-value-card {
        background: var(--nv-white);
        border: 1.5px solid var(--nv-gray-100);
        border-radius: var(--nv-radius-xl);
        padding: 32px 24px;
        text-align: center;
        position: relative;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .bod-value-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--nv-primary-400), var(--nv-accent-400));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.4s ease;
        }

        .bod-value-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 16px 36px -10px rgba(37,99,235,0.12), 0 6px 16px -6px rgba(0,0,0,0.06);
        }

            .bod-value-card:hover::before {
                transform: scaleX(1);
            }

    .bod-value-card__icon {
        width: 56px;
        height: 56px;
        border-radius: var(--nv-radius-lg);
        background: var(--nv-primary-50);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        transition: background var(--nv-transition);
    }

    .bod-value-card:hover .bod-value-card__icon {
        background: var(--nv-primary-100);
    }

    .bod-value-card__icon svg {
        width: 26px;
        height: 26px;
        color: var(--nv-primary-500);
    }

    .bod-value-card__title {
        font-family: var(--nv-font-heading);
        font-size: 17px;
        font-weight: 700;
        color: var(--nv-gray-800);
        margin-bottom: 8px;
    }

    .bod-value-card__text {
        font-size: 14px;
        color: var(--nv-gray-500);
        line-height: 1.65;
    }
    /* --- Governance Section --- */
    .bod-gov__grid {
        display: grid;
        grid-template-columns: 1.3fr 1fr;
        gap: 48px;
        align-items: center;
    }

    .bod-gov__para {
        font-size: 15px;
        color: var(--nv-gray-600);
        line-height: 1.75;
        margin-bottom: 14px;
    }

    .bod-gov__list {
        display: flex;
        flex-direction: column;
        gap: 18px;
        margin-top: 28px;
    }

    .bod-gov__item {
        display: flex;
        align-items: flex-start;
        gap: 18px;
        padding: 22px;
        background: var(--nv-gray-50);
        border-radius: var(--nv-radius-lg);
        transition: all var(--nv-transition);
        border: 1px solid transparent;
    }

        .bod-gov__item:hover {
            background: var(--nv-white);
            border-color: var(--nv-primary-100);
            box-shadow: var(--nv-shadow-sm);
            transform: translateX(4px);
        }

    .bod-gov__num {
        font-family: var(--nv-font-heading);
        font-size: 28px;
        font-weight: 800;
        color: var(--nv-primary-500);
        line-height: 1;
        flex-shrink: 0;
        min-width: 44px;
        text-align: center;
    }

    .bod-gov__item-title {
        font-family: var(--nv-font-heading);
        font-size: 15px;
        font-weight: 700;
        color: var(--nv-gray-800);
        margin-bottom: 4px;
    }

    .bod-gov__item-text {
        font-size: 14px;
        color: var(--nv-gray-500);
        line-height: 1.6;
    }

    .bod-gov__visual {
        position: relative;
    }

    .bod-gov__image {
        border-radius: var(--nv-radius-xl);
        overflow: hidden;
        aspect-ratio: 4/5;
        box-shadow: var(--nv-shadow-lg);
    }

        .bod-gov__image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .bod-gov__stat-card {
        position: absolute;
        bottom: -18px;
        right: -14px;
        background: var(--nv-white);
        border-radius: var(--nv-radius-lg);
        padding: 16px 22px;
        box-shadow: var(--nv-shadow-md);
        text-align: center;
        animation: nv-float 5s ease-in-out infinite;
        border: 1px solid var(--nv-gray-100);
    }

    .bod-gov__stat-num {
        font-family: var(--nv-font-heading);
        font-size: 28px;
        font-weight: 800;
        color: var(--nv-primary-600);
        line-height: 1;
    }

    .bod-gov__stat-label {
        font-size: 12px;
        color: var(--nv-gray-500);
        font-weight: 600;
        margin-top: 4px;
    }
    /* --- Experience Stats --- */
    .bod-exp__grid {
        display: grid;
        grid-template-columns: 1.2fr 1fr;
        gap: 56px;
        align-items: center;
    }

    .bod-exp__left {
        max-width: 560px;
    }

    .bod-exp__para {
        font-size: 15px;
        color: var(--nv-gray-600);
        line-height: 1.75;
        margin-bottom: 14px;
    }

    .bod-exp__right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .bod-exp__stat {
        background: var(--nv-white);
        border: 1.5px solid var(--nv-gray-100);
        border-radius: var(--nv-radius-xl);
        padding: 28px 20px;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .bod-exp__stat:hover {
            transform: translateY(-4px);
            box-shadow: var(--nv-shadow-md);
            border-color: var(--nv-primary-200);
        }

    .bod-exp__stat-num {
        font-family: var(--nv-font-heading);
        font-size: 36px;
        font-weight: 800;
        color: var(--nv-primary-600);
        line-height: 1;
        margin-bottom: 4px;
    }

    .bod-exp__stat-label {
        font-size: 13px;
        color: var(--nv-gray-500);
        font-weight: 600;
    }
    /* --- Responsive --- */
    @media (max-width: 1024px) {
        .bod-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .bod-values__grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .bod-gov__grid {
            grid-template-columns: 1fr;
            gap: 36px;
        }

        .bod-gov__visual {
            order: -1;
            max-width: 480px;
            margin: 0 auto;
        }

        .bod-gov__stat-card {
            right: auto;
            bottom: -14px;
            left: 50%;
            transform: translateX(-50%);
        }

        .bod-exp__grid {
            grid-template-columns: 1fr;
            gap: 36px;
        }

        .bod-exp__left {
            max-width: none;
        }
    }

    @media (max-width: 768px) {
        .bod-banner {
            padding: 36px 0 42px;
        }

        .bod-intro__grid {
            grid-template-columns: 1fr;
            gap: 32px;
        }

        .bod-intro__image {
            max-width: 380px;
        }

        .bod-grid {
            grid-template-columns: 1fr;
        }

        .bod-values__grid {
            grid-template-columns: 1fr;
        }

        .bod-exp__right {
            grid-template-columns: repeat(2, 1fr);
        }

        .bod-exp__stat {
            padding: 22px 16px;
        }

        .bod-exp__stat-num {
            font-size: 30px;
        }

        .bod-card__body {
            padding: 22px;
        }

        .bod-value-card {
            padding: 26px 20px;
        }

        .bod-value-card__icon {
            width: 48px;
            height: 48px;
            margin-bottom: 16px;
        }

            .bod-value-card__icon svg {
                width: 22px;
                height: 22px;
            }

        .bod-gov__list {
            gap: 14px;
        }

        .bod-gov__item {
            padding: 18px 16px;
            gap: 14px;
        }

        .bod-gov__num {
            font-size: 24px;
            min-width: 38px;
        }

        .bod-gov__image {
            max-width: none;
            aspect-ratio: 16/10;
        }
    }

    @media (max-width: 480px) {
        .bod-banner {
            padding: 28px 0 34px;
        }

        .bod-banner__crumb-link,
        .bod-banner__crumb-sep,
        .bod-banner__crumb-current {
            font-size: 12px;
        }

        .bod-intro__image {
            max-width: 320px;
        }

        .bod-exp__right {
            grid-template-columns: 1fr;
        }

        .bod-card__image-wrap {
            aspect-ratio: 4/5;
        }

        .bod-gov__item {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .bod-gov__num {
            margin: 0 auto 10px;
        }

        .bod-gov__item-text {
            text-align: center;
        }

        .bod-card__socials {
            justify-content: center;
        }
    }