:root {
    --main-color: #2563eb;
    --second-color: #1B1B1B;
    --light-orange: #fdf1ea;
    --dark--color: #1B1B1B;
    --text-color: #444444;
    --padding-space: 80px 0;
    --transtion-time: all 0.4s;
    --accent-color: #2563eb;
    scroll-behavior: unset;
}

body,
input,
select,
textarea,
button,
.btn {
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;

    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: 500;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    color: var(--second-color);
    font-weight: 800;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 59px;
}

h2,
.h2 {
    font-size: 50px;
}

h3,
.h3 {
    font-size: 40px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 14px;
}

h1 {
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 1.1em;
}

h2 {
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    color: #1B1B1B !important;
    line-height: 48px;
}

h3 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-size: 22px;
}

.text-dark {
    color: #1B1B1B !important;
}

p {
    font-size: 18px;
    color: var(--text-color);
}

p.intro-text {
    font-size: 20px;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize;
}

::placeholder {
    font-size: 14px;
}

.text-sec-color {
    color: #72a046;
}

.bg-gray {
    background-color: #e8e8e8;
}

.bg-blue {
    background-color: #00063a;
}

.sec-header {
    text-align: center;
    margin-bottom: 30px;
}

.sec-header span {
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
}


.btn-main {
    line-height: 1;
    padding: 0.8em;
    padding-right: 1.5em !important;
    padding-left: 1.5em !important;
    color: #ffffff !important;
    font-size: 17px;
    /* font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important; */
    font-weight: 600 !important;
    background-color: #2563eb;
    /* text-shadow: 0 1px 4px rgba(0, 0, 0, .2); */
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05), inset 0 1px 1px 0 rgb(255 255 255 / 45%);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-main:active {
    box-shadow:
        inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    transform: translateY(0.5px);
}

.section-headline {
    text-align: center;
}

.btn-main:hover {
    background-color: #030712;
    color: #fff;
}

.author-info span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #777;
}



.google-badge-container {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 50;
}

.google-badge-card {
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    /* border: 1px solid #ddd; */
    width: fit-content;
}

.top-accent-border {
    height: 6px;
    background-color: #4fce6a;
    width: 100%;
}

.badge-content {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    gap: 8px;
}

.google-logo-box img {
    width: 40px;
    height: auto;
}

.google-text-box {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    gap: 3px;
}

.rating-label {
    /* font-family: "Arial", sans-serif; */
    color: #333;
    display: flex !important;
    gap: 4px;
    align-items: center;
    justify-content: start;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    line-height: normal;
}

.rating-stars-row {
    display: flex;
    align-items: center;
    gap: 4px;
    /* margin: 1px 0; */
}

.rating-number {
    font-family: arial;
    font-size: 14.5px;
    font-weight: 700;
    color: #fb8e28;
}

.stars-gold {
    color: #fbbc00;
    font-size: 14px;
    letter-spacing: 1px;
}

.rating-footer {
    font-size: 11px;
    color: #777;
    font-weight: 400;
}

#our-services .btn-main {
    width: 100%;
}

.form-group {
    /* margin-block: 10px; */
    margin-block: 8px;
}

.service-link {
    display: block;
    cursor: pointer;
}

.service-card {
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 20px !important;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.service-card img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    /* min-height: 120px; */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.service-card-body {
    display: flex;
    flex-direction: column;
    padding: 20px 16px 20px 0;
}

.service-card h4 {
    font-size: 17px;
    font-weight: 700;
}

.service-card p {
    font-size: 14px;
    line-height: 1.5;
    flex-grow: 1;
}

.verify {
    margin-left: 4px;
    max-width: 16px;
}

.emergency-badge {
    margin-top: 30px;
}

.emergency-badge img {
    max-width: 270px;
}

.service-card .text-success {
    font-size: 14px;
    color: var(--main-color) !important;
}

#scroll .icon-star {
    color: #fb8e28;
    font-size: 20px !important;
}

.scroll-body span {
    font-size: 20px;
    font-weight: 600;
    color: #fb8e28;
}

/* navbar */
.navbar {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    padding: 10px 0;
}

