/*!
Theme Name: All Flow Restoration
Author: All Flow Restoration
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: all-flow-restoration
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

All Flow Restoration is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

:root {
    --primary-color: #0073CE;
    --secondary-color: #EF0027;
    --text-primary: #808285 !important;
    --bs-border-width: 1px;
    --bs-border-color: #80828566;
    --bg-light: #F5F8FB;

}


/* Box sizing rules */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

ul li a {
    text-decoration: none;
}

/* Fonts */
/* open-sans-regular */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/themes/all-flow-restoration/fonts/open-sans-v44-latin-regular.woff2') format('woff2'),
        url('/wp-content/themes/all-flow-restoration/fonts/open-sans-v44-latin-regular.ttf') format('truetype');
}

/* open-sans-italic */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('/wp-content/themes/all-flow-restoration/fonts/open-sans-v44-latin-italic.woff2') format('woff2'),
        url('/wp-content/themes/all-flow-restoration/fonts/open-sans-v44-latin-italic.ttf') format('truetype');
}

/* open-sans-500 */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('/wp-content/themes/all-flow-restoration/fonts/open-sans-v44-latin-500.woff2') format('woff2'),
        url('/wp-content/themes/all-flow-restoration/fonts/open-sans-v44-latin-500.ttf') format('truetype');
}

/* open-sans-600 */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/wp-content/themes/all-flow-restoration/fonts/open-sans-v44-latin-600.woff2') format('woff2'),
        url('/wp-content/themes/all-flow-restoration/fonts/open-sans-v44-latin-600.ttf') format('truetype');
}

/* open-sans-700 */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/wp-content/themes/all-flow-restoration/fonts/open-sans-v44-latin-700.woff2') format('woff2'),
        url('/wp-content/themes/all-flow-restoration/fonts/open-sans-v44-latin-700.ttf') format('truetype');
}

/* open-sans-700italic */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('/wp-content/themes/all-flow-restoration/fonts/open-sans-v44-latin-700italic.woff2') format('woff2'),
        url('/wp-content/themes/all-flow-restoration/fonts/open-sans-v44-latin-700italic.ttf') format('truetype');
}

footer#colophon {
    overflow-x: hidden;
}

section {
    overflow-x: hidden;
}

body,
p {
    font-family: 'Open Sans';
    font-weight: 500;

}

p {
    font-size: 20px;
    font-size: clamp(0.9375rem, 0.8617rem + 0.3236vw, 1.25rem);
}

h1,
h2,
h4,
h5,
h6 {
    font-family: "handel-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;

}

h2 {
    font-size: 40px;
    color: var(--primary-color);
    text-transform: capitalize;
    font-size: clamp(1.375rem, 1.1019rem + 1.165vw, 2.5rem);
}

h3 {
    font-size: 20px;
    color: var(--secondary-color);
    line-height: 30px;
    font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
}

h4 {
    font-size: 22px;
    font-size: clamp(0.9375rem, 0.8313rem + 0.4531vw, 1.375rem);
}

.primary-bg {
    background-color: var(--primary-color) !important;
}

.bg-light {
    background-color: var(--bg-light) !important;
}

.bg-light-red {
    background-color: #EF00270F !important;
}

.bg-light-red h2 {
    color: #EF0027 !important;
}


.container {
    max-width: 1722px !important;
}

.container-xl {
    max-width: 1692px !important;
}

.container-lg {
    max-width: 1652px !important;
}

.container-md {
    max-width: 1565px !important;
}

section p {
    color: var(--text-primary);
}

.header-top {
    background-color: var(--primary-color);
}

.header-top .header-top-right {
    background-color: var(--secondary-color);
    padding: 21px 15px;
}

.header-top p, .header-top a {
    font-family: 'handel-gothic';
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    font-size: clamp(0.5625rem, 0.4238rem + 0.7927vw, 1.375rem);
}

.header-top .header-top-right p a {
    text-decoration: none;
    color: #fff;
}

