/* CSS Index
-----------------------------------
1.default css
-----------------------------------
*/

/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* font  family  */
.tk-raleway {
  font-family: "Raleway", sans-serif;
}
.tk-rubik {
  font-family: "Rubik", sans-serif;
}
.tk-open-sans {
  font-family: "Open Sans", sans-serif;
}


body {
    color: #45556C;
    font-family: "Raleway", sans-serif;
    font-size: clamp(16px, 1.2vw, 18px);
    font-weight: 500;
    line-height: 1.62;
}


/* lenis */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

/* lenis */

/* scroll bar */
.os-scrollbar-handle {
    background: #DB1F1F;
}
body>.os-scrollbar {
    z-index: 999;
}
/* scroll bar */

img {
    max-width: 100%;
    height: auto;
}
/* animation */
.animation-line{
    overflow: hidden;
}
/* animation */


a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #000;
}

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

.bg-fix {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* container */
.container {
    max-width: 1264px;
}

/* z-index */
.z-4 {
    z-index: 4 !important;
}

/* z-index */

/* input */
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="number"], 
input[type="password"], 
input[type="url"], 
textarea {
    width: 100%;
    padding: 11.5px 16px;
    background: #F3F3F5;
    color: #828282;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 8px;
    opacity: 1;
    border: 0;
}

textarea{
	height: 100px;
}
input:focus , textarea:focus{
	outline: none;
	box-shadow: none;
}
::placeholder {
    color: #828282;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
/* input */



.animation-line p:last-child,
.mb-p p:last-child{
    margin-bottom: 0;
}

/* heading  style*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #344F63;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Rubik", sans-serif;
}

h1 {
    font-size: clamp(34px, 5vw, 60px);
}

h2 {
    font-size: clamp(32px, 4.5vw, 50px);
}

h3 {
    font-size: clamp(28px, 4vw, 40px);
}

h4 {
    font-size: clamp(24px, 3.5vw, 36px);
}

h5 {
    font-size: clamp(20px, 2.5vw, 24px);
}

h6 {
    font-size: clamp(18px, 2vw, 20px);
}



/* font color */
.color-lava-red {
    color: #DB1F1F !important;
}

/* font color */

/* bg color */
.bg-bluish{
    background-color: rgba(54, 117, 186, 0.95) !important;
}
.bg-cyan-blue {
    background-color: #344F63 !important;
}
.bg-bluish{
    background-color: #3675BA !important;
}
/* bg color */

/* common img */
.features-card img ,
.residential-services-img ,
.cta-img-wrapper img {
    display: block;
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}
/* all button */
.svg-btn {
    color: #FFF;
    font-family: "Raleway", sans-serif;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: clamp(0.8px, 0.08vw, 1.2px);
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: clamp(4px, 0.5vw, 6px);
    background-color: #3675BA;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10),
                0 1px 2px -1px rgba(0, 0, 0, 0.10);
    padding: clamp(8px, 1vw, 9px) clamp(10px, 2vw, 13px);
    display: inline-flex;
    align-items: center;
    gap: clamp(8px, 1.5vw, 12px);
    transition: all 0.3s linear;
}

.svg-btn:hover{
    background-color: #fff;
    color: #3675BA;
    border-color: #3675BA;
}
.svg-btn.red-version {
    background-color: #D91B1B;
    gap: clamp(12px, 2vw, 20px);
    padding: clamp(8px, 1.5vw, 11px);
}

.svg-btn.red-version svg {
    margin-top: -2px;
}
.svg-btn.red-version:hover{
   border-color: #D91B1B; 
   color: #D91B1B;
   background-color: #fff;
}

.btn-1 {
    color: #FFF;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: clamp(1px, 0.12vw, 1.6px);
    text-transform: uppercase;
    border-radius: clamp(4px, 0.5vw, 6px);
    background-color: #DB1F1F;
    border: 2px solid transparent;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10),
                0 1px 2px -1px rgba(0, 0, 0, 0.10);
    padding: clamp(14px, 2vw, 18px)
            clamp(16px, 2vw, 21px);
    transition: all 0.3s linear;
}
.btn-1.version-2 {
    background: rgb(54, 117, 186);
}
.btn-1:hover{
    color: #DB1F1F;
    background-color: #fff;
    border-color: #DB1F1F;
}
.btn-1.version-2:hover{
    background-color: #fff;
    color: #3675BA;
    border-color: #3675BA;
}
.banner-button-wrapper {
    gap: clamp(16px, 3vw, 31px);
}

