@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*....................................
1.Theme default CSS
....................................*/
html,
body.dark {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

/* ....................................
Reset CSS 
.......................................*/
a {
    transition: all 0.3s;
    text-decoration: none;
}

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

a:active {
    outline: 0 none;
    text-decoration: none;
}

a:focus {
    outline: 0px solid;
    text-decoration: none;
}

p {
    margin: 0 0 20px;
    color: #333;
    opacity: 0.9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-family: Poppins;
    letter-spacing: -1px;
    font-weight: 700;

}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1220px;
}

.section-space {
    padding: 100px 0;
}

a.btn.btn-primary {
    background: #ED931D;
    border-radius: 100px;
    font-family: Poppins;
    font-weight: 500;
    color: #fff !important;
    padding: 8px 25px;
    border-color: #ED931D;
    display: flex;
    align-items: center;
    gap: 5px;
}

a.btn.btn-primary:hover {
    background: #121536;
    border-color: #121536;
}

header.header {
    padding: 0;
}

.header .row.justify-content-between {
    align-items: center;
}

a.brand-logo img {
    width: 85%;
}

ul.navbar-nav li.nav-item {
    margin-left: 15px;
}

ul.navbar-nav li.nav-item a.nav-link {
    color: #333;
    font-family: Poppins;
    font-weight: 600;
    text-transform: uppercase;
}

ul.navbar-nav li.nav-item:hover a {
    color: #ED931D;
}

ul.navbar-nav li.nav-item a.btn.btn-outline-warning {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.banner {
    padding: 80px 0;
    background-position: center;
    background-image: url(../images/top-banner.jpg);
    background-size: cover;
    position: relative;
}

.banner:after {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.banner .container {
    position: relative;
    z-index: 99;
}

.banner h1 {
    font-size: 60px;
}

.banner .btn-primary {
    margin-top: 20px;
}

.banner span.text-white {
    font-size: 18px;
    display: block;
}

.service-card {
    background: linear-gradient(to right, #ED931D 0%, #ED6D1D 100%);
    border-radius: 15px;
    color: #fff;
    max-width: 430px;
    margin: 50px auto;
    box-shadow: 0 20px 15px rgba(0, 0, 0, 0.08);
    margin-right: 0;
}

.service-card h4 {
    font-size: 30px;
    margin: 0 0 5px;
    font-weight: 600;
}

.service-btn {
    background: #ffffffe8;
    color: #020203;
    border-radius: 8px;
    padding: 8px 10px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 5px;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.service-btn:hover {
    background: #f5f5f5;
}

.service-btn i {
    margin-right: 5px;
    color: #020203;
    font-size: 20px;
    font-weight: 600;
}

.features {
    background: #fff;
    border-radius: 0 0 12px 12px;
    color: #333;
    display: flex;
    justify-content: space-around;
    padding: 15px 10px;
    margin: -20px;
}

.features div {
    text-align: center;
    font-size: 13px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    line-height: 1;
}

.features i {
    font-size: 18px;
    display: block;
    margin-bottom: 3px;
    color: #030d19;
}

.book-home input.form-control {
    border: none;
    margin: 0 0 10px;
}

.book-home label.form-check-label {
    line-height: 1;
}

.book-home button.btn.btn-dark.btn-submit {
    margin-top: 15px !important;
    display: block;
    padding: 12px 25px;
    width: 100%;
}
.banner .d-flex {
    gap: 18px;
}

section#book {
    background: linear-gradient(to right, #ED931D 0%, #ED6D1D 100%);
    padding: 40px 0px;
}

section#book h2 {
    margin: 3px 0 00;
    color: #fff;
}

section#book a.btn.btn-danger {
    background: #fff;
    border-color: #fff;
    color: #000;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 100px;
}

.page-title {
    position: relative;
    margin-bottom: 0;
    color: #090a16;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 40px;
    padding-bottom: 25px;
}

.page-title::before {
    content: '';
    display: inline-block;
    float: none;
    position: absolute;
    width: 50px;
    height: 2px;
    background: #ED931D;
    bottom: 12px;
    left: 50%;
    margin-left: -25px;
}

a.btn {
    border-radius: 100px;
}

a.btn.btn-outline-warning {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-size: 14px;
    color: #ED6D1D;
    letter-spacing: 2px;
    background: transparent !important;
}

a.btn.btn-danger {
    background: #ED6D1D;
    border-color: #ED6D1D;
}

section#About li {
    list-style: none;
    margin: 0 8px;
    line-height: 1;
    font-size: 15px;
}

section#About ul.d-flex {
    padding: 0;
}

