/* ========================================
   ABOUT PAGE STYLES (abt- prefix)
======================================== */

/* ========================================
   HERO BANNER SECTION
======================================== */
.abt-hero-banner {
    padding: 150px 0 100px;
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
    position: relative;
    overflow: hidden;
}

.abt-hero-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(30, 64, 175, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.abt-hero-content {
    padding-right: 2rem;
}

.abt-hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.abt-hero-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

.abt-highlight {
    color: #1e40af;
    position: relative;
}

.abt-hero-desc {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.abt-hero-stats {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.abt-stat-item {
    text-align: left;
}

.abt-stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e40af;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.abt-stat-label {
    font-size: 14px;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 0;
}

.abt-hero-image {
    position: relative;
}

.abt-hero-image img {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.abt-hero-badge-float {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 10px;
}

.abt-hero-badge-float i {
    font-size: 24px;
    color: #fbbf24;
}

.abt-hero-badge-float span {
    font-weight: 700;
    color: #0f172a;
    font-size: 15px;
}

/* ========================================
   WHO WE ARE / COMPANY SECTION
======================================== */
.abt-company-section {
    padding: 100px 0;
    background: #ffffff;
}

/* company image wrapper moved below with height fix */

.abt-experience-badge {
    position: absolute;
    top: -20px;
    right: -20px;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: #ffffff;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(30, 64, 175, 0.3);
}

.abt-exp-number {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.abt-exp-text {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
}

.abt-section-badge {
    display: inline-block;
    background: rgba(30, 64, 175, 0.1);
    color: #1e40af;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.abt-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.abt-text-blue {
    color: #1e40af;
}

.abt-section-desc {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* Services Strip */
.abt-services-strip {
    background: #f8fafc;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #e2e8f0;
}

.abt-services-strip-label {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}

.abt-service-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    transition: all 0.2s ease;
    height: 100%;
    text-align: center;
    justify-content: center;
}

.abt-service-tag:hover {
    background: rgba(30, 64, 175, 0.06);
    border-color: #1e40af;
    color: #1e40af;
}

.abt-service-tag i {
    color: #1e40af;
    font-size: 16px;
    flex-shrink: 0;
}

/* Mission & Vision Section */
.abt-mv-section {
    padding: 0 0 100px;
    background: #ffffff;
}

.abt-mv-card {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 60%);
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    transition: all 0.3s ease;
}

.abt-mv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(30, 64, 175, 0.1);
    border-color: #1e40af;
}

.abt-mv-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.abt-mv-icon i {
    font-size: 28px;
    color: #ffffff;
}

.abt-mv-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.abt-mv-text {
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Fix company image height matching */
.abt-company-image-wrapper {
    position: relative;
    height: 100%;
}

.abt-company-img {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 380px;
}

/* Responsive for MV section */
@media (max-width: 767px) {
    .abt-mv-card {
        padding: 25px;
        flex-direction: column;
    }
    .abt-mv-section {
        padding: 0 0 60px;
    }
    .abt-services-strip {
        padding: 20px;
    }
}

/* ========================================
   WHY CHOOSE BEXILY SECTION
======================================== */
.abt-values-section {
    padding: 100px 0;
    background: #f8fafc;
}

.abt-section-subtitle {
    font-size: 1.1rem;
    color: #64748b;
    margin-top: 1rem;
}

/* Default card - centered (for future 6-col grids etc) */
.abt-value-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #e2e8f0;
    height: 100%;
}

/* Horizontal variant for Why Choose section */
.abt-value-card--horizontal {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    text-align: left;
    padding: 30px;
}

.abt-value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: #1e40af;
}

.abt-value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.abt-value-card--horizontal .abt-value-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
}

.abt-value-card:hover .abt-value-icon {
    transform: scale(1.1);
}

.abt-value-icon i {
    font-size: 28px;
    color: #ffffff;
}

.abt-value-card--horizontal .abt-value-icon i {
    font-size: 22px;
}

.abt-value-body {
    flex: 1;
}

.abt-value-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
}

.abt-value-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ========================================
   INDUSTRIES SECTION
======================================== */
.abt-industries-section {
    padding: 100px 0;
    background: #ffffff;
}

.abt-industry-card {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 20px;
    padding: 30px 15px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: default;
}