.header-top .header-top-right {
    font-size: 16px;
    font-size: clamp(0.5625rem, 0.4878rem + 0.4268vw, 1rem);
	border: 1px solid #ffffff00;
}

a.header-top-right:hover {
    background-color: #ffffff;
    color: var(--secondary-color) !important;
	    border: 1px solid var(--secondary-color);
}


.header-socials .svg-wrapper:hover path {
    fill: var(--primary-color);
}

a.header-top-right {
    transition: .3s ease;
}

.header-menu-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 10px;
    margin: 0;
    gap: 24px;
}

.header-menu-wrapper ul li:hover a {
    color: #EF0027;
}

.header-menu-wrapper .menu li a {
    transition: .3s ease-out;
}

.header-socials {
    gap: 15px;
    margin-left: 6vw;
}

.header-socials a {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 35px;
	transition: .2s ease;
}

.header-logo img:hover {
    transform: scale(.93);
}

.header-logo img {
    transition: .3s ease;
}

.header-socials a:hover {
    transform: scale(1.1);
}

.footer-socials a:hover {
    transform: scale(1.1);
}

.footer-socials a {
    transition: .2s ease;
}

.footer-left a:hover, .footer-left a p:hover {
    color: var(--secondary-color) !important;
}

.footer-left a, .footer-left a p {
    transition: .3s ease;
}

.footer-info a img {
    transition: .3s ease;
}

.footer-info a img:hover {
    transform: scale(0.98);
}

.footer-socials .svg-wrapper svg:hover {
    background-color: var(--secondary-color);
}

.header-socials .svg-wrapper {
    padding: 4px 8px 6px;
    background-color: #E4E4E4;
    border-radius: 5px;
}

.header-socials svg {
    max-width: 19px;
    width: 100%;
}

.header-menu-wrapper .menu li a {
    font-family: 'handel-gothic';
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    font-size: clamp(0.75rem, 0.25rem + 0.625vw, 1rem);
}

.header-menu-wrapper ul li a {
    white-space: nowrap;
}

.header-logo {
    margin-inline: 66px;
}

.header-logo img {
    max-width: 389px;
    width: 100%;
}

.header-bottom {
    padding-block: 43px;
}

.header-menu-wrapper ul li.current-menu-item a {
    color: var(--secondary-color);
}

.footer-bottom {
    background-color: var(--secondary-color);
    padding: 19px 0 17px;
    font-size: 12px;
    text-align: center;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

footer#colophon {
	position: relative;
    background-color: var(--primary-color);
}

.site-info {
    padding-block: 80px 60px;
}

.site-info a {
    color: #fff;
    text-decoration: none;
}

.footer-info {
    max-width: 456px;
    width: 100%;
}

.quick-links {
    max-width: 400px;
    width: 100%;
}

.footer-contact {
    max-width: 295px;
    width: 100%;
}

.footer-right {
    max-width: 350px;
    width: 100%;
}

.footer-cards {
    max-width: 145px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 14px 7px;
}

.footer-left {
    width: 100%;
}

.footer-info {
    max-width: 456px;
    width: 100%;
}

.footer-info img {
    margin-bottom: 20px;
}

.quick-links ul#menu-mobile-menu {
    list-style-type: none;
    padding-left: 0;
}

.footer-heading {
    font-family: 'handel-gothic';
    font-size: 24.37px;
    font-weight: 700;
    line-height: 138%;
    text-transform: uppercase;
    font-size: clamp(1.085625rem, 0.9794rem + 0.4531vw, 1.523125rem);
}

.quick-links ul#menu-mobile-menu li a {
    font-size: 19px;
    font-weight: 500;
    line-height: 173%;
    font-size: clamp(1rem, 0.9545rem + 0.1942vw, 1.1875rem);
}

.footer-contact a {
    font-size: 19px;
    font-weight: 500;
    line-height: 173%;
    font-size: clamp(1rem, 0.9545rem + 0.1942vw, 1.1875rem);
}

.footer-info p {
    font-size: 14px;
}

.footer-socials {
    gap: 9px;
    margin-top: 8px;
}