#about a.btn.btn-outline-warning {
    margin: 8px;
    border: 1px solid;
    border-radius: 70px;
    padding: 10px 30px;
    background: #fff1d117 !important;
}

section.services-section {
    background: #f4f4f4;
}

.service {
    text-align: left;
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.05);
}

.service h3 {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.service i.fa-solid {
    font-size: 30px;
}

.service p {
    margin: 0;
}

/* TimeLine */

.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services-all .container {
    max-width: 95%;
}

.timeline-event {
    text-align: center;
    flex: 1 1 20%;
    position: relative;
}

.timeline-date {
    display: inline-block;
    padding: 5px;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 22px;
}

.date-blue {
    background-color: #3db2ff;
}

.date-green {
    background-color: #28a745;
}

.date-pink {
    background-color: #ff4d6d;
}

.date-yellow {
    background-color: #ffc107;
}

.timeline-event h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.timeline-event p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.5;
    height: 60px;
    max-width: 250px;
    margin: 0 auto 20px;
}

.footer-logo {
    width: 90%;
}
.footer-wrapper h4 {
    color: #fff;
    font-weight: 600;
}
ul.link-nav {
    padding-left: 20px;
}
ul.link-nav li{
    color: #eee;
}
.footer-Information p {
    margin: 0 0 10px;
}








@media (max-width: 992px) {
    .timeline-event {
        flex: 1 1 45%;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .timeline-event {
        flex: 1 1 100%;
    }
}

.timeline-event:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    top: 23px;
    background: #ffffff17;
}

.timeline-event:last-child:after {
    display: none;
}

.timeline-event:last-child .timeline-date {
    background-color: #c107ff;
}


.footer-logo {
    margin-bottom: 20px;
}

/*Image Services*/
.services-all {
    overflow: hidden;
    padding: 70px 0;
    background: #1d1c19;
}

.services-all .col-md-3 {
    padding: 0;
}

.hover {
    overflow: hidden;
    position: relative;
    padding-bottom: 550px;
    border-radius: 0 !important;
}

.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
}

.hover img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    transition: all 0.3s;
}

.hover-content {
    position: relative;
    z-index: 99;
}

.hover-1 img {
    width: 110%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    height: 550px;
    object-fit: cover;
}

.hover-1:hover img {
    width: 100%;
}

.hover-1-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    transition: all 0.4s;
}

.hover-1 .hover-overlay {
    background: rgba(23, 28, 33, 0.65);
}

.hover-1-description {
    transform: translateY(0.5rem);
    transition: all 0.4s;
    opacity: 0;
    color: #fff;
}

.hover-1:hover .hover-1-content {
    bottom: 2rem;
}

.hover-1:hover .hover-1-description {
    opacity: 1;
    transform: none;
}

.hover-1:hover .hover-overlay {
    background: rgba(23, 28, 33, 0.4);
}

.hover-1-content span.font-weight-light {
    text-transform: capitalize;
    font-weight: 600;
}

.hover-1-description.btn-wrap {
    gap: 8px;
}

/*Services*/
.popular-repairs-Servicing .service {
    padding: 0;
    margin-bottom: 20px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 18px 50px -9px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 18px 50px -9px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 18px 50px -9px rgba(0, 0, 0, 0.07);
    bottom: 0;
    border: 1px solid #eee;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.service img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.popular-repairs-Servicing .service h3 {
    font-size: 20px;
    color: #000;
    text-align: left;
    position: relative;
    margin: 0 0 10px;
    text-transform: capitalize;
}

.popular-repairs-Servicing .service p {
    text-align: left;
    font-size: 15px;
    color: #898989;
}

.content-service {
    padding: 30px;
}

.d-flex.btn-wrap {
    margin-top: 20px;
    gap: 7px;
}

