@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth
}

@font-face {
    font-family: Lato;
    src: url(../font/Lato/Lato-Regular.ttf)
}

body {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400
}

h1 {
    font-family: "Montserrat", sans-serif;
}

h2 {
    font-size: 34px;
    font-family: "Montserrat", sans-serif;
}

p {
    font-size: 18px;
    line-height: 1.5;
}

h3 {
    font-size: 34px;
    font-family: "Montserrat", sans-serif;
}

h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px
}

h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500
}

a {
    text-decoration: none;
    display: inline-block
}

ul li {
    list-style: none
}

.container {
    width: 100%;
    max-width: 1240px;
    padding: 0 15px;
    margin: 0 auto
}

button {
    background: transparent;
    border: none;
}

.primary-btn a {
    padding: 15px 30px;
    color: #fff;
    background: #003366;
    font-size: 18px;
    transition: all .2s linear;
    border-radius: 50px;
}

.secondary-btn a {
    padding: 15px 30px;
    color: #fff;
    background: #f06d03;
    font-size: 18px;
    transition: all .2s linear;
    border-radius: 50px;
}

.section-padding {
    padding: 80px 0
}

img {
    width: 100%
}

.sticky {
    box-shadow: 0 2px 20px 0 #d1d1d199;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 999;
    background-color: #fff;

    nav {
        a {
            color: var(--black)
        }
    }
}

.inner-banner {
    background: url(../uploads/banner/inner-banner.webp);
    background-position: center;
    background-size: cover;
    padding: 100px 0;

    .inner-banner-content {
        width: 50%;
        background: #0000008a;
        padding: 30px;
        color: #fff;
        display: flex;
        flex-direction: column;
        gap: 20px
    }
}

.sec-padding {
    padding: 40px 0
}

.drop-down {
    position: relative
}

.main-menu-drop-down {
    position: absolute;
    background: #1e1e1e;
    top: 0;

    ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        grid-gap: 20px;
        align-items: stretch
    }
}

header {
    .nav-btn {
        display: none;
    }

    .top-header {
        background: #56a0e1;
        color: #fff;
        padding: 8px 0;

        .main-top-header {
            text-align: center;
        }

        span {
            font-size: 22px;
            font-weight: 500
        }

        .box:nth-child(2) {
            a {
                color: #ed571c;
                font-size: 24px
            }
        }
    }

    .menu-icon {
        display: none
    }

    .bottom-header {

        .main-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 0px;
        }

        .logo {
            a {
                display: flex;
            }

            img {
                max-width: 120px;
            }
        }

        .primary-menu {
            display: flex;
            gap: 20px;
            align-items: center;

            nav {
                ul {
                    display: flex;
                    gap: 10px
                }

                a {
                    font-size: 18px;
                    padding: 5px 8px;
                    text-transform: capitalize;
                    color: #000
                }
            }
        }
    }
}

.drop-down {
    position: relative
}

.main-menu-drop-down {
    position: absolute;
    background: #1e1e1e;
    top: 30px;
    right: -267%;
    width: 1020px;
    z-index: -9999;
    visibility: hidden;
    transform: translateY(50px);
    transition: all .3s linear;

    ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0 !important
    }

    ul li {
        width: 30%;
        flex-grow: 1
    }

    a {
        font-size: 18px !important;
        color: #fff !important;
        padding: 10px !important
    }

    a:hover {
        color: #ff6b01 !important
    }
}

.drop-down:hover .main-menu-drop-down {
    visibility: visible;
    z-index: 9999;
    transform: translateY(0)
}

.single-drop-down {
    position: relative
}

.drop-down-menu {
    position: absolute;
    background: #1e1e1e;
    top: 30px;
    right: -100%;
    width: 250px;
    z-index: -9999;
    visibility: hidden;
    transform: translateY(50px);
    transition: all .3s linear;

    ul {
        display: block;
        flex-wrap: nowrap;
        gap: 0 !important;
        flex-direction: column
    }

    ul li {
        width: 100%;
        flex-grow: 1
    }

    a {
        font-size: 18px !important;
        color: #fff !important;
        padding: 10px !important
    }

    a:hover {
        color: #ff6b01 !important
    }
}

.single-drop-down:hover .drop-down-menu {
    visibility: visible;
    z-index: 9999;
    transform: translateY(0)
}

/* ============ home page ============= */
.hero {
    background: url(../uploads/background/hero-banner.webp);
    background-position: center;
    background-size: cover;
    padding: 100px 0;

    .main-hero {
        color: #fff;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .hero-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

    .hero-img {
        width: 50%;
        text-align: center;

        .goolge-rating {
            width: 250px;
        }
    }

    .hero-title {
        font-size: 34px;
        line-height: 1.5;

        span {
            color: #f06d03;
        }
    }

    p {
        font-size: 22px;
    }

}

.testimonial {
    padding: 80px 0px;

    h3 {
        text-align: center;
        line-height: 1.3;
        font-weight: 700;
        color: #003f77;
        font-size: 30px;
    }

    .rating {
        color: #fbbe01;
        font-size: 20px;
    }

    .testimonial-items {
        margin-top: 40px;

        .items {
            background-color: #e3e3e3;
            border-radius: 10px;
            padding: 20px;
        }
    }
}

.call-to-action {
    padding: 50px 0 80px;

    .main-action {
        display: flex;
        gap: 40px;

        .cta-box {
            width: 50%;
            background: #85a5be;
            padding: 50px 30px;
            border-radius: 15px;
            color: #fff;
            display: flex;
            flex-direction: column;
            gap: 15px;
            align-items: self-start;

            h3 {
                font-size: 42px;
                font-weight: 700;
                line-height: 1;
            }

            p {
                color: #003366;
                font-size: 22px;
                font-weight: 600;
            }
        }

        .cta-box:nth-child(2) {
            background: #ffbd8d;
        }


    }
}


.about-us-section {
    padding-bottom: 80px;

    .main-about {
        display: flex;
        gap: 40px;
    }

    .about-content {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: self-start;

        .img-box {
            text-align: center;
            width: 100%;

            img {
                width: 150px;
            }
        }

        h3 {
            font-size: 20px;
            line-height: 1.5;
            color: #003f77;
        }

        p {
            color: #292929;
        }
    }

    .about-img {
        width: 50%;
    }

    .button-group {
        display: flex;
        gap: 20px;
        align-items: center;
    }
}

.service-areas {
    .main-service-areas {
        display: flex;

        .service-area {
            flex: 1;
            position: relative;
        }
    }

    .service-area-img {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
    }

    .service-area-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #00000059;

        h3 {
            font-size: 24px;
        }
    }

    .secondary-btn {
        margin-top: 20px;
    }
}

