/**
 * Veeru Tech - Dynamic About Us Page Layout Stylesheet
 * Synchronized with Vibrant Bright Hero Image & Opacity Engine
 */

/* Container Setup */
.vt-about-page-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

.vt-about-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}

.vt-about-section {
    padding: 80px 0;
    position: relative;
    box-sizing: border-box;
}

.vt-about-section.bg-light {
    background-color: #f8fafc;
}

/* ==========================================================================
   1. HERO BANNER & BRIGHT IMAGE ENGINE
   ========================================================================== */
.vt-about-hero {
    background-color: #06172e;
    padding: 80px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}

/* Bright Background Image Layer */
.vt-about-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: var(--vt-hero-bg-img, none);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: var(--vt-hero-bg-opacity, 1);
    z-index: 1;
    transition: opacity 0.3s ease, background-size 0.3s ease;
}

/* Subtle Transparent Overlay Layer (Controlled via Elementor) */
.vt-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--vt-hero-overlay-bg, linear-gradient(90deg, rgba(6, 23, 46, 0.45) 0%, rgba(6, 23, 46, 0.15) 50%, transparent 100%));
    opacity: var(--vt-hero-overlay-opacity, 1);
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s ease, background 0.3s ease;
}

.vt-about-hero .vt-about-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.vt-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.vt-hero-text-col {
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.vt-hero-title {
    font-size: 48px;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #ffffff;
    line-height: 1.2;
    word-break: break-word;
    overflow-wrap: break-word;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.vt-hero-title a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.vt-hero-title a:hover {
    opacity: 0.9;
    text-decoration: underline;
}

.vt-breadcrumbs {
    font-size: 14px;
    color: #f17a28;
    margin-bottom: 20px;
    font-weight: 600;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.vt-breadcrumbs a {
    color: #f1f5f9;
    text-decoration: none;
}

.vt-hero-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #f1f5f9;
    max-width: 580px;
    word-break: break-word;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.vt-hero-desc p {
    margin: 0 0 10px 0;
}

.vt-hero-desc p:last-child {
    margin-bottom: 0;
}

.vt-hero-desc a {
    color: #60a5fa !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    font-weight: 600 !important;
    transition: opacity 0.2s ease, color 0.2s ease !important;
}

.vt-hero-desc a:hover {
    color: #ffffff !important;
    opacity: 0.95 !important;
}

/* RIGHT HERO FLOATING IMAGE */
.vt-hero-img-col {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.vt-hero-floating-img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 380px;
    object-fit: contain !important;
    display: block;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5));
    transition: max-height 0.3s ease;
}

/* ==========================================================================
   2. WHO WE ARE & STATS
   ========================================================================== */
.vt-split-row {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.vt-split-col-left, .vt-split-col-right { flex: 1; }

.vt-tagline {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #f17a28;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.vt-section-title {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 0 0 20px 0;
    word-break: break-word;
}

.vt-section-title a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.vt-section-title a:hover {
    opacity: 0.9;
    text-decoration: underline;
}

.vt-body-text {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 16px;
    word-break: break-word;
}

.vt-body-text p {
    margin: 0 0 12px 0;
}

.vt-body-text p:last-child {
    margin-bottom: 0;
}

.vt-body-text a,
.vt-feat-desc a,
.vt-mvv-card p a,
.vt-mvv-body a,
.vt-cta-desc a {
    color: #1d4ed8;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.vt-body-text a:hover,
.vt-feat-desc a:hover,
.vt-mvv-card p a:hover,
.vt-mvv-body a:hover,
.vt-cta-desc a:hover {
    color: #0f172a;
    opacity: 0.85;
}

.vt-cta-desc a {
    color: #60a5fa !important;
}

.vt-cta-desc a:hover {
    color: #ffffff !important;
}

.vt-btn-primary {
    display: inline-block;
    padding: 14px 28px;
    background-color: #f17a28;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.vt-btn-primary:hover {
    background-color: #d96313;
    transform: translateY(-2px);
}

/* STATS CARDS GRID */
.vt-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}

.vt-stat-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
    box-sizing: border-box;
}

.vt-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.vt-stat-icon {
    font-size: 32px;
    color: #06172e;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vt-stat-icon svg {
    width: 32px;
    height: 32px;
    fill: #06172e;
}

/* CSS MASK SPAN ENGINE */
.vt-stat-img-icon,
.vt-feat-img-icon,
.vt-mvv-img-icon,
.vt-step-img-icon {
    display: inline-block;
    background-color: currentColor;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.vt-stat-img-icon { width: 36px; height: 36px; margin-bottom: 12px; }
.vt-feat-img-icon { width: 28px; height: 28px; }
.vt-mvv-img-icon  { width: 28px; height: 28px; }
.vt-step-img-icon { width: 24px; height: 24px; }

.vt-stat-num {
    font-size: 32px;
    font-weight: 800;
    color: #06172e;
    margin: 0 0 6px 0;
}

.vt-stat-label {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
}

/* ==========================================================================
   3. WHY CHOOSE US
   ========================================================================== */
.vt-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 25px;
    width: 100%;
    box-sizing: border-box;
}

.vt-feature-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.vt-feat-icon {
    font-size: 24px;
    color: #f17a28;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
}

.vt-feat-icon svg {
    width: 24px;
    height: 24px;
    fill: #f17a28;
}

.vt-feat-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 4px 0;
}