.open-now {
    background: #f8fdf0;
    border: 1px solid #e1f2d1;
    border-radius: 50px;
    padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.open-now-text {
    font-size: 14px;
    font-weight: 700;
    color: #4b8300;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#current-time {
    /* font-family: 'Courier New', Courier, monospace; */
    font-size: 20px;
    color: #333;
    background: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #eee;
    min-width: 115px;
    text-align: center;
}




.nav-call i {
    transform: rotate(-10deg);
}

.nav-call {
    color: var(--main-color);
    font-size: 26px;
    font-weight: 700;
    transition: var(--transtion-time);
}

.nav-call:hover {
    text-decoration: underline;
}

.logo-text-wrapper {
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 800;
}

.logo-top-text {
    font-size: 18px;
    color: #36404c;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.logo-bottom-text {
    font-size: 18px;
    color: #2563eb;
    font-weight: 800;
}

@media (max-width: 768px) {
    .navbar .container {
        flex-direction: column;
        gap: 10px;
    }

    .logo-top-text,
    .logo-bottom-text {
        font-size: 16px;
    }

    .open-now {
        padding: 4px 10px;
    }

    .open-now-text {
        font-size: 12px;
    }

    #current-time {
        font-size: 16px;
        min-width: 100px;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px !important;
    padding-left: 12px !important;
}

.navbar .icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--lime-green);
    border-radius: 50%;
    color: black;
}

.navbar .navbar-toggler {
    border: solid 1px var(--second-color);
    padding: 9px 18px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar .navbar-toggler i {
    font-size: 24px;
}

.nav-logo {
    max-width: 80px;
}

.menu-icon {
    color: var(--second-color);
}

.navbar-nav .nav-link {
    color: var(--second-color);
    font-weight: 600;
}

.navbar-nav .nav-link:hover {
    color: var(--main-color);
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--main-color);
}

.navbar .emergency-call {
    color: var(--second-color);
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: bold;
}

.navbar .emergency-call a {
    color: var(--second-color);
    text-decoration: none;
}

/* header */

#header {
    background-color: #edf2f3;
    background-position: 50% 10%;
    background-size: cover;
    padding-top: 108px;
    padding-bottom: 20px;
    /* min-height: 80vh; */
    border-radius: 25px;
}

.form-container .title {
    padding: 22px 5px 22px;
    color: #f9fafb;
    background-color: #1b1b1b;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.form-container form {
    background-color: rgba(52, 52, 52, 0.6);
    padding: 20px 6px 20px;
}

#header .form-container .title h4 {
    color: #fefefe;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 6px;
}

#header .form-container .title p {
    font-size: 17px;
    color: #fff;
}

.header-span {
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 25.1px rgba(55, 187, 213, 0.1);
    border-radius: 80px;
    width: fit-content;
    padding: 12px 36px;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    letter-spacing: -0.003em;
    margin-right: 20px;
    margin-bottom: 20px;
}

.header-img-wrapper {
    border-radius: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/hero-bg-1.webp");
    background-position: 85% center;
    background-size: cover;
    height: 100%;
}

.list {
    margin-top: 0;
}

.header-brands {
    width: 160px;
    margin-bottom: 10px;
    margin-right: 10px;
}

#header .btn-submit {
    width: 100%;
    background-color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 3px;
    font-size: 18px;
    padding: 13px 0;
    color: #fefefe;
    font-weight: 600;
    transition: all 0.2s ease;
    margin-top: 20px;
    transition: var(--transtion-time);
}

#header .btn-submit:hover {
    background-color: var(--second-color);
    border-color: var(--second-color);
    color: var(--main-color);
}

#header .form-container label {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    text-shadow: none;
    font-size: 13px;
    color: #fefefe;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 20px;
    display: block;
}

#header .form-container label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

/* svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
} */

header#headerContent {
    padding: 80px 0 70px;
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
}

.header-content {
    color: #000;
    background-color: #f1f1f1;
    padding: 80px 40px;
    border-radius: 20px;
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/hero-bg-1.webp) center / cover no-repeat; */
    position: relative;
    z-index: 2;
    /* text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000; */
}

/* .header-content h4.alert {
    background: #fff;
    padding: 8px 15px;
    text-shadow: none;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    gap: 10px;
} */

.header-content h4.alert {
    background: #fff;
    padding: 8px 15px;
    color: #2563eb;
    /* padding-left: 3px; */
    text-shadow: none;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1;
    align-items: center;
    font-weight: 500;
}