.process {
    padding: 80px 0px;
    background: linear-gradient(rgb(217 237 255 / 95%), rgb(217 237 255 / 95%)), url(../uploads/background/background.webp);
    background-position: center;

    .process-heading {
        text-align: center;

        .process-tagline {
            font-size: 24px;
            color: #0270bb;
        }

        h2 {
            color: #003366;
            font-size: 32px;
        }
    }

    .main-process {
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
        grid-gap: 30px;
        align-items: stretch;
        text-align: center;
    }

    .icon-box i {
        font-size: 50px;
        color: #f06d03;
    }

    .process-step {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    h5 {
        font-size: 20px;
        font-weight: 700;
        color: #003f77;
    }
}

.items-we-take {
    background: url(../uploads/background/hero-banner.webp);
    background-position: center;
    background-size: cover;
    padding: 80px 0px;

    .main-we-take {
        .items-list {
            margin-top: 40px;
            display: flex;
            gap: 30px;
            justify-content: center;

            .item-column {
                background-color: #0270bb8f;
                border-radius: 20px;
                width: 40%;
                padding: 40px;
                color: #fff;
            }

            ul {
                display: flex;
                flex-direction: column;
                gap: 15px;
            }
        }
    }

    .take-content {
        text-align: center;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .take-bottom {
        display: inline-block;
        font-size: 24px;
        color: #fff;
        text-align: center;
        width: 60%;
        margin: 0 auto;
        display: flex;
        margin-top: 30px;
    }

    .img-box {
        img {
            width: 150px;
        }
    }
}

.why-choose-us {
    padding: 80px 0px;
    background: linear-gradient(#1d67cdeb, #1d67cdeb), url(../uploads/background/choose.jpg);
    background-position: center;
    background-size: cover;

    .main-choose {
        display: flex;
        gap: 40px;
    }

    .choose-content {
        width: 50%;
        color: #fff;
        display: flex;
        flex-direction: column;
        gap: 15px;

        h3 span {
            color: #f06d03;
        }
    }

    .choose-img {
        width: 50%;
    }

    .secondary-btn {
        text-align: start;
    }

    .reasons {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
        grid-gap: 20px;
        align-items: stretch;
    }

    .reason {
        display: flex;
        align-items: center;
        gap: 15px;

        i {
            font-size: 32px;
        }
    }
}

.reviews {
    padding: 80px 0px;
    background: linear-gradient(rgb(217 237 255 / 95%), rgb(217 237 255 / 95%)), url(../uploads/background/background.webp);
    background-position: center;
    background-attachment: fixed;

    h3 {
        text-align: center;

        span {
            color: #ff6b01;
        }
    }

    .reviews-icons {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        margin: 20px 0px;

        a {
            flex: 1;
            text-align: center;
        }

        img {
            width: 200px;
        }
    }

    .reviews-container {
        display: flex;
        gap: 20px;
        margin-top: 30px;

        .review {
            width: 33%;
            background: #fff;
            border-radius: 10px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
    }

    h4 {
        font-size: 22px;
        color: #003f77;
    }

    p {
        font-size: 16px;
        line-height: 1.5;
        font-style: italic;
        color: #353535;
    }

    .icon-box {
        font-size: 50px;
        text-align: center;
        color: #ffc79e;
    }
}

.locations {
    background: linear-gradient(rgb(217 237 255 / 95%), rgb(217 237 255 / 95%)), url(../uploads/background/background.webp);
    background-attachment: fixed;
    background-position: center;

    padding-bottom: 80px;

    .location-heading{
        text-align: center;
        margin-bottom: 20px
    }
    .main-location {
        display: flex;
        gap: 20px;

        .location-column {
            width: 33%;
            text-align: center;

            ul {
                margin-top: 20px;
                display: flex;
                flex-direction: column;
                gap: 15px;
            }

            li i {
                margin-right: 10px;
            }

        }
    }

    h5 {
        color: #003f77;
        font-weight: 600;
    }
}

.cta-section{
    padding: 80px 0px;
    .main-cta{
        display: flex;
    }

    .cta-content{
        width: 50%;
        background-color: #003366;
        color: #fff;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        a{
            color: #fff;
        }
        .cta-logo{
            width: 150px;
        }
    }
    .cta-img{
        width: 50%;
        display: flex;
    }
    .cta-items{
        display: flex;
        flex-direction: column;
        gap: 20px;
        .item{

            display: flex;
            gap: 20px;
            align-items: center;

            .item-icon{
                font-size: 28px;
                color: #ff6b01;
            }
            .item-content{
                a{
                    font-size: 22px;
                    font-weight: 600;
                }
            }
        }
    }
}

/* ============ home page end ============= */


.our-service {
    padding: 30px 0;
    text-align: center;

    .main-services {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        margin-top: 40px
    }

    .item {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;

        img {
            max-width: 80px
        }
    }

    .primary-btn {
        margin-top: 30px
    }
}

.services-area {
    padding: 30px 0;

    h3 {
        text-align: center;
        padding: 18px 0;
        border-bottom: 1px solid #ccc
    }

    .service-area-list {
        margin-top: 30px;

        ul {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            grid-gap: 20px;
            align-items: stretch
        }

        ul li {
            text-align: center;
            font-size: 22px;
            color: #000;

            .icon {
                font-size: 18px;
                margin-right: 10px;
                color: #f9c920
            }

            a {
                color: #000
            }
        }
    }
}

.about-section {
    padding: 30px 0;

    .main-about {
        display: flex;
        gap: 30px
    }

    .about-img {
        width: 40%
    }

    .about-content {
        width: 60%
    }

    .tagline {
        background: #1e1e1e;
        color: #fff;
        font-size: 18px;
        letter-spacing: 1px;
        padding: 10px;
        display: inline-block;
        margin-bottom: 10px
    }

    p {
        margin: 20px 0;
        line-height: 1.5
    }
}

.services {
    padding: 30px 0;

    .main-service {
        .item {
            .content-box {
                padding: 9px;
                background: #1e1e1e;
                color: #fff
            }
        }
    }
}

.reviews-badges {
    text-align: center;
    padding: 30px 0;

    .main-badges {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-top: 30px;
        width: 100%;

        img {
            max-width: 60%;
            object-fit: cover
        }

        .box {
            background: #ebebeb;
            border: 1px solid #ccc;
            width: 30%;
            padding: 20px;
            border-radius: 15px;
            display: grid;
            place-items: center
        }
    }
}

.testimonial {
    padding: 30px 20px;
    border-top: 5px solid #ff6b01;

    .main-testimonial {
        display: flex;
        justify-content: space-between;
        gap: 40px
    }

    .item {
        p {
            font-size: 18px;
            line-height: 26px;
            color: #6E6E6E
        }

        .author {
            margin-top: 20px;
            display: flex;
            align-items: center;
            gap: 30px
        }

        .img-box {
            img {
                border-radius: 50%
            }
        }

        .author-name {
            font-size: 20px
        }
    }

    .primary-btn {
        margin-top: 30px;
        text-align: center
    }
}

.feature {
    background: #1e1e1e;
    padding: 30px 0;

    h3 {
        text-align: center;
        color: #fff
    }

    .feature-content {
        margin-top: 40px;

        ul {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            grid-gap: 20px;
            align-items: stretch
        }

        a {
            color: #fff;
            font-size: 18px;
            display: flex;
            align-items: center
        }

        .icon {
            margin-right: 10px;
            color: #ff6b01;
            display: block
        }
    }
}

.cta {
    text-align: center;
    padding: 30px 0;

    .cta-btn {
        background-color: #f57f33;
        border: 1px solid #000;
        border-radius: 0;
        color: #fff;
        display: block;
        font-family: 'Lato', sans-serif;
        font-size: 28px;
        font-weight: 400;
        line-height: 36px;
        margin: 20px auto 0;
        width: 250px;
        outline: none;
        padding: 5px 15px;
        text-transform: uppercase
    }
}

.work-process {
    padding: 30px 0;
    color: #fff;
    background: #1e1e1e;

    h3 {
        text-align: center
    }

    .main-work-process {
        display: flex;
        gap: 20px;
        margin-top: 30px
    }

    .item {
        display: flex;
        gap: 30px;
        border: 1px solid #ccc;
        border-radius: 15px;
        padding: 20px;
        flex-grow: 1;
        flex-basis: 300px
    }

    .item-content {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    a {
        color: #fff;
        font-size: 20px
    }

    p {
        font-size: 18px;
        line-height: 1.5
    }
}

.secound-cta {
    background: #212765;
    display: flex;
    align-items: center;

    h3 {
        width: 89%;
        margin: 0 0 0 auto
    }

    h3 a {
        color: #fff
    }

    .sec-cta-content {
        width: 50%;
        background: #ff6b01;
        padding: 30px 40px;
        text-align: center;
        position: relative;
        color: #fff
    }

    .sec-cta-content::before {
        content: '';
        position: absolute;
        right: -60px;
        top: -1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 51px 0 51px 61.9px;
        border-color: #fff0 #fff0 #fff0 #ff6b01;
        transform: rotate(0deg)
    }

    .sec-cta-btn {
        width: 50%;

        a {
            display: inline-block;
            margin-left: 25%;
            font-weight: 700;
            text-transform: uppercase;
            transition: all .2s ease;
            box-shadow: none;
            text-shadow: none;
            border: 0;
            font-size: 24px;
            letter-spacing: 1px;
            padding: 15px 20px;
            background-color: #f9c920;
            border-radius: 5px;
            color: #000
        }

        a:hover {
            background-color: #ff6b01;
            color: #fff
        }
    }
}

.phone-view {
    display: none
}

.youtube {
    padding: 30px 0;
    background: #1e1e1e;
    color: #fff;

    h3 {
        border-bottom: solid 3px #186b8e;
        padding-bottom: 20px;
        color: #f9c920
    }

    p {
        margin: 20px 0
    }

    .container {
        display: flex;
        gap: 40px;
        align-items: center
    }

    .youtube-content {
        width: 50%
    }

    .youtube-video {
        width: 50%
    }

    iframe {
        width: 100%
    }
}

.action-slider {
    padding: 50px 0;
    background: #2e2e2e;
    color: #fff;

    .main-action-slider {
        .item {
            display: flex;
            align-items: center;

            .img-box {
                width: 50%;
                padding: 40px 50px;
                border-right: 4px solid #fff;

                img {
                    border-left: 4px solid #ff6b01
                }
            }

            .action-content {
                width: 50%;
                padding: 40px 50px;

                p {
                    font-size: 26px;
                    text-align: center;
                    line-height: 1.5
                }
            }
        }
    }

    .primary-btn {
        text-align: center;
        margin-top: 50px
    }

    .owl-nav {
        position: absolute;
        top: 50%;
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .owl-nav span {
        width: 40px;
        height: 40px;
        color: #000;
        background: #ccc;
        border-radius: 50%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: self-end;
        font-size: 38px;
        font-weight: 600
    }

    .owl-theme .owl-nav [class*='owl-']:hover {
        background: #fff0;
        color: #FFF;
        text-decoration: none
    }
}

.service-area-map {
    display: flex;
    gap: 40px;

    .service-map-content {
        width: 50%;
        text-align: center;
        padding: 30px 0;

        ul {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
            grid-gap: 20px;
            align-items: stretch;
            width: 70%;
            margin: 30px auto 0;
            text-align: start
        }

        a {
            color: #000;
            font-size: 18px
        }

        .icon {
            margin-right: 10px;
            color: #f57f33
        }
    }

    .service-map {
        width: 50%;
        display: flex;

        iframe {
            width: 100%;
            height: 400px
        }
    }
}

.eco-friendly {
    padding: 50px 0;
    background: url(../uploads/banner/hand-planting-tree-soil-with-sunset-garden-1.webp);
    background-position: center;
    background-size: cover;

    .eco-content {
        color: #fff;
        width: 60%;
        display: flex;
        flex-direction: column;
        gap: 15px
    }

    p {
        line-height: 1.5
    }
}

footer {
    padding: 50px 0;
    background: #1e1e1e;
    text-align: center;
    color: #fff;

    .top-footer {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .footer-column {
        width: 25%;

        ul {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            margin: 20px 0px;
        }
    }

    .col-title {
        color: #f06d03;
        font-size: 22px;
        font-weight: 600;
    }

    .footer-logo {
        width: 150px;
    }

    a {
        color: #fff;
    }

    h5 {
        font-style: italic;
    }

    .bottom-footer {
        margin-top: 50px;

        img {
            margin-top: 10px;
        }
    }

}

#how-work {
    .about-us {
        .container {
            display: flex;
            gap: 40px
        }

        .about-img {
            width: 40%;

            img {
                border-radius: 10px;
                box-shadow: 1px 1px 13px #ccc
            }
        }

        .about-content {
            width: 60%;
            display: flex;
            flex-direction: column;
            gap: 20px
        }
    }

    .work-process {
        .item {
            flex-direction: column
        }

        .img-box {
            display: flex;

            img {
                height: 235px;
                object-fit: cover;
                border-radius: 8px
            }
        }
    }
}

.item-accept {
    padding: 50px 0;

    h1,
    h2,
    h3 {
        text-align: center
    }

    p {
        margin-top: 15px;
        text-align: center
    }

    .main-item-accept {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        grid-gap: 20px;
        align-items: stretch;
        margin-top: 30px
    }

    .item {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 1px 1px 15px #ccc
    }

    .img-box {
        display: flex;
        height: 250px;
        overflow: hidden;

        img {
            object-fit: cover;
            transform: scale(1.1);
            transition: all .2s linear
        }
    }

    .content-box {
        padding: 20px;
        background: #1e1e1e;
        color: #fff;

        h4 {
            margin-bottom: 10px
        }

        p {
            text-align: start
        }
    }

    .item:hover img {
        transform: scale(1)
    }
}

.cta {
    background: #1e1e1e;
    color: #fff
}

.other-accept {
    padding: 50px 0;

    h1,
    h2,
    h3 {
        text-align: center
    }

    .main-other-accept {
        ul {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            grid-gap: 20px;
            align-items: stretch;
            margin-top: 30px
        }

        li a {
            display: block;
            background: #ff6b01;
            color: #fff;
            padding: 15px;
            font-size: 20px;
            text-align: center;
            transition: all .2s ease
        }

        li a:hover {
            background: #1e1e1e
        }
    }
}

#service-areas {

    h1,
    h2 {
        text-align: center
    }

    .service-areas {
        padding: 50px 0;

        ul {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            grid-gap: 20px;
            align-items: stretch;
            margin-top: 30px
        }

        li a {
            display: block;
            background: #ff6b01;
            color: #fff;
            padding: 15px;
            font-size: 20px;
            text-align: center;
            transition: all .2s ease
        }

        li a:hover {
            background: #1e1e1e
        }
    }
}

#Contact-us {
    .contact-sec {
        padding: 50px 0
    }

    h1 {
        font-size: 26px
    }

    h2 a {
        color: #fff
    }

    .main-contact-sec {
        display: flex;
        gap: 40px
    }

    .contact-detail {
        width: 40%
    }

    .contact-form {
        width: 60%;
        padding: 20px;
        background: #1e1e1e;
        border-radius: 10px;
        color: #fff
    }

    ul {
        display: flex;
        flex-direction: column;
        gap: 20px;

        .item {
            padding: 20px;
            background: #ccc;
            border-radius: 15px;
            color: #000
        }

        a {
            color: #252525;
            font-size: 18px
        }

        a:hover {
            color: #ff6b01
        }
    }

    .item .icon {
        font-size: 26px;
        padding: 20px;
        background: #ff6b01;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff
    }
}

form {
    display: flex;
    flex-direction: column;
    gap: 15px;

    label {
        display: block;
        margin-bottom: 10px;
        font-size: 18px
    }

    input,
    textarea {
        width: 100%;
        padding: 15px;
        font-size: 16px
    }

    .group-box {
        display: flex;
        gap: 15px
    }

    .box {
        width: 100%
    }

    input[type="submit"] {
        width: 170px;
        background: #ff6b01;
        color: #fff;
        border: none;
        cursor: pointer
    }
}

#book-now {
    .book-sec {
        padding: 50px 0;
        background: url(../uploads/background/bg-01.webp);
        background-position: center;
        background-size: cover
    }

    .book-form {
        width: 80%;
        margin: 0 auto;
        padding: 20px;
        background: #1e1e1e;
        border-radius: 10px;
        color: #fff
    }
}

#services {
    .main-appliance {
        display: flex;
        gap: 40px
    }

    .img-box {
        width: 40%;

        img {
            height: 300px;
            object-fit: contain
        }
    }

    .content-box {
        width: 50%;

        ul{
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
    }
    .cta-content{
        a{
            color: #f57f33;
        }
    }


}

/* ============ blog page ========= */

#blog-page {

    .inner-page {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../uploads/banner/about-inner-banner.webp);
    }

    .main-blog {
        background: #eaf0f5;
    }

    .blog-date {
        font-size: 16px;
    }

    .blogs {
        display: flex;
        gap: 40px;
    }

    .blog-grid {
        width: 70%;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
        grid-gap: 20px;
        align-items: stretch;

        .items {
            padding: 20px;
            border: 1px solid #ccc;
            background: #fff;
            border-radius: 15px;
            transition: all .2s linear;

            p {
                font-size: 16px;
            }

            .item-blog-dec {
                margin-top: 15px;
                display: flex;
                flex-direction: column;
                gap: 10px;
            }

            a {
                color: #000;
            }

            .blog-img {
                overflow: hidden;
                border-radius: 10px;
                display: flex;

                img {
                    transition: all .2s linear;
                }
            }
        }

        .items:hover img {
            transform: scale(1.1);
        }

        .items:hover {
            box-shadow: 0 0 20px 0 #0d263c2e;
        }
    }

    .blog-side-bar {
        width: 30%;
    }

}

