/* =====================
   About Page Styles
   ===================== */

/* Hero */
.about-hero {
    position: relative;
    height: 480px;
    background: url('https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=1400&q=80') center center / cover no-repeat;
    display: flex;
    align-items: flex-end;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%, rgba(5,15,30,0.85) 100%);
}

.about-breadcrumb .breadcrumb-item a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
}
.about-breadcrumb .breadcrumb-item.active,
.about-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,0.5);
}

.about-hero-title {
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 12px;
}

.about-hero-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 40px;
}

/* Section Tags */
.about-section-tag {
    display: inline-block;
    background: rgba(12,93,185,0.12);
    color: #0c5db9;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 18px;
    border-radius: 30px;
    border: 1px solid rgba(12,93,185,0.25);
    margin-bottom: 12px;
}

.about-section-title {
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 800;
    color: #0d1b2a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-text {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Who We Are Image */
.about-img-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.about-main-img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 420px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.about-stat-badge {
    position: absolute;
    bottom: 25px;
    right: -20px;
    background: #0c5db9;
    color: white;
    border-radius: 16px;
    padding: 18px 24px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(12,93,185,0.4);
}

.about-stat-badge .stat-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.about-stat-badge .stat-label {
    display: block;
    font-size: 12px;
    opacity: 0.85;
    margin-top: 4px;
}

/* Feature Cards */
.about-feature-card {
    background: #f7f9fc;
    border-radius: 14px;
    padding: 18px;
    border: 1px solid #e8eef6;
    height: 100%;
    transition: 0.3s ease;
}

.about-feature-card:hover {
    border-color: #0c5db9;
    box-shadow: 0 8px 24px rgba(12,93,185,0.1);
    transform: translateY(-3px);
}

.about-feature-icon {
    margin-bottom: 10px;
}

.about-feature-card h5 {
    font-size: 15px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 6px;
}

.about-feature-card p {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* Vision & Mission */
.about-vision {
    background: #f0f5fb;
}

.vm-card {
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.vision-card {
    background: linear-gradient(135deg, #0c5db9, #0a4a96);
    color: white;
}

.mission-card {
    background: linear-gradient(135deg, #0d1b2a, #1a3050);
    color: white;
}

.vm-icon {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.15);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.vm-card h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.vm-card p {
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.88;
    margin: 0;
}

/* Stats */
.about-stats {
    background: #0d1b2a;
}

.stat-item {
    padding: 30px 20px;
}

.stat-big-number {
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 900;
    color: #0c5db9;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-big-label {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

/* Values */
.about-values {
    background: #fff;
}

.value-card {
    background: #f7f9fc;
    border-radius: 20px;
    padding: 35px 25px;
    border: 1px solid #e8eef6;
    transition: 0.3s ease;
    height: 100%;
}

.value-card:hover {
    border-color: #0c5db9;
    box-shadow: 0 12px 36px rgba(12,93,185,0.1);
    transform: translateY(-6px);
}

.value-emoji {
    font-size: 44px;
    margin-bottom: 16px;
    line-height: 1;
}

.value-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 10px;
}

.value-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* Districts */
.about-districts {
    background: #f0f5fb;
}

.district-pill {
    background: white;
    border: 1px solid #d1dbe8;
    border-radius: 30px;
    padding: 10px 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: #0d1b2a;
    transition: 0.3s ease;
    cursor: default;
}

.district-pill:hover {
    background: #0c5db9;
    color: white;
    border-color: #0c5db9;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .about-stat-badge {
        right: 10px;
        bottom: 10px;
    }
    .vm-card {
        padding: 28px 22px;
    }
}
