@charset "UTF-8";



/* reset css start */
html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 5px;
    height: 4px
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #F0BA2D
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 29px;
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
    font-family: "Poppins", sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

span {
    font-family: "Poppins", sans-serif;
}

button:focus {
    outline: none;
}

a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: "Poppins", sans-serif;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

table {
    width: 100%;
}

p,
li,
span {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

/* reset css end */
/* global css start */
.nice-select {
    background-color: transparent;
    height: 40px !important;
    line-height: 40px !important;
    min-height: 40px !important;
    padding: 0 30px;
}

.nice-select span {
    color: #000;
}

.nice-select .list li {
    margin-right: 0 !important;
}

.nice-select .list .option {
    color: #000;
}

.nice-select .list .option.selected,
.nice-select .list .option:hover {
    border: none !important;
}

/* global css end */
.bg_img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.dark-bg {
    background-color: #010103;
}

.grey-bg {
    background: #F4F1EE;
}

.white {
    color: #ffffff;
}

.f-right {
    float: right;
}

.section-heading {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .section-heading {
        text-align: center;
    }
}

.section-heading .sub-title {
    color: #ffffff;
    background: #F0BA2D;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 1.5px 13px;
    letter-spacing: 2px;
    border-radius: 3px;
    line-height: 22px;
    margin-bottom: 23px;
}

.section-heading .title {
    color: #ffffff;
    font-size: 55px;
    line-height: 57px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section-heading .title {
        font-size: 36px;
        line-height: 38px;
    }
}

.section-heading p {
    font-size: 18px;
}

.section-heading p:not(:last-child) {
    margin-bottom: 35px;
}

.section-heading__black .title {
    color: #000;
}

.border-effect a,
.border-effect span.border-effect {
    position: relative;
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.7% 0px;
    background-repeat: no-repeat;
    color: inherit;
}

.border-effect a:hover,
.border-effect span.border-effect:hover {
    background-size: 100% 2px;
}

span.border-effect {
    position: relative;
    display: inline;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.7% 0px;
    background-repeat: no-repeat;
    color: inherit;
}

span.border-effect:hover {
    background-size: 100% 2px;
}



.custom-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top Negative --*/
.mt-none-5 {
    margin-top: -5px;
}

.mt-none-10 {
    margin-top: -10px;
}

.mt-none-15 {
    margin-top: -15px;
}

.mt-none-20 {
    margin-top: -20px;
}

.mt-none-25 {
    margin-top: -25px;
}

.mt-none-30 {
    margin-top: -30px;
}

.mt-none-35 {
    margin-top: -35px;
}

.mt-none-40 {
    margin-top: -40px;
}

.mt-none-45 {
    margin-top: -45px;
}

.mt-none-50 {
    margin-top: -50px;
}

.mt-none-55 {
    margin-top: -55px;
}

.mt-none-60 {
    margin-top: -60px;
}

.mt-none-65 {
    margin-top: -65px;
}

.mt-none-70 {
    margin-top: -70px;
}

.mt-none-75 {
    margin-top: -75px;
}

.mt-none-80 {
    margin-top: -80px;
}

.mt-none-85 {
    margin-top: -85px;
}

.mt-none-90 {
    margin-top: -90px;
}

.mt-none-95 {
    margin-top: -95px;
}

.mt-none-100 {
    margin-top: -100px;
}

/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

/* typography css start */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1.4;
    font-family: 'Futura';

}

h2 {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 20px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* typography css end */
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
    background-color: #ffffff;
}

