/* Hero Section */

#hero-response-metrics > .et_pb_text_inner {
    display: flex;
    gap: 14px;
}

#hero-response-metrics > .et_pb_text_inner > div {
    border-radius: 2px;
    background-color: #FFFFFF99;
    color: #7A1F1A;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 13.2px;
    letter-spacing: 16%;
    text-transform: uppercase;
    padding: 15px 20px;
}

#hero-cta {
    display: flex;
    gap: 15px;
}

#hero-cta .phone-button,
#hero-cta .get-a-quote {
    color: #FFFFFF;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    padding: 11px 23px;
}

#hero-cta .phone-button:hover,
#hero-cta .get-a-quote:hover {
    opacity: 0.7;
}

#hero-cta .phone-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #B23A2D;
    background-color: #B23A2D;
}

#hero-cta .phone-button .image {
    line-height: 1em;
}

#hero-cta .get-a-quote {
    border: 1px solid #FFFFFF;
    background-color: transparent;
    border-radius: 2px;
    text-align: center;
}

@media (max-width: 768px) {

    #hero-response-metrics > .et_pb_text_inner {
        flex-direction: column;
        gap: 6px;
    }

    #hero-response-metrics > .et_pb_text_inner > div {
        width: fit-content;
    }

    #hero-cta {
        gap: 3px;
        flex-direction: column;
    }

    #hero-cta > a {
        width: 100%;
    }

    #hero-cta > p {
        height: 0;
    }

}

/* Carousel section */

.carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

.carousel-track {
    display: flex;
    gap: 32px;
    width: max-content;
    animation: scroll-left 25s linear infinite;
}

.carousel-item {
    color: #FFFFFF;
    font-family: 'Source Serif 4', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 32.2px;
    white-space: nowrap;
}

.carousel-item::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('/wp-content/uploads/2026/06/carousel-circle.svg');
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 25px;
}

@keyframes scroll-left {
    
    0%   { 
        transform: translateX(0); 
    }
    
    100% { 
        transform: translateX(-50%); 
    }

}

/* Company Features */

.icon-feature-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-description {
    color: #7A1F1A;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 13.2px;
    letter-spacing: 16%;
    text-transform: uppercase;
}

/* Our Strength */

#strength-cta {
    display: flex;
    gap: 14px;
}

#strength-cta .button {
    color: #FFFFFF;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    padding: 12px;
    width: 100%;
    text-align: center;
}

#strength-cta .button:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {

    .empty-column {
        display: flex !important;
    }

    #strength-cta {
        flex-direction: column;
        gap: 10px;
    }

}

/* Residential Scope */

.residential-scope-item .et_pb_text_inner {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 30px;
}

#residential-lines-row .et_pb_column > .residential-scope-item:not(:last-child) .et_pb_text_inner {
    border-bottom: 1.5px solid rgba(58, 88, 116, 0.2);
}

.residential-scope-item .title,
.residential-scope-item .description {
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    width: 50%;
}

.residential-scope-item .title {
    color: #7A1F1A;    
    font-weight: 600;
    font-size: 16px;
    line-height: 13.2px;
    letter-spacing: 16%;
    text-transform: uppercase;
}

.residential-scope-item .description {
    color: #2C2A26;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
}

@media (max-width: 768px) {

    .residential-scope-item .et_pb_text_inner {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 21px;
    }

    .residential-scope-item .title,
    .residential-scope-item .description {
        width: 100%;
    }

}

/* Services */

.services-title-row .et_pb_text_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}

.services-title-row .left {
    color: #0F2845;
    font-family: 'Source Serif 4', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 39.6px;
    letter-spacing: -1%;
}

.services-title-row .right {
    color: #7A1F1A;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 13.2px;
    letter-spacing: 16%;
    text-transform: uppercase;
}

.services-button {
    background-color: transparent;
    padding: 13px 24px 16px;
    border-radius: 4px;
    border: 1px solid rgba(184, 181, 171, 1);
}

.services-button:hover {
    border-color: #08182B;
    background-color: #0F2845;
}

.services-button:hover h3,
.services-button:hover .description {
    color: #FFFFFF;
}

.services-button .title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.services-button h3 {
    color: #08182B;
    font-family: 'Source Serif 4', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 32.2px;
    letter-spacing: 0%;
}

.services-button .description {
    color: #2C2A26;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0%;
}

.services-2columns {
    display: flex;
    gap: 14px;
}

.services-2columns > div {
    width: 50%;
}

.services-2columns .et_pb_text,
.services-2columns .et_pb_text_inner,
.services-2columns .services-button {
    height: 100%;
}

@media (max-width: 768px) {

    .services-button h3 {
        font-size: 22px;
        line-height: 26.4px;
    }

    .services-2columns {
        flex-direction: column;
        gap: 0;
    }

    .services-2columns > div {
        width: 100%;
        margin-bottom: 14px !important;
    }

    .services-title-row .et_pb_text_inner {
        flex-direction: column;
        align-items: flex-start;
    }

}

/* From the File (Testimonials) */

#testimonials-row .testimonial-item {
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 27px;
    border: 1px solid #B8B5AB;
}

#testimonials-row .slick-slide {
    padding: 0 15px;
}

.testimonial-text {
    min-height: 200px;
    margin-top: 18px;
}

.testimonial-name {
    color: #2C2A26;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 2%;
    border-top: 1px solid #B8B5AB;
    padding-top: 15px;
    margin-top: 13px;
}

.testimonial-position {
    color: #3A5874;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 2%;
}

#testimonials-row .slick-prev,
#testimonials-row .slick-next {
    position: absolute;
    top: 35%;
    border: none;
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

#testimonials-row .slick-prev {
    background-image: url("/wp-content/uploads/2026/06/arrow-prev.svg");
    left: 0;
}

#testimonials-row .slick-next {
    background-image: url("/wp-content/uploads/2026/06/arrow-next.svg");
    right: 0;
}

#testimonials-row .slick-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    list-style-type: none;
    margin-top: 0px;
}

#testimonials-row .slick-dots button {
    border: 1px solid #08182B;
    background-color: transparent;
    border-radius: 30px;
    width: 16px;
    height: 16px;
    color: transparent;
    cursor: pointer;
}

#testimonials-row .slick-active button {
    background-color: #08182B;
}

/* Blog posts */

#posts-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}

#posts-container .post-card {
    border: 1px solid #B8B5AB;
    background-color: #FFFFFF;
}

#posts-container .post-card img {
    width: 100%;
    height: 285px;
}

#posts-container .post-card-body {
    padding: 16px 24px 17px;
}

#posts-container .post-card-cat {
    color: #7A1F1A;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 13.2px;
    letter-spacing: 16%;
    text-transform: uppercase;
}

#posts-container h3.post-card-title {
    color: #0F2845;
    font-family: 'Source Serif 4', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 32.2px;
    letter-spacing: 0%;
    margin-top: 10px;
}

#posts-container .post-card-meta {
    color: #3A5874;
    font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: 2%;
}

@media (max-width: 768px) {

    #posts-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }


}