/* =============================================================
   ELITE RIDES — ABOUT US PAGE STYLESHEET
   File: css/about-us.css
   ============================================================= */

/* ─── Page Hero / Banner ──────────────────────────────────────── */
.about-hero {
    position: relative;
    width: 100%;
    min-height: 380px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 60%, #0099ff18 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 80px 20px 60px;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 70% 50%, rgba(0, 153, 255, 0.12) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 20% 30%, rgba(200, 168, 75, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

/* Decorative grid lines */
.about-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 153, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 153, 255, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 720px;
}

.about-hero-eyebrow {
    display: inline-block;
    background: rgba(0, 153, 255, 0.15);
    border: 1px solid rgba(0, 153, 255, 0.35);
    color: #0099ff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.about-hero-title {
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.about-hero-title .accent {
    background: linear-gradient(135deg, #0099ff, #c8a84b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-hero-sub {
    font-size: 16px;
    color: #aaa;
    line-height: 1.7;
    max-width: 560px;
    margin: 0 auto 30px;
}

.about-hero-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    color: #666;
}

.about-hero-breadcrumb a {
    color: #0099ff;
    text-decoration: none;
    transition: color 0.2s;
}

.about-hero-breadcrumb a:hover {
    color: #c8a84b;
}

.about-hero-breadcrumb .sep {
    color: #444;
}

/* ─── Section Shared Utilities ────────────────────────────────── */
.ab-section {
    padding: 80px 0;
}

.ab-section-alt {
    background: linear-gradient(135deg, #0c0f16 0%, #0f141f 55%, #0c0f16 100%);
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.ab-eyebrow {
    display: inline-block;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #0099ff;
    margin-bottom: 12px;
    position: relative;
    padding-left: 22px;
}

.ab-eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 2px;
    background: #0099ff;
}

.ab-title {
    font-size: clamp(24px, 3.5vw, 40px);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}

.ab-title .gold {
    color: #c8a84b;
}

.ab-title .blue {
    color: #0099ff;
}

.ab-desc {
    font-size: 15px;
    color: #999;
    line-height: 1.8;
    max-width: 600px;
}

/* ─── WHO WE ARE ──────────────────────────────────────────────── */
.who-we-are-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.who-we-are-text .ab-desc {
    margin-bottom: 20px;
    max-width: 100%;
}

.who-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}

.who-highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0;
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.25s, border-color 0.25s, opacity 0.25s;
}

.who-highlight-item:hover {
    border-bottom-color: rgba(0,153,255,0.35);
    transform: translateY(-1px);
    opacity: 0.98;
}

.who-highlight-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: rgba(0, 153, 255, 0.10);
    border: 1px solid rgba(0,153,255,0.22);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0099ff;
    font-size: 16px;
}

.who-highlight-text strong {
    display: block;
    font-size: 13.5px;
    color: #eee;
    font-weight: 600;
    margin-bottom: 3px;
}

.who-highlight-text span {
    font-size: 12px;
    color: #777;
}

/* Image side */
.who-we-are-visual {
    position: relative;
}

.who-img-frame {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.who-img-frame img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    filter: brightness(0.88) saturate(1.1);
    transition: filter 0.4s;
}

.who-img-frame:hover img {
    filter: brightness(1) saturate(1.15);
}

.who-img-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(10, 10, 10, 0.9);
    backdrop-filter: blur(12px);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.who-img-badge-icon {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #0099ff, #006dcc);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.who-img-badge strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.who-img-badge span {
    font-size: 11px;
    color: #aaa;
    letter-spacing: 0.5px;
}

/* Corner accent */
.who-img-corner {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 80px;
    height: 80px;
    border-top: 4px solid #c8a84b;
    border-right: 4px solid #c8a84b;
    border-radius: 0 16px 0 0;
    pointer-events: none;
}

/* ─── STATS ROW ───────────────────────────────────────────────── */
.stats-section {
    background: linear-gradient(135deg, #0d0d0d 0%, #111827 100%);
    padding: 60px 0;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 100% at 50% 0%, rgba(0, 153, 255, 0.06) 0%, transparent 70%);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    z-index: 1;
}

.stat-item {
    text-align: center;
    padding: 30px 20px;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background: #2a2a2a;
}

.stat-number {
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
    font-variant-numeric: tabular-nums;
}

.stat-number .stat-plus {
    color: #0099ff;
}

