/* ============ ABOUT PAGE OVERRIDES ============ */
.about-body{overflow:auto;height:auto}
.about-body .page-bg{height:auto;padding:16px}
.about-container{
    height:auto!important;max-height:none!important;
    overflow:hidden!important;
    display:flex;flex-direction:column;
    background:linear-gradient(135deg,#2a0000,#6b1010,#4a0000);
    border-radius:20px;
}
.about-nav{
    position:sticky;top:0;z-index:50;
    padding:16px 48px;
    background:transparent;
    backdrop-filter:none;
    border-bottom:none;
    transition:background 0.3s;
}
.about-nav:hover{background:transparent}
.about-scroll{
    display:flex;flex-direction:column;
    color:#fff;
}

/* ============ HERO ============ */
.about-hero{
    display:flex;align-items:center;justify-content:space-between;
    padding:80px 48px 60px;
    min-height:500px;
    position:relative;overflow:hidden;
}
.about-hero-content{max-width:500px;z-index:2}
.about-label{
    font-size:11px;font-weight:500;letter-spacing:3px;text-transform:uppercase;
    color:rgba(255,255,255,0.4);margin-bottom:16px;
    transition:color 0.4s, letter-spacing 0.4s;
}
.about-label:hover{color:rgba(255,255,255,0.7);letter-spacing:5px}
.about-hero-title{
    font-size:clamp(36px,5vw,56px);font-weight:800;line-height:1.1;letter-spacing:-1.5px;
    transition:text-shadow 0.4s;
}
.about-hero-title:hover{text-shadow:0 0 40px rgba(255,255,255,0.15)}
.about-hero-sub{
    font-size:14px;font-weight:300;color:rgba(255,255,255,0.5);margin-top:14px;
    letter-spacing:1px;transition:color 0.3s;
}
.about-hero-sub:hover{color:rgba(255,255,255,0.8)}
.about-hero-img{
    position:absolute;right:80px;bottom:-40px;
    width:58%;max-width:700px;opacity:0;
    z-index:0;
    transform:translateY(-80px);
}
.about-hero:hover .about-hero-img img{transform:scale(1.02)}
.about-hero-img img{width:100%;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,0.5));transition:transform 0.5s ease}

/* ============ STATS ============ */
.about-stats{
    display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
    padding:0 48px 60px;
}
.about-stat-card{
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    gap:6px;padding:28px 16px;
    border-radius:16px;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.06);
    transition:border-color 0.3s, transform 0.35s, background 0.3s, box-shadow 0.4s;
    cursor:default;
}
.about-stat-card:hover{
    border-color:rgba(255,255,255,0.2);
    transform:translateY(-6px) scale(1.03);
    background:rgba(255,255,255,0.07);
    box-shadow:0 12px 40px rgba(0,0,0,0.3);
}
.about-stat-card:active{transform:translateY(-2px) scale(0.98)}
.about-stat-num{
    font-size:32px;font-weight:800;letter-spacing:0.5px;
    transition:transform 0.3s, text-shadow 0.3s;
}
.about-stat-card:hover .about-stat-num{
    transform:scale(1.1);
    text-shadow:0 0 20px rgba(255,255,255,0.2);
}
.about-stat-num small{font-size:16px;font-weight:400;opacity:0.5}
.about-stat-label{
    font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;
    color:rgba(255,255,255,0.4);transition:color 0.3s;
}
.about-stat-card:hover .about-stat-label{color:rgba(255,255,255,0.7)}

/* ============ TEXT SECTION ============ */
.about-text-section{
    display:flex;gap:48px;align-items:flex-start;
    padding:60px 48px;
    border-top:1px solid rgba(255,255,255,0.06);
}
.about-text-left{flex:0 0 40%}
.about-section-title{
    font-size:clamp(28px,3.5vw,40px);font-weight:800;line-height:1.15;letter-spacing:-1px;
    transition:text-shadow 0.4s;
}
.about-section-title:hover{text-shadow:0 0 30px rgba(255,255,255,0.1)}
.about-section-title.center{text-align:center}
.about-text-right{flex:1}
.about-paragraph{
    font-size:13px;line-height:1.8;color:rgba(255,255,255,0.55);margin-bottom:18px;
    font-weight:300;transition:color 0.3s;
}
.about-paragraph:hover{color:rgba(255,255,255,0.8)}

