/*!
Theme Name: JPA Roofing
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: jpa-roofing
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.

JPA Roofing 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.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
:root{--primary-blue: #195382;--primary-red: #FA0510;--black-color: #000000;--text-color:#4A4A51;--heading-color: #212121;--grey-color: #F5F5F5;}

body{
	font-size: 18px;
	color: var(--text-color);
	line-height: 1.67;
	font-family: "Poppins", sans-serif;
	margin: 0;
}
*{
    font-family: "Poppins", sans-serif;
}
*, ::before, ::after {
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
	margin: 0 0 15px 0;
	font-family: "League Spartan", sans-serif;
	color: var(--black-color);
	text-transform: uppercase;	
	font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span{
	color: var(--primary-red);
    font-family: inherit;
}

h1 {
	font-size: clamp(34px, 4vw, 74px);
	line-height: 1.03;
}

h2{
	font-size: clamp(30px, 3.5vw, 44px);
	line-height: 1.14;
}

h3{
	font-size: clamp(26px, 2.5vw, 36px);
	line-height: 1.28;
}

h4{
	font-size: clamp(20px, 2.3vw, 24px);/* not set */
	line-height: 1.3;
}

h5{
	font-size: clamp(18px, 1.8vw, 24px);/* not set */
	line-height: 1.3;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

h6{
	font-size: clamp(15px, 1.6vw, 18px);/* not set */
	line-height: 1.4;
}

p{
	font-size: clamp(16px, 1.3vw, 18px);
	line-height: 1.67;
	font-weight: 400;
	margin: 0 0 18px 0;	
}
a{
    transition: 0.4s ease;
}
p:last-child {
    margin-bottom: 0;
}

ul {
    margin: 0 0 15px;
}

img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1540px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}


