/*Main Css */

:root {
--primary: #D60909;
--secondary: #101828;
--white: #fff;

--font-heading: 'Segoe UI';
--font-body: 'Segoe UI';
--icon: "Font Awesome 6 Pro", sans-serif;
}

::selection {
background: var(--primary);
color: #fff;
text-shadow: none;
}

::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
display: none;
}

::-webkit-scrollbar-track-piece {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
border-radius: 10px;
background-color: var(--primary);
}

/* Tabbing CSS */

[class^="box-"] {
display: none;
}

[class^="box-"].showfirst {
display: block;
}

body {
font-family: var(--font-body);
overflow-x: hidden;
font-size: 16px;
color: var(--body-color);
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
}

body.inner-header {
padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-heading);
display: block;
color: var(--secondary);
text-transform: capitalize;
}

h1{
font-size: 60px;
font-weight: 700;
line-height: 73px;
letter-spacing: 0em;
text-align: left;

}

h2 {
font-size: 50px;
font-weight: 700;
line-height: 61px;
letter-spacing: 0em;
}

h2 span.text-bold {
font-weight: bold;
}

h4 {
font-size: 26px;
line-height: 1.12;
}

h6{
font-size: 14px;
font-weight: 600;
line-height: 1.71;
letter-spacing: 0.84px;
}

.text-primary{
color: var(--primary) !important;
}

.text-secondary{
color: var(--secondary) !important;
}

.btn {
padding: 18px 58px; 
text-transform: capitalize;
font-family: var(--font-heading) !important;
 
}

.btn:focus, .btn:active:focus{
box-shadow: none;
}

.btn i{
font-size: 14px;
font-weight: 600;
}

.btn-primary{
background-color: var(--primary);
border: 1px solid var(--primary);
color: var(--white) !important;

}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
background-color: transparent;
border: 1px solid var(--primary);
color: var(--primary) !important;


}


.btn-primary-border{
background-color: transparent;
border: 1px solid var(--white);
color: var(--white) !important;
}

.btn-primary-border:hover, .btn-primary-border:active, .btn-primary-border:focus{
background-color: var(--primary);
border: 1px solid var(--primary);
color: var(--white) !important;
}


.btn-secondary{
background-color: var(--secondary);
border: 1px solid var(--secondary);
color: var(--white) !important;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
background-color: transparent;
border: 1px solid var(--secondary);
color: var(--secondary) !important;
}

.btn-dark{
background-color: var(--dark);
border: 1px solid var(--dark);
color: var(--white) !important;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus{
background-color: transparent;
border: 1px solid var(--dark);
color: var(--dark) !important;
}

*:hover,
*:focus,
* {
outline: none !important;
}

img {
max-width: 100%;
height: auto;
}

a,
input[type="submit"] {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
display: inline-block;
cursor: pointer;
text-decoration: none;
}

span {
display: inline-block;
}
b{
    font-weight: 700;
}
textarea,
select,
input[type],
textarea,
select,
button {
font-family: var(--font-body);
font-weight: 400;
}

::-webkit-input-placeholder {
color: #a3a3a3;
font-weight: 400;
}

::-moz-placeholder {
color: #a3a3a3;
font-weight: 400;
}

:-ms-input-placeholder {
color: #a3a3a3;
font-weight: 400;
}

:-moz-placeholder {
color: #a3a3a3;
font-weight: 400;
}

::-moz-placeholder {
opacity: 1;
}

/* Padding Classes */
.pad-zero {
padding: 0px;
}
.pad-l-zero {
padding-left: 0px;
}
.pad-r-zero {
padding-right: 0px;
}
.ovr-hiddn {
overflow: hidden;
}
.overlay:after {
content: "";
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
}
.overlay {
display: none;
}
.overlay.active {
display: block;
}

/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}
.slick-slide {
margin: 0 15px;
}
.slick-dots {
padding: 50px 0 0;
text-align: center;
}
.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}
.slick-dots li button {
height: 8px;
width: 30px;
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
}
.slick-dots li.slick-active button {
background: #B6B9FC;
width: 55px;
}
/*header css*/

/* header {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
position: fixed;
background: transparent;
z-index: 1;
left: 0;
right: 0;
top: 0;
}
header.sticky{
background: white;
box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
top: 0;
} */

.main-header{
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}

/* .menuWrap {
display: flex;
align-items: center;
justify-content: center;
} */

.desktop-header .menuWrap {
display: flex;
align-items: center;
justify-content: end;
}
.logo {
display: inline-block;
}
.logo img {
display: block;
}

/* Hamburger Menu */
.menu-Bar {
width: 30px;
height: 20px;
cursor: pointer;
position: absolute;
right: 15px;
top: 0;
bottom: 0px;
margin: auto;
z-index: 22;
display: none;
}
.menu-Bar span {
display: block;
height: 4px;
width: 100%;
background: var(--primary);
position: absolute;
transition: 0.6s all;
border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
top: 0;
}
.menu-Bar span:nth-child(2) {
top: 8px;
transform-origin: left;
}
.menu-Bar span:nth-child(3) {
top: 16px;
}
.menu-Bar.open span:nth-child(1) {
transform: rotate(45deg);
top: 12px;
transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
width: 0;
opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
transform: rotate(-45deg);
top: 12px;
transform-origin: right-center;
}

.theme-bg-1{
    background-color:#fbf9fa;
}
/* Menu Css */
.menu {
font-size: 0px;
display: inline-block;
vertical-align: middle;
}

.menu-callnow {
color: var(--primary) !important;
background: transparent;
}

.menu-callnow i{
color: var(--dark) !important;
line-height: 2;
}

.menu > li {
display: inline-block;
vertical-align: middle;
padding: 0 0 0 30px;
}