/* ============ TIMELINE ============ */
.about-timeline-section{
    padding:60px 48px;
    border-top:1px solid rgba(255,255,255,0.06);
}
.about-timeline-header{margin-bottom:40px}
.about-timeline-sub{
    font-size:13px;color:rgba(255,255,255,0.4);margin-top:8px;font-weight:300;
}
.about-timeline{
    display:flex;flex-direction:column;gap:0;
    position:relative;
    margin-left:80px;
}
.about-timeline::before{
    content:'';position:absolute;left:4px;top:14px;bottom:14px;
    width:2px;border-radius:1px;background:rgba(255,255,255,0.12);
}
.timeline-item{
    display:flex;align-items:flex-start;gap:20px;
    padding-left:24px;
    padding-bottom:36px;position:relative;
    cursor:default;
}
.timeline-item:hover .timeline-content{transform:translateX(6px)}
.timeline-content{transition:transform 0.3s}
.timeline-year{
    position:absolute;left:-80px;
    font-size:11px;font-weight:600;letter-spacing:1px;
    color:rgba(255,255,255,0.3);
    min-width:55px;text-align:right;
    top:2px;
    transition:color 0.3s;
}
.timeline-item:hover .timeline-year{color:rgba(255,255,255,0.8)}
.timeline-dot{
    width:10px;height:10px;border-radius:50%;
    background:#fff;flex-shrink:0;
    position:absolute;left:0;top:5px;
    z-index:1;
    box-shadow:0 0 0 3px rgba(255,255,255,0.1);
    transition:transform 0.3s, box-shadow 0.3s;
}
.timeline-item:hover .timeline-dot{
    transform:scale(1.5);
    box-shadow:0 0 0 5px rgba(255,255,255,0.2), 0 0 15px rgba(255,255,255,0.15);
}
.timeline-content h3{
    font-size:14px;font-weight:600;margin-bottom:6px;
    transition:color 0.3s;
}
.timeline-item:hover .timeline-content h3{color:#fff}
.timeline-content p{
    font-size:12px;line-height:1.6;color:rgba(255,255,255,0.45);font-weight:300;
    max-width:400px;transition:color 0.3s;
}
.timeline-item:hover .timeline-content p{color:rgba(255,255,255,0.7)}

/* ============ MISSION ============ */
.about-mission{
    padding:80px 48px;
    border-top:1px solid rgba(255,255,255,0.06);
    display:flex;justify-content:center;
}
.about-mission-inner{
    max-width:600px;text-align:center;
    transition:transform 0.4s;
}
.about-mission-inner:hover{transform:scale(1.03)}
.about-quote{
    font-size:clamp(16px,2vw,22px);font-weight:300;line-height:1.7;
    color:rgba(255,255,255,0.7);font-style:italic;
    margin-top:20px;border:none;padding:0;
    transition:color 0.4s, text-shadow 0.4s;
}
.about-quote:hover{
    color:rgba(255,255,255,0.9);
    text-shadow:0 0 30px rgba(255,255,255,0.08);
}

/* ============ WHY CHOOSE US ============ */
.about-why{
    padding:60px 48px;
    border-top:1px solid rgba(255,255,255,0.06);
}
.about-why-grid{
    display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
    margin-top:36px;
}
.why-card{
    padding:28px 22px;border-radius:16px;
    background:rgba(255,255,255,0.03);
    border:1px solid rgba(255,255,255,0.06);
    transition:border-color 0.3s, transform 0.35s, background 0.3s, box-shadow 0.4s;
    cursor:default;
}
.why-card:hover{
    border-color:rgba(255,255,255,0.2);
    transform:translateY(-8px);
    background:rgba(255,255,255,0.06);
    box-shadow:0 16px 50px rgba(0,0,0,0.3);
}
.why-card:active{transform:translateY(-2px) scale(0.97)}
.why-icon{
    width:44px;height:44px;border-radius:12px;
    background:rgba(255,255,255,0.06);
    display:flex;align-items:center;justify-content:center;
    margin-bottom:16px;color:rgba(255,255,255,0.7);
    transition:background 0.3s, transform 0.3s, box-shadow 0.3s;
}
.why-card:hover .why-icon{
    background:rgba(255,255,255,0.12);
    transform:scale(1.15) rotate(-5deg);
    box-shadow:0 4px 15px rgba(255,255,255,0.08);
}
.why-card h3{
    font-size:14px;font-weight:600;margin-bottom:6px;
    transition:color 0.3s;
}
.why-card:hover h3{color:#fff}
.why-card p{
    font-size:11px;line-height:1.5;color:rgba(255,255,255,0.4);font-weight:300;
    transition:color 0.3s;
}
.why-card:hover p{color:rgba(255,255,255,0.65)}

/* ============ CTA ============ */
.about-cta{
    padding:80px 48px;text-align:center;
    background:linear-gradient(135deg,rgba(255,255,255,0.03),rgba(255,255,255,0.01));
    border-top:1px solid rgba(255,255,255,0.06);
}
.about-cta-title{
    font-size:clamp(28px,4vw,44px);font-weight:800;line-height:1.15;letter-spacing:-1px;
    margin-bottom:28px;transition:text-shadow 0.4s;
}
.about-cta-title:hover{text-shadow:0 0 40px rgba(255,255,255,0.12)}
.about-cta-btn{
    display:inline-block;padding:14px 36px;border-radius:30px;
    background:#fff;color:#0d0d0d;font-size:14px;font-weight:600;
    text-decoration:none;transition:background 0.3s,transform 0.3s,box-shadow 0.3s,letter-spacing 0.3s;
    box-shadow:0 4px 20px rgba(255,255,255,0.1);
    position:relative;overflow:hidden;
}
.about-cta-btn::after{
    content:'';position:absolute;inset:0;
    background:linear-gradient(135deg,transparent 40%,rgba(255,255,255,0.4) 50%,transparent 60%);
    transform:translateX(-100%);
    transition:transform 0.6s;
}
.about-cta-btn:hover::after{transform:translateX(100%)}
.about-cta-btn:hover{
    background:#e0e0e0;transform:translateY(-3px) scale(1.05);
    box-shadow:0 12px 40px rgba(255,255,255,0.2);
    letter-spacing:1px;
}
.about-cta-btn:active{transform:translateY(0) scale(0.97)}

/* ============ FOOTER ============ */
.about-footer{
    display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;
    padding:40px 48px;
    border-top:1px solid rgba(255,255,255,0.06);
    align-items:start;
}
.footer-logo{
    height:20px;width:auto;object-fit:contain;margin-bottom:8px;
    transition:transform 0.3s, filter 0.3s;
}
.footer-logo:hover{transform:scale(1.08);filter:brightness(1.3)}
.footer-tagline{font-size:10px;color:rgba(255,255,255,0.3);letter-spacing:1px}
.footer-contact-item{
    display:flex;align-items:center;gap:8px;
    font-size:11px;color:rgba(255,255,255,0.45);margin-bottom:8px;
    transition:color 0.3s, transform 0.25s;
    cursor:default;
}
.footer-contact-item:hover{color:rgba(255,255,255,0.85);transform:translateX(4px)}
.footer-contact-item svg{flex-shrink:0;color:rgba(255,255,255,0.3);transition:color 0.3s}
.footer-contact-item:hover svg{color:rgba(255,255,255,0.7)}
.footer-right{text-align:right}
.footer-avail{
    font-size:11px;font-weight:600;color:rgba(255,255,255,0.6);
    letter-spacing:1px;margin-bottom:4px;
}
.footer-emerg{font-size:10px;color:rgba(255,255,255,0.3)}
.footer-bottom{
    grid-column:1/-1;
    text-align:center;padding-top:20px;
    border-top:1px solid rgba(255,255,255,0.04);
    font-size:10px;color:rgba(255,255,255,0.2);
}
.footer-bottom a{color:rgba(255,255,255,0.3);text-decoration:none;transition:color 0.3s}
.footer-bottom a:hover{color:rgba(255,255,255,0.6)}
.managed-by{margin-top:12px;font-size:10px;color:rgba(255,255,255,0.35);display:flex;flex-direction:column;align-items:center;gap:4px}
.managed-by a{display:inline-flex;align-items:center;gap:6px;color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s,opacity 0.3s}
.managed-by a:hover{color:#fff}
.coreorbit-logo{height:32px;width:auto;display:inline-block;vertical-align:middle;opacity:0.75;transition:opacity 0.3s}
.managed-by a:hover .coreorbit-logo{opacity:1}

/* ============ NAV LINK HOVER ============ */
.about-nav .nav-link{
    transition:color 0.3s, background 0.3s, transform 0.25s;
}
.about-nav .nav-link:hover{transform:scale(1.05)}
.about-nav .nav-phone{
    transition:opacity 0.3s, transform 0.25s;
}
.about-nav .nav-phone:hover{transform:scale(1.05)}

/* ============ RESPONSIVE ============ */
@media(max-width:900px){
    .about-nav{padding:12px 20px}
    .about-hero{flex-direction:column;padding:20px 20px 30px;min-height:auto;gap:0}
    .about-hero-img{display:none}
    .about-stats{grid-template-columns:repeat(2,1fr);padding:0 20px 40px}
    .about-text-section{flex-direction:column;gap:20px;padding:40px 20px}
    .about-text-left{flex:none}
    .about-timeline-section{padding:40px 20px}
    .about-mission{padding:50px 20px}
    .about-why{padding:40px 20px}
    .about-why-grid{grid-template-columns:repeat(2,1fr);margin-bottom:20px}
    .about-cta{padding:50px 20px}
    .about-footer{grid-template-columns:1fr;padding:30px 20px;gap:20px}
    .footer-right{text-align:left}
}