.blog-side-bar {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #ccc;

    .recent-posts {
        ul {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-top: 20px;
        }

        ul li {
            display: flex;
            gap: 20px;
        }

        .entry-image {
            /* width: 250px; */
            display: flex;
            border-radius: 5px;

            a {
                display: flex;
            }

            img {
                width: 100px;
                height: 100px;
                border-radius: 5px;
                object-fit: cover;
            }
        }

        .entry-title {
            p a {
                font-family: "Jost", sans-serif;
                color: #000;
                font-size: 16px;
                font-weight: 600;
            }
        }

        h6 {
            font-size: 16px;
        }
    }
}


/* ========== blog details page ========= */

#blog-detail-page {
    .inner-page {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../uploads/banner/about-inner-banner.webp);
    }

    .detail-page {
        background: #eaf0f5;
    }

    .main-detail-page {
        display: flex;
        gap: 20px;
    }

    .blog-date {
        font-size: 18px;
    }

    .single-blog-content {
        width: 70%;
        padding: 20px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        gap: 15px;

        a {
            color: #0270bb;
        }
    }

    .blog-side-bar {
        width: 30%;
    }
}


/* ========= blog end ====== */

.popup {
    padding: 70px 20px;

    .form-step {
        display: none
    }

    h4 {
        text-align: center;
        margin-bottom: 30px
    }

    .text-center {
        text-align: center
    }

    h5 {
        font-size: 24px;
        font-weight: 600
    }

    .form-step.active {
        display: block
    }

    form {
        input {
            width: auto
        }
    }

    .singel-input {
        margin-top: 20px;

        input {
            width: 100%;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 5px
        }
    }

    textarea {
        font-family: Lato
    }

    label {
        display: block;
        margin-bottom: 10px
    }

    #multi-step-form {
        border: 1px solid #ed571c;
        border-radius: 15px;
        padding: 50px 15px;
        background: #f9ece7
    }

    .radio-section,
    .checkbox-section {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        padding: 30px;
        gap: 30px;

        label {
            display: flex;
            align-items: center;
            gap: 20px;
            width: 48%;
            background: #fff;
            padding: 20px 30px;
            box-shadow: 0 0 9px 0 #ccc9;
            border-radius: 10px;
            transition: all .2s linear
        }

        label:hover {
            background: #0270bb;
            color: #fff
        }
    }

    .grup-box {
        display: flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        gap: 30px;
        margin-top: 20px;

        .box {
            width: 48%
        }

        input {
            width: 100%;
            padding: 20px;
            border: 1px solid #ccc;
            border-radius: 5px
        }
    }

    .grup-btn {
        display: flex;
        justify-content: center;
        gap: 20px;

        button {
            width: 170px;
            margin: 20px 0 0 0
        }
    }

    input[type="submit"] {
        width: 170px;
        margin: 0 auto;
        padding: 10px 15px;
        display: flex;
        background: #ed571c;
        color: #fff;
        height: 50px;
        margin-top: 20px
    }

    textarea {
        width: 80%;
        margin: 0 auto;
        display: flex;
        margin-top: 30px;
        resize: none;
        padding: 20px
    }

    button {
        border: none;
        margin: 0 auto;
        padding: 15px 15px;
        font-size: 16px;
        background: #ed571c;
        color: #fff
    }

    button:hover {
        background-color: #c9430f
    }

    .progress-container {
        width: 100%;
        background-color: #d3d3d3;
        margin: 20px 0;
        border-radius: 5px;
        overflow: hidden
    }

    .progress-bar {
        height: 10px;
        background-color: #ed571c;
        width: 0%;
        transition: width 0.3s
    }
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 90vh;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / .5);
    z-index: 1001;
    overflow-y: scroll
}

