* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

h1,
h2 {
    margin-bottom: -20px;
}

.bg-warning,
.btn-warning {
    background-color: #F6921E;
}

.text-warning {
    color: #F6921E !important;
}

header {
    background-color: #fff;
}

.nav-link {
    color: #000;
    margin-right: 15px;
}

.hero-section {
    position: relative;
    padding: 50px 0;
}

.feature-section {
    padding: 100px 0;
}

.hero-section .hero-dots,
.about-section .hero-dots {
    position: absolute;
    bottom: 10%;
    width: 200px;
    z-index: -1;
}

.about-section .hero-dots {
    bottom: 60%;
}

.about-section .about-dots {
    position: absolute;
    right: 0;
    top: 10%;
    z-index: -1;
    width: 100px;
}

.underline {
    width: 350px;
    height: 15px;
    border-radius: 20px;
    background-color: #F6921E;
    margin-top: -15px;
}

.services-section {
    background-color: #fff;
    position: relative;
    padding-bottom: 50px;
}

.services-section .col-lg-2 p {
    text-align: center;
    margin-top: 20px;
}

.outlined-text {
    font-size: 120px;
    font-weight: 900;
    -webkit-text-stroke: 2px #F6921E;
    -webkit-text-fill-color: transparent;
}

.btn {
    padding: 7px 21px;
}

.about-section {
    background-image: url(../img/aboutus-bg.webp);
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
}

.about-section .underline.center {
    margin-left: 80px;
}

footer {
    background-color: #FDFDFD;
    padding: 25px 0;
    padding-top: 60px;
}

footer a {
    color: #000;
    text-decoration: none;
}

.copyright-bar {
    background-color: #000;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

.work-img {
    position: absolute;
    right: -10%;
    width: 700px;
    height: 700px;
    object-fit: contain;
    z-index: -1;
}

.feature-card .circle {
    height: 15px;
    width: 15px;
    background-color: #F6921E;
    border-radius: 100px;
    transition: all .7s;
}

.feature-card {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 11px 5px 40px 4px rgba(150, 150, 150, 0.75);
    -webkit-box-shadow: 11px 5px 40px 4px rgba(150, 150, 150, 0.75);
    -moz-box-shadow: 11px 5px 40px 4px rgba(150, 150, 150, 0.75);
    min-height: 200px;
    transition: all .7s;
    cursor: pointer;
}

.feature-card h5 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    min-height: 50px;
    text-transform: uppercase;
}

.feature-card img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: block;
    transition: all .7s;
}

.feature-card p {
    color: #fff;
    font-size: 12px;
    height: 0;
    overflow: hidden;
    transition: all .7s;
}

.feature-card:hover {
    background-color: #F6921E;
    min-height: auto;
}

.feature-card:hover.feature-card p {
    height: 70px;
    overflow: initial;
    margin-bottom: 20px !important;
}

.feature-card:hover.feature-card .circle {
    background-color: #fff;
}

.feature-card:hover.feature-card img {
    filter: brightness(10);
    width: 100px;
    height: 100px;
}

.feature-section .center {
    margin-left: 300px;
}

.feature-row {
    position: relative;
}

.feature-row-icon {
    height: 150px;
    width: 150px;
    object-fit: contain;
    position: absolute;
    z-index: -1;
    top: 0;
    top: -65px;
    left: 50px;
}

.feature-section .half-circle {
    position: absolute;
    z-index: -1;
    right: 0;
}

footer i {
    margin-right: 20px;
}

.contact-section {
    padding: 50px 0;
    background-color: #F6921E;
    position: relative;
}

.contact-container {
    padding: 100px 0;
    position: relative;
}

.contact-container .half-circle.right {
    width: 150px;
}

.color {
    padding: 40px 30px;
    background-color: #F6921E;
    box-shadow: -7px 6px 18px -6px rgba(102, 102, 102, 0.75);
    -webkit-box-shadow: -7px 6px 18px -6px rgba(102, 102, 102, 0.75);
    -moz-box-shadow: -7px 6px 18px -6px rgba(102, 102, 102, 0.75);
}

.color-white {
    padding: 40px 120px;
    background-color: #fff;
}

.color i {
    margin-right: 20px;
}

.btn-black {
    color: #fff;
    font-weight: bold;
    background-color: #000;
}

.contact-section .half-circle {
    position: absolute;
    z-index: 1;
    top: 100px;
}

.contact-section .contact-container {
    position: relative;
    z-index: 2;
}

.heading {
    position: relative;
}

.heading .shape {
    position: absolute;
    top: 30px;
    right: 0;
    width: 20%;
}

.service-card {
    background-color: #fff;
    box-shadow: 2px 2px 10px 1px rgba(207, 207, 207, 1);
    -webkit-box-shadow: 2px 2px 10px 1px rgba(207, 207, 207, 1);
    -moz-box-shadow: 2px 2px 10px 1px rgba(207, 207, 207, 1);
    margin-bottom: 150px;
    position: relative;
    cursor: pointer;
    transition: all .4s;
}