.stat-number .stat-gold {
    color: #c8a84b;
}

.stat-label {
    font-size: 13px;
    color: #777;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ─── MISSION & VISION ────────────────────────────────────────── */
.mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 48px;
}

.mv-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 44px 40px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.mv-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0,153,255,0.28);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
}

.mv-card--vision {
    background: rgba(200,168,75,0.08);
    border-color: rgba(200,168,75,0.16);
}

.mv-card--vision:hover {
    border-color: rgba(200,168,75,0.30);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.45);
}

.mv-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
}

.mv-card--mission .mv-card-icon {
    background: rgba(0, 153, 255, 0.12);
    color: #0099ff;
}

.mv-card--vision .mv-card-icon {
    background: rgba(200, 168, 75, 0.12);
    color: #c8a84b;
}

.mv-card-title {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
}

.mv-card-text {
    font-size: 14.5px;
    color: rgba(255,255,255,0.70);
    line-height: 1.9;
}

.mv-card-deco {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    opacity: 0.04;
}

.mv-card--mission .mv-card-deco {
    background: #0099ff;
}

.mv-card--vision .mv-card-deco {
    background: #c8a84b;
}

/* ─── OUR VALUES ──────────────────────────────────────────────── */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 48px;
}

.value-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 20px 6px 22px;
    text-align: left;
    transition: transform 0.25s ease, opacity 0.25s ease;
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(0,153,255,0.55), rgba(200,168,75,0.38), rgba(255,255,255,0.06));
    opacity: 0.55;
}

.value-card:hover {
    transform: translateY(-3px);
    opacity: 0.98;
}

.value-card-icon {
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 0 18px;
    color: #0099ff;
    transition: background 0.3s;
}

.value-card:hover .value-card-icon {
    background: rgba(0,153,255,0.10);
    border-color: rgba(0,153,255,0.22);
}

.value-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #eee;
    margin-bottom: 10px;
}

.value-card-text {
    font-size: 13.5px;
    color: rgba(255,255,255,0.62);
    line-height: 1.85;
}

/* ─── GALLERY SECTION ─────────────────────────────────────────── */
.gallery-section {
    padding: 80px 0;
    background: #0e0e0e;
}

.gallery-header {
    text-align: center;
    margin-bottom: 48px;
}

.gallery-filter-bar {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.gallery-filter-btn {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: all 0.2s;
    letter-spacing: 0.3px;
}

.gallery-filter-btn:hover,
.gallery-filter-btn.active {
    background: #0099ff;
    border-color: #0099ff;
    color: #fff;
}

/* Masonry-like grid */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 12px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    background: #1a1a1a;
}

/* Span variants for masonry feel */
.gallery-item.tall {
    grid-row: span 2;
}

.gallery-item.wide {
    grid-column: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease, filter 0.35s ease;
    filter: brightness(0.85) saturate(0.9);
}

.gallery-item:hover img {
    transform: scale(1.07);
    filter: brightness(1) saturate(1.15);
}

/* Overlay on hover */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 55%);
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay-label {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
    transform: translateY(8px);
    transition: transform 0.3s 0.05s;
}

.gallery-item:hover .gallery-overlay-label {
    transform: translateY(0);
}

.gallery-overlay-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) scale(0.7);
    width: 44px;
    height: 44px;
    background: rgba(0, 153, 255, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    backdrop-filter: blur(4px);
}

.gallery-item:hover .gallery-overlay-zoom {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* ─── LIGHTBOX ────────────────────────────────────────────────── */
.lightbox-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    backdrop-filter: blur(6px);
}

.lightbox-overlay.active {
    display: flex;
}

.lightbox-inner {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 10px;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.8);
    display: block;
}

.lightbox-caption {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    font-weight: 500;
}

.lightbox-close {
    position: fixed;
    top: 20px;
    right: 24px;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 100000;
}

.lightbox-close:hover {
    background: #0099ff;
}

.lightbox-prev,
.lightbox-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
    z-index: 100000;
}

.lightbox-prev {
    left: 16px;
}

.lightbox-next {
    right: 16px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: #0099ff;
    border-color: #0099ff;
}

/* ─── WHY CHOOSE US TIMELINE ──────────────────────────────────── */
.why-us-section {
    padding: 80px 0;
    background: #121212;
}

.why-us-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 48px;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.process-step {
    display: flex;
    gap: 20px;
    position: relative;
    padding-bottom: 32px;
}