.popup-content {
    padding: 20px;
    text-align: center
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 35px;
    cursor: pointer
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .7);
    z-index: 1000
}

.popup-logo {
    text-align: center;

    img {
        width: 180px;
        margin-bottom: 30px
    }
}

@media (max-width:1200px) {
    .popup {
        #multi-step-form {
            padding: 35px 15px
        }

        .radio-section,
        .checkbox-section {
            padding: 15px;
            gap: 15px;

            label {
                padding: 15px 10px;
                gap: 10px
            }
        }

        textarea {
            width: 96%;
            padding: 10px
        }

        .grup-box {
            gap: 20px
        }
    }
}

@media (max-width:768px) {
    .popup {
        width: 90%;

        .grup-box {
            .box {
                width: 48%
            }
        }
    }
}

@media (max-width:600px) {
    .popup {
        #multi-step-form {
            padding: 20px 15px
        }

        .radio-section,
        & .checkbox-section {
            padding: 15px 0;
            gap: 10px;

            label {
                width: 100%
            }
        }

        .grup-box {
            .box {
                width: 100%
            }
        }
    }
}

@media (max-width:500px) {
    .popup-logo {
        img {
            width: 140px;
            margin-bottom: 10px
        }
    }

    .popup {
        #multi-step-form {
            padding: 15px 10px
        }

        h5 {
            font-size: 16px;
            line-height: 24px
        }

        h4 {
            font-size: 20px
        }

        h4.mb-5 {
            margin-bottom: 20px !important
        }

        .radio-section,
        .checkbox-section {
            label {
                font-size: 14px;
                padding: 10px 8px;
                margin-bottom: 0
            }
        }

        .progress-container {
            margin: 8px 0
        }

        .progress-bar {
            height: 6px
        }

        textarea {
            width: 100%;
            padding: 10px;
            font-size: 14px;
            line-height: 22px
        }

        .grup-box {
            padding: 0;
            gap: 10px;
            margin-bottom: 15px
        }
    }
}

