.elementor-262 .elementor-element.elementor-element-22d119b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d00e4f0 *//* Service Page Styles */
.service-page {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
}

/* Hero Section */
.service-hero {
    padding: 140px 0 100px 0;
    background: linear-gradient(135deg, rgba(0, 25, 88, 0.85) 0%, rgba(0, 40, 117, 0.85) 100%),
                url('/wp-content/uploads/2026/01/bathroom.webp') center/cover;
    position: relative;
    text-align: center;
}

.service-hero-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 60px;
}

.service-hero-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: clamp(40px, 6vw, 64px);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 32px;
}

.service-hero-description {
    font-size: clamp(17px, 2vw, 19px);
    line-height: 1.8;
    color: #e0e0e0;
    max-width: 900px;
    margin: 0 auto 40px auto;
}

.service-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 56px;
    background: linear-gradient(135deg, #3be29e 0%, #2dd18f 100%);
    color: #001958;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 30px rgba(59, 226, 158, 0.5);
}

.service-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(59, 226, 158, 0.6);
}

/* Content Sections */
.service-section {
    padding: 80px 0;
}

.service-section.bg-white {
    background: #ffffff;
}

.service-section.bg-gray {
    background: #f8f9fa;
}

.service-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 60px;
}

.service-section-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 900;
    color: #001958;
    margin-bottom: 32px;
    text-align: center;
}

.service-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 24px;
}

.service-content strong {
    color: #001958;
    font-weight: 700;
}

/* Highlight Box */
.service-highlight-box {
    background: #f0fdf9;
    border-left: 4px solid #3be29e;
    padding: 24px 32px;
    margin: 32px 0;
    border-radius: 8px;
}

.service-highlight-box h3 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #001958;
    margin-bottom: 16px;
}

.service-highlight-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #555555;
    margin-bottom: 0;
}

/* Services Grid */
.service-services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 48px;
}

.service-service-item {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    border-left: 4px solid #3be29e;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.service-service-item h3 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #001958;
    margin-bottom: 20px;
}

.service-service-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 16px;
}

.service-service-item ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.service-service-item ul li {
    padding-left: 28px;
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
    color: #555555;
}

.service-service-item ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #3be29e;
    font-weight: 700;
    font-size: 18px;
}

/* Process Steps */
.service-process-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 48px;
}

.service-process-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 32px;
    background: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid #3be29e;
}

.service-process-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3be29e, #2dd18f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #001958;
    flex-shrink: 0;
}

.service-process-content h4 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #001958;
    margin-bottom: 12px;
}

.service-process-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin-bottom: 0;
}

/* CTA Banner */
.service-cta-banner {
    padding: 60px 0;
    background: linear-gradient(135deg, #001958 0%, #002875 100%);
    text-align: center;
}

.service-cta-banner h3 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 24px;
}

/* Final CTA */
.service-final-cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #001958 0%, #002875 100%);
    text-align: center;
}

.service-final-cta h2 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 24px;
}

.service-final-cta p {
    font-size: 18px;
    line-height: 1.8;
    color: #e0e0e0;
    max-width: 850px;
    margin: 0 auto 16px auto;
}

/* Responsive */
@media (max-width: 768px) {
    .service-hero,
    .service-section {
        padding: 60px 0;
    }
    
    .service-hero-container,
    .service-container {
        padding: 0 24px;
    }
    
    .service-process-step {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .service-process-number {
        margin: 0 auto 16px auto;
    }
    
    .service-cta-btn {
        width: 100%;
        padding: 18px 40px;
    }
    
    .service-service-item {
        padding: 32px 24px;
    }
    
    .service-highlight-box {
        padding: 20px 24px;
    }
}/* End custom CSS */