.menu > li > a, .menu li a {
display: block;
font-family: var(--font-body);
font-size: 16px;
line-height: 19px;
font-weight: 500;
color: #000000;
}

.btn-header {
background: var(--primary);
color: white !important;
padding: 15px 20px;
border-radius: 8px;
font-weight: 400 !important;
}

.btn-header:hover{
transform: scale(1.03);
}

.menu > li :hover > a,
.menu > li.active > a {
color: var(--primary);
}

@keyframes scale-display {
0% {
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
}
@keyframes scale-display--reversed {
0% {
display: inline-flex;
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
99% {
display: inline-flex;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}
100% {
display: none;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}
}

@keyframes btotreverse {
0% {
top: 75px;
opacity: 1;
}
100% {
top: 115px;
opacity: 0;
}
}

@keyframes btot {
0% {
top: 115px;
opacity: 0;
}
100% {
top: 40px;
opacity: 1;
}
}

/* Main Banner CSS */


/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}
.slick-slide {
margin: 0 15px;
}
.slick-dots {
padding: 50px 0 0;
text-align: center;
}
.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}
.slick-dots li button {
height: 8px;
width: 30px;
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
}
.slick-dots li.slick-active button {
background: #B6B9FC;
width: 55px;
}

span.count {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.counter span.text-white {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.form-select, .form-select:focus {
background: transparent;
border: 1px solid #626262;
border-radius: 24px;
padding: 8px 34px 8px 29px;
color: #ddd;
font-size: 13px;
margin-bottom: 18px;
color: var(--bg-light);
box-shadow: none;
}

.slick-center button.slick-prev.slick-arrow {
position: absolute;
top: 96%;
left: 50%;
font-size: 0px;
width: 30px;
height: 30px;
border: none;
background-color: transparent;
z-index: 0;
}

.slick-center button.slick-prev.slick-arrow::before {
content: "\f177";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow {
position: absolute;
top: 92%;
right: 4%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 2;
}

.slick-center button.slick-next.slick-arrow {
position: absolute;
top: 96%;
right: 46%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 0;
}

.slick-center button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

/* .slider-for img{
width: 100%;
object-fit: cover;
object-position: center;
height: 454px;
margin-bottom: 16px;
}

.slider-nav img{
height: 174px;
width: 100%;
object-fit: cover;
object-position: center;
} */

.slick-center img {
width: 100%;
height: 500px;
}

.slick-center .slick-list.draggable {
padding: 0 24% 0 !important;
}

.slick-center .slick-slide {
margin: 0 70px;
}

.slick-center .slick-current img {
position: relative;
top: -41px;
}

.sliderDiv{
background-size: cover;
height: 1200px;
width: 100%;
background-repeat: no-repeat;
}

.socail-icons{
display: flex;
}

ul.socail-icons li i{
color: #fff;
font-size: 18px;
font-weight: 300;

}

ul.socail-icons li{
margin-right: 10px;
}

a.logo {
font-size: 30px;
color: var(--white);
font-family: var(--font-heading);
}

/* inner pages */

.inner-banner{
display: flex;
justify-content: center;
align-items: center;
padding-top: 200px;
padding-bottom: 193px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.inner-banner .content h1 {

}

/* inner pages */

.footer-border {
height: 1px;
margin: 61.5px 83px 29px 177px;
background-color: rgba(255, 255, 255, 0.1);
margin-top: 60px;
}

ul.footer-social-icons{
display: flex;
margin-top: 20px;
}

ul.footer-social li a {
font-size: 16px;
line-height: 1.5;
text-align: left;
color: var(--white);
margin-bottom: 15px;
}

ul.footer-social li a i {
color: var(--primary);
margin-right: 17px !important;
}

ul.footer-social li a:hover{
color: var(--primary);
}

ul.footer-social-icons li {
margin-right: 12px;
}

ul.footer-social-icons li a{
color: #99A1AF;
background-color: transparent;
display: flex;
align-items: center;
justify-content: center;
height: 38px;
width: 38px;
border-radius: 50%;
}

ul.footer-social-icons li a i {
font-size: 22px;
}

.menu-Bar a.logo {
font-size: 45px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: normal;
text-align: left;
color: #1dd3b0;
}

.menu > li > a:hover {
color: var(--primary);
}
 
ul.breadcrumb-menu {
display: block;
text-transform: uppercase;
}

ul.breadcrumb-menu li {
display: inline-block;
vertical-align: middle;
position: relative;
color: var(--primary);
font-size: 14px;
font-weight: 600;
line-height: 1.71;
letter-spacing: 0.84px;
}

ul.breadcrumb-menu li a {
color: var(--dark-light);
}

ul.breadcrumb-menu li+li {
margin-left: 0px;
}

ul#counter {
display: flex;
align-items: center;
gap: 7rem;
/* padding: 24px 36px; */
/* border-radius: 8px; */
/* box-shadow: 0 10px 33px 0 rgba(130, 130, 130, 0.2); */
/* background-color: #222; */
/* margin-top: -112px;*/
}
.counter-wrapper .counter {
display: flex;
align-items: center;
gap: 20px;
}
.counter-wrapper .counter span.count {
font-weight: 700;
font-size: 45px;
color: #000;
}
ul#counter li .counter>div {
font-weight: 600;
line-height: 1;
font-size: 38px;
color: #fff;
/* padding-bottom: 10px; */
flex-shrink: 0;
}
ul#counter li {
background-repeat: no-repeat;
background-position: center;
width: 100%;
text-align: center;
line-height: 28px;
display: flex;
align-items: center;
justify-content: center;
}
ul#counter li .counter span.text {
font-family: var(--font-body);
font-size: 14px;
line-height: 2;
letter-spacing: normal;
text-align: left;
color: var(--white);
font-weight: normal;
}