@media only screen and (max-width:1366px) {
    h3 {
        font-size: 26px
    }

    header {
        .bottom-header {
            padding: 15px 20px;

            .primary-menu {
                nav {
                    ul {
                        gap: 0
                    }

                    a {
                        font-size: 16px
                    }
                }
            }
        }

        .primary-btn a {
            padding: 15px 10px;
        }
    }

    .reviews-badges {
        .main-badges {
            .box {
                width: 21%;
                padding: 10px;
                border-radius: 15px
            }

            img {
                max-width: 70%
            }
        }
    }

    .testimonial {
        .main-testimonial {
            gap: 20px
        }
    }

    .service-area-map {
        .service-map-content {
            ul {
                grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
                grid-gap: 15px
            }
        }
    }

    .secound-cta {
        .sec-cta-content::before {
            border-width: 51px 0 42px 61.9px
        }
    }

    .eco-friendly {
        background-position: right
    }
}

@media only screen and (max-width:1200px) {
    header {
        .bottom-header {
            padding: 10px 15px;

            .primary-menu {
                gap: 6px;

                nav {
                    a {
                        font-size: 16px;
                        padding: 5px 7px
                    }
                }
            }

            .logo {
                img {
                    max-width: 120px
                }
            }
        }

        .primary-btn a {
            padding: 10px 15px;
            font-size: 16px;
        }
    }

    .hero {
        .hero-title {
            font-size: 28px;
            line-height: 1.5;
        }
    }

    .hero-banner {
        padding: 100px 0;

        .main-hero-content {
            width: 60%;
            padding: 0 30px;
            gap: 25px
        }
    }

    .services-area {
        .service-area-list {
            ul {
                grid-template-columns: repeat(auto-fill, minmax(299px, 1fr))
            }
        }
    }

    .work-process {
        .item {
            flex-direction: column;
            gap: 10px;

            .img-box {
                max-width: 80px
            }
        }
    }

    .action-slider {
        .main-action-slider {
            .item {
                .img-box {
                    padding: 40px 20px;
                    margin-left: 30px
                }

                .action-content {
                    padding: 40px 30px;
                    margin-right: 30px
                }
            }
        }
    }

    .service-area-map {
        .service-map-content {
            ul {
                width: 85%;
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr))
            }
        }
    }

    #how-work {
        .work-process {
            .item {
                .img-box {
                    max-width: 100%
                }
            }
        }
    }

    .main-menu-drop-down {
        top: 30px;
        right: -315%;
        width: 918px;
        z-index: 9999;

        a {
            font-size: 16px !important
        }
    }

    /* ==== blog page ===== */

    #blog-page {
        .blogs {
            gap: 15px;
        }

        .blog-grid {
            gap: 15px;
        }
    }
}

@media only screen and (max-width:992px) {
    p {
        font-size: 18px
    }

    h4 {
        font-size: 22px
    }

    .inner-banner {
        .inner-banner-content {
            width: 60%;
            padding: 20px
        }
    }

    header {
        .top-header {
            display: none;

            span {
                font-size: 18px
            }
        }

        .nav-btn {
            display: block;
        }

        .header-btn {
            display: none;
        }

        .bottom-header {
            padding: 10px 0;

            .main-bottom-header {
                align-items: center
            }

            .primary-menu {
                flex-direction: column;
                padding: 150px 20px;
                position: fixed;
                background: #fff;
                width: 100%;
                max-width: 400px;
                right: -100%;
                top: 0;
                transition: all .4s ease-in;
                z-index: 1;
                height: 100vh;
                transition: .5s;

                ul {
                    flex-direction: column;
                    gap: 15px
                }

                nav {
                    text-align: center;

                    a {
                        display: block;
                        padding: 10px 0;
                        font-size: 16px
                    }

                    ul a {
                        color: #474747;
                        display: inline-block
                    }
                }
            }

            .primary-menu.active {
                right: 0%;
                z-index: 8
            }

            .menu-icon {
                display: block;
                border: none;
                background: #fff0;
                width: 40px;
                z-index: 9;
                font-size: 24px
            }

            .fa-bars {
                color: #000
            }
        }
    }

    .hero {
        .main-hero {
            flex-direction: column;
        }

        .hero-content {
            width: 100%;
        }

        .hero-img {
            display: none;
        }
    }

    .testimonial {
        h3 {
            font-size: 20px;
        }
    }

    .call-to-action {
        .main-action {
            .cta-box {
                h3 {
                    font-size: 38px;
                }
            }
        }
    }

    .about-us-section {
        .main-about {
            gap: 30px;
            flex-direction: column;
        }

        .about-img {
            width: 60%;
        }

        .about-content {
            width: 100%;

            .img-box {
                text-align: start;
            }
        }
    }

    .service-areas {
        .main-service-areas {
            flex-direction: column;
        }
    }

    .process {
        .main-process {
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        }
    }

    .items-we-take {
        .main-we-take {
            .items-list {
                .item-column {
                    width: 50%;
                }
            }
        }

        .take-bottom {
            width: 100%;
        }
    }

    .why-choose-us {
        .main-choose {
            flex-direction: column;
        }

        .choose-content {
            width: 100%;
        }

        .reasons {
            width: 80%;
        }
    }

    footer {
        .top-footer {
            flex-wrap: wrap;
            gap: 20px;
        }

        .footer-column {
            width: 50%;
        }
    }

    .hero-banner {
        .main-hero-content {
            width: 100%
        }
    }

    .services-area {
        .service-area-list {
            ul {
                grid-template-columns: repeat(auto-fill, minmax(230px, 1fr))
            }
        }
    }

    .about-section {
        .about-img {
            width: 40%;
            display: none
        }

        .about-content {
            width: 100%
        }
    }

    .reviews-badges {
        .main-badges {
            .box {
                width: 30%
            }
        }
    }

    .work-process {
        .main-work-process {
            gap: 15px
        }

        .item {
            padding: 10px;

            .img-box {
                max-width: 65px
            }
        }
    }

    .secound-cta {
        h3 {
            width: 100%
        }

        .sec-cta-content {
            padding: 30px 15px
        }
    }

    .service-area-map {
        .service-map-content {
            ul {
                width: 95%
            }
        }
    }

    .eco-friendly {
        .eco-content {
            width: 100%
        }
    }

    footer {
        .box {
            margin-top: 20px
        }
    }

    .drop-down {
        .fa-angle-down {
            margin-left: 15px
        }
    }

    .main-menu-drop-down {
        position: static;
        top: 30px;
        right: -119px;
        max-width: 300px;
        margin: 0 auto;
        z-index: 9999;
        height: 0;
        overflow: scroll;
        scrollbar-color: #ff6b01 #ccc;

        ul li {
            width: 100%
        }
    }

    .drop-down:hover .main-menu-drop-down {
        opacity: 1;
        z-index: 9999;
        height: 300px;
        transform: translateY(0)
    }

    .single-drop-down {
        .fa-angle-down {
            margin-left: 15px
        }
    }

    .drop-down-menu {
        position: static;
        top: 30px;
        right: -119px;
        max-width: 300px;
        margin: 0 auto;
        z-index: 9999;
        height: 0;
        overflow: scroll;
        scrollbar-color: #ff6b01 #ccc;

        ul li {
            width: 100%
        }
    }

    .single-drop-down:hover .drop-down-menu {
        opacity: 1;
        z-index: 9999;
        height: 300px;
        transform: translateY(0)
    }

    /* ==== blog page ===== */

    #blog-page {
        .blogs {
            gap: 15px;
            flex-direction: column;
        }

        .blog-grid {
            width: 100%;
        }

        .blog-side-bar {
            width: 50%;
        }
    }

    /* ======== blog details page ======== */

    #blog-detail-page {
        .main-detail-page {
            flex-direction: column;
        }

        .single-blog-content {
            width: 100%;
        }

        .blog-side-bar {
            width: 100%;
        }
    }
}