[data-overlay=dark]::before {
    background-color: #000;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}

[data-opacity="3"]::before {
    opacity: 0.3;
}

[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}

[data-opacity="65"]::before {
    opacity: 0.65;
}

[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}

/* Heder css start*/
.site-header {
    width: 100%;
    z-index: 9;
}

.site-header .logo {
    margin-left: -150px;
}

.site-header__3 {
    padding: 10px 0px;
}

@media (max-width: 1199px) {
    .site-header__3 {
        padding: 0px 0px;
    }
}

@media (max-width: 991px) {
    .site-header__3 {
        padding: 0px 0px;
    }
}

.site-header__3 .wrapper {
    width: 200px;
}

.site-header__4 {
    border: none;
}

@media (max-width: 1199px) {
    .site-header__4 {
        padding: 15px 0px;
    }
}

.header-top {
    padding: 30.5px 0px;
    border-bottom: 1px solid #32323D;
}

@media (max-width: 1199px) {
    .header-top__left {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .header-top__left .logo {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-top__right {
        margin-top: 25px;
        flex-direction: column;
        justify-content: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-top__right {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

.header-top__right a {
    text-decoration: none;
}

.header-top__right .tel {
    color: #ffffff;
    font-size: 18px;
}

.header-top__right .tel i {
    color: #F0BA2D;
    padding-right: 15px;
    font-size: 19px;
}

.header-top__right .site-btn {
    margin-left: 80px;
}

@media (max-width: 1199px) {
    .header-top__right .site-btn {
        margin-left: 40px;
    }
}

@media (max-width: 767px) {
    .header-top__right .site-btn {
        margin-left: 0px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-top__right .site-btn {
        margin-left: 40px;
        margin-top: 0px;
    }
}

@media (max-width: 1199px) {
    .header-top__right--2 {
        margin-top: 20px;
    }
}

.header-top__2 {
    border-color: #E2DFDD;
}

.header-top__2 .site-btn {
    margin-left: 100px;
}

@media (max-width: 1199px) {
    .header-top__2 .site-btn {
        margin-left: 50px;
    }
}

@media (max-width: 767px) {
    .header-top__2 .site-btn {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-top__2 .site-btn {
        margin-left: 50px;
    }
}

.header-top__infos {
    margin: 0;
}

@media (max-width: 991px) {
    .header-top__infos {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .header-top__infos {
        flex-direction: column;
        margin-top: -10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-top__infos {
        flex-direction: row;
        margin-top: 0px;
    }
}

.header-top__infos li {
    color: #6c6c6c;
    text-transform: uppercase;
    font-weight: 500;
}

.header-top__infos li:not(:last-child) {
    margin-right: 65px;
}

@media (max-width: 767px) {
    .header-top__infos li:not(:last-child) {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-top__infos li:not(:last-child) {
        margin-right: 55px;
    }
}

.header-top__infos li i {
    color: #F0BA2D;
    padding-right: 10px;
    font-size: 19px;
}

.header-top__infos li a {
    color: #6c6c6c;
    text-decoration: none;
}

@media (max-width: 767px) {
    .header-top__infos li {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-top__infos li {
        margin-top: 0px;
    }
}

.logo img {
    max-width: 79px;
}

/* Navigation css */
.main-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li:not(:last-child) {
    margin-right: 32px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .main-menu ul li:not(:last-child) {
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .main-menu ul li:not(:last-child) {
        margin-right: 11px;
    }
}

.main-menu ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    padding: 35px 0px;
    position: relative;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 500;
}

.main-menu ul li a.site-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 23px 10px 20px;
    position: relative;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: bold;
}

.main-menu ul li a.site-btn span.book-serv {
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
}

.main-menu ul li:hover a {
    color: #F0BA2D;
}

.main-menu ul li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    transform: scaleY(100%);
}

.main-menu ul li .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    min-width: 240px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    padding: 20px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    z-index: 3;
    text-align: left;
    transform-origin: 50% 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    border-radius: 5px;
}

.main-menu ul li .sub-menu li {
    margin-right: 0px;
}

.main-menu ul li .sub-menu li a {
    color: #010103;
    padding: 10px 30px;
}

.main-menu ul li .sub-menu li a::after {
    left: 15px;
}

.main-menu ul li .sub-menu li a:hover::after {
    left: 10px;
}



.main-menu ul li .sub-menu li:hover>a::after {
    left: 10px;
}

.main-menu ul li .sub-menu ul {
    left: 100%;
    top: 0px;
}

.main-menu ul li .sub-menu .active>a::after {
    left: 10px;
}

.main-menu ul .active>a::after {
    opacity: 1;
    visibility: visible;
    left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .main-menu__2 ul li:not(:last-child) {
        margin-right: 20px;
    }
}

.main-menu__2 ul li a {
    color: #000;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .main-menu__3 {
        margin-left: 0px;
    }
}

@media (max-width: 991px) {
    .main-menu__3 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .main-menu__3 ul li:not(:last-child) {
        margin-right: 13px;
    }
}

@media (max-width: 1250px) {
    .main-menu__3 ul li:not(:last-child) {
        margin-right: 2px;
    }
}

@media (max-width: 1199px) {
    .main-menu__3 ul li:not(:last-child) {
        margin-right: 5px;
    }
}

@media (max-width: 1199px) {
    .main-menu__3 ul li a {
        padding: 35px 18px;
    }
}

.main-menu__4 ul li a {
    color: #000;
    font-weight: 500;
}

.menu-area {
    position: relative;
    z-index: 99;
}

@media (max-width: 991px) {
    .menu-area {
        padding-top: 15px;
    }
}

.menu-area__right .item {
    font-size: 19px;
    color: #ffffff;
}

.menu-area__right .item i {
    color: #000000;
}

.menu-area__right--2 .item {
    color: #000;
}

.menu-area__right--2 .item i {
    color: #000;
}

.menu-area__right--4 .item {
    color: #000;
}

.menu-area__right--4 .item i {
    color: #000;
}

@media (max-width: 991px) {
    .menu-area__3 {
        padding-top: 0px;
    }
}

.menu-area.sticky-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #010103;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.1);
}

.features-section .section-content p {
    padding-right: 0;
    margin-bottom: 30px;
}


.menu-area-2.sticky-header {
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .menu-area-2.sticky-header {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

.menu-area__4.sticky-header {
    background-color: #ffffff;
}

.menu-area.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.mean-container .mean-nav ul li a:hover {
    color: #F0BA2D;
}

/* Social link css */
.social-links a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    font-size: 13px;
    border: 1px solid #808080;
    text-align: center;
    line-height: 27px;
    color: #808080;
    text-decoration: none;
}

.social-links a:not(:last-child) {
    margin-right: 10px;
}

.social-links a:hover {
    border-color: #ffffff;
    color: #ffffff;
}

.social-links__2 a {
    border-color: #E2DFDD;
}

.social-links__2 a:hover {
    border-color: #999999;
    color: #000;
}

/* Button css */
.site-btn {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
    font-weight: 600;
}

.site-btn svg {
    margin-right: 10px;
}

.wp-btn {
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
    font-weight: bold;
}

.wp-btn svg {
    margin-right: 10px;
}


.btns {
    gap: 40px;
}

.site-btn::after {
    background: #C6251C;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    content: "";
    top: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    right: 0;
    z-index: -1;
    transform: skewX(-12deg);
}

.wp-btn.green-bg::after {
    background: #48C857;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    content: "";
    top: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    right: 0;
    z-index: -1;
    transform: skewX(-12deg);
}

.site-btn::before {
    background: #F0BA2D;
    width: 94%;
    height: 68px;
    border-radius: 10px;
    position: absolute;
    content: "";
    top: -10px;
    bottom: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    right: -15px;
    z-index: -1;
    transform: skewX(-12deg);
    display: flex;
    align-items: center;
}

.main-menu ul li a.site-btn::before {
    background: #F0BA2D;
    width: 94%;
    height: 62px;
    border-radius: 10px;
    position: absolute;
    content: "";
    top: -10px;
    bottom: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    right: -13px;
    z-index: -1;
    transform: skewX(-12deg);
    display: flex;
    align-items: center;
}


.read-more {
    color: #a7a7a7;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
}

.read-more i {
    padding-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.read-more:hover {
    color: #ffffff;
}

.read-more:hover i {
    padding-left: 5px;
}

.read-more__2 {
    color: #6c6c6c;
}

.go-top {
    position: absolute;
    flex-direction: column;
    font-size: 15px;
    color: #a7a7a7;
    text-transform: uppercase;
    text-decoration: none;
    top: -25px;
    left: 50%;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.go-top span {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.go-top span:hover {
    color: #ffffff;
}

.go-top i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #010103;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-bottom: 10px;
    border: 1px solid #a7a7a7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.go-top i:hover {
    background-color: #F0BA2D;
}

.go-top__bottom {
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    position: static;
    color: #ffffff;
}

@media (max-width: 991px) {
    .go-top__bottom {
        margin-top: 30px;
    }
}

.go-top__bottom span {
    color: #ffffff;
}

.go-top__bottom i {
    display: inline-block;
    width: auto;
    height: auto;
    border: none;
    margin-bottom: 0;
    padding-left: 5px;
    background-color: transparent;
}

.go-top__white i {
    background: #ffffff;
    border-color: #E2DFDD;
    color: #000;
    margin-bottom: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.go-top__white i:hover {
    background-color: #F0BA2D;
    border-color: #F0BA2D;
    color: #ffffff;
}

@media (max-width: 991px) {
    .btns-wrapper .site-btn {
        margin-top: 20px;
    }
}

.share-btn {
    color: #6c6c6c;
}

.inline-btn {
    width: 45px;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #776c62;
    border: 1px solid #E2DFDD;
    border-radius: 5px;
    text-decoration: none;
}

.inline-btn:hover {
    color: #ffffff;
    background-color: #F0BA2D;
    border-color: #F0BA2D;
}

/* search css */
.search {
    position: relative;
}

.search__trigger {
    padding: 10px 12px;
}

.search__trigger .open,
.search__trigger .close {
    cursor: pointer;
    line-height: 60px;
    color: #000;
}

.search__trigger .close {
    display: none;
}

.search__form {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    padding: 15px;
    right: 0;
    top: 80px;
    width: 350px;
    z-index: 99;
}

@media (max-width: 767px) {
    .search__form {
        width: 280px;
        right: -100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .search__form {
        width: 350px;
        right: 0;
    }
}

.search__form form {
    position: relative;
}

.search__form input {
    width: 100%;
    height: 55px;
    border: 0;
    background: #F4F1EE;
    padding: 20px;
}

.search__form button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: #1b2026;
    height: 55px;
    width: 55px;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
}

.search__form.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    background: #fff;
}

/* side info css */
.hamburger-trigger {
    margin-left: 12px;
    padding: 10px 12px;
    cursor: pointer;
}

.side-info {
    padding-left: 20px;
    padding-right: 20px;
}

.side-info .title {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.side-info .mb-5 {
    margin-bottom: 5px !important;
}

.side-info p {
    font-size: 15x;
    line-height: 28px;
}

.side-info__close {
    top: 0;
    left: 0;
    background: #010103;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.side-info__close a {
    display: block;
    height: 100%;
    width: 100%;
    color: #ffffff;
}

.side-info__close:hover {
    background: #F0BA2D;
}

.side-info__wrapper {
    padding: 20px;
}

.side-info .social-links a:hover {
    color: #F0BA2D;
    border-color: #F0BA2D;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear 0s;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.overlay.active {
    opacity: 0.5;
    visibility: visible;
    cursor: url(../images/icons/cancel.png), auto;
}

.side-info-wrapper,
.cart-bar-wrapper {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -110%;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ffffff;
    z-index: 999999;
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    padding-top: 0px;
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.side-info-wrapper .nav,
.cart-bar-wrapper .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.side-info-wrapper .nav a,
.cart-bar-wrapper .nav a {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    font-size: 18px;
    color: #010103;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.side-info-wrapper .nav a.active,
.cart-bar-wrapper .nav a.active {
    background: #010103;
    color: #ffffff;
}

.side-info-wrapper.show,
.cart-bar-wrapper.show {
    right: 0;
}

.side-info-wrapper.mm-only.show {
    display: none;
}

@media (max-width: 991px) {
    .side-info-wrapper.mm-only.show {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .side-info-wrapper.show-all.show {
        display: none;
    }
}

.side-info-wrapper .contact__info li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    align-items: flex-start;
}

.side-info-wrapper .contact__info li span {
    margin-right: 10px;
    flex: 0 0 15px;
    -ms-flex: 0 0 15px;
    max-width: 15px;
    color: #F0BA2D;
    font-size: 15px;
}

.side-info-wrapper .contact__info li p {
    flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    max-width: 85%;
}

.side-info-wrapper .contact__info li:not(:last-child) {
    margin-bottom: 5px;
}

/* mini cart css */
.cart {
    margin-left: 10px;
    padding: 10px 12px;
    cursor: pointer;
}

.cart__count {
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #ffffff;
    background: #80A093;
    position: absolute;
    top: 10px;
    right: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 0;
}

.cart-bar-wrapper {
    padding: 25px 20px;
    padding-top: 60px;
}

.cart-bar-wrapper .site-btn {
    font-size: 12px;
    padding: 7px 18px;
}

.cart-bar-wrapper .site-btn__borderd {
    color: #010103;
    margin-left: 15px;
}

.cart-bar-wrapper .site-btn__borderd:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
    .cart-bar-wrapper .btns {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-bar-wrapper .btns {
        flex-direction: row;
        justify-content: flex-start !important;
        align-items: center !important;
    }
}

@media (max-width: 767px) {
    .cart-bar-wrapper .btns .site-btn__borderd {
        margin-left: 0px;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cart-bar-wrapper .btns .site-btn__borderd {
        margin-left: 20px;
        margin-top: 0px;
    }
}

.cart-bar__close {
    position: absolute;
    top: 0;
    left: 0;
    background: #010103;
    width: 40px;
    height: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cart-bar__close a {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 16px;
    left: 0;
    height: 100%;
    text-decoration: none;
}

.cart-bar__title {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #F4F1EE;
    margin-bottom: 15px;
}

.cart-bar__title span {
    color: #000;
}

.cart-bar__item .thumb {
    background: #ffffff;
    min-width: 70px;
}

.cart-bar__item .thumb img {
    max-width: 60px;
}

.cart-bar__item .content {
    padding-right: 25px;
    position: relative;
}

.cart-bar__item .content .title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.cart-bar__item .content .title a {
    text-decoration: none;
    color: #010103;
}

.cart-bar__item .content .price {
    color: #010103;
    font-weight: 600;
    font-size: 15px;
}

.cart-bar__item .content .remove {
    top: 50%;
    right: 0px;
    color: #ffffff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    background-color: #80A093;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cart-bar__subtotal {
    border-bottom: 1px solid #F4F1EE;
    border-top: 1px solid #F4F1EE;
    padding: 7px 0px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cart-bar__subtotal span {
    color: #010103;
    text-transform: uppercase;
    font-weight: 600;
}

.cart-bar__lists .cart-bar__item:not(:last-child) {
    margin-bottom: 15px;
}

/* hero area css */
.hero__area {
    z-index: 1;
    /* padding-top: 275px;
  padding-bottom: 90px; */
}

.hero__area .shape {
    left: 0;
    top: 0;
}


.hero__area .shape__2 {
    left: auto;
    right: 0;
}



.hero__area--2 {
    padding-top: 0px;
    padding-bottom: 80px;
}

.hero__area--2 .shape {
    top: -65px;
}

.hero__area--2 .shape__2 {
    right: 0;
    top: -100px;
}

.hero__area--3 {
    background-position: center top;
    height: 100%;
    position: relative;
    padding: 170px 0 280px 0;
}



.hero__area--3 .vide-wrapper {
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}

.hero__area--3 .vide-wrapper .vide-btn {
    right: 0;
    bottom: 0;
}


.hero__content {
    z-index: 2;
    text-align: center;
}

.hero__content .title {
    color: #ffffff;
    font-size: 80px;
    line-height: 82px;
    text-transform: uppercase;
    width: 76%;
    margin: 0 auto 20px auto;
    font-weight: 900;
}

.hero__content .subtitle {
    color: #ffffff;
    font-size: 50px;
    line-height: 37px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.section {
    padding: 100px 0;
}



.subpara {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    overflow: hidden;
    max-height: 3.6em;
    /* show about 2 lines */
    transition: max-height 0.6s ease;
    position: relative;
}

.hero-para-wrapper {
    max-width: 63%;
    margin: 0 auto;
}

.subpara.expanded {
    max-height: 1000px;
}

.subpara.expanded::after {
    opacity: 0;
}

/* ===== Plus/Minus Toggle Button ===== */
.toggle-btn {
    background: #f0ba2d;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 15px;
    transition: all 0.3s ease;
}



.toggle-btn:hover {
    background: #f0ba2d;
}

.toggle-btn .minus {
    display: none;
}

.subpara.expanded+.toggle-btn .plus {
    display: none;
}

.subpara.expanded+.toggle-btn .minus {
    display: inline;
}

.top-bar {
    background-color: #C6251C;
    padding: 7px 0;
    border-bottom: 2px solid #fff;
}

.c-text a {
    text-decoration: none;
}

.c-text a p {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 2px;
    line-height: 1;
}

.button-wrapper {
    position: relative;
    display: inline-block;
}

/* Yellow background shadow */

/* Red skewed container */

.hero__area .footer-rating {
    /* position: absolute; */
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin: 0 auto;
    justify-content: center;
}

/* .banner-icon-rating {
  padding-top: 190px;

} */

/* .banner-icon-rating img.banner-icon-1 {
  height: 55px;
  width: 100%;
}

.banner-icon-rating img.banner-icon-2 {
  height: 55px;
  width: 100%;
}

.banner-icon-rating img.banner-icon-3 {
  height: 55px;
  width: 100%;
}

.banner-icon-rating img.banner-icon-4 {
  height: 55px;
  width: 100%;
} */

/* ================= WHY CHOOSE US SECTION ================= */
.why-choose-us {
    background: #fff;
}

.ownertitle {
    display: flex;
    align-items: center;
}

.ownertitle span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.ownertitle .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}

.ownerDetailsaccord .accordion-item {
    position: relative;
}


.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.why-choose-us .ownertitle img {
    max-width: 30px;
    margin-right: 15px;
}

.ownerDetailsaccord .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #cfe2ff00;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #dee2e600;
}

.ownerDetailsaccord .accordion-body {
    padding-top: 0;
    padding-left: 66px;
    padding-right: 76px;
}

.ownerDetailsaccord .accordion-body p {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}

.ownerDetailsaccord .accordion-button {
    border-radius: 10px;
}

.ownerDetailsaccord .accordion-item {
    margin-top: 20px;
    border: 2px solid #EEEEEE;
    border-radius: 10px;
    transition: 0.3s all ease;
}

.ownerDetailsaccord .accordion-item:hover {
    box-shadow: 6px 6px 0 0 #f0ba2d
}

/* === Title Styling === */
.section-title {
    font-weight: bold;
    color: #C6251C;
    position: relative;
}

.why-choose-us .section-content .section-title {
    max-width: max-content;
}

/* .title-element:after {
  position: absolute;
  content: "";
  right: 149px;
  width: 20px;
  height: 5px;
  border-radius: 10px;
  background-color: #000;
  bottom: 18px;
}

.title-element::before {
  position: absolute;
  content: "";
  right: 140px;
  width: 20px;
  height: 5px;
  border-radius: 10px;
  background-color: #F0BA2D;
  bottom: 11px;
} */


.section-content p:not(:last-child) {
    margin-bottom: 0px;
}

.section-content p {
    padding-right: 14%;
}


.section-title .dash {
    color: #f4b528;
    /* Yellow dash */
    font-weight: bold;
}

/* === Checklist Wrapper === */
.checklist {
    margin-top: 20px;
}



/* === Checklist Items === */
.check-item {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 20px;
    clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
    outline: 2px solid #eee;
    /* acts like border */
    outline-offset: -1px;
    /* keep it aligned */
}

.check-item .icon {
    color: #2ecc71;
    /* Green tick */
    font-size: 20px;
}

/* === Highlighted Middle Box === */
.highlight-box {
    color: #c62020;
    position: relative;
    border: none;
    background: #fff;
    font-weight: bold;
}

.highlight-box::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 10px;
    left: 10px;
    height: 6px;
    background: #f4b528;
    transform: skewX(-15deg);
    border-radius: 3px;
}

.why-choose-us img {
    border-radius: 10px;
    width: 100%;
}

.why-choose-us img.car-img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

/* another-wcu-section: image height dynamically matches content column */
.another-wcu-section .row {
    align-items: stretch !important;
}

.another-wcu-section .col-lg-6:first-child,
.another-wcu-section .col-md-12:first-child {
    display: flex;
}

.another-wcu-section img.car-img {
    height: 100% !important;
    min-height: 200px;
}

.contentWrapper {
    padding-left: 3%;
}

.bgColorGrey {
    background-color: #FAFAFA;
}



.service-card {
    position: relative;
}

/* === Card Image === */
.service-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* === Overlay Content === */
.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 24px 20px 24px;
    background: #000000;
    background: #000000;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 1) 29%, rgb(0 0 0 / 77%) 56%, rgb(0 0 0 / 46%) 85%, rgb(0 0 0 / 0%) 100%);
    color: #fff;
}

.card-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 12px;
}

.card-subtitle {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
}

.card-text {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
    color: #fff;
    padding-right: 0;
}

/* === Book Service Link === */
.book-link {
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    color: #FBE212;
    /* Yellow */
    display: flex;
    align-items: center;
    position: relative;
    width: max-content;
}

.book-link::after {
    position: absolute;
    content: "";
    right: -31px;
    width: 20px;
    height: 5px;
    border-radius: 10px;
    background-color: #C6251C;
    bottom: 14px;
}

.book-link::before {
    position: absolute;
    content: "";
    right: -41px;
    width: 20px;
    height: 5px;
    border-radius: 10px;
    background-color: #F0BA2D;
    bottom: 6px;
}

/* === Skew Lines beside Book Link === */



.serviceSection .section-content p {
    padding-right: 0;
}

.serviceSection .section-content .section-title {
    font-weight: bold;
    color: #d62b2b;
    position: relative;
    width: 100%;
}


.service-padding {
    --bs-gutter-x: 4.5rem;
    --bs-gutter-y: 4.5rem;
    margin-top: -30px;
}


.modelSection {
    background-image: url(../images/model-bg.png);
    background-position: center;
    background-size: cover;
}

.modelSection h2.section-title {
    text-align: center;
    width: 100%;
    color: #fff;
}

.modelSection p {
    text-align: center;
    width: 100%;
    color: #fff;
    padding-right: 0%;
}

.services-cloud {
    background: linear-gradient(135deg, #000 60%, #8b0000 100%);
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.side-info__logo img {
    width: 70px;
}

/* ================= FLEX WRAP TAGS ================= */
.tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 16px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 0;
}


.faq-accord-title {
    padding-right: 40px;
}

.tags-wrapper li a {
    text-decoration: none;
    transition: 0.3s all ease;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.tags-wrapper li a:hover {
    color: #C6251C;
}

/* ================= SERVICE TAG ================= */


.service-tag {
    padding: 4px 18px 7px 18px;
    border-radius: 50px;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
}

.service-tag li a {
    font-weight: 500;
    font-size: 16px;
}

.service-tag.red {
    background: #c62020;
}

.service-tag.red a {
    color: #fff;
}

.service-tag.red a:hover {
    color: #F0BA2D;
}

.service-tag.white a {
    color: #000;
}

.service-tag.white {
    background: #fff;
}

.faqsWrapper .section-content h2 {
    width: 100%;
    color: #d91111;
    line-height: 1.3;
    margin-bottom: 30px;
}

section.faqsWrapper .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus.svg);
    transform: rotate(-180deg)
}

section.faqsWrapper .accordion-button::after {
    margin-left: auto;
    content: "";
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .2s ease-in-out;
    background-position: center;
    width: 22px;
    height: 22px;
}

section.faqsWrapper .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #cfe2ff00;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #dee2e600;
    font-weight: bold;
    transition: 0.3s all ease;

}

section.faqsWrapper .accordion-button {
    font-size: 16px;
    padding: 25px 25px;
    transition: 0.3s all ease;
    font-weight: bold;
}

section.faqsWrapper .accordion-body p {
    font-size: 15px;
    font-weight: 400;
    padding-right: 80px;
}

section.faqsWrapper .accordion-body {
    padding: 0px 25px 30px 25px;
}

/* ============================================================
   GLOBAL SECTION STYLES
   ============================================================ */
.pricing-section {
    background: #111;
    /* dark background */
    color: #fff;
    background-image: url('../images/pricing-bg.png');
    /* optional hexagon background */
    background-size: cover;
    background-position: center;
}



/* ============================================================
   PRICING LIST STYLING (RIGHT SIDE)
   ============================================================ */
.pricing-list li {
    display: flex;
    align-items: start;
    gap: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding: 25px 16px 25px 0px;
    transition: 0.3s all ease;
}

.pricing-list li:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.30);
}

.pricing-list li:hover {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.pricing-list li:last-child:hover {
    border-bottom: 0px solid rgb(255, 255, 255);
}

.pricing-list li .hover-show {
    transition: 0.3s all ease;
}

.pricing-list li:hover .hover-show {
    display: block;
}

.pricing-list li:hover .none-hover-show {
    display: none;
}

.pricing-list li .hover-show {
    display: none;
}


/* ============================================================
   ICON STYLING (CHECKMARK CIRCLES)
   ============================================================ */
.pricing-list .icon img {
    max-width: 50px;
}



/* ============================================================
   TEXT STYLING INSIDE LIST ITEMS
   ============================================================ */
.pricing-list p {
    margin: 0;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
}

.pricing-list {
    padding-right: 10%;
}

.color-bright {
    color: #FE272C;
    line-height: 48px;
}

/* ============================================================
   CONTACT SECTION BASE STYLES
   ============================================================ */
.contact-section {
    background: #000;
    color: #fff;
    background-image: url('../images/contact-bg.png');
    /* optional background */
    background-size: cover;
    background-position: center;
}

/* ============================================================
   LEFT COLUMN: TITLE & CONTACT INFO
   ============================================================ */
.contact-title {
    color: #fff;
}

.info-item span {
    font-family: 'Futura';
    font-size: 35px;
    color: #fff;
}

.contact-subtitle {
    color: #fff;
    margin-bottom: 30px;
}

.contact-info .info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px;
    font-weight: 600;
}

.contact-info .icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.3rem;
    border: 3px solid #fff;
}

.contact-info .icon.yellow {
    background: #ffcc00;
}

.contact-info .icon.red {
    background: #e53935;
}

/* ============================================================
   RIGHT COLUMN: FORM DESIGN
   ============================================================ */
.contact-form .form-control {
    background: rgb(61 61 61 / 20%);
    border: 1px solid rgb(255 255 255 / 29%);
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    padding: 20px 25px;
}

.form-check-input:checked {
    background-color: #C6251C;
    border-color: #C6251C;
}

.form-check-input {
    margin-top: 0.4em;
    --bs-form-check-bg: #ffffff3b;
    border: 1px solid #ffffff3b;
}

.contact-form .form-control::placeholder {
    color: #aaa;
}

.contact-form label {
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
}

.appointment-type .form-check-label {
    color: #ffffffa6;
    font-size: 1rem;
    font-weight: 600;
}

.btn-danger {
    background: #C6251C;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    padding: 19px 0;
}

/* ============================================================
   BRANCH INFO BOXES
   ============================================================ */
.branch-box {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    position: relative;
}

.branch-box h5 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.branch-box p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 26px;
    margin-top: 14px;
    max-width: 340px;
}

.map-link {
    color: #F0BA2D;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

/* ============================================================
   LOCATIONS SECTION BASE STYLES
   ============================================================ */
.locations-section {
    background: #fff;
    color: #000;
}


.red-link {
    color: #C6251C;
}


/* ============================================================
   TAB BUTTONS
   ============================================================ */
.location-tabs {
    gap: 15px;
}

.tab-btn {
    border: 2px solid #ffcc00;
    background: #fff;
    color: #c80000;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 25px;
    transition: 0.3s ease;
}


/* ============================================================
   MAP CONTAINER
   ============================================================ */
.map-container {
    width: 100%;
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
}


.appointment-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: rgb(107 107 107 / 20%);
    color: #fff;
    font-size: 1rem;
    padding: 20px 25px;
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}


.map-icon img {
    position: absolute;
    top: 20px;
    right: 20px;
}


.branch-padding {
    --bs-gutter-x: 4.5rem;
}


/* ============================================================
   HOW IT WORKS SECTION BASE STYLES
   ============================================================ */
.how-it-works {
    background: #fff;
    color: #000;
    position: relative;
}



/* ============================================================
   STEP BLOCK STYLING
   ============================================================ */
.step {
    position: relative;
    padding: 0 20px;
}


.step::before {
    content: "";

}

.step-icon {
    width: 80px;
    height: auto;
}

.step-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 28px;
}

.step-text {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    max-width: 360px;
    margin: 0 auto;
}

.step-number {
    position: absolute;
    font-size: 7rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.05);
    top: 40px;
    right: 14%;
    line-height: 5rem;
}

.step-number.thirddd {
    position: absolute;
    font-size: 7rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.05);
    top: 60px;
    right: 24%;
    line-height: 5rem;
}

/* ============================================================
   CONNECTING LINE BETWEEN STEPS
   ============================================================ */

.step::before {
    left: 0;
}

.step::after {
    right: 0;
}

/* ============================================================
   CTA BUTTON
   ============================================================ */
.book-btn {
    background: #d72626;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 12px 25px;
    box-shadow: 5px 5px 0 #ffcc00;
    transition: all 0.3s ease;
}

.book-btn:hover {
    background: #b61f1f;
    box-shadow: 3px 3px 0 #e6b800;
}


/* ===========================
   LOCATIONS SECTION
=========================== */
.locations-section {
    text-align: center;
}

.section-title {
    font-weight: 700;
    color: #d62b2b;
}

.section-subtext {
    color: #000;
    margin: 0 auto 40px;
    line-height: 1.5;
}

/* ===========================
   FILTER TABS
=========================== */
.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    /* allows wrapping on smaller screens */
    justify-content: center;
    /* centers all tabs horizontally */
    align-items: center;
    gap: 15px;
    /* spacing between buttons */
    margin: 0 auto 40px;
    padding: 0;
    max-width: 100%;
}



.locations-section .filter-tabs .tab-btn.active {
    background: #fff;
    color: #fff;
}

/* ===========================
   GRID LAYOUT
=========================== */
.locations-grid {
    display: flex;
    gap: 30px;
}

/* ===========================
   LOCATION CARD
=========================== */
.location-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 7px 17px;
    border: 1px solid #eee;
    position: absolute;
    width: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-card.card-1 {
    bottom: 60px;
    right: 110px;
}

.location-card.card-2 {
    top: 290px;
    right: 230px;
}

.location-card.card-3 {
    top: 430px;
    right: 660px;
}

.location-card.card-4 {
    top: 100px;
    right: 130px;
}

.location-card.card-5 {
    top: 100px;
    right: 660px;
}



.loc-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location-name {
    text-align: left;
    height: 40px;
}


.location-title {
    color: #d62b2b;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0px;
}

.view-link {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.view-link:hover {
    color: #000;

}




.fixed-map img {
    width: 100%;
}

.filter-tabs .tab-btn {
    display: inline-flex;
    /* side-wise layout for text + indicator */
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* space between text and circle */
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    /* prevents breaking inside each tab */
    flex: 0 0 auto;
    /* prevent full-width stretching */
}


.tab-btn:hover {
    box-shadow: 5px 5px 0 0 #ffcc00;
}

.nameTabs {
    text-align: start;
    margin-right: 30px;
}

.nameTabs h5 {
    color: #C6251C;
    font-size: 16px;
    text-align: left;
}

.nameTabs a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

/* ===== Radio Indicator (Yellow Circle) ===== */
.radio-indicator {
    width: 26px;
    height: 26px;
    border: 2px solid #eee;
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

.radio-indicator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    background-color: #F1B718;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s ease;
    opacity: 0;
}

.tab-btn.active .radio-indicator::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.fade-in {
    animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.side-wise {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* ===========================
   FAQ CTA CARD
=========================== */
.faq-cta {
    background: #C6251C;
    background: linear-gradient(0deg, rgba(198, 37, 28, 1) 0%, rgba(96, 18, 14, 1) 100%);
    color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.faq-cta__inner {
    display: flex;
    flex-direction: column;
}

/* ----- IMAGE ----- */
.faq-cta__image {
    width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: block;
}

/* ----- CONTENT ----- */
.faq-cta__content {
    padding: 25px 0px;
    text-align: left;
}

.faq-cta__title {
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1;
    padding-right: 115px;
    font-size: 26px;
}

.faq-cta__description {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 25px;
}

.faq-cta__phone {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.faq-cta__phone:hover {
    color: #fff;
    font-weight: 700;
}

/* ----- BUTTON ----- */
.faq-cta__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #C6251C;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    padding: 14px 30px 14px 20px;
    border-radius: 50px;
    overflow: visible;
    transition: all 0.3s ease;
}

.faq-cta__button::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 10px;
    width: calc(100% - 20px);
    height: 6px;
    background-color: #F5B916;
    border-radius: 50px;
    z-index: -1;
}

.faq-cta__button-circle {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
}

.faq-cta__button-text {
    display: inline-block;
}

.faq-cta__button:hover {
    background: #8f1614;
    transform: translateY(-2px);
}

.img-seprator img {
    position: absolute;
    top: 83px;
    right: -184px;
}

/* ===============================
   FOOTER SECTION STYLING
=============================== */

.main-footer {
    margin-top: -30px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    gap: 60px;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav a {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav a:hover {
    color: #C6251C;
}

.footer-logo img {
    height: 131px;
    width: auto;
}

.footer-divider {
    border-top: 2px solid #00000063;
    margin-top: -17px;
    z-index: -1;
    position: relative;
}

.ownerDetailsaccord {
    margin-right: 6%;
}


.contact-para {
    padding-right: 10%;
}

.contact-info {
    margin-top: 30px;
}


/* =================== AUDI SERVICE SECTION =================== */

.audi-service-section {
    background: url(../images/mercedes-bg.jpg) center / cover no-repeat;
    color: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 550px;
}

.audi-title {
    color: #e12222;
}

.audi-subtext {
    color: #fff;
    max-width: 780px;
    margin: 0 auto 40px auto;
}

.audi-service-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
}

.audi-service-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.audi-service-card p {
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 500;
}

.audi-icon {
    width: 50px;
    height: auto;
}

/* =================== AUDI SERVICE GRID SECTION =================== */
.audi-grid-section {
    background: url('assets/images/audi-bg.jpg') center/cover no-repeat;
    padding: 80px 0;
    color: #fff;
    position: relative;
    text-align: center;
}

.audi-grid-title {
    font-size: 28px;
    font-weight: 700;
    color: #e12222;
    margin-bottom: 15px;
}

.audi-grid-subtext {
    max-width: 750px;

    margin: 0 auto 50px;
    color: #ccc;
    font-size: 16px;
}

/* GRID STRUCTURE */
.audi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin: 0 auto 20px auto;
    text-align: center;
    max-width: 1500px;
}

.audi-grid.audi-gird-two {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 25px;
    justify-content: center;
    justify-items: center;
    align-items: center;
    margin: 0 auto 70px auto;
    text-align: center;
    max-width: 1282px;
}

/* CARD STYLING */
.audi-grid-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 30px 23px;
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
    width: 100%;
    height: 100%;
}

.audi-grid-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

/* ICON */
.audi-icon {
    width: 60px;
    height: auto;
    margin-bottom: 15px;
}

/* TEXT */
.audi-grid-card p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
}

/* BUTTON */
.audi-btn-wrap {
    margin-top: 60px;
}

.audi-btn {
    display: inline-block;
    background: #e12222;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.audi-btn:hover {
    background: #ff3a3a;
}



/* ==== Custom Select Dropdown (Dark Style) ==== */
.custom-select-brand {
    width: 100%;
    background: rgb(61 61 61 / 20%);
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    padding: 18px 25px;
    background-image: url("../images/down.svg") !important;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-select-brand:focus {
    border: 1px solid rgb(255 255 255 / 29%);
}

/* Dropdown options */
.custom-select-brand option {
    background-color: #000;
    color: #fff;
}

/* For hover effect inside dropdown (works in most browsers) */
.custom-select-brand option:hover {
    background-color: #111;
}

/* Edge/Fallback fix */
select::-ms-expand {
    display: none;
}


/* ++++++++++++++++  Project Details Page CSS +++++++++++++++++++ */


.why-choose-us.car-engine-rebuild .contentWrapper {
    padding-left: 0;
}

.why-choose-us.car-engine-rebuild-1 .contentWrapper {
    padding-left: 5%;
}

.why-choose-us.car-engine-rebuild img.car-img {
    border-radius: 10px;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.car-engine-pick .service-padding {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
    margin-top: -20px;
}

.pickContent h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 15px;
}

.pricing-list .pickContent p {
    margin: 0;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    line-height: 25px;
}

.car-pick-us .pricing-list {
    padding-left: 0%;
    padding-right: 0%;
}

.car-pick-us .pickPadding {
    padding-left: 2%;
    padding-right: 5%;
}

.car-pick-us .pricing-list li {
    padding: 25px 0px 25px 0px;
}

/* ================= FEATURES SECTION CSS START ================= */

.features-section {
    background: #F8F8F8;
}

.feature-title {
    color: #C6251C;
    font-size: 28px;
}

/* -------- CARD STYLE -------- */
.feature-card {
    background: #fff;
    border-radius: 14px;
    padding: 35px 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 2px solid #eee;
    transition: all .3s ease-in-out;
    height: 100%;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, .12);
    border-color: #d62b2b;
}

/* -------- ICON STYLE -------- */
.icon-box {
    width: 70px;
    height: 70px;
    background: #ffe6e6;
    border-radius: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px auto;
}

.icon-box img {
    width: 50px;
    height: 50px;
}

.features-section h2.section-title {
    margin-bottom: 30px;
}

/* -------- TEXT -------- */
.feature-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.feature-card p {
    color: #000;
    line-height: 1.6;
    font-weight: 500;
}

.feature-padding {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

/* ================= FEATURES SECTION CSS END ================= */


/* ================= HERO SECTION CSS START ================= */

.hero-offer-section {
    background: url('https://images.pexels.com/photos/358070/pexels-photo-358070.jpeg') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-offer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    /* Adjust opacity here */
}


/* Offer top badge */
.offer-badge {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    background-color: #c6251c;
    padding: 0 17px;
    border-radius: 5px;
    width: max-content;
}

/* Main Heading */
.offer-heading {
    line-height: 1.2;
    margin-bottom: 25px;
    color: #fff;
}

.hero-offer-section>* {
    position: relative;
    z-index: 2;
}

/* CTA Button */
.offer-btn {
    background: #ffba00;
    border: none;
    padding: 14px 28px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .3s;
    cursor: pointer;
    color: #000;
}

.offer-btn:hover {
    background: #ffc933;
    transform: translateY(-2px);
}


/* ================= HERO SECTION CSS END ================= */

/* ================= WHY CHOOSE SECTION CSS START ================= */

.why-das-section {
    background: #fff;
}

/* Small Top Tag */
.why-tag {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    background-color: #c6251c;
    padding: 0 17px;
    border-radius: 5px;
    width: max-content;
}

/* Heading */
.why-heading {
    line-height: 1.2;
    margin-bottom: 24px;
}

/* Right Content Paragraph Area */
.why-content {
    border-left: 4px solid #c70000;
    padding-left: 18px;
}

.why-content p {
    color: #000;
    margin-bottom: 0;
    line-height: 31px;
}

.dasContent {
    padding-left: 5%;
    width: 100%;
}

.why-img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.why-img-box img.dasImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    /* box-shadow: 3px 8px 10px 6px #00000024; */
}

.why-content p:not(:last-child) {
    margin-bottom: 15px;
}


/* ================= CTA STRIP CSS START ================= */

.cta-strip {
    background: #CF1212;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 3px solid #fff;
    margin-bottom: 100px;
}

.cta-text {
    color: #fff;
    margin-bottom: 18px;
}

/* CTA Button */
.cta-btn {
    background: #ffffff;
    color: #000;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: .3s;
}

.cta-btn:hover {
    background: #ffe082;
}

/* ================= CTA STRIP CSS END ================= */



/* ================= WHY CHOOSE SECTION CSS END ================= */


/* ================= ENGINE BANNER SECTION CSS START ================= */

.engine-banner-section {}

/* Title */
.engine-title {
    color: #C6251C;
    margin-bottom: 18px;
    font-size: 45px;
    line-height: 52px;
}

/* Paragraph Text */
.engine-text {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 14px;
    padding-right: 16%;
}

.section.engine-banner-section {
    padding-top: 95px;
}

/* CTA Button */
.engine-btn {
    margin-top: 10px;
    background: #ffcf2f;
    color: #000;
    padding: 12px 22px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    transition: .3s;
}

.engine-btn:hover {
    background: #ffd95a;
    transform: translateY(-2px);
}

/* Image Styling */
.engine-image {
    border-radius: 10px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .18);
    height: 550px;
    object-fit: cover;
}

.engine-text p:not(:last-child) {
    margin-bottom: 15px;
}

.carDetailInner .main-menu ul li a {
    /* color: #000; */
}

.carDetailInner .main-menu ul li:hover a {
    color: #F0BA2D;
}

.carDetailInner .menu-area.sticky-header {
    background: #000;
}

.carDetailInner .menu-area.sticky-header ul li a {
    color: #fff;
}

.carDetailInner .site-header__3 {
    box-shadow: 0px 3px 20px 4px #0000000f;
}

.pricing-section .sticky-top {
    z-index: 2;
}

.why-choose-us.section.car-engine-rebuild .sticky-top {
    z-index: 2;
}

/* ================= ENGINE BANNER SECTION CSS END ================= */

.black_bar {
    background-color: #000000;
    text-align: center;
    padding: 30px 0;
    border-top: 2px solid #fff;
}

.black_bar .section-title {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 0;
}

.modelSection.tuning-benefits {
    background-position: center;
    background-size: cover;
}


.tuning-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

.modelSection.tuning-benefit h2.section-title {
    text-align: center;
    width: 100%;
    color: #fff !important;
}

.tuning-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.tuning-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.tuning-title i {
    color: #e30613;
    font-size: 20px;
}

.modelSection.tuning-benefits .tuning-text {
    color: #000;
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
}

.modelSection.tuning-benefits .service-tag.red {
    background: #e6e6e6;
}

.modelSection.tuning-benefits .service-tag.white {
    background: #e6e6e6;
}


.modelSection.tuning-benefits .service-tag.red a {
    color: #000;
}

.modelSection.tuning-benefits .service-tag.white a {
    color: #000;
}

.modelSection.tuning-benefits .tags-wrapper li a {
    text-decoration: none;
    transition: 0.3s all ease;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}


.modelSection.tuning-benefits h2 {
    color: #fff;
    text-align: center;
}

:root {
    --brand-red: #e10613;
    --text: #0f172a;
    --muted: #475569;
    --card: #ffffff;
    --line: #e2e8f0;
    --soft: #f8fafc;
}

.exhaust-section {
    padding: 80px 0;
}

/* Left media card */
.media-card {
    border-radius: 18px;
    overflow: hidden;
    background: #0b1220;
    position: relative;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
    height: 700px;
}

.media-card img {
    width: 100%;
}

.media-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(80% 60% at 30% 30%, rgba(225, 6, 19, 0.18), transparent 55%),
        linear-gradient(180deg, rgba(2, 6, 23, 0.15), rgba(2, 6, 23, 0.55));
    pointer-events: none;
}



.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--brand-red);
    box-shadow: 0 0 0 6px rgba(225, 6, 19, 0.18);
}