/* all button */



.b-radius-16{
    border-radius: 16px;
}
.b-radius-30{
    border-radius: 30px;
}
.common-title {
    line-height: 1;
    letter-spacing: clamp(-1.5px, -0.1vw, -0.5px);
}
.sub-title {
    display: inline-block;
    color: #DB1F1F;
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 700;
    line-height: 1.22;
}
.l-s-normal{
    letter-spacing: normal !important;
}
/* header section start */
.header-area {
    border-bottom: 1px solid rgba(220, 233, 247, 0.30);
    position: fixed;
    z-index: 99;
    width: 100%;
}
.header-fix {
    height: 122px;
}
.header-area .container {
    max-width: 1208px;
}


.header-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 16px;
    width: 100%;
    background: #D91B1B;
    z-index: -1;
}
.header-logo img {
    max-width: clamp(120px, 12vw, 162px);
}

.menu-area nav {
    gap: clamp(10px, 1.5vw, 33px);
}
.service-overview-inner-content ul ,
.footer-menu-area ul ,
.residential-services-inner-content  ul ,
.mobile-menu ul ,
.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu ul li {
    display: inline-block;
    margin-right: clamp(12px, 1.2vw, 30px);
    position: relative;
    z-index: 1;
}
.main-menu ul li:last-child{
    margin-right: 0;
}
.mobile-menu ul li a ,
.main-menu ul li a {
    color: #344F63;
    font-family: "Raleway", sans-serif;
    font-size: clamp(12px, 1vw, 13.972px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: clamp(0.2px, 0.03vw, 0.349px);
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s linear;
}
.main-menu ul li a:hover{
    color: #D91B1B;
}
.mobile-menu ul li{
    margin-bottom: 12px;
}
.mobile-menu ul li:last-child{
    margin-bottom: 0;
}
.mobile-menu ul li a{
    color: #fff;
    font-size: 16px;
}

/* header offcanvas start*/
#offcanvasRight.offcanvas{
    background: linear-gradient(0deg, #35465A 0%, #3C4D5E 100%);
}
#offcanvasRight  .offcanvas-header {
    padding: 10px 20px 58px;
}
#offcanvasRight  .offcanvas-body {
    padding: 0px 20px 52px;
}
.mobile-nav{
    padding: 37px 0;
}
.humbarger-btn {
	border: 0;
	height: 43px;
	width: 43px;
	background: #D91B1B;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
}
.humbarger-btn span {
    display: block;
    background-color: #fff;
    height: 4px;
    width: 27px;
    position: absolute;
    top: 25px;
    transition: background-color ease .3s, top ease .3s .3s, transform ease .3s, -webkit-transform ease .3s;
    left: 50%;
    -webkit-transform: translate(-50%, -1.5px);
        -ms-transform: translate(-50%, -1.5px);
            transform: translate(-50%, -1.5px);
}
.humbarger-btn span:nth-child(1) {
	top: 13px;
}
.humbarger-btn span:nth-child(2) {
    top: 21px;
}
.humbarger-btn span:nth-child(3) {
    top: auto;
    bottom: 10px;
}
.offcanvas-translate-div {
    gap: 40px;
}
.btn-close {
	--bs-btn-close-bg: none;
	--bs-btn-close-opacity: 1;
	--bs-btn-close-hover-opacity: 1;
	border: 0;
	border-radius: 0;
	height: 43px;
	width: 43px;
	gap: 0px;
	-webkit-transition: top ease .3s, -webkit-transform ease .3s .3s;
	-o-transition: top ease .3s, transform ease .3s .3s;
	transition: background-color ease .3s, top ease .3s, transform ease .3s .3s,
		-webkit-transform ease .3s .3s;
	background-color: #D91B1B;
}
.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-offcanvas .btn-close {
	padding: 0;
	margin: 0;
}
.btn-close span {
    background-color: #fff;
    height: 5px;
    width: 27px;
    -webkit-transition: top ease .3s, -webkit-transform ease .3s .3s;
    -o-transition: top ease .3s, transform ease .3s .3s;
    transition: top ease .3s, transform ease .3s .3s,
	-webkit-transform ease .3s .3s;
}
/* header offcanvas end*/



