.elementor-291 .elementor-element.elementor-element-303d995{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-0d96e42 *//* Service Page Specific Styles (Minimalist) */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff; /* Pure white background */
    margin: 0;
    padding: 0;
}

.service-minimal-content {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

/* Header and Intro */
.minimal-title {
    font-size: 3em;
    color: #000;
    text-align: center;
    margin-bottom: 0.2em;
    font-weight: 300;
}

.intro-summary {
    text-align: center;
    font-size: 1.1em;
    color: #555;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

/* Service Steps (Stacked) */
.service-steps-container {
    display: block;
    margin-bottom: 40px;
}

.service-step {
    padding: 20px 0;
}

.step-title {
    font-size: 1.6em;
    margin-top: 0;
    margin-bottom: 5px;
    color: #004d99; /* Accent Color */
    font-weight: 400;
}

.step-tagline, .content-paragraph {
    font-size: 1em;
    color: #333;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Conclusion and CTA */
.service-conclusion {
    text-align: center;
    padding: 30px 0;
    margin-top: 40px;
    border-top: 1px solid #eee; /* Separator */
}

.service-conclusion p {
    font-size: 1.1em;
    font-weight: 300;
}

.cta-button {
    text-decoration: none; 
    background-color: #ffffff; 
    color: #004d99; 
    border: 2px solid #004d99; 
    padding: 12px 25px; 
    border-radius: 4px; 
    font-size: 1em; 
    font-weight: 600; 
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s;
}

.cta-button:hover {
    background-color: #004d99; 
    color: white;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .service-minimal-content {
        margin: 40px 0;
        padding: 0 15px;
    }

    .minimal-title {
        font-size: 2em;
    }
}/* End custom CSS */