/* Right content */
.content-wrap {
    padding-left: 38px;
}

.kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--soft);
    border: 1px solid var(--line);
    color: var(--muted);
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 14px;
}

.kicker .bar {
    width: 28px;
    height: 2px;
    background: var(--brand-red);
    border-radius: 999px;
}

.title {
    line-height: 1.08;
    font-weight: 800;
    margin: 0 0 14px 0;
}

.lead {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 14px;
    max-width: 600px;
}

.note {
    color: #000;
    font-size: 18px;
    line-height: 1.75;

    max-width: 600px;
    margin-bottom: 18px;
}

.types-title {
    color: #CF1212;
    font-weight: 700;
    margin: 18px 0 20px;
    font-size: 20px;
    line-height: 1;
}

.types {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    display: grid;
    gap: 10px;
}

.bullet {
    line-height: 1;
}

.types li {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
}

.types li p {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
}

.types li img {
    width: 18px;
}




.types .label {
    font-weight: 700;
    color: #000;
    line-height: 1.35;
}

.cta-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.exhaust-services {
    background: #f8f9fb;
}

.service-card-1 {
    background: #ffffff;
    padding: 35px 25px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e6e6e6;
    position: relative;
    overflow: hidden;
}

.service-card-1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 0;
    background: #e10613;
    transition: 0.3s ease;
}