.pulse-dot {
    width: 12px;
    height: 12px;
    background-color: #69b600;
    border-radius: 50%;
    position: relative;
}


.pulse-dot::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #69b600;
    border-radius: 50%;
    z-index: 1;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}


.header-testimonial {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 45%;
}

.header-testimonial .testimonial-body p {
    font-size: 15px !important;
}

.google-reviews-badge {
    position: absolute;
    right: 0;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 15px 5px 5px;
    overflow: hidden;
    margin: 20px 20px 0 0;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.google-reviews-badge .google-icon {
    width: 40px;
}

.google-reviews-badge .score {
    line-height: 1;
}

.google-reviews-badge .score .rating {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.google-reviews-badge .score .rating span {
    font-size: 13px;
    font-weight: 600;
}

.google-reviews-badge .score .rating img {
    flex-shrink: 0;
}

.google-reviews-badge p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    color: #777777;
}

.google-reviews-badge .logo img {
    max-width: 40px;
    flex-shrink: 0;
}

.star-rating {
    display: inline-flex;
    align-items: center;
    color: #fb8e28;
}

.star-rating i:before {
    margin: 0 1px;
}

.google-padge {
    position: absolute;
    right: 20px;
    top: 20px;
}

.review-badges {
    margin-bottom: 25px;
}

.brdr-top {
    width: 100% !important;
    height: 6px !important;
    background: #4fce6a !important;
    border-radius: 2px 2px 0 0 !important;
}

.badge-content {
    padding: 6px 8px 6px 8px;
}

.review-badge {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.review-badges p {
    line-height: 1;
    font-size: 14px;
    color: #333;
}

.review-badge .logo img {
    border-radius: 50%;
    width: 44px;
}

.review-badge .score {
    margin-left: 8px;
}

.review-badge .rating span {
    font-size: 20px;
    font-weight: normal;
    color: #fbbc00;
    line-height: 1;
    display: inline-block;
}

.yelp-badge .rating img {
    width: 22px;
    margin: 0 2px;
}

#header .header-content h1 {
    color: var(--second-color);
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 12px;
}

#header .header-content p {
    color: var(--second-color);
}

/* cta */

.cta {
    padding: var(--padding-space);
    background-color: #edf2f3;
    position: relative;
}

/* extra */

.extra {
    background-color: #edf2f3;
    padding: var(--padding-space);
}

.hr-extra {
    border: 1px solid var(--text-color);
    margin: 50px 0;
}

/* our-services */

.our-services {
    padding: 100px 0;
    background-color: #f1f1f1;
}

.services-row {
    --bs-gutter-y: 28px;
}

.btn-our-services {
    margin-top: 20px;
    width: 50%;
    display: block;
    margin: auto;
}

ul.list-decoration li {
    position: relative;
    padding-left: 34px;
    margin: 6px 0;
    font-size: 17px;
    margin-bottom: 5%;
}

ul.list li {
    position: relative;
    padding-left: 34px;
    margin: 6px 0;
    font-size: 17px;
    color: #fff;
    color: var(--second-color);
}

tr {
    margin-bottom: 50px;
}

ul.list-decoration li:before,
ul.list li:before {
    font-family: "fontello";
    content: "\e98f";
    color: #2563eb;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
}

/*#testimonials*/

section#testimonials {
    padding: 100px 0;
    /* background-color: #F1F1F1; */
    background-color: #fff;
}

#testimonials h2 {
    margin-bottom: 40px;
    font-size: 40px;
}

#testimonials .Reviews {
    font-size: 25px;
}

#testimonials .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.top-rated {
    margin-left: 20px;
    margin-bottom: 15px;
}

.testi-google {
    width: 90px;
    margin-bottom: 10px;
}

img.testi-stars {
    margin-bottom: 5px;
}

.testimonial-body {
    padding: 13px 15px;
    background-color: #f4f4f4 !important;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 3px 4px -1px rgba(153, 156, 168, 0.25);
    font-weight: normal;
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25); */
}

.testimonial-body:before {
    position: absolute;
    content: "";
    width: 0;
    bottom: -10px;
    left: 17px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f4f4f4 transparent transparent transparent;
}

.testimonial-body p {
    height: 117px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: inherit !important; */
    overflow: auto !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
    font-size: 15px !important;
    line-height: 24px !important;
    margin-bottom: 4px;
}

.testimonial-body p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
}

.testimonial-body p::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1);
}

