/* Contact Page Styling - Modern Design with Autodebruin Brand */

/* Contact Hero Section */
.contact-hero {
    background: linear-gradient(135deg, rgba(38, 79, 127, 0.9) 0%, rgba(30, 63, 102, 0.95) 100%);
    color: white;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(38, 79, 127, 0.8) 0%, rgba(30, 63, 102, 0.9) 100%);
    z-index: 1;
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.contact-hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.contact-hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 3rem;
    opacity: 0.9;
    line-height: 1.6;
}

/* Quick Contact Actions */
.quick-contact-actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.quick-contact-btn {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    min-width: 180px;
    justify-content: flex-start;
}

.quick-contact-btn i {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.quick-contact-btn span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
}

.quick-contact-btn strong {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.quick-contact-btn small {
    font-size: 0.875rem;
    opacity: 0.8;
}

.quick-contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Main Contact Section */
.contact-main {
    padding: 80px 0;
    background: #f8fafc;
}

/* Contact headers stacked vertically */
.contact-headers {
    margin-bottom: 3rem;
}

.contact-form-header,
.contact-info-header {
    margin-bottom: 2rem;
    text-align: center;
}

.contact-form-header:last-child,
.contact-info-header:last-child {
    margin-bottom: 0;
}

/* Contact content grid (side by side) */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.section-header {
    margin-bottom: 2rem;
}

.section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.section-header p {
    color: #64748b;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Contact Form */
.contact-form-container {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Contact Cards */
.contact-cards {
    display: grid;
    gap: 1.5rem;
}

.contact-card {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.contact-card-icon {
    background: linear-gradient(135deg, #264F7F, #1e3f66);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.contact-card-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.contact-card-content p {
    color: #475569;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.contact-card-content a {
    color: #264F7F;
    text-decoration: none;
    font-weight: 500;
}

.contact-card-content a:hover {
    text-decoration: underline;
}

.contact-card-content small {
    color: #64748b;
    font-size: 0.875rem;
}

/* Emergency Contact */
.emergency-contact {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border: 1px solid #f59e0b;
    padding: 2rem;
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-top: 2rem;
}

.emergency-icon {
    color: #d97706;
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.emergency-content h4 {
    color: #92400e;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.emergency-content p {
    color: #78350f;
    margin-bottom: 1rem;
    line-height: 1.5;
}

/* Location Section */
.contact-location {
    padding: 80px 0;
    background: white;
}

.location-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
}

.location-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.location-header p {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.6;
}

.map-section {
    max-width: 1200px;
    margin: 0 auto;
}

.map-container {
    margin-bottom: 3rem;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

/* Route Cards */
.route-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.route-card {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.route-icon {
    background: #264F7F;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.route-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 1rem;
}

.route-content p {
    color: #475569;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.route-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #264F7F;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
}

.route-link:hover {
    text-decoration: underline;
}

/* FAQ Section */
.contact-faq {
    padding: 80px 0;
    background: #f8fafc;
}

/* CTA Section */
.contact-cta {
    background: linear-gradient(135deg, #264F7F 0%, #1e3f66 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    min-width: 200px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-hero {
        padding: 60px 0 40px;
    }
    
    .contact-hero-title {
        font-size: 2rem;
    }
    
    .contact-hero-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .quick-contact-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .quick-contact-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .contact-main,
    .contact-location,
    .contact-faq,
    .contact-cta {
        padding: 60px 0;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-form-header,
    .contact-info-header {
        margin-bottom: 1.5rem;
    }
    
    .route-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-large {
        width: 100%;
        max-width: 300px;
    }
}