ul#counter li:nth-child(1) .counter>div {
color: #ec4e52;
}
ul#counter li:nth-child(2) .counter>div {
color: #ebd142;
}
ul#counter li:nth-child(3) .counter>div {
color: #62a488;
}

.counter span.text-dark {
font-weight: 600;
font-size: 30px;
}

/* ------- */

.index-slider-news button.slick-prev.slick-arrow {
position: absolute;
top: 23%;
left: -68px;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
z-index: 2;
line-height: 0;
border-radius: 50%;
}

.index-slider-news button.slick-prev.slick-arrow::before {
content: "\f104";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.index-slider-news button.slick-next.slick-arrow {
position: absolute;
top: 23%;
right: -70px;
border: none;
background-color: transparent;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
background-color: transparent;
line-height: 0;
border-radius: 50%;
z-index: 2;
}

.index-slider-news button.slick-next.slick-arrow::before {
content: "\f105";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.form-control {
border: 1px solid #D2D2D2;
margin-bottom: 20px;
border-radius: 0;
height: 35px;
}

/* Accordian */

.accordion-list {
position: relative;
}

.accordion-list li {
padding: 0px 0px 22px 2px;
cursor: pointer;
width: 100%;
margin: 0 auto;
border-bottom: 0;
background: white;
box-shadow: none;
border-radius: 0px;
margin-bottom: 0rem;
}

ul.accordion-list li span {
display: flex;
position: relative;
}

.accordion-list li h3 {
color: var(--secondary);
display: flex;
align-items: center;
font-size: 16px;
font-weight: 700;
line-height: 30px;
margin-right: 14px;
}

.accordion-list li.active h3 {
color: var(--primary);
font-size: 20px;

}

ul.accordion-list li h3:after {
content: "\f078";
font-family: "Font Awesome 5 Pro";
position: absolute;
right: 0;
right: 0;
color: var(--secondary);
transition: all 0.3s ease-in-out;
font-size: 14px;
font-weight: 900;
top: 0;
}

.accordion-list li.active h4::after {
color: #9CA3AF;
content: "\f077";
}

ul.accordion-list li.active h3:after {
content: "\f077";
color: var(--primary);
}

.answer p {
margin-top: 16px;
color: #555555;
font-size: 16px;
font-weight: 400;
line-height: 30px;
}

/* Accordian */

/* Subscription */

.subscribe {
border: solid 1px #c9cbd6;
height: 60px;
margin-top: 18px;
border-radius: 5px;
position: relative;
overflow: hidden;
}

.subscribe button.btn-subscribe {
text-transform: uppercase;
display: inline-block;
height: 58px;
border-radius: 0;
border: none;
background: var(--primary);
position: absolute;
right: 0;
top: 0;
bottom: 0;
padding: 0 35px;
font-size: 13px;
font-weight: 600;
line-height: 1.23;
text-align: center;
color: var(--white);
}

.subscribe input.form-control {
border: none;
/* width: 100%; */
padding: 8px 13px;
height: 100%;
margin: 0;
display: inline-block;
color: var(--secondary);
background-color: transparent;
padding-right: 9.5rem;
}

/* Subscription */

.sec-pad{
padding-top: 50px;
padding-bottom: 50px;
}

/* topbar */

.top-bar {
padding: 0.25rem 0;
background: #DC2626;
}

.top-social-icons {
display: flex;
justify-content: end;
gap: 20px;
}

.top-contact-info {
display: flex;
gap: 22px;
justify-content: center;
}

.top-contact-info li {
display: flex;
gap: 10px;
align-items: baseline;
}


.top-contact-info li i {
color: var(--white) ;
}

.top-contact-info li a {
color: var(--white) ;
font-size: 16 !important;
line-height: 24px;
font-weight: 700;
}

.top-social-icons li a i{
color: var(--white);
}

/* topbar */

/* contact page */

.contactIconBg li {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}

.contactIconBg .icon{
width: 50px;
height: 50px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: var(--white);
background-color: var(--primary);
}

/* contact page */

.related-slider span.arr-left {
top: 35%;
position: absolute;
left: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

.related-slider span.arr-right {
top: 35%;
position: absolute;
right: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

footer{
background-color: #101828;
}

footer .border-top {
border-top: 1px solid #808080!important;
}

.f-logo {
font-size: 30px;
text-align: left;
color: var(--white);
font-family: var(--font-heading);
line-height: normal;
}

.f-logo:hover {
color: var(--white);
}
.f-logo img{
    filter: grayscale(100);
}

.f-logo-content {
margin-top: 7px;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: normal;
color: #99A1AF;
}

.f-menu {
margin-top: 30px;
}

.f-menu .f-icon-box {
display: flex;
align-items: baseline;
gap: 20px;
margin-bottom: 10px;
}

.f-menu .f-icon-box a, .f-menu .f-icon-box p{
color: #99A1AF;
font-size: 16px;
line-height: 24px;

}

.f-menu .f-icon-box i{
color: var(--primary);
}

ul.f-menu li a {
color: #99A1AF;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: normal;
margin-bottom: 15px;
}

ul.f-menu li a:hover{
color: var(--primary);
}

.footer-content{
padding-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #1E2939;
}

footer h6{
font-family: var(--font-heading);
color: var(--white);
position: relative;
font-size: 18px;
font-weight: 700;
line-height: 28px;
}

.copyright {
padding-top: 11px;
padding-bottom: 11px;
background: transparent;
}

.copyright p{
font-family: var(--font-body);
font-size: 14px;
line-height: 20px;
letter-spacing: normal;
font-weight: 400;
color: #6A7282;
}
.copyright a{
    font-family: var(--font-body);
font-size: 14px;
line-height: 20px;
letter-spacing: normal;
font-weight: 400;
color: #6A7282;
}

.inner-service-page.water-damage{
    background-image: linear-gradient(#10182891, #101828f5), url('../images/restoration-services.png');
}

.inner-service-page.mold-remediation{
    background-image: linear-gradient(#10182891, #101828f5), url('../images/mold-remediation-back.png');
}

.inner-service-page.fire-damage{
    background-image: linear-gradient(#10182891, #101828f5), url('../images/fire-damage-restoration-back.png');
}

.inner-service-page.reconstruction{
    background-image: linear-gradient(#10182891, #101828f5), url('../images/reconstruction-service-back.png');
}

.mainBanner {
height: auto;
width: 100%;
display: flex;
align-items: center;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
position: relative;
z-index: 1;
padding: 100px 0;
background-image: linear-gradient(#10182891, #101828f5), url('../images/herosection.png');

}
.mainBanner::after{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
  
    
}

.mainBanner .hero-content h1{
font-size: 48px;
line-height: 52.8px;
text-align: center;
font-weight: 700;
color: #fff;

}
.mainBanner .hero-content p{
font-size: 24px;
line-height: 32px;
text-align: center;
color: #E5E7EB;
font-weight: 100;
margin-top: 24px;
margin-bottom: 42px;
}
.mainBanner .hero-content  .hero-btn-box{
text-align: center;
display: flex;
gap:20px;
justify-content: center;
}
.mainBanner .hero-content ul{
    margin-top: 50px;
    display: flex;
    gap: 0px;
        justify-content: space-around;
}
.mainBanner .hero-content ul li{
font-size: 16px;
line-height: 24px;
text-align: center;
color: #fff;
font-weight: 400;
    display: flex;
    align-items: center;
    gap:10px;
    background-color: rgba(255, 255, 255, 0.1);
        padding: 5px 10px;
    border-radius: 50px;
    width: fit-content;
}
.mainBanner .hero-content ul li img{
flex-shrink: 0;
}
.mainBanner .btn-primary:hover{
    background-color: #f54a00;
    border: 1px solid #f54a00 !important;
    color: #fff !important;
}

section.about .content h2{
font-size: 48px;
    line-height: 52.8px;
    font-weight: 700;
    color: #101828;
}

section.about .content p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 100;
    margin-top: 18px;
    margin-bottom: 18px;
    color: #101828;
}


section.about .content .btn-primary{

}


/* Menu Dropdown CSS ---------------------------------------------------------------->*/

.menu li {
    position: relative;
    list-style: none;
}
/* Nested dropdown (right side) */
.sub-menu .sub-menu {
    top: 0;
    left: 100%;
        border: 1px solid #eee;
}

.menu-item-has-children .sub-menu li{
    width: 100%;
}

.menu-item-has-children .sub-menu li a{
    font-family: var(--font-heading);
    color: var(--primary);
    font-weight: 400;
    padding: 15px 10px;
    width: 100%;
} 
.menu > li > a {
    display: block;
    font-family: var(--font-heading);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #364153;
}
.menu, .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 11;
}
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #eee;
    min-width: 150px;
} 



.menu-item-has-children .sub-menu li:hover > a{
    background-color: var(--primary);
    color: var(--white);
}
/* Show on hover */
.menu-item-has-children:hover > .sub-menu {
    display: block;
    border: 1px solid #eee;
}

.main-header ul.dropdown-menu{
    margin-top: 10px;
    width: 250px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
                0 8px 10px -6px rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
    transform: translateY(-8px);
    transition: all 0.2s ease;
}
.main-header ul.dropdown-menu li{
padding: 10px 10px;
}
.main-header ul.dropdown-menu li:hover{
background-color: #eee;
}


.main-header ul.dropdown-menu li:hover > .dropdown-menu {
    left: 100%;
    top: 0;
    display: block;
    
}
.main-header .dropdown:hover > ul.dropdown-menu {
    display: block !important;
    border: 1px solid #eee;
}



/* Menu Dropdown CSS ---------------------------------------------------------------->*/
.main-header a.btn-primary {
    display: block;
    font-family: var(--font-heading);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #364153;
    padding: 10px 10px;
}
.main-header a.btn-primary:hover{
    background-color: #f54a00;
    color: #fff !important;
    border: 2px solid #fff;
}

/* ------------------------------------Stats-section----------------------------------- */

section.stats-section{
background: #1E40AF0D;

}

.stats-grid {

    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    justify-content: space-around;
}

.stat-item {
    text-align: center;
}

.stat-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--primary-color, #2563eb);
    opacity: 0.8;
    transition: transform 0.3s ease;
}

.stat-item:hover .stat-icon {
    transform: scale(1.1);
}

.stat-number {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #101828;
    margin-bottom: 8px;
}

.stat-title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    color: #4b5563;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ------------------------------------Stats-section----------------------------------- */



/* ------------------------------------Service-section----------------------------------- */


/* =========================
   SERVICE CARD
========================= */

.service-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    display: flex;
    flex-direction: column;
    height: 100%;

    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.12);
}
/* =========================
   IMAGE
========================= */

.service-image {
    position: relative;
    height: 192px;
    width: 100%;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.1);
}


/* IMAGE OVERLAY */

.image-overlay {
    position: absolute;
    inset: 0;

    background: transparent;

    transition: background-color 0.3s ease;
}

.service-card:hover .image-overlay {
    background-color: rgba(0, 123, 255, 0.2);
}


/* =========================
   CONTENT
========================= */

.service-content {
    padding: 32px;

    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-content h3 {
    margin: 0 0 12px;

    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;

    color: #111827;

    transition: color 0.3s ease;
}

.service-card:hover .service-content h3 {
    color: var(--primary);
}


.service-content p {
    margin: 0 0 24px;

    font-size: 16px;
    line-height: 1.6;

    color: #4b5563;

    flex-grow: 1;
}


/* =========================
   LEARN MORE BUTTON
========================= */

.learn-more {
    display: inline-flex;
    align-items: center;

    width: fit-content;

    font-weight: 600;
    text-decoration: none;

    color: var(--primary);

    transition: color 0.3s ease;
}

.learn-more:hover {
    color: #111827;
}


.learn-more svg {
    width: 16px;
    height: 16px;

    margin-left: 8px;

    transition: transform 0.3s ease;
}

.service-card:hover .learn-more svg {
    transform: translateX(4px);
}

/* ------------------------------------Service-section----------------------------------- */



/* -----------------------------------EMERGENCY--section----------------------------------- */
/* =========================
   EMERGENCY SECTION
========================= */

.emergency-section {
    position: relative;
    overflow: hidden;
    padding: 64px 0;

    background: linear-gradient(
        to right,
        #ea580c,
        #dc2626
    );

    color: #ffffff;
}


/* =========================
   BACKGROUND ICON
========================= */

.emergency-bg-icon {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0.1;
    pointer-events: none;
}

.emergency-bg-icon svg {
    width: 300px;
    height: 300px;
}


/* =========================
   CONTAINER
========================= */

.emergency-container {
    position: relative;
    z-index: 2;

    max-width: 1280px;
    margin: 0 auto;

    padding: 0 16px;
}


/* =========================
   MAIN CONTENT
========================= */

.emergency-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}


/* =========================
   LEFT TEXT
========================= */

.emergency-text {
    flex: 1;
}

.emergency-text h2 {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
}

.emergency-services {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.4;

    font-weight: 200;

    color: #ffedd5;
}

.response-time {
    display: inline-block;
    margin: 0;
    padding: 4px 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    font-weight: 100;
    font-size: 16px;
}


/* =========================
   CONTACT AREA
========================= */

.emergency-contact {
    flex-shrink: 0;
}


/* =========================
   CALL BUTTON
========================= */

.emergency-call-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 20px 40px;

    border: 2px solid transparent;
    border-radius: 8px;

    background: #ffffff;
    color: #dc2626;

    font-size: 20px;
    line-height: 1.2;

    font-weight: 600;

    text-decoration: none;

    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);

    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.emergency-call-btn:hover {
    transform: scale(1.05);

    background: #f3f4f6;
    color: #b91c1c;

    border-color: #fecaca;
}

.emergency-call-btn svg {
    width: 20px;
    height: 20px;

    margin-right: 8px;
}


/* =========================
   DISPATCHER TEXT
========================= */

.dispatcher-text {
    margin: 12px 0 0;

    font-size: 14px;

    text-align: center;

    opacity: 0.8;
}
/* -----------------------------------EMERGENCY--section----------------------------------- */



/* -----------------------------------FEATURES--section----------------------------------- */
/* =========================
   FEATURES GRID
========================= */

.features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}