@media only screen and (max-width:768px) {
    header {
        .box:nth-child(1) {
            display: none
        }
    }

    .call-to-action {
        .main-action {
            gap: 10px;
        }
    }

    .about-us-section {
        .about-img {
            width: 100%;
        }
    }

    .process {
        .main-process {
            grid-template-columns: repeat(auto-fill, minmax(266px, 1fr));
        }
    }

    .why-choose-us {
        .reasons {
            width: 100%;
        }

        .choose-img {
            width: 100%;
        }
    }

    .reviews {
        .reviews-container {
            flex-direction: column;
            .review{
                width: 100%;
                .icon-box{
                text-align: start;
                }
            }

        }
    }

    .locations {
        .main-location {
            flex-direction: column;
            .location-column {
                width: 100%;
                text-align: start;
            }
        }
    }

    .cta-section {
        .main-cta {
            display: flex;
            flex-direction: column;
        }
        .cta-content{
            width: 100%;
        }
        .cta-img{
            width: 100%;
        }
    }

    .reviews-badges {
        .main-badges {
            .box {
                width: 38%
            }
        }
    }

    .secound-cta {
        background: #ff6b01;
        padding: 30px 0;
        flex-direction: column;

        .sec-cta-content {
            padding: 0 0 20px 0;
            width: 100%
        }

        .sec-cta-btn {
            width: 100%;
            text-align: center;

            a {
                margin: 0
            }
        }
    }

    .service-area-map {
        .service-map-content {
            ul {
                width: 100%;
                grid-template-columns: repeat(auto-fill, minmax(130px, 1fr))
            }
        }
    }

    .eco-friendly {
        background: linear-gradient(rgb(0 0 0 / .5), rgb(0 0 0 / .5)), url(../uploads/banner/hand-planting-tree-soil-with-sunset-garden-1.webp);
        background-position: right;
        background-size: cover
    }

    .work-process {
        .main-work-process {
            flex-wrap: wrap
        }
    }

    .secound-cta {
        .sec-cta-content::before {
            display: none
        }
    }

    #Contact-us {
        .contact-detail {
            width: 100%
        }

        .main-contact-sec {
            gap: 30px;
            flex-direction: column
        }

        .contact-form {
            width: 100%
        }
    }

    #service-areas {
        .service-areas {
            ul {
                grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
                margin-top: 0
            }
        }
    }

    .item-accept {
        padding: 30px 0 0;

        .main-item-accept {
            grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
            grid-gap: 15px;
            align-items: stretch;
            margin-top: 30px
        }

        .img-box {
            height: 200px
        }

        p {
            margin-top: 10px
        }

        .content-box {
            padding: 10px
        }
    }

    .other-accept {
        .main-other-accept {
            ul {
                grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
                grid-gap: 15px;
                margin-top: 20px
            }
        }
    }

    #how-work {
        .about-us {
            .about-img {
                width: 100%
            }

            .container {
                gap: 30px;
                flex-direction: column
            }

            .about-content {
                width: 100%;
                gap: 15px
            }
        }
    }

    /* ==== blog page ===== */

    #blog-page {
        .blog-side-bar {
            width: 100%;
        }
    }
}

@media only screen and (max-width:600px) {
    h3 {
        font-size: 22px
    }

    .inner-banner {
        .inner-banner-content {
            width: 100%;
            padding: 15px;
            gap: 10px
        }
    }

    header {
        .top-header {
            .main-top-header {
                flex-direction: column
            }

            span {
                font-size: 16px
            }
        }
    }

    .hero {
        padding: 50px 0;

        .hero-title {
            font-size: 26px;
        }

        .img {
            img {
                width: 120px;
            }
        }
    }

    .call-to-action {
        .main-action {
            flex-direction: column;

            .cta-box {
                width: 100%;
            }
        }
    }

    .process {
        .main-process {
            grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
        }

        h5 {
            font-size: 18px;
        }

        .icon-box i {
            font-size: 40px;
        }

    }

    .items-we-take {
        .main-we-take {
            .items-list {
                gap: 10px;

                .item-column {
                    border-radius: 10px;
                    /* width: 40%; */
                    padding: 30px 10px;
                }
            }
        }
    }

    footer {
        .footer-column {
            width: 100%;

            ul {
                align-items: start;
            }
        }

    }

    .hero-banner {
        .main-hero-content {
            h3 {
                font-size: 30px
            }
        }
    }

    .our-service {
        .main-services {
            gap: 20px;
            margin-top: 30px;
            flex-direction: column
        }
    }

    .reviews-badges {
        .main-badges {
            gap: 15px;

            .box {
                width: 50%
            }
        }
    }

    .services-area {
        .service-area-list {
            ul {
                grid-template-columns: repeat(auto-fill, minmax(190px, 1fr))
            }
        }
    }

    .action-slider {
        .main-action-slider {
            .item {
                flex-direction: column;
                gap: 20px;

                .img-box {
                    margin-left: 0;
                    width: 100%;
                    padding: 0;
                    border: 0
                }

                .action-content {
                    width: 100%;
                    padding: 0
                }
            }
        }

        .primary-btn {
            margin-top: 30px
        }
    }

    .service-area-map {
        flex-direction: column;

        .service-map-content {
            width: 100%;

            ul {
                padding: 0 15px;
                grid-template-columns: repeat(auto-fill, minmax(160px, 1fr))
            }
        }

        .service-map {
            width: 100%
        }
    }

    footer {
        padding: 30px 0;
        text-align: start
    }

    .phone-view {
        display: block
    }

    .desktop-view {
        display: none
    }

    #book-now {
        .book-form {
            width: 100%
        }
    }

    .secound-cta {
        padding: 20px 0;

        .sec-cta-btn {
            a {
                font-weight: 700;
                font-size: 20px;
                padding: 15px 20px
            }
        }
    }

    #services {
        .main-appliance {
            gap: 20px;
            flex-direction: column
        }

        .img-box {
            width: 100%;

            img {
                height: auto;
                object-fit: contain
            }
        }

        .content-box {
            width: 100%
        }
    }

    /* ==== blog page ===== */

    #blog-page {
        .blog-side-bar {
            width: 100%;
        }

        .blog-grid {
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        }
    }
}