.testimonial-body p::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6);
}

.testimonial-body p::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.testimonial-card .rating {
    margin-bottom: 7px;
}

.testimonial-card .rating .stars-indicator {
    margin: 4px 0;
}

.testimonial-card .testimonial-body .google-icon {
    width: 24px !important;
    float: right;
}

.testimonial-author {
    padding: 14px 8px 0;
    line-height: 1;
    display: flex;
    align-items: center;
}

.testimonial-author h6 {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    color: #000;
}

.header-testimonial .testimonial-author h6 {
    color: #fff;
}

.testimonial-author img {
    margin-right: 8px;
}

.testimonial-author h6 span {
    display: block;
    font-weight: normal;
    color: #000;
    opacity: 0.8;
    margin-top: 5px;
}

.testimonial-card .testimonial-author p {
    font-size: 11px;
    display: block;
    color: rgba(0, 0, 0, 0.7);
}

.tes .testimonial-card p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
}

#testimonials .business-img img {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
    border-radius: 50%;
    width: 50px;
}

.business-info .rate {
    line-height: 1;
    margin: 3px 0;
}

.business-info p.name {
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}

.business-info .reviews-count {
    color: #777;
    font-size: 14px;
    line-height: 1;
    margin-top: 6px;
}

.business-info .google-powered {
    line-height: 1;
    margin-top: 4px;
}

.business-info .google-powered img {
    max-width: 144px;
}

.business-info .rate span {
    color: #fbbc00;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
}

.owl-nav {
    color: #ccc;
    font-size: 26px;
}

button.owl-prev,
button.owl-next {
    position: absolute;
    top: 30%;
}

button.owl-prev img,
button.owl-next img {
    max-width: 30px;
}

button.owl-prev {
    left: -20px;
}

button.owl-next {
    right: -20px;
}

/* contact form */
#quote {
    padding: var(--padding-space);
    background-color: white;
    position: relative;
    z-index: 999;
}

.quote-header h5 {
    color: var(--lime-green);
}

.quote-header h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    color: var(--second-color);
}

#quote form .form-label {
    color: #044166ff;
    font-weight: 600;
}

#quote .request-quote-form {
    background-color: #e9f3f5ff;
    border-radius: 4px;
}

.span-quote {
    color: #679938ed;
    font-size: 20px;
}

.quote-content h2 {
    font-weight: 800;
}

.form-privacy {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #34405a;
}

.request-quote-form h5 {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    color: #044166ff;
}

.request-quote-form form {
    padding: 0 20px 20px;
}

#quote .btn-submit {
    margin-top: 8px;
    padding: 10px;
    width: 100%;
    color: white;
    background-color: #0e6aed;
    transition: all 0.3s;
}

#quote .btn-submit:hover {
    background-color: var(--second-color);
}

#quote #contact_form_1 label.error,
.modal #modal_form label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

#quote #contact_form_1 .form-label span {
    color: red;
}

.modal #modal_form .form-label span {
    color: red;
}

#quote #contact_form_1 .form-label span.optional {
    color: gray;
    font-size: 15px;
}

.contact-form {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact-info {
    background-color: #a4c639;
    color: #fff;
    padding: 40px;
}

.contact-info h2 {
    color: #fff;
    margin-bottom: 30px;
}

.contact-info p {
    color: var(--header-black);
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.btn-send {
    background-color: #a4c639;
    color: #fff;
    border: none;
    padding: 10px 0;
}

.btn-send:hover {
    background-color: #8baa2f;
}

#popup-form .modal .modal-title {
    margin: auto;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.copyright-wrapper {
    text-align: center;
}

.copyright-wrapper p {
    font-size: 14px;
}

#back-to-top {
    position: fixed;
    bottom: -50px;
    right: 10px;
    z-index: 9999999;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--main-color);
    font-weight: bold;
}

#back-to-top.show {
    bottom: 60px;
}

#back-to-top:hover {
    color: #16447D;
}

#copyright {
    text-align: center;
    color: #fff;
}

.copyright-wrapper {
    padding: 12px 0;
}

#copyright p {
    margin-bottom: 0;
    font-size: 14px;
    color: white;
}

footer {
    /* background-color: #E8E8E8; */
    background: #141414;
    position: relative;
    z-index: 40;
    /* padding: 60px 0 0; */
}

