.zeya_btn .elementor-button-icon svg {
    width: 32px;
}

.zeya_btn span.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

span.zeya_blue {
	color: #30C3FF;
	font-family: Sora;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

span.zeya_green {
	color: #34EAA8;
	font-family: Sora;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

span.zeya_black {
	color: #0D1F47;
	font-family: Sora;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.zeya-faq-section details {
	border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    margin-bottom: 32px !important;
}

.zeya-faq-section details:last-child {
	border-bottom: 0px solid rgba(0,0,0,0.1) !important;
    margin-bottom: 32px !important;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #333;
}

.z_testimonial_bg_1 {
	background: url('/wp-content/uploads/2025/08/Elias-tam-b.webp');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    height: 100%;
	transition: 0.3s;
}
/*.z_testimonial_bg_1:hover {
	background: url('/wp-content/uploads/2025/08/elias-color.webp');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    height: 100%;
}*/

.z_testimonial_bg_2 {
	background: url('/wp-content/uploads/2025/08/Kevin-ch-b.webp');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    height: 100%;
	transition: 0.3s;
}
/*.z_testimonial_bg_2:hover {
	background: url('/wp-content/uploads/2025/08/kevin-c.webp');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    height: 100%;
}*/

.z_testimonial_bg_3 {
	background: url('/wp-content/uploads/2025/08/Aman-b-1.webp');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    height: 100%;
	transition: 0.3s;
}
/*.z_testimonial_bg_3:hover {
	background: url('/wp-content/uploads/2025/08/nadiah-c.webp');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    height: 100%;
}*/

/* Active slide styles */
.swiper-slide.active .z_testimonial_bg_1 {
    background: url('/wp-content/uploads/2025/08/Elias-c.webp');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	transition: 0.3s;
}
.swiper-slide.active .z_testimonial_bg_2 {
    background: url('/wp-content/uploads/2025/08/Kevin-Ch-c.webp');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	transition: 0.3s;
}
.swiper-slide.active .z_testimonial_bg_3 {
    background: url('/wp-content/uploads/2025/08/Aman-c.webp');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	transition: 0.3s;
}

.z_testimonial_content {
    padding: 40px;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

p.z_name_title {
	padding-top: 80px;
    color: #0D1F47;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
}

p.z_name_title span {
	width: 280px;
    color: #0D1F47;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: block;
    padding-top: 5px;
}

.z_testimonial_content img {
    margin-bottom: 32px;
}

p.z_con_txt {
    width: 68%;
    height: 168px;
    margin: 0;
    color: #0D1F47;
    font-family: Sora;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.z_link_footer a {
	font-weight: 400;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0D1F47;
    width: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.swiper-pagination {
	position: relative !important;
    top: 6px !important;
}

.zeya-faq-section .e-n-accordion-item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zeya-faq-section summary.e-n-accordion-item-title:after {
    content: url(/wp-content/uploads/2025/08/arrow-down.svg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.zeya-faq-section .e-n-accordion-item-title[aria-expanded="true"]:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	rotate: 0deg;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.content_m_0 p {
	margin: 0px;
}

.header-bg {
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    mask: linear-gradient(to bottom, black 0%, transparent 100%);
    -webkit-mask: linear-gradient(to bottom, #000000 75%, transparent 100%);
}

.zeya_social_icons a {
	line-height: 24px !important;
}
.zeya_bottom_links a {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.content_txt a {
	font-size: 16px;
	text-decoration: underline;
}

.zeya_btn {
	overflow: hidden;
}

.zeya_btn .elementor-button-icon:before {
	content: url('/wp-content/uploads/2025/08/arrow-right.svg');
	position: absolute;
    top: 13px;
    right: 43px;
    transition: 0.4s;
	opacity: 0;
}

.zeya_btn:hover .elementor-button-icon:before {
	content: url('/wp-content/uploads/2025/08/arrow-right.svg');
	position: absolute;
    top: 13px;
    right: 13px;
    transition: 0.4s;
	opacity: 1;
}

.zeya_btn .elementor-button-icon:after {
	content: url('/wp-content/uploads/2025/08/arrow-right.svg');
	position: absolute;
    top: 13px;
    right: 13px;
    transition: 0.4s;
}

.zeya_btn:hover .elementor-button-icon:after {
	content: url('/wp-content/uploads/2025/08/arrow-right.svg');
	position: absolute;
    top: 13px;
    right: -13px;
    transition: 0.4s;
	opacity: 0;
}

.cky-notice-btn-wrapper .cky-btn {
    margin-top: 10px !important;
}

.zeya_h_videos video {
	background-color: transparent !important;
}

.error404 .site-main {
	height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.z_link_footer a {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

@media only screen and (max-width: 600px) {
	.zeya_btn a {
		height: 44px;
	    padding: 11px !important;
	}

	.zeya_btn .elementor-button-icon {
		position: absolute;
	    right: 4px !important;
	}
	p.z_con_txt {
	    width: 72%;
	    font-size: 18px;
	}
	p.z_name_title {
		font-size: 16px;
	}
	.zeya_footer_flex_mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-orient: horizontal;
    	-webkit-box-direction: normal;
    	-ms-flex-direction: row;
    	flex-direction: row;
	}
	.zeya_footer_flex_mob .elementor-widget-image {
		width: 12% !important;
	}
	.zeya_footer_flex_mob .elementor-widget-text-editor {
		width: 88% !important;
	}
	.content_txt h2 {
		font-size: 40px;
		line-height: 48px;
	}
	.content_txt h3 {
		font-size: 32px;
		line-height: 38px;
	}
	
	.zeya_btn .elementor-button-icon:before {
		position: absolute;
		top: 8px;
		right: 43px;
		transition: 0.4s;
		opacity: 0;
	}

	.zeya_btn:hover .elementor-button-icon:before {
		position: absolute;
		top: 8px;
		right: 9px;
		transition: 0.4s;
		opacity: 1;
	}

	.zeya_btn .elementor-button-icon:after {
		position: absolute;
		top: 8px;
		right: 9px;
		transition: 0.4s;
	}

	.zeya_btn:hover .elementor-button-icon:after {
		position: absolute;
		top: 8px;
		right: -23px;
		transition: 0.4s;
		opacity: 0;
	}
}