@media only screen and (max-width:450px) {
    h5 {
        font-size: 18px
    }

    p {
        font-size: 16px
    }

    h4 {
        font-size: 20px
    }

    h3 {
        font-size: 18px
    }

    .secondary-btn a {
        padding: 10px 20px;
        font-size: 16px;
    }

    .primary-btn a {
        padding: 10px 20px;
        font-size: 16px;
    }

    header {
        .bottom-header {
            .primary-menu {
                max-width: 300px
            }
        }
    }

    .hero {
        .hero-title {
            font-size: 20px;
        }

        p {
            font-size: 16px;
        }

        .hero-content {
            gap: 10px;
        }
    }

    .about-us-section {
        padding-bottom: 30px;
    }

    .process {
        padding: 30px 0px;

        .process-heading {
            h2 {
                font-size: 22px;
            }
        }

        .main-process {
            margin-top: 20px;
            grid-gap: 15px;
        }
    }

    .items-we-take {
        padding: 30px 0px;

        .img-box {
            img {
                width: 120px;
            }
        }

        .main-we-take {
            .items-list {
                gap: 10px;
                flex-direction: column;

                .item-column {
                    width: 100%;
                }
            }
        }

        .take-bottom {
            font-size: 18px;
            margin-top: 10px;
        }
    }

    .why-choose-us {
        padding: 30px 0px;
    }

    .main-menu-drop-down {
        position: static;
        width: 300px;
        height: 0
    }

    .inner-banner {
        padding: 60px 0
    }

    footer {
        .footer-logo img {
            max-width: 106px
        }
    }

    .testimonial {
        padding: 0px;
    }

    /* 
    .primary-btn a {
        padding: 12px 20px;
        color: #fff;
        background: #ff6b01;
        font-size: 16px;
        border-radius: 3px
    } */

    .call-to-action {
        padding: 30px 0 30px;

        .main-action {
            .cta-box {
                padding: 20px 10px;

                h3 {
                    font-size: 26px;
                }
            }
        }
    }

    .about-us-section {
        .about-content {
            h3 {
                font-size: 18px;
            }
        }
    }


    .about-section {
        .about-img {
            width: 100%;
            display: block
        }

        .main-about {
            flex-direction: column
        }

        .about-content {
            width: 100%
        }
    }

    .hero-banner {
        .main-hero-content {
            h3 {
                font-size: 26px
            }
        }
    }

    .services-area {
        .service-area-list {
            ul {
                gap: 15px;
                grid-template-columns: repeat(auto-fill, minmax(145px, 1fr))
            }

            ul li {
                text-align: start;
                font-size: 18px
            }
        }
    }

    footer {
        .bottom-footer {
            margin-top: 30px;
            text-align: center;
            font-size: 12px
        }

        .contact-footer ul {
            a {
                font-size: 16px
            }
        }
    }

    form {
        .group-box {
            flex-direction: column
        }
    }

    #Contact-us {
        ul {
            .item {
                padding: 10px;
                border-radius: 10px
            }
        }

        .item .icon {
            font-size: 20px;
            padding: 10px;
            width: 45px;
            height: 45px
        }
    }
}

@media only screen and (max-width:360px) {
    header {
        .top-header {
            span {
                font-size: 14px
            }
        }

        .bottom-header {
            .logo {
                img {
                    max-width: 130px
                }
            }
        }
    }

    .hero-banner {
        padding: 75px 0;

        .main-hero-content {
            h3 {
                font-size: 22px
            }
        }
    }
}

@media only screen and (max-width:500px) {
    .hero-banner {
        background: url(../uploads/banner/phone-banner.webp);
        background-position: center;
        background-size: cover
    }

    .hero-banner {
        .main-hero-content {
            h3 {
                font-size: 30px;
                font-weight: 400;
                text-shadow: none
            }
        }
    }
}


/* =============== get a quote style =========== */

#get-quote {
    background-color: #f8fafc;
    font-family: "Nunito", sans-serif;

    form {

        input,
        textarea {
            width: auto;
            padding: 15px;
            font-size: 16px;
        }
    }

    #multi-step-form {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 15px;
    }

    button {
        padding: 10px 30px;
        background-color: #8bc647;
        border: 0px;
        font-size: 18px;
        color: #fff;
        display: inline-block;
    }

    .grup-btn {
        margin-top: 20px;
    }

    input[type="radio"] {
        visibility: visible;
    }

    input[type="submit"] {
        padding: 10px 30px;
        background-color: #8bc647;
        border: 0px;
        font-size: 18px;
        color: #fff;
        display: inline-block;
    }

    h5 {
        font-size: 40px;
        text-align: center;
    }

    label {
        margin-bottom: 0px;
        font-size: 16px;
    }

    #step1 {
        text-align: center;

        .step1-content {
            h4 {
                font-size: 50px;
            }

            p {
                font-size: 20px;
            }
        }

        .typeOfJunk {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-top: 30px;

            img {
                width: 110px;
                display: block;
            }

            label {
                padding: 20px;
                background-color: #fff;
                border-radius: 10px;
                border: 1px solid;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 10px;
                width: 30%;
            }

            label:hover {
                box-shadow: 0px 0px 16px 1px #ccccccbf;
                ;
            }

            span.type-title {
                font-weight: 600;
                font-size: 18px;
                display: block;
            }

            span.type-dec {
                font-size: 14px;
                font-style: italic;
            }
        }

    }

    #step2 {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 10px 0px #c7c7c78a;
        padding: 20px 30px 50px;

        .removel-junk-title {
            text-align: center;
        }

        .removel-items {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
            align-items: stretch;
            gap: 20px;
            margin-top: 30px;
            /* display: none; */

            label {
                background-color: #fff;
                border: 1px solid #545454;
                border-radius: 10px;
                padding: 20px;
                text-align: center;
                justify-content: center;

                img {
                    width: 72px;
                }
            }

            label:hover {
                background-color: #f7f7f7;
                box-shadow: 0px 0px 12px #dbdbdb;
            }

            .removal-item-title {
                font-size: 18px;
                font-weight: 600;
            }
        }

        .removel-sub-items {
            width: 80%;
            margin: 20px auto 0;
            /* display: none; */

            p {
                font-size: 18px;
                font-weight: 600;
            }

            ul {
                display: flex;
                flex-direction: column;
                gap: 15px;
                margin-top: 30px;
            }

            ul li {
                padding: 5px 20px;
                border: 1px solid #8bc647;
                list-style: none;
            }

            .img-box {
                img {
                    width: 40px;
                }
            }

            ul li label {
                display: flex;
                align-items: center;
                gap: 15px;
            }
        }

        .divider {
            margin: 15px 0px;
            font-size: 20px;
        }

        .removel-item-sec {
            span {
                display: block;
                color: #505050;
            }

            input {
                padding: 10px;
                width: 50%;
                margin-top: 10px;
            }

            .autocomplete-container {
                max-width: 300px;
                /* margin: 0 auto; */
                position: relative;
            }

            .autocomplete-container input {
                width: 100%;
                padding: 10px;
                font-size: 16px;
                border: 1px solid #ccc;
                border-radius: 4px;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }

            .autocomplete-items {
                position: absolute;
                border: 1px solid #ccc;
                border-top: none;
                z-index: 99;
                top: 100%;
                left: 0;
                right: 0;
                background-color: #fff;
                max-height: 200px;
                overflow-y: auto;
            }

            .autocomplete-items div {
                padding: 10px;
                cursor: pointer;
                background-color: #fff;
            }

            .autocomplete-items div:hover {
                background-color: #e9e9e9;
            }
        }

        #Assortment-section {
            .how-much-junk {
                display: grid;
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 20px;
                margin-top: 30px;
            }

            label {
                text-align: center;
                padding: 30px;
                border: 2px solid rgba(148, 148, 148, 0.671);
                filter: grayscale(100%);
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;

                img {
                    width: 180px;
                }

                .junk-item-title {
                    font-size: 18px;
                    font-weight: 600;
                }
            }

            label:hover {
                filter: grayscale(0);
                background-color: #e4ffc5;
                border: 2px solid gray;
            }

            input[type="radio"]:checked+label {
                background: #505050;
                color: white;
            }

            #small-junk:checked~.junk-item {
                background-color: red;
            }
        }
    }


    #step3 {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 10px 0px #c7c7c78a;
        padding: 20px 30px 50px;

        /* ===== date piker ======= */
        .date-picker-container {
            max-width: 300px;
            margin: 0 auto;
        }

        .date-picker-container input {
            width: 100%;
            padding: 10px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .date-time {
            display: flex;
            gap: 40px;
            justify-content: space-between;
            width: 100%;
            max-width: 70%;
            margin: 30px auto 0;
        }

        .date {
            width: 50%;

            label {
                font-size: 20px;
                margin-bottom: 20px;
                text-align: center;
                font-weight: 600;
                display: block;
            }

            input {
                width: 100%;
                padding: 15px 10px;
                border: 2px solid #ccc;
                border-radius: 4px;
                font-size: 18px;
            }
        }

        .time {
            width: 50%;

            p {
                font-size: 20px;
                margin-bottom: 20px;
                text-align: center;
                font-weight: 600;
            }

            ul {
                display: flex;
                flex-direction: column;
                gap: 20px;
            }

            ul li {
                border: 2px solid #3b82f6;
                padding: 10px;
                list-style: none;
                text-align: center;
                color: #3b82f6;
                font-weight: 600;
            }
        }
    }

    #step4 {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 10px 0px #c7c7c78a;
        padding: 20px 30px 50px;

        label {
            display: block;
            color: #4b5563;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        input {
            width: 100%;
            padding: 10px;
        }

        .group-box {
            display: flex;
            justify-content: space-between;
            gap: 15px;
            margin-top: 20px;
        }

        .box {
            flex-grow: 1;
            flex-shrink: 1;
        }
    }

    #review {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 30px 0 15px;

        p {
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 10px;
            font-size: 18px;
            background: #fff;
        }
    }

    #step5 {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0px 0px 10px 0px #c7c7c78a;
        padding: 20px 100px 50px;
    }
}