.abt-industry-card:hover {
    background: #1e40af;
    border-color: #1e40af;
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(30, 64, 175, 0.2);
}

.abt-industry-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.3s ease;
}

.abt-industry-card:hover .abt-industry-icon {
    background: rgba(255,255,255,0.2);
}

.abt-industry-icon i {
    font-size: 26px;
    color: #ffffff;
}

.abt-industry-name {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.abt-industry-card:hover .abt-industry-name {
    color: #ffffff;
}

/* ========================================
   WORKING PROCESS SECTION
======================================== */
.abt-process-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
}

.abt-process-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    border: 2px solid #e2e8f0;
    height: 100%;
    transition: all 0.3s ease;
}

.abt-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: #1e40af;
}

.abt-process-step {
    font-size: 3rem;
    font-weight: 800;
    color: rgba(30, 64, 175, 0.1);
    line-height: 1;
    margin-bottom: 0.75rem;
    font-family: 'Inter', sans-serif;
}

.abt-process-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}

.abt-process-icon i {
    font-size: 26px;
    color: #ffffff;
}

.abt-process-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.abt-process-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Arrow connector between process cards */
.abt-process-arrow {
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #1e40af;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.abt-process-arrow i {
    font-size: 16px;
    color: #ffffff;
}

/* ========================================
   CTA SECTION
======================================== */
.abt-cta-section {
    padding: 100px 0;
    background: #ffffff;
}

.abt-cta-wrapper {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    padding: 60px;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(30, 64, 175, 0.3);
}

.abt-cta-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1rem;
}

.abt-cta-desc {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
}

.abt-cta-btn {
    background: #fbbf24;
    color: #0f172a;
    padding: 16px 40px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.abt-cta-btn:hover {
    background: #f59e0b;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(251, 191, 36, 0.4);
    color: #0f172a;
}

/* ========================================
   RESPONSIVE STYLES
======================================== */
@media (max-width: 991px) {
    .abt-hero-banner {
        padding: 120px 0 80px;
    }

    .abt-hero-title {
        font-size: 2.25rem;
    }

    .abt-hero-content {
        padding-right: 0;
        margin-bottom: 3rem;
    }

    .abt-hero-stats {
        gap: 2rem;
    }

    .abt-company-section,
    .abt-values-section,
    .abt-industries-section,
    .abt-process-section,
    .abt-cta-section {
        padding: 80px 0;
    }

    .abt-section-title {
        font-size: 2rem;
    }

    .abt-experience-badge {
        width: 120px;
        height: 120px;
        top: -15px;
        right: -15px;
    }

    .abt-exp-number {
        font-size: 2rem;
    }

    .abt-cta-title {
        font-size: 2rem;
    }

    .abt-process-arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    .abt-hero-banner {
        padding: 100px 0 60px;
    }

    .abt-hero-title {
        font-size: 1.75rem;
    }

    .abt-hero-desc {
        font-size: 1rem;
    }

    .abt-hero-stats {
        gap: 1.5rem;
    }

    .abt-stat-number {
        font-size: 2rem;
    }

    .abt-company-section,
    .abt-values-section,
    .abt-industries-section,
    .abt-process-section,
    .abt-cta-section {
        padding: 60px 0;
    }

    .abt-section-title {
        font-size: 1.65rem;
    }

    .abt-experience-badge {
        width: 100px;
        height: 100px;
        top: -10px;
        right: -10px;
    }

    .abt-exp-number {
        font-size: 1.5rem;
    }

    .abt-exp-text {
        font-size: 11px;
    }

    .abt-feature-item {
        gap: 1rem;
    }

    .abt-feature-icon {
        width: 50px;
        height: 50px;
    }

    .abt-feature-icon i {
        font-size: 20px;
    }

    .abt-value-card--horizontal {
        padding: 20px;
    }

    .abt-cta-wrapper {
        padding: 40px 30px;
    }

    .abt-cta-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .abt-cta-desc {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .abt-cta-btn {
        width: 100%;
        justify-content: center;
    }

    .abt-industry-card {
        padding: 20px 10px;
    }

    .abt-industry-icon {
        width: 52px;
        height: 52px;
    }

    .abt-industry-icon i {
        font-size: 22px;
    }

    .abt-process-card {
        padding: 25px 20px;
    }
}