.footer-socials .svg-wrapper {
    width: 48px;
}

.footer-socials .svg-wrapper svg {
    width: 100%;
    height: auto;
    background-color: #305CAD;
    padding: 13px;
    border-radius: 7px;
}

.footer-socials .svg-wrapper svg path {
    fill: #fff;
}

.footer-contact .footer-loc,
.footer-contact .footer-phone,
.footer-contact .footer-email {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    text-decoration: none;
    gap: 14px;
}

.footer-loc:before {
    content: '';
    display: inline-block;
    width: 11px;
    height: 14px;
    margin-right: 8px;
    background-image: url(/wp-content/uploads/2026/03/Vector-7.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-phone:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 8px;
    background-image: url(/wp-content/uploads/2026/03/Vector-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-email:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-right: 8px;
    background-image: url(/wp-content/uploads/2026/03/Vector-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.text-blue {
    color: var(--primary-color);
}

.text-red {
    color: var(--secondary-color);
}



header#masthead {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    -webkit-box-shadow: 0px -7px 7px 7px #000000de;
    box-shadow: 0px -7px 7px 7px #000000de;
}

.fixed-header {
    position: fixed !important;
}

.col-txt-content p:last-child {
    margin-bottom: 0;
}

/* Hero Banner Styling */
.hero-banner {
    min-height: 830px;
    position: relative;
}

.banner-heading {
    line-height: 93%;
    font-size: clamp(1.6875rem, 0.924rem + 3.2576vw, 4.833125rem);
    margin-bottom: 27px;
}

.banner-content p {
/*     max-width: 997px; */
    font-size: clamp(0.8125rem, 0.676rem + 0.5825vw, 1.375rem);
    margin-bottom: 27px;
    color: #fff;
}

.banner-content h2 {
    color: #fff;
}


.btn-primary {
    background-color: var(--secondary-color);
    border: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
    padding: 15px;
    min-width: 319px;
    font-family: 'handel-gothic';
    line-height: 100%;
    font-size: 12px;
    font-size: clamp(0.75rem, 0.6893rem + 0.2589vw, 1rem);
}

.btn-primary:hover {
     background-color: var(--primary-color) !important;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.hero-banner a.btn.btn-primary:nth-child(even) {
    background-color: #00000000;
    border: 1px solid #fff;
}

.split-content-section img {
    max-width: 804px;
    border-radius: 5px;
    max-height: 514px;
    object-fit: cover;
}

section ul {
    font-size: 20px;
    color: var(--text-primary);
    line-height: 195%;
    list-style-type: none;
    padding-left: 0;
    font-size: clamp(0.9375rem, 0.8617rem + 0.3236vw, 1.25rem);
}

section ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

section ul li:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-right: 11px;
    background-image: url(/wp-content/uploads/2026/03/list-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.split-content-body {
    max-width: 703px;
}

.service-card {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    border-radius: 4px;
}

.service-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);

}

.service-card .service-image-wrapper {
    overflow: hidden;
    position: relative;
    height: 585px;
    border-radius: 4px;
}


.service-card .service-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}


.service-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.85)));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.85));
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.85));
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease, height 0.4s ease;
    -o-transition: opacity 0.4s ease, height 0.4s ease;
    transition: opacity 0.4s ease, height 0.4s ease;
    z-index: 2;
    padding: 11% 8%;
    border-radius: 4px;
}