.vt-feat-desc {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* ==========================================================================
   4. MISSION VISION VALUES
   ========================================================================== */
.vt-mvv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
}

.vt-mvv-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 35px 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    box-sizing: border-box;
}

.vt-mvv-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #06172e;
    font-size: 24px;
    margin-bottom: 20px;
}

.vt-mvv-icon-wrap i {
    font-size: 24px;
    color: #06172e;
}

.vt-mvv-icon-wrap svg {
    width: 24px;
    height: 24px;
    fill: #06172e;
}

.vt-mvv-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px 0;
}

.vt-mvv-card p,
.vt-mvv-body {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.vt-values-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vt-values-list li {
    font-size: 14px;
    color: #334155;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vt-values-list li .chk {
    color: #f17a28;
    font-weight: 800;
    font-size: 15px;
}

/* ==========================================================================
   5. APPROACH & CERTIFICATIONS
   ========================================================================== */
.vt-split-col-cert { flex: 1; }
.vt-split-col-approach { flex: 1.5; }

.vt-cert-title {
    font-size: 24px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 15px 0;
}

.vt-cert-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.vt-badge {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}

.vt-steps-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
}

.vt-step-item {
    text-align: center;
    flex: 1;
}

.vt-step-icon {
    width: 50px;
    height: 50px;
    background: #06172e;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
    font-size: 20px;
}

.vt-step-icon i {
    font-size: 20px;
    color: #ffffff;
}

.vt-step-icon svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

.vt-step-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #0f172a;
}

.vt-step-item p {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

.vt-step-arrow {
    font-size: 20px;
    color: #cbd5e1;
    font-weight: 700;
}

/* ==========================================================================
   6. CTA BANNER CARD
   ========================================================================== */
.vt-cta-banner-card {
    background-color: #06172e;
    border-radius: 16px;
    padding: 40px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

.vt-cta-title {
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px 0;
}

.vt-cta-title a {
    color: inherit;
    text-decoration: none;
}

.vt-cta-title a:hover {
    text-decoration: underline;
}

.vt-cta-desc {
    font-size: 14px;
    color: #cbd5e1;
    margin: 0;
    max-width: 440px;
    line-height: 1.6;
}

.vt-cta-desc p {
    margin: 0 0 8px 0;
}

.vt-cta-desc p:last-child {
    margin-bottom: 0;
}

.vt-cta-middle {
    display: flex;
    gap: 25px;
}

.vt-cta-info-item span {
    display: block;
    font-size: 12px;
    color: #94a3b8;
    margin-bottom: 2px;
}

.vt-cta-info-item strong {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}

.vt-btn-cta-orange {
    display: inline-block;
    padding: 14px 28px;
    background-color: #f17a28;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.vt-btn-cta-orange:hover {
    background-color: #d96313;
    transform: translateY(-2px);
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVE ENGINE
   ========================================================================== */

@media (max-width: 991px) {
    .vt-about-section {
        padding: 50px 0;
    }

    .vt-hero-grid {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }

    .vt-split-row {
        flex-direction: column;
        width: 100%;
        gap: 40px;
    }

    .vt-split-col-left, 
    .vt-split-col-right, 
    .vt-split-col-cert, 
    .vt-split-col-approach {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        box-sizing: border-box;
    }

    .vt-mvv-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }

    .vt-cta-banner-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 25px;
    }

    .vt-cta-middle {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .vt-stats-grid {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        box-sizing: border-box;
    }

    .vt-steps-flex {
        flex-wrap: wrap;
    }

    .vt-step-arrow {
        display: none;
    }
}

@media (max-width: 768px) {
    /* HERO BANNER - CLEAR BRIGHT MOBILE VIEW */
    .vt-about-hero {
        min-height: auto !important;
        height: auto !important;
        padding: 45px 0 !important;
        overflow: visible !important;
    }

    .vt-about-container {
        padding: 0 18px !important;
    }

    .vt-hero-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .vt-hero-text-col {
        width: 100% !important;
        text-align: left !important;
    }

    .vt-hero-title {
        font-size: clamp(24px, 7vw, 36px) !important;
        line-height: 1.25 !important;
        margin-bottom: 10px !important;
        word-break: break-word !important;
    }

    .vt-breadcrumbs {
        margin-bottom: 14px !important;
        font-size: 13px !important;
    }

    .vt-hero-desc {
        font-size: 13.5px !important;
        line-height: 1.55 !important;
        max-width: 100% !important;
    }

    .vt-hero-img-col {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin-top: 10px !important;
    }

    .vt-hero-floating-img {
        max-height: 240px !important;
        width: auto !important;
        max-width: 100% !important;
        object-fit: contain !important;
    }

    /* BODY SECTIONS MOBILE FIXES */
    .vt-section-title {
        font-size: 24px !important;
    }

    .vt-features-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .vt-stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .vt-stat-card {
        padding: 20px 12px !important;
    }

    .vt-stat-num {
        font-size: 24px !important;
    }

    .vt-btn-primary,
    .vt-btn-cta-orange {
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 480px) {
    .vt-stats-grid {
        grid-template-columns: 1fr !important;
    }

    .vt-stat-card {
        padding: 18px 10px !important;
    }

    .vt-hero-title {
        font-size: 26px !important;
    }
}