@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: "ACaslonPro-Regular";
    src: url(../fonts/ACaslonPro-Regular.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "ACaslonPro-Regular";
    font-size: 58px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: "ACaslonPro-Regular";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "ACaslonPro-Regular";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "ACaslonPro-Regular";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "ACaslonPro-Regular";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "ACaslonPro-Regular";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 16px;
    font-family: "poppins";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
    line-height: 2.05;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

ul#menu {
    display: flex;
    justify-content: end;
    gap: 20%;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 41px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0;
    font-size: 15px;
}

.menuSection {
    background: #7F017F;
    padding: 30px 0px;
}

ul.Request li a {
    background: #d4af37;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: anchor-center;
    width: 165px;
    border-radius: 5px;
}

ul.Request li a:hover {
    color: #fff !important;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #000000;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-item img {
    height: 100vh;
    width: 100%;
}

.carousel-item .inner-banner img {
    height: 80vh;
    width: 100%;
}

.carousel-inner::after {
    width: 104px;
    height: 58px;
    position: absolute;
    content: '';
    background: #d4af37;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
    z-index: 1;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_img img {
    width: 800px;
    height: 615px;
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: -1;
    object-fit: cover;
}

.banner_text.wow.fadeInLeft {
    background: #fff;
    padding: 34px;
    border: 3px solid #cbc6d1;
}

.carousel-control-prev {
    left: 93% !important;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
    height: 50px;
    top: unset;
}

.banner_text {
    background: #fff;
    padding: 32px;
    border: 3px solid #cec9d3;
}

span.purpal {
    font-weight: 600;
    color: #7F017F;
}

span.gold {
    font-weight: 600;
    color: #d4af37;
}

.banner_text a {
    background: #d4af37;
    color: #fff;
    width: 147px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Call {
    display: flex;
    gap: 11px;
}

.call_now a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #8b1f8a;
    border-radius: 25px;
}

a.talk {
    width: unset;
    background: unset;
    height: unset;
    color: #fff;
    font-weight: 400;
}

.call_now h5 {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
}

.call_now {
    display: flex;
    gap: 14px;
    background-color: #7F017F;
    padding: 5px;
    justify-content: center;
    width: 211px;
    border-radius: 5px;
    align-items: center;
}

.banner_text p {
    font-size: 16px;
    font-family: poppins;
    font-weight: 500;
    padding-bottom: 14px;
    text-align: justify;
}

.main_slider {
    position: relative;
    z-index: 1;
}

.carousel-inner.inner-banner::after {
    background: unset;
}

.main_slider .carousel-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 300px;
    bottom: 0;
    left: 0;
    background: #dcd5e5;
    z-index: 1;
}

.main_slider .carousel-item {
    position: relative;
}

.carousel-item.active.inner-banner img {
    height: 80vh;
}

.banner_img.inner_about img {
    height: 544px !important;
}

.banner_img.inner-about img {
    height: 532px !important;
}

.social_icon ul {
    display: flex;
    gap: 28px;
}

.social_icon ul li a {
    color: #7F017F;
    display: flex;
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    font-size: 15px;
}

.social_icon {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    left: 120px;
}


/*banner css end*/


/* about_sec */

.banner_text.inner-about {
    padding: 105px 31px;
    width: 85%;
}

.about_text.inner-about-text {
    box-shadow: unset;
    margin: 0;
    padding: 15px 0 0px 0;
}

.about_sec {
    padding: 150px 0;
    position: relative;
    z-index: 1;
}

.about_text h1 {
    font-size: 47px;
    font-weight: 500;
}

.about_text h1 span {
    color: #d4af37;
}

.about_text a {
    background: #7F017F;
    color: #fff;
    width: 147px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.about_text p {
    text-align: justify;
    padding-bottom: 12px;
    color: #5d5b5b;
}

.about_text {
    background: #fff;
    padding: 41px 26px 30px;
    box-shadow: 0 0 1px 0 #7c7c7c;
    margin-top: 115px;
}

.about-img img {
    width: 850px;
    height: 550px;
    position: absolute;
    z-index: -1;
    top: 190px;
    left: 218px;
}

.about-img::before {
    position: absolute;
    content: '';
    width: 505px;
    height: 469px;
    background: #fff;
    border: 6px solid #d4af37;
    z-index: -1;
    top: 310px;
    left: 174px;
}


/* about_sec */


/* cleaning */

.cleaning {
    /* background: #d4af37; */
    padding: 0;
    position: relative;
    z-index: 2;
}

.cleaning_services img {
    /* position: absolute; */
    /* left: 0; */
    width: 100%;
    /* z-index: -1; */
    /* top: 0; */
    object-fit: cover;
    height: 450px;
}

.cleaning_services::before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 450px;
    background: #7d037ce3;
    top: 0;
    z-index: 2;
}

