.elementor-kit-24{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F9F9F9;}.elementor-kit-24 e-page-transition{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1160px;}.e-con{--container-max-width:1160px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Deep Cleaning Services Section */
.deep-cleaning-services {
    background-color: #f9f9f9;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    color: #f9f9f9;
}

.deep-cleaning-services .container {
    max-width: 1200px;
    margin: auto;
}

.deep-cleaning-services h1,
.deep-cleaning-services h2,
.deep-cleaning-services h3 {
    color: #f9f9f9;
    margin-top: 20px;
}

.deep-cleaning-services p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.deep-cleaning-services ul {
    margin: 15px 0 25px 20px;
    padding: 0;
}

.deep-cleaning-services ul li {
    margin-bottom: 10px;
}

.deep-cleaning-services img {
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.deep-cleaning-services img:hover {
    transform: scale(1.03);
}

.deep-cleaning-services strong {
    color: #f9f9f9;
}

.deep-cleaning-services p strong {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .deep-cleaning-services {
        padding: 20px;
    }
    .deep-cleaning-services h1 {
        font-size: 1.8rem;
    }
}/* End custom CSS */