.service-card-1:hover::before {
    width: 100%;
}

.service-card-1:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}

.service-card-1 h4 {
    font-size: 22px;
    font-weight: 600;
    color: #e10613;
    margin-bottom: 15px;
}

.service-card-1 p {
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 0;
}

.components-section {
    background: #fff;
}

.section-title {
    font-weight: 700;
    color: #d91111;
    margin-bottom: 20px;
    line-height: 1.3;
}

.components-content p {
    color: #000;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 20px;
}

.components-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.components-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #222;
}

.components-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #d91111;
    background: rgba(217, 17, 17, 0.15);
}

.image-card {
    background: #fff;
    border-radius: 16px;
    transition: 0.3s ease;
    text-align: center;
}

.image-card:hover {
    transform: translateY(-6px);
}

.image-card img {
    border-radius: 12px;
    /* width: 73%; */
    height: auto;
}


.reasons-section {
    background: #fff;
}

.main-heading {
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

.content-box h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.content-box p {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    padding-right: 12%;
}

.image-wrapper {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.image-wrapper img {
    width: 100%;
    height: 410px;
    display: block;
    transition: 0.4s ease;
    object-fit: cover;
}

.image-wrapper:hover img {
    transform: scale(1.05);
}

.image-wrapper:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}


/* Base Layout */
.brands-section {
    background: #f9fafc;
}


/* Header */
.brands-header {
    text-align: center;
    margin-bottom: 40px;
}

.brands-header h2 {
    font-weight: 700;
    color: #d20f0f;
    margin-bottom: 15px;
}

.brands-header p {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
    max-width: 730px;
    margin: 0 auto;
}

/* Grid */
.brands-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    position: relative;
    /* This makes columns stretch equally */
}