/* =========================
   FEATURE CARD
========================= */

.feature-card {
    position: relative;
    z-index: 1;
    min-height:400px;
    padding: 32px;

    background: linear-gradient(
        to bottom right,
        #f9fafb,
        #ffffff
    );

    border: 1px solid #e5e7eb;
    border-radius: 16px;

    overflow: hidden;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.18);

    border-color: rgba(249, 115, 22, 0.3);
}


/* =========================
   ICON
========================= */

.feature-icon-wrapper {
    margin-bottom: 24px;
}

.feature-icon.two {
   background: linear-gradient(to bottom right, #1e40af); 
}
.feature-icon {
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: linear-gradient(
        to bottom right,
        var(--primary)
    );

    color: #ffffff;

    box-shadow:
        0 10px 15px rgba(0, 0, 0, 0.15);

    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
}


/* =========================
   HEADING
========================= */

.feature-card h3 {
    margin: 0 0 16px;

    font-size: 20px;
    line-height: 1.3;

    font-weight: 700;

    color: #111827;

    transition: color 0.3s ease;
}

.feature-card:hover h3 {
    color: var(--primary);
}


/* =========================
   TEXT
========================= */

.feature-card p {
    margin: 0;

    font-size: 14px;
    line-height: 1.625;

    color: #4b5563;
}


/* =========================
   TOP RIGHT DECORATION
========================= */

.feature-corner {
    position: absolute;

    top: 0;
    right: 0;

    width: 80px;
    height: 80px;

    background: rgba(249, 115, 22, 0.05);

    border-bottom-left-radius: 100%;

    z-index: -1;

    transition: background 0.3s ease;
}

.feature-card:hover .feature-corner {
    background: rgba(249, 115, 22, 0.10);
}

/* -----------------------------------FEATURES--section----------------------------------- */


/* -----------------------------------Insurance--section----------------------------------- */

/* ==============================
   Header
================================ */
section.insurance-section{
background-color: #1E40AF0D;
}
.insurance-header {
  text-align: center;
  margin-bottom: 48px;
}

.insurance-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insurance-header h2 {
  margin: 0 0 32px;
  color: #1f2937;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
}

/* ==============================
   Button
================================ */

.insurance-button-wrapper {
  display: flex;
  justify-content: center;
}

.insurance-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 32px;

  color: #ffffff;
  background:var(--primary);

  border-radius: 8px;

  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  text-transform: uppercase;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.insurance-button:hover {
  background: var(--secondary);
  transform: scale(1.05);
  color:#fff;
}

.insurance-button:focus {
  outline: 2px solid var(--secondary);
  outline-offset: 2px;
}



/* ==============================
   Fade Effects
================================ */

.insurance-fade {
  position: absolute;
  top: 0;
  bottom: 0;

  width: 80px;

  z-index: 5;

  pointer-events: none;
}

.insurance-fade-left {
  left: 0;
  background: linear-gradient(
    to right,
    #f3f4f6,
    transparent
  );
}

.insurance-fade-right {
  right: 0;
  background: linear-gradient(
    to left,
    #f3f4f6,
    transparent
  );
}

/* ==============================
   Moving Track
================================ */

.insurance-track {
  display: flex;
  width: max-content;

  animation: insuranceScroll 35s linear infinite;
}

.insurance-track:hover {
  animation-play-state: paused;
}


/* ==============================
   Logos
================================ */

.insurance-logo {
  position: relative;

  width: 192px;
  height: 64px;

  margin: 0 16px;

  flex-shrink: 0;

  opacity: 0.7;

  transition:
    opacity 0.3s ease,
    filter 0.3s ease;
}

.insurance-logo img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: contain;

  filter: grayscale(100%);
}