.process-step:last-child {
    padding-bottom: 0;
}

.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 19px;
    top: 42px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #0099ff44, transparent);
}

.process-step-num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0099ff, #006dcc);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 4px rgba(0, 153, 255, 0.15);
}

.process-step-body {
    padding-top: 6px;
}

.process-step-title {
    font-size: 15.5px;
    font-weight: 700;
    color: #eee;
    margin-bottom: 6px;
}

.process-step-text {
    font-size: 13.5px;
    color: #777;
    line-height: 1.7;
}

/* Promise badges */
.why-us-promises {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.promise-badge {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 18px 6px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.25s ease, opacity 0.25s ease;
    position: relative;
}

.promise-badge:hover {
    transform: translateY(-3px);
    opacity: 0.98;
}

.promise-badge::after{
    content:'';
    position:absolute;
    left: 6px;
    right: 6px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(0,153,255,0.45), rgba(200,168,75,0.30), rgba(255,255,255,0.06));
    opacity: 0.6;
}

.promise-badge-icon {
    font-size: 28px;
    color: #0099ff;
}

.promise-badge-title {
    font-size: 14px;
    font-weight: 700;
    color: #eee;
}

.promise-badge-text {
    font-size: 12.5px;
    color: rgba(255,255,255,0.62);
    line-height: 1.75;
}

/* ─── Light theme overrides (do not touch gallery) ───────────── */
html.theme-light .ab-section-alt{
    background: #ffffff !important;
    border-top-color: rgba(0,0,0,0.06);
    border-bottom-color: rgba(0,0,0,0.06);
}