.service-title-bar {
    background-color: var(--primary-color);
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.service-card:hover .service-hover-content {
    opacity: 1;
    height: 100%;
    pointer-events: auto;
}

.service-card:hover .service-title-bar {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
}


.service-card:hover .service-img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.service-hover-content h5 {
    font-size: 30px;
    font-size: clamp(1.0625rem, 0.8653rem + 0.8414vw, 1.875rem);
}

.service-list-info,
.service-list-info ul {
    font-size: 18px;
    font-size: clamp(0.9375rem, 0.892rem + 0.1942vw, 1.125rem);
}

.service-hover-content a {
    font-size: clamp(0.9375rem, 0.9223rem + 0.0647vw, 1rem);
}


.service-list-info .text-bg {
    font-size: 14px;
    line-height: 138%;
    color: #fff;
    background-color: rgb(255 255 255 / 22%);
    padding: 16px 15px;
    border-radius: 4px;
}

section.comparison-table-section th {
    font-size: 30px;
    font-family: 'handel-gothic';
    font-size: clamp(0.9375rem, 0.71rem + 0.9709vw, 1.875rem);
}

section.comparison-table-section th:nth-child(odd) {
    background-color: #1E1E1E;
}

section.comparison-table-section td {
    font-size: 20px;
    padding-block: 33px;
    font-size: clamp(0.8125rem, 0.7063rem + 0.4531vw, 1.25rem);
}

.bg-table-grey {
    background-color: #F1F1F1 !important;
}

img.list-icon {
    max-width: 17px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
}

section.logo-grid-section p {
    color: #fff;
    font-size: 22px;
    font-size: clamp(0.9375rem, 0.8313rem + 0.4531vw, 1.375rem);
}

section.logo-grid-section h2 {
    font-size: 30px;
    font-size: clamp(1.375rem, 1.2536rem + 0.5178vw, 1.875rem);
}

.faq-contact-section .accordion-button::after {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.faq-contact-section .accordion-button:not(.collapsed) {
    color: #ff3b3b;
    background-color: transparent;
}

.contact-box {
    border-radius: 4px;
}

.custom-form-wrapper input,
.custom-form-wrapper textarea {
    background: #fff;
    border: none;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}


h2.accordion-header {
    font-family: 'Open Sans';
}

button.accordion-button {
    font-size: 20px;
    font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
}


.accordion-item {
    background-color: #FFFFFF2E;
    border-radius: 4px !important;
    margin-bottom: 28px;
}

button.accordion-button {
    padding: 12px;
}

.accordion-body {
    padding: 15px;
    padding-top: 0;
}

.accordion-body p {
    border-top: 1px solid #fff;
    padding-top: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 159%;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
}

.contact-box {
    background-color: #00000082;
    padding: 38px 35px;
}

p.contact-form-heading {
    font-size: 22.71px;
    line-height: 195%;
    font-size: clamp(1.044375rem, 0.9534rem + 0.3883vw, 1.419375rem);
}

.contact-form-subheading {
    font-family: 'handel-gothic';
    font-size: 56.08px;
    line-height: 1.8;
    font-size: clamp(1.6925rem, 1.2526rem + 1.877vw, 3.505rem);
}

.contact-form-btn {
    font-size: 22.43px;
    padding: 21px;
    min-width: 221px;
    font-size: clamp(0.964375rem, 0.8582rem + 0.4531vw, 1.401875rem);
}

.form-start {
    margin-top: 48px;
}

p.gform_required_legend {
    display: none;
}

.gform-body.gform_body .gform_fields label.gfield_label.gform-field-label {
    font-size: 19.6px;
    line-height: 159%;
    color: #CECECE;
    font-size: clamp(0.9125rem, 0.8367rem + 0.3236vw, 1.225rem);
}

.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
    font-size: 16.82px;
    color: #B6BEC8;
    padding-left: 10px;
    padding-block: 20px;
}

.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
    font-size: 16.82px;
    color: #B6BEC8;
    padding-left: 10px;
    padding-block: 20px;
}

.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
    font-size: 16.82px;
    color: #B6BEC8;
    padding-left: 10px;
    padding-block: 20px;
}

.gform_wrapper input::-ms-input-placeholder,
.gform_wrapper textarea::-ms-input-placeholder {
    font-size: 16.82px;
    color: #B6BEC8;
    padding-left: 10px;
    padding-block: 20px;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    font-size: 16.82px;
    color: #B6BEC8;
    padding-left: 10px;
    padding-block: 20px;
}

.gform_wrapper input,
.gform_wrapper textarea {
    padding-block: 20px !important;
}

