body {
    background-color: #fff;
    font-family: Outfit;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

.inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
    position: relative;
}

.oe-slider-businessInfo {
    display: flex;
    justify-content: space-between;
}

.oe-slider-businessInfo-inner {
    display: flex;
    gap: 10px;
}

.oe-slider-businessInfo .oe-slider-businessInfo-inner {
    width: 60%;
    justify-content: space-between;
}

.oe-slider-controls {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.slide-counter-wrap {
    padding: 4rem 4rem 2rem;
    background-color: #1B2227;
}

.count {
    font: normal normal bold 50px / 63px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.3;
    margin-bottom: 5rem;
    text-align: center;
}

.icons a {
    width: 50px;
    height: 48px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background: #fff;
    border-radius: 6px;
    font-size: 20px;
    text-decoration: none;
}

.oe-icons-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.icons {
    width: min-content;
}

.information-card {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    max-width: 360px;
}

.info-inner h3.heading {
    margin-bottom: 4px;
    margin-top: 0px;
}

p.descreption {
    margin-top: 0px;
    margin-bottom: 10px;
    font: normal normal normal 16px / 20px Outfit;
}

.slide-counter-wrap {
    border-bottom-right-radius: 25px;
}

.oe-slider-controls a {
    width: 48px;
    height: 48px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0090FF;
    border-radius: 6px;
    color: #fff
}

.oe-slider-controls a:focus {
    background: #000;
    color: #fff;
}

.oe-slider-main-wrapper {
    position: relative;
}

.slider-main-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
}

.oe-slider-content {
    max-width: 760px;
}

.oe-slider-content h1 {
    font: 48px / 60px Outfit;
    font-weight: 500;
    color: #fff;
    margin: 10px 0px;
}

.oe-slider-content {
    max-width: 760px;
}

.oe-slider-outer {
    width: 85%;
}

.oe-slider-main-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oe-slider-main-wrapper {
    padding: 150px 30px;
    border-radius: 25px;
    overflow: hidden;
}

.oe-slider-content {
    background: #1b222796;
    padding: 45px 40px;
    border-radius: 20px;
}

.oe-slider-content p {
    color: #fff;
}

a.theme-btn {
    font: normal normal normal 18px / 27px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 10px 20px;
    background: #0090FF;
    border-radius: 6px;
    display: inline-block;
    margin-top: 10px;
}

.client-images div {
    width: 50px;
    height: max-content;
    margin-top: -15px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
}

.img-holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.oe-slider-clients .oe-slider-add-icon {
    background: #0090FF;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    position: relative;
    color: #fff;
}

.oe-slider-clients {
    width: 60px;
}

.oe-slider-clients {
    width: 60px;
    position: absolute;
    top: -80px;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 4%;
    padding: 35px 5px 5px 5px;
    background: #fff;
    border-radius: 6px;
}

.client-images {
    text-align: center;
    font-weight: 500;
}

.follow-title {
    position: absolute;
    font: 18px / 23px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    rotate: -90deg;
    right: 30px;
    width: 80px;
    /* width: 100%; */
    bottom: 30px;
    /* transform: rotate(-90deg); */
}

.social-media-wrap {
    position: relative;
}

.icon {
    width: 80px;
}
img{
    width: 100%;
}
@media(max-width:1250px) {
    .oe-slider-outer {
        width: 80%;
    }

    .oe-slider-content h1 {
        font: 38px / 49px Outfit;
        font-weight: 500;
        color: #fff;
        margin: 10px 0px;
    }

    a.theme-btn {
        font: normal normal normal 15px / 27px Outfit;
    }

    .oe-slider-content {
        max-width: 640px;
    }
}

@media(max-width:1199px) {
    .slide-counter-wrap {
        padding: 5rem 1rem 3rem;
        background-color: #1B2227;
    }

    .oe-slider-outer {
        width: 87%;
    }

    .oe-slider-controls {
        width: auto;
    }

    .oe-slider-businessInfo .oe-slider-businessInfo-inner {
        width: auto;
        justify-content: space-between;
    }

    .oe-slider-businessInfo {
        gap: 20px;
    }

    .count {
        font: normal normal bold 40px / 53px Outfit;
        text-align: center;
    }

    .oe-slider-content {
        padding: 45px 30px;
    }
    .follow-title{
        display: none;
    }
}

