/*
Theme Name: Boliin Child
Theme URI: https://gaviaspreview.com/wp/boliin/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Boliin theme.
Template: boliin
*/
:root {
    --thm-primary: #1e9e41 !important;     /* main theme accent */
    --gva-primary: #1e9e41 !important;     /* Gaviast / Boliin accent */
}
/* Testimonial card – hover state fix */
.testimonial-one__single:hover {
    border-color: #1e9e41 !important;
}

/* Name strip / top bar that turns red on hover */
.testimonial-one__single:hover .testimonial-one__top,
.testimonial-one__single:hover .testimonial-one__name {
    background-color: #1e9e41 !important;
    color: #ffffff !important;
}

/* Circle/decor around the image that goes red on hover */
.testimonial-one__meta::before,
.testimonial-one__meta::after,
.testimonial-one__image::before,
.testimonial-one__image::after,
.testimonial-one__img::before,
.testimonial-one__img::after {
    border-color: #1e9e41 !important;
    background-color: #1e9e41 !important;
}

/* Just in case there’s a red outline/shadow on hover */
.testimonial-item.style-1:hover .testimonial-one__single {
    border-color: #1e9e41 !important;
    box-shadow: 0 10px 30px rgba(30, 158, 65, 0.25) !important; /* optional */
}
/* Arrow notch below the name bar */
.testimonial-one__top::after {
    border-top-color: #1e9e41 !important;  /* make the triangle green */
}
/* Decorative ring around testimonial image */
.testimonial-one__image::before,
.testimonial-one__image::after {
    border-color: #1e9e41 !important;     /* green border */
    background-color: transparent !important;
}
.testimonial-one__meta::before,
.testimonial-one__meta::after {
    border-color: #1e9e41 !important;
    background-color: transparent !important;
}
