/*
Theme Name: All About Gutters
Text Domain: allaboutrainguttersseattle
Version: 1.0
Description: 425-228-9700 Call the Seattle gutter repair experts today - ask about Gutterglove! We offer quality home gutter service at affordable rates to Seattle, Renton, Issaquah, Bellevue, and other surrounding areas!
Tags: Blog
Author: All About Gutters
Author URI: 
Theme URI:  
*/

/* All About Gutters */

@font-face {
    font-family: 'Inter Tight';
    src: url('assets/fonts/InterTight-Regular.woff2') format('woff2'),
        url('assets/fonts/InterTight-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('assets/fonts/InterTight-Medium.woff2') format('woff2'),
        url('assets/fonts/InterTight-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('assets/fonts/InterTight-SemiBold.woff2') format('woff2'),
        url('assets/fonts/InterTight-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('assets/fonts/InterTight-Italic.woff2') format('woff2'),
        url('assets/fonts/InterTight-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('assets/fonts/InterTight-Bold.woff2') format('woff2'),
        url('assets/fonts/InterTight-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter Tight';
    color: #00122F;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
}

.wrapper {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 9;
}

.d-flex {
    display: flex;
}

.text-center {
    text-align: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-center {
    align-items: center;
}

.justify-space-between {
    justify-content: space-between;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.radius20 {
    border-radius: 20px;
}

a {
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 700;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.btn {
	display: inline-block;
	cursor: pointer;
	padding: 18px 30px;
	border-radius: 3px;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	font-family: "Inter Tight", sans-serif;
	background-color: #EB6822;
	text-decoration: none;
	-webkit-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
	position: relative;
}


.btn:hover {
	background-color: #D65916;
	color: #fff;
}

.ptb100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb80120{
	padding-top: 80px;
	padding-bottom: 120px;
}

.ptb150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.ptb120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

figure {
    line-height: 0;
}

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

.col-40 {
    width: 40%;
}

.col-50 {
    width: 50%;
}

.col-60 {
    width: 60%;
}

.col-30 {
    width: 33.33%;
}

.gap-50 {
    gap: 50px;
}

.gap-40 {
    gap: 40px;
}

.gap-20 {
    gap: 20px;
}

.text-white, .bannerContent.text-white .subHeading, .text-white .subHeading {
    color: #ffffff;
}

.text-yellow {
    color: #C69851;
}

.bg-black {
    background-color: #0C0F12;
}

.bg-dark {
    background-color: #00122F;
}

.bg-gray {
    background-color: #FBFAFB;
}

.mainTitle {
    font-size: 58px;
    line-height: 1;
}

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

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

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

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

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

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

.mb40 {
    margin-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.pos-relative {
    position: relative;
}
.beforAfterLine {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 18px;
	color: #F47B20;
	margin: 0;
}
.beforAfterLine:before,
.beforAfterLine:after {
	content: "";
	width: 85px;
	height: 1px;
	background: #F47B20;
	display: block;
}
.fontMedium,.fontMedium p{
	font-weight:500;
}
.f24 h3 {
    font-size: 24px;
}


/**** Header ****/
/* Top Bar */
.topBar {
  background-color: #0B1D47;
  color: #fff;
  padding: 7px 0;
}
.topBar p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.topBar p span {
  color: #479AFF;
}
.main-header { 
    position: fixed;
    width: 100%;
    top:0;
    z-index: 999;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.main-header.sticky {
    background-color: #000;
}

.logo a {
    display: block;
    line-height: 0;
}

.hamburgericon {
    display: none;
}

.logo {
    width: 300px;
}

.header_right {
    width: calc(100% - 300px);
    justify-content: end;
    gap: 50px
}

.header_right .menuBar {
    display: flex;
    align-items: center;
    justify-content: end;
}

.menuBar .menu-main-menu-container .menu {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.menuBar .menu-main-menu-container .menu li {
    margin: 0;
	list-style: none;
}

.menuBar .menu-main-menu-container .menu li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    padding: 5px;
    font-family: 'Inter Tight';
}

.menuBar .menu-main-menu-container .menu li a:hover {
    color: #479AFF;
}

.menu li.menu-item-has-children {
	position: relative;
}

.menu li.menu-item-has-children > a:after {
    background-image: url(./assets/images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 10px;
    width: 14px;
    content: "";
    margin-left: 5px;

    transition: 
        filter 300ms ease,
        transform 300ms ease;
}
.menu li.menu-item-has-children:hover > a:after {
    filter: brightness(0) saturate(100%) invert(45%) sepia(58%) saturate(1496%) hue-rotate(197deg) brightness(107%) contrast(102%);
    
    transform: rotate(180deg);
}

.menu li {
	position: relative;
}

.menu li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 52px;
    background: linear-gradient(to bottom, #101F45, #052C77);
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    transition: opacity 300ms ease,
		transform 300ms ease,
		visibility 300ms ease;
    border: 1px solid #2D4F9A;
    border-radius: 20px;
}

.menu li:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.menu li ul.sub-menu li {
	padding: 0;
	border-bottom: 1px solid #254459;
}

.menuBar .menu-main-menu-container .menu ul.sub-menu li a {
    font-size: 16px;
    padding: 13px 20px;
}

.menu li ul.sub-menu li:last-child {
	border-bottom: 0;
}

.menu li ul.sub-menu li a {
	display: block;
	padding: 15px;
	text-transform: none;
	font-size: 15px;
}

.current-menu-item > a {
    color: #479AFF !important;
}

.headerBottom {
	padding: 15px 0;
}
.ctaWrap{
    display:flex;
    align-items:center;
    gap:15px;
    text-decoration:none;
    color:#fff;
}
.callIcon{
    width:50px;
    height:50px;
    border:1px solid #fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.callContent span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
}
.callContent strong {
	display: block;
	font-size: 22px;
	font-weight: 700;
}
.callIcon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/**** Footer ****/

.site-footer {
    background-color: #00122F;
    padding: 70px 0;
}

.footer-col {
    width: 25%;
}

.footer-logo,
.footer-menuLinks {
    margin-bottom: 2rem;
}

.footer-menuLinks .menu {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.footer-menuLinks .menu li {
    list-style: none;
    position: relative;
    line-height: 1;
}

.footer-menuLinks .menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.footer-menuLinks .menu li a:hover {
    color: #479AFF;
}

.copryright-text p {
    font-size: 14px;
    color: #4D6B99;
    font-weight: 500;
}

.copyright-legalLinks ul.menu {
    display: flex;
    gap: 15px;
    list-style: none;
    justify-content: center;
    margin-bottom: 10px;
}

.copyright-legalLinks ul.menu li {
    position: relative;
    line-height: 1;
    padding-right: 15px;
}

.copyright-legalLinks ul.menu li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
}

.copyright-legalLinks ul.menu li a:hover {
    color: #FFFFFF;
}

.copyright-legalLinks ul.menu li:last-child,
.footer-menuLinks .menu li:last-child {
    padding: 0;
}

.copyright-legalLinks ul.menu li:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    right: 0;
}

.copyright-legalLinks ul.menu li:last-child:after,
.footer-menuLinks .menu li:last-child:after {
    content: none;
}
.socialLists {
    gap: 15px;
    list-style: none;
}

.socialLists li a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.socialLists li a:hover {
    background-color: #479AFF;
    border-color: #479AFF;
}
.social-links {
    margin-bottom: 25px;
}

/**** Homepage ****/

.home_Herobanner {
    overflow: hidden;
    padding-top: 250px;
}

.home_Herobanner::before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient( 90deg, rgb(0, 0, 0.3) 0%, rgba(0,0,0,0.6) 44%, transparent 100% );
	z-index: 3;
}

.home_Herobanner::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    display: block;
    height: 130px;
    z-index: 3;
    background: linear-gradient( to bottom, rgb(0, 0, 0.3) 0%, rgba(0,0,0,0.5) 44%,transparent 100% );
}

.bannerImage {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.bannerImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left center;
}
.bannerMedia {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bannerImage,
.heroBannerVideo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.bannerImage img,
.heroBannerVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.heroBannerVideo {
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 2;
}

.heroBannerVideo.loaded {
    opacity: 1;
}

.bannerImage {
    z-index: 1;
}
.bannerContent .subHeading, .titleWrapper .mainSubtitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
	color: #F47B20;
	text-transform: uppercase;
}

.bannerContent .subHeading {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.1;
	text-transform: unset;
}

.bannerContent h1 {
    font-size: 90px;
	margin-bottom: 5px;
	line-height: 1;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.41);
}

.lineBlow {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.lineBlow:before {
    content: "";
    display: block;
    background: #EB6822;
    width: 105px;
    height: 1px;
    position: absolute;
    bottom: 0;
}

.lineBlow .subHeading {
    margin-bottom: 5px;
}

.bannerContent .innerContent {
    margin-bottom: 25px;
    max-width: 450px;
}

.innerContent.fullinnerContent {
    max-width: 100%;
}

.bannerContent .innerContent p {
    font-size: 20px;
}

.ctaWrapper {
	display: flex;
	align-items: center;
}
.reviewWrapper {
	display: flex;
	align-items: center;
	gap: 15px;
}
.reviewImage img {
	max-width: 89px;
	width: 100%;
	display: block;
}
.reviewContent {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}
.reviewContent p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.reviewContent strong {
	display: block;
	font-size: 28px;
	font-weight: 700;
}
.reviewContent img {
	max-width: 120px;
}

.topHeading {
    font-size: 18px;
    font-weight: 600;
    color: #479AFF;
    padding-left: 35px;
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.topHeading:before {
    content: '';
    background-image: url(./assets/images/protect-icon.svg);
    width: 22px;
    height: 26px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: 22px;
}

.titleWrapper h2 {
    font-size: 56px;
    margin-bottom: 1rem;
}
.titleWrapper h2 span {
    color: #EB6822;
}
.titleWrapper p {
    margin-bottom: 1rem;
	color: #575757;
	font-weight:500;
}

.titleWrapper.text-white p {
    color: #fff;
}
.titleWrapper.text-white p.mainSubtitle {
    color: #F47B20;
}
.titleWrapper p:last-child {
    margin-bottom: 0;
}

.serviceListWrapper {
    margin-top: 60px;
    display: flex !important;
}
.serviceItem {
    position: relative !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px;
    padding: 12px 12px;
    border-radius: 12px;
    background: rgba(2, 8, 49, 0.32);
    backdrop-filter: blur(10px);
    border: 1px solid #0049A4;
    overflow: hidden;
    transition: all 300ms ease;
    width: calc(100% / 5 - (20px * 4 / 5)) !important;
    height: auto !important;
}
.serviceItem:hover {
	border-color: #479AFF;
}
.serviceItem:before {
	content: "";
	position: absolute;
	inset: 0;

	background: linear-gradient(
		180deg,
		rgba(255,255,255,0.10) 0%,
		rgba(255,255,255,0) 100%
	);

	pointer-events: none;
}
.serviceIcon {
	min-width: 56px;
	width: 56px;
	height: 56px;
}
.serviceIcon img {
	width: 56px;
	height: 56px;
	object-fit: contain;
}
.serviceContent h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 3px;
}

.serviceContent p {
	color: rgba(255,255,255,0.85);
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

/* Service Section */
.fourCards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.fourCardItem {
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	transition: all 300ms ease;
}
.hoverBorderGray{
	border: 2px solid #FBFAFB;
}
.hoverBorderGray:hover {
	border-color: #F47B20;
}
.hoverBorderWhite{
	border: 2px solid #fff;
}
.hoverBorderWhite:hover {
	border-color: #F47B20;
}
.gutterServiceImage img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
}
.gutterServiceContent {
	position: relative;
	padding: 40px 20px 28px;
}
.gutterServiceIcon {
	position: absolute;
	top: -42px;
	left: 24px;
}
.gutterServiceIcon img {
	width: 84px;
	height: 84px;
	object-fit: contain;
}
.gutterServiceContent h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #0E1B35;
	margin: 20px 0 10px;
}
.gutterServiceContent h3 span {
	color: #F47B20;
}
.cityDetails.gutterServiceContent h3 {
    margin-bottom: 0;
}
.gutterServiceContent.repairListHeading h3 {
    margin: 0 !important;
    font-size: 18px !important;
}
.BenefitsOfRoof ul li {
    width: 100%;
}
.gutterServiceText {
	color: #575757;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 600;
}
.checkList ul {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.checkList ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	display:inline-block;
}
.checkList ul li:before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 5px;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	background: #F47B20;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height:18px;
}
.gutterServiceText.checkList ul li {
    display: block;
}
.f16.checkList ul  li {
    font-size: 16px;
}
.btnArrow {
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #F47B20;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: all 300ms ease;
}
.btnArrow svg {
	transition: transform 300ms ease;
}
.btnArrow:hover svg {
	transform: translateX(5px);
}
/* Trust List */
.trustWrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 30px;
}
.trustItem {
	text-align: center;
	padding: 0 20px;
	position: relative;
}
.trustItem:not(:last-child):after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);

	width: 1px;
	height: 120px;

	background: rgba(0,0,0,0.1);
}
.trustIcon {
	margin: 0 auto 20px;
	line-height: 0;
}
.trustIcon img {
	width: 65px;
	height: 65px;
	object-fit: contain;
}
.trustItem h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #000;
}
.trustItem p {
	font-size: 14px;
	line-height: 1.3;
	color: #575757;
	margin: 0;
}

/* Why Choose */
.featureGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.featureCard {
	background: #0D2B50;
	border: 1px solid #1C477D;
	border-radius: 10px;
	padding: 15px 20px;
	text-align: center;
}
.featureIcon {
	margin: 0 auto 15px;
	line-height: 0;
}
.featureIcon img {
	width: 66px;
	height: 66px;
	object-fit: contain;
}
.featureCard h3 {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5px;
}
.featureCard p {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	margin: 0;
}
.whyChooseLeft,.whyChoose .col-50 {
	position: relative;
}
.whyChooseImage {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
}
.whyChooseImage img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.experienceBox {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 25px;
    border-radius: 24px;
    background: rgba(0, 18, 47, 0.85);
    z-index: 3;
}
.experienceIcon img {
	width: 70px;
	height: 90px;
	object-fit: contain;
}
.experienceContent h3 {
	font-size: 56px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	margin: 0;
}
.experienceContent span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #EB6822;
	margin: 2px 0 0px;
	text-transform: uppercase;
}
.experienceContent p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #fff;
	margin: 0;
}
.experienceContent {
    max-width: 160px;
}
/* Gallery Section */
.fancybox-infobar {
    display: none;
}
.galleryImage {
	display: block;
	position: relative;
	overflow: hidden;
}
.galleryImage img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
	transition: transform 500ms ease;
}
.galleryCard:hover .galleryImage img {
	transform: scale(1.08);
}
.galleryContent {
	padding: 15px;
}
/* Cities */
.threeCards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.cityCard {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
	background: #000;
	transition: all 300ms ease;
}