.service-card:hover {
    color: #ffff;
    background-color: #F6921E;
}

.service-card:hover.service-card .service-card-circle {
    filter: brightness(20%);
}

.service-card .service-card-circle {
    position: absolute;
    height: 50px;
    width: 50px;
    object-fit: contain;
    top: -25px;
    left: -20px;
    z-index: -1;
    transition: all .4s;
}

.service-card-washing .service-card-circle,
.service-card-garden .service-card-circle,
.service-card-furniture .service-card-circle {
    left: 98%;
}

.service-card-cleaning {
    margin-bottom: 0;
}

.service-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: all .4s;
}

.service-card:hover.service-card .service-img {
    height: 450px;
}

.services.hero-section .hero-dots {
    bottom: 4%;
}

.services-container-page {
    position: relative;
}

.services-container-page-img {
    position: absolute;
    z-index: -1;
    height: 400px;
    top: 55%;
    object-fit: contain;
}

.about {
    position: relative;
}

.about-bg {
    position: absolute;
    top: 50%;
    z-index: -1;
    width: 20%;
    right: 0;
}

.about-bg-2 {
    position: absolute;
    top: 70%;
    z-index: -1;
    width: 30%;
}

.about-main-img {
    position: absolute;
    width: 430px;
    right: 0;
    top: -1%;
}

.work .underline.center {
    margin-left: 400px;
}

.work-icon {
    width: 180px;
    height: 150px;
    display: block;
    margin: 0 auto;
    padding: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    transition: all .4s;
}

.work-desc {
    color: #fff;
    transition: all .7s;
}

.work-row-arrow {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #454545;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .4s;
}

.work-card {
    cursor: pointer;
    transition: all .4s;
}

.work-card i {
    transition: all .4s;
}

.work-card:hover i {
    transform: rotate(180deg);
}

.work-card:hover .work-row-arrow {
    background-color: #F6921E;
}

.work-card:hover .work-desc {
    color: #000;
}