.Laundry_Services img {
    /* position: absolute; */
    /* right: 0; */
    width: 100%;
    /* z-index: -1; */
    /* top: 0px; */
    height: 450px;
    object-fit: cover;
}

.Laundry_Services::before {
    position: absolute;
    right: 0;
    content: '';
    width: 100%;
    height: 450px;
    background: #d4af37d6;
    z-index: 1;
    top: 0;
}

.cleaning_services_text {
    position: absolute;
    z-index: 2;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    align-content: center;
}

.cleaning_services_text a {
    background: #d4af37;
    color: #fff;
    width: 164px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 5px;
}

.cleaning_services_text h1 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
}

.cleaning_services {
    position: relative;
}

.Laundry_Services {
    position: relative;
}

.cleaning .col-md-6 {
    padding: 0;
}

.Laundry_Services_text {
    position: absolute;
    z-index: 2;
    text-align: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    align-content: center;
}

.Laundry_Services_text h1 {
    font-size: 46px;
    color: #fff;
    font-weight: 600;
}

.Laundry_Services_text a {
    background: #7F017F;
    color: #fff;
    width: 147px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin: 0 auto;
    text-transform: uppercase;
}


/* cleaning */


/* our_services */

.our_services {
    padding: 130px 0;
}

.Service_card {
    position: relative;
    z-index: 1;
}

.Service_card img {
    width: 430px;
    height: 392px;
    object-fit: cover;
}

.service_text {
    display: flex;
    justify-content: space-between;
    background: #d4af37;
    padding: 10px;
    position: absolute;
    bottom: 27px;
    width: 100%;
    z-index: 2;
    height: 14%;
}

.service_text img {
    height: auto;
    width: auto;
    padding: 6px;
}

.service_text::before {
    position: absolute;
    width: 66px;
    height: 55px;
    background: #7F017F;
    content: '';
    right: 0;
    bottom: 0;
    z-index: -1;
}

.service_text h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    padding-left: 8px;
    padding-top: 8px;
    text-transform: uppercase;
}

.our_services_content h3 {
    font-weight: 200;
    text-transform: uppercase;
    color: #291c3f;
    font-size: 25px;
    line-height: 41px;
}

.our_services_content h2 {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 40px;
}

.our_services_content p {
    line-height: 25px;
    color: #7f7f7f;
    font-weight: 500;
}

.our_services_content {
    padding-bottom: 40px;
}

.service_slider .slick-active {
    opacity: 1.5;
}

.service_slider .slick-prev:before {
    content: '\f060';
    font-family: FontAwesome;
    background-color: #dcd5e5;
    padding: 8px 10px;
    font-size: 14px;
    color: #706a78;
}

.service_slider .slick-next:before {
    content: '\f061';
    font-family: FontAwesome;
    background-color: #dcd5e5;
    padding: 8px 10px;
    font-size: 14px;
    color: #706a78;
}


/* our_services */


/* why_choose_us */

