/*
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.3.0.1743261458
Updated: 2025-03-29 15:17:38

*/

.team_info_position .elementor-image-box-content {
    position: absolute;
    bottom: 0px;
    background: #0f001f;
    padding: 10px 20px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: url('https://optioservices.wpenginepowered.com/wp-content/uploads/2025/04/Rectangle-340.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.team_info_position .elementor-image-box-wrapper {
    position: relative;
}



.margin_box_square.elementor-section.elementor-top-section.elementor-element{
    margin: 0 20px 60px;
}
.custom_tags_row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    max-width: 300px;
}

.custom_tags_row span {
    background: #A8AFB7;
    color: #fff;
    display: block;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: "Inter", sans-serif;
}
.why_choose_wrap .elementor-image-box-img img {
    width: 100%;
}

.why_choose_wrap .elementor-image-box-wrapper {
    align-items: stretch !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.why_choose_wrap .elementor-image-box-content {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	flex-direction: column;
}
.whychoose_slider .slick-slider {
    padding: 0 !important;
}
.testimonials_custom_slider .slick-slide {
  margin: 0 10px;
}
.whychoose_slider .slick-slide,
.testimonial_slider .slick-slide{
  margin: 0 10px;
}
.whychoose_slider .elementor-image-box-title, 
.whychoose_slider .elementor-image-box-description {
    width: 100%;
}
.custom_tags_row + p {
    display: none;
}
.testimonials_wrapper {
    width: calc(100% - 70px);
    margin: 0 auto;
}
.testimonials_wrapper .elementor-image-box-description small {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.testimonials_wrapper .elementor-image-box-description small .rattings_star {
    color: #EFCE13;
    font-size: 24px;
    line-height: 1;
}
.testimonial_sub {
    max-width: 800px !important;
    margin: 0 auto !important;
}
.testimonials_wrapper .elementor-image-box-title {
    margin-top: 0;
}

.testimonials_wrapper .elementor-image-box-content {
    padding: 15px 15px 15px 0;
}

.testimonials_wrapper .elementor-image-box-img img {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
/*Image height*/

.img_height_box .elementor-element.elementor-widget-image {
    height: 100%;
}

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

.img_height_box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/*Side Spacing*/

section.elementor-section.elementor-element.margin_box {
    margin: 20px;
}

@media only screen and (max-width: 768px) {
	 .why_choose_wrap .elementor-image-box-wrapper {
		display: block !important;
	  }
	.custom_tags_row {
		margin-top: 20px;
		gap: 0.5rem;
	}
	.custom_tags_row span {
		padding: 6px 15px;
		font-size: 12px;
	}
	.testimonials_wrapper {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.testimonials_wrapper .elementor-image-box-img img {
		border-top-right-radius: 15px !important;
		border-bottom-left-radius: 0 !important;
	}
	.testimonials_wrapper .elementor-image-box-content {
		padding: 15px;
		gap: 20px;
	}

	.testimonials_wrapper .elementor-image-box-description small .rattings_star {
		font-size: 18px;
	}
}