.cityImage {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.cityImage:before {
    content: "";
    position: absolute;
    background: linear-gradient( to top, rgba(0,0,0,0.8) 0%, transparent  100% );
    z-index: 2;
    border-radius: 10px;
    height: 60%;
    bottom: 0;
    left: 0;
    width: 100%;
}

.cityImage img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	display: block;
	transition: transform 700ms ease;
	border: 10px;
}
.cityCard:hover .cityImage img {
	transform: scale(1.08);
}
.cityContent {
	position: absolute;
	left: 30px;
	bottom: 30px;

	display: flex;
	align-items: center;
	gap: 18px;

	z-index: 5;
}

.cityIcon {
	width: 44px;
	height: 44px;

	border-radius: 50%;
	background: #fff;

	display: flex;
	align-items: center;
	justify-content: center;

	color: #F47B20;

	transition: all 300ms ease;
}
.cityIcon svg {
    width: 18px;
    height: 24px;
}
.cityCard:hover .cityIcon {
	background: #F47B20;
	color: #fff;

	transform: scale(1.08);
}
.cityContent h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin: 0;
	position: relative;
}
.cityContent h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 3px;
	background: #EB6822;
	transition: width 300ms ease;
}
.cityCard:hover .cityContent h3:after {
	width: 60%;
}
/* Need Help */
.needHelpContent {
	display: flex;
	align-items: center;
	gap: 20px;
	flex: 1;
	width: 48%;
}
.needHelpIcon {
	width: 65px;
	height: 65px;
	min-width: 65px;
}
.needHelpIcon img {
	width: 65px;
	height: 65px;
	object-fit: contain;
}
.needHelpText h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin: 0;
}
.needHelpText p {
	color: #fff;
	margin: 0;
}
.needHelpWrapper {
    padding: 30px;
    border-radius: 20px;
}
.needHelpBtn {
    width: 22%;
    display: flex;
    justify-content: flex-end;
}
.needHelpWrapper .reviewWrapper {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 30px;
}
.needHelpWrapper .reviewWrapper:before,
.needHelpWrapper .reviewWrapper:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 86px;
	background: rgba(255,255,255,0.15);
}
.needHelpWrapper .reviewWrapper:before {
	left: 0;
}
.needHelpWrapper .reviewWrapper:after {
	right: 0;
}
.needHelp {
    margin-top: -62px;
}

