/**
 * Service pages shared styles
 * Full-width layout with justified text
 */

/* Main content wrapper - full width */
.service-content {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 40px 20px !important;
    margin: 0 auto !important;
    max-width: 1200px !important;
    box-shadow: none !important;
    border: none !important;
    overflow: hidden;
}

/* Content sections */
.service-content .content-section {
    background: transparent !important;
    padding: 0;
}

/* Justified text for all paragraphs */
.service-content .content-section p {
    text-align: justify !important;
}

/* Full-width footer on service pages */
.footer {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
}

/* Full-width contact section */
.contact-container {
    max-width: 1000px !important;
}

@media (max-width: 768px) {
    .service-content {
        padding: 30px 15px !important;
        margin: 0 auto !important;
        border-radius: 0 !important;
    }

    .service-content .content-section {
        padding: 0;
    }

    .footer {
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
    }
}