footer hr {
    border: solid 0.5px gray;
    width: 85%;
    margin: 20px auto;
}

footer .btn-one {
    padding: 12px 25px;
    color: #fff;
    border-color: #fff;
    transition: color 0.3s ease, border-color 0.3s ease;
}

footer .btn-one:hover {
    color: #fff;
    border-color: #fff;
    text-decoration: underline;
    transition-delay: 1s;
}

#copyright {

    text-align: center;
    color: #fff;

}

.copyright-wrapper {
    padding: 10px 0;
}

#copyright p {
    margin-bottom: 0;
    font-size: 13px;
    color: white;
}

.cta_1 {
    padding: 40px 0 0;
}

.cta_1 a {
    color: var(--main-color);
    transition: var(--transtion-time);
}

.cta_1 a:hover {
    text-decoration: underline;
}

#our-services h6 {
    color: var(--main-color);
}

#testimonials h3 {
    color: var(--main-color);
}

#cta_2 {
    padding: var(--padding-space);
    /* background-color: #2563eb; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)),
        url("../img/process-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.cta_2-content h4 {
    color: #fff !important;
    line-height: 1.4;
}

.cta_2-content {
    margin-bottom: 16px;
    color: #fff !important;
}

.cta-btn-1 {
    color: #2563eb !important;
    background-color: #fff;
    transition: var(--transtion-time);
    /*margin: 8px 12px;*/
    text-shadow: none;
    margin-left: 5px;
}

.cta-btn-1:hover {
    background-color: #2563eb !important;
    color: #fff !important;
}

.cta-btn-2:hover {
    color: #2563eb !important;
    background-color: #fff;
}

.btn-main:focus {
    color: #fff !important;
    background-color: #2563eb !important;
}

.gallery {
    padding: 100px 0;
    background-color: #f1f1f1;
}

.gallery-title {
    font-size: 2.5rem;
    color: var(--bs-dark);
}

.gallery-subtitle {
    font-size: 1.1rem;
    color: var(--bs-secondary);
}

.image-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    gap: 6px;
}

.image-label {
    position: absolute;
    bottom: 20px;
    left: 50%;
    line-height: 1;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--bs-dark);
}

.image-wrapper {
    flex: 1;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    height: 0;
}

.image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#why-us {
    padding: 70px 0;
    background-color: #f1f1f1;
    position: relative;
}

.why-us .content-box {
    padding-top: 10px;
    position: relative;
    display: block;
}

.mb_20 {
    margin-bottom: 20px;
}

.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 40px;
    color: var(--main-color);
}

.paragraph-box {
    margin-bottom: 25px;
}

.list-style-one li:before {
    font-family: "fontello", serif;
    content: "\e9a7";
    color: var(--main-color);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
    line-height: 1;
}

.image-box {
    position: relative;
    display: block;
    /* margin-right: -110px; */
    /* padding-bottom: 36px; */
}

#why-us h6 {
    color: var(--main-color);
}

.list-style-one {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-style-one li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #4b4b4b;
}

#why-us .btn-main {
    margin-top: 25px;

}

#why-us .image-box {
    width: 100%;
    /* aspect-ratio: 4 / 3; */
    overflow: hidden;
}

#why-us .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.testimonial-item p {
    font-size: 16px;
}

.our-services .right-side p {
    font-size: 16px;
}

.nav-phone {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 22px;
    font-weight: 600;
}

.nav-phone i {
    transform: rotate(-10deg);
}


[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-contact-us {
    padding: var(--padding-space);
    background-color: #fff;
}

.contact-us-content {
    border-radius: 20px;
    align-content: center;
    padding: 40px;
}

.page-contact-us h3,
.page-contact-us h2 {
    color: #fff !important;
}

.dark-section {
    background-color: var(--second-color);
}

.page-contact-us .section-title {
    margin-bottom: 28px;
}

.base-contact-form .form-control {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    color: #545454;
    background-color: #fff;
    border: 1px solid #fff !important;
    /* border-radius: 9px; */
    border-radius: 20px;
    padding: 14px 16px;
    box-shadow: none;
}

.page-contact-us .btn-main {
    width: 100%;
    padding: 17px 10px;
    transition: var(--transtion-time);
}

.page-contact-us .btn-main:hover {
    background-color: #fff;
    color: var(--main-color) !important;
    /* color: var(--second-color) !important; */
}

.error {
    color: #c4271b;
    /* color: var(--main-color); */
    font-size: 13px;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

#footer .phone-number img {
    margin-bottom: 4px;
}

.cta-sub {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

#footer-form {
    padding: 80px 0;
    position: relative;
    z-index: 40;
    background-color: #fff;
    /* background-color: #f1f1f1; */
}

#footer-form .section-header {
    margin-bottom: 40px;
}