.primary-blue{color: var(--primary-blue);}
.primary-red, a{color: var(--primary-red);}
.black-color{color: var(--black-color);}
.text-color{color: var(--text-color);}
.heading-color{color: var(--heading-color);}
.grey-color{color: var(--grey-color);}
.text-white,
.color-white{color: #fff;}
.bg-\#195382,
.bg-primary-blue{background-color: var(--primary-blue);}
.bg-\#FA0510,
.bg-primary-red{background-color: var(--primary-red);}
.bg-\#000000,
.bg-black-color{background-color: var(--black-color);}
.bg-\#000000,
.bg-text-color{background-color: var(--text-color);}
.bg-\#4A4A51,
.bg-heading-color{background-color: var(--heading-color);}
.bg-\#F5F5F5,
.bg-grey-color{background-color: var(--grey-color);}
.bg-transparent{background-color: transparent;}

.border-none{border: none;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-justify{text-align: justify;}
.text-nowrap{white-space: nowrap;}
.text-wrap{white-space: wrap;}
.text-break{word-break: break-all;}
.text-break-word{word-break: break-word;}
.text-break-all{word-break: break-all;}
.text-break-keep{word-break: keep-all;}

.font-700{font-weight: 700;}
.font-500{font-weight: 500;}
.font-600{font-weight: 600;}
.font-400{font-weight: 400;}

.relative{position: relative;}
.absolute{position: absolute;}

.flex{display: flex;
	flex-direction: var(--direction, row);
	flex-wrap: var(--wrap, wrap);
	align-items: var(--align);
	justify-content: var(--justify);
}
.flex-1{
	flex: 1;
}
.block{display: block;}
.inline-block{display: inline-block;}
.flex-wrap{flex-wrap: wrap;}
.flex-nowrap{flex-wrap: nowrap;}
.flex-wrap-reverse{flex-wrap: wrap-reverse;}
.flex-wrap{flex-wrap: wrap;}
.flex-nowrap{flex-wrap: nowrap;}
.flex-wrap-reverse{flex-wrap: wrap-reverse;}
.flex-wrap{flex-wrap: wrap;}
.flex-nowrap{flex-wrap: nowrap;}
.flex-wrap-reverse{flex-wrap: wrap-reverse;}
.flex-wrap{flex-wrap: wrap;}
.flex-nowrap{flex-wrap: nowrap;}
.flex-wrap-reverse{flex-wrap: wrap-reverse;}
.justify-content-start{justify-content: flex-start;}
.justify-content-end{justify-content: flex-end;}
.justify-content-center{justify-content: center;}
.justify-content-between{justify-content: space-between;}
.justify-content-around{justify-content: space-around;}
.justify-content-evenly{justify-content: space-evenly;}
.align-items-start{align-items: flex-start;}
.align-items-end{align-items: flex-end;}
.align-items-center{align-items: center;}

.row{display: flex;flex-wrap: wrap;}
.col-12{width: 100%;}
.col-6{width: 50%;}
.col-4{width: 33.33333333333333%;}
.col-3{width: 25%;}
.col-2{width: 16.666666666666664%;}
.col-1{width: 8.333333333333332%;}

.gap-10{gap: 10px;}
.gap-15{gap: 15px;}
.gap-20{gap: 20px;}
.gap-25{gap: 25px;}
.gap-30{gap: 30px;}
.gap-40{gap: 40px;}
.gap-50{gap: 50px;}
.gap-55{gap: 55px;}
.gap-60{gap: 60px;}
.gap-70{gap: 70px;}
.gap-80{gap: 80px;}
.gap-90{gap: 90px;}
.gap-100{gap: 100px;}


/* Header section */
.header-top {
    background: #000;
    
}

.header-top-inner{
padding: 6px 0;
}

.social-icon-cover ul {
    margin: 0;
    padding: 0;
}

.header-phone-item {
    font-size: 14px;
    font-weight: 700;
    border-right: 1px solid var(--primary-red);
    line-height: 1.2;
    padding-right: 20px;
    margin-right: 20px;
    background: url(../../../wp-content/uploads/2026/03/phone-icon.svg) no-repeat left center;
    padding-left: 30px;
	text-transform: uppercase;
}

.header-phone-item:last-child {
    padding-right: 0;
    border: 0;
}

.header-phone-item a {
    color: #fff;
    text-decoration: underline;
}

.header-phone-item a:hover{
	color: var(--primary-red);
}

.social-icon-cover img {
    max-height: 18px;
    vertical-align: middle;
}

.social-icon-cover a:hover img {
    transform: scale(1.1);
}

.header-logo {
    background: var(--primary-red);
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 0;
    position: relative;
}

.header-right li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 15px;
    position: relative;
}

.header-right li a {
    text-decoration: none;
    color: #000;
}

.header-right li:hover > a,
.header-right li.current-menu-item>a,
.header-right li.current-menu-parent > a{
    color: var(--primary-red);
}
.header-right .sub-menu .sub-menu {
    left: 100%;
    top: -2px !important;
}
.header-right {
    display: flex;
    align-items: center;
}

.header-right ul {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.menu-header-menu-container {
    line-height: 1;
	margin-right: 30px;
}

.header-bottom {
    background: #fff;
}

.header-logo:before {
    content: "";
    height: 100%;
    width: 50vw;
    background: var(--primary-red);
    position: absolute;
    right: 100%;
    top: 0;
}

.header-logo:after {
    content: "";
    height: 100%;
    width: 60px;
    background: linear-gradient(66deg, var(--primary-red) 50%, transparent 50%);
    position: absolute;
    top: 0;
    right: -60px;
}

.header-right .sub-menu {
    position: absolute;
    top: calc(100% + 48px);
    left: 0;
    z-index: 9;
    background: #fff;
    border-top: 2px solid #000;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease;
    min-width: 200px;
}

.header-right .sub-menu li {
    margin: 0;
    width: 100%;
}

.header-right .sub-menu li a {
    padding: 15px 20px;
    display: block;
    width: 100%;
}

.header-right .sub-menu:before {
    content: "";
    height: 38px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -38px;
}

.header-right li:hover > .sub-menu {
    top: calc(100% + 28px);
    opacity: 1;
    pointer-events: all;
}

.header-right .sub-menu li:hover > a,
.header-right .sub-menu li.current-menu-item > a {
    background: var(--primary-red);
    color: #fff;
}
.header-right li.menu-item-has-children > a:after {
    content: "";
    height: 7px;
    width: 13px;
    background: url(../../../wp-content/uploads/2026/03/g-select-arrow.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
}

.header-right li.menu-item-has-children:hover > a:after,
.header-right li.current-menu-item > a:after,
.header-right li.current-menu-parent > a:after{
    background: url(../../../wp-content/uploads/2026/03/g-select-arrow-red.svg);
}

.header-right li.menu-item-has-children a {
    padding-right: 20px;
    position: relative;
}
.btn {
    background: var(--primary-red);
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 1;
	display: inline-block;
    vertical-align: top;
    padding-right: 60px;
    text-align: center;
}

.btn:after {
    content: "";
    height: 15px;
    width: 15px;
    background: url(../../../wp-content/uploads/2026/03/arrow.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -1px;
	transition-delay: 0.2s;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.btn:hover:after{
	background: url(../../../wp-content/uploads/2026/03/arrow-red.svg) no-repeat center;
}

.btn:before {
    content: "";
    height: 10px;
    width: 10px;
    background: #fff;
    position: absolute;
    left: 5px;
    top: 5px;
    transition: 0.5s ease;
    z-index: -1;
}

.btn:hover:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}

.btn:hover {
    color: var(--primary-red);
}

.btn-black {
    background: #000;
}

.heading-cover h6 {
    text-transform: uppercase;
    color: #818181;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3em;
    margin-top: 10px;
    font-family: "Poppins", sans-serif;
}

.heading-cover h6.color-white,
.heading-cover h6.text-white{
    color: #fff;
}
.header-top .container:before {
    content: "";
    height: 100%;
    width: 50vw;
    background: var(--primary-red);
    position: absolute;
    right: calc(100% - -40px);
    top: 0;
}

.header-top .container:after{
    content: "";
    height: 100%;
    width: 60px;
    background: linear-gradient(66deg, var(--primary-red) 50%, transparent 50%);
    position: absolute;
    top: 0;
    left: -50px;
}

.header-top .container {
    position: relative;
}


.footer-location-map img {
    border: 2px solid #000;
}

.footer-location-map img {
    border: 2px solid #000;
	vertical-align: top;
}

.submit-cover .button {
    margin: 0 !important;
    border: 0 !important;
    color: #fff;
    text-decoration: none;
    padding: 15px 65px 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    cursor: pointer;
    background: transparent !important;
    z-index: 11;
}

.submit-cover:after {
    content: "";
    height: 15px;
    width: 15px;
    background: url(../../../wp-content/uploads/2026/03/arrow.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -1px;
    transition-delay: 0.2s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 3;
}

.submit-cover {
    position: relative;
}

.submit-cover {
    background: var(--primary-red);
}

.submit-cover:before {
    content: "";
    height: 10px;
    width: 10px;
    background: #fff;
    position: absolute;
    left: 5px;
    top: 5px;
    transition: 0.5s ease;
    z-index: 1;
}

.submit-cover:hover:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}

.submit-cover:hover .button {
    color: var(--primary-red);
}

.submit-cover:hover:after {
    background: url(../../../wp-content/uploads/2026/03/arrow-red.svg) no-repeat center;
}

.gform-footer .button{
    opacity: 0;
}
.submit-cover .button{
    opacity: 1;
}
.gform-footer {
    display: flex;
    justify-content: center;
    padding-bottom: 0 !important;
    padding-top: 25px !important;
}

.site-footer {
    position: relative;
    background: #000;
    padding-top: 315px;
    margin-top: -210px;
    position: relative;
    overflow: hidden;
}
.site-footer:before{
    content: "";
    height: 932px;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-10.png) no-repeat top left;
    position: absolute;
    top: -35%;
    left: 0;
}

.site-footer:after{
    content: "";
    height: 582px;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-11.png) no-repeat bottom right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer-location-map {
    margin-top: 15px;
}
.footer-bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.08;
    pointer-events: none;
}

.footer-location-section {
    position: relative;
    z-index: 1;
	padding-top: 0;
}

.site-footer > .container {
    position: relative;
    z-index: 2;
}

.footer-top-location {
    display: inline-flex;
    gap: 30px;
}

.footer-phone-item {
    background: #49495059 url(../../../wp-content/uploads/2026/03/footer-call-icon.svg) no-repeat left center;
    padding: 18px 35px 18px 91px;
    color: #fff;
    font-weight: 700;
    border: 1px solid;
    border-image: linear-gradient(90deg, #000000, #ffffff59) 1;
	transition: 0.4s ease;
}

.footer-phone-item:hover {
    background-color: #494950;
}

.footer-phone-item a {
    color: #fff;
}

.footer-phone-item a:hover {
    color: var(--primary-red);
}

.footer-top .social-icon-cover img{
	max-height: 25px;
}

.footer-bottom {
    border-top: 1px solid #cccccc4d;
    margin-top: 50px;
    padding-top: 50px;
	padding-bottom: 65px;
}

.footer-logo-cover {
    color: #fff;
    max-width: 33%;
}

.footer-logo-cover p {
    font-size: 16px;
    line-height: 1.88;
}

.footer-logo {
    margin-bottom: 30px;
}
.footer-menu, .footer-location, .payment-review-cover {
    margin-top: 25px;
}
.footer-logo-cover .btn {
    margin-top: 35px;
}

.payment-review-cover ul {
    padding: 0;
    display: flex;
    gap: 15px;
}

.payment-review-cover ul li {
    display: inline-block;
    vertical-align: top;
}

.footer-bottom h6 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer-bottom ul {
    padding: 0;
}

.review-img {
    text-align: center;
    margin-top: 60px;
}

.footer-menu li {
    display: block;
    margin-bottom: 29px;
}

.footer-menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

.footer-menu li a:hover{
	color: var(--primary-red);
}

.footer-location li {
    display: block;
    background: #49495059;
    border: 1px solid;
    border-image: linear-gradient(90deg, #000000, #ffffff59) 1;
    padding: 25px 30px;
    color: #fff;
    font-size: 16px;
    max-width: 260px;
    margin-bottom: 10px;
	transition: 0.4s ease;
}
.footer-location li:hover {
	background-color: #494950;
}

.footer-address {
    background: url(../../../wp-content/uploads/2026/03/Vector4.svg) no-repeat left top;
    padding-left: 27px;
    margin-top: 10px;
}

.copyright-section {
    background: var(--text-color);
    padding: 15px 0;
}

.footer-bottom-menu li {
    display: inline-block;
    border-right: 2px solid #fff;
    line-height: 1;
    padding-right: 10px;
    margin-right: 10px;
}

.footer-bottom-menu ul {
    padding: 0;
    margin: 0;
}

.copyright-text p {
    text-transform: uppercase;
    font-size: 16px;
}

.footer-bottom-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 0.8;
}
.footer-bottom-menu li a:hover{
    color: var(--primary-red);
}

.footer-bottom-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}

.copyright-section .container {
    position: relative;
}

.copyright-section .container:after {
    content: "";
    height: 59px;
    width: 415px;
    background: url(../../../wp-content/uploads/2026/03/sitemap-vector.svg) no-repeat center;
    position: absolute;
    top: -63px;
    right: 10px;
    pointer-events: none;
}

/* Homepage */
.c-block {
    position: relative;
    background: var(--bg-img) var(--bg-color, #fff) no-repeat center;
    background-size: cover;
    padding: var(--pt, 150px) var(--px, 0) var(--pb, 150px);
    color: var(--color, #4A4A51);
    text-align: var(--text-align, left);
}
.pt-110{
    padding-top: 110px;
} 
.pb-110{
    padding-bottom: 110px;
}
.pt-100{
    padding-top: 100px;
} 
.pb-100{
    padding-bottom: 100px;
}
.pt-70{
    padding-top: 70px !important;
}
.pb-70{
    padding-bottom: 70px !important;
}
.pt-50{
    padding-top: 50px !important;
}
.pt-0{
    padding-top: 0 !important;
}
.pb-0{
    padding-bottom: 0 !important;
}
.mt-50{
    margin-top: 50px !important;
}
.remove-pt{
	padding-top: 0;
} 
.remove-pb{
	padding-bottom: 0;
}

.hero-section {
    position: relative;
    overflow: hidden;
    height: auto;
	background: #000;
	padding: 90px 0;
}
.hero-right img {
    position: relative;
    left: 13%;
    max-width: inherit;
}
.hero-video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    min-width: 100vw;
	opacity: 0.25;
	pointer-events: none;
}

.hero-section > .container {
    position: relative;
    z-index: 1;
}

.hero-left {
    width: 55%;
    align-self: flex-start;
    padding-top: 115px;
}

.hero-right {
    width: 45%;
}


.hero-left p {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.hero-left p span {
    color: var(--primary-red);
}

.hero-location {
    background: #49495059 url(../../../wp-content/uploads/2026/03/hero-location.svg) no-repeat left center;
    padding: 11px 28px 11px 80px;
    color: #fff;
    font-weight: 600;
    border: 1px solid;
    border-image: linear-gradient(90deg, #00000000, #ffffff59) 1;
    min-width: 190px;
	transition: 0.4s ease;
}

.hero-location:hover{
	background-color: #000;
}

.hero-locations {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 26px;
    margin-bottom: 50px;
}

.logo-item {
    width: 148px;
    height: 114px;
    border: 1px solid #DDDDDD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
}
.logo-section {
    margin-top: -20px;
}

.hero-section:after {
    content: "";
    height: 400px;
    width: 100%;
    background: url(../../../wp-content/uploads/2026/03/hero_bottom_vector.png) no-repeat bottom left;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}

.logo-items {
    gap: 20px;
    position: relative;
    z-index: 1;
}

.logos-first-row {
    margin-bottom: 20px;
}

.review-logo-hero {
    position: absolute;
    top: -8vw;
    right: 20%;
    z-index: 1;
}


.trust-section {
    background: #000;
}
.trust-left {
    width: calc(52% - 35px);
}
.trust-section blockquote {
    background: #fff;
}
.trust-right {
    width: calc(48% - 35px);
    position: relative;
    overflow: hidden;
}
.color-white .heading-cover h6,
.text-white .heading-cover h6{
	color: #fff;
}

.trust-right img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}
.trust-right:hover img {
    transform: scale(1.05);
}

.trust-icon-item {
	width: calc(50% - 10px);
    display: block;
    background: #49495059;
    border: 1px solid;
    border-image: linear-gradient(90deg, #000000, #ffffff59) 1;
    padding: 14px 30px 14px 113px;
    color: #fff;
    font-size: 16px;
    position: relative;
	transition: 0.4s ease;
}
.trust-icon-item:hover{
	background-color: #000;
}

.trust-icon-item p {
    line-height: 1.5;
	font-weight: 600;
    margin-bottom: 0 !important;
}
.trust-icons-cover {
    margin-top: 40px;
}
.trust-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    background: var(--primary-red);
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.trust-section .heading-cover {
    margin-bottom: 25px;
    max-width: 540px;
}
.trust-section p:not(:last-child) {
    margin-bottom: 25px;
}
.trust-icon:after {
    content: "";
    background: linear-gradient(70deg, var(--primary-red) 50%, transparent 50%);
    position: absolute;
    top: 0;
    right: -43px;
    height: 100%;
    width: 50px;
}

.trust-icon img {
    position: relative;
    left: 8px;
    z-index: 1;
}

.service-heading-cover {
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.content-two-col {
    column-count: 2;
    column-gap: 110px;
}

.large-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}
.content-two-col p:not(:last-child),
.body-content p:not(:last-child) {
    margin-bottom: 30px;
}
.testimonial-cover {
    margin-top: 40px;
}

.solution-item {
    background: #FA0510;
    width: calc(50% - 10px);
    position: relative;
    z-index: 1;
}

.sc-img img {
    margin-top: -84px;
}

.solution-items {
    margin-top: 100px;
    gap: 20px;
}

.sc-item {
    padding-left: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sc-item h3 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.solution-item:before {
    content: "";
    height: 100%;
    width: 100%;
    background: url(../../../wp-content/uploads/2026/03/solution-box-vector.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.1;
    pointer-events: none;
    z-index: -1;
}

.schedule-cover {
    background: #000;
    padding: 80px 60px;
    position: relative;
    z-index: 1;
}
.schedule-cover:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.1;
    pointer-events: none;
    background: url('../../../wp-content/uploads/2026/03/schedule-bg.jpg');
    background-size: cover;
    z-index: -1;
}

.schedule-left {
    width: calc(52% - 40px);
    background: #fff;
    padding: 65px 50px 50px;
    position: relative;
}

.schedule-left:after {
    content: "";
    height: 20px;
    width: 122px;
    background: url(../../../wp-content/uploads/2026/03/f-vector.svg) center bottom no-repeat;
    position: absolute;
    right: 50px;
    top: -14px;
}

.schedule-right {
    width: calc(48% - 40px);
}
.schedule-right .heading-cover {
    margin-top: -12px;
}
.schedule-left h4 {
    font-size: 32px;
    line-height: 1.2;
}

.schedule-box {
    background: linear-gradient(90deg, #4A4A51 0%, rgba(0, 0, 0, 0) 100%);
    border: 1px solid;
    border-image: linear-gradient(90deg, #ffffff59, #000000) 1;
    padding: 25px 30px;
    margin-bottom: 12px;
}
.schedule-box:last-child{
    margin-bottom: 0;
}
.checkbox-content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.schedule-box:hover{
    background: var(--text-color);
}

.schedule-box h6 {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    margin-bottom: 6px;
}

.call-group-left p {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}

.schedule-box ul{
    margin: 0;
    padding: 0;
}

.call-group-right li {
    display: block;
    font-size: 14px;
    background: url(../../../wp-content/uploads/2026/03/phone-white.svg) no-repeat left center;
    padding-left: 28px;
    margin-bottom: 6px;
}

.call-group-right li a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
    text-decoration: none;
}

.call-group-right li:last-child {
    margin-bottom: 0;
}

.checkbox-content li {
    display: block;
    background: url(../../../wp-content/uploads/2026/03/li-chekmark.svg) no-repeat top 5px left;
    padding-left: 27px;
    font-size: 14px;
    width: calc(50% - 7px);
    line-height: 1.4;
}

.checkbox-content ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 12px;
    gap: 14px;
}

.checkbox-content li:nth-child(3) {
    width: 100%;
}


.marquee-section ul li {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding-right: 180px;
    margin-right: 100px;
    background: url(../../../wp-content/uploads/2026/03/marquee-vector.svg);
    background-repeat: no-repeat;
    background-position: right center;
    font-family: "League Spartan", sans-serif;
    white-space: nowrap;
}

.marquee-section ul {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.marquee-section.loading ul {
    animation: marquee-animation 15s linear infinite;
}

@keyframes marquee-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-section.loading ul:hover {
  animation-play-state: paused;
}

.marquee-section {
    padding: 25px 0 !important;
    background: #818181;
    overflow: hidden;
}

.plan-section {
    background: #000;
}

.step-item {
    background: #fff;
    width: calc(33.33% - 14px);
    padding: 60px 52px;
    position: relative;
}

.step-items {
    gap: 20px;
    margin-top: 50px;
}

.step-number {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--primary-red);
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    padding: 24px 25px 19px 4px;
}

.step-icon {
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--text-color);
}

.step-icon-cover{
    margin-bottom: 75px;
    position: relative;
}

.step-icon-cover:after {
    content: "";
    height: 20px;
    width: calc(100% - 135px);
    background: url(../../../wp-content/uploads/2026/03/long-arrow-icon.svg) no-repeat center right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.step-content h5 {
    text-transform: capitalize;
}

.step-number:before {
    content: "";
    background: linear-gradient(
251deg, transparent 50%, var(--primary-red) 50%);
    height: 100%;
    width: 35px;
    position: absolute;
    left: -35px;
    bottom: 0;
    transform: rotateY(180deg);
}

.step-content {
    padding-bottom: 35px;
}

.gfield input:not([type="checkbox"]):not([type="radio"]) {
    background: #F4F4F4;
    border: 0;
    height: 60px;
    font-size: 16px !important;
    padding: 0 30px !important;
}

.schedule-left .gfield textarea {
    height: 120px !important;
    background: #F4F4F4;
    border: 0;
    font-size: 16px !important;
    padding: 20px 30px !important;
    resize: none !important;
}

.gform_wrapper * {
    font-family: "Poppins", sans-serif;
}

.ginput_container_select select {
    background: #F4F4F4 url(../../../wp-content/uploads/2026/03/g-select-arrow.svg) no-repeat right 40px center;
    border: 0;
    height: 60px;
    font-size: 16px !important;
    padding: 0 26px !important;
    color: #000;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.ginput_container_select select::-ms-expand {
    display: none;
}

.gfield_consent_label {
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    display: block;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.ginput_container_consent input {
    margin: 0;
}

.ginput_container_consent label:before {
    content: "";
    height: 12px;
    width: 12px;
    background: #818181;
    position: absolute;
    left: 0;
    top: 4px;
}

.ginput_container_consent input {
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 0;
}

.ginput_container_consent input:checked + label:after {
    content: "";
    height: 10px;
    width: 10px;
    background: url(../../../wp-content/uploads/2026/03/li-chekmark.svg) no-repeat center;
    position: absolute;
    left: 2px;
    top: 4px;
    background-size: 9px;
}

.ginput_container_consent {
    position: relative;
}

.ginput_container_consent .gfield_required{
    display: none !important;
}

.validation_message {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 14px !important;
}

.solution-section + .schedule-section {
    padding-top: 20px;
}

.service-two-col strong {
    font-weight: 600;
}

.service-two-col .btn {
    margin-top: 20px;
}

.service-items-cover {
    gap: 21px;
    margin-top: 40px;
}

.service-item {
    width: calc(33.33% - 14px);
    overflow: hidden;
    position: relative;
}

.service-item:after {
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

.service-item:hover:after {
    opacity: 0.4;
}

.service-item-img {
    padding-top: 61%;
    position: relative;
    margin-bottom: 90px;
}

.service-two-col {
    margin-top: 60px;
}
.service-two-col h3 {
    font-family: 'Poppins';
    font-weight: 600;
}
.service-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.service-item:hover .service-item-img img{
    transform: scale(1.05);
}

.service-item-heading {
    background: #FA0510;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 35px 46px;
    text-transform: capitalize;
    position: relative;
    line-height: 1.5;
    top: 0;
}

.service-item-heading:before {
    content: "";
    height: 23px;
    width: 164px;
    background: url(../../../wp-content/uploads/2026/03/red-roof-vector.svg);
    position: absolute;
    top: -20px;
    right: 30px;
}

.service-item-on-hover:before {
    content: "";
    height: 23px;
    width: 164px;
    background: url(../../../wp-content/uploads/2026/03/red-roof-vector-black.svg);
    position: absolute;
    top: -20px;
    right: 30px;
    display: none;
}

.testimonial-section:before {
    content: "";
    height: 1555px;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-1.png) no-repeat top left;
    position: absolute;
    top: -70%;
    left: 0;
    pointer-events: none;
}

.testimonial-section:after {
    content: "";
    height: 1555px;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-2.png) no-repeat top right;
    position: absolute;
    top: -100%;
    right: 0;
    pointer-events: none;
}

.testimonial-section,
.trust-section,
.service-section,
.plan-section,
.schedule-section {
    position: relative;
}

.trust-section,
.plan-section{
    overflow: hidden;
    z-index: 1;
}
.solution-section:before {
    content: "";
    height: 100%;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-14.png) no-repeat left center;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.trust-section:after {
    content: "";
    height: 1555px;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-3.png) no-repeat top left;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.trust-section:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.18;
    pointer-events: none;
    background: url('../../../wp-content/uploads/2026/03/trust-bg-img.jpg');
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}

.service-section:after{
    content: "";
    height: 612px;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-4.png) no-repeat top right;
    position: absolute;
    top: -5%;
    right: 0;
    pointer-events: none;
}

.service-section:before{
    content: "";
    height: 1070px;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-5.png) no-repeat bottom left;
    position: absolute;
    bottom: 26%;
    left: 0;
    pointer-events: none;
}

.plan-section:before{
    content: "";
    height: 100%;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-6.png) no-repeat top left;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.plan-section:after{
    content: "";
    height: 100%;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-7.png) no-repeat top right;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.schedule-section:before{
    content: "";
    height: 1324px;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-8.png) no-repeat top left;
    position: absolute;
    bottom: -60%;
    left: 0;
    pointer-events: none;
}

.schedule-section:after{
    content: "";
    height: 1324px;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-9.png) no-repeat top right;
    position: absolute;
    top: -55%;
    right: 0;
    pointer-events: none;
}

.magic-mouse {
    position: relative;
    width: 25px;
    height: 35px;
    border: 2px solid var(--text-color);
    border-radius: 15px;
    margin: 0 auto;
}

.magic-scroll-cover{
    position: absolute;
    bottom: 7.5vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 111;
    text-align: center;
    padding-top: 40px;
    color: inherit;
    text-decoration: none;
}

.magic-mouse.scroll i {
    position: absolute;
    top: 6px;
    left: 50%;
    border-radius: 4px;
    background-color: #69C395;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.magic-mouse.scroll.vertical i {
    width: 4px;
    height: 9px;
    margin-left: -2px;
    animation: vertical-scroll 1s ease-in-out infinite;
}

.scroll-text {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.magic-scroll-cover:before {
    content: "";
    height: 32px;
    width: 2px;
    background: var(--text-color);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.s-roofing-cta a:hover {
    color: #000;
}

@keyframes vertical-scroll {
    0% {top:6px;}
		50% {top:12px;}
    100% {top:6px;}
}


.testimonial-section .container,
.service-section .container {
    position: relative;
    z-index: 1;
}
.fl-left {
    width: calc(52% - 40px);
}

.fl-right {
    width: calc(48% - 40px);
}

.service-item-on-hover {
    background: #000;
    padding: 20px 46px;
    color: #818181;
    font-size: 16px;
    position: absolute;
    bottom: -94px;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s ease;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1;
}

.service-item-inner:hover .service-item-on-hover{
    opacity: 1;
    bottom: 0;
    pointer-events: all;
}

.service-item-inner:hover .service-item-heading{
    opacity: 0;
}

.service-item-on-hover h4 {
    color: #fff;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.5;
}

.service-item-on-hover p {
    font-size: 18px;
}
.service-content-cover {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
}
.service-item-on-hover a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s ease;
}

.btn-link:after {
    content: "";
    height: 15px;
    width: 15px;
    background: url(../../../wp-content/uploads/2026/03/arrow-red.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -1px;
    transition: 0.4s ease;
}

.service-item-on-hover a:hover {
    color: #fff;
}
.btn-link:hover:after{
    background: url(../../../wp-content/uploads/2026/03/arrow.svg) no-repeat center;
}

/* responsive nav for small devices */
.hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 50px;
    text-align: center;
    background-color: transparent;
}

.hamburger:not(.close) {
    display: none;
}

.hamburger:hover,
.hamburger:focus {
    background-color: transparent;
    outline: none;
}

.hamburger .line {
    display: block;
    width: 0.6em;
    height: 3px;
    margin: 6px auto;
    background-color: #000;
    border-radius: 10px;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger .wrap {
    display: block;
}

.hamburger.close {
    padding: 10px;
}

.hamburger.close .wrap {
    position: relative;
    display: block;
    width: 0.5em;
    height: 0.5em;
}

.hamburger.close .line {
    position: absolute;
    top: calc(50% - 2px);
    width: 100%;
    margin: 0;
    background-color: #fff;
    transform: rotate(45deg);
}

.hamburger.close .line:last-child {
    transform: rotate(-45deg);
}

.menu-state {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 999;
    width: 80%;
    max-width: 450px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

.mobilenav.is-open .menu-state {
    left: 0;
}

.mobilenav .nav-logo {
    padding: 15px;
}

.mobilenav ul,
.mobilenav li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobilenav ul ul {
    display: none;
}

.mobilenav .caret {
    position: absolute;
    top: 16px;
    right: 10px;
    display: block;
    width: 1.4em;
    height: 1.4em;
    cursor: pointer;
}

.mobilenav ul li.current-menu-item > a {
    background: var(--primary-red);
}

.mobilenav .caret:not(.trigger-caret) {
    pointer-events: none;
}

.mobilenav .caret:before,
.mobilenav .caret:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 0.9em;
    height: 2px;
    background: #fff;
}

.mobilenav .caret:after {
    transform: rotate(-90deg);
    transition: all .2s ease;
}

.mobilenav .is-open>.caret:after {
    transform: rotate(0);
}

.mobilenav ul li {
    font-size: 16px;
}

.mobilenav ul a {
    display: block;
    padding: 20px 15px;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    z-index: 2;
    cursor: pointer;
}

.mobilenav li li {
    font-size: 16px;
}

.mobilenav .has-sub>a {
    padding-right: 1.875em;
}

.mobilenav li li a {
    padding-left: 1.875em;
}

.mobilenav li li li {
    font-size: 15px;
}

.mobilenav li li li a {
    padding-left: 2.67em;
}

.mobilenav .nav-backdrop {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.4s ease-in;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.mobilenav.is-open .nav-backdrop {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.mobilenav .menu-outer {
    max-height: calc(100vh - 80px);
    padding-bottom: 60px;
    overflow-y: auto;
}

.mobilenav{
    display: none;
}

/* nav */
.navigation {
    width: 100%;
    height: auto;
}

.navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navigation ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navigation ul li a {
    display: block;
}

.mobilenav {
    display: none;
}

.mobile-s-btn {
    margin-top: 20px;
    padding: 0 15px;
}

/* Residential page */
.inner-banner-img {
    background: var(--bg-img) var(--bg-color, #fff) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
}

.inner-banner-section {
    padding: 150px 0 500px;
}

.breadcrumbs {
    color: #fff;
    margin-bottom: 20px;
}

.breadcrumb-slash {
    color: var(--primary-red);
}

.breadcrumbs a:hover {
    color: var(--primary-red);
}


.breadcrumbs span a {
    color: #fff;
    text-decoration: none;
}

.s-roofing-sidebar {
    width: calc(34.33% - 27px);
}
.s-roofing-section {
    padding-top: 60px;
}
.s-roofing-content {
    width: calc(65.66% - 28px);
}

.s-sidebar {
    background: #F6F6F6;
    padding: 40px 36px;
    margin-bottom: 60px;
}

.s-sidebar h3 {
    font-size: 34px;
    margin-bottom: 10px;
}
.s-sidebar .menu-service-menu-container {
    margin-top: 20px;
}
.s-sidebar li {
    display: block;
    margin-bottom: 13px;
}

.s-sidebar ul {
    padding: 0;
    margin: 0;
}

.s-sidebar li a {
    padding: 15px 32px 15px 15px;
    display: block;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    position: relative;
}

.s-sidebar li:last-child {
    margin-bottom: 0;
}

.s-sidebar li:hover a,
.call-group-right li a:hover,
.s-sidebar .current-menu-item > a {
    color: var(--primary-red);
}

.s-sidebar li a:after {
    content: "";
    height: 15px;
    width: 15px;
    background: url(../../../wp-content/uploads/2026/03/arrow-red.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -1px;
    transition: 0.4s ease;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.s-sidebar .gfield input:not([type="checkbox"]):not([type="radio"]){
    background: #ffffff;
    padding: 0 20px !important;
}

.s-sidebar .gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 10px;
}


.s-sidebar form {
    margin-top: 25px;
}

.s-sidebar .ginput_container_select select {background-color: #fff;}

.s-sidebar .gfield--type-textarea textarea {
    border: 0 !important;
    padding: 18px 20px !important;
    font-size: 16px !important;
    height: 144px !important;
    resize: none;
}

.s-sidebar .gfield_consent_label a {
    color: inherit;
}

.s-sidebar .gfield_consent_label a:hover {
    color: var(--primary-red);
}

.s-sidebar .gfield input:focus,
.s-sidebar .gfield select:focus,
.s-sidebar .gfield textarea:focus {
    outline-color: var(--primary-red);
}

.s-roofing-cta {
    background: #F4F4F4;
    padding: 20px 44px;
    margin: 40px 0;
}
.s-roofing-cta a {
    display: inline-block;
    font-weight: 600;
}
.s-roofing-cnt p:not(:last-child) {
    margin-bottom: 30px;
}
.s-roofing-cta p {
    font-size: 23px;
    font-weight: 500;
}

.s-roofing-img {
    margin-top: 65px;
}

.s-roofing-cnt h5,
.cta-left h5{
    text-transform: capitalize;
    color: #4A4A51;
}

.s-roofing-item:not(:last-child) {
    margin-bottom: 50px;
}

blockquote {
    border-left: 2px solid var(--primary-red);
    margin: 0;
    padding: 25px 45px 25px 28px;
    background: #F6F6F6;
    margin-top: 30px;
}

blockquote h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 6px;
}
blockquote + blockquote {
    margin-top: 20px;
}

blockquote p{
    color: var(--text-color);
}

blockquote a {
    color: inherit;
}

blockquote a:hover {
    color: var(--primary-red);
}

.sr-sidebar-sticky {
    position: sticky;
    top: 0;
}

blockquote:last-child {
    margin-bottom: 0;
}

.page-id-77 .testimonial-section:before,
.page-id-78 .testimonial-section:before,
.page-id-346 .testimonial-section:before{
    top: 0;
}

.page-id-77 .testimonial-section:after,
.page-id-78 .testimonial-section:after,
.page-id-346 .testimonial-section:after{
    top: -10%;
}

.s-roofing-cnt p a {
    color: inherit;
}

.s-roofing-cnt p a:hover {
    color: var(--primary-red);
}

.s-roofing-cnt ul {
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.s-roofing-cnt ul li {
    background: #F6F6F6;
    display: block;
    border-left: 2px solid #FA0510;
    padding: 10px 20px;
    width: calc(50% - 10px);
}

.cta-left {
    width: 56%;
    padding: 70px 0px 75px 80px;
    position: relative;
    z-index: 1;
}

.cta-right {
    width: 48%;
    margin-left: -4%;
    background-size: cover;
    position: relative;
    background-position: right center;
}
.cta-inner h5{
    font-weight: 600;
}
.cta-inner {
    background: #000;
    position: relative;
    z-index: 1;
}
.s-roofing-cnt li a:hover {
    color: #000;
}
.cta-inner:before {
    content: "";
    height: 100%;
    width: 100%;
    background: url(../../../wp-content/uploads/2026/03/cta-vector.png) no-repeat bottom left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.cta-inner h2,.cta-inner h5 {
    color: #fff;
}

.cta-inner h5 a {
    color: inherit;
}

.cta-inner h5 a:hover{
    color: var(--primary-red);
}
.cta-left p a:hover {
    color: #fff;
}
.cta-right:before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 48.04%, #000000 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.cta-inner h2 {
    font-size: 40px;
    line-height: 1.45;
    margin-bottom: 5px;
    font-family: 'Poppins';
}

.cta-left .btn {
    margin-top: 10px;
}

.map-left {
    width: calc(50% - 35px);
    padding-right: 20px;
}

.map-right {
    width: calc(50% - 35px);
}

.map-icon {
    height: 48px;
    width: 48px;
    background: var(--primary-red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: 5px;
}
.map-cnt {
    max-width: calc(100% - 63px);
}
.map-cnt h5 {
    text-transform: capitalize;
    margin-bottom: 3px;
    color: #4A4A51;
}

.map-item:not(:last-child) {
    margin-bottom: 12px;
}

.map-items {
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-id-346 .entry-content section:last-child:before,
.page-id-401 .entry-content section:last-child:before,
.page-id-76 .entry-content section:last-child:before,
.page-id-478 .entry-content section:last-child:before,
.page-id-464 .entry-content section:last-child:before,
.page-id-509 .entry-content section:last-child:before,
.error404 .error-404:before{
    content: "";
    height: 1555px;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-1.png) no-repeat top left;
    position: absolute;
    top: -40%;
    left: 0;
    pointer-events: none;
}
.page-id-478 .entry-content section:last-child:before{
    top: -20%;
}

.page-id-346 .entry-content section:last-child:after,
.page-id-401 .entry-content section:last-child:after,
.page-id-76 .entry-content section:last-child:after,
.page-id-478 .entry-content section:last-child:after,
.page-id-464 .entry-content section:last-child:after,
.page-id-509 .entry-content section:last-child:after,
.error404 .error-404:after{
    content: "";
    height: 1555px;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-2.png) no-repeat top right;
    position: absolute;
    top: -60%;
    right: 0;
    pointer-events: none;
}
.page-id-478 .entry-content section:last-child:after{
    top: -30%;
}
.page-id-346 .testimonial-section:after,
.page-id-346 .testimonial-section:before,
.page-id-509 .testimonial-section:after,
.page-id-509 .testimonial-section:before
{
    display: none;
}

.page-id-401 .schedule-section:before{
    top: 30% !important;
}

.page-id-401 .schedule-section:after{
    top: 30% !important;
}

.is-two-column .service-item {
    width: calc(50% - 14px);
}

.is-two-column .service-item-img {
    padding-top: 58%;
}

.body-content h5 {
    text-transform: capitalize;
    color: #4A4A51;
    margin-bottom: 25px;
}
.body-content p strong {
    font-weight: 600;
}

.our-story-inner {
    background: #F4F4F4;
    padding: 100px 70px;
}

.our-story-img {
    width: calc(47% - 35px);
    position: relative;
}

.our-story-content {
    width: calc(53% - 35px);
}

.os-name {
    background: var(--primary-red);
    position: absolute;
    bottom: 0;
    right: 0;
    border: 8px solid #fff;
    border-bottom: 0;
    border-right: 0;
    padding: 8px 24px;
}

.our-story-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.os-name h5 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}

.os-name p {
    color: #fff;
}

.our-story-content h5{
    color: #000;
}

.our-team-section .service-item-img {
    margin-bottom: 0;
    padding-top: 100%;
}

.our-process-section,.acc-section {
    background: #000;
    z-index: 1;
}

.heading-cover p {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.process-item {
    width: calc(50% - 15px);
    background: #fff;
    padding: 35px 35px 35px 120px;
    position: relative;
}

.process-number {
    left: 0;
    top: 0;
    position: absolute;
    background: var(--primary-red);
    font-family: "League Spartan", sans-serif;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    padding: 24px 12px 19px 25px;
}

.process-item h4 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.process-number:after {
    content: "";
    background: linear-gradient(
69deg, transparent 50%, var(--primary-red) 50%);
    height: 100%;
    width: 35px;
    position: absolute;
    right: -35px;
    bottom: 0;
    transform: rotateY(180deg);
}

.our-process-section .heading-cover h5 {
    text-transform: capitalize;
    color: inherit;
}

.process-items {
    margin-top: 45px;
}

.process-bottom-block {
    margin-top: 45px;
}

.process-bottom-block h5 {
    color: inherit;
    text-transform: capitalize;
    font-size: 30px;
}

.process-bottom-block {
    margin-top: 45px;
}

.process-bottom-block p {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}

.process-bottom-block p a:hover{
    color: #fff;
}

.process-bottom-block .btn {
    margin-top: 10px;
}

.our-process-section:before {
    content: "";
    height: 932px;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-10.png) no-repeat top left;
    position: absolute;
    top: 30%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.our-process-section:after{
    content: "";
    height: 100%;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-11.png) no-repeat center right;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}

.max-1230{
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
}

.acc-section .body-content h5 {
    color: inherit;
}

.acc-left {
    width: calc(50% - 15px);
    position: relative;
}

.acc-right {
    width: calc(50% - 15px);
}

.acc-item {
    background: #333333;
    padding-bottom: 15px;
}


.acc-header h5 {
    margin: 0;
    color: #818181;
    text-transform: capitalize;
}

.acc-header {
    padding: 35px 65px 15px 35px;
    position: relative;
    cursor: pointer;
}

.acc-header:after {
    content: "";
    height: 30px;
    width: 30px;
    background: url(../../../wp-content/uploads/2026/04/accordion-down-arrow.svg);
    position: absolute;
    right: 35px;
    top: calc(50% + 10px);
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.acc-item:not(:last-child) {
    margin-bottom: 20px;
}
.acc-content p a:hover,
.process-item p a:hover {
    color: #000;
}
.acc-content {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
    display: none;
}
.active .acc-content {
    display: block;
}

.acc-item.active {
    background: #fff;
}

.active .acc-header h5 {
    color: #000;
}

.active .acc-header:after {
    background: url(../../../wp-content/uploads/2026/04/accordion-up-arrow.svg);
}

.acc-items-cover {
    margin-top: 45px;
}

.acc-left img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cta2-bg {
    background: var(--bg-img) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    background-size: cover;
}

.cta2-inner {
    background: #F0F1F1;
    padding: 80px 20px;
    z-index: 1;
}

.cta2-inner h5 {
    text-transform: capitalize;
}

.cta2-inner .btn {
    margin-top: 15px;
}

.acc-section:before {
    content: "";
    height: 100%;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-10.png) no-repeat bottom left;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.acc-section:after{
    content: "";
    height: 100%;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-11.png) no-repeat bottom right;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}

/* .testimonial-section:before{
    height: 100%;
    top: 0;
} */
.page-id-401 .service-section:before,
.page-id-401 .service-section:after{
    display: none;
}

.s-roofing-content .service-item-img {
    padding-top: 90%;
}

.s-roofing-content .service-item-heading {
    padding-top: 25px;
    padding-bottom: 25px;
}

.inner-banner-section:before {
    content: "";
    height: 100%;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-2.png) no-repeat top right;
    position: absolute;
    right: 0;
    bottom: 13%;
    z-index: 1;
    opacity: 0.08;
    pointer-events: none;
}

.three-col-section:not(.Design2):before{
    content: "";
    height: 100%;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-1.png) no-repeat bottom left;
    position: absolute;
    bottom: -74%;
    left: 0%;
    pointer-events: none;
}

.hero-section:before {
    content: "";
    height: 100%;
    width: 50%;
    background: url(../../../wp-content/uploads/2026/03/jpa-vector-2.png) no-repeat top right;
    position: absolute;
    right: 0;
    bottom: 13%;
    z-index: 1;
    opacity: 0.08;
    pointer-events: none;
}

.trust-left h5 {
    color: inherit;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.gform_confirmation_message {
    border: 2px solid #075c07;
    padding: 10px 20px;
    line-height: 1.2;
    color: #075c07;
}

/* Blog */
.blog-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.blog-card-thumb {
    display: block;
    padding-top: 70%;
    position: relative;
    background: #000;
}

.blog-card-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-card-date {
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--primary-red);
    padding: 4px 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.blog-card {
    position: relative;
}

.blog-card-title {
    font-size: 20px;
}

.blog-card-title a {
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.blog-card-body {
    padding-top: 10px;
}

.blog-card-title a:hover {
    color: var(--primary-red);
}

.blog-sidebar {
    width: calc(35% - 20px);
}

.blog-content {
    width: calc(65% - 20px);
}

.blog-s-img {
    position: sticky;
    top: 0;
}

.blog-content strong {
    font-weight: 600;
}

.blog-s-meta {
    background: #F6F6F6;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-s-meta a:hover,
.post-bottom-inner a:hover {
    color: #000;
}
.blog-content blockquote a {
    color: var(--primary-red);
}
.post-bottom-inner .nav-title {
    font-size: 14px;
    display: block;
    color: #000;
}

.post-bottom-inner a {
    text-decoration: none;
    max-width: 330px;
    display: inline-block;
    vertical-align: top;
}

.post-bottom-nav {
    margin-top: 60px;
}


.body-content iframe {
    max-width: 100%;
    margin-bottom: 30px;
}

.blog-content a:hover {
    color: #000;
}

.s-roofing-cnt ul:not(:last-child) {
    margin-bottom: 20px;
}

.s-roofing-cnt strong,
.cta-left p strong {
    font-weight: 600;
}

/* Responsive CSS */
@media (max-width: 1920px){
	.review-logo-hero {
        top: -11.3vw;
        right: 15.2%;
	}
    .magic-scroll-cover{
        bottom: 5.5vw;
    }
    .inner-banner-section{
        padding-bottom: 420px;
    }
}

@media (max-width: 1750px){
    .hero-right img{
        max-width: 100%;
    }
    .inner-banner-section{
        padding-bottom: 23vw !important;
    }
}

@media (max-width: 1599px){
    .sc-item{
        padding-left: 0;
        position: relative;
        left: 40px;
    }
    .footer-phone-item{
        font-size: 16px;
    }
    .logo-section {
        margin-top: 70px;
    }
    .review-logo-hero{
        top: -15.3vw;
        max-width: 280px;
        right: 17vw;
    }
    .magic-scroll-cover {
        bottom: 3.5vw;
    }
    .trust-icon-item p{
        font-size: 16px;
    }
    .hero-right img{
        left: -4%;
    }
    .header-top .container:after{
        left: 0;
    }
    .header-top .container:before{
        right: 100%;
    }
}

@media (max-width: 1439px){
    .sc-item{
        margin-right: -40px;
    }
    .sc-item{
        left: 20px;
    }
    .service-item-heading,
    .service-item-on-hover h4{
        font-size: 22px;
    }
    .logo-section {
        margin-top: 60px;
    }
    .review-logo-hero {
        top: -14vw;
        max-width: 200px;
        right: 21vw;
    }
    .hero-right img{
        max-width: 100%;
    }
    .hero-left{
        padding-right: 30px;
    }
    .trust-icon-item{
        padding-right: 15px;
    }

    .footer-top .flex {
        justify-content: center;
    }
    .service-item-on-hover p {
        font-size: 16px;
    }
}

@media (max-width: 1349px){
    .sc-img {
        max-width: 60%;
    }
    .sc-img img {
        margin-top: -5.6vw;
    }
    .sc-item h3{
        font-size: 34px;
        margin-bottom: 20px;
    }
    .step-icon-cover{
        margin-bottom: 35px;
    }
    .step-item{
        padding: 40px 32px 50px;
    }
    .magic-scroll-cover {
        bottom: 1.5vw;
    }
    .hero-right img {
        left: 0;
    }
    .hero-left{
        padding-right: 20px;
        padding-top: 40px;
    }
    .hero-left p{
        font-size: 26px;
    }
    .site-footer{
        margin-top: -13.5vw;
        padding-top: 22vw;
    }
    .trust-icon-item p {
        font-size: 15px;
    }
    .trust-icon img {
        max-width: 30px;
    }

    .trust-icon {
        width: 40px;
    }

    .trust-icon-item {
        padding-left: 6vw;
    }
    .service-item-heading, .service-item-on-hover h4 {
        font-size: 21px;
    }
    .service-item-heading,
    .service-item-on-hover{
        padding: 25px 26px;
    }
    .service-item-img{
        margin-bottom: 70px;
    }
    .s-roofing-cta p {
        font-size: 20px;
    }
    .cta-inner h2 {
        font-size: 34px;
    }
    .ginput_container_select select{
        background-position: right 20px center;
    }
    .header-right li{
        margin: 0 10px;
    }
}

@media (max-width: 1199px){
    .hero-right img{
        max-width: 100%;
    }
    .hero-left p {
        font-size: 24px;
    }
    .hero-right img{
        top: 80px;
    }
    .review-logo-hero {
        top: -11vw;
        max-width: 180px;
        right: 19%;
    }
    body .hero-section{
        padding: 40px 0 140px;
    }
    .logo-item{
        width: 210px;
    }
    .step-number{
        padding: 16px 15px 13px 0px;
        font-size: 24px;
    }
    .large-text{
        font-size: 20px;
    }
    .service-item-heading,
    .service-item-on-hover h4{
        font-size: 20px;
    }
    .service-item-heading, .service-item-on-hover{
        padding: 20px;
    }
    .gap-80 {
        gap: 30px;
    }
    .schedule-left,
    .schedule-right {
        width: calc(50% - 15px);
    }
    .schedule-left{
        padding: 35px 30px;
    }
    .checkbox-content li{
        width: 100%;
    }
    .sc-img {
        max-width: 55%;
    }
    .footer-top-location{
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .marquee-section ul li{
        font-size: 24px;
        padding-right: 100px;
        margin-right: 20px;
        background-size: 70px;
    }
    .sc-item h3{
        font-size: 28px;
    }
    .btn{
        padding-right: 45px;
        padding-left: 20px;
        font-size: 16px;
    }
    .btn:after{
        margin-left: 10px;
        right: 20px;
    }
    .gfield input:not([type="checkbox"]):not([type="radio"]),
    .ginput_container_select select{
        padding: 0 15px !important;
    }
    .ginput_container_select select{
        background-position: right 15px center;
    }
    .trust-icon-item{
        width: 100%;
    }
    .hero-locations{
        gap: 10px;
        margin-bottom: 20px;
    }
    .footer-location li{
        padding: 10px 20px;
    }
    .header-logo img {
        max-width: 120px;
    }
    .menu-header-menu-container{
        margin-right: 10px;
    }
    .header-right li{
        margin: 0 5px;
    }
    .header-logo:after{
        background: linear-gradient(80deg, var(--primary-red) 50%, transparent 50%);
        right: -40px;
    }
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .trust-icon-item{
        margin-bottom: 0;
    }
        .review-img img {
        max-width: 180px;
    }
    .c-block{
        padding: var(--pt, 80px) var(--px, 0) var(--pb, 80px);
    }
    .fl-left,
    .fl-right {
        width: calc(50% - 15px);
    }
    .header-phone-item{
        margin-right: 15px;
        padding-left: 25px;
    }
    .logo-section {
        margin-top: 0;
    }
        .trust-icon-item {
        padding-left: 85px;
    }
    .header-top .container:after{
        left: -10px;
    }
    .service-section:before,
    .testimonial-section:before,
    .testimonial-section:after{
        background-size: 70vw;
    }
    .service-section:after{
        background-size: 60vw;
    }
    .testimonial-section:after{
        top: -130%;
    }
    .review-img{
        margin-top: 20px;
    }
    .hero-left{
        align-self: center;
        padding-top: 0;
    }
    .sc-img img {
        margin-top: -5.2vw;
    }
    .service-item-img {
        margin-bottom: 55px;
    }
    .s-roofing-sidebar {
        width: calc(400px - 27px);
    }
    .s-roofing-content {
        width: calc(100% - 428px);
    }

    .submit-cover .button{
        white-space: pre-wrap;
    }
    .s-sidebar{
        margin-bottom: 30px;
    }
    blockquote{
        padding-left: 25px;
        padding-right: 25px;
    }
    .cta-left{
        padding: 50px 0px 50px 40px;
    }
    .cta-inner h2 {
        font-size: 32px;
    }
    .our-story-content,
    .our-story-img{
        width: calc(50% - 35px);
    }
    .s-roofing-content .is-two-column .service-item{
        width: 100%;
    }
    .s-roofing-content .service-items-cover{
        margin-top: 20px;
    }
}

@media (max-width: 979px){
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .hero-left p {
        font-size: 20px;
    }
    .hero-location {
        font-size: 16px;
    }
    .hero-location{
        padding-left: 65px;
        min-width: 1px;
        font-size: 16px;
    }
    body .hero-section{
        padding-bottom: 110px;
    }
    .hero-locations{
        margin-bottom: 25px;
    }
    .review-logo-hero {
        top: -11vw;
        max-width: 19vw;
        right: 17vw;
    }
    .scroll-text{
        margin-bottom: 2px;
    }
    .magic-scroll-cover{
        padding-top: 22px;
    }
    .magic-scroll-cover:before{
        height: 20px;
    }
    .gap-70,
    .gap-30 {
        gap: 20px;
    }
    .marquee-section ul li {
        font-size: 20px;
        padding-right: 90px;
        margin-right: 20px;
        background-size: 60px;
    }
    .step-icon {
        height: 50px;
        width: 50px;
    }
    .step-icon img {
        max-width: 35px;
        max-height: 35px;
    }
    .step-item {
        padding: 20px 20px 30px;
    }
    .step-number{
        font-size: 18px;
    }
    .solution-item{
        width: 100%;
    }
    .solution-item:not(:last-child) {
        margin-bottom: 50px;
    }
        .schedule-left, .schedule-right {
        width: 100%;
    }
    .checkbox-content li {
        width: calc(50% - 7px);
    }
    .step-icon-cover:after{
        width: calc(100% - 75px);
    }
    .step-icon-cover {
        margin-bottom: 20px;
    }
    .schedule-left {
        margin-bottom: 30px;
    }
    .mobilenav{
        display: block;
    }
    .header-right .menu-header-menu-container{
        display: none;
    }
    .header-right {
        gap: 30px;
    }
    .mobile-s-btn{
        display: none;
    }
    .social-icon-cover > .flex {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .social-icon-cover {
        width: 100%;
        margin-top: 15px;
    }
    .header-phone-cover {
        width: 100%;
        justify-content: center;
        gap: 15px 0;
    }
    .hamburger:not(.close) {
        display: block;
    }
    .menu-header-menu-container {
        margin-right: 0;
    }
    .service-item{
        width: calc(50% - 14px);
    }
    .trust-left,
    .trust-right {
        width: 100%;
    }
    .trust-section p {
        margin-bottom: 10px;
    }

    .copyright-section .container:after{
        background-size: 30vw;
        top: -68px;
        background-position: bottom center;
    }
    .sc-img img {
        margin-top: -88px;
    }
    .s-roofing-sidebar {
        width: 300px;
    }
    .s-roofing-content {
        width: calc(100% - 325px);
    }
    .gap-55 {
        gap: 25px;
    }
    .s-sidebar{
        padding: 40px 25px;
    }
    .s-roofing-cta p {
        font-size: 18px;
    }
    blockquote h4{
        font-size: 22px;
    }
    .s-sidebar h3{
        font-size: 30px;
    }
    .cta-right:before{
        background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    }
    .cta-right{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin-left: 0;
    }
    .cta-left{
        width: 70%;
    }
    .s-roofing-cnt ul li{
        width: 100%;
        font-size: 16px;
    }
    .s-roofing-cta{
        padding: 20px;
    }
    .s-roofing-img {
        margin-top: 35px;
    }
    .map-left,
    .map-right{
        width: calc(50% - 10px);
        padding-right: 0;
    }
    .service-item-on-hover h4 {
        margin-bottom: 5px;
    }
    .service-item-on-hover p {
        font-size: 13px;
    }
    .service-item-heading, .service-item-on-hover h4 {
        font-size: 18px;
    }
    .service-item-heading br, .service-item-on-hover h4 br{
        display: none;
    }
    .our-story-content, .our-story-img {
        width: calc(50% - 10px);
    }
    .our-story-inner{
        padding: 50px 30px;
    }

    .trust-right img{
        position: static;
    }
    .acc-left,
    .acc-right{
        width: 100%;
    }
    .acc-left img{
        position: static;
    }
    .process-number{
        padding: 14px 2px 10px 15px;
        font-size: 24px;
    }
    .process-item{
        padding: 55px 35px 35px 30px;
    }
    .cta2-inner{
        padding: 50px 20px;
    }
    .trust-icon img {
        max-width: 24px;
    }

    .header-right li {
        margin: 0 7px;
    }

    .blog-grid{
        grid-template-columns: 1fr 1fr;
    }

    .blog-sidebar {
        width: calc(40% - 20px);
    }

    .blog-content {
        width: calc(60% - 20px);
    }
    .blog-s-meta{
        padding: 20px 15px;
    }

}

@media (max-width: 767px){
    .hero-left {
        width: 100%;
        padding-right: 0;
    }
    .hero-right {
        width: 100%;
    }
    .review-logo-hero {
        top: -11vw;
        max-width: 24vw;
        right: 12vw;
    }
    .scroll-text{
        font-size: 12px;
    }
    .magic-scroll-cover{
        bottom: 0;
    }
    .logo-item {
        width: 150px;
    }
    .flex-1 {
        flex: 1 0 100%;
    }
    .trust-section .gap-70{
        gap: 40px;
    }
    .service-item {
        width: 100%;
    }
    .service-two-col {
        flex-wrap: wrap;
    }
    .col-6 {
        width: 100%;
    }
    .step-item{
        width: calc(50% - 14px);
    }
    .c-block{
        padding: var(--pt, 50px) var(--px, 0) var(--pb, 50px);
    }
    .footer-phone-item {
        background-size: 50px;
        padding-left: 53px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .marquee-section{
        padding: 15px 0 !important;
    }
    .footer-menu {
        width: 50%;
    }
    .footer-menu,
    .footer-logo-cover,
    .footer-location,
    .payment-review-cover {
        width: calc(50% - 10px);
        max-width: 100%;
    }
    .footer-location-section{
        padding-top: 30px;
    }
    .header-phone-item{
        font-size: 12px;
    }
    .header-phone-item {
        margin-right: 8px;
        padding-left: 17px;
        background-size: 12px;
        padding-right: 10px;
    }
    .header-phone-cover{
        gap: 10px 0;
    }
    .social-icon-cover img{
        max-height: 15px;
    }
    .social-icon-cover .flex {
        gap: 15px;
    }
    .social-icon-cover{
        margin-top: 10px;
    }
    body .logo-section {
        padding-top: 80px;
    }
    .header-top .container:after{
        display: none;
    }
    .copyright-section .container:after{
                right: auto;
        transform: translateX(-50%);
        left: 50%;
    }
    .copyright-section .flex {
        justify-content: center;
        flex-direction: column;
    }
    .footer-bottom-menu ul{
        text-align: center;
    }
    .social-icon-cover li {
        line-height: 1;
    }
    .header-top {
        padding: 5px 0;
    }
    .submit-cover .button {
        font-size: 14px;
        padding: 11px 40px 11px 15px;
    }

    .submit-cover:after {
        right: 20px;
    }
    .sc-img {
        max-width: 44vw;
    }
    .s-roofing-sidebar {
        width: 100%;
        margin-top: 20px;
    }
    .s-roofing-content {
        width: 100%;
        order: -1;
    }
    blockquote h4{
        font-size: 20px;
    }
    .s-roofing-cta{
        margin: 20px 0;
    }
    .s-roofing-img {
        margin-top: 35px;
    }
    .s-roofing-cta{
        padding: 15px 25px;
    }
    .s-sidebar h3 {
        font-size: 28px;
    }
    .cta-left {
        width: 100%;
    }
    .cta-right:before{
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, #000000 100%);
    }
    .cta-left{
        padding: 30px;
    }
    .cta-inner h2 {
        font-size: 28px;
    }
    .map-left, .map-right {
        width: 100%;
    }
    .map-items {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .map-right iframe {
        min-height: 50vw;
    }
    .map-right {
        margin-top: 20px;
    }
    .s-sidebar:last-child{
        margin-bottom: 0;
    }
    .is-two-column .service-item {
        width: 100%;
    }

    .trust-right img{
        position: static;
    }
    .our-story-content, .our-story-img {
        width: 100%;
    }
    .our-story-img > img{
        position: static;
    }
    .our-story-img {
        margin-bottom: 20px;
    }
    .content-two-col p:not(:last-child), .body-content p:not(:last-child),
    .body-content h5 {
        margin-bottom: 15px;
    }
    .our-story-inner {
        padding: 30px 20px;
    }
    .map-icon{
        margin-top: 0;
    }
    .acc-header{
        padding: 20px 42px 5px 20px;
    }
    .acc-content{
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .acc-header:after{
        height: 22px;
        width: 22px;
        background-size: 22px !important;
        top: calc(50% + 6px);
        right: 15px;
    }
    .process-item{
        width: 100%;
        padding: 35px 20px 20px 20px;
    }
    .process-number {
        padding: 8px 0px 6px 5px;
        font-size: 18px;
    }
    .process-number:after{
        width: 16px;
        right: -16px;
    }
    .process-item h4{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .cta2-inner {
        padding: 30px 15px;
    }
    .blog-sidebar {
        width: 100%;
    }

    .blog-content {
        width: 100%;
    }
    .post-bottom-inner {
        max-width: 45%;
    }
    .post-bottom-inner .nav-title{
        font-size: 10px;
    }
    .pb-110 {
        padding-bottom: 60px;
    }
    .post-bottom-nav {
        margin-top: 30px;
    }
}

@media (max-width: 599px){
    body,
    .call-group-right li a {
        font-size: 16px;
    }
    p{
        margin-bottom: 10px;
    }
    .service-item {
        width: 100%;
    }
    .step-item{
        width: 100%;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .logo-items{
        gap: 10px;
    }
    .logo-item img {
        max-height: 100%;
    }
    .logo-item {
        width: 102px;
        height: 60px;
    }
    .logos-first-row {
        margin-bottom: 10px;
    }
    .hero-left p {
        font-size: 18px;
    }
    .hero-section:after{
        background-size: 170vw;
        background-position: bottom center;
    }
    .review-logo-hero {
        top: -16vw;
        max-width: 35vw;
        right: 0;
    }
    .trust-icon{
        width: 40px;
    }
    .trust-icon img {
        max-width: 30px;
    }
    .trust-icon-item{
        padding-left: 80px;
    }
    .service-heading-cover {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .content-two-col {
        column-count: 1;
    }
    .schedule-cover{
        padding: 40px 20px;
    }
    .schedule-left{
        padding-left: 20px;
        padding-right: 20px;
    }
    .checkbox-content li {
        width: 100%;
    }
    .schedule-box{
        padding: 15px;
    }
    .marquee-section ul li{
        font-size: 18px;
        padding-right: 40px;
        margin-right: 0px;
        background-size: 30px;
    }
    .sc-img img {
        margin-top: -10.4vw;
    }
    .btn{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .hero-right {
        margin-top: -40px;
    }
    .footer-menu, .footer-logo-cover, .footer-location, .payment-review-cover{
        width: 100%;
    }
    .footer-menu li{
        margin-bottom: 15px;
    }
    .review-img {
        text-align: left;
    }
    .fl-left,
    .fl-right {
        width: 100%;
    }
    .footer-location-section .gap-80 {
        gap: 0;
    }
    .footer-logo-cover .btn {
        margin-top: 10px;
    }
    .footer-location li{ 
        max-width: 340px;
    }
    .service-item-on-hover p { 
        font-size: 12px;
    }
    .service-item-on-hover a {
        font-size: 14px;
    }
    .service-item-on-hover .btn-link:after{
        background-size: 10px;
        margin-left: 4px;
    }

    .copyright-section .container:after {
        width: 100%;
    }

    .btn{
        font-size: 14px;
    }
    .inner-banner-section {
        padding-bottom: 32vw !important;
    }

    .cta-left h5 br {
        display: none;
    }
    .blog-grid{
        grid-template-columns: 1fr;
    }
    .blog-card-title {
        font-size: 18px;
    }
}

@media (max-width: 480px){
    .sc-item h3 {
        font-size: 24px;
    }
    .sc-item .btn{
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sc-item .btn:before{
        height: 5px;
        width: 5px;
    }
    .sc-item {
        left: 12px;
            padding-top: 30px;
    padding-bottom: 30px;
    }
    .sc-item h3{
        margin-bottom: 10px;
    }
    .sc-item .btn:after {
        margin-left: 5px;
        background-size: 8px;
    }
    .solution-item:not(:last-child) {
        margin-bottom: 8vw;
    }
    .gfield input:not([type="checkbox"]):not([type="radio"]),
    .ginput_container_select select{
        height: 50px;
    }
    body .gform_wrapper.gravity-theme .ginput_complex span{
        margin-bottom: 15px;
    }
    .ginput_container_name span:last-child {
        margin-bottom: 0 !important;
    }
    .solution-items{
        margin-top: 12vw;
    }
    .hero-location {
        background-size: 44px;
        padding-left: 50px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header-phone-item {
        font-size: 10px;
        background-size: 10px;
    }
    .mobile-s-btn{
        display: block;
    }
    .header-right .btn {
        display: none;
    }
}