.why_choose_us {
    padding: 120px 0;
    background-image: url(../images/why-chose-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.why_choose_us::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7f017feb;
    z-index: -1;
}

.why_choose_img img {
    width: 100%;
    height: 545px;
    object-fit: cover;
}

.why_choose_text ul li {
    display: flex;
    gap: 29px;
    align-items: start;
    padding: 7px;
}

.why_choose_text ul li h3 {
    font-size: 31px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 44px;
}

.why_choose_text h1 {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    padding-bottom: 20px;
}

.why_choose_text {
    position: relative;
}

.why_choose_text ul::before {
    position: absolute;
    content: '';
    width: 59px;
    height: 87%;
    background: #d4af37;
    z-index: -1;
    left: -7px;
    bottom: 0;
}


/* why_choose_us */


/* TESTIMONIAL */

.TESTIMONIAL_content h4 {
    color: #d4af37;
    font-size: 30px;
    font-weight: 500;
}

.TESTIMONIAL_content h1 {
    color: #fff;
    font-size: 45px;
    line-height: 50px;
}

.reviwes_text {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    justify-content: space-between;
}

.reviwes {
    background: #ffffff;
    padding: 25px;
    position: relative;
    z-index: 1;
}

.reviwes p {
    text-align: justify;
    font-weight: 500;
    color: #494949;
}

.reviwes::before {
    position: absolute;
    content: '';
    width: 213px;
    height: 50px;
    background: #d4af37;
    left: 0;
    top: 45px;
    z-index: -1;
}

.reviwes_text h4 {
    color: #fff;
    text-transform: uppercase;
    padding-top: 11px;
}

.TESTIMONIAl {
    margin-top: 55px;
}

img.adam_img {
    height: 91px;
    width: 90px;
    object-fit: cover;
}

img.comase_img {
    height: auto;
    width: auto;
}

.reviwes_slider .slick-active {
    opacity: 1.5;
}

.reviwes_slider .slick-dots {
    position: absolute;
    bottom: -53px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.reviwes_slider .slick-dots li button:before {
    font-family: 'ACaslonPro-Regular';
    font-size: 6px;
    line-height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 8px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
}

.reviwes_slider .slick-dots li.slick-active button:before {
    background: #d4af37;
}


/* TESTIMONIAL */


/* contact */

.contact {
    padding: 150px 0;
}

.contact_form h1 {
    font-size: 40px;
    font-weight: 700;
    /* padding-top: 40px; */
}

.contact_form form input {
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 11px;
    border: unset;
    box-shadow: 0 0 1px 0 #7c7c7c;
}

.contact_form form input::placeholder {
    color: #a6a7a7;
}

.contact_form form textarea {
    width: 100%;
    height: 203px;
    padding: 10px;
    border: unset;
    box-shadow: 0 0 1px 0 #7c7c7c;
}

.contact_form form textarea::placeholder {
    color: #a9a7a7;
}

.contact_form form button {
    background: #d4af37;
    color: #fff;
    width: 130px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: unset;
}

.contact_img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.contact_img.inner-contact img {
    height: 619px;
}

.contact_form p {
    padding-bottom: 17px;
}


/* contact */


/* footer */

.footerSec {
    background: #7F017F;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 15px;
    position: relative;
    z-index: 1;
}

.footer-logo p {
    color: #fff;
    text-align: justify;
    padding-top: 18px;
    padding-bottom: 14px;
}

.footer-logo ul {
    display: flex;
    gap: 16px;
    padding-bottom: 60px;
}

.footer-logo ul li a {
    display: flex;
    border: 1px solid;
    height: 39px;
    width: 39px;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    background: #dcd5e5;
    color: #810984;
    border-radius: 3px;
}

.foot-links h5 {
    color: #fff;
    font-size: 31px;
    padding-bottom: 20px;
}

.footer-contact h5 {
    color: #fff;
    font-size: 31px;
    padding-bottom: 10px;
}

.foot-links ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
}

.copy-txt {
    text-align: center;
    background: #d4af37;
    padding: 11px;
}

.copy-txt p {
    color: #fff;
}

.footer-contact ul li a {
    color: #fff;
    padding-bottom: 14px;
}

.footer-contact ul li a i {
    padding-right: 6px;
}

.footerSec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 40px;
    z-index: -1;
}


/* footer */

.theme-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #810984;
    border-radius: 5px;
    z-index: -1;
    transition: .5s all;
}

.theme-btn:hover {
    color: #fff;
}

.theme-btn:hover::before {
    width: 100%;
    height: 100%;
}

.theme-btn {
    position: relative;
    z-index: 1;
}

.theme-btn1::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #d4af37;
    border-radius: 5px;
    z-index: -1;
    transition: .5s all;
}

.theme-btn1:hover {
    color: #fff;
}

.theme-btn1:hover::before {
    width: 100%;
    height: 100%;
}

.theme-btn1 {
    position: relative;
    z-index: 1;
}

.detail_form form input,
select {
    border-radius: 0;
    width: 100%;
    height: 50px;
    border: 1px solid #aeaeae;
    padding-left: 10px;
    margin-bottom: 38px;
    background-color: #ffffff;
    appearance: auto;
}

.detail_form form textarea {
    border-radius: 0;
    width: 100%;
    height: 229px;
    border: 1px solid #b2b2b2;
    padding-left: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
}

.makeappointment_form {
    padding: 100px 0;
}

