/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1753455928
Updated: 2025-07-25 15:05:27

*/

.testimonial-box {
            display: flex;
            flex-wrap: wrap;
            /*background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 0 15px rgba(0,0,0,0.1);
            padding: 20px;*/
            gap: 2rem;
            align-items: center;
        }
        .testimonial-left {
            flex: 1;
            min-width: 280px;
        }
        .avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
        }
        .user-info {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .user-meta h4 {
            margin: 0;
            font-size: 16px;
        }
        .user-meta span {
            font-size: 14px;
            color: #666;
        }
        .rating-stars {
            color: #ffa500;
            font-size: 18px;
            margin-bottom: 10px;
        }
        .details {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            font-size: 14px;
        }
.testimonial-left {
    border: 1px solid;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255);
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 2rem;
}
img.user-image {
    width: 4rem !important;
    height: 4rem !important;
    border-radius: 9999px;
}
.testimonial-right img {
    object-fit: cover;
    height: 16rem;
    width: 100% !important;
    max-width: 100%;
    border-radius: 10px;
}
.testimonial-right {
    width: 30%;
}
.testimonial-text {
    margin: 15px 0;
    font-size: 18px;
    color: #333;
    font-family: 'Inter';
}
/* Optional styling */
.testimonial-carousel .item {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

/* Arrows styling */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    font-size: 15px !important;
    color: #333 !important;
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.owl-nav button.owl-prev {
    left: -40px;
    border: 1px solid black !important;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
}

.owl-nav button.owl-next {
    right: -40px;
    border: 1px solid black !important;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
}

/* Ensure nav buttons are visible */
.owl-nav {
    position: static;
}
@media only screen and (max-width: 767px) {
    .testimonial-right {
        width: 100%;
    }
    .testimonial-box {
    gap: 1rem;
    }
    .owl-nav button.owl-prev {
        left: 0px;
    }

    .owl-nav button.owl-next {
        right: 0px;
    }
    .hero-title {
        letter-spacing: unset !important;
    }
}