/* Center Divider */
.brands-grid::before {
    content: "";
    grid-column: 1;
    background: #d20f0f;
    width: 2px;
    position: absolute;
    left: 50%;
    height: 100%;
}

/* Columns */
.brands-column {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* Cards */
.brand-card {
    background: #ffffff;
    padding: 25px 22px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.brand-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #d20f0f;
}

.brand-card p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}


.detailing-section {
    background: #f9fafc;
}

.main-title {
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 25px;
}

.main-title span {
    display: block;
    color: #d20f0f;
    margin-top: 5px;
}

.lead-text {
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    max-width: 1200px;
    margin: 0 auto 0px;
}

.feature-box {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    height: 100%;
}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
}

.feature-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

.feature-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}


.package-section {
    background: #fff;
}

/* Title */
.package-title {
    font-weight: 700;
    color: #d20f0f;
    margin-bottom: 20px;
}

/* Image */
.package-image {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    height: 330px;
    object-fit: cover;
}

.package-image img {
    width: 100%;
    display: block;
    transition: 0.4s ease;
}

.package-image:hover img {
    transform: scale(1.05);
}

/* Content Card */
.package-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

/* Feature List */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
}

/* Custom Check Icon */
.feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: bold;
    color: #f0a500;
    font-size: 18px;
}