.detail_form form button {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 0 0px;
    text-decoration: none;
    padding: 17px 171px;
    border-radius: 3px;
    border: unset;
    background-color: #d4af37;
}

.contactus {
    padding: 100px 0;
}

.contactdetail h3 {
    font-size: 35px;
    font-weight: 500;
}

.contactdetail p {
    font-size: 15px;
    font-weight: 400;
    padding: 14px 0 66px;
    color: #000;
}

.contactdetail h2 {
    font-size: 48px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins';
    font-weight: 500;
}

.contacticon a {
    font-size: 19px;
    padding-left: 76px;
    padding-top: 10px;
    padding-bottom: 55px;
    color: #666;
    font-weight: 500;
}

.contacticon h6 {
    font-size: 18px;
    font-weight: 600;
    padding-left: 75px;
    font-family: 'Poppins';
}

.contacticon p {
    font-size: 17px;
    padding: 11px 0px 45px 76px;
    color: #666;
    font-weight: 600;
}

.contacticon i {
    font-size: 53px;
    color: #000;
    position: absolute;
}

.footer_icon {
    display: flex;
    justify-content: space-around;
    padding-right: 300px;
    padding-left: 0;
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
}

.footer_icon li a {
    background-color: #000000;
    padding: 6px 8px;
    color: #fff;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
}

.footer_icon li a:hover {
    background-color: #7f017f;
}

.footer_icon1 {
    display: flex;
    justify-content: space-around;
    padding-right: 300px;
    padding-left: 0;
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
}

.formtext1 form textarea::placeholder {
    color: #000000;
}

.formtext1 form input::placeholder {
    color: #000000;
}

.formtext1 form input {
    border-radius: 0;
    width: 100%;
    height: 50px;
    border: 1px solid #aeaeae;
    padding-left: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    color: #000000;
}

.formtext1 {
    background-color: #ffffff;
    padding: 56px 31px 60px;
    box-shadow: 0px 0px 0px 1px #b3aaaa;
}

.formtext1 form textarea {
    border-radius: 0;
    width: 100%;
    height: 150px;
    border: 1px solid #b3b3b3;
    padding-left: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    color: #000000;
}

.formtext1 form h3 {
    font-size: 49px;
    padding-bottom: 22px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 500;
}

.map iframe {
    width: 100%;
    height: 700px;
}

.formtext1 form button {
    background: #7f017f;
    width: 170px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    border: unset;
}

.detail_services.wow.fadeInRight {
    padding: 100px 0;
}

.detail_text a {
    background: #d4af37;
    width: 141px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}

.detail_text p {
    text-align: justify;
    line-height: 33px;
    padding-bottom: 21px;
}

.detail_img img {
    width: 100%;
    height: 700px;
}

.detail_img {
    padding-bottom: 20px;
}

.SERVICES_AREA {
    padding: 150px 0;
}

.area_text {
    text-align: center;
}

.service_area_img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.service_area_img h4 {
    text-align: center;
    border: 1px solid;
    padding: 12px;
    font-weight: 600;
}

.blog_content {
    text-align: center;
}

.blog {
    padding: 150px 0;
}

.blog_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.blog_img h4 {
    padding-top: 10px;
    font-size: 31px;
}

.blog_img a {
    color: #830683;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

.blog_img i {
    color: #830683;
    font-size: 16px;
    padding-top: 20px;
    padding-right: 11px;
}

.our_team {
    padding: 150px 0;
}

.team_content {
    text-align: center;
    padding-bottom: 45px;
}

.team_content h5 {
    color: #720773;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
}

.team_content h2 {
    text-transform: uppercase;
}

.team_img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.team_img h3 {
    font-size: 20px;
    padding-top: 14px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.foot-links {
    position: relative;
    z-index: 1;
}

.foot-links::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #d4af37;
    top: 36px;
    left: 6px;
}

.footer-contact {
    position: relative;
    z-index: 1;
}

.footer-contact::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #d4af37;
    top: 32px;
    left: 6px;
}

.contact .row {
    align-items: center;
}

.contactus .row {
    align-items: center;
}


/* Order Section */

.form-card {
    max-width: 1300px;
    margin: 30px auto;
    background: white;
    border-radius: 28px;
    box-shadow: 0 20px 40px -12px rgba(0, 50, 50, 0.2);
    overflow: hidden;
}

