/* ==========================================================================
   GLOBAL & RESET STYLES
   ========================================================================== */
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

/* Preloader Smooth Core */
#site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.about-hero-section {
    position: relative;
    width: 100%;
    min-height: 60vh;
    background: linear-gradient(to right, rgba(2, 18, 12, 0.95) 25%, rgba(3, 23, 16, 0.85) 50%, rgba(0, 0, 0, 0.4) 100%), 
                url('../assests/images/about-us-page-hero.webp') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 40px 0;
}

.breadcrumb-nav .breadcrumb-item, 
.breadcrumb-nav .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
}
.breadcrumb-nav .breadcrumb-item.active {
    color: #00b98f;
}
.breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
    content: ">";
}

.main-heading {
    font-size: 3.8rem;
    line-height: 1.1;
    letter-spacing: -1px;
}
.brand-name {
    color: #00b98f;
    font-weight: 700;
}
.sub-text {
    font-size: 1.15rem;
    font-weight: 300;
    color: #d1d5db;
    line-height: 1.6;
}

.border-top-custom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.border-start-custom {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.feature-icon-box {
    width: 50px;
    height: 50px;
    border: 1.5px solid #00b98f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00b98f;
    font-size: 1.25rem;
    background: rgba(0, 185, 143, 0.1);
    flex-shrink: 0;
}
.text-light-muted {
    color: #a3a3a3;
}

/* ==========================================================================
   WHO WE ARE SECTION (Layout Overlap Fixed)
   ========================================================================== */
.who-we-are-section {
    background-color: #ffffff;
}
.who-we-are-section .sub-title {
    color: #00b98f;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
}
.who-we-are-section .main-title {
    color: #092644;
    font-size: 2.6rem;
    line-height: 1.2;
}
.feature-check i {
    color: #00b98f;
    font-size: 1.2rem;
}

.btn-explore {
    background-color: #00b98f;
    color: #ffffff;
    padding: 12px 32px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.btn-explore:hover {
    background-color: #009652;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Image Container Dynamic Height Adjustments */
.image-wrapper-container {
    position: relative;
    padding-bottom: 90px; 
}
.main-image-card {
    border-radius: 24px;
    overflow: hidden;
    height: 440px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.office-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Absolute Floating Cards Position Setup */
.overlapping-cards-row {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    z-index: 10;
}
.info-overlap-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.info-overlap-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1) !important;
}
.card-thumb-img-box {
    position: relative;
    height: 120px;
    width: 100%;
    overflow: hidden;
}
.card-thumb-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-badge-icon {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 44px;
    height: 44px;
    background-color: #00b98f;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.card-body-content {
    padding: 18px;
}

/* ==========================================================================
   STAT COUNTER SECTION
   ========================================================================== */
.stats-counter-section {
    margin-top: -30px;
    position: relative;
    z-index: 20;
}
.stat-icon-box {
    width: 54px;
    height: 54px;
    background-color: #e6f8f5;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stat-number {
    color: #092644;
    font-size: 1.75rem;
}

/* ==========================================================================
   VISION & VALUES SECTION
   ========================================================================== */
.vision-values-section {
    background-color: #f8fafc;
}
.vision-values-section .section-sub-title {
    color: #00b98f;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
}
.vision-values-section .section-main-title {
    color: #092644;
    font-size: 2.4rem;
}
.title-bottom-line {
    width: 60px;
    height: 3px;
    background-color: #00b98f;
    margin: 15px auto 0;
    border-radius: 2px;
}
.value-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 22px;
    transition: all 0.3s ease;
}
.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important;
}
.value-icon-wrapper {
    width: 84px;
    height: 84px;
    background-color: #e6f8f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00b98f;
    font-size: 2rem;
    transition: all 0.3s ease;
}
.value-card:hover .value-icon-wrapper {
    background-color: #00b98f;
    color: #ffffff;
}
.card-heading {
    color: #092644;
    font-size: 1.25rem;
}
.card-desc {
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ==========================================================================
   LEADERSHIP TEAM SECTION
   ========================================================================== */
.leadership-section .team-sub-title {
    color: #00b98f;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
}
.leadership-section .team-main-title {
    color: #092644;
    font-size: 2.4rem;
}
.team-title-line {
    width: 60px;
    height: 3px;
    background-color: #00b98f;
    margin: 15px auto 0;
    border-radius: 2px;
}
.expert-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 24px;
    transition: all 0.3s ease;
}
.expert-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08) !important;
}
.expert-img-container {
    position: relative;
    width: 250px; 
    height: 250px;
    border-radius: 60px 60px 20px 60px;
    overflow: hidden;
}
.expert-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.linkedin-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    background-color: #00b98f;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: background-color 0.2s ease;
}
.linkedin-badge:hover {
    background-color: #009652;
}
.expert-name {
    color: #092644;
    font-size: 1.45rem;
}
.experience-tag {
    color: #00b98f;
    font-size: 0.95rem;
}
.text-teal {
    color: #00b98f !important;
}