/* header section end */



/* banner section start */
.banner-area {
    padding: clamp(90px, 12vw, 140px)
    0
    clamp(80px, 10vw, 128px);
}
.banner-area::after,
.banner-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 1;
}
.banner-area::after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.05) 1.73%, rgba(0, 0, 0, 0.00) 6.53%);
    z-index: 2;
}
.banner-content h1 {
    line-height: 1;
    margin-bottom: clamp(16px, 3vw, 25px);
}
.banner-content {
    max-width: 915px;
    margin-right: auto;
    margin-left: auto;
}

/* banner section end */



/* residential section start */
.residential-services-item {
    padding: clamp(48px, 7vw, 71px) 0;
}

.residential-services-item .container {
    max-width: 1240px;
}
.residential-services-item .row {
    --bs-gutter-x: clamp(30px, 6vw, 88px);
}
.residential-services-content {
    max-width: 704px;
    margin-right: 0;
    margin-left: auto;
}
.residential-services-shape-img {
    height: clamp(120px, 20vw, 230px);
    width: clamp(120px, 20vw, 230px);
    background: #45556C;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 0;
    margin-top: clamp(-115px, -10vw, -75px);
    z-index: 2;
    position: relative;
}

.residential-services-img-wrapper {
    min-width: 391px;
}
.residential-services-shape-img img {
    max-width: clamp(50px, 10vw, 128px);
}
.residential-services-img {
    max-width: 346px;
}
.residential-services-inner-content h6 {
    color: #45556C;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;
    margin: 0;
    margin-top: clamp(20px, 4vw, 30px);
}

.residential-bottom-note {
    font-weight: 800;
    line-height: 1.33;
}
.residential-services-inner-content ul {
    margin-left: 10px;
    margin-bottom: clamp(20px, 4vw, 30px);
}
.residential-services-inner-content ul li {
    position: relative;
    z-index: 1;
    padding-left: 16px;
}
.residential-services-inner-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    height: 5px;
    width: 5px;
    background-color: #3675BA;
    z-index: 1;
    border-radius: 100%;
}
.residential-services-inner-content ul li strong {
    color: #3675BA;
    font-size: 18px;
    display: block;
}
.residential-services-content .btn-1.version-2 {
    margin-top: clamp(20px, 4vw, 35px);
}
.residential-services-item.reverse-item .row {
    flex-direction: row-reverse;
}
.residential-services-item.reverse-item .residential-services-img {
    margin-right: 0;
    margin-left: auto;
}
.residential-services-item.reverse-item .residential-services-content ,
.residential-services-item.reverse-item .residential-services-shape-img {
    margin-left: 0;
    margin-right: auto;
}
.residential-services-item.reverse-item {
    background: rgba(220, 233, 247, 0.25);
    padding: clamp(40px, 6vw, 59px)
    0
    clamp(60px, 8vw, 92px);
}

.residential-services-item.reverse-item .residential-services-img-wrapper {
    margin-top: clamp(20px, 5vw, 36px);
}

/* residential section end */

/* features section start */
.features-section {
    padding: clamp(32px, 5vw, 48px)
    0
    clamp(48px, 7vw, 70px);
}
.features-section .container {
    max-width: 1292px;
}
.features-section .row {
    --bs-gutter-x: 13px;
}
.features-section .section-title-wrapper {
    margin-bottom: clamp(24px, 4vw, 40px);
}
.sub-title-info {
    color: #9ECEF5;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: clamp(1px, 0.2vw, 2px);
    text-transform: uppercase;
    display: inline-block;
}
.features-card {
    border-radius: 16px 16px 2px 2px;
    background-color: #fff;
    border-bottom: 4px solid #DB1F1F;
}