.d-flex.btn-wrap a.btn {
    font-size: 15px;
    padding: 5px 18px 7px;
}

/*Reviews*/
section#Reviews {
    background: #f4f4f4;
    padding: 80px 0;
}

.carousel-inner {
    padding: 1em;
}

#testimonialCarousel h5.card-title {
    font-weight: 600;
    margin: 0 0 5px;
    font-size: 18px;
}

#testimonialCarousel .carousel .card {
    margin: 0 0.5em;
    border: 0;
    box-shadow: none !important;
    border-radius: 15px !important;
    padding: 10px;
}

section.Cleaning ul {
    padding: 0;
    color: #fff;
}

section.Cleaning ul li {
    list-style: none;
}

@media screen and (min-width: 576px) {
    #testimonialCarousel .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    #testimonialCarousel .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 768px) {
    #testimonialCarousel .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 3);
    }
}

#testimonialCarousel.carousel .card {
    margin: 0 0.5em;
    border: 0;
    box-shadow: none !important;
    border-radius: 15px !important;
    padding: 10px;
    height: 330px;
}

#testimonialCarousel.carousel .card span {
    font-size: 13px;
}

#testimonialCarousel.carousel .card p.card-text {
    margin-bottom: 10px;
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.Review-star {
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x) 0;
    line-height: 1;
    display: block;
}
.Review-star h6 {
    margin: 0 0 5px;
    font-size: 22px;
}
.Review-star span {
    font-size: 15px;
    color: #0d6efd;
    font-weight: 500;#testimonialCarousel.carousel .card
}









div#accordionFaq {
    max-width: 1100px;
    margin: 0 auto;
}

div#accordionFaq .accordion-item {
    border: none;
    background: #f5f5f5;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 10px;
}

.accordion-header button.accordion-button {
    font-weight: 600;
    font-size: 20px;
}

div#accordionFaq button.accordion-button {
    background: #f5f5f5;
    padding: 22px 25px;
    color: #ED6D1D;
}

div#accordionFaq button.accordion-button.collapsed {
    background: #f5f5f5;
    color: #111;
}

.Cleaning {
    background: url(../images/page-13.jpg);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    background-attachment: fixed;
}

.Cleaning .col-md-6.col-sm-6 {
    background: linear-gradient(to right, #ed931df0 0%, #ed6d1dd9 100%);
    border-radius: 15px;
    padding: 50px;
}

a.btn.btn-white {
    background: #fff !important;
    color: #000 !important;
    font-weight: 500;
    padding: 12px 35px;
    border-radius: 120px;
    border-color: #fff;
}

.service-areas .service {
    padding: 0;
    background: transparent;
    box-shadow: none;
    float: left;
    width: 50%;
}
.service-areas .service h3 {
    font-size: 18px;
    gap: 5px;
    margin-bottom: 15px;
    font-weight: 500;
}
.service-areas .service i.fa-solid {
    font-size: 20px;
}
.service-areas h2.page-title {
    margin: 0;
}
.google-map iframe {
    overflow: hidden;
    border-radius: 20px;
}

.stats-section{
    background:#fff;
}

.stat-card {
    background: #fff;
    border-radius: 0;
    padding: 45px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #ddd;
    transition: .4s;
}
.Technicians .stat-card {
    border-right:0;
}
.stat-card::before{

    content:"";

    position:absolute;

    width:100%;

    height:5px;

    left:0;

    top:0;

    background:#FCB753;

    transform:scaleX(0);

    transition:.4s;

}

.stat-card:hover::before{

    transform:scaleX(1);

}

.stat-card:hover{

    transform:translateY(-10px);

}

.icon{

    width:80px;
    height:80px;

    background:#FCB753;

    color:#0F3454;

    margin:auto;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:32px;

    transition:.35s;

}

.stat-card:hover .icon{

    background:#0F3454;

    color:#fff;

    transform:rotateY(180deg);

}

.counter {
    margin: 25px 0 10px;
    font-size: 40px;
    color: #0F3454;
    font-weight: 700;
}

.counter::after{

    content:"+";

    color:#FCB753;

}

.stat-card p{

    margin:0;

    color:#666;

    font-weight:600;

}


/*Footer*/
.footer-wrapper {
    background: #0b0c10;
    padding: 50px 0 10px;
}

.footer-wrapper p {
    color: #eee;
}

ul.scoail-share {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
}

ul.scoail-share li {
    list-style: none;
}

ul.scoail-share li a {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #333;
    color: #eee;
    font-size: 18px;
    border-radius: 100px;
}

.copyright {
    border-top: 1px solid;
    padding-top: 30px;
}

.copyright a {
    margin-left: 20px;
    color: #ccc;
}


/*Booking Page*/
section.bookking-page.section-space {
    border-top: 1px solid #eee;
}

.booking-inner {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #bde3df;
}

.booking-inner .col-lg-6 {
    padding: 0;
}

.left-card {
    background: linear-gradient(to right, #ED931D 0%, #ED6D1D 100%);
    color: #fff;
    padding: 60px 50px;
    height: 100%;
}

.left-card h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 30px;
}

.service-option {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px !important;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-option input {
    margin-right: 5px;
}

.service-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #fff;
}

.btn-custom {
    border-radius: 10px;
    font-weight: 600;
    padding: 12px 22px;
    margin: 5px;
    border: none;
    color: #fff;
    background: #001e76 !important;
}

.btn-call {
    background: #0072ff;
}

.btn-whatsapp {
    color: #000 !important;
    background: #ffffff !important;
}

.right-card {
    padding: 60px 40px;
}

.right-card h5 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 25px;
}