.global-header {
    background: #7f017f;
    color: white;
    padding: 18px 30px;
    font-size: 1.8rem;
    font-weight: 600;
}

.steps-duo {
    display: flex;
    background: #e9ecef;
}

.step-tab {
    flex: 1;
    text-align: center;
    padding: 16px 10px;
    font-weight: 600;
    background: transparent;
    color: #000;
    cursor: pointer;
    border-bottom: 4px solid #d4af37;
    transition: 0.2s;
}

.step-tab.active {
    background: #d4af37;
    color: #fff;
    border-bottom: 4px solid #d4af37;
}

.section {
    display: none;
    padding: 35px 35px 45px;
}

.section.active {
    display: block;
}


/* address buttons */

.address-btn {
    border-radius: 20px !important;
    padding: 18px 12px !important;
    width: 100%;
    border: 2px solid #b9cfd4;
    background: white;
    font-weight: 600;
    color: #144b4b;
    white-space: normal;
}

.address-btn.btn-alternative-2 {
    background: #7f017f;
    border-color: #7f017f;
    color: white;
}

.gray-placeholder {
    background: #edf3f5;
    border-radius: 40px;
    padding: 30px;
    text-align: center;
    color: #2b6363;
    font-size: 1.1rem;
}

.day,
.time {
    border: 2px solid #7f017f;
    border-radius: 10px;
    padding: 12px 22px;
    font-weight: 600;
    background: white;
    color: #000;
    cursor: pointer;
    min-width: 150px;
    height: 100px;
    text-align: center;
    transition: 0.1s;
    display: block;
    align-content: center;
}

.border-top {
    margin: 50px 0 0;
}

.time {
    height: 50px;
}

.day.active,
.time.active {
    background: #7f017f;
    color: white;
    border-color: #7f017f;
}

.arrow-btn {
    background: none;
    border: 2px solid #7f017f;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7f017f;
    font-size: 1.4rem;
    cursor: pointer;
    transition: 0.1s;
}

.arrow-btn:hover {
    background: #7f017f;
    color: white;
}

.frequency .freq {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #eef5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    color: #000;
    border: 3px solid transparent;
    cursor: pointer;
    box-shadow: 0 5px 12px rgba(0, 50, 50, 0.08);
}

.frequency .freq.active {
    background: #7f017f;
    color: white;
    border-color: #7f017f;
}

.btn-option {
    border: 2px solid #7f017f;
    border-radius: 10px;
    padding: 12px 12px;
    margin: 8px 0;
    font-weight: 500;
    cursor: pointer;
    background: white;
}

.btn-option.active {
    background: #7f017f;
    color: white;
}

.char-count {
    font-size: 0.8rem;
    color: #4b777a;
    font-weight: 500;
}

.button-row {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.next-btn,
.back-btn {
    padding: 14px 48px;
    border: none;
    border-radius: 60px;
    font-weight: 600;
}

.next-btn {
    background: #d4af37;
    color: white;
}

.back-btn {
    background: #d5e2e5;
    color: #1c4b4b;
}

.main-btn {
    background: #d4af37;
    color: white;
    border-radius: 40px;
    padding: 12px 32px;
    border: none;
}

.modal-pricing .table {
    background: white;
    border-radius: 24px;
}

.modal-pricing th {
    background: #eef3f5;
}

div#pickupBlock {
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    padding: 20px;
}

.d-flex.flex-wrap.align-items-center.justify-content-space-between.gap-3.mb-4 {
    justify-content: space-between;
}

section.order-book-sec {
    padding: 80px 0;
}

.btn {
    background-color: #d4af37;
    border-color: #d4af37;
    color: #fff;
}

.box h6 {
    font-size: 22px;
}

button.btn.btn-outline-secondary {
    background: #e5e5e5;
    border-color: #7c7c7c7c;
    color: #000;
}

.mont-year.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.mont-year.flex select {
    height: 38px;
    appearance: auto;
}

.btn-outline-primary:hover,
.btn-success:hover {
    background-color: #7f017f;
    border-color: #7f017f;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #7f017f;
    border-color: #7f017f;
    box-shadow: 0 0 0 0.25rem #7f017f;
}

.btn-primary:hover {
    background-color: #7f017f;
    border-color: #7f017f;
}

.deter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.deter-list .btn-option {
    width: 48%;
    text-align: center;
    display: block;
    align-content: center;
    line-height: 24px;
}


/* Order Section */