.repair-section {
    background: #f2f2f2;
}

.main-title {
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.intro-text {
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 18px;
}

.section-heading {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #d20f0f;
}

.sub-heading {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #d20f0f;
}

.repair-section p {
    font-size: 16px;
    line-height: 1.9;
    color: #000;
    margin-bottom: 20px;
}


/* Gallery Page CSS Start */

.image_grid_gallery .card {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333333;
    border-radius: 2px;
}

.image_grid_gallery .card-image {
    background: #ffffff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}

.image_grid_gallery .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image_grid_gallery .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    justify-content: center;
    align-items: center;
}

/* ===============================
   INNER BANNER
================================= */

.inner-banner {
    position: relative;
    height: 500px;
    overflow: hidden;
}

/* Background Image */
.banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Dark Overlay */
/* .banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
} */

/* Keep content above */
.inner-banner .container {
    z-index: 3;
}

/* Content Layout */
.banner-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* Red Vertical Line */
.banner-line {
    width: 4px;
    height: 138px;
    background-color: #ff0000;
    /* margin-top: 10px; */
}

/* Text Styling */
.banner-text h1 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.banner-text p {
    font-size: 16px;
    line-height: 28px;
    color: #dddddd;
    max-width: 450px;
}

/* ===============================
   VERTICAL BUTTON
================================= */

.vertical-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right top;
    background-color: #ff0000;
    color: #ffffff;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 4px 4px 0 0;
    z-index: 4;
}