/* ==========================================================================
   CTA BACKGROUND BANNER SECTION
   ========================================================================== */
.cta-bg-wrapper {
    position: relative;
    background: url('https://images.unsplash.com/photo-1613490493576-7fde63acd811?auto=format&fit=crop&w=1200&q=80') no-repeat center center;
    background-size: cover;
    border-radius: 24px;
    overflow: hidden;
}
.cta-overlay-layer {
    width: 100%;
    background: linear-gradient(135deg, rgba(11, 44, 86, 0.94) 0%, rgba(0, 185, 143, 0.88) 100%);
}
.full-banner-title {
    font-size: 1.85rem;
}
.btn-cta-white {
    background-color: #ffffff;
    color: #00b98f;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-decoration: none;
}
.btn-cta-white:hover {
    background-color: #00b98f;
    color: #ffffff;
    transform: translateY(-2px);
}

/* ==========================================================================
   RESPONSIVE MEDIA QUERIES (FIXED LAYOUT IN SMALL DEVICES)
   ========================================================================== */

/* बड़ी स्क्रीन के लिए सेटिंग्स */
@media (min-width: 992px) {
    .border-start-md {
        border-left: 1px solid rgba(0, 0, 0, 0.08);
    }
    .border-start-lg {
        border-left: 1px solid rgba(0, 0, 0, 0.08);
    }
}

/* टैबलेट और छोटे लैपटॉप (Medium Devices) */
@media (max-width: 991.98px) {
    .main-heading { font-size: 2.8rem; }
    .who-we-are-section .main-title { font-size: 2.1rem; }
    
    /* Who We Are इमेज और कार्ड्स स्ट्रक्चर फिक्स */
    .image-wrapper-container {
        padding-bottom: 0;
        max-width: 540px;
        margin: 40px auto 0;
    }
    .main-image-card { height: 360px; }
    .overlapping-cards-row {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 0;
        margin-top: 20px;
    }
    
    .stats-counter-section { margin-top: 30px; }
    .border-start-custom { border-left: none; }
}

/* मोबाइल स्क्रीन्स (Small Devices) */
@media (max-width: 767.98px) {
    .about-hero-section {
        min-height: auto;
        background: linear-gradient(to bottom, rgba(2, 18, 12, 0.97), rgba(3, 23, 16, 0.92)), 
                    url('https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?auto=format&fit=crop&w=1200&q=80') no-repeat center center;
    }
    .main-heading { font-size: 2.4rem; }
    .sub-text { font-size: 1.05rem; }
    
    /* हीरो सेक्शन के नीचे के फीचर्स को वर्टिकल कस्टमाइज़ करना */
    .feature-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 15px;
    }
    .feature-item:last-child { border-bottom: none; }
    
    .who-we-are-section .main-title { font-size: 1.8rem; }
    .vision-values-section .section-main-title { font-size: 1.8rem; }
    .leadership-section .team-main-title { font-size: 1.8rem; }
    
    /* बूटस्ट्रैप ग्रिड काउंटर्स फिक्स */
    .border-start-md, .border-start-lg { border-left: none; }
    
    .btn-cta-white { width: 100%; }
}

/* बहुत छोटे मोबाइल फोन के लिए */
@media (max-width: 575.98px) {
    .main-image-card { height: 280px; }
    .expert-img-container { width: 200px; height: 200px; }
    .full-banner-title { font-size: 1.4rem; }
}