.features-img {
    background: rgba(255, 255, 255, 0.05);
}
.features-card img {
    opacity: 0.9;
    min-height: 210px;
}
.features-card-content.mb-p.text-center {
    padding: clamp(18px, 3vw, 27px)
    clamp(6px, 1.5vw, 9px)
    clamp(14px, 2.5vw, 20px);
}
.features-card-content h6 {
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.09;
    letter-spacing: clamp(0.3px, 0.08vw, 0.6px);
}
.features-card-content p {
    font-family: "Open Sans", sans-serif;
    font-size: clamp(13px, 1.2vw, 14px);
    font-weight: 400;
}

/* features section end */


/* service section start */
.service-area-section {
    padding: clamp(48px, 7vw, 72px)
    0
    clamp(32px, 5vw, 48px);
}

.service-area-section .container {
    max-width: 1250px;
}
.service-area-section .row {
    --bs-gutter-x: clamp(24px, 3vw, 93px);
}
.services-content .banner-button-wrapper {
    gap: clamp(10px, 1vw, 12px);
}
.services-content-inner  p {
    margin-bottom: clamp(18px, 4vw, 29px);
}
.services-content .banner-button-wrapper .btn-1.version-2 {
    min-width: clamp(220px, 40vw, 306px);
    text-align: center;
}
.map-quote-box-item blockquote {
    color: #DB1F1F;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 0;
}
.map-quote-box-wrapper {
    padding: clamp(20px, 4vw, 28px) 0;
    min-height: 547px;
}
.map-quote-box-item {
    background: rgba(255, 255, 255, 0.5);
    padding: clamp(12px, 2vw, 17px)
    clamp(14px, 2.5vw, 18px);
    margin-bottom: clamp(20px, 4vw, 48px);
}
.map-quote-box-item:last-child{
    margin-bottom: 0;
}
.service-area-section .services-content {
    max-width: 624px;
    margin-left: clamp(0px, 4vw, 44px);
}
.services-content-inner {
    max-width: 605px;
}
.map-quote-box-img {
    z-index: -1;
    pointer-events: none;
    opacity: 0.7;
}
.map-quote-box-item-wrapper .map-quote-box-item:nth-child(1) {
    max-width: 299px;
    margin-left: clamp(0px, 8vw, 79px);
}
.map-quote-box-item-wrapper .map-quote-box-item:nth-child(2) {
    max-width: 285px;
}
.map-quote-box-item-wrapper .map-quote-box-item:nth-child(3) {
    max-width: 290px;
    margin-left: clamp(0px, 10vw, 102px);
}
/* service section end */


/* serving locations section start */
.serving-locations-section {
    padding: clamp(32px, 5vw, 50px) 0;
}
.serving-locations-section .container {
    max-width: 1148px;
}
.location-btn {
    color: #FFF;
    font-size: clamp(13px, 1.2vw, 14px);
    font-weight: 700;
    line-height: 1.42;
    letter-spacing: clamp(0.2px, 0.05vw, 0.35px);
    text-transform: uppercase;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    transition: all 0.3s linear;
    padding: clamp(6px, 1.5vw, 8px)
    clamp(6px, 1.5vw, 8px)
    clamp(6px, 1.5vw, 8px)
    clamp(10px, 2vw, 12px);
    min-width: clamp(120px, 30vw, 150px);
}
.location-btn:hover{
    color: #DB1F1F;
    background-color: #fff;
}

/* serving locations section end */

/* faq section */
.faq-section-area {
    padding: clamp(40px, 6vw, 65px) 0;
}

