/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.circle-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #0C2C6F;
    color: #ffffff;
    border-radius: 50%;
    margin-bottom: 8px;
    font-weight: normal;
}

.testimonial-carousel .testimonial-rating {
	display: flex;
}
.testimonial-carousel .testimonial-rating span.star img {
	width: 18px;
}
.testimonial-carousel .testimonial-item p {
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
	font-weight: 400;
    line-height: 28px;
    color: #3E5B89;
	margin: 0px;
}
.testimonial-carousel .testimonial-item h3 {
	font-family: "DM Sans", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #3E5B89;
	margin: 0px;
}
.testimonial-item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;	
	border-radius: 8px;
	background-color: #ffffff;
}

.testimonial-carousel .owl-nav {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	pointer-events: none; /* allow slide interaction */
}
/* Prev & Next buttons */
.testimonial-carousel .owl-nav button.owl-prev,
.testimonial-carousel .owl-nav button.owl-next {
	position: absolute;
	pointer-events: all;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
}
/* Left arrow */
.testimonial-carousel .owl-nav button.owl-prev {
	left: -55px;
}
/* Right arrow */
.testimonial-carousel .owl-nav button.owl-next {
	right: -55px;
}
/* Hover */
.testimonial-carousel .owl-nav button.owl-prev:hover,
.testimonial-carousel .owl-nav button.owl-next:hover {
	background: #dce0f8;
}
/* Arrow image */
.testimonial-carousel .owl-nav button img {
	width: 24px;
	height: auto;
}




/* Dots wrapper */
.testimonial-carousel .owl-dots {
    display: block !important;
    text-align: center;
    background: #FFFFFF;
    margin: 20px auto auto;
    padding: 16px 40px;
    width: max-content;
    border-radius: 30px;
}

/* FORCE dot visibility */
.testimonial-carousel .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e7e7e7;
    margin: 0 6px;
}
@media (max-width: 767px) {
  .testimonial-carousel .owl-dots {
    display: none !important;
  }
}

/* Active dot (pill style) */
.testimonial-carousel .owl-dots .owl-dot.active span {
    width: 50px;
    background: #1e1e1e;
    border-radius: 10px;
}

.clist > li {
	list-style: none !important;
	padding-left: 0 !important;
}


.featuredin img.swiper-slide-image {
/*     background-color: #fff; */
    height: 100px;
    object-fit: contain;
    padding: 10px;
/*     border-radius: 12px;
	box-shadow: 0px 0px 4px 0px rgba(176.63369565217394, 193.24301242236024, 205.70000000000002, 0.2); */
	width: 100%;
}