.mouse {
    --tw-bg-opacity: 0.25;
    background: rgb(10 12 16 / 25%) linear-gradient(transparent 0, transparent 50%, #0a0c10 50%, #0a0c10 100%);
    width: 24px;
    height: 40.62px;
    border-radius: 100px;
    background-size: 100% 200%;
    animation:
        colorSlide 6s linear infinite,
        nudgeMouse 6s ease-out infinite;
    position: absolute;
    bottom: 15px;
    z-index: 2;
    left: 50%;
    margin-left: -12px;
}

.mouse:after,
.mouse:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.mouse:before {
    width: 20px;
    height: 36.62px;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 100px;
}

.mouse:after {
    background-color: #624322;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    animation: trackBallSlide 6s linear infinite;
}

@keyframes colorSlide {
    0% {
        background-position: 0 100%;
    }

    20% {
        background-position: 0 0;
    }

    21% {
        background-color: rgb(10 12 16 / 25%);
    }

    29.99% {
        background-color: #0a0c10;
        background-position: 0 0;
    }

    30% {
        background-color: rgb(10 12 16 / 25%);
        background-position: 0 100%;
    }

    50% {
        background-position: 0 0;
    }

    51% {
        background-color: rgb(10 12 16 / 25%);
    }

    59% {
        background-color: #0a0c10;
        background-position: 0 0;
    }

    60% {
        background-color: rgb(10 12 16 / 25%);
        background-position: 0 100%;
    }

    80% {
        background-position: 0 0;
    }

    81% {
        background-color: rgb(10 12 16 / 25%);
    }

    90%,
    to {
        background-color: #0a0c10;
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    6% {
        opacity: 1;
        transform: scale(0.9) translateY(2.5px);
    }
    14% {
        opacity: 0;
        transform: scale(0.4) translateY(20px);
    }
    15%,
    19% {
        opacity: 0;
        transform: scale(0.4) translateY(-10px);
    }
    28%,
    29.99% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    30% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    36% {
        opacity: 1;
        transform: scale(0.9) translateY(2.5px);
    }
    44% {
        opacity: 0;
        transform: scale(0.4) translateY(20px);
    }

    45%,
    49% {
        opacity: 0;
        transform: scale(0.4) translateY(-10px);
    }
    58%,
    59.99% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    60% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    66% {
        opacity: 1;
        transform: scale(0.9) translateY(2.5px);
    }
    74% {
        opacity: 0;
        transform: scale(0.4) translateY(20px);
    }
    75%,
    79% {
        opacity: 0;
        transform: scale(0.4) translateY(-10px);
    }
    88%,
    to {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
}

@keyframes nudgeMouse {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(4px);
    }
    30% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(4px);
    }
    60% {
        transform: translateY(0);
    }
    80% {
        transform: translateY(4px);
    }
    90% {
        transform: translateY(0);
    }
}
.banner-title {
    font-size: 50px;
}
.banner-sub-title {
    font-size: 24px;
}
.sec-banner {
    position: relative;
}
.banner-textarea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 69%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.banner-textarea-inner {
    color: #fff;
    border: 2px solid rgb(255 255 255 / 46%);
    border-radius: 10px;
    padding: 25px 30px 0 30px;
    background: rgb(255 255 255 / 10%);
}
.banner-textarea-inner .top-banner-btn{
    margin-bottom: -22px;
}


.sec-landscaping {
    padding: 80px 0;
}
.sec-title {
    font-size: 40px;
}
.sec-sub-title {
    line-height: 24px;
}
.title-style {
}
.title-line {
    height: 5px;
    width: 50px;
    border-radius: 30px;
    background: #624322;
}
.title-dot {
    height: 5px;
    width: 5px;
    border-radius: 30px;
    background: #624322;
}
.sec-Certifications .title-line,
.sec-Certifications .title-dot {
    background: #fff;

}
.sec-img {
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0 rgb(0 0 0 / 19%);
    border: 10px solid #fff;
}

.sec-guaranteed {
    background-color: #213965;
    background-image: url("../images/bg.svg");
    padding: 30px 0;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-guaranteed {
    max-height: 150px;
}
.guaranteed-text {
    color: #fff;
}

.sec-contact {
    padding: 80px 0;
    background-color: #fff;
    background-image: url("../images/bg2.svg");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-box {
    padding: 40px;
    border-radius: 20px;
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    /* box-shadow: 0 4px 20px 0 rgb(52 114 54 / 7%); */
    box-shadow: -1px -12px 20px 0 rgb(52 114 54 / 7%), 0px 13px 20px 0 rgb(52 114 54 / 7%);
}

.sec-our-process{
    padding: 80px 0;
}
.process-box-item{
    display: flex;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    gap: 10px;
    align-items: center;
}
.process-box-item-icon{
    height: 40px;
    width: 40px;
    background: #624322;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
}

.sec-testimonials{
    padding: 80px 0;
    background: aliceblue;
}
.testimonials-box{
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonials-box-text{
    line-height: 26px;
}
.testimonials-box-text i{
    color: #624322;
    font-size: 30px;
}
.testimonials-user-info{
    display: flex;
    gap: 10px;
    margin-top: auto;
}
.testimonials-user-info .testimonials-stars{
    color: #FFC107;
    font-size: 20px;
}
.testimonials-user-info .testimonials-user-name{
    font-weight: 600;
    color: #333;
}
.testimonials-user-info .testimonials-user-position{
    color: #999;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: #b3d5b8;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-nav button.owl-prev{
    left: -20px;
}
.owl-carousel .owl-nav button.owl-next{
    right: -20px;
}
.sec-faq {
    padding: 80px 0;
}

.sec-services {
    padding: 80px 0;
    background-color: #fff7d8;
    /* background-image: url("../images/services/services-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover; */
}
.services-wrap {
}
.flip-box {
    
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    animation-fill-mode: both;
    visibility: visible;
    animation-duration: 0.5s;
}
.flip-box-inner {
    position: relative;
    margin-bottom: 24px;
    perspective: 1000px;
    transform-style: preserve-3d;
    min-height: 434px;
}

.flip-box-front,
.flip-box-back{
    transform-style: preserve-3d;
    transition: transform .75s ease-in-out;
}
.flip-box-front{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    perspective: 1000px;
    padding: 27px 20px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-clip: padding-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(3, 128, 0);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border-style: solid;
    border-width: 0px;
    color: rgb(255, 255, 255);
    transition-duration: 1.2s;
    z-index: 2;
    transform: rotateY(0);
}
.flip-box-back{
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    perspective: 1000px;
    padding: 27px 20px;
    text-align: center;
    position: absolute;
    z-index: 1;
    background-color: #624322;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    border-style: solid;
    border-width: 3px;
    color: white;
    transition-duration: 1.2s;
    bottom: 0px;
    transform: rotateY(-180deg);
}
.flip-box:hover .flip-box-front {
    transform: rotateY(180deg);
}
.flip-box:hover .flip-box-back{
    transform: rotateY(0);
}
.flip-box-circle{
    height: 64px;
    width: 64px;
    border: 1px solid;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #624322;
    border-color: #624322;
    display: table;
    margin: 0 auto 10px;
}
.flip-box-circle i{
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    color: #ffffff; 
}

.sec-about{
    padding: 80px 0;
    background: #624322;
    color: #fff;
}
.sec-service-area{
    padding: 80px 0;
    background: #1a4f2317;
}
#testimonialsSlider.owl-carousel .owl-stage{
    display: flex;
}
#testimonialsSlider.owl-carousel .item{
    height: 100%;
}

@media (max-width: 991.98px){
    .banner-title {
        font-size: 40px;
    }
    .banner-sub-title {
        font-size: 20px;
    }
    .sec-title {
        font-size: 30px;
    }
    .sec-landscaping,
    .sec-services,
    .sec-about,
    .sec-our-process,
    .sec-testimonials,
    .sec-faq,
    .sec-service-area,
    .sec-contact {
        padding: 60px 0;
    }
}
@media (max-width: 767.98px){
    .sec-landscaping,
    .sec-services,
    .sec-about,
    .sec-our-process,
    .sec-testimonials,
    .sec-faq,
    .sec-service-area,
    .sec-contact {
        padding: 40px 0;
    }
    .banner-title {
        font-size: 20px;
    }
    .banner-sub-title {
        font-size: 14px;
        font-weight: 300;
    }
    .banner-textarea-inner{
        padding: 15px 20px 0 20px;
    }
    #bannerSlider.owl-carousel .owl-item img{
        height: 400px;
        object-fit: cover;
    }
    .owl-carousel .owl-nav button.owl-prev{
        left: -14px;    
    }
    .owl-carousel .owl-nav button.owl-next {
        right: -14px;
    }
}