.accordion {
    --bs-accordion-color: #45556C;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-item {
    border: 0;
    border-bottom: 1px solid #E2E8F0;
    padding: clamp(8px, 1vw, 11px) 0;
}
.accordion-header {
    color: #3675BA;
    font-family: "Rubik", sans-serif;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: clamp(0.2px, 0.08vw, 0.5px);
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding-right: clamp(50px, 5vw, 70px);
    padding-left: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.accordion-body p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.accordion-svg-icon {
    height: clamp(26px, 3vw, 32px);
    width: clamp(26px, 3vw, 32px);
    background: #DCE9F7;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: clamp(12px, 3vw, 24px);
}


.accordion-svg-icon,
.accordion-svg-icon svg path {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
}


.accordion-svg-icon svg path:nth-child(2) {
    transform-origin: center;
    transition: transform 0.4s ease;
}
.accordion-header[aria-expanded="true"]{
    color: #EE403D;
}
.accordion-header[aria-expanded="true"] .accordion-svg-icon {
    background-color: #EE403D;
    transform: translateY(-50%) rotate(180deg); 
}

.accordion-header[aria-expanded="true"] .accordion-svg-icon svg path:nth-child(2) {
    transform: rotate(90deg);
    stroke: #ffffff;
}

.accordion-header[aria-expanded="true"] .accordion-svg-icon svg path:nth-child(1) {
    stroke: #ffffff;
}
.accordion-item:has(.accordion-header[aria-expanded="true"]) {
    background: rgba(220, 233, 247, 0.20);
    border-bottom: 1px solid #EE403D;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    transition: all 0.3s linear;
}
.accordion-body {
    padding: 15px 24px 22px 24px;
    border-top: 1px solid #F1F5F9;
}
/* faq section */

/* cta section start */
.cta-section {
    border-top: 1px solid rgba(52, 79, 99, 0.10);
    border-bottom: 1px solid rgba(52, 79, 99, 0.10);
    background: rgba(220, 233, 247, 0.25);
    padding: clamp(32px, 5vw, 65px) 0;
}
.cta-section .container {
    max-width: 1146px;
}
.cta-section .row {
    --bs-gutter-x: clamp(24px, 5vw, 66px);
}

.cta-img-wrapper {
    max-width: 418px;
}
.cta-img-wrapper img {
    border-radius: 30px;
}

.cta-content-wrapper .banner-button-wrapper .btn-1.version-2 {
    padding: clamp(14px, 2vw, 18px)   clamp(16px, 2vw, 30px);
}
.cta-content-wrapper .banner-button-wrapper {
    gap: clamp(10px, 3vw, 19px);
}
/* cta section end */

/* footer section start */
.footer-area {
    border-top: 16px solid #EE403D;
}
.footer-area .container{
    max-width: 1240px;
}
.footer-logo {
    opacity: 0.15;
    max-width: 625px;
    margin-left: -96px;
    margin-top: -30px;
}
.footer-logo img {
    max-width: 100%;
    display: block;
}
.footer-top-area .col:nth-child(2) .footer-menu-area {
    margin-left: 28px;
}
.footer-menu-area {
    margin-top: 90px;
}
.footer-menu-area h6 {
    line-height: 1.33;
    letter-spacing: clamp(0.3px, 0.08vw, 0.6px);
}
.copy-right-text a , 
.other-link ,
.copy-right-text ,
.footer-link-info ,
.footer-menu-area ul li a {
    color: #DCE9F7;
    font-size: clamp(14px, 1.3vw, 15px);
    transition: all 0.3s linear;
}
.copy-right-text a:hover ,
.other-link:hover,
.footer-link-info:hover ,
.footer-menu-area ul li a:hover{
    color: #DB1F1F;
}
.footer-link-info {
    gap: 12px;
}
.footer-link {
    margin-bottom: clamp(16px, 3vw, 24px);
}
.footer-link:last-child {
    margin-bottom: 0;
}
.copy-right-text a ,
.other-link ,
.copy-right-text {
    font-size: 13px;
}
.other-link-wrapper {
    gap: clamp(12px, 2vw, 32px);
}
.footer-bottom-area {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: clamp(16px, 3vw, 24px)
    0
    clamp(24px, 5vw, 37px);
}

/* footer section end */


/* hero banner section start */
.hero-banner-section {
    padding: clamp(40px, 6vw, 70px) 0;
}

.hero-banner-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(52, 79, 99, 0.85);
    z-index: 1;
}
.section-sub-title {
    display: inline-block;
    color: #FFF;
    font-size: clamp(11px, 1.2vw, 12px);
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    padding: clamp(4px, 1vw, 5.5px)
    clamp(12px, 2vw, 15px)
    clamp(4px, 1vw, 4.5px);
    transition: all 0.3s linear;
    line-height: 1.5;
}
.hero-content-wrapper h1 {
    color: #9ECEF5;
    margin: clamp(20px, 5vw, 32px) 0;
    font-size: clamp(32px, 6vw, 50px);
}