.insurance-logo:hover {
  opacity: 1;
}

.insurance-logo:hover img {
  filter: grayscale(0%);
}

/* ==============================
   Animation
================================ */

@keyframes insuranceScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* -----------------------------------Insurance--section----------------------------------- */


/* -----------------------------------Process--section----------------------------------- */
.process-grid {
  position: relative;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 32px;

  width: 100%;
}

/* Connecting line */

.process-line {
  position: absolute;

  top: 60px;
  left: 0;

  width: 100%;
  height: 2px;

  background: #e5e7eb;

  z-index: 0;
}

/* Process Item */

.process-item {
  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;

  position: relative;

  z-index: 1;
}

/* Icon Outer Circle */

.process-icon-wrapper {
  position: relative;

  width: 128px;
  height: 128px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 24px;

  background: #ffffff;

  border: 4px solid #f3f4f6;

  border-radius: 50%;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);

  transition: border-color 0.3s ease;
}

.process-item:hover .process-icon-wrapper {
  border-color: #1E40AF;
}

/* Inner Icon */

.process-icon {
  width: 96px;
  height: 96px;

  display: flex;
  align-items: center;
  justify-content: center;

  color:  #1E40AF;

  background: rgba(37, 99, 235, 0.05);

  border-radius: 50%;

  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

.process-item:hover .process-icon {
  color: #ffffff;
  background: #1E40AF;
}

.process-icon svg {
  width: 40px;
  height: 40px;
}

/* Number Badge */

.process-number {
  position: absolute;

  top: 0;
  right: 0;

  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;

  background: var(--primary);

  border-radius: 50%;

  font-size: 14px;
  font-weight: 700;

  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Heading */

.process-item h3 {
  margin: 0 0 12px;

  color: #111827;

  font-size: 20px;
  line-height: 1.4;

  font-weight: 700;
}

/* Description */

.process-item p {
  margin: 0;

  padding: 0 16px;

  color: #4b5563;

  font-size: 14px;
  line-height: 1.625;
}
/* -----------------------------------Process--section----------------------------------- */

/* -----------------------------------Reviews--section----------------------------------- */

/* =========================================
   Header
========================================= */

.reviews-header {
  text-align: center;
  margin-bottom: 64px;
}

.reviews-header h2 {
  margin: 0 0 16px;

  color: #111827;

  font-size: 36px;
  line-height: 1.2;

  font-weight: 700;
}
.swiper-button-next svg, .swiper-button-prev svg {
    fill: transparent !important;
}

/* =========================================
   Rating
========================================= */

.rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 8px;
}

.rating-stars {
  display: flex;
  align-items: center;

  color: #f59e0b;
}

.rating-stars svg {
  width: 20px;
  height: 20px;

  fill: currentColor;

  stroke: currentColor;
}

.rating-wrapper span {
  color: #4b5563;

  font-size: 16px;
  font-weight: 500;
}


/* =========================================
   Review Slider
========================================= */

.review-slider {
  position: relative;

  width: 100%;
  max-width: 896px;

  margin: 0 auto;

  padding: 0 48px;
}


/* =========================================
   Navigation Buttons
========================================= */

.review-nav {
  position: absolute;

  top: 50%;

  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 8px;

  border: none;
  border-radius: 50%;

  background: #ffffff;

  color: #4b5563;

  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.1);

  cursor: pointer;

  transform: translateY(-50%);

  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.review-nav:hover {
  background: #f3f4f6;
  color: #1E40AF;

  box-shadow:
    0 6px 10px rgba(0, 0, 0, 0.12);
}

.review-nav svg {
  width: 24px;
  height: 24px;

  fill: none;
  stroke: currentColor;
  stroke-width: 2;

  stroke-linecap: round;
  stroke-linejoin: round;
}

.review-prev {
  left: 0;
}

.review-next {
  right: 0;
}


/* =========================================
   Review Card
========================================= */

.review-card {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;

  min-height: 420px;

  padding: 48px;

  overflow: hidden;

  text-align: center;

  background: #ffffff;

  border-radius: 16px;

  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.08);
}