.vertical-btn:hover {
    background-color: #C6251C;
    color: #ffffff;
}


/* Blog Card */
.blog-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}



/* Image Section */
.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: 0.4s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

/* Category Badge */
.blog-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 30px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

/* Content Section */
.blog-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Date */
.blog-date {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1;
}

/* Title */
.blog-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #C6251C;
    line-height: 32px;
}

/* Excerpt - 2 line clamp */
.blog-excerpt {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Button */
.read-more-btn {
    display: inline;
    align-items: center;
    padding: 12px 16px;
    gap: 5px;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.02em;
    font-weight: 600;
    border-radius: 2px;
    background: #C6251C;
    color: #fff;
    transition: transform .25s ease, background .25s ease;
    line-height: 1;
    width: max-content;
    text-transform: uppercase;
}

.read-more-btn:hover {
    background: #000;
    color: #fff;
}


/* ================= Blog Detail Banner ================= */

.blog-detail-banner {
    background-color: #efefef;
    padding: 90px 0 90px 0;
}

/* Breadcrumb */

.breadcrumb-wrapper {
    font-size: 15px;
    margin-bottom: 15px;
}

.breadcrumb-wrapper a {
    text-decoration: none;
    color: #e21d1d;
    font-weight: 500;
}

.breadcrumb-wrapper span {
    color: #999;
}

/* Subtitle */

.blog-detail-banner .blog-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

/* Main Title */

.blog-detail-banner .blog-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #c6251c;
}