html.theme-light .who-highlight-item{
    border-bottom-color: rgba(0,0,0,0.10);
}
html.theme-light .who-highlight-item:hover{
    border-bottom-color: rgba(200,168,75,0.55);
}
html.theme-light .who-highlight-icon{
    background: rgba(200,168,75,0.12);
    border-color: rgba(200,168,75,0.30);
    color: #c8a84b;
}
html.theme-light .who-highlight-text strong{ color:#111; }
html.theme-light .who-highlight-text span{ color:#555; }

html.theme-light .mv-card{
    background: #ffffff;
    border-color: rgba(0,0,0,0.10);
    box-shadow: 0 18px 46px rgba(0,0,0,0.10);
}
html.theme-light .mv-card--vision{
    background: rgba(200,168,75,0.10);
    border-color: rgba(200,168,75,0.22);
}
html.theme-light .mv-card-title{ color:#111; }
html.theme-light .mv-card-text{ color:#444; }

html.theme-light .value-card-title{ color:#111; }
html.theme-light .value-card-text{ color:#444; }
html.theme-light .value-card::before{
    background: linear-gradient(90deg, rgba(200,168,75,0.65), rgba(0,153,255,0.35), rgba(0,0,0,0.06));
    opacity: 0.8;
}
html.theme-light .value-card-icon{
    background: rgba(0,0,0,0.03);
    border-color: rgba(0,0,0,0.10);
    color: #c8a84b;
}
html.theme-light .value-card:hover .value-card-icon{
    background: rgba(200,168,75,0.10);
    border-color: rgba(200,168,75,0.28);
}

html.theme-light .promise-badge-title{ color:#111; }
html.theme-light .promise-badge-text{ color:#444; }
html.theme-light .promise-badge::after{
    background: linear-gradient(90deg, rgba(200,168,75,0.65), rgba(0,153,255,0.35), rgba(0,0,0,0.06));
    opacity: 0.9;
}

/* ─── CTA STRIP ───────────────────────────────────────────────── */
.about-cta-strip {
    background: linear-gradient(135deg, #0099ff14 0%, #c8a84b0a 100%);
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
    padding: 70px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-cta-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 100% at 50% 0%, rgba(0, 153, 255, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.about-cta-strip .ab-title {
    max-width: 520px;
    margin: 0 auto 16px;
}

.about-cta-strip .ab-desc {
    margin: 0 auto 32px;
    text-align: center;
}

.about-cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-ab-primary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #0099ff;
    color: #fff !important;
    padding: 13px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 0.3px;
    transition: background 0.2s, transform 0.2s;
}

.btn-ab-primary:hover {
    background: #007acc;
    transform: translateY(-2px);
}

.btn-ab-outline {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: transparent;
    color: #eee !important;
    border: 1px solid #444;
    padding: 13px 28px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    letter-spacing: 0.3px;
    transition: border-color 0.2s, color 0.2s, transform 0.2s;
}

.btn-ab-outline:hover {
    border-color: #c8a84b;
    color: #c8a84b !important;
    transform: translateY(-2px);
}

/* ─── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .who-we-are-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .who-img-frame img {
        height: 320px;
    }

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

    .stats-grid .stat-item:nth-child(2)::after {
        display: none;
    }

    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .why-us-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .ab-section,
    .gallery-section,
    .why-us-section {
        padding: 52px 0;
    }

    .mv-grid,
    .values-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 180px;
    }

    .gallery-item.tall {
        grid-row: span 1;
    }

    .gallery-item.wide {
        grid-column: span 2;
    }

    .who-highlights {
        grid-template-columns: 1fr;
    }

    .why-us-promises {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .stat-item:nth-child(odd):not(:last-child)::after {
        display: block;
    }

    .stat-item:nth-child(even)::after {
        display: none;
    }

    .about-hero {
        padding: 60px 20px 50px;
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 150px;
    }

    .gallery-item.wide {
        grid-column: span 2;
    }

    .gallery-item.tall {
        grid-row: span 1;
    }

    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-cta-btns {
        flex-direction: column;
        align-items: center;
    }
}

/* ─── NOVA ABOUT BLOCKS (about-us.html) ───────────────────────── */
.about-lite-block {
    padding: 90px 0;
    background: #121212;
}

.about-lite-block.bg-section {
    background: #0f0f0f;
}

.about-lite-block .section-title h3 {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0099ff;
    margin-bottom: 14px;
}

.about-lite-block .section-title h2 {
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0;
}

.about-lite-block .section-row {
    margin-bottom: 48px;
}

.exclusive-partners .partners-logo {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 115px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    margin-bottom: 24px;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.exclusive-partners .partners-logo:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 153, 255, 0.35);
}

.exclusive-partners .partners-logo img {
    max-width: 70%;
    max-height: 44px;
    opacity: 0.92;
}

.page-about-nova .vision-mission{
    padding: 100px 0;
}

.page-about-nova .vision-mission > .container > .section-row .section-title{
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.page-about-nova .vision-mission > .container > .section-row .section-title h2{
    color: #fff !important;
}

.page-about-nova .vision-mission > .container > .section-row .section-title h3,
.page-about-nova .vision-mission .vision-mission-content .section-title h3{
    color: #0099ff !important;
}

.page-about-nova .our-projects-nav{
    margin-bottom: 50px;
    text-align: center;
}

.page-about-nova .our-projects-nav .nav-tabs{
    padding: 15px !important;
    margin: 0 !important;
    list-style: none !important;
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
    border-radius: 100px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    gap: 0 !important;
}

.page-about-nova .our-projects-nav ul li{
    margin-right: 25px !important;
    margin-bottom: 0 !important;
    float: none !important;
}

.page-about-nova .our-projects-nav ul li:last-child{
    margin-right: 0 !important;
}

.page-about-nova .our-projects-nav ul li .nav-link{
    background-color: #ffffff !important;
    color: #111 !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.1em !important;
    text-transform: capitalize !important;
    border: none !important;
    padding: 15px 30px !important;
    transition: all 0.35s ease-in-out !important;
}

.page-about-nova .our-projects-nav ul li .nav-link.active{
    background-color: #0099ff !important;
    color: #fff !important;
}

.page-about-nova .vision-mission-box{
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

.page-about-nova .vision-mission-content .section-title{
    max-width: 100% !important;
    text-align: left !important;
}

.page-about-nova .vision-mission-content .section-title h2{
    color: #fff !important;
}

.page-about-nova .vision-mission-content .section-title p{
    color: rgba(255, 255, 255, 0.72) !important;
    line-height: 1.8;
}

.page-about-nova .vision-mission-list ul{
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.page-about-nova .vision-mission-list ul li{
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #fff !important;
    margin-bottom: 20px;
    padding-left: 30px;
    line-height: 1.5;
}

.page-about-nova .vision-mission-list ul li:last-child{
    margin-bottom: 0;
}

.page-about-nova .vision-mission-list ul li:before{
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #0099ff;
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 3px;
    left: 0;
}

.page-about-nova .vision-image{
    text-align: right;
    margin-left: 30px;
}

.page-about-nova .vision-image figure{
    display: block;
    margin: 0;
    border-radius: 46px;
    overflow: hidden;
}

.page-about-nova .vision-image img{
    width: 100%;
    aspect-ratio: 1 / 0.99;
    object-fit: cover;
    border-radius: 46px;
}

html.theme-light .about-lite-block,
html.theme-light .about-lite-block.bg-section {
    background: #f8f8fa !important;
}

html.theme-light .about-lite-block .section-title h2 {
    color: #111 !important;
}

html.theme-light .exclusive-partners .partners-logo {
    background: #fff !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

html.theme-light .page-about-nova .vision-mission .our-projects-nav .nav-link {
    background: #ffffff !important;
    color: #111 !important;
}

html.theme-light .page-about-nova .vision-mission .our-projects-nav .nav-link.active {
    color: #fff !important;
    background: #c8a84b !important;
}

html.theme-light .page-about-nova .vision-mission-box {
    background: transparent !important;
    border-color: transparent !important;
}

html.theme-light .page-about-nova .vision-mission .section-title h2,
html.theme-light .page-about-nova .vision-mission .vision-mission-content .section-title h2 {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
}

html.theme-light .page-about-nova .vision-mission > .container > .section-row .section-title h3,
html.theme-light .page-about-nova .vision-mission .vision-mission-content .section-title h3 {
    color: #c8a84b !important;
    -webkit-text-fill-color: #c8a84b !important;
}

html.theme-light .page-about-nova .vision-mission .text-anime-style-3,
html.theme-light .page-about-nova .vision-mission .text-anime-style-3 .char,
html.theme-light .page-about-nova .vision-mission .text-anime-style-3 .word,
html.theme-light .page-about-nova .vision-mission .text-anime-style-3 .split-line {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
}

html.theme-light .page-about-nova .vision-mission-content .section-title p,
html.theme-light .page-about-nova .vision-mission-list li {
    color: #444 !important;
}

html.theme-light .page-about-nova .vision-mission-list ul li:before {
    color: #c8a84b !important;
}

@media (max-width: 991px) {
    .page-about-nova .vision-mission{
        padding: 50px 0;
    }

    .page-about-nova .our-projects-nav{
        margin-bottom: 30px;
    }

    .page-about-nova .our-projects-nav .nav-tabs{
        padding: 10px;
    }

    .page-about-nova .our-projects-nav ul li{
        margin-right: 20px;
    }

    .page-about-nova .our-projects-nav ul li .nav-link{
        padding: 12px 20px;
        font-size: 14px;
    }

    .page-about-nova .vision-mission-content{
        margin-bottom: 30px;
    }

    .page-about-nova .vision-mission-list ul li{
        font-size: 18px;
        margin-bottom: 15px;
        padding-left: 25px;
    }

    .page-about-nova .vision-mission-list ul li:before{
        font-size: 18px;
    }

    .page-about-nova .vision-image{
        text-align: center;
        margin-left: 0;
    }

    .page-about-nova .vision-image img{
        aspect-ratio: 1 / 0.8;
    }
}

@media (max-width: 767px) {
    .page-about-nova .vision-mission > .container > .section-row .section-title h2{
        font-size: 30px;
        line-height: 1.1;
    }

    .page-about-nova .vision-mission .vision-mission-content .section-title h2{
        font-size: 30px;
        line-height: 1.1;
    }

    .page-about-nova .our-projects-nav .nav-tabs{
        justify-content: center;
        flex-direction: column !important;
        border-radius: 0 !important;
        background: transparent !important;
        border: 0 !important;
        padding: 0 !important;
        width: 100%;
    }

    .page-about-nova .our-projects-nav ul li{
        margin-right: 0 !important;
        margin-bottom: 10px !important;
        width: auto;
    }

    .page-about-nova .our-projects-nav ul li:last-child{
        margin-bottom: 0;
    }

    .page-about-nova .our-projects-nav ul li .nav-link{
        min-width: 180px;
        text-align: center;
        padding: 12px 24px !important;
    }

    .page-about-nova .vision-mission-list ul li{
        font-size: 16px;
    }

    .page-about-nova .vision-mission-list ul li:before{
        top: 4px;
    }

    .page-about-nova .vision-image{
        margin-top: 8px;
    }
}

.page-about-nova .tab-pane.er-tab-animate {
    animation: erTabFadeIn 0.45s ease both;
}

@keyframes erTabFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