#field_submit .gform-button {
    background-color: var(--secondary-color);
    border: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 4px;
    color: #fff;
    font-family: 'handel-gothic';
    padding: 24px 21px !important;
    max-width: 237px;
    width: 100%;
    font-size: 22.43px;
    text-transform: uppercase;
    margin-left: auto;
    font-size: clamp(1.026875rem, 0.9359rem + 0.3883vw, 1.401875rem);
}

#field_submit .gform-button:hover {
    background-color: var(--primary-color);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}


.service-area-section .county-box {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgb(104 104 104 / 10%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 4px;
    padding: 22.5px;
}

.service-area-section .county-box:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: #fff !important;
}

.service-area-section .cities-container p {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

span.fw-bold.text-uppercase {
    font-size: 25px;
    line-height: 122%;
    font-size: clamp(0.875rem, 0.7081rem + 0.712vw, 1.5625rem);
}

section.service-area-section p {
    color: #fff;
    font-size: 26.32px;
    line-height: 159%;
    font-size: clamp(0.9575rem, 0.7906rem + 0.712vw, 1.645rem);
}

.expertise-card p {
    font-size: 16px;
    line-height: 159%;
}

.expertise-card {
    padding: 41px 27px;
}

.footer-bottom a,
.footer-bottom p {
    font-size: 12px;
}

.col-txt-content {
    max-width: 1280px;
}

.table-responsive {
    border-radius: 5px;
}

section.service-area-section {
    background-attachment: fixed !important;
}

section.faq-contact-section {
    background-attachment: fixed !important;
}


/*Back to Top */

#back-to-top {
    display: inline-block;
    background-color: var(--primary-color);
    width: 45px;
    height: 45px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 40px;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    -o-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #fff;
    border-radius: 4px;
}


#back-to-top::after {
    content: "↑";
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    line-height: 40px;
    color: #fff;
    -webkit-text-stroke: 1px #fff;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: var(--secondary-color);
}

#back-to-top:active {
    background-color: #555;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

/* End back to top */

.inner-page-hero-banner {
    min-height: 550px;
}

.inner-page-hero-banner .inner-banner-heading span {
    color: #EF0027;
}

.inner-page-hero-banner .inner-banner-heading {
    font-size: clamp(1.6875rem, 1.0352rem + 2.7832vw, 4.375rem);
    line-height: 102%;
}

.inner-page-hero-banner a.btn.btn-primary:nth-child(even) {
    border: 1px solid #fff;
	    background-color: #0073ce00;
}

.col-txt-content-lg .col-txt-content {
    max-width: 100%;
}

.col-txt-content p {
    margin-bottom: 20px;
}

.two-col-list ul li {
    white-space: nowrap;
    width: 125%;
}

.two-col-list ul {
    column-count: 2;
}

.text-white p {
    color: #fff !important;
}

section.faq-section .col {
    max-width: 807px;
    margin-inline: auto;
}

section.faq-section p {
    color: #000000;
}



section.faq-section .accordion-item {
    margin-bottom: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid #DFDFDF !important;
}


.how-it-works-section .arrow-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    row-gap: 25px !important;
}

.how-it-works-section .work-step {
    flex: 1;
    min-width: 150px;
    max-width: 328px;
    width: 100%;
}


.how-it-works-section .svg-icon-wrapper svg {
    width: 60px;
    height: 60px;
    display: block;
}

.how-it-works-section .svg-icon-wrapper svg path,
.how-it-works-section .svg-icon-wrapper svg circle,
.how-it-works-section .svg-icon-wrapper svg rect {
    fill: #ffffff !important;
}


.how-it-works-section .arrow-shape {
    background-color: var(--primary-color);
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    clip-path: inset(0 0 0 0);
    margin-bottom: 20px;
	    transition: .3s ease;
}

.how-it-works-section .arrow-shape:hover {
    background-color: #ef0027;
    cursor: pointer;
}

.how-it-works-section .arrow-container {
    flex-wrap: nowrap;
}