/**** Testimonials Page  ****/
.testimonialsListing .wrapper {
    max-width: 1200px;
}
.testimonialsListing .ti-widget.ti-goog .ti-review-item, .testimonialsListing .ti-widget.ti-yelp .ti-review-item {
    padding: 10px !important;
}
.testimonialsListing .ti-widget.ti-goog .ti-review-item .ti-inner, .testimonialsListing .ti-widget.ti-yelp .ti-review-item .ti-inner {
    border: 1px solid #E4E4E4 !important;
    border-radius: 10px !important;
}
.testimonialsListing .ti-widget.ti-yelp .ti-review-content, .testimonialsListing .ti-widget.ti-goog .ti-review-content {
    font-style: italic;
}
.testimonialsListing .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button, .testimonialsListing .ti-widget.ti-yelp .ti-load-more-reviews-container .ti-load-more-reviews-button {
    color: #fff !important;
    background-color: #EB6822 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}
.testimonialsListing .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button:hover, .testimonialsListing .ti-widget.ti-yelp .ti-load-more-reviews-container .ti-load-more-reviews-button:hover {
    background-color: #D65916 !important;
}
.custompReviews_content {
    background-color: #00122F;
    color: #fff;
    padding: 30px;
	margin-bottom: 50px;
    border-radius: 15px;
}
.custompReviews_content p {
    margin-bottom: 1rem;
    text-transform: capitalize;
}
.custompReviews_content p:last-child {
    margin: 0;
}
.custompReviews_content p strong {
    color: #EB6822;
}
.wpcr3_review_item .wpcr3_dotline {
    display: none !important;
}
.wpcr3_review_item .wpcr3_review {
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    padding: 25px 30px;
    margin-bottom: 20px;
    box-shadow: 0 0 19px rgba(0,0,0,0.05);
}
.wpcr3_review_item .wpcr3_review blockquote.wpcr3_content {
    padding-bottom: 0;
}
.wpcr3_review_item .wpcr3_review blockquote.wpcr3_content p {
    font-size: 16px;
    font-style: italic;
    line-height: 1.7 !important;
    font-weight: 500 !important;
}
.wpcr3_review_item .wpcr3_review .wpcr3_review_title.wpcr3_caps {
    font-size: 16px;
    margin: 0.5rem 0;
	font-weight: 600;
}
.wpcr3_review_item .wpcr3_review .wpcr3_review_datePublished, .wpcr3_review_item .wpcr3_review .wpcr3_review_author {
    color: #9F9F9F;
}
.wpcr3_review_item .wpcr3_item_name {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.wpcr3_review_item  .wpcr3_aggregateRating {
    font-size: 16px !important;
    text-transform: capitalize;
}
.wpcr3_respond_1 .wpcr3_dotline {
    display: none !important;
}

.wpcr3_respond_1 .wpcr3_respond_3 {
    position: absolute;
    right: 0;
    top: 10px;
}
.wpcr3_respond_1.wpcr3_in_content {
    position: relative;
}
.wpcr3_respond_1.wpcr3_in_content .wpcr3_button_1 {
    margin: 0 !important;
    background: #EB6822 !important;
    border: none !important;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 16px !important;
    font-weight: 600;
}
.wpcr3_respond_1.wpcr3_in_content .wpcr3_button_1:hover {
    background: #D65916 !important;
}
.wpcr3_respond_1.wpcr3_in_content .wpcr3_button_1.wpcr3_cancel_btn {
    background: #757575 !important;
}
.wpcr3_respond_1.wpcr3_in_content .wpcr3_table_2 {
    border-collapse: separate;
    border-spacing: 0 10px;
}
.wpcr3_respond_1.wpcr3_in_content .wpcr3_respond_2 .wpcr3_review_form_text_field input, .wpcr3_respond_1.wpcr3_in_content .wpcr3_respond_2 textarea {
    border: 1px solid #D3D3D3;
    color: #7F7F7F;
    border-radius: 5px;
    padding: 12px 15px;
    width: 100%;
    box-shadow: none;
    outline: none !important;
    font-family: 'Inter Tight';
}
.wpcr3_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpcr3_pagination .wpcr3_a {
    background: transparent;
    border: 1px solid #EB6822;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    color: #EB6822;
    font-size: 14px;
	padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpcr3_pagination .wpcr3_a.wpcr3_current, .wpcr3_pagination .wpcr3_a:hover {
    background: #EB6822;
}
.wpcr3_pagination .wpcr3_a.wpcr3_disabled, .wpcr3_pagination .wpcr3_a.wpcr3_disabled:hover {
    background: #EB6822;
    opacity: 0.3;
}
.wpcr3_pagination .wpcr3_pagination_page {
    font-size: 14px;
}

/* FAQs */
.faqWrapper {
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.faqItem {
	border: 1px solid #E1E1E1;
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	transition: all 300ms ease;
}
.faqQuestion {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
	padding: 15px 20px;
	cursor: pointer;
	transition: all 300ms ease;
	flex-direction: row-reverse;
}
.faqQuestion h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #00122F;
	margin: 0;
	transition: all 300ms ease;
}
.faqItem.active .faqQuestion {
	background: #00122F;
}
.faqItem.active .faqQuestion h3 {
	color: #fff;
}
.faqIcon {
	width: 28px;
	height: 28px;
	min-width: 28px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.3);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 300ms ease;
}
.faqIcon:before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -3px;
	transition: all 300ms ease;
}
.faqItem:not(.active) .faqIcon {
	border-color: #BDBDBD;
}
.faqItem:not(.active) .faqIcon:before {
	border-color: #6E6E6E;
	transform: rotate(45deg);
}
.faqItem.active .faqIcon:before {
	transform: rotate(-135deg);
}
.faqItem.active .faqIcon {
	border-color: #0E418F;
	background: linear-gradient(to bottom, #00122F, #517EC6);
}
.faqItem.active .faqIcon:before,
.faqItem.active .faqIcon:after {
	margin-top: 4px;
}
.faqItem.active .faqIcon:after {
	height: 0;
}
.faqAnswer {
	display: none;
}
.faqContent {
	padding: 15px 20px 20px;
	font-size: 16px;
	line-height: 1.5;
	color: #575757;
	font-weight: 500;
}
.faqContent p:last-child {
	margin-bottom: 0;
}
.checkList.block ul  li {
    display: block;
}

/**** Contact Us  ****/

.contactForm_col {
    width: 60%;
	border: 1px solid #E7E7E7;
    padding: 20px;
    border-radius: 10px;
}
.contactInfo_col {
    width: 40%;
    background-color: #0B1D47;
    border-radius: 15px;
    padding: 40px 50px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
	height: 100%;
}
.contactInfo_col .contactNumber a {
    background-color: rgba(2,8,49,0.32);
    color: #fff;
    border: 1px solid #0049A4;
    border-radius: 8px;
    font-size: 40px;
    text-decoration: none;
    font-weight: bold;
    padding: 15px 25px;
    display: inline-block;
    line-height: 1;
}
.contactInfo_col .contactAddress p {
    font-size: 22px;
}
.contactLocation_heading h3 {
    margin: 0;
    color: #EB6822;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}
.contactLocation_heading h3:before {
    content: "";
    display: inline-block;
    background-color: #EB6822;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.contactLocation_heading h3:after {
    content: "";
    display: inline-block;
    background-color: #EB6822;
    width: 50px;
    height: 1px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.contactLocation_content p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.contactLocation_content p:last-child {
    margin-bottom: 0;
}
.contactLocation_content img {
    line-height: 0;
    border-radius: 15px;
    border: 1px solid #5D72A2;
}
.contactLocation_content a, .contactLocation_content strong {
    color: #EB6822;
    text-decoration: none;
    font-weight: 500;
}
/**** Gallery Page  ****/
.masonryGallery {
	column-count: 3;
	column-gap: 20px;
}
.galleryItem {
	margin-bottom: 20px;
	break-inside: avoid;
}
.galleryItem img {
	width: 100%;
	display: block;
	border-radius: 8px;
	transition: transform 400ms ease;
}
.galleryItem:hover img {
	transform: scale(1.03);
}

/**** Location Details Page  ****/
.darkCard .fourCardItem {
    background-color: #0D2B50;
    border: 1px solid #1C477D;
    padding: 20px 40px;
    text-align: center;
    color: #fff;
}
.darkCard .fourCardItem .darkCardImage {
    margin-bottom: 10px;
}
.darkCard .fourCardItem  h3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
}

/* Error Page */
.error404 .main-header {
  background-color: #000;
}
.error404 .innerBanner {
  padding: 200px 0 100px;
}
.errorPagecontent h1 {
  font-size: 180px;
  line-height: 1;
  margin-bottom: 0;
}
.errorPagecontent h2 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 15px;
}

/**** Gutter Guards  ****/
.fancyboxImage img {
    width: 100%;
    border-radius: 8px;
    transition: transform 400ms ease;
}
.fancyboxImage {
    display: block;
    line-height: 0;
}
.fancyboxImage:hover img {
    transform: scale(1.03);
}
.customVideoItem {
	width: 100%;
}
.liteYoutube {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	cursor: pointer;
	background: #000;
	box-shadow: 0 15px 50px rgba(0,0,0,0.08);
}
.liteYoutube img {
	width: 100%;
	display: block;
	transition: transform 400ms ease;
}
.liteYoutube:hover img {
	transform: scale(1.04);
}
.playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 84px;
	height: 60px;
	border: 0;
	border-radius: 16px;
	background: #ff0000;
	cursor: pointer;
	z-index: 2;
	transition: all 300ms ease;
}
.playBtn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 68px;
	height: 48px;
	border: 0;
	border-radius: 14px;
	background: #FF0000;
	cursor: pointer;
	z-index: 2;
	transition: all 300ms ease;
}
.playBtn:hover{
	background: #cc0000;
	transform: translate(-50%, -50%) scale(1.08);
}
.playBtn:before{
	content: "";
	position: absolute;
	left: 27px;
	top: 14px;
	border-style: solid;
	border-width: 10px 0 10px 17px;
	border-color: transparent transparent transparent #fff;
}
.liteYoutube:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to top,
		rgba(0,0,0,0.35),
		rgba(0,0,0,0.05)
	);
	pointer-events: none;
}
.videoContent {
    padding: 15px 20px 0;
    text-align: center;
}
.videoContent p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
.liteYoutube {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #000;
}
.liteYoutube img,
.liteYoutube iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.twoCards {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
.commonBox {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 300ms ease;
    padding: 30px;
}
.oneCards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.GutterGuardsItem .cardImage {
    width: 30%;
}
.GutterGuardsItem .cardContent {
    width: 70%;
}
.GutterGuardsItem .cardImage img {
    border-radius: 20px;
}
.GutterGuardsItem h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.checkList a {
    color: #f47b20;
	text-decoration: none;
}
.checkList a:hover {
	text-decoration: underline;
}
.checkList.closeIcon ul li:before {
    content: "×";
    background: red;
}
.checkList.greenColor ul li:before{
	background: #16A34A;
}

/* Roof Maintenance Page */
.ProtectYourHome .gutterServiceContent {
    padding-top: 0;
}

/**** Responsive  ****/
@media screen and (max-width: 1279px) {
    .menuBar .menu-main-menu-container .menu {
        gap: 25px;
    }
}

@media (max-width: 1199px) {
	.fourCards {
		grid-template-columns: repeat(2, 1fr);
	}
	.threeCards {
		grid-template-columns: repeat(2, 1fr);
	}
	.logo {
		width: 160px;
	}
	.logo img {
		max-width: 140px;
	}
	.header_right {
		width: calc(100% - 160px);
		gap: 20px;
	}
	.menuBar .menu-main-menu-container .menu {
		gap: 15px;
	}
	.ctaWrap {
		gap: 10px;
	}
	.callIcon {
		width: 35px;
		height: 35px;
	}
	.callIcon img {
		width: 18px;
		height: 18px;
	}
	.callContent span {
		font-size: 10px;
	}
	.callContent strong {
		font-size: 16px;
	}
	.home_Herobanner {
		overflow: hidden;
		padding-top: 180px;
	}
	.home_Herobanner .col-50 {
		width: 100%;
	}
	.experienceIcon img {
		width: 50px;
		height: 70px;
	}
	.experienceContent h3 {
		font-size: 36px;
	}
	.experienceContent span,.experienceContent p {
		font-size: 14px;
	}
	.needHelpWrapper .reviewWrapper:after {
		content: none;
	}
	.needHelpWrapper {
		flex-wrap: wrap;
		    gap: 30px;
	}
	.needHelpContent {
		width: 60%;
	}
	.needHelpWrapper .reviewWrapper {
		width: 40%;
	}
	.needHelpBtn {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.titleWrapper h2 {
		font-size: 45px;
	}
	.bannerContent .subHeading, .titleWrapper .mainSubtitle {
		font-size: 20px;
	}
	.beforAfterLine:before, .beforAfterLine:after {
		width: 75px;
	}
	.serviceListWrapper {
        overflow: hidden;
        position: relative;
        padding-bottom: 45px;
    }

    /* JS will add this class dynamically */
    .serviceListWrapper.swiper-initialized-custom .swiper-wrapper {
        display: flex;
        align-items: stretch;
    }

    .serviceListWrapper.swiper-initialized-custom .serviceItem {
        width: 32% !important;
        height: auto;
        flex-shrink: 0;
		align-items: center !important;
    }

    .serviceListWrapper .swiper-pagination {
        position: absolute;
        bottom: 0 !important;
    }

    .serviceListWrapper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: rgba(255,255,255,0.4);
        opacity: 1;
    }

    .serviceListWrapper .swiper-pagination-bullet-active {
        background: #479AFF;
    }
	.serviceListWrapper {
		margin-top: 40px !important;
	}
	.contactInfo_col {
		padding: 40px 30px;
	}
	.contactInfo_col .contactNumber a {
		font-size: 32px;
	}
	.contactInfo_col .contactAddress p, .contactLocation_heading h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 980px) {
    .col-50,
    .col-30 {
        width: 100%;
    }

    .gap-50 {
        gap: 30px;
    }

    .logo img {
        width: 120px;
    }

    .menuBar .header-menu {
        display: none;
        position: fixed;
        top: 105px;
        width: 100%;
        background-color: #000;
        left: 0;
		 -webkit-overflow-scrolling: touch;
        height: calc(100vh - 105px);
        overflow-y: auto;
    }

    .hamburgericon {
        display: block;
        font-size: 0;
        position: relative;
        height: 28px;
        width: 28px;
    }

    .hamburgericon span,
    .hamburgericon span::before,
    .hamburgericon span::after {
        width: 28px;
        position: absolute;
        content: "";
        height: 3px;
        background-color: #fff;
        top: 11px;
    }

    .hamburgericon span::before {
        top: -10px;
    }

    .hamburgericon span::after {
        top: 10px;
    }

    .hamburgericon.open span {
        -webkit-transform: rotate(48deg);
        -ms-transform: rotate(48deg);
        transform: rotate(48deg);
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
    }

    .hamburgericon.open span::after {
        opacity: 0;
        visibility: hidden;
    }

    .hamburgericon.open span::before {
        -webkit-transform: rotate(85deg);
        -ms-transform: rotate(85deg);
        transform: rotate(85deg);
        top: 0;
    }

    .menuBar .menu-main-menu-container .menu {
        gap: 0;
        flex-direction: column;
        align-items: start;
    }

    .menuBar ul li {
        width: 100%;
        border-bottom: 1px solid #323232;
    }

    .menuBar li a {
        padding: 15px 25px !important;
        display: block;
    }

    .menuBar .menu-main-menu-container .menu li.preRegistrationBtn a {
        background: none !important;
        width: 100%;
        height: auto;
        padding: 15px 25px !important;
        display: block;
    }

    .menuBar ul li:last-child {
        border-bottom: 0;
    }
	.menuBar {
		order: 2;
	}
	.bannerContent h1 {
		font-size: 70px;
	}
	.topHeading {
		font-size: 16px;
	}
	.topHeading:before {
		width: 18px;
		height: 22px;
		background-size: 18px;
	}
	.topHeading {
		font-size: 16px;
		padding-left: 28px;
	}
	.menu li.menu-item-has-children > a:after{
		content:none;
	}
	.arrow {
		border-left: 1px solid #323232;
		background-image: url(./assets/images/down-arrow.svg);
		display: block;
		width: 55px;
		height: 55px;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		background-size: 12px;
		transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.menu li:hover > ul.sub-menu {
		opacity: 1;
		visibility: visible;
		transform: unset;
		position: static;
		width: 100%;
		transition: none;
		border-radius: 0;
	}
	.bannerContent .innerContent p {
		font-size: 18px;
	}
	.serviceListWrapper.swiper-initialized-custom .serviceItem {
		width: 48.6% !important;
	}
	.ptb80 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.home_Herobanner {
		overflow: hidden;
		padding-top: 150px;
	}
	.tabWap {
		flex-wrap: wrap;
	}
	.needHelpWrapper {
		padding: 30px 20px;
		gap:20px;
	}
	.needHelpText h3 {
		font-size: 20px;
	}
	.needHelpWrapper .reviewWrapper {
		flex-direction: column;
		gap: 10px;
	}
	.menu li ul.sub-menu {
		position: static;
		width: 100%;
		transition: none;
		display: none;
		opacity: 1;
		visibility: visible;
		border-radius: 0;
		top: 0;
		transform: unset;
		border: 0;
	}
	.contactDetails .mainRow {
		flex-wrap: wrap;
		justify-content: center;
	}
	.contactForm_col, .contactInfo_col {
		width: 100%;
	}
	.contactInfo_col {
		max-width: 400px;
	}
	.masonryGallery {
		column-count: 2;
	}
	.error404 .innerBanner {
		padding: 160px 0 80px;
	}
	.errorPagecontent h1 {
		  font-size: 110px;
	}
	.errorPagecontent h2 {
	  font-size: 26px;
	  line-height: 1.3;
	  margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }

    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn {
        font-size: 15px;
    }

    .mb40 {
        margin-bottom: 30px;
    }

    .menuBar li a,
    .menuBar .menu-main-menu-container .menu li.preRegistrationBtn a {
        padding: 15px 20px !important;
    }

    .menuBar .header-menu {
        top: 118px;
    }

    .ptb80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ptb120,
    .ptb150 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .footer-col ul.menu {
        gap: 10px;
    }

    .mt50 {
        margin-top: 30px;
    }
	.fourCards {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.threeCards {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.trustWrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}
	.trustItem:not(:last-child):after {
		bottom: -20px;
		right: 0;
		transform: translateY(-50%);
		width: 100%;
		height: 1px;
		top: auto;
	}
	.featureGrid {
		grid-template-columns: repeat(1, 1fr);
	}
	.footer-menuLinks .menu {
		gap: 20px;
		flex-wrap: wrap;
	}
	.footer-menuLinks .menu li a {
		font-size: 16px;
	}
	.topBar p {
		font-size: 13px;
	}
	.home_Herobanner {
		padding-top: 180px;
	}
	.home_Herobanner  .col-50 {
		width: 100%;
	}
	.home_Herobanner::before {
		width: 100%;
		height: 100%;
		background: linear-gradient( 90deg, rgb(0, 0, 0.3) 0%, rgba(0,0,0,0.3) 100%, transparent 100% );
	}
	.topHeading {
		font-size: 14px;
		padding-left: 25px;
	}
	.topHeading:before {
		width: 16px;
		height: 20px;
		background-size: 16px;
	}
	.bannerContent h1 {
		font-size: 45px;
	}
	.bannerContent .subHeading, .titleWrapper .mainSubtitle {
		font-size: 18px;
	}
	.bannerContent .innerContent p {
		font-size: 16px;
	}
	.ctaWrapper {
		flex-wrap: wrap;
	}
	.serviceListWrapper {
		margin-top: 30px !important;
	}
	.titleWrapper h2 {
		font-size: 36px;
	}
	.bannerContent .subHeading, .titleWrapper .mainSubtitle {
		font-size: 16px;
	}
	.beforAfterLine:before, .beforAfterLine:after {
		width: 45px;
	}
	.experienceBox {
		left: 10px;
		gap: 10px;
		padding: 15px;
	}
	.experienceIcon img {
		width: 40px;
		height: 60px;
	}
	.experienceContent {
		max-width: 120px;
	}
	.experienceContent h3 {
		font-size: 30px;
	}
	.experienceContent span, .experienceContent p {
		font-size: 12px;
	}
	.needHelpWrapper .reviewWrapper:before{
		content:none
	}
	.needHelpContent {
		width: 100%;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		gap: 15px;
	}
	.needHelpIcon {
		width: 55px;
		height: 55px;
		min-width: 55px;
	}
	.needHelpIcon img {
		width: 55px;
		height: 55px;
	}
	.needHelpText h3 {
		font-size: 18px;
	}
	.needHelpText p {
		font-size: 14px;
	}
	.needHelpWrapper .reviewWrapper {
		gap: 10px;
		width: 100%;
	}
	.needHelpWrapper {
		padding: 25px 15px 30px;
		gap: 20px;
	}
	.serviceListWrapper.swiper {
		padding-bottom: 40px !important;
	}
	.serviceListWrapper.swiper .swiper-pagination .swiper-pagination-bullet {
		height: 10px;
		width: 10px;
	}
	.faqQuestion h3 {
		font-size: 16px;
	}
	.faqContent {
		font-size: 14px;
	}
	.contactInfo_col {
		padding: 30px 20px;
	}
	.contactInfo_col .contactAddress p, .contactLocation_heading h3 {
		font-size: 18px;
	}
	.contactLocation_content p {
		font-size: 16px;
	}
	.contactLocation_heading h3::before, .contactLocation_heading h3::after {
		width: 30px;
	}
	.contactInfo_col .contactNumber a {
		font-size: 24px;
	}
	.masonryGallery {
		column-count: 1;
	}
	.galleryItem:last-child {
		margin-bottom: 0;
	}
	.gutterReplacement .bottomContent p {
		font-size: 18px;
	}
	.reviewImage img {
		max-width: 89px;
		width: 100%;
	}
	.twoCards {
		grid-template-columns: repeat(1, 1fr);
	}
	.videoContent p {
		font-size: 16px;
	}
	.commonBox {
		padding: 20px;
	}
	.GutterGuardsItem {
		flex-wrap: wrap;
		gap: 20px;
	}
	.GutterGuardsItem .cardImage,.GutterGuardsItem .cardContent {
		width: 100%;
	}
}

@media (max-width: 639px) {
	.testimonialsListing .ti-widget.ti-goog .ti-review-item, .testimonialsListing .ti-widget.ti-yelp .ti-review-item {
		padding: 10px 0 !important;
	}
	.custompReviews_content {
		padding: 25px 20px;
	}
	.wpcr3_respond_1 .wpcr3_respond_3 {
		position: static;
		margin-bottom: 1rem;
	}
	.wpcr3_review_item .wpcr3_review {
		padding: 15px 20px;
	}
	.wpcr3_review_item .wpcr3_review blockquote.wpcr3_content p {
		line-height: 1.5 !important;
	}
}

@media (max-width: 481px) {
	.serviceListWrapper.swiper-initialized-custom .serviceItem {
		width: 100% !important;
	}
	.callContent {
		display: none;
	}
}