.form-control,
.form-select {
    margin-bottom: 15px;
    height: 45px;
    border-radius: 10px;
}

.right-card textarea.form-control {
    height: 110px;
}

.btn-submit {
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 10px;
}


.mobile-call {
    display: none;
}

.thanks {
    text-align: center;
    background-color: #fff;
    margin: 2%;
}

/* Brand Logo */
.brand-logo {
    padding:0 0 80px;
}

.brand-logo .container {
    max-width: 95% !important;
}

.logo-slider {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.logo-slide-track {
    display: flex;
    width: calc(280px * 10);
    animation: scroll 25s linear infinite;
}

.logo-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 35px;
    background: #fff;
    margin: 0 10px;
    border-radius: 10px;
}

.logo-slide img {
    width: 100%;
    max-height: 60px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.logo-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.logo-slider:hover .logo-slide-track {
    animation-play-state: paused;
}


section#pincode {
    text-align: center;
    padding: 25px 0;
    background: linear-gradient(to right, #ED931D 0%, #ED6D1D 100%);
}

section#pincode .pincode-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #fff;
}

.wa-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 997;
    width: 60px;
    height: 60px;
    padding: 15px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, .45);
    transition: transform .2s;
}
.wa-float img {
    width: 100%;
}
.wa-float:hover {
    transform: scale(1.08);
}

/*process  Box*/
.process-section {
    background: #37393e;
    padding: 80px 0;
}
.process-section .container {
    max-width: 1300px;
}
.process-wrapper{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:40px;
}

.process-box {
    width: 175px;
    background: #fff;
    border-radius: 18px;
    position: relative;
    text-align: center;
    padding: 25px 15px;
    transition: .35s;
}

.process-box:hover{
    transform:translateY(-8px);
}

.process-box::after {
    font-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: -36px;
    content: "\f178";
    transform: translateY(-50%);
    color: #ed931d;
    font-size: 28px;
}

.process-box.last::after{
    display:none;
}

.step {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #37393e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.process-box i {
    font-size: 45px;
    color: #ed931d;
    margin-top: 25px;
    margin-bottom: 18px;
}

.process-box h6 {
    color: #0F3454;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
}

@media(max-width:991px){

.process-wrapper{
    gap:20px;
}

.process-box{
    width:45%;
}

.process-box::after{
    display:none;
}

}

@media(max-width:576px){

.process-box{
    width:100%;
}

}


.importance-card {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    overflow: hidden;
    margin: 80px auto 20px;
    max-width: 1250px;
    padding: 40px;
}

.importance-card .page-title::before {
    left: 25px;
}

.importance-image {
    width: 45%;
    border-radius: 20px;
    overflow: hidden;
}

.importance-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.importance-content {
    width: 55%;
    padding: 20px 0 30px 45px;
}