/* Image Styling */

.blog-detail-banner .blog-image-wrapper img {
    border-radius: 12px;
    width: 100%;
}

.breadcrumb-wrapper a.text-mute {
    color: #000;
}


/* ===============================
   Blog Detail Layout
================================ */

.blog-detail-section {
    padding: 80px 0;
    background: #ffffff;
}

/* Sidebar */

.blog-sidebar {
    position: sticky;
    top: 120px;
}

.share-box h5,
.toc-box h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 22px;
}

/* Social Icons */

.social-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 40px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #C6251C;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 19px;
}

/* TOC */

.toc-box {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

#blog-toc .nav-link {
    color: #000;
    padding: 13px 0;
    font-size: 16px;
    transition: all 0.3s ease;
    line-height: 27px;
    font-weight: 600;
}

#blog-toc .nav-link:hover {
    color: #C6251C;
}

/* Active Scrollspy Highlight */

#blog-toc .nav-link.active {
    color: #C6251C;
    font-weight: 600;
}

/* Content */

.blog-content h2 {
    /* font-size: 34px; */
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #c6251c;
}

.blog-content h3 span {
    font-size: 25px;
    font-weight: 600 !important;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #c6251c;
    font-family: 'Futura';
}

.blog-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
    margin-bottom: 0;
}

.blog-content ul {
    padding-left: 20px;
}

.blog-content li {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
    margin-bottom: 0;
}

/* Section spacing for scroll offset */


.blog-content p:not(:last-child) {
    margin-bottom: 25px;
}


/* ================= CONTACT SECTION ================= */

.contact-section-new {
    background: #fff;
}


/* CARD STYLE */
.contact-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* ICON BOX */
.icon-box-new {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    border: 2px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 22px;
    color: #111;
}

/* TEXT STYLING */
.contact-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111827;
}

.contact-card p {
    font-size: 16px;
    color: #6b7280;
    margin-bottom: 18px;
}

.contact-card a {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
}

.contact-card a:hover {
    color: #C6251C;
}

.icon-box-new img {
    width: 22px;
}


/* ================= MAIN WRAPPER ================= */

.contact-wrapper-section {}

.contact-main-wrapper {
    background: #fff;
    border-radius: 18px;
    padding: 48px;
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05); */
    border: 10px solid #f7f7f7;
}

/* ================= LEFT IMAGE CARD ================= */

.left-image-card {
    background: #b6e857;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 48px;
}

.left-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* mix-blend-mode: multiply; */
}

/* ================= COLLAB CARD ================= */

.collab-card {
    background: #53ce6036;
    padding: 20px 25px;
    border-radius: 14px;
    border: 1px solid #53ce6036;
}

.collab-card .small-text {
    font-size: 14px;
    color: #000;
}

.collab-card a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    transition: 0.3s all ease;
}

.collab-card a:hover {
    color: #C6251C;
}

.arrow-btn {
    width: 50px;
    height: 50px;
    background: #53CE60;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    font-size: 23px;
}

/* ================= RIGHT FORM ================= */

.contact-form-card {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    border: 10px solid #f7f7f7;
}

.contact-form-card label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.custom-input {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 15px;
}

.custom-input:focus {
    border-color: #000;
    box-shadow: none;
}

/* ================= BUTTON ================= */

.submit-btn {
    background: #C6251C;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s ease;
}

.submit-btn:hover {
    background: #333;
}

.contact-cards-row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
}

.image-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}


.why-das-section .dasContent .why-heading br {
    display: none;
}


.locations-section .fixed-map iframe {
    width: 100%;
    border-radius: 20px;
    height: 600px;
}

.repair-section h3 {
    margin-bottom: 20px;
}

.repair-section h2 {
    font-weight: 700;
    color: #d91111;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* Blog load more */
.blog-hidden {
    display: none;
}

.load-more-btn {
    display: inline-block;
    background-color: #d91111;
    color: #fff;
    border: none;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    letter-spacing: 0.5px;
}

.load-more-btn:hover {
    background-color: #b50e0e;
    color: #fff;
}


.menu-area.menu-area__3.sticky-header .menu-area__right .item i {
    color: #fff;
}

.cta-strip p {
    color: #fff;
}


.readmore-btn {
    display: none;
}

/* Replace .your-section with the parent container's existing class */

.blog-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-size: 0.95rem;
    color: #1f2937;
    background: #fff;
    margin: 2rem 0;
}

/* Header = first row (the <b> cells) */
.blog-content table tr:first-child td {
    background: #c6251c;
    /* header colour — swap for brand */
    padding: 16px 20px;
    letter-spacing: .2px;
}

.blog-content table tr:first-child td b {
    color: #fff;
    font-weight: 600;
    font-family: 'Futura';
    font-size: 16px;
}

/* Data cells */
.blog-content table tr:not(:first-child) td {
    padding: 10px 20px;
    border-bottom: 1px solid #eceff3;
    vertical-align: top;
}

.blog-content table tr:not(:first-child) td span {
    font-size: 14px;
}


/* Zebra striping + hover (header excluded) */
.blog-content table tr:nth-child(even) td {
    background: #c6251c17;
    line-height: 19px;
}

.blog-content table tr:not(:first-child):hover td {
    background: #c6251c17;
    transition: background .15s ease;
}

.blog-content table tr:nth-child(even) td span {
    font-size: 14px;
}


/* First column = labels, emphasised (override inline 400) */
.blog-content table tr:not(:first-child) td:first-child span {
    font-weight: 600 !important;
    color: #000;
    white-space: nowrap;
    font-size: 14px
}

/* Reveal column accent (override inline 400) */
.blog-content table tr:not(:first-child) td:last-child span {
    color: #b4431f;
    /* accent — swap for brand */
    font-weight: 500 !important;
}

/* Drop border on last row */
.blog-content table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 540px) {

    /* table becomes its own scroll viewport */
    .blog-content table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        /* momentum scroll on iOS */
        font-size: .88rem;
    }

    .blog-content table tr:not(:first-child) td:last-child span {
        color: #b4431f;
        font-weight: 500 !important;
        line-height: 19px;
    }

    /* tbody keeps real table layout + a min-width that forces the scroll */
    .blog-content table tbody {
        display: table;
        width: 100%;
        min-width: 520px;
        /* below this, it scrolls */
    }

    .blog-content table tr td {
        padding: 12px 14px !important;
    }
}