/* *************************** header ****************************** */
html{
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
}

.btn-primary{
    font-weight: 600;
    color: #fff;
    background-color: rgba(177, 137, 31, 1);
    border: none;
    border-radius: 12px;
    font-size: 16px;
    padding: 15px 35px;
    box-shadow: none !important;
}
.btn-primary:disabled{
    background: #ccc !important;
    opacity: 1 !important;
}

/* Back To Top Button */
#back_to_top_btn{
    display: inline-block;
    background-color: rgba(177, 137, 31, 1);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
#back_to_top_btn::after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f077";
    font-size: 22px;
    color: #fff;
}
#back_to_top_btn:hover{
    cursor: pointer;
    background-color: rgba(177, 137, 31, 1);

}
#back_to_top_btn:active{
   background-color: rgba(177, 137, 31, 1);
}
#back_to_top_btn.show{
    opacity: 1;
    visibility: visible;
}
.btn_secondary{
    border: 1px solid rgba(201, 201, 201, 1);
    border-radius: 42px;
    background-color: transparent;
    padding: 15px 30px !important;
}
.btn_third{
    border-radius: 11px;
    background-color: rgba(255, 192, 102, 1);
    font-size: 13px;
    font-weight: 600;
    padding: 9px 20px;
}
.logo {
    /* width: 5rem; */
}
p{
    font-size: 18px;
}
.text-third{
     font-size: 13px;
}
.small-text{
    color:rgba(177, 137, 31, 1);
    font-size: 16px;
    font-weight: 700;
}
.nav-bg-transparent {
    position: absolute;
    background: rgba(255, 255, 255, 1);
    z-index: 20;
    padding: 6px 0;
    width: 100%;
}

.navbar-brand {
    margin-right: 2rem;
    display: none;
}