@media(max-width:991px) {
    .oe-slider-main-wrapper {
        padding: 60px 20px;
    }
    .icon {
        width: 60px;
    }
    .info-inner h3.heading {
        line-height: 16px;
    }
    .follow-title {
        display: none;
    }

    .count {
        font: normal normal bold 35px / 53px Outfit;
        margin-bottom: 2rem;
    }

    .slide-counter-wrap {
        padding: 5rem 1rem 3rem;
    }

    .oe-slider-content h1 {
        font: 28px / 39px Outfit;
        margin: 5px 0px;
    }

    .oe-slider-content {
        padding: 35px 20px;
    }

    .client-images div {
        width: 40px;
    }

    .oe-slider-clients .oe-slider-add-icon {
        width: 40px;
        height: 40px;
    }

    .img-holder img {
        width: 40px;
    }

    .client-images {
        font-size: 10px;
    }

    .oe-slider-clients {
        width: min-content;
    }

    .oe-slider-content {
        max-width: 460px;
    }

    .oe-slider-clients {
        position: absolute;
    }

    .icons a {
        width: 29px;
        height: 28px;
        font-size: 12px;
    }

    .oe-icons-container {
        gap: 3px;
    }

    .oe-slider-main-wrapper {
        padding: 20px 20px;
    }

    .oe-slider-content p {
        font-size: 13px;
        line-height: 16px;
    }

    .info-inner h3.heading {
        font-size: 14px;
    }

    .oe-slider-controls a {
        width: 38px;
        height: 38px;
    }

    p.descreption {
        font: normal normal normal 13px / 14px Outfit;
    }

    .icon {
        width: 90px;
    }

    .icon img {
        width: 100%;
    }

    .count {
        font: normal normal bold 30px / 53px Outfit;
        margin-bottom: 0.5rem;
    }

    a.theme-btn {
        font: normal normal normal 14px / 22px Outfit;
        padding: 10px 15px;
    }
}

@media(max-width:991px) {
    .img-holder img {
        width: 30px;
    }

    .icon {
        width: 50px;
    }
    .client-images div {
        margin-top: -15px;
    }

    .oe-slider-clients {
        padding: 20px 5px 5px 5px;
    }

    .client-images div {
        width: 30px;
    }

    .oe-slider-clients .oe-slider-add-icon {
        width: 30px;
        height: 30px;
    }

    .inner-wrap {
        padding-right: 20px;
    }

    .oe-slider-content {
        max-width: 360px;
    }

}

@media(max-width:575px) {
    .oe-slider-businessInfo {
        flex-direction: column-reverse;
        margin-top: 10px;
    }
    .oe-slider-main-wrapper {
        padding: 150px 30px;
        border-radius: 0px;
    }
    .icon {
        width: 40px;
    }
    .oe-slider-businessInfo .oe-slider-businessInfo-inner {
        flex-direction: column;
    }

    .inner-wrap {
        padding-right: 0px;
    }

    .oe-slider-content h1 {
        font: 20px / 21px Outfit;
    }

    .oe-slider-clients {
        right: 0%;
    }

    .oe-slider-content p {
        font-size: 12px;
        line-height: 16px;
    }

    .oe-slider-content {
        padding: 15px 0px;
    }
    .oe-slider-controls a {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }
    .slide-counter-wrap {
        padding: 7rem 1rem 4rem;
        display: none;
    }
    .oe-slider-content {
        background: #0000;
    }
    .information-card {
        gap: 10px;
    }

    .oe-slider-businessInfo .oe-slider-businessInfo-inner {
        flex-direction: column;
        margin-left: 20px;
    }

    .slide-counter-wrap {
        padding: 7rem 1rem 4rem;
    }

    .oe-slider-clients {
      display: none;
    }
    .info-inner h3.heading{
        line-height: 16px;
    }
    .oe-slider-outer {
        width: 100%;
    }
}


.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){
    max-width: 100% !important;
}

.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    padding: 0px !important;
}

.slide {
    display: none;
}
.slide.active {
    display: block;
}

.counter-wrap .count.active {
    color: rgba(0, 0, 0, 0.548);
    background-color: #0000;
    padding: 5px; /* Optional: adjust padding as needed */
    border-radius: 50%; /* Optional: make it circular */
    opacity: 1;
    color: #fff;
}