/* FILE: assets/css/about.css */

/* Page Hero */
.about-hero {
    padding: 4rem 0 3rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.hero-icon {
    color: #ff6b35;
    margin-bottom: 1.5rem;
}

.about-hero h1 {
    font-size: 2.5rem;
    color: #1a3a5c;
    margin-bottom: 1.5rem;
}

.about-hero .lead {
    font-size: 1.15rem;
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Section Icons */
.section-icon {
    text-align: center;
    margin-bottom: 1.5rem;
}

.section-icon svg {
    color: #ff6b35;
}

/* Our Story */
.our-story {
    padding: 4rem 0;
}

.story-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.our-story h2 {
    font-size: 2rem;
    color: #1a3a5c;
    text-align: center;
    margin-bottom: 2rem;
}

.story-content p {
    font-size: 1rem;
    color: #2c3e50;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.story-content p:last-child {
    margin-bottom: 0;
}

/* Vision & Mission */
.vision-mission {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.vm-card {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    height: 100%;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.vm-card:hover {
    border-color: #ff6b35;
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.15);
    transform: translateY(-5px);
}

.vm-icon {
    margin-bottom: 1.5rem;
}

.vm-icon svg {
    color: #ff6b35;
}

.vm-card h3 {
    font-size: 1.5rem;
    color: #1a3a5c;
    margin-bottom: 1rem;
}

.vm-card p {
    font-size: 1rem;
    color: #2c3e50;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.vm-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vm-card ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #2c3e50;
    line-height: 1.6;
}

.vm-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ff6b35;
    font-weight: bold;
}

/* Why Choose */
.why-choose {
    padding: 4rem 0;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2rem;
    color: #1a3a5c;
    margin-bottom: 0.75rem;
}

.section-header p {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 0;
}

.feature-box {
    background: #ffffff;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-box:hover {
    border-color: #ff6b35;
    box-shadow: 0 6px 15px rgba(255, 107, 53, 0.15);
    transform: translateY(-5px);
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    color: #ffffff;
}

.feature-box h3 {
    font-size: 1.15rem;
    color: #1a3a5c;
    margin-bottom: 0.75rem;
}

.feature-box p {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Founder's Note */
.founder-note {
    padding: 4rem 0;
    background: linear-gradient(135deg, #1a3a5c 0%, #0f2438 100%);
}

.note-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.founder-note .section-icon svg {
    color: #ff6b35;
}

.founder-note h2 {
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2.5rem;
}

.founder-note blockquote {
    border-left: 4px solid #ff6b35;
    padding-left: 2rem;
    margin: 0;
}

.founder-note blockquote p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.founder-note blockquote cite {
    display: block;
    font-size: 1.1rem;
    color: #ff6b35;
    font-weight: 700;
    font-style: normal;
    margin-top: 2rem;
}

/* Service Locations */
.service-locations {
    padding: 4rem 0;
}

.service-locations h2 {
    font-size: 2rem;
    color: #1a3a5c;
    text-align: center;
    margin-bottom: 3rem;
}

.location-box {
    background: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    border: 2px solid #e0e0e0;
    height: 100%;
    transition: all 0.3s ease;
}

.location-box:hover {
    border-color: #ff6b35;
    box-shadow: 0 6px 15px rgba(255, 107, 53, 0.15);
    transform: translateY(-5px);
}

.location-box h3 {
    font-size: 1.35rem;
    color: #1a3a5c;
    margin-bottom: 1rem;
}

.location-box address {
    font-style: normal;
    color: #2c3e50;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.location-box p {
    margin-bottom: 0;
    color: #2c3e50;
}

.location-box a {
    color: #ff6b35;
    font-weight: 700;
}

.location-box a:hover {
    color: #e55a2b;
    text-decoration: underline;
}

.pan-india {
    margin-top: 2.5rem;
    text-align: center;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.pan-india p {
    font-size: 1rem;
    color: #2c3e50;
    margin-bottom: 0;
}

.pan-india strong {
    color: #1a3a5c;
}

/* About CTA */
.about-cta {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-icon {
    margin-bottom: 1.5rem;
}

.cta-icon svg {
    color: #ff6b35;
}

.about-cta h2 {
    font-size: 2rem;
    color: #1a3a5c;
    margin-bottom: 1rem;
}

.about-cta p {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 768px) {
    .about-hero {
        padding: 3rem 0 2rem;
    }
    
    .about-hero h1 {
        font-size: 1.75rem;
    }
    
    .about-hero .lead {
        font-size: 1rem;
    }
    
    .our-story,
    .vision-mission,
    .why-choose,
    .founder-note,
    .service-locations,
    .about-cta {
        padding: 3rem 0;
    }
    
    .vm-card,
    .location-box {
        padding: 2rem 1.5rem;
    }
    
    .founder-note blockquote {
        padding-left: 1.5rem;
    }
    
    .founder-note blockquote p {
        font-size: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 576px) {
    .about-hero h1 {
        font-size: 1.5rem;
    }
    
    .section-header h2,
    .our-story h2,
    .founder-note h2,
    .service-locations h2,
    .about-cta h2 {
        font-size: 1.65rem;
    }
    
    .vm-card,
    .feature-box,
    .location-box {
        padding: 1.5rem;
    }
    
    .hero-icon,
    .section-icon svg,
    .cta-icon svg {
        width: 36px;
        height: 36px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon svg {
        width: 28px;
        height: 28px;
    }
}