.sub-title{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#FFF4DD;
    color:#FCB753;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
}

.importance-content h2{
    margin:20px 0;
    color:#0F3454;
    font-weight:700;
}

.importance-content ul{
    padding:0;
    margin:0 0 30px;
    list-style:none;
}

.importance-content li {
    margin-bottom: 12px;
    font-size: 17px;
    display: flex;
    color: #fff;
    align-items: center;
}

.importance-content li i{
    color:#27ae60;
    margin-right:10px;
    font-size:20px;
    color: #fff;
}

.theme-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#FCB753;
    color:#0F3454;
    text-decoration:none;
    padding:14px 28px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.theme-btn:hover{
    background:#0F3454;
    color:#fff;
}

@media(max-width:991px){

.importance-card{
    flex-direction:column;
}

.importance-image,
.importance-content{
    width:100%;
}

}


@media only screen and (max-width: 749px) {

    button.navbar-toggler {
        border: none !important;
    }

    button.navbar-toggler i.fa-solid.fa-bars {
        color: #fff;
    }

    div#navbarSupportedContent {
        width: 100%;
        left: 0;
        background: #111;
        position: absolute;
        top: 55px;
        padding: 30px 20px;
        z-index: 999;
    }

    ul.navbar-nav li.nav-item a.nav-link {
        color: #fff;
    }

    ul.navbar-nav a.btn.btn-primary {
        margin-top: 10px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
        border: none !important;
    }

    nav.navbar.navbar-expand-lg .col-sm-4.col-lg-3 {
        width: 40%;
    }

    .mobile-call {
        display: block;
    }

    nav.navbar.navbar-expand-lg .col-sm-8.col-lg-9 {
        width: 60%;
        display: flex;
        justify-content: space-between;
    }

    a.btn.btn-outline-warning {
        border: none;
        letter-spacing: 1px;
        font-family: Poppins;
    }

    .section-space {
        padding: 50px 0;
    }

    .page-title {
        position: relative;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .hover {
        padding-bottom: 300px;
    }

    .banner h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .banner .col-md-7 {
        text-align: center;
    }

    .banner {
        padding: 40px 0 20px;
    }

    section#book {
        padding: 30px 0px;
        text-align: center;
    }

    section#book .col-md-4.text-end {
        text-align: center !important;
        margin-top: 10px;
    }

    .d-flex.btn-wrap {
        flex-wrap: wrap;
    }

    section.Cleaning.section-space {
        padding: 70px 15px;
    }

    .Cleaning .col-md-6.col-sm-6 {
        padding: 30px;
    }

    div#accordionFaq button.accordion-button {
        font-size: 18px;
    }

    .footer-wrapper .col-md-6 {
        text-align: center !important;
    }

    section.bookking-page.section-space {
        padding: 0;
    }

    .booking-inner .right-card,
    .booking-inner .left-card {
        padding: 40px;
    }

    section#About li {
        margin: 10px;
    }

    section#About ul.d-flex {
        padding: 0;
        display: block !important;
    }

    .timeline-event:after {
        display: none;
    }

    section#pincode .pincode-list {
        gap: 10px;
        flex-wrap: wrap;
    }

    section#Services .row {
        margin: 0px -5px;
    }

    section#Services .col-md-4.col-sm-4.mt-4.service-wrap {
        width: 50%;
        padding: 5px;
        margin-top: 10px !important;
    }

    .service img {
        height: 160px;
    }

    .content-service {
        padding: 15px;
    }

    .popular-repairs-Servicing .service h3 {
        font-size: 16px;
    }

    .popular-repairs-Servicing .service {
        margin: 0;
    }

    .service-option {
        background: #fff;
        padding: 10px;
        margin-bottom: 8px !important;
        font-size: 14px;
    }

    .booking-inner .left-card {
        padding: 25px !important;
    }

    .service-option {
        padding: 12px;
        font-size: 14px;
        width: 47%;
        margin: 0 5px;
        line-height: 1.2;
    }

    .left-card .d-flex {
        flex-wrap: wrap;
    }

    .Service-list-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .left-card .btn-custom {
        width: 100%;
    }

    label.mb-4.alert.alert-success {
        padding: 10px 20px;
    }


}