.nav-link {
    color: #000;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
}
.navbar-nav .nav-link {
    border-right: 1px solid rgba(201, 201, 201, 1)
}
.navbar-nav .nav-item:last-child .nav-link {
    border-right: none;
}
.custom-pd-nav-links {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.nav-link:hover, .nav-item.active .nav-link {
    color: rgba(177, 137, 31, 1);
}

.nav-btn-raq {
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-color: rgba(177, 137, 31, 1);
    border: none;
    border-radius: 50px;
    font-size: 16px;
    padding: 14px 40px;
}
.nav-btn-raq-2 {
    font-weight: 700;
    color: rgb(255, 255, 255);
    background: linear-gradient(180deg, #050202 0%, #252525 100%);
    border: none;
    border-radius: 50px;
    font-size: 16px;
    padding: 14px 40px;
}
.nav-btn-raq:hover, .nav-btn-raq-2:hover{
   color: rgb(255, 255, 255);
}
.fa-globe{
    color: rgba(177, 137, 31, 1);
}
/* .dropdown-toggle::after {
  color: #fff !important;
}
.language-text {
	color: white !important;
} */
.navbar.service_form_header{
    position: relative;
}
.navbar.service_form_header .nav-link{
    color: #000;
}

.call-btn {
    display: inline-block;
    padding: 15px 0px 10px 42px !important;
    background-position: center left 0rem;
    background-repeat: no-repeat;
    text-decoration: none;
}

.call-btn-bg-img {
    background-image: url("../images/headphone.png");
}

.call-btn .call-btn-title {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 1.125rem;
    line-height: 0.8;
}

.call-btn .call-btn-subtitle {
    display: block;
    margin-bottom: -0.25rem;
    color: rgb(255, 255, 255);
    font-size: 1rem;
}

/* *************************** Mobile view menu setting *************************** */
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    line-height: 1;
    border: 2px solid black;
    border-radius: 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-mob-menu-bars {
    font-size: 29px;
    color: #000;
}

.offcanvas{
    background-color: #fff;
}

.offcanvas-body{
    text-align: center;
}

.close-btn{
    background: transparent;
    border: none;
}

.close-icon{
    color: white;
    font-size: 50px;
}

.oc-nav-link{
    color: rgb(255, 255, 255);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 19px;
}

.oc-nav-link:hover{
    color: #b3b8ff;
}

/* *************************** Carousel *************************** */
/* BANNER BACKGROUND */
.carousel-bg-image , .carousel-bg-image-mobile{
    /* height: 90vh; */
    width: 100%;
    background-size: cover;
    background-position: center right;
    position: relative;
}
.carousel-bg-image-mobile{
    background-image: url('../images/mobile_banner.png');
    display: none;
}

/* DARK OVERLAY */
.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

/* CONTENT ABOVE OVERLAY */
.carousel-content {
    position: relative;
    z-index: 5;
    padding-top: 180px;
    color: #fff;
}

/* SERVICE CARDS SIZE */
/* .service_card {
    width: 32%;
    min-width: 300px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
} */

/* .carousel-bg {
    width: 100%;
    height: 840px;
    top: -8rem;
    position: relative;
    background:rgba(177, 137, 31, 1);
} */
.inner_banner{
    height: 450px;
}

.carousel-caption {
    position: absolute;
    top: 190px;
    color: #000;
    /* padding: 0em 45em 0em 0em; */
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

.caption-head {
    font-size: 3rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
}

.caption-p {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 0px 100px;
}

.carousel-control-next,
.carousel-control-prev {
    /* NOT SIDE DISPLAYING INDICATORS */
    display: none;
}

.carousel-indicators {
    /* NOT BOTTOM DISPLAYING INDICATORS */
    display: none;
}

.carousel-img {
    /*padding-left: 5rem;*/
    object-fit: cover;
    height: 790px;
}
.inner_banner .carousel-img{
    height: 450px;
}

.carousel-btn {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 27px;
    background: white;
    padding: 6px 35px 6px 35px;
    border-radius: 32px;
    margin: 1em 0em 0em 6em;
    transition: .3s;
    position: relative;
    z-index: 2;
}

.carousel-btn:hover {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.carousel-arrow-btn-icon {
    margin-left: 0.5em;
}

/* .carousel-inner {
    padding-bottom: 3em;
} */

.white-svg {
    position: absolute;
    top: 35em;
}
.inner_banner .white-svg{
    top: 11em;
}
.banner_content{
    max-width: 1000px;
}

.banner_service_card{
    margin-top: 80px;
}
.service_card{
    background-color: #fff;
    border-radius: 38px;
    padding: 24px 26px;
    color: #000;
    width: 230px;
}
.service_card:hover{
    background: rgba(0, 156, 229, 1);
    color: #fff;
}
.service_card_icon{
    height: 80px;
    width: 80px;
    background-color: rgba(255, 241, 222, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.service_card .title{
    font-size: 19px;
    font-weight: bold;
}
.service_card p{
    font-size: 14px;
}
.service_card_btn{
    font-weight: 600;
    font-size: 15px;
}
.service_card_btn .icon{
    height: 26px;
    width: 26px;
    background-color:rgba(177, 137, 31, 1) ;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    margin-left: 10px;
}
/* *************************** About us *************************** */
.about-pic-section {
    text-align: center;
}
.about_section_pos_img{
    position: absolute;
    right: -20px;
    top: -80px;
}
.about_section_pos_img img{
   max-width: 300px;
}

.about-img {
    width: 559px;
    /* height: 506px; */
    object-fit: cover;
}

.about-custom-pd {
    padding: 60px 0px;
}

.about-us-head {
    font-size: 18px;
    margin: 0;
}

.about-head2 {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
}

.about-p {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.about-list {
    padding: 0;
}

.about-list li {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 1em;
    line-height: 1.3;
    list-style-type: none;
}

/* .about-right-section-pd {
    padding-right: 2em;
    padding-top:2em;
} */

.check-bg {
    background-color: rgba(177, 137, 31, 1);
    position: absolute;
    padding: 2px 7px 2px 7px;
    border-radius: 25px;
}

.check-icon {
    color: rgb(255, 255, 255);
}

.about-us-btn {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 23px;
    background: #83878d;
    padding: 6px 35px 6px 35px;
    border-radius: 32px;
    margin: 1em 0em 0em 1.5em;
    color: white;
    transition: .2s;
}

.about-us-btn:hover {
    background: transparent;
    border: 2px solid #83878d;
    color: rgb(0, 0, 0);
}
/* Remove default border */
.custom-tabs .nav-link {
    border: none !important;
    border-bottom: 3px solid transparent !important;
    color: #000;
}

/* Yellow underline for active tab */
.custom-tabs .nav-link.active {
    color: #000;
    border: none !important;
    border-bottom: 4px solid #F5C26B !important;
    font-weight: bold;
}

/* Remove blue hover border */
.custom-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid #e6e6e6;
}

/* *************************** Fast and Competent Section *************************** */
.fast-bg {
    /* background: #f2f2f2; */
    padding: 60px;
}

.fast-upper-sec {
    text-align: center;
    /* padding: 2em 0em 0em 0em */
}

.fast-head {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
}

.fast-p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.fast-arrow-img {
    margin-top: 6em;
    width: 220px;
}

.fast-img-p {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
    margin-top: 2em;
}

.fast-content-position {
    position: relative;
    display: inline-block;
}

.fast-img-caption {
    position: absolute;
    left: 85px;
    top: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color:rgba(177, 137, 31, 1);
}

.cap-padding {
    padding: 7px 10px 7px 10px;
}

.fast-img-cap-text-sm {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.fast-img-cap-text-big {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 30px;
    line-height: 0.4;
}
.counter_section_parent{
    background-image: url('../images/counters_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* .counter_section_heading{
    text-align: center;
} */
.counter_section_heading strong{
    max-width: 300px;
}
.counter_icon {
    height: 50px;
    width: 50px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}
/* ******************* Choose Us********************* */
 /* Section background (orange gradient + subtle pattern) */
    .why-choose-us {
        /* background-image: url('../images/features_bg.png');
        background-size: cover;
        background-repeat: no-repeat; */
    }
    /* Feature cards */
    .feature {
        background: rgba(222, 242, 252, 1);
        border-radius: 38px;
        padding: 30px 25px;
        height: 220px;
        overflow: hidden;
    }
    .feature_2{
        background-color: rgba(0, 156, 229, 1) !important;
    }
    .feature:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
      border-color: rgba(0, 0, 0, 0.12);
    }
    .icon-bubble {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
        background-color: rgba(0, 156, 229, 1) !important;
      color: #fff;
      margin-bottom: 12px;
      font-size: 1.25rem;
    }
    .feature_2 .icon-bubble{
        background: #fff !important;
    }
    .icon-bubble img{
        filter: brightness(0) invert(1);
    }
    .feature_2 .icon-bubble img{
        filter: none !important;
    }
    .feature-title {
      font-weight: 700;
      color: #212529;
      margin-bottom: 6px;
    }
    .feature-text {
      color: #444;
      margin: 0;
    }

    .swiper-nav {
        text-align: end;
    }
    /* .swipper_btn_main{
        width: 200px;
        po
    } */

    .custom-prev,
    .custom-next {
        width: 40px !important;
        height: 40px !important;
        background: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        cursor: pointer;
    }
    .custom-prev:after,
    .custom-next:after {
        content: '' !important;
        font-size: 16px;
        color: #000;
    }


/* ****************** Customer Reviews ************************* */
    .customer_reviews{
        background-image: url('../images/reviews_bg.png');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 80px 0;
    }
    .testimonial-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      padding: 40px 24px;
    }
    .profile-img {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      object-fit: cover;
    }
    .verified-icon {
      color: #0d6efd;
    }
    .review-stars i {
      color: #ffc107;
      font-size: 1.1rem;
    }
    .review-source {
      font-size: 0.9rem;
      color: #888;
    }
/* ****************** News Section ************************* */
    .news_section{
        margin-bottom: 100px;
    }
    .launch-card {
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition: transform 0.2s ease;
      height: 440px;
    }
    .launch-card:hover {
      transform: translateY(-4px);
    }
    .launch-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .launch-card-body {
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        height: 100%;
        color: #fff;
    }
    .launch-date {
        font-weight: 600;
      font-size: 18px;
      color: #fff;
      margin-bottom:18px;
      padding-bottom:18px;
      border-bottom: 1px solid #fff;
      text-transform: uppercase;
    }
    .launch-title {
      font-weight: 700;
      font-size: 24px;
    }
    .launch-description {
      font-size: 18px;
      color: #444;
    }

/* ****************** Our Services ************************* */
.our-services-sec1 {
    padding: 4em 36em 4em 23em;
    text-align: start;
}

.our-services-sec1-pos {
    position: relative;
}

.os-head {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    color: #58666d;
    font-size: 3rem;
    margin: 0;
}

.os-p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #454545;
    font-size: 0.9rem;
}

.glance-img {
    position: absolute;
    top: -32px;
    right: -210px;
}

.our-services-img-sec {
    padding-bottom: 33em;
    padding-top: 4em;
}

.os-imgs-epp {
    position: relative;
}

.cleaning-1-img {
    border-radius: 150px;
    position: absolute;
    object-fit: cover;
    width: 291px;
    height: 282px;
    top: 50px;
    left: -48px;
}

.os-b-c {
    position: absolute;
    top: 169px;
    left: 184px;
    width: 133px;
}

.os-bp-c {
    position: absolute;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #58666d;
    top: 215px;
    left: 212px;
}

.move-img {
    border-radius: 150px;
    position: absolute;
    object-fit: cover;
    width: 275px;
    height: 261px;
    top: -32px;
    left: -31px;
}

.os-b-m {
    position: absolute;
    top: -73px;
    left: -93px;
    width: 133px;
}

.os-bp-m {
    position: absolute;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #58666d;
    top: -24px;
    left: -80px;
}

.cleaning-2-img {
    position: absolute;
    object-fit: cover;
    width: 266px;
    height: 254px;
    top: 209px;
    left: -83px;
    z-index: -1;
}

.transport-1-img {
    border-radius: 150px;
    position: absolute;
    object-fit: cover;
    width: 304px;
    height: 295px;
    top: 120px;
    left: -170px;
    border: 4px solid white;
}

.os-b-t {
    position: absolute;
    top: 261px;
    left: 105px;
    width: 133px;
}


.os-bp-t {
    position: absolute;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #58666d;
    top: 308px;
    left: 118px;
}

.disposal-img {
    border-radius: 150px;
    position: absolute;
    object-fit: cover;
    width: 276px;
    height: 269px;
    top: -9px;
    left: -189px;
}

.os-b-d {
    position: absolute;
    top: -99px;
    left: -174px;
    width: 133px;
}

.os-bp-d {
    position: absolute;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #58666d;
    top: -51px;
    left: -168px;
}

.transport-2-img {
    position: absolute;
    object-fit: cover;
    width: 382px;
    height: 256px;
    top: 220px;
    left: -56px;
    z-index: -1;
}


/* ******************** Footer ***************************** */

.footer-bg {
    /* background-image: url("../images/footer-bg1.png");
    background-size: cover; */
    background-color: #000;
    color: #fff !important;
}

.footer-position {
    position: relative;
}

.footer-girl-img {
    position: absolute;
    object-fit: cover;
    width: 241px;
    height: 445px;
    bottom: 0;
    left: -80px;
    z-index: 1;
}

.footer-head1 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 2rem;
}

.footer-head2 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 2.8rem;
    text-align: center;
    padding-right: 3em;
}

.f-contact-links {
    position: relative;
}

.contact-links-icons {
    position: absolute;
    font-size: 20px;
    top: 5px;
}

.c-links-p {
    font-family: 'Poppins', sans-serif;
    color: #dde5f4;
    margin-bottom: 0;
}
a{
    text-decoration: none;
    color: #000;
}
a:focus, a:active, a:hover{
    color: #000;
}
.footer-email-input {
    font-family: 'Jost', sans-serif;
    padding: 17px 22px 17px 22px;
    border-radius: 32px;
    border: none;

}

.footer-subscribe-btn {
    font-family: 'Jost', sans-serif;
    padding: 15px 30px 15px 30px;
    border-radius: 32px;
    /* color: #000; */
    background-color: #ffec4f;
    border: none;
    font-size: 18px;
}

.f-input-pd {
    padding-left: 10em;
}

.custom-footer-pd {
    padding: 4em 0em 0em 0em;
}

.f-copyright {
    font-family: 'Poppins', sans-serif;
    color: #cddaf1;
    padding-left: 9.5em;
}

.f-powered {
    font-family: 'Poppins', sans-serif;
    color: #cddaf1;
}
.f-powered a{
    font-family: 'Poppins', sans-serif;
    color: #cddaf1;
    text-decoration: none;
}

.footer-hanger {
    position: absolute;
    right: -32px;
    top: -22px;
}

.footer-nav {
    list-style-type: none;
}
.footer_links a, .footer_social a{
    text-decoration: none;
    color: inherit;
}
.footer_links li{
    list-style: none;
    margin-bottom: 10px;
}
.footer_links{
    padding-left: 0;
}
.footer_contact_ul{
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
}
.footer_contact_ul i{
    margin-right: 15px;
    font-size: 18px;
    color: #000;
}
.footer_contact_ul a{
    font-family: 'Poppins', sans-serif;
    color: #dde5f4;
    text-decoration: none;
}

.f-main-links {
    display: inline-block;
    margin-left: 30px;
}

.main-l-a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #000;
}

.main-l-a:hover {
    color: #cddaf1;
}

.main-links-cs-pd {
    padding: 1em 0em 0em 0em;
}

.footer-social-ic, .footer-social-ic1 {
    background-color: rgba(177, 137, 31, 1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}
.footer-social-ic:hover{
    background: #fff;
    color: rgba(177, 137, 31, 1);
}

.contact-us-sec-pd {
    padding-left: 10em;
}

.girl-point-img {
    margin: 0px 0px 0px 30px;
}

.social-links-sec {
    padding-left: 11em;
    display: flex;
}
.border-dashed-x {
  border-left: 2px dashed #fff!important;
  border-right: 2px dashed #fff !important;
  border-top: none !important;
  border-bottom: none !important;
}
.footer_top_section{
    background-image: url('.././images/footer_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    color:#fff;
    position: relative;
}
.footer_top_pos_img{
    position: absolute;
    top: -50px;
    right: 100px;
}
.footer_top_pos_img img{
    max-width: 700px;
}
.star-filled {
    color: rgba(177, 137, 31, 1); /* Yellow */
}

.star-empty {
    color: #ddd; /* Light gray */
}

.service_form_container{
    width: 100%;
    height: calc(100vh - 100px);
    position: relative;
}
.service_form_navigation_btns{
    display: flex;
    gap: 3px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.service_form_navigation_btn{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(177, 137, 31, 1);
    padding: 5px;
    color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
}
.service_form_navigation_btn:first-child{
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
}
.service_form_navigation_btn:last-child{
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
}
.service_form_navigation_btn:hover{
    opacity: 0.8;
    color: #fff;
    box-shadow: #0003 0 2px 8px;
}
.service_form_navigation_btn.disabled{
    background-color: #bebebe;
    pointer-events: none;
}
.service_form_container img{
    max-width: 100%;
    max-height: 100%;
}
.service_form_container .progress{
    background-color: transparent;
    border-radius: 0;
    height: 6px;
}
.service_form_container .progress-bar{
    background-color: rgba(177, 137, 31, 1);
}
.service_form_step{
    padding: 20px 0;
    height: calc(100% - 6px);
    background-color: #fff7ed;
    display: none;
}
.service_form_step.active{
    display: block;
}
.service_form_step.bg2{
    background: linear-gradient(90deg, rgba(255, 247, 237, 1) 50%, rgba(255, 247, 237, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.service_form_step_inner{
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.service_form_container2{
    height: auto;
}
.service_form_container2 .service_form_step{
    display: block;
    height: auto;
    padding: 50px 0;
}
.service_form_container2 .service_form_step_inner{
    display: block;
    overflow: unset;
    height: auto;
}
.service_form_step h2{
    font-weight: 600;
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}
.service_form_step h4{
    font-weight: 600;
    font-size: 20px;
    color: #333;
}
.service_form_step h5{
    font-weight: 400;
    font-size: 16px;
    color: #5c5c5c;
}
.service_form_radio_btn_list{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.service_form_radio_btn{
    flex: 1 1 auto;
    border-color: #CCCCCC;
    background-color: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #5c5c5c;
    padding: 30px 50px;
    box-shadow: none !important;
}
.service_form_radio_btn:hover{
    border-color: rgba(177, 137, 31, 1);
    color: rgba(177, 137, 31, 1);
    background-color: rgba(255, 164, 2, 0.05);
}
.btn-check:checked + .service_form_radio_btn{
    border-color: rgba(177, 137, 31, 1);
    color: rgba(177, 137, 31, 1);
    background-color: rgba(254, 123, 76, 0.05);
}
.selected_box{
    border: 1px solid #CCCCCC;
    background-color: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #5c5c5c;
    padding: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.selected_box h6{
    font-weight: 400;
    font-size: 16px;
    color: #8e8e8e;
}
.selected_box h5{
    font-weight: 600;
    font-size: 18px;
    color: #5c5c5c;
    margin-bottom: 0;
}
.selected_box i{
    font-size: 22px;
    color: rgba(177, 137, 31, 1)
}
.selected_box:hover{
    border-color: rgba(177, 137, 31, 1);
}
.services_list{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 700px;
}
.selected_service_box{
    border: 1px solid #CCCCCC;
    background-color: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #5c5c5c;
    padding: 15px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}
.selected_service_box h5{
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 0;
}
.selected_service_box img{
    width: 50px;
}
.selected_service_box i{
    font-size: 22px;
    color: #333;
    transition: all 0.15s ease;
}
.selected_service_box:hover, .selected_service_box.active{
    border-color: rgba(177, 137, 31, 1);
}
.selected_service_box:hover i{
    margin-right: 10px;
    color: rgba(177, 137, 31, 1);
}
.selected_service_box.active i{
    color:rgba(177, 137, 31, 1);
}
.number-input .input-group .form-control{
    width: 64px !important;
    height: 48px !important;
    border-color: #5c5c5c;
    background-color: #fff;
    color: #5c5c5c;
    font-size: 16px;
    box-shadow: none !important;
    flex: unset;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}
.number-input .input-group .btn{
    box-shadow: none !important;
    background-color: rgba(177, 137, 31, 1) !important;
    border-color: rgba(177, 137, 31, 1) !important;
    color: #fff !important;
    width: 48px !important;
    height: 48px !important;
}
.number-input .input-group .btn:disabled{
    opacity: 1;
    background-color: #ccc !important;
    border-color: #ccc !important;
}
.number-input.sm .input-group .form-control{
    width: 52px !important;
    height: 32px !important;
}
.number-input.sm .input-group .btn{
    background-color: transparent !important;
    border: none !important;
    color: rgba(177, 137, 31, 1) !important;
    width: 32px !important;
    height: 32px !important;
    padding: 5px 8px;
}
.number-input.sm .input-group .btn:disabled{
    background-color: transparent !important;
    color: #ccc !important;
}
.form-floating .form-control{
    border-color: #5c5c5c;
    background-color: #fff;
    color: #5c5c5c;
    font-size: 16px;
    box-shadow: none !important;
}
.form-floating .form-control:focus{
    border-color: rgba(177, 137, 31, 1);
}
.form-floating .form-control.is-invalid{
    border-color: #dc3545;
}
.form-floating textarea.form-control{
    height: 8rem;
    resize: none;
}

.partner_image img{
    height: 50px;
}

.irs--round .irs-line{
    height: 8px;
}
.irs--round .irs-bar{
    background-color: rgba(177, 137, 31, 1);
    height: 8px;
}
.irs--round .irs-handle{
    border-color: rgba(177, 137, 31, 1);
    box-shadow: none;
    width: 28px;
    height: 28px;
    top: 27px;
    border-width: 8px;
}
.irs--round .irs-handle:hover{
    background-color: #fff7ed;
}
.irs--round .irs-single{
    background-color: transparent;
    color: rgba(177, 137, 31, 1);
    font-weight: 600;
    font-size: 16px;
}
.irs--round .irs-single::before{
    display: none;
}
.form-check{
    padding-left: 2em;
}
.form-check-input{
    width: 24px;
    height: 24px;
    border-color: #5c5c5c !important;
    margin-left: -2em !important;
    box-shadow: none !important;
    margin-top: .1em !important;
}
.form-check-input:checked{
    background-color: rgba(177, 137, 31, 1) !important;
    border-color: rgba(177, 137, 31, 1) !important;
}

.form_check_bg{
    border: 1px solid #CCCCCC;
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 15px 15px 3.5em;
    cursor: pointer;
}
.form_check_bg .form-check-input{
    margin-left: -2.5em !important;
}
.form_check_bg .form-check-label{
    font-weight: 600;
}
.form_check_bg:hover{
    border-color: rgba(177, 137, 31, 1);
}
.form_check_bg.form_check_bg2{
    background-color: #f5f5f5;
    border: none;
    padding: 10px 10px 10px 3.1em;
    border-radius: 0;
}
.form_check_bg.form_check_bg2 .form-check-label{
    color: #5c5c5c;
    font-weight: 400;
}
.form_check_bg.form_check_bg2:hover .form-check-label{
    color: rgba(177, 137, 31, 1);
}

.recommended_box{
    padding: 16px;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 3px;
}
.blog_detail_img{
    height: 400px;
    border-radius: 10px;
}
.service_card img{
    max-width: 100px;
}

#pageLoader{
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 9999;
}
#pageLoader .loader-backdrop{
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
}
#pageLoader .loader-spinner{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
#pageLoader .spinner{
    border: 6px solid #f3f3f3;
    border-top: 6px solid rgba(177, 137, 31, 1);
    border-radius: 50%;
    width: 60px; height: 60px;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}
.truck-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.truck-divider::before,
.truck-divider::after {
    content: "";
    width: 70px;
    height: 2px;
    background: rgba(177, 137, 31, 1);
    margin: 0 15px;
}
.truck-divider-footer{
  justify-content: flex-start;
  margin-bottom: 20px;
}
.truck-divider-footer::before,
.truck-divider-footer::after {
    background: rgba(177, 137, 31, 1);
    width: 20px;
    margin: 0 10px;
}

.truck-divider img {
    width: 30px; /* adjust */
    height: auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.vr-top{
    border-right: 2px dashed rgba(255, 255, 255, 1)
}

/* Container Background */
.fast-bg {
    background-color: #ffffff;
}

/* Circle styling */
.step-circle-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-circle {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease;
}

.step-circle:hover {
    transform: translateY(-5px);
}

.step-icon {
    width: 160px;
    height: auto;
}

/* Number Badge at bottom of circle */
.step-number {
  position: absolute;
  bottom: -22px;
  background-color: rgba(177, 137, 31, 1);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  border: 3px solid white;
}

/* Arrow Positioning */
.step-arrow {
    position: absolute;
    right: -25%;
    top: 40%;
    width: 50%;
    z-index: 1;
}

.partners_section{
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.1);
}
.inner-banner{
    height: 350px; 
    background-size: cover; 
    background-repeat: no-repeat; 
    padding-top: 180px;
}

.header_logo{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}
.top-bar, .navbar{
    padding-left: 200px;
}


/* ************************RESPONSIVE QUERIES***************************** */

@media (min-width: 1799px) {
    .carousel-bg {
        height: 1100px;
    }
    .inner_banner{
        height: 350px;
    }
    .inner_banner .carousel-img{
        height: 350px;
    }

    .caption-head {
        font-size: 3rem;
    }

    /* .carousel-img, .carousel-item {
        height: 1180px;
    } */

    .nav-link {
        font-size: 16px;
    }

}
@media (max-width: 1799px) {
     .top-bar, .navbar{
        padding-left: 400px !important;
        padding-right: 100px;
    }
    .about_section_pos_img{
        right: 0;
        top: -50px;
    }
    .about_section_pos_img img{
        width: 200px;
    }
}

@media (max-width: 1399px) {
    .btn_secondary {
    padding: 12px 30px !important;
    }
    /* *************************** Navbar *************************** */
    .navbar-brand {
        margin-right: 2rem;
    }

    .custom-pd-nav-links {
        padding-right: 8px !important;
    }

    .call-btn {
        padding: 15px 0px 10px 39px !important;
    }

    .nav-btn-raq {
        font-size: 14px;
        padding: 12px 30px
    }

    /* *************************** Carousel *************************** */
    /*.carousel-img {
        padding-left: 0rem;
    }*/

    .caption-head {
        font-size: 2.5rem;
    }

    .carousel-btn {
        margin: 1em 0em 0em 4em;
        font-size: 24px;
        padding: 4px 30px 4px 30px;
    }

    /* .carousel-caption {
        padding: 0em 40em 0em 0em;
    } */

    .white-svg {
        top: 37em;
    }
    .inner_banner .white-svg{
        top: 13em;
    }

    /* *************************** About Us *************************** */
    .about_section_pos_img{
        right: 0;
        top: -50px;
    }
    .about_section_pos_img img{
        width: 200px;
    }
    .about-img {
        width: 502px;
        height: 454px;
        object-fit: cover;
    }

    .about-custom-pd {
        padding: 50px 0px
    }

    /* *************************** Fast and Competent *************************** */
    .fast-img {
        width: 188px;
        object-fit: cover;
        height: 193px;
    }

    .fast-img-caption {
        left: 80px;
        top: 160px;
    }

    /* *************************** Our Services *************************** */
    .our-services-sec1 {
        padding: 4em 25em 2em 23em;
    }

    .our-services-img-sec {
        padding-bottom: 29em;
        padding-top: 5em;
    }

    .cleaning-1-img {
        width: 254px;
        height: 246px;
        top: 50px;
        left: -3px;
    }

    .os-b-c {
        top: 175px;
        left: 194px;
        width: 116px;
    }

    .os-bp-c {
        font-size: 23px;
        top: 215px;
        left: 220px;
    }

    .move-img {
        width: 243px;
        height: 238px;
        top: -32px;
        left: -24px;
    }

    .os-b-m {
        top: -63px;
        left: -86px;
        width: 116px;
    }

    .os-bp-m {
        font-size: 23px;
        top: -20px;
        left: -75px;
    }

    .cleaning-2-img {
        width: 242px;
        height: 216px;
        top: 205px;
        left: -32px;
    }

    .transport-1-img {
        width: 270px;
        height: 268px;
        top: 79px;
        left: -112px;
    }

    .os-b-t {
        top: 231px;
        left: 121px;
        width: 116px;
    }

    .os-bp-t {
        font-size: 23px;
        top: 270px;
        left: 132px;
    }

    .disposal-img {
        width: 243px;
        height: 238px;
        top: -19px;
        left: -133px;
    }

    .os-b-d {
        top: -88px;
        left: -140px;
        width: 116px;
    }

    .os-bp-d {
        font-size: 23px;
        top: -47px;
        left: -135px;
    }

    .transport-2-img {
        width: 294px;
        height: 178px;
        top: 207px;
        left: -41px;
    }

    /* *************************** Footer *************************** */
    .footer-hanger {
        right: -21px;
        width: 150px;
        object-fit: cover;
        top: -19px;
        height: 136px;
    }

    .footer-head2 {
        font-size: 2.5rem;
    }

    .f-input-pd {
        padding-left: 7em;
    }

    .f-main-links {
        margin-left: 16px;
    }

    .footer-girl-img {
        width: 234px;
        height: 434px;
        left: -18px;
    }

    .girl-point-img {
        margin: 0px 0px 0px 55px;
    }

    .contact-us-sec-pd {
        padding-left: 12em;
    }

    .social-links-sec {
        padding-left: 14em;
    }

    .f-copyright {
        padding-left: 12.5em;
    }
    .footer_top_pos_img{
        top: -30px;
        right: 100px;
    }
    .footer_top_pos_img img{
        width: 600px;
    }
}

@media (max-width: 1199px) {
    .logo{
        max-width: 140px;
    }
    .top-bar, .navbar{
        padding-left: 250px !important;
         padding-right: 200px;
    }
    nav-bg-transparent {
        padding: 5px 0;
    }

    /* *************************** Navbar *************************** */
    /* .logo {
        width: 5rem;
    } */

    .nav-link {
        font-size: 16px;
    }

    .oc-nav-link{
        font-size: 25px;
    }

    .nav-btn-raq {
        font-size: 16px;
        /* padding: 9px 20px */
    }

    .oc-req-btn{
        font-size: 22px;
    }

    .call-btn {
        padding: 10px 0px 5px 39px !important;
    }

    .call-btn .call-btn-title {
        font-size: 1rem;
    }

    .call-btn .call-btn-subtitle {
        margin-bottom: 0rem;
        font-size: 0.8rem;
    }

    /* *************************** Carousel *************************** */
    .carousel-caption {
        top: 180px;
        /* padding: 0em 34em 0em 0em; */
    }

    .carousel-bg {
        height: 1200px;
    }
    .inner_banner{
        height: 350px;
    }
    .inner_banner .carousel-img{
        height: 350px;
    }
    .inner_banner .white-svg{
        top: 9em;
    }

    .caption-head {
        font-size: 2rem;
    }

    .carousel-img {
        height: 1200px;
    }

    .caption-p {
        font-size: 16px;
    }

    .carousel-btn {
        margin: 0em 0em 0em 3em;
        padding: 4px 30px 4px 30px;
        font-size: 22px;
    }

    .white-svg {
        top: 31em;
    }
    .service_card{
        /* flex-direction: column-reverse; */
        padding: 16px 16px;
        
    }
    /* .service_card img{
        width: 100%; 
    } */
    .service_card .title{
        font-size: 17px;
    }

    .btn_third {
        font-size: 10px;
        padding: 9px 10px;
    }

    /* *************************** About Us *************************** */
   .about_section_pos_img{
        right: 0;
        top: -40px;
    }
    .about_section_pos_img img{
        width: 150px;
    }
    .about-head2 {
        font-size: 30px;
    }

    .about-img {
        width: 469px;
        height: 424px;
        object-fit: cover;
    }

    .about-custom-pd {
        padding: 40px 0px
    }
    /* .why-choose-us .col-md-6 {
        width: 40% !important;
    }
    .why-choose-us .col-md-1 {
        width: 12% !important;
    } */

    /* *************************** Fast and Competent *************************** */
    .fast-img {
        width: 177px;
        object-fit: cover;
        height: 181px;
    }

    .fast-arrow-img {
        width: 144px;
    }

       .fast-img-caption {
            left: 80px;
            top: 160px;
        }

    /* *************************** Our Services *************************** */
    .our-services-sec1 {
        padding: 4em 24em 2em 12em;
    }

    .our-services-img-sec {
        padding-bottom: 24em;
        padding-top: 5em;
    }

    .cleaning-1-img {
        width: 230px;
        height: 225px;
        top: 50px;
        left: 0px;
    }

    .os-b-c {
        top: 158px;
        left: 198px;
        width: 95px;
    }

    .os-bp-c {
        font-size: 20px;
        top: 191px;
        left: 216px;
    }

    .move-img {
        width: 195px;
        height: 185px;
        top: -10px;
        left: 18px;
    }

    .os-b-m {
        top: -79px;
        left: -7px;
        width: 105px;
    }

    .os-bp-m {
        font-size: 20px;
        top: -42px;
        left: 4px;
    }

    .cleaning-2-img {
        width: 215px;
        height: 169px;
        top: 180px;
        left: 4px;
    }

    .transport-1-img {
        width: 233px;
        height: 225px;
        top: 65px;
        left: -51px;
    }

    .os-b-t {
        top: 196px;
        left: 149px;
        width: 95px;
    }

    .os-bp-t {
        font-size: 20px;
        top: 227px;
        left: 155px;
    }

    .disposal-img {
        width: 203px;
        height: 194px;
        top: -19px;
        left: -51px;
    }

    .os-b-d {
        top: -77px;
        left: -57px;
        width: 95px;
    }

    .os-bp-d {
        font-size: 20px;
        top: -45px;
        left: -56px;
    }

    .transport-2-img {
        width: 226px;
        height: 125px;
        top: 185px;
        left: 0px;
    }

    /* *************************** Footer *************************** */

    .footer-girl-img {
        display: none;
    }

    .contact-us-sec-pd {
        padding-left: 1em;
    }

    .girl-point-img {
        display: none;
    }

    .footer-head2 {
        font-size: 2rem;
    }

    .social-links-sec {
        padding-left: 1em;
    }

    .f-main-links {
        margin-left: 10px;
        font-size: 15px;
    }

    .footer-nav {
        padding-left: 0em;
    }

    .f-input-pd {
        padding-left: 4em;
    }

    .f-copyright {
        padding-left: 0em;
    }

    .footer-hanger {
        right: -10px;
        width: 128px;
        object-fit: cover;
        top: -17px;
        height: 119px;
    }

    .footer-subscribe-btn {
        padding: 15px 22px 15px 22px;
    }
    .blog_detail_img{
        height: 400px;
    }
    .footer_top_pos_img{
        top: 33px;
        right: 100px;
    }
    .footer_top_pos_img img{
        width: 400px;
    }
    .step-arrow img {
        width: 60px;
    }
}

@media (max-width: 991px) {
    .header_logo {
        display: none;
    }
    .top-bar, .navbar{
        padding-left: 0px !important;
         padding-right: 0px;
         background-color: #fff;
    }
    .navbar-brand {
        display: block;
    }
    /* .logo{
        max-width: 264px;
    }
    .navbar{
        padding-left: 0px !important;
    } */
    p{
        font-size: 16px;
    }
    .navbar-nav .nav-link {
        border-right: none;
    }
    .offcanvas-body{
        justify-content: flex-start !important;
    }

    /* *************************** carousel *************************** */
    .carousel-caption {
        top: 130px;
        /* padding: 0em 20em 0em 0em; */
    }

    .carousel-bg {
        height: 590px;
    }
    .inner_banner{
        height: 350px;
    }

    .carousel-img {
        height: 1300px;
    }

    .white-svg {
        top: 27em;
    }
    .inner_banner .carousel-img{
        height: 350px;
    }
    .inner_banner .white-svg{
        top: 13em;
    }

    /* *************************** About Us *************************** */
    /* .about-us-head {
        text-align: center;
    } */

    .about-head2 {
        font-size: 25px;
        /* text-align: center; */
    }
    .about-us-head {
        font-size: 18px;
    }

    .about-p {
        text-align: justify;
    }

    .about-custom-pd {
        padding: 30px 0px
    }

    .img-about1 {
        width: 269px;
        margin-left: 7em;
        height: 313px;
    }

    .img-about2 {
        width: 196px;
        height: 218px;
        left: 25em;
    }

    .img-about3 {
        width: 210px;
        height: 244px;
        top: 15.5em;
        left: 17em;
    }

    .about-pic-section {
        margin-top: 2em;
    }

    /* *************************** Fast and Competent *************************** */
    .fast-img {
        width: 129px;
        object-fit: cover;
        height: 126px;
    }

    .fast-arrow-img {
        margin-top: 4em;
        width: 80px;
    }

    .fast-img-p {
        font-size: 13px;
        margin-top: 3em;
    }

    .cap-padding {
        padding: 4px 10px 4px 10px;
    }

    .fast-img-caption {
      left: 80px;
        top: 160px;
        width: 57px;
    }

    .fast-img-cap-text-sm {
        font-size: 12px;
    }

    .fast-img-cap-text-big {
        font-size: 26px;
    }
    /* .why-choose-us .col-md-6 {
        width: 37% !important;
    }
    .why-choose-us .col-md-1 {
        width: 15% !important;
    } */

    /* *************************** Our Services *************************** */
    .our-services-sec1 {
        padding: 4em 9em 2em 7em;
    }

    .os-head {
        font-size: 2.5rem;
    }

    .os-p {
        padding-right: 12em;
        font-size: .8rem;
    }

    .glance-img {
        width: 173px;
        height: 91px;
        right: 0px;
        top: -20px;
    }

    .our-services-img-sec {
        padding-bottom: 20em;
        padding-top: 4em;
    }

    .cleaning-1-img {
        width: 182px;
        height: 178px;
        top: 0px;
        left: -21px;
    }

    .os-b-c {
        top: 127px;
        left: 106px;
        width: 80px;
    }

    .os-bp-c {
        font-size: 16px;
        top: 155px;
        left: 123px;
    }

    .move-img {
        width: 175px;
        height: 169px;
        top: -32px;
        left: 162px;
    }

    .os-b-m {
        top: -73px;
        left: 146px;
        width: 80px;
    }

    .os-bp-m {
        font-size: 16px;
        top: -44px;
        left: 152px;
    }

    .cleaning-2-img {
        width: 152px;
        height: 139px;
        top: 142px;
        left: 146px;
    }

    .transport-1-img {
        width: 199px;
        height: 195px;
        top: 65px;
        left: 281px;
    }

    .os-b-t {
        top: 183px;
        left: 436px;
        width: 90px;
    }

    .os-bp-t {
        font-size: 16px;
        top: 215px;
        left: 449px;
    }

    .disposal-img {
        width: 175px;
        height: 169px;
        top: 0px;
        left: 470px;
    }

    .os-b-d {
        top: -51px;
        left: 462px;
        width: 80px;
    }

    .os-bp-d {
        font-size: 16px;
        top: -23px;
        left: 465px;
    }

    .transport-2-img {
        width: 187px;
        height: 125px;
        top: 154px;
        left: 516px;
    }

    /* *************************** Footer *************************** */
    .footer-head1 {
        font-size: 1.5rem;
    }

    .contact-us-sec-pd {
        padding-left: 1em;
        text-align: initial;
    }

    .c-links-p {
        padding-left: 21px;
        text-align: start;
    }

    .contact-links-icons {
        position: absolute;
        font-size: 17px;
        top: 2px;
        left: -6px;
    }

    .f-input-pd {
        padding-left: 0em;
    }

    .footer-subscribe-btn {
        padding: 10px 8px 10px 8px;
        font-size: 16px;
    }

    .footer-email-input {
        padding: 10px 22px 10px 22px;
    }

    .footer-nav {
        padding-left: 0em;
        text-align: center;
    }

    .f-main-links {
        margin-left: 22px;
        font-size: 15px;
    }
    .blog_detail_img{
        height: 350px;
    }
     .custom-pd-nav-links {
        padding-left: 8px !important;
    }
    .footer_top_pos_img{
        position: static;
        text-align: center;
    }
    .footer_top_pos_img img{
        width: 100%;
    }
    .step-arrow img {
        width: 25px;
    }
    .step-icon {
        width: 140px;
    }
}

@media (max-width: 810px) {
    .carousel-content {
        padding-top: 140px;
    }
    .caption-head {
        font-size: 28px;
    }
    .caption-p {
        padding: 0px 0px;
    }
    .launch-card {
        height: 350px;
    }
    .launch-card-body {
        padding: 22px;
    }
    .launch-date {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .launch-title {
        font-size: 21px;
    }
    .news_section {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .carousel-bg {
        height: 500px;
    }

    .carousel-img {
        height: 480px;
    }

    .white-svg {
        top: 24em;
    }
    .inner_banner{
        height: 270px;
    }
    .inner_banner .carousel-img{
        height: 270px;
    }
    .inner_banner .white-svg{
        top: 13em;
    }

    /* *************************** About us *************************** */

    .about-img {
        width: 428px;
        height: 387px;
        object-fit: cover;
    }

    .about-custom-pd {
        padding: 1em 0em 13em 0em;
    }

    /* *************************** Fast and Competent *************************** */
    .arrow-d-none {
        display: none;
    }

    .fast-img-p {
        font-size: 12px;
    }

    .fast-img {
        width: 115px;
        object-fit: cover;
        height: 111px;
    }

    .fast-img-cap-text-sm {
        font-size: 10px;
    }

    .fast-img-cap-text-big {
        font-size: 23px;
        margin-left: 10px;
    }

    .cap-padding {
        padding: 2px 0px 2px 10px;
        text-align: initial;
    }

    .fast-img-caption {
        left: -6px;
        top: 91px;
        width: 52px;
    }

    .fast-content-position {
        text-align: center;
    }

    /* *************************** Our Services *************************** */
    .our-services-sec1 {
        padding: 4em 3em 2em 3em;
    }

    .glance-img {
        width: 167px;
        height: 88px;
        object-fit: cover;
        top: -16px;
        right: 0px;
    }

    .os-head {
        font-size: 2.3rem;
    }

    .os-p {
        font-size: .8rem;
    }

    .our-services-img-sec {
        padding-bottom: 15em;
        padding-top: 4em;
    }

    .cleaning-1-img {
        width: 132px;
        height: 132px;
        top: 0px;
        left: 4px;
    }

    .os-b-c {
        top: 98px;
        left: 85px;
        width: 66px;
    }

    .os-bp-c {
        font-size: 16px;
        top: 119px;
        left: 89px;
    }

    .move-img {
        width: 119px;
        height: 115px;
        top: -42px;
        left: 146px;
    }

    .os-b-m {
        top: -81px;
        left: 130px;
        width: 66px;
    }

    .os-bp-m {
        font-size: 16px;
        top: -57px;
        left: 147px;
    }

    .cleaning-2-img {
        width: 120px;
        height: 133px;
        top: 63px;
        left: 127px;
    }

    .transport-1-img {
        width: 150px;
        height: 149px;
        top: 9px;
        left: 243px;
    }

    .os-b-t {
        top: 133px;
        left: 320px;
        width: 66px;
    }

    .os-bp-t {
        font-size: 16px;
        top: 154px;
        left: 321px;
    }

    .disposal-img {
        width: 119px;
        height: 115px;
        top: -16px;
        left: 379px;
    }

    .os-b-d {
        top: -59px;
        left: 366px;
        width: 66px;
    }

    .os-bp-d {
        font-size: 16px;
        top: -36px;
        left: 372px;
    }

    .transport-2-img {
        width: 129px;
        height: 91px;
        top: 89px;
        left: 377px;
    }

    /* *************************** Footer *************************** */
    .footer-hanger {
        right: 10px;
    }

    .custom-footer-pd {
        padding: 4em 1em 0em 0em;
    }

    .contact-us-sec-pd {
        padding-left: 2em;
    }

    .footer-head1 {
        font-size: 2rem;
    }

    .mob-mt-sub-sec {
        margin-top: 2em;
        padding: 0em 1em 0em 3em;
    }

    .footer-head2 {
        padding: 0;
    }

    .footer-subscribe-btn {
        padding: 11px 15px 11px 15px;
        font-size: 17px;
    }

    .footer-nav {
        margin-top: 1em;
    }

    .f-copyright {
        margin: 0;
    }
    .footer_links_main{
        margin-top: 20px;
        text-align: left;
    }
    .footer_social{
        flex-direction: column;
       
    }
    .footer_social_inner{
        justify-content: start !important;
        margin-bottom: 20px;
    }
     .c-links-p {
        padding-left: 0px;
    }
    .vr-top {
        border-right: none;
        /* margin-bottom: 10px; */
        margin-right: 0px !important;
    }
}

@media (max-width: 481px) {
    .carousel-bg-image {
        display: none;
    }
    .carousel-bg-image-mobile {
        display: block;
    }
    .logo {
        max-width: 120px;
    }
    /* *************************** Carousel *************************** */
    .white-svg {
        top: 27em;
    }
    .inner_banner .white-svg{
        top: 17em;
    }

    /* *************************** About Us *************************** */
    .about_section_pos_img{
        right: 0;
        top: -40px;
    }
    .about_section_pos_img img{
        width: 120px;
    }
    .about-head2 {
        font-size: 20px;
    }
    .about-us-head {
        font-size: 14px;
    }

    .about-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-custom-pd {
        padding: 30px 0px
    }

    /* *************************** Fast and Competent *************************** */
    .fast-img {
        width: 174px;
        height: 170px;
    }

    .fast-arrow-img {
        margin-top: 4em;
        width: 100px;
    }

    .fast-img-p {
        font-size: 14px;
    }

    .fast-content-position {
        text-align: center;
    }

    .fast-img-caption {
        left: -16px;
        top: 141px;
        width: 52px;
    }
    .swiper-nav {
        display: none !important;
    }

    /* *************************** Our Services *************************** */
    .our-services-sec1 {
        padding: 4em 4em 2em 3em;
    }

    .glance-img {
        width: 101px;
        height: 54px;
        top: -14px;
        object-fit: cover;
    }

    .os-head {
        font-size: 1.4rem;
    }

    .os-p {
        padding-right: 7em;
        font-size: .7rem;
    }

    .our-services-img-sec {
        padding-bottom: 28em;
        padding-top: 4em;
    }

    .cleaning-1-img {
        width: 132px;
        height: 132px;
        top: -58px;
        left: 13px;
    }

    .os-b-c {
        top: 18px;
        left: 121px;
        width: 66px;
    }

    .os-bp-c {
        font-size: 13px;
        top: 41px;
        left: 135px;
    }

    .move-img {
        width: 131px;
        height: 126px;
        top: -72px;
        left: 175px;
    }

    .os-b-m {
        top: -93px;
        left: 142px;
        width: 66px;
    }

    .os-bp-m {
        font-size: 13px;
        top: -68px;
        left: 148px;
    }

    .cleaning-2-img {
        width: 139px;
        height: 163px;
        top: 76px;
        left: 4px;
    }

    .transport-1-img {
        width: 143px;
        height: 139px;
        top: 75px;
        left: 181px;
    }

    .os-b-t {
        top: 182px;
        left: 164px;
        width: 66px;
    }

    .os-bp-t {
        font-size: 13px;
        top: 205px;
        left: 170px;
    }

    .disposal-img {
        width: 119px;
        height: 115px;
        top: 265px;
        left: 8px;
    }

    .os-b-d {
        top: 343px;
        left: 91px;
        width: 66px;
    }

    .os-bp-d {
        font-size: 13px;
        top: 365px;
        left: 93px;
    }

    .transport-2-img {
        width: 144px;
        height: 98px;
        top: 260px;
        left: 175px;
    }

    /* *************************** Footer *************************** */

    .footer-hanger {
        right: 10px;
    }

    .custom-footer-pd {
        padding: 4em 1em 0em 1em;
    }

    .footer-head1 {
        text-align: center;
        font-size: 1.5rem;
    }

    .footer-head2 {
        padding: 0;
        font-size: 1.6em;
    }

    .mob-mt-sub-sec {
        margin-top: 2em;
        padding: 0em 1em 0em 1em;
    }

    .footer-subscribe-btn {
        padding: 8px 10px 8px 10px;
        font-size: 15px;
    }

    .mob-pd-sub-btn {
        padding: 0;
    }

    .footer-nav {
        margin-top: 1em;
        text-align: initial;
    }

    .f-main-links {
        margin-left: 19px;
        font-size: 16px;
    }

    .contact-us-sec-pd {
        padding-left: 1em;
    }
     .border-dashed-x {
        border: none !important;
    }
    .blog_detail_img{
        height: 350px;
    }
    .nav-btn-raq {
        font-size: 14px;
    }
    p{
        font-size: 14px !important;
    }
    .feature {
        height: 200px;
    }
    .customer_reviews{
        padding: 50px 0;
    }
    .banner_service_card {
    margin-top: 30px;
    }
    .inner-banner{
        height: 250px; 
        padding-top: 120px;
    }
    .carousel-content {
        padding-top: 120px;
    }
    .caption-head {
        font-size: 26px;
    }
    .caption-p {
        padding: 0px 0px;
    }
    .launch-card {
        height: 350px;
    }
    .launch-card-body {
        padding: 20px;
    }
    .launch-date {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .launch-title {
        font-size: 20px;
    }
    .news_section {
        margin-bottom: 40px;
    }

    .nav-btn-raq-2 {
        font-size: 14px;
        padding: 12px 30px;
    }
    .service_card {
        padding: 14px 14px;
        width: 110px;
        border-radius: 20px;
    }
    .service_card_icon {
        height: 50px;
        width: 50px;
    }
    .service_card img {
        max-width: 25px;
    }
    .service_card .title {
        font-size: 12px;
    }
    .service_card p {
        font-size: 12px;
        display: none;
    }
    .gap-4 {
        gap: 10px !important;
    }
    .service_card_btn {
        font-size: 13px;
    }
    .service_form_step img{
        padding-bottom: 0px;
    }
    .continueNextStepBtn{
        margin-bottom: 60px;
    }
    /* .offcanvas {
        background-color: red;
    } */
    .navbar-nav {
        text-align: left !important;
    }
    /* .service_form_step_inner{
        height: auto !important;
    }
    .service_form_navigation_btns{
        bottom: -140px;
        right: 30px;
    } */

    .service_form_step h2 {
        font-size: 18px;
    }
    .selected_box h6 {
        font-size: 14px;
    }
    .selected_box h5 {
        font-size: 15px;
    }
    .service_form_step h4 {
        font-size: 16px;
    }
    .selected_service_box {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px;
    }
    .service_form_radio_btn {
        font-size: 14px;
        padding: 20px 40px;
    }
    .service_form_radio_btn_list {
        gap: 10px;
    }
    .counter_section_parent {
        overflow-x: hidden !important;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .mb-4 {
        margin-bottom: 0.8rem !important;
    }
    .my-4{
        margin-top: 0.8rem !important;
        margin-bottom: 0.8rem !important;
    }

    /* Ensure the row doesn't exceed 100% width */
    .counter_section {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .selected_service_box h5 {
        font-size: 15px;
    }
    .selected_service_box img {
    width: 35px;
    }
    .step5_img{
        height: 200px !important;
    }
    .form_check_bg{
        padding: 10px !important;
    }
    .form_check_bg  h5{
        margin-top: 10px !important;
    }
    .form_check_bg img{
        height: 60px !important;
    }
    .service_form_step h5 {
        font-size: 14px;
    }
    .service_form_step_inner .mb-4{
        margin-bottom: 10px !important;
    }
    .form_check_bg .form-check-input {
    margin-left: 0.5em !important;
    margin-right: 10px;
    }
    .footer_top_section {
    padding: 30px 0px;
    }
    .footer-logo{
        width: 200px;
    }
    .partner_image img {
    height: 38px;
    }
    .px-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    }
    .scroll-box {
    max-height: 200px;
    overflow-y: auto;
    }
}

@media (max-width: 374px) {

    .our-services-sec1 {
        padding: 4em 1.5em 2em 2em;
    }

    .os-p {
        padding-right: 9em;
        font-size: .6rem;
    }
    .service_form_radio_btn_list {
    padding-bottom: 40px;
    }
    .service_card {
        width: 100px;
    }
    .service_card_icon {
        height: 40px;
        width: 40px;
        margin-bottom: 10px !important;
    }
    .service_card img {
        max-width: 20px;
    }
    .service_card_btn .icon {
        height: 23px;
        width: 23px;
        margin-left: 0px;
    }
      .caption-head {
        font-size: 24px;
    }
    .about_car_img{
        width: 50px;
    }
}