.how-it-works-section .arrow-shape {
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
    margin-right: -2px;
}


.how-it-works-section .arrow-container .work-step h5 {
    font-size: clamp(0.8125rem, 0.7063rem + 0.4531vw, 1.25rem);
}

section.comparison-table-section .mobile-card-item {
    background-color: #F1F1F1;
    min-height: 243px;
    border-radius: 5px;
}

.comparison-table-section .swiper.table-mobile-slider .swiper-wrapper {
    align-items: baseline;
}

.comparison-table-section .mobile-card-item .challenge-title {
    font-family: 'handel-gothic';
    background-color: #1E1E1E;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.comparison-table-section .mobile-card-item .solution-title {
    font-family: 'handel-gothic';
    background-color: #0073CE;
}

section.comparison-table-section .mobile-card-item p {
    color: #000000;
}

section.comparison-table-section .mobile-card-item p,
section.comparison-table-section .mobile-card-item ul {
    color: #000000;
}

section.comparison-table-section .mobile-card-item ul {
    font-weight: 600;
}

section.comparison-table-section .mobile-card-item ul li {
    justify-content: center;
}

section.comparison-table-section .mobile-card-item ul li ::before {
    width: 28px;
    height: 15px;
}

section.comparison-table-section .swiper.table-mobile-slider {
    display: none;
}

.how-it-works-section {
    scroll-margin-top: 200px;
    
}

.how-it-works-section::after {
  content: '';
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: var(--overlay-opacity, 0);
  z-index: 1;
  pointer-events: none;
}

section.split-content-section {
    position: relative;
}


#popmake-348 .gform_wrapper.gravity-theme .gform_fields {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
}


#popmake-348 .gform_wrapper.gravity-theme input[type=text],
#popmake-348 .gform_wrapper.gravity-theme input[type=email],
#popmake-348 .gform_wrapper.gravity-theme input[type=tel],
#popmake-348 .gform_wrapper.gravity-theme textarea {
    background-color: #ffffff !important;
    border: 1px solid #dddddd !important;
    border-radius: 3px !important;
    padding: 15px !important;
    color: #000;
}


#popmake-348 .gform_wrapper.gravity-theme .gfield_label {
    text-transform: uppercase;
    color: #fff !important;
}



#popmake-348 .gform_wrapper.gravity-theme .gfield_error input {
    border: 2px solid #e21b22 !important;
}

#popmake-348 .gform-body.gform_body {
    background-color: rgba(0, 0, 0, 0.7);
}

.allflow-image-container {
    position: relative;
    display: inline-block;
    padding: 20px; 
	width: 100%;
}

.allflow-image-container img {
    position: relative;
    display: block;
    height: auto;
    z-index: 3; 
}

.allflow-image-container::before {
    content: "";
    position: absolute;
    top: -13px;
    left: -13px;
    width: 93px;
    height: 101px;
    background-image: radial-gradient(#e11d48 20%, transparent 25%);
    background-size: 10px 10px;
    background-repeat: repeat;
    z-index: 1;
    pointer-events: none;
}

.allflow-image-container::after {
    content: "";
    position: absolute;
    bottom: -19px;
    right: -19px;
    width: 191px;
    height: 191px;
    background-image: radial-gradient(#0073ce 20%, transparent 25%);
    background-size: 14px 13px;
    background-repeat: repeat;
    z-index: 1;
    pointer-events: none;
}

.btn-primary:first-child {
    border: 1px solid #fff;
}

.hero-banner a.btn.btn-primary:nth-child(even):hover {
    background-color: #0073ce;
}

.inner-page-hero-banner p {
    max-width: 100%;
}

#residential-water-damage-cleanup .arrow-shape {
    background-color: #0073ce;
    transition: .3s ease;
}

#residential-water-damage-cleanup .arrow-shape:hover {
    background-color: #ef0027;
    cursor: pointer;
}

.accordion-button::after {
    filter: invert(1);
}


.logo-grid-section .btn.btn-primary {
    border: 1px solid #ffffff00;
}

