/* 
=========================================================
   ABOUT PAGE
=========================================================
*/

.about-page-home-style {
    padding-top: 105px !important;
}

/* Hero */
.about-hero-wrap {
    padding: 0 0 10px;
}

.about-home-hero {
    position: relative;
    height: 480px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.about-home-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: heroFloat 20s ease-in-out infinite alternate;
}

.about-home-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 75, 141, 0.92) 0%, rgba(0, 50, 94, 0.75) 33%, rgba(255, 255, 255, 0) 65%);
    z-index: 1;
}

.about-home-hero-content {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 470px;
}

.about-home-hero-content h1 {
    font-size: 68px;
    color: #ffffff;
    letter-spacing: -1.2px;
    margin-bottom: 18px;
}

/* Intro */
.about-home-intro {
    padding: 5px 0;
}

.about-home-intro-grid {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}

.about-home-intro-left h2 {
    font-size: 52px;
    margin-bottom: 24px;
}
.about-home-intro-left {
    max-width: 900px;
    margin: 0 auto;
}

.about-home-intro-left p {
    max-width: 850px;
    font-size: 18px;
    line-height: 1.9;
}

.about-home-info-card {
    max-width: 850px;
}
.about-home-service-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.about-home-info-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

/* Quality Section */
.quality-section {
    display: flex;
    gap: 40px;
    padding: 80px 0;
}

.quality-image-card {
    width: 40%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.quality-image-card img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.quality-label {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: var(--primary);
    color: #fff;
    padding: 20px;
    text-align: center;
    font-weight: 600;
}

.quality-accordion {
    width: 60%;
}

.about-home-accordion-box {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.about-home-accordion-title {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 📞 Contact CTA Section - Handled Globally by style.css */

@media (max-width: 1100px) {
    .about-home-intro-grid, .quality-section, .contact-cta-grid { grid-template-columns: 1fr; flex-direction: column; }
    .quality-image-card, .quality-accordion { width: 100%; }
    .about-home-hero-content h1 { font-size: 42px; }
}
