.elementor-2053 .elementor-element.elementor-element-275e7d8{--display:flex;--min-height:450px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.6;}.elementor-2053 .elementor-element.elementor-element-275e7d8:not(.elementor-motion-effects-element-type-background), .elementor-2053 .elementor-element.elementor-element-275e7d8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://acrepairsa.com/wp-content/uploads/2024/03/—Pngtree—air-conditioning-cleaning-service-with_15444633-scaled.webp");background-position:top center;background-size:cover;}.elementor-2053 .elementor-element.elementor-element-275e7d8::before, .elementor-2053 .elementor-element.elementor-element-275e7d8 > .elementor-background-video-container::before, .elementor-2053 .elementor-element.elementor-element-275e7d8 > .e-con-inner > .elementor-background-video-container::before, .elementor-2053 .elementor-element.elementor-element-275e7d8 > .elementor-background-slideshow::before, .elementor-2053 .elementor-element.elementor-element-275e7d8 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2053 .elementor-element.elementor-element-275e7d8 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-3fd877e );--background-overlay:'';}.elementor-2053 .elementor-element.elementor-element-275e7d8 > .elementor-shape-bottom svg, .elementor-2053 .elementor-element.elementor-element-275e7d8 > .e-con-inner > .elementor-shape-bottom svg{width:calc(185% + 1.3px);height:75px;}.elementor-2053 .elementor-element.elementor-element-36e8517.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-2053 .elementor-element.elementor-element-36e8517{text-align:center;}.elementor-2053 .elementor-element.elementor-element-36e8517 .elementor-heading-title{font-family:var( --e-global-typography-d00842d-font-family ), Sans-serif;font-size:var( --e-global-typography-d00842d-font-size );font-weight:var( --e-global-typography-d00842d-font-weight );line-height:var( --e-global-typography-d00842d-line-height );-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;color:var( --e-global-color-251a064 );}.elementor-2053 .elementor-element.elementor-element-6080749{--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:50px;--padding-bottom:70px;--padding-left:20px;--padding-right:20px;}.elementor-2053 .elementor-element.elementor-element-7ee896e{text-align:end;color:var( --e-global-color-3fd877e );}@media(max-width:1140px){.elementor-2053 .elementor-element.elementor-element-275e7d8{--min-height:320px;}.elementor-2053 .elementor-element.elementor-element-36e8517 .elementor-heading-title{font-size:var( --e-global-typography-d00842d-font-size );line-height:var( --e-global-typography-d00842d-line-height );}}@media(max-width:767px){.elementor-2053 .elementor-element.elementor-element-36e8517 .elementor-heading-title{font-size:var( --e-global-typography-d00842d-font-size );line-height:var( --e-global-typography-d00842d-line-height );}}/* Start custom CSS for theme-post-content, class: .elementor-element-7ee896e *//* ==========================================
   POST CONTENT STYLING
========================================== */

.post-content-style::after {
    content: "";
    display: table;
    clear: both;
}

/* Typography */
.post-content-style p,
.post-content-style h2,
.post-content-style h3,
.post-content-style h4,
.post-content-style h5 {
    margin-bottom: 20px;
}

.post-content-style ul,
.post-content-style ol {
    padding-left: 35px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.post-content-style a {
    color: var(--e-global-color-primary);
}

.post-content-style img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* Optional */
}

/* ==========================================
   HEADINGS
========================================== */

.post-content-style h2 {
    color: var(--e-global-color-primary);
}

/* ==========================================
   IMAGE ALIGNMENTS (Classic Editor)
========================================== */

/* Left Image */
.post-content-style img.alignleft,
.post-content-style .alignleft {
    float: left;
    margin: 0 25px 20px 0;
}

/* Right Image */
.post-content-style img.alignright,
.post-content-style .alignright {
    float: right;
    margin: 0 0 20px 25px;
}

/* Center Image */
.post-content-style img.aligncenter,
.post-content-style .aligncenter {
    display: block;
    float: none;
    margin: 10px auto 25px;
}

/* No Alignment */
.post-content-style img.alignnone {
    display: block;
    margin-bottom: 20px;
}

/* ==========================================
   WORDPRESS CAPTION
========================================== */

.post-content-style .wp-caption {
    max-width: 100%;
    margin-bottom: 25px;
}

.post-content-style .wp-caption img {
    margin-bottom: 8px;
}

.post-content-style .wp-caption-text,
.post-content-style figcaption {
    text-align: center;
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}

/* ==========================================
   TABLES
========================================== */

.post-content-style table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.post-content-style table th,
.post-content-style table td {
    border: 1px solid #ddd;
    padding: 12px;
}

.post-content-style table th {
    background: #f5f5f5;
}

/* ==========================================
   BLOCKQUOTE
========================================== */

.post-content-style blockquote {
    border-left: 4px solid var(--e-global-color-primary);
    padding: 15px 20px;
    margin: 25px 0;
    background: #f8f8f8;
    font-style: italic;
}

/* ==========================================
   CODE
========================================== */

.post-content-style pre,
.post-content-style code {
    background: #f4f4f4;
    border-radius: 6px;
}

.post-content-style pre {
    padding: 15px;
    overflow-x: auto;
    margin-bottom: 20px;
}

.post-content-style code {
    padding: 2px 6px;
}

/* ==========================================
   EMBEDS
========================================== */

.post-content-style iframe,
.post-content-style video {
    max-width: 100%;
    margin-bottom: 20px;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 767px) {

    .post-content-style img.alignleft,
    .post-content-style img.alignright,
    .post-content-style .alignleft,
    .post-content-style .alignright {
        float: none;
        display: block;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .post-content-style img.aligncenter,
    .post-content-style .aligncenter {
        max-width: 100%;
    }

    .post-content-style ul,
    .post-content-style ol {
        padding-left: 20px;
    }
}/* End custom CSS */