.logo-grid-section .btn.btn-primary:hover {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    background-color: #fff !important;
}

.how-it-works-section .work-step p {
    color: #000;
}

.how-it-works-section .arrow-container .work-step h5 {
    text-shadow: 0 0 5px #ffffff;
}

#residential-fire-smoke-damage-cleanup .arrow-shape, #commercial-fire-smoke-response .arrow-shape{
    background-color: var(--secondary-color);
}

#residential-fire-smoke-damage-cleanup .arrow-shape:hover, #commercial-fire-smoke-response .arrow-shape:hover {
    background-color: var(--primary-color);
}

#residential-fire-smoke-damage-cleanup .arrow-container .work-step h5, #commercial-fire-smoke-response .arrow-container .work-step h5 {
    color: var(--secondary-color);
}


html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0 !important;
}
.quick-links .current-menu-item a {
    color: var(--secondary-color);
}

/* Responsive adjustments */


@media (max-width: 1600px) {
    .footer-right {
        max-width: 300px;
    }

    .quick-links {
        max-width: 365px;
    }

    .footer-info {
        max-width: 413px;
    }

    .two-col-list ul li {
        white-space: normal;
        width: 100%;
    }
}

@media (max-width: 1440px) {

    .footer-right {
        max-width: 270px;
        gap: 10px;
    }

    .footer-info {
        max-width: 360px;
    }
}

@media (max-width: 1340px) {
    .quick-links {
        max-width: 260px;
    }

    .footer-left {
        gap: 20px;
    }
}

@media (max-width: 1280px) {

    section.service-area-section .row.g-2.justify-content-center.mb-4 .col {
        min-width: 188px;
        max-width: 188px;
    }

    .header-logo {
        margin-inline: 3vw;
    }

    section.services-grid-section .row.row-cols-1.row-cols-md-2.row-cols-lg-4.g-4 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    section.services-grid-section .row.row-cols-1.row-cols-md-2.row-cols-lg-4.g-4 .col {
        width: 40%;
    }

    .service-title-bar h4 {
        max-width: 268px;
    }


}

@media (max-width: 1199px) {

    .footer-right {
        max-width: 250px;
    }

    section.services-grid-section .row.row-cols-1.row-cols-md-2.row-cols-lg-4.g-4 .col {
        width: 45%;
    }

    .header-socials {
        margin-left: 2vw;
    }

    .header-menu-wrapper .menu li {
        text-align: center;
        line-height: 1;
    }

    .header-menu-wrapper ul li a {
        white-space: normal;
    }

    .header-logo {
        margin-inline: 2vw;
    }

    #gform_fields_1 #field_1_7 {
        -ms-grid-column-span: 12;
        grid-column: span 12;
    }

    #gform_fields_1 #field_1_7>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #gform_fields_1 #field_submit {
        -ms-grid-column-span: 12;
        grid-column: span 12;
    }

    #gform_fields_1 #field_submit .gform-button {
        margin: auto;
    }
}

@media (max-width: 1024px) {

    #pum-348 #input_2_7 iframe {
        transform: scale(.8);
        transform-origin: left center;
    }

    .how-it-works-section .arrow-shape {
        height: 120px;
    }



    .service-card .service-image-wrapper {
        height: 520px;
    }

    section.services-grid-section .row.row-cols-1.row-cols-md-2.row-cols-lg-4.g-4 .col {
        width: 50%;
    }

    .header-logo img {
        max-width: 325px;
    }

}