.section-bottom-sub-title {
    color: rgba(255, 255, 255, 0.95);
    font-size: clamp(16px, 2.5vw, 20px);
    display: inline-block;
}
/* font weight */
.footer-content-wrapper p ,
.trust-badges-item  ,
.contact-btn ,
.section-bottom-sub-title{
    font-weight: 700;
}
/* font size 16 */
.coverage-locations .section-title-wrapper  p,
.coverage-locations .coverage-locations-button-wrapper  p,
.service-overview-content p ,
.benefits-section .section-title-wrapper p ,
.trust-badges-item  ,
.hero-content-wrapper p,
.contact-btn{
    font-size: 16px;
}
.hero-content-wrapper p {
    color: rgba(255, 255, 255, 0.85);
}
.footer-content-link ,
.footer-content-address-link a ,
.trust-badges-item  ,
.contact-btn {
    color: #FFF;
}
.footer-content-link ,
.contact-btn ,
.footer-content-link svg path,
.contact-btn svg path{
    transition: all 0.3s linear;
}
.contact-btn svg {
    margin-top: -4px;
}
.contact-btn:hover{
    color: #D91B1B;
}
.contact-btn:hover svg path{
    fill: #D91B1B;
}
.estimation-form {
    border-radius: clamp(12px, 2vw, 16px);
    background: #FFF;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.15);
    padding: clamp(20px, 4vw, 32px) clamp(20px, 4vw, 32px) clamp(20px, 3vw, 21.5px) clamp(20px, 4vw, 32px);
}

.contact-info label {
    color: #0A0A0A;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}
.estimation-form .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 12px;
}
.estimation-form .btn-1 {
    display: block;
    width: 100%;
    margin-top: clamp(10px, 2vw, 14px);
    margin-bottom: clamp(16px, 3vw, 24px);
    padding: clamp(14px, 2vw, 15.2px)
    clamp(16px, 2vw, 21px);
}

.form-button-wrapper p {
    color: #828282;
    font-size: 12px;
    margin-bottom: 0;
}
.hero-banner-section .section-bottom-sub-title {
    margin-bottom: 16px;
}
.hero-content-wrapper .contact-btn{
    margin-top: 16px;
}
.hero-content-wrapper {
    max-width: 664px;
}

/* hero banner section end */

/* trust badges section start */
.trust-badges-section {
    background: #3675BA;
    padding: clamp(20px, 4vw, 30px) 0;
}
.trust-badges-section .container{
    max-width: 934px;
}
.trust-badges-item svg {
    margin-top: -2px;
}
.trust-badges-wrapper {
    gap: clamp(24px, 5vw, 64px);
}


/* trust badges section end */


/* location-intro-section */
.location-intro-section {
    padding: clamp(56px, 8vw, 100px) 0;
}
.location-intro-section .container {
    max-width: 984px;
}

.location-intro-content h6 {
    margin-bottom: clamp(24px, 5vw, 40px);
}
.location-img {
    position: absolute;
    top: 25px;
    left: 50%;
    height: calc(100% - 50px);
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0.03;
    z-index: -1;
}
/* location-intro-section */

/* benefits-section  */
.benefits-section {
    padding: clamp(64px, 8vw, 120px)
    0
    clamp(96px, 12vw, 205px);
}