/* Top Primary Border */

.review-card-top {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 8px;

  background: #1E40AF;
}


/* =========================================
   Quote Icon
========================================= */

.quote-icon {
  position: absolute;

  top: 32px;
  left: 32px;

  width: 48px;
  height: 48px;

  color: #e5e7eb;

  fill: currentColor;
}


/* =========================================
   Review Content
========================================= */

.review-content {
  position: relative;

  z-index: 2;

  width: 100%;

  padding-top: 24px;
}


/* =========================================
   Review Text
========================================= */

.review-text {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 160px;

  margin-bottom: 24px;
}

.review-text p {
  margin: 0;

  color: #374151;

  font-size: 24px;
  line-height: 1.6;

  font-weight: 500;

  font-style: italic;
}


/* =========================================
   Read More
========================================= */

.read-more {
  margin-bottom: 32px;

  padding: 0;

  border: none;

  background: transparent;

  color: #1E40AF;

  font-size: 16px;
  font-weight: 700;

  cursor: pointer;
}

.read-more:hover {
  text-decoration: underline;
}

.read-more:focus {
  outline: none;
}


/* =========================================
   Customer
========================================= */

.customer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customer-avatar {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 12px;

  border-radius: 50%;

  background: rgba(37, 99, 235, 0.1);

  color: #1E40AF;

  font-size: 18px;
  font-weight: 700;
}