.seleted-items {
    margin-top: 20px;

    .item {
        display: flex;
        justify-content: space-between;
        align-items: center;

        img {
            width: 60px;
        }
    }

    .item-add-sub {
        display: flex;
        gap: 20px;
        align-items: center;

        .box {
            padding: 10px;
            border: 1px solid;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            font-size: 30px;
        }
    }

    .remove-item {
        text-align: center;
        padding: 5px;
        /*background: #fff5f5;*/
        /*border: 1px solid red;*/
        border-radius: 50px;
        margin-top: 8px;
    }
}


@media (max-width: 992px) {
    #get-quote {
        h5 {
            font-size: 30px;
        }

        #step1 {
            .typeOfJunk {
                label {
                    width: 40%;
                }
            }
        }

        #step2 {
            .removel-items {
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));

                label {
                    padding: 10px;
                }

                .removal-item-title {
                    font-size: 16px;
                }
            }

            .removel-sub-items {
                margin: 0px auto 0;
            }

            #Assortment-section {
                label {
                    padding: 15px;

                    img {
                        width: 140px;
                    }
                }

                .how-much-junk {
                    gap: 10px;
                }
            }
        }

        #step3 {
            .date-time {
                max-width: 100%;
            }
        }

        #step5 {
            padding: 20px 40px 50px;
        }
    }

}

@media (max-width: 768px) {
    #get-quote {
        h5 {
            font-size: 22px;
        }

        h1 {
            font-size: 20px;
        }

        #step1 {
            .typeOfJunk {
                label {
                    width: 48%;
                }
            }
        }

        #step2 {
            .removel-items {
                gap: 10px;
            }

            .removel-item-sec {
                .autocomplete-container {
                    max-width: 100%;
                }
            }
        }

        #step3 {
            .date-time {
                gap: 15px;
            }
        }
    }
}

@media (max-width: 600px) {
    #get-quote {
        #step1 {
            .typeOfJunk {
                flex-direction: column;

                label {
                    width: 100%;
                    flex-direction: row;
                    text-align: start;
                    justify-content: space-between;
                    padding: 10px;
                }

                img {
                    width: 70px;
                    display: block;
                }
            }

        }

        #step2 {
            padding: 20px 15px 20px;

            .removel-items {
                label {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;

                    img {
                        width: 40px;
                    }
                }
            }

            .removel-sub-items {
                width: 100%;
                margin: 0px auto 0;

                ul {
                    gap: 10px;
                    margin-top: 10px;
                }
            }

            #Assortment-section {
                .how-much-junk {
                    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
                }
            }
        }

        #step3 {
            .date-time {
                gap: 15px;
                flex-direction: column;
            }

            .time {
                width: 100%;
            }

            .date {
                width: 100%;
            }
        }

        #step4 {
            padding: 20px 15px 20px;

            .group-box {
                gap: 10px;
                flex-direction: column;
                margin-top: 10px;
            }

            label {
                font-size: 16px;
            }

            input {
                width: 100%;
                padding: 5px;
            }
        }

        #step5 {
            padding: 20px 15px 20px;
        }

        #review {
            p {
                font-size: 16px;
            }
        }
    }

}

@media (max-width: 450px) {
    #get-quote {
        h5 {
            font-size: 18px;
        }

        #multi-step-form {
            padding: 30px 15px;
        }

        #step1 {
            .step1-content {
                p {
                    font-size: 16px;
                }
            }

            .typeOfJunk {
                gap: 10px;
                margin-top: 20px;
            }
        }

        #step2 {
            .removel-items {
                margin-top: 20px;
                grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));

                .removal-item-title {
                    font-size: 14px;
                }
            }

            #Assortment-section {
                label {
                    img {
                        width: 100px;
                    }
                }
            }
        }

        #step2,
        #step3,
        #step4,
        #step5 {
            background-color: transparent;
            border-radius: 5px;
            box-shadow: none;
            padding: 0px;
        }

        #step3 {
            .time {
                p {
                    font-size: 16px;
                    margin-bottom: 10px;
                }

                ul {
                    gap: 10px;
                }
            }

            .date {
                label {
                    font-size: 16px;
                    margin-bottom: 10px;
                }

                input {
                    padding: 10px;
                    font-size: 16px;
                }
            }
        }

        #review {
            p {
                font-size: 14px;
            }
        }

    }

    .seleted-items {
        .item-title {
            p {
                font-size: 18px;
            }
        }

        .item {
            img {
                width: 42px;
            }
        }

        .item-add-sub {
            .box {
                width: 25px;
                height: 25px;
                font-size: 25px;
            }
        }

        .remove-item {
            padding: 2px;
        }
    }
}