.service-card-box {
    position: relative;
    background: #f3f3f3;
    border-radius: 25px;
    padding: 35px 30px;
    overflow: visible !important; /* IMPORTANT */
}

/* LEFT BAR FIXED */
/* .service-card-box .accent-bar {
    position: absolute;
    left: -6px;
    top: 40px;
    width: 8px;
    height: 60px;
    background: #7a007a;
    border-radius: 10px;
    z-index: 5; 
} */
.service-card-box * {
    position: relative;
    z-index: 2;
}

/* Inner Content */
.service-card-box .card-inner {
    position: relative;
    z-index: 2;
}

/* Title */
.service-title {
    font-size: 26px;
    font-weight: 600;
    color: #7a007a;
    margin-bottom: 15px;
}

/* Description */
.service-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Button */
.read-more-btn {
    font-size: 18px;
    font-weight: 600;
    color: #7a007a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Arrow Animation */
.read-more-btn .arrow {
    transition: transform 0.3s ease;
}

.read-more-btn:hover .arrow {
    transform: translateX(6px);
}

.service-card-box::before {
    position: absolute;
    left: 0; /* FIXED */
    top: 30px;
    width: 8px;
    height: 55px;
    background: #ff6f3c;
    border-radius: 8px;
}
.elementor-widget-custom_service_box {
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        .elementor-widget.elementor-widget-custom_service_box {
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        .elementor-widget-container {
            height: 100%;
            /* display: flex; */
        }
        .service-card-box {
            position: relative;
            background: #f3f3f3;
            border-radius: 25px;
            padding: 35px 30px;
            overflow: visible !important;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        a.read-more-btn {
            margin-top: auto;
        }
        /* TABLET */
        @media (max-width: 1024px) {

            .service-card-box {
                padding: 25px 20px;
            }

            .elementor-widget-container {
                height: 100%;
            }
        }

        /* MOBILE */
        @media (max-width: 767px) {

            .elementor-widget-custom_service_box {
                flex: unset;   /* important */
                width: 100%;
            }

            .service-card-box {
                padding: 20px 15px;
                border-radius: 15px;
            }

            a.read-more-btn {
                margin-top: 20px; 
            }
        }

/* Main testimonial card */
.elementor-testimonial {
            position: relative;
            text-align: center;
            padding: 80px 53px 60px;

            border: 0px solid #0000001A;
            border-radius: 35px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            margin: 80px;

            display: flex;
            flex-direction: column;
            align-items: center;
        }
        /* Extra unwanted space remove */
        .elementor-widget-testimonial-carousel {
            margin: 0 !important;
        }
        .elementor-testimonial__image {
            position: absolute;
            top: -70px;
            left: 50%;
            transform: translateX(-50%);
            
            width: 170px;
            height: 170px;
            border-radius: 50%;
            overflow: hidden;
            
            border: 0px solid #0000001F;
            background: #fff ; /* IMPORTANT */

            align-items: center;
            justify-content: center;
        }

        .elementor-testimonial__image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }

        /* Designation */
        .elementor-testimonial__content {
            display: flex !important;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            max-width: 100%;   /* IMPORTANT */
            margin: 0 auto;
            text-align: center;
        }

        .elementor-testimonial__name {
            text-align: center;
        }

        /* Stars second */
        .elementor-star-rating {
            justify-content: center;
        }

        /* Text last */
        .elementor-testimonial__text {
            margin-top: 15px;
            padding: 0 15px;
            width: 100%;
            max-width: 100%;
        }

        /* Arrows (left-right buttons) */
        .elementor-swiper-button {
            border-radius: 50%;
            background: #8BC53F; /* green color */
            transition: all 0.3s ease;
        }
        /* HOVER EFFECT */
        .e-eicon-chevron-left:hover,
        .e-eicon-chevron-right:hover{
            background: #000;
            border-radius: 50%;
        }
        /* Arrow position */
        .elementor-swiper-button-prev {
            left: -25px;
        }

        .elementor-swiper-button-next {
            right: -25px;
        }

        @media (max-width: 767px) {
        .elementor-testimonial {
            margin: 60px 15px;
            padding: 50px 20px 20px;
            border-radius: 15px;
        }

        .elementor-testimonial__image {
            width: 110px;
            height: 110px;
            top: -50px;
        }

        .elementor-testimonial__text {
            padding: 0 10px;
            font-size: 12px;
        }

        .elementor-swiper-button {
            width: 20px;
            height: 20px;
        }

        .elementor-swiper-button-prev {
            left: 5px;
        }

        .elementor-swiper-button-next {
            right: 5px;
        }
    }

/* CARD STRUCTURE FIX */
.work-box {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        /* BUTTON  */
        .work-title {
            margin-top: auto;
        }
        .work-button {
            margin-top: auto;
            text-align: center;
        }
        @media (max-width: 767px) {

            .work-box {
                height: auto; /* important */
                padding: 15px;
            }

            .work-title {
                margin-top: 10px; 
            }

            .work-button {
                margin-top: 15px;
                text-align: center;
            }
        }
