 /* Hero Section Styles */
    .service-hero {
        padding: 80px 0;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    }

    .hero-content-centered {
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
    }

    .hero-text-section h1 {
        font-size: 2.8rem;
        font-weight: 700;
        color: #2c3e50;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 1.3rem;
        color: #6c757d;
        margin-bottom: 40px;
        line-height: 1.5;
    }

    .hero-image-section {
        margin: 40px 0;
    }

    .hero-image {
        max-height: 350px;
        width: 50%;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
    }



    .hero-description {
        margin: 40px 0;
        padding: 0 20px;
    }

    .hero-description p {
        font-size: 1.1rem;
        line-height: 1.7;
        color: #495057;
        text-align: left;
        max-width: 800px;
        margin: 0 auto;
    }

    .hero-cta {
        margin-top: 40px;
    }

    /* Professional Features Section */
    .service-features {
        padding: 80px 0;
        background: #fff;
    }

    .service-features h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: 400;
        color: #2c3e50;
        margin-bottom: 60px;
    }

 .features-grid-professional {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

    .feature-card-pro {
        background: #f8f9fa;
        padding: 40px 30px;
        border-radius: 12px;
        border-left: 4px solid #3498db;
        transition: all 0.3s ease;
    }


    .feature-content h3 {
        font-size: 1.4rem;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 15px;
    }

    .feature-content p {
        color: #6c757d;
        line-height: 1.6;
        margin: 0;
    }

    /* Route Information Styles */
    .route-info {
        padding: 80px 0;
        background: #f8f9fa;
    }

    .route-info h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 60px;
    }

    .routes-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 40px;
        max-width: 1000px;
        margin: 0 auto;
    }

    .route-card-modern {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        transition: transform 0.3s ease;
    }


    

    .route-header {
        background: linear-gradient(135deg, #3498db, #2980b9);
        color: white;
        padding: 25px;
        position: relative;
    }

    .route-header h3 {
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0 0 8px 0;
    }

    .route-type {
        font-size: 0.9rem;
        opacity: 0.9;
        font-weight: 400;
    }

    .route-description {
        padding: 25px;
        border-bottom: 1px solid #e9ecef;
    }

    .route-description p {
        color: #6c757d;
        line-height: 1.6;
        margin: 0;
    }

    .route-features {
        padding: 25px;
    }

    .feature-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid #f1f3f4;
    }

    .feature-row:last-child {
        border-bottom: none;
    }

    .feature-label {
        font-weight: 500;
        color: #495057;
    }

    .feature-value {
        color: #3498db;
        font-weight: 500;
    }

    /* Contact Section Styles */
    .contact-section {
        padding: 80px 0;
        background: #fff;
    }

    .contact-content-centered {
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
    }

    .contact-section h2 {
        font-size: 2.5rem;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 20px;
    }

    .contact-subtitle {
        font-size: 1.2rem;
        color: #6c757d;
        margin-bottom: 50px;
        line-height: 1.5;
    }

    .contact-methods {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 30px;
        margin-bottom: 50px;
    }

    .contact-method {
        text-align: center;
        padding: 30px 20px;
        border-radius: 12px;
        background: #f8f9fa;
        transition: all 0.3s ease;
    }


    

    .contact-icon {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .contact-info h3 {
        font-size: 1.2rem;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 10px;
    }

    .contact-link {
        color: #3498db;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
    }



    .service-highlights {
        display: flex;
        justify-content: center;
        gap: 40px;
        flex-wrap: wrap;
        padding: 30px;
        background: #f8f9fa;
        border-radius: 12px;
    }

    .highlight-item {
        text-align: center;
    }

    .highlight-label {
        display: block;
        font-size: 0.9rem;
        color: #6c757d;
        margin-bottom: 5px;
    }

    .highlight-value {
        display: block;
        font-size: 1.1rem;
        font-weight: 600;
        color: #2c3e50;
    }

@media (max-width: 768px) {
    .features-grid-professional {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .feature-card-pro {
        padding: 20px 15px;
    }

    .feature-content h3 {
        font-size: 1rem;
    }

    .routes-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .route-card-modern {
        min-width: 0;
    }
}
