/* ============================================
   ABOUT US PAGE — au- prefix
   ============================================ */

/* Shared */
.au-tag {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--yellow);
    margin-bottom: 12px;
    display: block;
}
.au-section-heading {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    color: var( --green);
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 16px;
}
.au-section-heading span { color: var(--yellow); }
.au-section-sub {
    font-size: 0.9rem;
    color: var(--text-paragraph);
    line-height: 1.8;
    opacity: 0.85;
    margin-bottom: 14px;
}

/* ---- HERO ---- */
.au-hero {
    background: var(--bg-light-green);
    padding: 200px 0 80px;
    position: relative;
    overflow: hidden;
}
.au-hero-bg-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.au-hbc-1 {
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(254,148,70,0.07) 0%, transparent 70%);
    top: -150px; right: -100px;
}
.au-hbc-2 {
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(2,27,94,0.05) 0%, transparent 70%);
    bottom: -100px; left: -80px;
}
.au-hero-heading {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    color: var( --green);
    font-weight: 700;
    line-height: 1.12;
    margin-bottom: 20px;
}
.au-hero-heading span { color: var(--yellow); }
.au-hero-sub {
    font-size: 0.92rem;
    color: var(--text-paragraph);
    line-height: 1.8;
    margin-bottom: 30px;
    opacity: 0.85;
    max-width: 480px;
}

/* Hero image wrap */
.au-hero-img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.au-hero-img {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 20px 40px rgba(2,27,94,0.1));
    animation: auFloat 4s ease-in-out infinite;
}
.au-hero-bg-img {
    position: absolute;
    top: -20px; right: -20px;
    width: 60%;
    opacity: 0.6;
    z-index: 0;
    pointer-events: none;
}
@keyframes auFloat {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-12px); }
}

/* Floating stats on hero image */
.au-hero-stat {
    position: absolute;
    background: var(--white);
    border-radius: 12px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 24px rgba(2,27,94,0.13);
    z-index: 2;
    white-space: nowrap;
    animation: auBadgeFloat 3.5s ease-in-out infinite;
}
.au-stat-1 { left: -10px; bottom: 30%; animation-delay: 0.3s; }
.au-stat-2 { right: -10px; bottom: 15%; animation-delay: 0.8s; }
@keyframes auBadgeFloat {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-8px); }
}
.au-stat-icon {
    width: 36px; height: 36px;
    background: var(--bg-light-yellow);
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: var(--yellow); font-size: 0.9rem; flex-shrink: 0;
}
.au-stat-num {
    font-family: var(--font-heading);
    font-size: 1rem; font-weight: 700;
    color: var( --green); line-height: 1;
}
.au-stat-lbl { font-size: 0.68rem; color: #999; font-weight: 500; margin-top: 2px; }

/* ---- STATS BAR ---- */
.au-stats-bar {
    background: var( --green);
    padding: 50px 0;
}
.au-stat-box { text-align: center; }
.au-stat-box-num {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1;
    margin-bottom: 8px;
}
.au-stat-box-num span { color: var(--yellow); }
.au-stat-box-lbl {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.65);
    font-weight: 500;
}

/* ---- OUR STORY ---- */
.au-story-section {
    padding: 90px 0;
    background: var(--white);
}
.au-story-img-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}
.au-story-img {
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(2,27,94,0.1);
}
.au-story-badge {
    position: absolute;
    bottom: 24px;
    right: -16px;
    background: var(--yellow);
    color: var(--white);
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 24px rgba(254,148,70,0.35);
}
.au-story-badge i { font-size: 1.4rem; }
.au-story-badge-num {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
}
.au-story-badge-lbl { font-size: 0.72rem; opacity: 0.85; }

.au-story-points { margin-top: 20px; display: flex; flex-direction: column; gap: 12px; }
.au-story-point {
    display: flex; align-items: center; gap: 12px;
    font-size: 0.88rem; color: var(--text-paragraph); font-weight: 500;
}
.au-sp-icon {
    width: 22px; height: 22px;
    background: var(--yellow);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--white); font-size: 0.6rem; flex-shrink: 0;
}

