/* ==========================================================================
   ENVILLE POLYTECHNIC ABOUT US STYLES (MATCHING REFERENCE LAYOUT)
   ========================================================================== */

/* Theme Palette Colors */
:root {
    --env-navy: #0b1f3a;
    --env-navy-light: #162d50;
    --env-gold: #b89c56;
    --env-gold-hover: #9e8343;
    --env-bg-light: #f8fafc;
    --env-border: #e2e8f0;
    --env-text: #334155;
}

/* 1. Hero Header Banner */
.about-hero-section {
    background: linear-gradient(rgba(4, 56, 24, 0.88), rgba(11, 31, 58, 0.92)), url('../Image/enville\ logo.png') no-repeat center center/cover;
    padding: 70px 0 60px;
    color: #ffffff;
}

.hero-content {
    max-width: 650px;
}

.hero-subtitle-tag {
    color: var(--env-gold);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 8px;
}

.about-hero-section h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

.about-hero-section p {
    font-size: 1rem;
    color: #cbd5e1;
    line-height: 1.6;
}

/* 2. Breadcrumb Navigation Bar */
.breadcrumb-wrapper {
    background-color: #ffffff;
    border-bottom: 1px solid var(--env-border);
    padding: 12px 0;
}

.custom-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
}

.custom-breadcrumb a {
    color: var(--env-navy);
    text-decoration: none;
    font-weight: 600;
}

.custom-breadcrumb .divider {
    color: #94a3b8;
    font-size: 0.75rem;
}

.custom-breadcrumb .active {
    color: #64748b;
}

/* 3. Who We Are Section */
.who-we-are-section {
    padding: 65px 0 50px;
    background-color: #ffffff;
}

.section-badge-gold {
    color: var(--env-gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 6px;
}

.who-we-are-intro h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--env-navy);
    margin-bottom: 15px;
    line-height: 1.3;
}

.who-we-are-intro p {
    font-size: 0.9rem;
    color: var(--env-text);
    line-height: 1.6;
    margin-bottom: 15px;
}

.btn-enville-dark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--env-navy);
    color: #ffffff !important;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: none !important;
    transition: background-color 0.2s ease;
}

.btn-enville-dark:hover {
    background-color: var(--env-navy-light);
}

/* Enville Cards Grid */
.enville-card-box {
    background-color: #ffffff;
    border: 1px solid var(--env-border);
    border-radius: 6px;
    padding: 24px 20px;
    height: 100%;
    transition: box-shadow 0.3s ease;
}

.enville-card-box:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.card-icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f1f5f9;
    color: var(--env-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.enville-card-box h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--env-navy);
    margin-bottom: 8px;
}

.gold-line {
    width: 30px;
    height: 2px;
    background-color: var(--env-gold);
    margin-bottom: 12px;
}

.enville-card-box p {
    font-size: 0.85rem;
    color: var(--env-text);
    line-height: 1.5;
    margin: 0;
}

.values-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.values-list li {
    font-size: 0.85rem;
    color: var(--env-text);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.values-list li i {
    color: var(--env-gold);
    font-size: 0.75rem;
}

/* 4. Horizontal Stats Counter Bar */
.stats-counter-bar {
    background-color: var(--env-bg-light);
    border-top: 1px solid var(--env-border);
    border-bottom: 1px solid var(--env-border);
    padding: 30px 0;
}

.stats-flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stat-box-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stat-icon {
    font-size: 1.8rem;
    color: var(--env-navy);
}

.stat-text h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--env-navy);
    margin: 0;
    line-height: 1;
}

.stat-text p {
    font-size: 0.8rem;
    color: #64748b;
    margin: 4px 0 0 0;
    font-weight: 600;
}

.stat-divider {
    width: 1px;
    height: 35px;
    background-color: var(--env-border);
}

/* 5. Our Story Section */
.our-story-section {
    padding: 65px 0;
    background-color: #ffffff;
}

.our-story-section h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--env-navy);
    margin-bottom: 15px;
}

.our-story-section p {
    font-size: 0.9rem;
    color: var(--env-text);
    line-height: 1.6;
    margin-bottom: 15px;
}

.story-image-wrap img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
    max-height: 320px;
}

.commitment-card {
    background-color: var(--env-bg-light);
    border: 1px solid var(--env-border);
    border-left: 4px solid var(--env-navy);
    padding: 22px;
    border-radius: 4px;
}

.commit-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--env-navy);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.commitment-card h4 {
    font-size: 1rem;
    font-weight: 800;
    color: var(--env-navy);
    margin-bottom: 8px;
}

.commitment-card p {
    font-size: 0.83rem;
    color: var(--env-text);
    line-height: 1.5;
    margin: 0;
}

/* 6. Testimonials Section */
.testimonials-section {
    padding: 60px 0 70px;
    background-color: var(--env-bg-light);
    border-top: 1px solid var(--env-border);
}

.gold-line-center {
    width: 40px;
    height: 3px;
    background-color: var(--env-gold);
    margin: 8px auto 35px;
}

.testimonial-box {
    background: #ffffff;
    border: 1px solid var(--env-border);
    border-radius: 6px;
    padding: 25px;
    margin: 10px;
}

.testi-quote {
    color: var(--env-gold);
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.testi-text {
    font-size: 0.88rem;
    color: var(--env-text);
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 18px;
}

.testi-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testi-user img {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--env-gold);
}

.testi-user h4 {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--env-navy);
    margin: 0;
}

.testi-user span {
    font-size: 0.78rem;
    color: #64748b;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .stats-flex-container {
        gap: 20px;
    }
    .stat-divider {
        display: none;
    }
}

@media (max-width: 576px) {
    .about-hero-section h1 {
        font-size: 1.8rem;
    }
    .stats-flex-container {
        flex-direction: column;
        align-items: flex-start;
    }
}