.elementor-252 .elementor-element.elementor-element-401223b{--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-cdb092a *//* 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/1-day-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: 24px;
    text-transform: uppercase;
}

.service-hero-subtitle {
    font-size: clamp(18px, 2.5vw, 24px);
    color: #3be29e;
    font-weight: 600;
    margin-bottom: 40px;
}

.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);
}

/* Intro Section */
.service-intro {
    padding: 80px 0;
    background: #ffffff;
}

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

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

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

/* Why Choose Section */
.service-why {
    padding: 80px 0;
    background: #f8f9fa;
}

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

.service-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 48px;
}

.service-feature {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: start;
}

.service-feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3be29e, #2dd18f);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

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

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

.service-feature-content ul {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

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

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

/* 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;
}

/* Process Section */
.service-process {
    padding: 80px 0;
    background: #ffffff;
}

.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;
}

/* Who Benefits Section */
.service-benefits {
    padding: 80px 0;
    background: #f8f9fa;
}

.service-benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.service-benefits-list li {
    padding: 24px;
    background: #ffffff;
    border-radius: 12px;
    border-left: 4px solid #3be29e;
    font-size: 17px;
    font-weight: 600;
    color: #001958;
    transition: all 0.3s ease;
}

.service-benefits-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 25, 88, 0.1);
}

/* Projects Section */
.service-projects {
    padding: 80px 0;
    background: #ffffff;
}

.service-projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 48px;
}

.service-project-card {
    padding: 32px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.service-project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 25, 88, 0.1);
}

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

.service-project-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
}

/* FAQ Section */
.service-faq {
    padding: 80px 0;
    background: #f8f9fa;
}

.service-faq-item {
    background: #ffffff;
    padding: 32px;
    border-radius: 12px;
    margin-bottom: 24px;
    border-left: 4px solid #3be29e;
}

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

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

/* 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: 20px;
}

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

/* Responsive */
@media (max-width: 768px) {
    .service-hero,
    .service-intro,
    .service-why,
    .service-process,
    .service-benefits,
    .service-projects,
    .service-faq,
    .service-final-cta {
        padding: 60px 0;
    }
    
    .service-hero-container,
    .service-container {
        padding: 0 24px;
    }
    
    .service-feature {
        grid-template-columns: 1fr;
    }
    
    .service-process-step {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .service-process-number {
        margin: 0 auto 16px auto;
    }
    
    .service-benefits-list,
    .service-projects-grid {
        grid-template-columns: 1fr;
    }
    
    .service-cta-btn {
        width: 100%;
        padding: 18px 40px;
    }
}/* End custom CSS */