.elementor-201 .elementor-element.elementor-element-769b82a{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-0baa193 *//* 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; /* Subtle separation */
}

/* Service Steps (Stacked) */
.service-steps-container {
    display: block; /* Ensures stacking */
    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 {
    font-size: 1em;
    color: #333;
    line-height: 1.8;
}

/* 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; /* White background */
    color: #004d99; /* Blue text */
    border: 2px solid #004d99; /* Blue border */
    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; /* Invert colors on hover */
    color: white;
}

/* Mobile Adjustments (Ensures good flow) */
@media (max-width: 768px) {
    .service-minimal-content {
        margin: 40px 0;
        padding: 0 15px;
    }

    .minimal-title {
        font-size: 2em;
    }
}/* End custom CSS */