.customer-info h4 {
  margin: 0 0 4px;

  color: #111827;

  font-size: 18px;
  font-weight: 700;
}

.customer-location {
  margin: 0 0 8px;

  color: #6b7280;

  font-size: 14px;
}


/* =========================================
   Service Tag
========================================= */

.service-tag {
  display: inline-block;

  padding: 4px 12px;

  border-radius: 999px;

  background: #f3f4f6;

  color: #4b5563;

  font-size: 12px;
  font-weight: 500;
}


/* =========================================
   Pagination Dots
========================================= */

.review-dots {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  margin-top: 32px;
}

.review-dot {
  width: 12px;
  height: 12px;

  padding: 0;

  border: none;
  border-radius: 999px;

  background: #d1d5db;

  cursor: pointer;

  transition:
    background-color 0.3s ease,
    width 0.3s ease;
}

.review-dot:hover {
  background: #9ca3af;
}

.review-dot.active {
  width: 32px;

  background: #1E40AF;
}
.swiper-pagination-bullet-active{
   background: #1E40AF !important; 
}
.swiper-pagination-bullet-active
 {
    width: 30px !important;
    border-radius: 5px !important;
}    


/* -----------------------------------Reviews--section----------------------------------- */


/* -----------------------------------CONTACT--section----------------------------------- */
/* =========================
   CONTACT SECTION
========================= */

.contact-section {
    background: #1E40AF0D;
}



/* =========================
   HEADER
========================= */

.contact-header {
    text-align: center;
    margin-bottom: 60px;
}

.contact-header h2 {
    margin: 0 0 16px;
    color: #111827;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.contact-header p {
    max-width: 760px;
    margin: 0 auto;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================
   MAIN WRAPPER
========================= */

.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
}


/* =========================
   CONTACT INFORMATION
========================= */

.contact-info {
    padding: 56px;
    background: #111827;
    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-info h3 {
    margin: 0 0 32px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 28px;
}

.contact-icon {
    width: 28px;
    margin-right: 16px;
    margin-top: 3px;

    color: #f97316;
    font-size: 20px;
}

.contact-info li strong {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

.contact-info li span:not(.contact-icon),
.contact-info li a {
    display: block;
    color: #9ca3af;
    text-decoration: none;
    font-size: 15px;
}

.contact-info li a {
    transition: color 0.3s ease;
}

.contact-info li a:hover {
    color: #fff;
}


/* =========================
   QUOTE
========================= */

.contact-quote {
    margin-top: 48px;
    padding: 24px;
    border-radius: 12px;
    background: #1f2937;
}

.contact-quote p {
    margin: 0;
    color: #d1d5db;
    font-size: 14px;
    line-height: 1.6;
    font-style: italic;
}


/* =========================
   FORM
========================= */

.contact-form-wrapper {
    padding: 56px;
    background: #fff;
}

.contact-form {
    width: 100%;
}


.form-group {
    margin-bottom: 15px;
}

.full-width {
    grid-column: span 2;
}

.form-group label {
    display: block;
    margin-bottom: 6px;

    color: #374151;
    font-size: 14px;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    box-sizing: border-box;

    padding: 13px 16px;

    border: 1px solid #d1d5db;
    border-radius: 8px;

    background: #fff;
    color: #111827;

    font-family: inherit;
    font-size: 15px;

    outline: none;

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #2563eb;

    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.form-group textarea {
    resize: none;
}




/* =========================
   BUTTON
========================= */

.submit-btn {
    width: 100%;
    padding: 15px 24px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    border: none;
    border-radius: 8px;

    background: #1E40AF;
    color: #fff;

    font-size: 18px;
    font-weight: 600;

    cursor: pointer;

    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.submit-btn:hover {
    background: #1E40AF;
    transform: scale(1.02);
}

/* -----------------------------------CONTACT--section----------------------------------- */

/* -----------------------------------location--section----------------------------------- */


  .location-header {
    text-align: center;
    margin-bottom: 3rem;
  }

  .location-subtitle {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
  }

  .location-title {
    font-size: 38px;
    line-height: 2.25rem;
    font-weight: 900;
    color: #111827;
    margin: 0 0 1rem;
  }

  .location-title .highlight {
    color: #2563eb;
  }

  .location-description {
    color: #4b5563;
    max-width: 42rem;
    margin: 0 auto;
  }

  .map-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow:
      0 20px 25px -5px rgba(0, 0, 0, 0.1),
      0 8px 10px -6px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
  }

  .map-wrapper iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: 0;
  }

  .location-grid {
    display: flex;
    gap: 1.5rem;
  }

  .location-card {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    box-shadow:
      0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -2px rgba(0, 0, 0, 0.1);
      width: 100%;
  }

  .location-card h3 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
  }

  .location-card p {
    color: #111827;
    font-weight: 700;
    margin: 0;
  }

  .location-card .small-text {
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 0.25rem;
  }

  .location-card a {
    color: #111827;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .location-card a:hover {
    color: #6b7280;
  }

 .water-damage-service .feature-card {
    min-height: 200px;
}





/* ----------------------------------------------Inner Water cause section ------------------------*/
.water-causes-section {

    background: linear-gradient(
        135deg,
        #111827 0%,
        #1f2937 100%
    );
    color: #fff;
    position: relative;
    overflow: hidden;
}


/* Background Pattern */
.water-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.10;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat;
}

/* Content */
.water-content h2 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 24px;
    color: #fff;
}

.water-content h3 {
    font-size: 24px;
    line-height: 1.6;
    color: var(--primary);
    margin: 0px 0px;
    font-weight: 900;
    margin: 0 0 18px;
}

