:root {
    --main-color: #d83734;
    --second-color: #231f20;
    --light-orange: #fdf1ea;
    --dark--color: #262626;
    --text-color: #444444;
    --padding-space: 80px 0;
    --transtion-time: all 0.4s;
    --accent-color: #d83734;
    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: 25px;
}

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: #231f20 !important;
    line-height: 48px;
}

h3 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-size: 22px;
}

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;
    border-width: 0 !important;
    border-color: #d83734;
    font-size: 17px;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    background-color: #d83734;

    text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    border-radius: 8px;
}

.section-headline {
    text-align: center;
}

.btn-main:hover {
    background-color: var(--second-color);
    color: #fff;
}

.btn-main:active {
    background-color: var(--second-color) !important;
    color: #fff !important;
}

.btn-main:focus {
    background-color: var(--second-color) !important;
    color: #fff !important;
}

#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;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* navbar */
.navbar {
    background-color: #fff;
    /* padding-top: 20px; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 0px 14px 0px #0000001b;
}

.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;
}

.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: 125px;
    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.5), rgba(0, 0, 0, 0.5)),
    url("../img/hero-bg-1.webp");
    background-position: 100%;
    background-size: cover;
    height: 100%;
}

.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: 120px 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;
    /* padding-left: 3px; */
    text-shadow: none;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1;
    align-items: center;
    font-weight: 500;
}

.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: #fbba03;
}
.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: 10px;
}

.review-badge {
    background-color: #fff;
    /* box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%); */
    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: 50px;
    margin-bottom: 12px;
}

#header .header-content p {
    color: var(--second-color);
    /* color: #fff; */
}

.service-card {
    /* background-color: #fff; */
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 30px 45px;
    box-shadow: 0 0 28px -8px rgba(0, 0, 0, 0.15);
    /* box-shadow: 0 0 40px rgba(0, 0, 0, .12) !important; */
}

.service-card h3 {
    font-size: 22px;
}

.service-card p {
    font-size: 16px;
    font-weight: 500;
}

/* 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 20px;
    background-color: #f1f1f1;
}

.service-card {
    background-color: #fff;
    border-radius: 20px;
}

/*
.service-card {
  padding: 50px 40px 60px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: 10% 85%;
  transition: var(--transtion-time);
}

.service-card:hover {
  background-color: #fff;
  box-shadow: 0px 10px 38px 0px rgba(0, 0, 0, 0.32);
} */

.service-card img {
    /* margin-bottom: 30px; */
    border-radius: 10px;
}

.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: var(--main-color);
    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: 999;
    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: var(--second-color);
}

#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: 999;
    /* 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: 80px 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: #d83734; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    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: #d83734 !important;
    background-color: #fff;
    transition: var(--transtion-time);
    /*margin: 8px 12px;*/
    text-shadow: none;
    margin-left: 5px;
}

.cta-btn-1:hover {
    color: #fff !important;
    background-color: var(--main-color);
}

.cta-btn-2:hover {
    color: #d83734 !important;
    background-color: #fff;
}

.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: 100px 0;
    background-color: #fff;
    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;
    box-shadow: none;
}

#why-us .image-box {
    width: 100%;
    /* aspect-ratio: 4 / 3; */
    overflow: hidden;
}

#why-us .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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);
}

@media (max-width: 575px) {
    /* :root {
      --padding-space: 30px 0;
    } */
    #header {
        min-height: auto;
    }

    .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: 20px 0 0 20px;
        right: auto;
        left: 0;
    }

    /* .legend-p {
      font-size: 14px;
    } */
    .sec-header h2 {
        font-size: 37px;
    }

    /* .service-card {
      padding: 20px;
    } */
    .why-us h2 {
        font-size: 28px;
        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: 34px;
        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: 16px;
        line-height: 20px;
        border-radius: 10px;
    }

    ul.list li {
        font-size: 16px;
    }

    #header {
        padding-top: 180px;
        padding-bottom: 25px;
    }

    h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .navbar {
        padding-top: 60px;
        padding-bottom: 0px;
    }

    #gallery p {
        font-size: 17px;
    }

    .paragraph-box p {
        font-size: 16px;
        color: var(--text-color);
    }

    .list-style-one li {
        position: relative;
        display: block;
        /* float: left; */
        width: 100%;
        margin-bottom: 10px;
        font-size: 20px;
        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;
    }

    .service-card p {
        font-size: 16.3px;
    }

    #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: 999;
        color: #fff;
    }

    .nav-phone img {
        margin-right: 15px;
        margin-top: 6px;
        width: 27px;
        height: 30px;
    }

    .cta_2-content h4 {
        font-size: 23px;
    }
}

.process {
    position: relative;
    display: block;
    background-color: var(--main-color);
    padding: 117px 0 30px;
    counter-reset: count;
    z-index: 1;
}

.process-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.15;
    z-index: -1;
}

.process__single {
    position: relative;
    display: block;
    margin-bottom: 70px;
}

.process__content-box {
    position: relative;
    display: block;
    padding-left: 130px;
}

.process__icon-box {
    position: absolute;
    top: 50px;
    left: 0;
}

.process__icon-box:after {
    position: absolute;
    top: -168px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-image: -moz-linear-gradient(
            90deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    background-image: -webkit-linear-gradient(
            90deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    background-image: -ms-linear-gradient(
            90deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    width: 4px;
    height: 120px;
}

.process__icon-box::before {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    background-image: -moz-linear-gradient(
            270deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    background-image: -webkit-linear-gradient(
            270deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    background-image: -ms-linear-gradient(
            270deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    width: 4px;
    height: 120px;
}

.process__icon {
    position: relative;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #ffffff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.process__single:hover .process__icon span {
    transform: scale(0.9);
}

.process__shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.process__count {
    position: absolute;
    top: -50px;
    left: 50%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #1c1b1f;
    z-index: 2;
    transform: translateX(-50%);
}

.process__count:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    color: #ffffff;
    text-align: center;
}

.process__details {
    position: relative;
    display: block;
}

.process__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 24px;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
}

.process__text {
    color: #ffffff;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
}

.process__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #ffffff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

[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 {
    /* background-image: url(../img/contact-content-bg.svg); */
    /* background-repeat: no-repeat; */
    /* background-position: bottom center; */
    /* background-size: 100% auto; */
    border-radius: 20px;
    align-content: center;
    padding: 40px;
    /* height: 100%; */
}

.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: 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;
}

.nav-call {
    color: var(--main-color);
    font-size: 30px;
    font-weight: 700;
    transition: var(--transtion-time);
}

.nav-call:hover {
    text-decoration: underline;
}

.nav-call i {
    transform: rotate(-10deg);
}

#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: 999; */
    background-color: #fff;
}

#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;
    }
}
