/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Figma-matched FAQ accordion refinements. Elementor's Accordion widget does not expose active title background/radius controls. */
.banner-list ul {
	justify-content: space-between !important;
}

.banner-list svg {
	overflow: visible;
    width: 25px !important;
    height: 25px !important;
}

.banner-list .elementor-icon-list-text {
	padding-left: 7px !important;
}

.partner-logo-bx img {
	width: 171px;
	height: 59px;
	object-fit: contain;

}

.partner-logo-bx .swiper-slide {
	border: 2px solid rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 10px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;

}

.partner-logo-bx .swiper-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
}

.partner-logo-bx .swiper-slide figure {
	z-index: 1;
}

.partner-logo-bx .swiper-slide:hover {
	background: #56AF8E;
	background: linear-gradient(-90deg, rgba(86, 175, 142, 1) 0%, rgba(12, 57, 163, 1) 100%);

}

.partner-logo-bx .elementor-swiper-button {
	width: 74px;
	height: 74px;
	border: 1px solid #313131;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	transition: all 0.3s;
}

.partner-logo-bx .elementor-swiper-button path {
	fill: #313131;
	transition: all 0.3s;
}

.partner-logo-bx .elementor-swiper-button:hover {
	background: #2F7D3C;
	border-color: #2F7D3C;
}

.partner-logo-bx .elementor-swiper-button:hover svg path {
	fill: #fff;

}

@media (min-width: 1024px) and (max-width: 1580px) {
	.banner-list ul {
		zoom: 0.8;
	}

	.banner-list svg {
		width: 18px !important;
		height: 18px !important;
	}
}

@media(max-width: 1024px) {
	.banner-list ul {
		justify-content: center !important;
		zoom: unset !important;
		gap: 15px;
	}

	.banner-list svg {
		width: 18px !important;
		height: 18px !important;
	}

	.partner-logo-bx .elementor-swiper-button {
		width: 51px;
		height: 51px;
	}
}


@media(max-width: 767px) {
	.partner-logo-bx .elementor-swiper-button {
		width: 40px;
		height: 40px;
	}

	.partner-logo-bx svg {
		width: 16px !important;
		height: 16px !important;
	}

	.partner-logo-bx .elementor-swiper-button-prev {
		left: 0 !important;
	}

	.partner-logo-bx .elementor-swiper-button-next {
		right: 0 !important;
	}


	.partner-logo-bx .swiper-slide {
		height: 100px;
	}
}