/* ---- WHY CHOOSE US ---- */
.au-why-section {
    padding: 90px 0;
    background: var(--bg-light-green);
}
.au-why-card {
    background: var(--white);
    border-radius: 16px;
    padding: 32px 28px;
    height: 100%;
    border: 1.5px solid var(--border-color);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.au-why-card:hover {
    border-color: var(--yellow);
    box-shadow: 0 12px 36px rgba(254,148,70,0.12);
    transform: translateY(-4px);
}
.au-why-card-featured {
    background: var( --green);
    border-color: var( --green);
}
.au-why-card-featured:hover {
    border-color: var(--yellow);
    box-shadow: 0 12px 36px rgba(2,27,94,0.2);
}
.au-why-icon {
    width: 52px; height: 52px;
    background: var(--bg-light-yellow);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: var(--yellow); font-size: 1.2rem;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
.au-why-card-featured .au-why-icon {
    background: rgba(254,148,70,0.15);
}
.au-why-card:hover .au-why-icon {
    background: var(--yellow); color: var(--white);
}
.au-why-title {
    font-family: var(--font-heading);
    font-size: 1.1rem; font-weight: 600;
    color: var( --green); margin-bottom: 12px;
}
.au-why-card-featured .au-why-title { color: var(--white); }
.au-why-desc {
    font-size: 0.85rem; color: var(--text-paragraph);
    line-height: 1.7; margin: 0; opacity: 0.85;
}
.au-why-card-featured .au-why-desc { color: rgba(255,255,255,0.72); opacity: 1; }
.au-why-badge {
    position: absolute; top: 20px; right: 20px;
    background: var(--yellow); color: var(--white);
    font-size: 0.68rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 1px;
    padding: 4px 10px; border-radius: 20px;
}

/* ---- TEAM ---- */
.au-team-section {
    padding: 90px 0;
    background: var(--white);
}
.au-team-card {
    background: var(--bg-light-green);
    border-radius: 16px;
    padding: 32px 24px;
    text-align: center;
    border: 1.5px solid var(--border-color);
    transition: all 0.3s ease;
    height: 100%;
}
.au-team-card:hover {
    border-color: var(--yellow);
    box-shadow: 0 10px 32px rgba(254,148,70,0.1);
    transform: translateY(-4px);
}
.au-team-avatar {
    margin: 0 auto 16px;
    width: 80px; height: 80px;
}
.au-team-avatar-placeholder {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: var( --green);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 1.4rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    border: 3px solid var(--yellow);
}
.au-team-name {
    font-family: var(--font-heading);
    font-size: 1.05rem; font-weight: 600;
    color: var( --green); margin-bottom: 4px;
}
.au-team-role {
    font-size: 0.78rem; font-weight: 600;
    color: var(--yellow); text-transform: uppercase;
    letter-spacing: 1px; margin-bottom: 12px;
}
.au-team-bio {
    font-size: 0.82rem; color: var(--text-paragraph);
    line-height: 1.7; margin-bottom: 16px; opacity: 0.8;
}
.au-team-social { display: flex; justify-content: center; gap: 8px; }
.au-team-social a {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--white);
    border: 1.5px solid var(--border-color);
    color: var( --green); font-size: 0.75rem;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.25s;
}
.au-team-social a:hover {
    background: var(--yellow); border-color: var(--yellow); color: var(--white);
}

/* ---- TESTIMONIALS ---- */
.au-testi-section {
    padding: 90px 0;
    background: var(--bg-light-green);
}
.au-testi-card {
    background: var(--white);
    border-radius: 16px;
    padding: 28px 26px;
    border: 1.5px solid var(--border-color);
    height: 100%;
    transition: all 0.3s ease;
}
.au-testi-card:hover {
    box-shadow: 0 10px 32px rgba(2,27,94,0.08);
    transform: translateY(-3px);
}
.au-testi-card-featured {
    background: var( --green);
    border-color: var( --green);
}
.au-testi-stars { color: #f5a623; font-size: 0.85rem; margin-bottom: 14px; letter-spacing: 2px; }
.au-testi-text {
    font-size: 0.87rem; color: var(--text-paragraph);
    line-height: 1.75; margin-bottom: 20px; font-style: italic; opacity: 0.85;
}
.au-testi-card-featured .au-testi-text { color: rgba(255,255,255,0.8); opacity: 1; }
.au-testi-author {
    display: flex; align-items: center; gap: 12px;
}
.au-testi-avatar {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: var(--yellow);
    color: var(--white);
    font-family: var(--font-heading);
    font-size: 0.9rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.au-testi-name {
    font-weight: 600; font-size: 0.88rem;
    color: var( --green); line-height: 1;
}
.au-testi-card-featured .au-testi-name { color: var(--white); }
.au-testi-role { font-size: 0.75rem; color: #999; margin-top: 3px; }
.au-testi-card-featured .au-testi-role { color: rgba(255,255,255,0.5); }
.au-testi-tp { height: 20px; margin-left: auto; flex-shrink: 0; }

/* ---- CTA ---- */
.au-cta-section {
    background: var( --green);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.au-cta-bg-circle {
    position: absolute;
    width: 500px; height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254,148,70,0.1) 0%, transparent 70%);
    top: -150px; right: -100px;
    pointer-events: none;
}
.au-cta-tag {
    font-size: 0.72rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: 2.5px;
    color: var(--yellow); margin-bottom: 10px;
}
.au-cta-heading {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    color: var(--white); font-weight: 700;
    line-height: 1.2; margin-bottom: 14px;
}
.au-cta-heading span { color: var(--yellow); }
.au-cta-sub {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.7; margin: 0;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991.98px) {
    .au-hero { padding: 120px 0 60px; }
    .au-story-badge { right: 0; }
    .au-hero-stat { display: none; }
}
@media (max-width: 767.98px) {
    .au-story-section,
    .au-why-section,
    .au-team-section,
    .au-testi-section { padding: 60px 0; }
    .au-cta-section { padding: 60px 0; }
    .au-stats-bar { padding: 40px 0; }
    .au-story-section {
    overflow: hidden;
    width: 100%;
        }
}