hero-title.services-content-col {
    position: relative;
}

.services-content-col:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: var(--e-global-color-primary);
    left: 100%;
}

.services-content-col:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    background: var(--e-global-color-primary);
    left: -200px;
}

.about-us-image .elementor-widget-container,
.solutions-image .elementor-widget-container {
    position: relative;
}

.about-us-image img,
.solutions-image img {
    position: relative;
    z-index: 1;
}

.about-us-image .elementor-widget-container:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    left: -50px;
    bottom: -50px;
    background: rgba(255, 0, 0, 0.5);
    filter: blur(45px);
}

.services-image img {
    position: relative;
    z-index: 100;
    filter: drop-shadow(20px 20px 20px rgba(0, 0, 0, 0.1));
}

.services-image .elementor-widget-container {
    position: relative;
}

.services-image .elementor-widget-container:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    top: -50px;
    background: rgb(253 181 21 / 50%);
    opacity: 0.6;
    filter: blur(45px);
    margin: 0 auto;
}

.services-image .elementor-widget-container:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    left: -50px;
    bottom: -20px;
    background: rgb(255 0 0 / 50%);
    opacity: 0.6;
    filter: blur(45px);
}


.solutions-image .elementor-widget-container:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: -50px;
    top: -50px;
    background: rgba(0, 0, 0, 0.5);
    filter: blur(45px);
}


.solutions-image .elementor-widget-container:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    left: -50px;
    bottom: -50px;
    background: rgba(255, 0, 0, 0.5);
    filter: blur(45px);
}


.testimonials-slider__item {
    background: #fff;
    padding: 30px;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 24px 48px 105px rgba(0, 0, 0, 0.1);
    margin-top: 35px;
    position: relative;

    .review {
        font-weight: 300;
        font-size: 20px;
    }

    .count {
        position: absolute;
        left: 0;
        font-size: 65px;
        top: -47px;
        left: -25px;
        -webkit-text-fill-color: white;
        -webkit-text-stroke: 1px black;
    }

    .meta {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .img {
            margin-bottom: -66px;
        }

        h4 {
            font-size: 20px;
            font-style: italic;
            font-weight: bold;
            margin: 0;
        }
    }
}



.testimonials-slider {
    .owl-dots {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        gap: 10px;
    }

    .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        background: rgb(3 40 68 / 20%);
    }

    .owl-dots button.owl-dot.active {
        background: #032844;
    }

    .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .owl-carousel .owl-item {
        transition: all 0.5s;
    }

    .owl-carousel .owl-item:not(.center) {
        margin-top: 50px;
    }
}

.newsletter-form .elementor-button-content-wrapper {
    justify-content: flex-end !important;
    padding-right: 15px;
}

.hero-title .elementor-heading-title {
    display: inline-table;
}

.hero-title .elementor-heading-title span {
    display: inline-block;
    position: relative;
}

.hero-title .elementor-heading-title span:before {
    content: "";
    position: absolute;
}

.hero-title .elementor-heading-title .shape-2:before {
    width: 60px;
    height: 60px;
    right: -40px;
    top: -5px;
    background-image: url(https://designkyn.com/rbf-solution/wp-content/uploads/2025/04/shape-2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.hero-title .elementor-heading-title .shape-1:before {
    height: 20px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-image: url(https://designkyn.com/rbf-solution/wp-content/uploads/2025/04/shape-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

form.woocommerce-ordering {
    display: none;
}

@media screen and (max-width: 767px) {
    .testimonials-slider__item .review {
        font-size: 14px;
    }

    .testimonials-slider__item h4 {
        font-size: 15px !important;
    }

    .testimonials-slider__item img {
        width: 70px !important;
    }

    .testimonials-slider__item .img {
        margin-bottom: -45px !important;
    }

    .footer-menu .elementor-nav-menu {
        display: flex;
        gap: 0 15px;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .footer-menu .elementor-nav-menu:after {
        display: none;
    }
}