.benefits-section .section-title-wrapper {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
/* margin bottom 24px */
.service-overview-content p,
.benefits-section .section-title-wrapper p {
    margin-bottom: clamp(16px, 3vw, 24px);
}
.benefits-card-wrapper {
    margin-top: clamp(32px, 6vw, 60px);
}
.benefits-card {
    padding: clamp(16px, 3vw, 24px) clamp(13px, 1vw, 14px);
    border-radius: clamp(10px, 2vw, 14px);
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #3675BA;
}
.benefits-card-icon {
    border-radius: clamp(16px, 3vw, 24px);
    background: rgba(158, 206, 245, 0.25);
    height: clamp(40px, 5vw, 48px);
    width: clamp(40px, 5vw, 48px);
}
.benefits-card p {
    font-size: 16px;
}
.benefits-card-icon img {
    height: clamp(20px, 4vw, 28px);
    width: clamp(20px, 4vw, 28px);
}

.benefits-card-wrapper .row {
    --bs-gutter-x: clamp(20px, 2vw , 24px);
    --bs-gutter-y: clamp(20px, 2vw , 24px);
}

/* benefits-section  */

/* services overview */
.faq-section-area.version-2 ,
.coverage-locations  ,
.work-process-section ,
.service-overview {
    padding: clamp(64px, 8vw, 120px) 0;
}
.header-area.version-2 .container ,
.benefits-section .container ,
.footer-area.version-2 .container,
.cta-estimate-section .container ,
.work-process-section .container,
.service-overview .container {
    max-width: 1304px;
}
.faq-section-area.version-2 .container{
    max-width: 904px;
}
.service-overview .row {
    --bs-gutter-x: clamp(24px, 5vw, 80px);
}

.service-overview-inner-content {
    margin-top: clamp(20px, 5vw, 37px);
}
.service-overview-inner-content ul li ,
.service-overview-inner-content h6{
    color: #344F63;
}
.service-overview-inner-content h6 {
    font-size: clamp(16px, 2vw, 18px);
}
.service-overview-inner-content {
    margin-top: clamp(20px, 5vw, 37px);
}
.service-overview-inner-content ul li {
    font-size: clamp(14px, 1.5vw, 15px);
    font-weight: 400;
    gap: clamp(8px, 2vw, 12px);
    margin-bottom: clamp(8px, 2vw, 10px);
}
.service-overview-inner-content ul li:last-child{
    margin-bottom: 0;
}
.check-box-icon {
    width: clamp(20px, 3vw, 24px);
    height: clamp(20px, 3vw, 24px);
    border-radius: clamp(10px, 2vw, 12px);
    background: #3675BA;
}
.service-overview-inner-content ul {
    margin-bottom: clamp(24px, 5vw, 40px);
}
.residential-services-shape-img {
    height: clamp(100px, 15vw, 160px);
    width: clamp(100px, 15vw, 160px);
    margin-right: clamp(0px, 2vw, 20px);
    margin-top: clamp(-80px, -8vw, -50px);
}
.residential-services-shape-img img {
    max-width: clamp(40px, 9vw, 90px);
}
.service-overview-content {
    max-width: 640px;
}
.service-overview.version-2 .service-overview-content p{
    color: rgba(255, 255, 255, 0.85);
}
.service-overview.version-2 .service-overview-inner-content ul li ,
.service-overview.version-2 .service-overview-inner-content h6 {
    color: #fff;
}
.footer-content-link ,
.footer-content-address-link a ,
.service-overview.version-2 .service-overview-inner-content ul li{
    font-weight: 500;
}
/* services overview */

/* work-process-section */
.work-process-section {
    background: #FBFBFB;
}
.work-process-section .section-title-wrapper p {
    color: #717182;
}
.work-process-section .section-title-wrapper {
    max-width: 800px;
}
.work-process-section .section-title-wrapper ,
.faq-section-area.version-2 .section-title-wrapper {
    margin-bottom: clamp(32px, 6vw, 64px);
}
.work-process-card-wrapper .row {
    --bs-gutter-x: clamp(20px, 4vw, 32px);
}

.work-process-number {
    color: #FFF;
    font-family: "Rubik", sans-serif;
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 700;
    border-radius: 50%;
    background: #3675BA;
    height: clamp(44px, 6vw, 56px);
    width: clamp(44px, 6vw, 56px);
}

.work-process-card {
    border-radius: clamp(12px, 2vw, 16px);
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    padding: clamp(20px, 4vw, 30px);
    min-height: clamp(240px, 35vw, 305px);
}

.work-process-card h6 {
    font-size: clamp(18px, 2.5vw, 20px);
}
.work-process-card p {
    color: #828282;
    font-size: clamp(13px, 1.5vw, 14px);
    font-weight: 400;
    line-height: 1.5;
}

/* work-process-section */

/* coverage-locations */
.coverage-locations  .container{
    max-width: 904px;
}
.coverage-locations .section-title-wrapper  p,
.coverage-locations .coverage-locations-button-wrapper  p{
    color: rgba(255, 255, 255, 0.80);
}
.coverage-locations-info {
    gap: clamp(8px, 2vw, 12px);
    margin: clamp(32px, 6vw, 64px) 0;
}
.coverage-locations-info .location-btn {
    padding: 8px 12px;
    min-width: auto;
}
.coverage-locations-info {
    max-width: 600px;
}
/* coverage-locations */


/* cta-estimate */
.cta-estimate-section {
    padding: clamp(48px, 8vw, 80px) 0;
}

.cta-estimate-content-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(52, 79, 99, 0.75);
    z-index: 1;
}
.cta-estimate-section > .container > .row {
    --bs-gutter-x: clamp(24px, 3vw, 80px);
}
.cta-estimate-content-box {
    padding: clamp(32px, 6vw, 64px)
    clamp(24px, 6vw, 64px)
    clamp(48px, 9vw, 99px)
    clamp(24px, 6vw, 64px);
    max-width: 700px;
}