.water-description {
    font-size: 20px;
    line-height: 1.6;
    color: #d1d5db;
    margin: 0 0 18px;
}


/* List */
.water-causes-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.water-causes-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.water-causes-list li:last-child {
    margin-bottom: 0;
}



/* SVG Icon */
.water-content .water-causes-list svg{
width: 24px;
    height: 24px;
    min-width: 24px;
    margin-top: 4px;
    margin-right: 16px;

    fill: none;
    stroke: var(--primary);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    position: inherit;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: initial;
    margin-right: 10px;
}
.water-causes-list svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-top: 4px;
    margin-right: 16px;

    fill: none;
    stroke: var(--primary);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}


/* List Text */
.water-causes-list span {
    font-size: 18px;
    line-height: 1.6;
    color: #e5e7eb;
}


/* Image */
.water-image {
    position: relative;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;

    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.water-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.water-damage-section{
    position: relative;
}
.water-damage-section .water-content h2{
color: #101828;
}

.water-damage-section .water-description{
color: #4a5565;
}
.water-damage-section .water-causes-list span{
    color: #4a5565;
}
.water-damage-section .water-causes-list svg{
    stroke-width: 1;
        width: 24px;
    height: 24px;
    min-width: 24px;
    margin-top: 4px;
    margin-right: 16px;

    fill: none;
    stroke: var(--primary);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.water-damage-service .feature-card.two{
   display: flex; 
   gap: 30px;
}

/* FAQ Section */
.faq-section {
  background-color: #f9fafb;
}


/* Heading */
.faq-title {
  margin: 0 0 48px;
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
}


/* Question Button */
.accordion-item .accordion-button{
  width: 100%;
  padding: 24px 32px;
  border: 0;
  background: #fff;
  color: #111827;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  text-align: left;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;

  cursor: pointer;
  transition: background-color 0.3s ease;
}

.accordion-item .accordion-button:focus {
  background-color: #f9fafb;
border: 0;
box-shadow: none;
}


.accordion-body {

  padding: 24px 32px;
  border-top-color: #e5e7eb;
}

.accordion-body p {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.7;
}



/* =======================-================================================================================================================
   BLOG CARD
========================= */

.blog-card {
    display: flex;
    flex-direction: column;

    background: #ffffff;

    border-radius: 16px;
    overflow: hidden;

    text-decoration: none;

    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
}


/* =========================
   BLOG IMAGE
========================= */

.blog-image {
    position: relative;

    width: 100%;
    height: 256px;

    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}


/* =========================
   CATEGORY
========================= */

.blog-category {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--primary);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 999px;
}


/* =========================
   CONTENT
========================= */

.blog-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
/* =========================
   META
========================= */

.blog-meta {
    display: flex;
    align-items: center;

    gap: 16px;

    margin-bottom: 16px;

    color: #6b7280;

    font-size: 14px;
}

.blog-meta-item {
    display: flex;
    align-items: center;
}

.blog-meta-item svg {
    width: 16px;
    height: 16px;

    margin-right: 6px;

    color: var(--primary);

    flex-shrink: 0;
}


/* =========================
   TITLE
========================= */

.blog-content h3 {
    margin: 0 0 12px;

    font-size: 20px;
    line-height: 1.4;

    font-weight: 700;

    color: #111827;

    transition: color 0.3s ease;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
}

.blog-card:hover .blog-content h3 {
    color: var(--primary);
}


/* =========================
   DESCRIPTION
========================= */

.blog-description {
    margin: 0 0 24px;

    font-size: 14px;
    line-height: 1.6;

    color: #4b5563;

    flex: 1;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    overflow: hidden;
}


/* =========================
   READ ARTICLE
========================= */

.read-article {
    display: flex;
    align-items: center;

    margin-top: auto;

    color: var(--primary);

    font-size: 14px;
    font-weight: 600;
}

.read-article svg {
    width: 16px;
    height: 16px;

    margin-left: 8px;
}

.blog-card:hover .read-article {
    text-decoration: underline;
}

/* ================================================================================================================================
   WATER CAUSES SECTION
========================= */
.what-cause-sec{
background-color: #fbf9fa;
}
/* =========================
   SECTION HEADING
========================= */

.water-causes-heading {
    max-width: 768px;
    margin: 0 auto 64px;
    text-align: center;
}

.water-causes-heading h2 {
    margin: 0 0 24px;
font-size: 48px;
    line-height: 52.8px;
    font-weight: 700;
    color: #101828;
}

.water-causes-heading p {
    margin: 0;

    font-size: 18px;
    line-height: 1.6;

    color: #4b5563;
}


/* =========================
   CAUSES LIST
========================= */

.water-causes-list {
    max-width: 768px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    gap: 16px;
}


/* =========================
   CAUSE ITEM
========================= */

.water-cause-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;

    padding: 24px;

    background: #ffffff;

    border: 1px solid #e5e7eb;
    border-radius: 12px;

    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.water-cause-item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}


/* =========================
   ICON
========================= */

.water-cause-icon {
    width: 32px;
    height: 32px;

    min-width: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 4px;

    border-radius: 50%;
    position: relative;
    background: rgba(37, 99, 235, 0.1);
}

.water-cause-icon svg {
    width: 18px;
    height: 18px;
  stroke: #1e40af;
}


/* =========================
   TEXT
========================= */

.water-cause-item p {
    margin: 0;

    font-size: 16px;
    line-height: 1.625;

    color: #374151;
}

.service-areas-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin: 32px 0;
}

.service-areas-inner span {
    background-color: #f3f4f6;
    color: #1f2937;

    padding: 8px 16px;
    border-radius: 999px;

    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}


span.wpcf7-form-control-wrap {
    width: 100%;
}