.logo__part{
    max-width: 220px;
}
.service__hero-inner-2 .logo-shape{
    max-width: 180px;
}
.offcanvas__logo a{
    max-width: 225px;
    display: block;
}
.service__top-btn .wc-btn-secondary:hover,
.contact__form .wc-btn-primary:hover{
    color: var(--white);
}
.offcanvas__social{
    border: none;
}

.contact-btn .btn{
    padding-inline: 26px;
    background: #834AFF;
    color: #fff;
    border-radius: 50px;
}

.contact-btn .btn:hover{
    background: #6721ff;
}

.hero__content-8 .scroll-wrapper{
    margin-top: 120px;
}
.hero__content-8 .sec-title-4{
    line-height: 1.2;
    font-weight: 600;
}
.hero__content-8 .sec-title-4 span{
    position: relative;
}
.hero__content-8 .sec-title-4.hero-title-heading > div{
    padding-inline-start: 150px;
}

.hero__content-8 .sec-title-5{
    padding-left: 0;
}
.service__hero-inner-2 .logo-shape{
    position: absolute;
    left: 40px;
    top: 0px;
    margin-top:0 !important;
}
.hero__content-8 .discription{
    max-width: 340px;
}
.roll__slide{
    width: auto;
}
.roll__slide h2{
    font-weight: 500;
    font-size: 26px;
    padding-inline: 40px;
}
.service__top-text p{
    max-width: 100%;
}
.service__link{
    display: none;
}

.brand__area .line::after, .workflow__area .line::after{
    display: none;
}

.brand__area .sec-sub-title div, .brand__area .sec-title-6 div{
    text-align: center !important;
}

.testimonial__slide-4{
    height: auto;
}
.testimonial__info-4 {
    position: relative;
    height: calc(100% - 65px);
}
.testimonial__name{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 100%;
}
.testimonial__img-4{
    height: 85px;
    object-fit: cover;
    object-position: top;
}

.workflow__number{
    color: #834aff2e;
}
.workflow__title{
    font-size: 22px;
}
.workflow__slide p{
    font-size: 14px;
}
.workflow__step {
    font-weight: 500;
}

.header__nav-icon-3{
    display: none !important;
}


@media only screen and (min-width: 768px) {
    .counter__area .line::after{
        display: none;
    }
}
@media only screen and (max-width: 991.98px) {
    .hero__content-8 .scroll-wrapper {
        margin-top: 20px;
    }
    .hero__content-8 .discription{
        margin: 0 auto;
    }
    .hero__content-8 .sec-title-4.hero-title-heading > div{
        padding-inline-start:0;
    }
    .service__hero-inner-2 .logo-shape{
        max-width: 250px;
        margin: auto;
        right: 0;
        left: 0;
        top: -160px;
        opacity: 0.15;
        display: block !important;
    }

    
}
/* html { scroll-behavior: smooth; } */
@media only screen and (max-width: 767px) {
    .header__nav-icon-3{
        display: block !important;
    }
    .hero__content-8 .discription {
        font-size: 16px;
        max-width: 360px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .roll__area{
        padding-block:25px;
    }
    .roll__slide h2{
        font-size:22px;
        padding-inline:20px;
    }
    .footer__inner{
        padding-top: 340px;
    }
    .footer__widget, .footer__widget-2, .footer__widget-3{
        padding-inline:12px;
    }
    .footer__copyright{
        padding: 15px 12px;
    }
    .service__area .sec-title div, .sec-title-wrapper{
        text-align: center !important;
    }
    .about__area-3 .btn_wrapper{
        margin: auto;
    }
    .brand__item img{
        max-width: 80%;
    }
    .brand__area .sec-title-wrapper{
        padding-bottom: 30px;
    }
    .mean-container .mean-nav ul li a{
        text-transform: capitalize !important;
    }
    .offcanvas__body{
        display: block;
    }
    .offcanvas__left, .offcanvas__right {
        display: block;
    }
    .offcanvas__mid {
        margin-top: 0;
    }
    .offcanvas__logo{
        border-bottom: none;
        padding: 20px;
    }
    .offcanvas__menu-wrapper.mean-container{
        padding-top: 0;
    }
    .offcanvas__right{
        background-color: transparent;
        padding: 0;
        margin: 20px 15px;
    }
    .offcanvas__contact{
        background-color: var(--black-4);
        padding: 15px;
    }
    .offcanvas__contact li{
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #292727;
        max-width: 100%;
    }
    .offcanvas__contact li:last-child{
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .offcanvas__social_btn{
        padding: 20px;
    }
    .offcanvas__social_btn ul li a{
        font-size: 26px;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #1d1d1d;
        color: #fff;
        border-radius: 50%;
    }
    .offcanvas__social_btn .footer__social{
        text-align: center;
    }
    header .contact-btn{
        display: none;
    }
}