/* cta-estimate */


/* footer version 2  */
.footer-content-area {
    padding: clamp(64px, 8vw, 120px) 0 clamp(12px, 2vw, 16px);
}
.footer-area.version-2 .footer-bottom-area {
    padding: clamp(16px, 2vw, 29px)
    0
    clamp(8px, 2vw, 13px);
}
.footer-content-wrapper p
.footer-content-address-link a{
    font-size: clamp(13px, 1.5vw, 14px);
}
.footer-content-link ,
.footer-content-wrapper p ,
.footer-content-address-link a ,
.footer-content-address-link a ,
.footer-content-wrapper p{
    font-family: "Raleway", sans-serif;
}
.footer-content-wrapper p ,
.footer-content-wrapper p {
    line-height: 1.42;
}
.footer-content-wrapper p {
    color: rgba(255, 255, 255, 0.70);
    letter-spacing: -0.15px;
}
.footer-content-wrapper h5 {
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.5;
    letter-spacing: -0.312px;
}
.footer-content-link ,
.footer-content-wrapper p{
    font-size: clamp(13px, 1.5vw, 14px);
}
.footer-content-wrapper p {
    color: rgba(255, 255, 255, 0.70);
    letter-spacing: -0.15px;
}
.footer-content-link svg {
    margin-top: -3px;
}
.footer-content-address-link {
    gap: clamp(20px, 5vw, 44px);
}
.footer-content-link:hover{
    color: #DB1F1F;
}
.footer-content-link:hover svg path{
    fill: #DB1F1F;
}
.footer-img {
    position: absolute;
    top: -88px;
    left: 50%;
    opacity: 0.05;
    max-width: 571px;
    z-index: 1;
    pointer-events: none;
    transform: translateX(-50%);
    margin-left: -489px;
}
.footer-content-area .row {
    --bs-gutter-x: clamp(24px, 3vw, 84px);
}
.main-menu .sub-menu {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease-in-out;
    position: absolute;
    top: 49px;
    width: 360px;
    left: 0;
    margin-left: 0;
    padding: 0;
    z-index: 99;
    background-color: rgba(250, 144, 45, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid #D91B1B;
    padding: 20px 30px;
}
.main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}
.main-menu .sub-menu li {
    width: 100%;
    border-bottom: 1px solid #D91B1B;
}
.main-menu li:hover .sub-menu ul { left: 100%; top: 0px; }
.main-menu .sub-menu li a{padding: 15px 0; color: #145693}
.main-menu .sub-menu li:last-child{border: none}

/* footer version 2 */


.btn-1.sticky-btn {
    position: fixed !important;
    top: 30%;
    right: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    z-index: 9999;
    white-space: nowrap;
    border-radius: 6px 6px 0 0;
    padding: clamp(6px, 1vw, 12.5px) clamp(10px, 2vw, 39px);
    font-size: clamp(10px, 1vw, 16px);
}