.work-card:hover .work-icon {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background: rgb(246, 146, 30);
    background: -moz-linear-gradient(180deg, rgba(246, 146, 30, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(246, 146, 30, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(246, 146, 30, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.work-card:hover .work-icon img {
    filter: brightness(2);
}

.work-icon img {
    margin-top: -20px;
    height: 80px;
}

.form-container {
    padding: 50px;
    background-color: #454545;
    border-radius: 10px;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #F6921E;
    border-radius: 2px !important;
    /* Set the border radius to 50% to create a circle */
    position: relative;
    /* Set position to relative to allow the use of pseudo-elements */
    background: #454545;
}

input[type="radio"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    background-color: #F6921E;
    border-radius: 2px;
    display: none;
}

input[type="radio"]:checked::before {
    display: block;
}

.form-check-input:checked {
    background-color: transparent;
    border-color: #F6921E;
}

.work-card .d-flex {
    margin-top: -50px;
}

.work-form-img {
    position: absolute;
    width: 500px;
    right: 0;
}

.contact-container-content {
    background-image: url(../img/main-contact-img.webp);
    background-size: 100%;
    background-repeat: no-repeat;
}

.contact-heading {
    padding-top: 35%;
}

.contact-heading .outlined-text {
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
}

.contact-heading .underline {
    background-color: #fff;
}

.contact-form-container {
    padding: 60px;
    background-color: #fff;
    min-height: 100vh;
}

.contact-icons img {
    width: 100px;
}

.active {
    color: #F6921E !important;
}

.mySwiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.mySwiper .swiper-slide img {
    display: block;
    width: 60%;
    margin: 0 auto;
    filter: grayscale();
}

.mySwiper .swiper-slide img {
    background-image: url(../img/team-bg-right.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.swiper-slide-active+.swiper-slide img {
    background-image: url(../img/team-bg-left.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.mySwiper .swiper-slide-active img {
    background-image: url(../img/team-bg-center.webp);
    background-size: contain;
    background-position: top;
    filter: grayscale(0);
    width: 100%;
}

.mySwiper .swiper-slide h4 {
    font-weight: bold;
    font-size: 25px;
    margin-top: 20px;
    color: #a09c9c;
}

.mySwiper .swiper-slide p {
    font-weight: bold;
    color: #a09c9c;
}

.mySwiper .swiper-slide-active h4 {
    color: #F6921E;
    font-size: 40px;
}

.mySwiper .swiper-slide-active p {
    color: #000;
}

.quotes-img {
    width: 8%;
    margin-top: -50px;
}

.team-desc p {
    width: 75%;
    margin: 0 auto;
}

.mySwiper-1 {
    overflow: hidden;
}

.mySwiper-1 .swiper-wrapper {
    display: flex;
    transition-property: opacity;
}

.mySwiper-1 .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    opacity: 0;
    transition-property: opacity;
    background-color: #fff;
}

.mySwiper-1 .swiper-wrapper.swiper-slide-active {
    opacity: 1;
}

.home-contact {
    background-color: #fff;
    width: 200px;
    height: 10px;
    margin-top: -40px;
    margin-bottom: 40px;
    margin-left: 110px;
}

.word-space {
    letter-spacing: 3px;
}

.home-contact-icons {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 20px;
}

.btn-black:hover {
    background-color: #F6921E;
    color: #fff;
}

.service-card-img-cont {
    position: relative;
    padding: 1% !important;
}

.hover-effect {
    position: absolute;
    height: 300px;
    width: 94.5%;
    background-color: transparent;
    top: 2.5%;
    transition: all .4s;
}

.hover-effect img {
    display: none;
    height: 0;
    width: 0;
    transition: all .4s;
}

.service-card:hover .hover-effect {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    background-color: #00000044;
}

.service-card:hover .hover-effect img {
    display: block;
    height: 150px;
    width: 150px;
    object-fit: contain;
    margin: 0 auto;
}

.form-check {
    display: flex;
    align-items: flex-end;
}

.work-form-cont {
    position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #F6921E;
}

.store-icons{
    width: 150px;
}

@media screen and (min-width: 1440px) {
    .about-main-img {
        width: 400px;
    }
}

@media screen and (min-width: 1025px) {
    h1 {
        font-size: 60px;
    }

    h4 {
        font-size: 40px;
    }

    p {
        font-size: 17px;
    }

    footer p,
    footer a {
        font-size: 14px;
    }

    footer img {
        margin-top: -35px;
        margin-bottom: 45px;
    }

    .copyright-bar p {
        font-size: 14px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

    .hero-section h1 {
        margin-bottom: -14px;
    }

    .nav-link {
        font-size: 12px;
    }

    .underline {
        background-color: #F6921E;
        margin-top: -15px;
    }

    h1 {
        font-size: 40px;
    }

    h4 {
        font-size: 30px;
    }

    p {
        font-size: 14px;
    }

    footer p,
    footer a {
        font-size: 14px;
    }

    footer img {
        margin-top: -35px;
        margin-bottom: 45px;
    }

    .copyright-bar p {
        font-size: 14px;
    }

    .outlined-text {
        font-size: 70px;
        margin-bottom: -5px;
    }

    .feature-card h5 {
        font-size: 14px;
    }

    .underline {
        width: 244px
    }

    .feature-section .center {
        margin-left: 222px;
    }

    .feature-section .half-circle {
        width: 245px;
    }

    .feature-card:hover.feature-card p {
        height: 100px;
    }

    .heading .shape {
        position: absolute;
        top: 0;
        right: 0;
        width: 20%;
    }

    .home-contact {
        background-color: #fff;
        margin-left: 40px;
        width: 180px;
    }

    .hover-effect {
        top: 2%;
    }

    .work-form-img {
        width: 400px;
        top: 10%;
    }

    .about-main-img {
        width: 348px;
    }

}

@media screen and (max-width: 768px) {

    html,
    body {
        overflow-x: hidden;
    }

    .outlined-text {
        font-size: 40px;
        margin-bottom: -5px;
    }

    .work-img {
        position: initial;
        margin-left: 100px;
    }

    .hero-section .hero-dots,
    .about-section .hero-dots {
        width: 90px;
    }

    .feature-card {
        margin: 20px;
    }

    .work-img {
        width: 100%;
        height: 100%;
    }

    .about-section .hero-dots {
        bottom: 77%;
    }

    .underline {
        width: 178px;
        height: 10px;
        border-radius: 20px;
        background-color: #F6921E;
        margin-top: -10px;
    }

    .feature-section .center {
        margin-left: 170px;
    }

    .contact-section .half-circle {
        display: none;
    }

    .contact-container {
        padding: 0;
    }

    .heading .shape {
        display: none;
    }

    .service-card {
        margin-bottom: 0;
        margin: 20px;
        box-shadow: none;
        border-radius: 10px;
        padding: 10px;
        border: 1px solid #F6921E;
    }

    .work-form-img {
        display: none;
    }

    .about-main-img {
        position: relative;
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: -50px;
    }

    .hero-section h1 {
        margin-bottom: -7px;
    }

    .home-contact {
        display: none;
    }

    .hover-effect {
        top: 1%;
        width: 98%;
    }

    .contact-form-container {
        min-height: auto;
    }

}

@media screen and (max-width: 450px) {
    .about-section .about-dots {
        width: 35px;
    }

    .about-section {
        padding-bottom: 0;
    }

    .feature-row-icon {
        width: 100px;
        height: 100px;
        top: -30px;
        left: -13px;
    }

    .half-circle {
        width: 160px;
    }

    .feature-section {
        padding-bottom: 0;
    }

    .service-card-washing .service-card-circle,
    .service-card-garden .service-card-circle,
    .service-card-furniture .service-card-circle {
        left: 93%;
    }

    .contact-container-content {
        background-image: none;
        background-color: #F6921E;
    }

    .mySwiper .swiper-slide p,
    .mySwiper .swiper-slide h4 {
        font-size: 12px;
    }

    .color-white {
        padding: 40px 50px;
    }

}