.form-label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.form-control {
    font-size: 14px;
    color: #222;
}

.form-control {
    border: 1px solid #cbd5e1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(71, 85, 105, 0.1);
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-label span {
    margin-left: 4px;
    color: #dc2626;
}

.form-label span.muted {
    color: #6c757d !important;
    font-size: 11px;
}

.form-wrapper .cta-sub {
    display: block;
    text-align: center;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #212529;
}

#footer-form .btn-main {
    width: 100%;
}

#navbar {
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .navbar.scrolled {
        margin: 12px auto;
        border-radius: 20px;
        padding: 15px 22px;
        box-shadow: 0 2px 8px rgba(85, 83, 83, 0.1);
        max-width: 1320px;
    }


    .navbar figure {
        margin: 0 !important;
    }
}

.new-offer-card {
    border-radius: 15px;
    border: 3px solid #2563eb;
    background-color: #2563eb;
}

.offer-top {
    background-color: #2563eb;
}

.offer-black-bar {
    background-color: #000;
}

.offer-black-bar h2 {
    font-size: 2.2rem;
    letter-spacing: 1px;
    font-weight: 900;
}

.offer-middle {
    background-color: #2563eb;
}


.timer-box {
    background-color: #8f1b12;
    border-radius: 3px;
    min-width: 60px;
    line-height: 1;
    padding: 7px 2px 7px 2px;
}

.timer-box .number {
    font-size: 40px !important;
}

.tiny-text {
    font-size: 0.85rem;
    font-weight: bold;
    color: #e5e5e5;
}

.price-before {
    color: #fff;
    opacity: 0.9;
}

