/* Poppins Font */

@import url("https://fonts.googleapis.com/css2?family=ABeeZee&family=Poppins:wght@400;600;700;800;900&display=swap");

/* Be Vietnam Font */

@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,400;8..144,500;8..144,600&display=swap');

@font-face {
    font-family: 'Mont';
    src: url('/fonts/Mont-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.be-vietnam-pro-regular-31 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 31px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0;
    color: #666666;
    margin-top: 25px;
}

.thankyou {
    border: 1px solid #A4A4A4C2;
    background-color: #FF3D3D;
    box-shadow: 0px 4px 37px 0px #00000026;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 23px;
    line-height: 52px;
    letter-spacing: 0.069rem;
    /* 0.3% of 23px ≈ 0.069px */
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    max-width: 900px;
    width: 100%;
}

.thankyouBtn {
    width: 180px;
    height: 50px;
    border-radius: 12px;
    background-color: #36B864;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.054rem;
    /* 0.3% of 18px ≈ 0.054px */
    text-align: center;
    vertical-align: middle;
    border: none;
}

.center-box-wrapper {
    display: flex;
    justify-content: center;
    padding: 20px;
    word-wrap: break-word;
    box-sizing: border-box;/
}

/* Utilities */

.be-vietnam-pro-light {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 300;
    font-style: normal;
}

.navbar-nav {
    /* margin-left:1%; */
    gap: 20px;
}

.ourdeepClean-heading {
    font-size: 44px !important;
}

.be-vietnam-pro-regular,
.be-vietnam-pro-regular-banner,
.be-vietnam-pro-regular-aboutus {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 400;
    font-style: normal;
    color: #666666;
}

.be-vietnam-pro-regular-banner {
    color: black;
    font-size: 20px;
}

.be-vietnam-pro-regular-aboutus {
    color: #111D15;
}

.be-vietnam-pro-regular-white,
.be-vietnam-pro-regular-custom {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 20px !important;
}

.be-vietnam-pro-regular-custom {
    font-size: 16px !important;
}

.be-vietnam-pro-regular-custom {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 400;
    font-style: normal;
}

.button-services {
    color: #000000;
    border: 1px solid #666666;
}

.be-vietnam-pro-medium {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 500;
    font-style: normal;
}

.be-vietnam-pro-medium-custom {
    font-size: 44px;
    font-family: "Be Vietnam Pro", serif;
    font-weight: 500;
    font-style: normal;
}

.be-vietnam-pro-semibold {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 600;
    font-style: normal;
}

.title-services {
    color: black;
}

.be-vietnam-pro-semibold-homepage {
    font-size: 44px;
    font-weight: 600;
}

.be-vietnam-pro-bold {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 700;
    font-style: normal;
}

.be-vietnam-pro-bold-custom {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 700 !important;
    font-style: normal;
    color: white;
    font-size: 45px !important;
}

.be_vietnam-pro-normal {
    font-family: "Be Vietnam Pro", serif;
    font-weight: 500;
    font-style: normal;
    font-size: "44px";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Poppins", serif !important;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: bold;
    font-size: 45px;
}

h2 {
    font-weight: bold;
    font-size: 40px;
}

h3 {
    font-weight: bold;
    font-size: 35px;
}

h4 {
    font-weight: bold;
    line-height: 28px;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fs-24 {
    font-size: 24px;
}

.fs-20 {
    font-size: 20px;
}

.text_green {
    color: #36b864;
}

.bg_green {
    background-color: #36b864;
    border: 1px solid #36b864;
}

.dark_text {
    color: #1e1e1e;
}

.text_offWhite {
    color: #f7f7f7;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}

.gap-6 {
    gap: 4rem;
}

.text-justify {
    text-align: justify;
}

.text-underline {
    text-decoration: underline;
}

.form-control:focus {
    box-shadow: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.booking_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    border-radius: 6px;
    background: #36b864;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #36b864;
}

.booking_btn:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #666666;
}

.form-select:focus {
    box-shadow: none;
}

/* Fix DatePicker hover and input behavior */
.react-datepicker-wrapper,
.form-select {
    cursor: pointer !important;
    /* appearance: textfield !important; */
}


/* Remove number input arrows */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.disabled-button {
    cursor: url('/red-disabled-cursor.cur'), not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

/* End Utilities */

/* Main Header */

.emergency_contact {
    font-size: 13px;
}

.emergency_contact span {
    font-size: 13px;

}

.navbar-nav .nav-item .nav-link {
    font-size: 14px;
}

.header_btn {
    min-width: 125px;
    padding: 10px 0;
}

.getaquote_btn {
    max-width: 173px;
    max-height: 48px;
    /* padding: 10px 0; */
}

.imagebadges {
    width: 50%;
}

.headerBtn_green:hover {
    background-color: transparent;
    color: #36b864 !important;
    border: 1px solid #36b864;
}

/* End Main Header */

/* Home Page */

.banner_img {
    background-image: url("../images/banner-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    height: 100%;
}

.custom_gutter {
    --bs-gutter-y: 2rem;
}

.service_banner_btn {
    border: 1px solid #ffffff;
    border-radius: 6px;
    padding: 10px 30px;
}

.booking-form,
.getAquote-form {
    padding: 38px 32px;
    border-radius: 24px;
    box-shadow: 0px 4px 37px 0px #00000026;
    max-width: 513px;
    max-height: 385px;
    width: 100%;
}

/* make the select scrollable horizontally */
.form-select,
.date {
    white-space: nowrap;
    /* prevent text from wrapping */
    overflow-x: auto;
    /* allow horizontal scrolling */
    text-overflow: ellipsis;
    /* show ... if text is too long */
}

/* for options inside select, keep nowrap (some browsers) */
.form-select option,
.date {
    white-space: nowrap;
}

.getAquote-form {
    max-height: none !important;
}

.form-select,
.form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px;
    color: #88939D;
}

.form-control::placeholder {
    color: #88939D;
}

.banner-booking-btn {
    width: 100%;
    padding: 12px;
    font-weight: bold;
    border-radius: 6px;
    background-color: #12153a;
    border: 1px solid #12153a;
}

.banner-booking-btn:hover {
    border: 1px solid #12153a;
    color: #12153a !important;
    background-color: transparent !important;
}

.banner-booking-btn:disabled {
    background-color: gray !important;
    border: 1px solid white !important;
    color: white !important;
}

.round-icon {
    right: 65px;
    bottom: -25px;
    padding: 13px;
    width: 88px;
    height: 88px;
    border-radius: 100px;
    font-size: 50px;
    border: 4px solid #ffffff;
    z-index: 9;
}

/* Services Section */

.service_main {
    background-image: url(../images/service-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 44px;
    position: relative;
    border-radius: 40px;
}

.service_main:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(33, 120, 60, 0.9);
    border-radius: 40px;
}

.billing {
    /* font-family: Averta; */
    font-size: 32px;
    color: #12153A;
    font-weight: 700px;
}

.service_main_content {
    position: relative;
    z-index: 2;
}

.service_main_content p {
    font-size: 18px;
}

.service_main_content img {
    max-height: 52px;
}

.achievement_content p {
    width: 70%;
    margin: 0 auto;
}

.service_method .col-4:nth-child(2) .service_method_card span {
    top: 20px;
}

.service_method_card img {
    width: 210px;
    height: 210px;
    border-radius: 100px;
    object-fit: cover;
    /* box-shadow: 0px 0px 20px 0px rgb(178 178 178); */
}

.service_method_card span {
    position: absolute;
    bottom: 20px;
    right: -4px;
    width: 48px;
    height: 48px;
    border-radius: 100px;
}

/* End Services Section */

/* Service Details Section */

.service_details_content p:first-child {
    font-size: 24px;
}

.grid-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    position: relative;
    padding: 20px;
}

/* layout.module.css or any wrapper css file */

.layoutWrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.leftColumn,
.rightColumn {
    flex: 1;
}

/* On smaller screens stack vertically and take full width */
@media (max-width: 768px) {
    .layoutWrapper {
        flex-direction: column;
    }

    .leftColumn,
    .rightColumn {
        width: 100%;
    }
}

.confirmation-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    /* dimmed background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    /* ensure it's on top */
}

.confirmation-modal {
    position: relative;
    z-index: 1001;
    /* above the overlay */
    max-height: 90vh;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_details_content p:last-child {
    font-size: 18px;
}

.main-image {
    width: 100%;
    max-width: 378px !important;
    max-height: 379px !important;
    border-radius: 10px;
}

.main-image-servicesection {
    width: 100%;
    max-width: 378px;
    max-height: 379px;
    border-radius: 10px;
}

.main-image-deepClean {
    width: 100%;
    max-width: 419px;
    max-height: 451px;
    border-radius: 10px;
}

.main-image-benefits {
    width: 100%;
    max-width: 504px;
    max-height: 544px;
    border-radius: 10px;
}

.overlay-image {
    position: absolute;
    left: -100px;
    right: -155px !important;
    bottom: -58px !important;
    max-width: 230.76px !important;
    max-height: 265px !important;
    object-fit: cover;
    border-radius: 10px;
}

.servicesection {
    left: -85px;
    bottom: -25px;
    position: absolute;
    right: -161px;
    max-width: 230.76px;
    max-height: 265px;
    object-fit: cover;
    border-radius: 10px;
}

.overly-right {
    left: inherit !important;
}

/* End Service Details Section */

/* Services Section */

.services_heading h2 {
    font-size: 44px;
}

.imagecard {
    max-width: 300px;
    width: 100%;
    max-height: 220px;
    /* height: auto; */
}

.services_rightSection p:first-child {
    font-size: 20px;
}

.service_border {
    border-bottom: 1px solid #83a790;
}

.hover-box {
    background-color: white;
    padding: 0;
    border-radius: 0.375rem;
    /* Tailwind's rounded-md */
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.hover-box:hover {
    border: 1px solid #36B864;
    /* green border on all sides */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    /* clean soft shadow all around */
    transform: scale(1.01);
    /* slight scale for lift */
}

.container-services {
    text-align: center;
    justify-content: center;
}

.service_card img {
    border-radius: 30px;
}

.service_card {
    max-width: 300px;
    width: 100%;
}

.service_card a i {
    transform: rotate(-45deg);
}

.service_slider .slick-disabled {
    display: none !important;
}

.slider-main .slick-next {
    right: -10px;
}

.slider-main .slick-prev {
    left: -25px !important;
}

.slider-main .slick-arrow {
    top: 28% !important;
    width: 52px !important;
    height: 52px !important;
    background-color: #36b864 !important;
    border-radius: 100px;
    z-index: 9;
}

.slider-main .slick-next:before,
.slider-main .slick-prev:before {
    color: #ffffff !important;
}

.slider_btn {
    border: 1px solid #666666;
    padding: 10px 18px;
    border-radius: 6px;
    color: #111d15;
    max-width: 150px;
    width: 100%;
    /* max-height: 44px; */
    height: auto;
    text-align: center;
}

.knowMore_btn {
    text-align: center;
    border: 1px solid #666666;
    padding: 10px 18px;
    border-radius: 6px;
    color: #111d15;
}

.about_btn,
.about_btn-bookNow,
.btn-services {
    display: inline-block;
    border: 1px solid #666666;
    padding: 10px 18px;
    border-radius: 6px;
    color: #111d15;
    max-width: 150px !important;
    max-height: 44px !important;
    text-align: center;
}

.about_btn-servicebanner {
    display: inline-block;
    /* border: 1px solid #666666; */
    padding: 10px 18px;
    border-radius: 6px;
    color: #111d15;
    width: 182px !important;
    height: 54px !important;
    text-align: center;
    font-size: 16px;
}

.about_btn-bookNow,
.btn-services {
    max-width: 157px;
    max-height: 48px;
}

.about_btn-custom {
    display: inline-block;
    border: 1px solid #666666;
    padding: 10px 18px;
    border-radius: 6px;
    color: #111d15;
    max-width: 167px;
    max-height: 56px;
    margin-top: 22px;
}

.estimate_btn {
    display: inline-block;
    padding: 10px 12px !important;
    border-radius: 4px !important;
    color: #111d15;
    max-width: 172px !important;
    max-height: 52px !important;
}

.slider_btn:hover,
.about_btn:hover,
.estimate_btn:hover,
.about_btn-custom:hover,
.about_btn-bookNow:hover,
.btn-services:hover,
.knowMore_btn:hover {
    border: 1px solid #36b864;
    color: #ffffff;
    background-color: #36b864;
}

/* End Services Section */

/* Why Care n Clean */

.feature-box {
    display: flex;
    align-items: center;
    background: #f5f4f4;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.feature-box i {
    color: #28a745;
    margin-right: 8px;
}

/* End Why Care n Clean? */

/* Life Made Easy */

.black_layer {
    background: #111d15;
    border-radius: 16px;
}

.section_desc {
    width: 38%;
    margin: 20px auto;
}

/* End Life Made Easy */

/* Why Choose Us */

.shadow-left {
    box-shadow: -4px -4px 0px 2px rgb(54 184 100) !important;
}



/* End Why Choose Us */

/* Contact Us  */

.contact-section {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
}

.contact-info {
    background: url("/images/contact-us.png") no-repeat center/cover;
    color: white;
    flex: 1;
    padding: 200px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form {
    background: #c7ffdb;
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info h2 {
    font-size: 2rem;
    font-weight: bold;
}

.contact-info p {
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 15px;
    width: 100%;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 100px;
}

.contact-form textarea {
    border-radius: 30px !important;
}

.contact-form button {
    background: #36b864;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    max-width: 186px;
    max-height: 48px;
}

.row {
    padding-left: none !important;
}

.appointment-label {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url("/images/context-head.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #2f4672;
    padding: 22px;
    text-align: center;
}

.appointment-label span {
    position: relative;
    top: 27%;
    left: 21px;
    font-size: 30px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.row {
    padding-left: calc(var(--bs-gutter-x) * -0.5);
}

.contact_desc {
    width: 80%;
}

.contact_details i {
    width: 50px;
    height: 50px;
    background-color: #36b864;
    border-radius: 100px;
    padding: 15px;
    font-size: 20px;
    text-align: center;
}

/* Contact Us */

/* Testimonials */
/* .testimonials_card {
    flex: 0 0 32.3333%;
    scroll-snap-align: start;
    margin: 0;

} */

.testimonials_slider {
    margin-top: 20px !important;
    display: flex;
    flex-direction: row;
}


.testimonials_card img {
    width: 96px;
    height: 96px;
    border-radius: 100px;
    object-fit: cover;
    margin: 0 auto;
}

.testimonials_card p:last-child {
    font-size: 18px;
}

.testimonials_card {
    width: 32.3333%;
    scroll-snap-align: start;
}

@media (max-width: 1024px) {
    .testimonials_card {
        width: 48%;
    }
}

@media (max-width: 640px) {
    .testimonials_card {
        width: 100%;
    }

    .thankyouBtn {
        width: 114px;
        height: 41px;
        font-size: 12px;
    }
}

/* End Testimonials */

/* Get a Quote */
.quote_main {
    padding: 30px 0;
    margin-top: 0px !important;
}

.get_quote {
    position: relative;
    z-index: 9;
}

.get_quote p {
    width: 70%;
}

.get_quote a:hover {
    background-color: #ffffff !important;
    color: #36b864 !important;
    border: 1px solid #36b864 !important;
}

/* End Get a Quote */

/* Footer */

.footer_main {
    background-color: #1b1b1a;
    padding: 29px 0 34px;
}

.subscribe_section {
    background-color: #282826;
    border-radius: 12px;
    padding: 24px;
    height: 293px;
    width: 100%;
    max-width: 409px;
    margin: 0 auto;
    /* centers it horizontally */
}

.newslatter_form {
    position: absolute;
    width: 65%;
    bottom: 25px;
    left: 30px;
}

.newslatter_form input,
.newslatter_form input:focus {
    background-color: transparent;
    border: none;
    color: #ffffff;
    border-bottom: 1px solid #4c4b47;
    border-radius: 0;
    padding: 0px;
    padding-bottom: 10px;
    font-size: 14px;
}

.newslatter_form input::placeholder {
    color: #6f6d66;
    opacity: 1;
}

.input-group i {
    color: #36b864;
    position: absolute;
    right: -25px;
    top: 0;
}

.footer_social_media a:hover {
    border: 1px solid #36b864;
    color: #36b864;
}

.push_to_top a {
    width: 88px;
    height: 88px;
    padding: 20px;
    font-size: 24px;
    color: #6f6d66;
    border: 1px solid #ffffff;
    border-radius: 100px;
}

.social_media_icons a {
    width: 40px;
    height: 40px;
    /* padding: 20px; */
    font-size: 14px;
    color: #6f6d66;
    border: 1px solid #ffffff;
    border-radius: 100px;
}

.footer_right_section::after {
    content: "";
    height: 1px;
    background: #403f3c;
    width: 100%;
    top: 35px;
    position: absolute;
    left: 0;
}

.footer_links {
    list-style: disc;
    line-height: 30px;
}

.footer_links li a {
    font-size: 14px;
}

.footer_links li a:hover {
    color: #36b864 !important;
}

.footer_call_btn a {
    font-size: 12px;
}

.footer_info:hover {
    color: #36b864 !important;
}

.home {
    color: #4D4D4D !important;
}

/* End Footer */

/**********************************************************************************************/
/* ********************************   End Home Page *******************************************/
/**********************************************************************************************/

/**********************************************************************************************/
/* ********************************   Service Details Page ************************************/
/**********************************************************************************************/

/* .services_banner {
    background-image: url("../images/services-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    height: 100%;
} */

/* savedlocationcss */

.input-wrapper {
    position: relative;
}

.errorText {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}

.feature_box {
    background-color: #f6f6f6;
    border-radius: 11px;
    min-height: 100%;
    line-height: 30px;
}

.feature_box i {
    color: #36b864;
    font-size: 20px;
}

.feature_box strong {
    font-size: 20px;
}

.services_booking {
    position: relative;
    top: -55px;
    z-index: 9;
}

.services_icon {
    bottom: 80px;
}

.booking_content p {
    width: 85%;
}

/**********************************************************************************************/
/* ********************************   End Service Details Page *******************************/
/**********************************************************************************************/

/**********************************************************************************************/
/* ********************************   Request Service Page ************************************/
/**********************************************************************************************/

.quote_desc p {
    font-size: 18px;
    width: 50%;
}

.request_service_form {
    line-height: 45px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-checkbox input {
    display: none;
}

.checkmark {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: background-color 0.3s;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked+.checkmark {
    background-color: #28a745;
}

.custom-checkbox input:checked+.checkmark::after {
    content: "✔";
    color: white;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.padding-images {
    padding-left: 144px;
}

.info-box {
    background: #fff;
    padding: 20px;
    border-radius: 24px;
    border: 1px solid #A4A4A4C2;
    box-shadow: 0px 4px 37px 0px #00000026;
    margin-bottom: 30px;
}

.emergency-box {
    background: #FF3D3D;
    color: #fff;
    padding: 40px 20px;
    border-radius: 24px;
    border: 1px solid #A4A4A4C2;
    box-shadow: 0px 4px 37px 0px #00000026;
}

.quote_more_fields {
    width: 85%;
}

/**********************************************************************************************/
/* ********************************   End Request Service Page ********************************/
/**********************************************************************************************/


/**********************************************************************************************/
/* ********************************   All Service Page ********************************/
/**********************************************************************************************/

/* .all_services_banner {
    background-image: url("../images/all-services-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 115px 0;
} */



/**********************************************************************************************/
/* ********************************   End All Service Page ********************************/
/**********************************************************************************************/


/**********************************************************************************************/
/* ********************************   Privacy Policy Page ********************************/
/**********************************************************************************************/

.Privacy_Policy_banner {
    background-image: url("../images/privacy-banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 115px 0;
}

.Privacy_Policy_banner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.4);
}

.privacy_policy_banner_text {
    z-index: 9;
}



/**********************************************************************************************/
/* ********************************   End Privacy Policy Page ********************************/
/**********************************************************************************************/

/* Booking Page */

.booking_left,
.booking_right {
    padding: 60px 0;
}

.booking_left {
    width: 87%;
    margin: 0 auto;
}

.search_booking {
    width: 54%;
}

.search_booking input {
    border: 2px solid #d3d8dd;
    border-radius: 10px;
    padding: 10px 20px 10px 50px;
    font-weight: 400;
    font-size: 16px;
    color: #12153a;
    font-size: 14px;
}

.search_booking input:focus {
    border: 2px solid #d3d8dd;
}

.search_booking img {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.search_booking i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #12153a;
}

.slider_inner,
.multi_select {
    width: 100%;
    border: 2px solid #d3d8dd;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 0 5px;
}

.slider_inner .service_type a,
.multi_select .service_type a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    color: #4f6071;
}

.slider_inner:hover,
.multi_select:hover {
    border: 2px solid #1a78f2;
    color: #1a78f2;
}

.slider_inner:hover .service_type a,
.multi_select:hover .service_type a {
    color: #1a78f2;
}

.slick-next,
.slick-prev {
    background-color: transparent !important;
    background: transparent !important;
}

.slick-next:before,
.slick-prev:before {
    font-family: inherit !important;
    color: #4f6071 !important;
    opacity: 110 !important;
    font-size: 25px !important;
}

.slick-prev {
    left: -40px !important;
}

.small_text {
    font-size: 14px;
    font-weight: 600;
    color: #9fa7b0;
    text-transform: uppercase;
}

.other_options li a {
    width: 84px;
    text-align: center;
    display: inline-block;
    border: 2px solid #d3d8dd;
    border-radius: 10px;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 18px;
    color: #4f6071;
}

.other_options li a:hover {
    border: 2px solid #1a78f2;
    color: #1a78f2;
}

.card_width {
    display: block;
    width: 40%;
    cursor: pointer;
}

.card_width:hover,
.select_div {
    border: 2px solid #1a78f2 !important;
    color: #1a78f2 !important;
}

.card_width p {
    font-size: 14px;
    font-weight: 600;
}

.card_list li {
    list-style: disc;
    font-size: 12px;
}

.card_badge .custom_badge {
    background: #36b864;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #36b864;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 9px;
    font-weight: 600;
}

.card_badge .danger_badge {
    background: #ff502936;
    margin-right: 10px;
    border: 1px solid #ff510082;
    color: #fe5a15;
    margin-right: 0px;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 9px;
    font-weight: 600;
}

.additional_services {
    display: none;
}

.select_div+.additional_services {
    display: block;
}

.additional_services textarea {
    width: 100%;
    padding: 20px;
    border: 2px solid #d3d8dd;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #12153a;
}

.discount_input input {
    padding: 13px 20px;
    border-radius: 10px;
    border: 2px solid #d3d8dd;
}

/* End Booking Page */

/* Location Page Css */
.address_type a {
    color: #88939d;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 20px;
}

.address_type a:hover,
.address_type .active_tab {
    background: #36b864;
    color: #ffffff;
}

.input_style {
    border: 2px solid #d3d8dd;
    padding: 14px;
    border-radius: 10px;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Hover effect for MOVING link */
.moving-link:hover,
.moving-link.active-link {
    color: #36B864 !important;
}

.active-link {
    font-weight: bold;
    color: #28a745 !important;
    /* background-color: #f8f9fa; */
}

/* Hover & active effect for dropdown items */
.dropdown-link:hover,
.dropdown-link:focus,
.dropdown-link.active {
    background-color: #36B864 !important;
    color: white !important;
}

/* HOME active and hover */
.home-link:hover,
.home-link.active-link {
    color: #36B864 !important;
}

.team-scroll-container::-webkit-scrollbar {
    display: none !important;
}

.team-scroll-container {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;

}

.blue_btn {
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 10px;
    background: #ffffff;
    border: 2px solid #d3d8dd;
    color: #000000;
}

.blue_btn:hover {
    border: 2px solid #1a78f2;
    color: #1a78f2;
}

.additional_notes textarea {
    width: 100%;
    padding: 20px;
    border: 2px solid #d3d8dd;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #12153a;
}

.map_box iframe {
    width: 100%;
}

/* End Location Page Css */

/* Date and Time Page Css */

.workder_card img {
    width: 72px;
    height: 72px;
    border-radius: 100px;
    margin: 0 auto;
}

.workder_card {
    font-size: 14px;
}

.workder_card:hover {
    border: 1px solid #1a78f2;
}

.workder_card:hover p:nth-of-type(1) {
    color: #1a78f2;
}

.workder_card p i {
    color: #ffac33;
}

#calendar {
    width: 100%;
    margin: 40px auto;
}

.calendar-initialized .calendar-events {
    z-index: 1 !important;
    box-shadow: -5px 0px 18px -3px rgba(0, 0, 0, 0.15) !important;
}

.event-hide .calendar-events {
    z-index: 0 !important;
    box-shadow: none !important;
}

.calendar-sidebar,
.calendar-sidebar>span#sidebarToggler,
#eventListToggler,
tr.calendar-body .calendar-day .day.calendar-active,
tr.calendar-body .calendar-day .day.calendar-active:hover,
tr.calendar-body .calendar-day .day:hover {
    background-color: #36b864 !important;
    color: #ffffff !important;
}

.calendar-sidebar>.month-list>.calendar-months>li:hover,
.calendar-sidebar>.month-list>.calendar-months>li.active-month {
    background-color: #30e06e !important;
}

.calendar-sidebar>.month-list,
.calendar-sidebar>.calendar-year {
    background-color: #36b864 !important;
}

#calendar th[colspan="7"],
.event-list>.event-empty>p {
    color: #36b864 !important;
}

.calendar-events>.event-header>p {
    margin-bottom: 10px !important;
    color: #36b864 !important;
}

.event-list>.event-empty {
    border: 1px solid #36b864 !important;
    background-color: rgb(54 184 100 / 15%) !important;
}

.timeing_slot li a {
    display: inline-block;
    width: 55%;
    border-radius: 10px;
    border: 2px solid #d3d8dd;
    padding: 14px;
    font-weight: 600;
    font-size: 16px;
    color: #88939d;
    text-align: center;
}

.timeing_slot li a:hover {
    border: 2px solid #1a78f2;
    color: #1a78f2;
}

.timeing_slot li a p {
    line-height: 40px;
}

/* End Date and Time Page Css */
.py-md-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

/* Payment Method Page Css */
.service_card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.payment-option {
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 18px 23px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.payment-option input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.payment-option input[type="radio"]:checked {
    border: 6px solid #1a78f2;
}

.payment-option.selected {
    border-color: #1a78f2;
    background-color: #f0f8ff;
}

.btn-contact {
    margin: 5px;
    border-radius: 10px;
    border: 2px solid #d3d8dd;
    padding: 10px 26px;
    font-weight: 600;
    font-size: 20px;
    background-color: #ffffff;
}

.list-heading {
    color: #36B864;
}

.needs-validation .form-label {
    color: #9fa4a9;
    font-size: 14px;
}

.payment-option p,
.payment-option strong,
.payment-option span {
    color: #9fa4a9 !important;
}

.selected p,
.selected strong,
.selected span {
    color: #1a78f2 !important;
}

.error-message {
    color: #ff0000;
    font-size: 0.9rem;
    display: none;
    font-size: 11px;
    margin-top: 6px;
}

.order_modal {
    border-radius: 15px;
    border: none;
    text-align: left;
    background: url(../images/order-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 50px 90px 50px;
}

.order_modal .modal-header {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order_modal .icon {
    background-color: #ffffff;
    color: white;
    border-radius: 50%;
    width: 93px;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-bottom: 10px;
    box-shadow: 0px 9.99px 26.65px 0px #00000029;
    position: absolute;
    top: -2%;
    left: 225px;
}

.order_modal .icon i {
    padding: 12px;
    background: #36b864;
    border-radius: 50%;
    height: 44px;
    width: 44px;
}

.order_modal .modal-header h5,
.order_modal .modal-body h5 {
    font-size: 25px;
}

.order_modal .modal-header p {
    font-size: 14px;
}

.order_modal .modal-footer {
    border: none;
    justify-content: center;
}

.order_modal .modal-footer .pdf_btn {
    font-weight: 400;
    font-size: 23px;
    border-width: 1px;
}

.px-4 {
    padding-right: 0px;
    padding-left: 0px;
}

/* .responsive-margin {
    margin-top: 130px;
} */

.responsive-margin-custom {
    margin-top: 100px !important;
}


.scroll-snap-align-start {
    scroll-snap-align: start;
}

.main-services {
    display: flex;
    flex-direction: row;
}

@media (max-width: 368px) {
    .col-md-4 {
        width: 28.333333% !important;
    }

    .slider-sec {
        width: 100% !important;
    }
}

@media (max-width: 409px) {

    .main-image {
        max-width: 100%;
        padding-right: 0px;
        padding-left: 10px;
    }

    .main-image-servicesection {
        padding-left: none;

    }

    .overlay-image {
        display: none;
    }

    .customersReview {
        font-size: 23px !important;
    }

    .subscribe_section {
        padding: 16px;
        height: auto;
        max-width: 355%;
        width: max-content;
    }

    .subscribe {
        font-size: 16px;
    }

    .services_banner {
        padding: 48px 0 !important;
    }

    .imagecard {
        max-height: 88px !important;
    }

    .btn-services {
        padding: 4px !important;
        font-size: 8px !important;
    }
}

@media (max-width: 541px) {
    .main-image {
        max-width: 200px;
        max-height: 226px;
    }

    .overlay-image {
        display: none;
    }

    .about_btn-servicebanner {
        width: 126px !important;
    }

    .service_card {
        width: 90%;
    }
}

@media (max-width: 576px) {
    .service_list {
        font-size: 11px !important;
    }

    h1,
    .heading,
    .be-vietnam-pro-bold-custom {
        font-size: 25px !important;
    }

    .service_method_card img {
        height: 80px !important;
        width: 80px !important;
    }

    .slider-sec {
        width: 100% !important;
    }

    .images-div {
        display: flex;
        justify-content: center;

    }

    #orderModal .modal-dialog {
        max-width: 550px !important;
    }

    .customersReview {
        font-size: 26px !important;
    }

    .be-vietnam-pro-regular-white,
    .be-vietnam-pro-regular-custom {
        font-size: 13px !important;

    }

    .push_to_top a {
        width: 50px;
        height: 50px;
    }

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

    .responsive-margin-custom {
        margin-top: 50px !important;
    }

    .emergency_contact,
    .emergency_contact span {
        font-size: 10px !important;
    }

    .fs-24,
    .fs-20 {
        font-size: 10px !important;
    }

    body {
        font-size: 10px !important;
    }

    .custom_gutter {
        --bs-gutter-y: 14px;
    }

    .img-fluid {
        width: 40px !important;
    }

    .img-fluid-testimonial {
        width: 84px !important;
    }

    .main-image {
        max-width: 200px;
        max-height: 226px;
    }

    .overlay-image {
        right: 45px;
        bottom: -28px;
        max-width: 130.76px;
        max-height: 152px;
    }

    .whycare_images {
        display: flex !important;
        justify-content: center;
    }

    .padding-images {
        padding-left: none !important;
    }

    .box-service {
        width: "28.3333%",
    }

    .imagecard {
        max-width: 97px !important;
        max-height: 87px !important;
    }
}

@media (max-width: 1399px) {
    .padding-images {
        padding-left: 63px;
    }

    .be-vietnam-pro-regular-31 {
        font-size: 23px;
    }

    .thankyou {
        font-size: 16px !important;
    }
}

@media (max-width: 865px) {
    .padding-images {
        padding-left: 26px;
    }

    .col-md-4 {
        width: 31.333333%;
    }
}

/* End Payment Method Page Css */
@media (max-width: 1281px) {

    .img-fluid,
    .img-fluid-testimonial {
        max-width: 120px;
        max-height: 120px;
    }

    .customersReview {
        font-size: 28px !important;
    }

    .services_heading h2 {
        font-size: 33px;
    }

    .py-lg-5 {
        padding-top: 0rem !important;
        padding-bottom: 1rem !important;
    }

    h1 {
        font-size: 43px !important;
    }

    .sections {
        font-size: 17px !important;
    }
}

@media (max-width: 1200px) {
    .main-image {
        max-width: 231px !important;
        max-height: 312px !important;
    }

    .main-image-servicesection {
        max-width: 358px;
        max-height: 380px;
    }

    .subscribe_section {
        width: 285px;
    }

    .overlay-image {

        right: -148px !important;
        bottom: -58px !important;
        max-width: 194.76px !important;
        max-height: 230px !important;
    }

    .servicesection {
        left: -56px;
        bottom: -45px;
    }

    .imagecard {
        max-width: 250px;
        max-height: 170px;
    }


}

/* Responsive Css */
@media (max-width: 992px) {

    .imagecard {
        max-width: 200px;
        max-height: 140px;
    }

    body {
        font-size: 13px;
    }

    #navbarNav {
        width: 100%;
    }

    .banner_img,
    .services_banner {
        height: auto !important;
    }

    .header_btn {
        padding: 5px 0;
    }

    h1 {
        font-size: 32px !important;
    }

    h2 {
        font-size: 22px;
    }

    .heading {
        font-size: 32px !important;
    }

    .footer_right_section::after {
        display: none;
    }

    .booking-form {
        padding: 26px 27px;
        margin-top: 10px !important;
    }

    .subscribe_section {
        width: 270px;
    }

    .form-select,
    .form-control {
        font-size: 10px;
    }

    .service_main_content p {
        font-size: 14px;
    }

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

    .main-image,
    .main-image-servicesection {
        max-width: 219px !important;
        max-height: 275px !important;
    }

    .overlay-image {
        right: -111px !important;
        bottom: -21px !important;
        max-width: 153.76px !important;
        max-height: 177px !important;
    }
}

@media (max-width: 768px) {
    .scroll-container {
        gap: 10px !important;
    }

    h1,
    .heading {
        font-size: 28px !important;
    }

    p {
        font-size: 14px !important;
    }

    .be-vietnam-pro-bold-custom {
        font-size: 32px !important;
    }

    .getaquote_btn {
        font-size: 10px;
    }

    .service_main {
        background-size: cover;
        padding: 15px;
    }

    .appointment-label span {
        position: relative;
        top: 22%;
        left: 12px;
        font-size: 18px;
    }

    .service_main_content p {
        font-size: 14px;
    }

    .custom-images {
        margin-bottom: 35px !important;
    }

    .main-image,
    .main-image-servicesection {
        max-width: 231px !important;
        max-height: 274px !important;
    }

    .overlay-image {
        max-width: 153.76px !important;
        max-height: 178px !important;
    }

    .servicesection {
        left: -66px;
    }

    .whycleanNclear {
        margin-top: 45px;
    }

    .services_heading h2 {
        font-size: 22px;
    }

    .achievement_content p {
        width: 100%;
    }

    .slider-main .slick-prev {
        left: 0px !important;
    }

    .slider-main .slick-next {
        right: 20px;
    }

    .section_desc {
        width: 100%;
    }

    .black_layer {
        width: 96%;
        margin: 0 auto;
    }

    .contact-info {
        padding: 30px 15px;
    }

    .contact-info h2 {
        font-size: 22px;
    }

    .contact-info p {
        margin-bottom: 0px;
    }

    .contact_desc {
        width: 100%;
    }

    .contact-form {
        padding: 30px 15px;
        flex: 1 100%;
    }

    .service_main,
    .service_main:after {
        border-radius: 15px;
    }

    .dropdown-menu {
        border: none;
        background: #e2ffec;
        border-radius: 0px;
    }

    .responsive-margin-custom {
        margin-top: 74px !important;
    }

    .testimonials_head {
        width: 100% !important;
    }

    .get_quote p {
        width: 100%;
    }

    .fs-24,
    .fs-20 {
        font-size: 14px;
    }

    .subscribe_section {
        height: auto;

    }

    .newslatter_form {
        position: relative;
        width: 95%;
        bottom: 0;
        left: 0;
        margin-top: 50px;
    }

    .language_options,
    .quote_more_fields {
        width: 100%;
    }

    .service_method_card img {
        width: 90px;
        height: 90px;
    }

    .service_method_card span {
        bottom: 10px;
        right: -4px;
        width: 25px;
        height: 25px;
    }

    .services_heading p:first-child {
        font-size: 14px;
    }

    .quote_desc p {
        width: 100%;
    }

    .services_booking {
        top: inherit;
    }

    .services_icon {
        bottom: -25px;
    }

    .booking_content p {
        width: 100%;
    }

    .booking_content h3 {
        font-size: 22px;
    }

    .timeing_slot li a,
    .card_width {
        width: 100%;
    }

    .slider_section .slick-next {
        right: 25px;
    }

    .slider_section .slick-prev {
        left: 15px !important;
        z-index: 9;
    }

    .search_booking {
        width: 100%;
    }

    .order_modal {
        padding: 0 15px 90px 15px;
    }

    .order_modal .icon {
        width: 65px;
        height: 65px;
        top: 0%;
        left: 130px;
    }

    .booking-form {
        max-height: none;
        padding: 19px;
    }

    .custom_gutter {
        --bs-gutter-y: 14px;
    }

    .react-datepicker-wrapper {
        display: flex;
    }

    .round-icon {
        width: 65px;
        height: 65px;
    }

    .img-fluid,
    .img-fluid-testimonial {
        width: 84px;
    }

    .imagecard {
        max-width: 155px;
        max-height: 109px;
    }
}

/* End Responsive Css */