@media (max-width: 1023px) {

    .two-col-list ul {
        column-count: 1;
    }

    .site-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-left {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-info {
        max-width: 415px;
        text-align: center;
    }

    .quick-links {
        max-width: 360px;
        text-align: center;
    }

    .footer-contact {
        max-width: 360px;
        width: 100%;
        text-align: center;
    }

    .footer-contact .footer-loc,
    .footer-contact .footer-phone,
    .footer-contact .footer-email {
        max-width: 360px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-right {
        max-width: 100%;
        margin-top: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25px;
    }

    .footer-cards {
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-cards p.footer-heading {
        width: 100%;
        text-align: center;
    }

    .footer-socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header-logo img {
        max-width: 325px;
    }

    .header-bottom nav.nav-left {
        display: none;
    }

    .header-bottom nav.nav-right {
        display: none;
    }

    .header-bottom .d-flex.justify-content-end.align-items-center {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .header-socials {
        margin-right: 11%;
    }

    .header-bottom {
        padding-block: 20px;
    }

    .header-logo img {
        max-width: 255px;
    }

    #rmp-menu-title-206 .rmp-menu-title-image {
        max-width: 310px !important;
        width: 100% !important;
        height: auto !important;
    }

}

@media (max-width: 991px) {

    section.services-grid-section .row.justify-content-center.mb-5 {
        margin-bottom: 5px !important;
    }


    .split-content-section img {
        max-width: 700px;
    }

    .service-area-section .row-cols-lg-7 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .split-content-section img {
        margin-inline: auto;
    }
}

@media (max-width: 768px) {

    .how-it-works-section .work-step {
        min-width: 145px;
        max-width: 145px;
    }

    .hero-banner {
        min-height: 60vh;
        text-align: center;
    }

    .hero-banner .d-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {

    .work-step p {
        line-height: 1.3;
    }

    .header-top .header-top-right {
        padding: 15px 15px;
    }

    .header-socials {
        gap: 10px;
    }

    .header-socials a {
        width: 28px;
    }

    .header-socials .svg-wrapper {
        padding: 0px 7px 4px;
    }

    #rmp_menu_trigger-206 {
        width: 40px !important;
        height: 40px !important;
        top: 64px !important;
    }

}

@media (max-width: 540px) {
	
	.how-it-works-section {
		scroll-margin-top: 115px;
	}

    .header-socials {
        display: none !important;
    }

    section.comparison-table-section .swiper.table-mobile-slider {
        display: block;
    }

    section.comparison-table-section .table-responsive {
        display: none;
    }

    .how-it-works-section .svg-icon-wrapper svg {
        width: 35px;
        height: 35px;
    }

    .how-it-works-section .arrow-shape {
        height: 80px;
    }


    .how-it-works-section .work-step {
        min-width: 105px;
        max-width: 125px;
    }


    .expertise-card {
        padding: 27px 27px;
        
        margin-inline: auto;
    }

    #field_submit .gform-button {
        padding: 15px 16px !important;
        margin-inline: auto;

    }

    #gform_fields_2 #field_2_7>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #pum-348 #input_2_7 iframe {
        transform-origin: unset;
    }


    section.structural-expertise-section h3 {
        margin-bottom: 10px !important;
    }

    section.comparison-table-section tbody tr td.ps-5 {
        padding-left: 15px !important;
    }

    .service-area-section .county-box {
        min-height: 55px;
    }

    section.service-area-section .row.g-2.justify-content-center.mb-4 .col {
        min-width: 165px;
    }

    section.services-grid-section .row.row-cols-1.row-cols-md-2.row-cols-lg-4.g-4 .col {
        width: 100%;
    }

    .service-card .service-image-wrapper {
        height: 500px;
    }


    .header-top .d-flex.justify-content-between.align-items-center>p {
        width: 40%;
    }



}


@media (max-width: 430px) {
    .header-logo img {
        max-width: 170px;
    }

    .header-socials {
        gap: 5px;
    }

    #rmp_menu_trigger-206 {
        top: 57px !important;
    }

    #rmp_menu_trigger-206 {
        width: 35px !important;
        height: 35px !important;
    }

    #rmp_menu_trigger-206 .rmp-trigger-box {
        width: 21px;
    }

    #rmp_menu_trigger-206 span.responsive-menu-pro-inner {
        width: 20px !important;
    }

    #rmp_menu_trigger-206 span.responsive-menu-pro-inner:before {
        width: 20px !important;
    }

    #rmp_menu_trigger-206 span.responsive-menu-pro-inner:after {
        width: 20px !important;
    }

}