.strike-line {
    position: absolute;
    top: 40%;
    left: -15%;
    width: 130%;
    height: 4px;
    background-color: #000;
    transform: rotate(-20deg);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.price-now {
    color: #fff;
}

.price-now .fs-1 {
    font-size: 3.5rem !important;
    line-height: 1;
}

.offer-footer {
    padding: 15px;
}

.offer-footer a {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.offer-footer a:hover {
    color: #000 !important;
}

section.cta-1 {
    padding: 100px 0 25px;
}

.plumbing-banner {
    background-color: #f1f1f1;
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
}


.banner-title {
    color: #cc2128;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}


.banner-subtitle {
    color: #36404C;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.icon-star {
    font-size: 14px !important;
}


.face-book-icon {
    background: #fff;
    max-width: 44px;
    z-index: 1;
    border: solid 3px #fff;
}

.google-reviews-badge .google-icon {
    background: #fff;
    margin-left: -16px;
    z-index: 2;
    border: solid 1px #fff;
}

/* */

.scroll-phone {
    background-color: #fff;
    width: 100%;
    padding: 20px 0;
    bottom: -120px;
    position: fixed;
    left: 0;
    transition: all 0.5s ease;
    z-index: 999999999999999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

@media (max-width: 575px) {

    /* :root {
      --padding-space: 30px 0;
    } */
    #header {
        min-height: auto;
    }

    .google-badge-container {
        position: fixed;
        bottom: 95px;
        left: 10px;
        z-index: 9999;
    }

    .header-img-wrapper {
        background-position: center right;
        background-size: cover;
        min-height: 220px;
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), url('../img/hero-bg-1.webp');
        background-position: center right;
        background-size: cover;
        border-radius: 20px 20px 0 0;
    }

    .google-reviews-badge {
        margin: 0 0 20px 20px;
        right: auto;
        left: 0;
        bottom: 0;
    }

    .offer-black-bar h2 {
        line-height: 1.2;
    }

    .new-offer-card {
        /* border-radius: 15px; */
        border: 2px solid #2563eb;
        /* background-color: #2563eb; */
    }

    .service-card img {
        max-height: 180px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
    }

    /* .legend-p {
      font-size: 14px;
    } */
    .sec-header h2 {
        font-size: 37px;
    }

    .why-us h2 {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 10px;
    }

    .testimonial-item {
        margin-bottom: 20px;
    }

    #testimonials h2 {
        line-height: 30px;
        font-size: 22px;
    }

    .testimonial-item h3 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 40px;
    }

    /* .quote-content h2 {
      font-size: 35px;
    } */
    /*
    .navbar {
      margin-top: 50px;
    } */
    /* .quote-header-btn {
      width: 270px;
    } */
    #header .header-content h1 {
        font-size: 28px;
        /* color: var(--main-color); */
        line-height: 1.25;
        margin-bottom: 0;
    }

    #services h2 {
        font-size: 30px;
    }

    .service-content {
        margin-bottom: 30px;
    }

    .sec-header span {
        font-size: 20px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    .testimonial-header {
        margin-top: 50px;
    }

    .testimonial-img {
        margin: 0 15px;
    }

    #testimonials .layer {
        right: -20px;
        height: 150px;
    }

    /* .quote-header h2 {
      font-size: 28px;
    } */
    .footer-logo {
        width: 220px !important;
    }

    #copyright p {
        font-size: 14px;
    }

    .header-logo {
        justify-self: center;
    }

    .header-content {
        padding: 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    /*
    .header-content h4.alert {
        padding: 10px;
        font-size: 15px;
        line-height: 20px;
        border-radius: 10px;

    } */
    .header-content h4.alert {
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 10px;
    }

    ul.list li {
        font-size: 16px;
    }

    #header {
        padding-top: 220px;
        padding-bottom: 25px;
    }

    h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .navbar {
        top: 45px;
        padding-top: 12px;
        padding-bottom: 8px;
        border-top: 5px solid #2563eb;
    }

    #gallery p {
        font-size: 17px;
    }

    .paragraph-box p {
        font-size: 16px;
        color: var(--text-color);
    }

    .list-style-one li {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        color: var(--second-color);
        padding-left: 28px;
    }

    .why-us .content-box {
        margin-bottom: 40px;
    }

    #our-services .right-side p {
        padding-top: 10px;
    }

    #cta_1 h3 {
        line-height: 30px;
    }

    #gallery p {
        font-size: 17px;
    }

    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: 37%;
        transform: translateX(-35%);
        font-size: 20px;
        padding: 10px 20px 10px 23px;
        border-radius: 56px;
        background-color: #18181b;
        display: flex !important;
        z-index: 999999999;
        color: #fff;
    }

    .nav-phone img {
        margin-right: 15px;
        margin-top: 6px;
        width: 27px;
        height: 30px;
    }

    .cta_2-content h4 {
        font-size: 23px;
    }

    .plumbing-banner {
        text-align: center;
    }

    .banner-icon {
        max-width: 120px;
        width: auto;
    }

    .banner-title {
        font-size: 23px;
    }

    .banner-subtitle {
        font-size: 22px;
    }

    #back-to-top.show {
        bottom: 160px;
    }

    .emergency-badge {
        margin-bottom: 35px;
    }

    .service-card-body {
        padding: 16px 0 16px 16px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 800px;
    }
}

@media screen and (min-width:767px) and (max-width:1023px) {
    .sm-text-center {
        text-align: center;
    }

    #header {
        padding-top: 160px;
    }

    #header .header-content h1 {
        font-size: 2.375rem;
    }

    .header-img-wrapper {
        min-height: 350px;
        background-position: center -70px;
    }

    .header-testimonial {
        right: 52%;
    }

    .header-testimonial .testimonial-body p {
        height: 90px;
    }

    .header-content {
        padding: 64px 36px;
        margin-top: 20px;
    }

    .service-card p {
        font-size: 0.83rem;
    }

    .cta_1 h3 {
        font-size: 1.24rem;
    }

    .banner-title {
        font-size: 32px;
        line-height: 1.32;
    }

    .banner-subtitle {
        font-size: 26px;
    }

    .our-services {
        padding-bottom: 60px;
    }

    section.cta-1 {
        padding: 80px 0 0;
    }

    section#testimonials {
        padding: 80px 0 60px;
    }
}

@media screen and (min-width:993px) and (max-width:1200px) {
    .header-img-wrapper {
        min-height: 470px;
        background-position: center 45%;
    }

    #header {
        padding-top: 104px;
    }

    .why-us h2 {
        font-size: 36px;
    }
}