/* 无 Elementor/Swiper JS：轮播改为纵向展开，隐藏重复幻灯片与箭头 */
.elementor-widget-slides .swiper-slide-duplicate {
	display: none !important;
}
.elementor-slides-wrapper .swiper-wrapper {
	transform: none !important;
	transition: none !important;
	flex-wrap: wrap;
}
.elementor-widget-slides .swiper-slide {
	width: 100% !important;
	height: auto !important;
	min-height: clamp(140px, 32vw, 420px);
}
.elementor-widget-slides .elementor-swiper-button,
.elementor-widget-slides .swiper-pagination {
	display: none !important;
}

/*
 * 「What makes us…」下方产品图册：afab1a3 内两组 e-grid（06dd808 / db5084c）
 * 每组 4 个 Slides 小窗格；移动端若沿用全局 slides 规则会变成整宽大竖条 + 大块留白。
 * 恢复两列（移动）/ 四列（桌面）宫格，并让每张幻灯片保持近似正方形封面。
 */
.elementor-8 .elementor-element.elementor-element-06dd808.e-grid,
.elementor-8 .elementor-element.elementor-element-db5084c.e-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 8px !important;
	align-items: stretch !important;
	width: 100% !important;
}
@media (min-width: 768px) {
	.elementor-8 .elementor-element.elementor-element-06dd808.e-grid,
	.elementor-8 .elementor-element.elementor-element-db5084c.e-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 12px !important;
	}
}
.elementor-8 .elementor-element.elementor-element-06dd808 .elementor-widget-slides .elementor-slides-wrapper.swiper,
.elementor-8 .elementor-element.elementor-element-db5084c .elementor-widget-slides .elementor-slides-wrapper.swiper {
	min-height: 0 !important;
	width: 100% !important;
	max-height: none !important;
	height: auto !important;
}
.elementor-8 .elementor-element.elementor-element-06dd808 .elementor-widget-slides .swiper-slide,
.elementor-8 .elementor-element.elementor-element-db5084c .elementor-widget-slides .swiper-slide {
	width: 100% !important;
	min-height: 0 !important;
	aspect-ratio: 1 / 1 !important;
	max-height: none !important;
}
.elementor-8 .elementor-element.elementor-element-06dd808 .elementor-widget-slides .swiper-slide-bg,
.elementor-8 .elementor-element.elementor-element-db5084c .elementor-widget-slides .swiper-slide-bg {
	background-size: cover !important;
	background-position: center center !important;
}

/*
 * 顶部双列 Slides（fbb4f1b）：post-8 对每个 slide 设 height:400px。
 * 无 Swiper 时多图竖排叠放会变成巨大空白；收紧为与宫格类似的正方形封面。
 */
.elementor-8 .elementor-element.elementor-element-fbb4f1b .elementor-widget-slides .elementor-slides-wrapper.swiper,
.elementor-8 .elementor-element.elementor-element-fbb4f1b .elementor-widget-slides .swiper-wrapper {
	min-height: 0 !important;
	width: 100% !important;
	max-height: none !important;
	height: auto !important;
}
.elementor-8 .elementor-element.elementor-element-fbb4f1b .elementor-widget-slides .swiper-slide {
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: 1 / 1 !important;
	max-height: none !important;
}
.elementor-8 .elementor-element.elementor-element-fbb4f1b .elementor-widget-slides .swiper-slide-bg {
	background-size: cover !important;
	background-position: center center !important;
}

/* 无 The Plus 入场动画 JS：2205eef 按钮保持 opacity:0 仍占位，形成白条 */
.elementor-8 .elementor-element.elementor-element-2205eef .animate-general,
.elementor-8 .elementor-element.elementor-element-2205eef .pt_plus_button {
	opacity: 1 !important;
}

/* 联系卡片区块上下留白略收紧 */
.elementor-8 .elementor-element.elementor-element-8914c7f.e-con {
	--margin-top: 8px !important;
	--margin-bottom: 8px !important;
}

/* 图片轮播（image-carousel） */
.elementor-widget-image-carousel .swiper-slide-duplicate {
	display: none !important;
}
.elementor-widget-image-carousel .swiper-wrapper {
	transform: none !important;
	transition: none !important;
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}
.elementor-widget-image-carousel .swiper-slide {
	width: auto !important;
	max-width: min(280px, 46vw, 100%);
}
.elementor-widget-image-carousel .swiper-slide-image {
	width: 100%;
	height: auto;
	max-height: min(280px, 46vw);
	object-fit: contain;
}
@media (max-width: 767px) {
	.elementor-widget-image-carousel .swiper-wrapper {
		gap: 6px;
	}
	.elementor-widget-image-carousel .swiper-slide {
		max-width: min(160px, 44vw);
	}
	.elementor-widget-image-carousel .swiper-slide-image {
		max-height: min(160px, 44vw);
	}
}
.elementor-widget-image-carousel .elementor-swiper-button,
.elementor-widget-image-carousel .swiper-pagination {
	display: none !important;
}

/* 无 Elementor 入场动画 JS：.elementor-invisible 会一直隐藏，直到前端移除该类 */
.elementor-invisible {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	animation: none !important;
	pointer-events: auto !important;
}

/* FAQ：无 The Plus JS 时默认折叠非当前项 */
.plus-accordion-content.no {
	display: none !important;
}
.plus-accordion-content.active,
.plus-accordion-content.active-default.active {
	display: block !important;
}

/* FAQ +/-：CSS 图标；必须压过 plus-tabs-tours.css 对 .icon-opened{display:block!important} */
.theplus-accordion-wrapper .elementor-accordion-icon .elementor-accordion-icon-closed,
.theplus-accordion-wrapper .elementor-accordion-icon .elementor-accordion-icon-opened,
.theplus-accordion-wrapper .plus-accordion-header.active .elementor-accordion-icon-closed,
.theplus-accordion-wrapper .plus-accordion-header.active .elementor-accordion-icon-opened,
.theplus-accordion-wrapper .plus-accordion-header.active-default.active .elementor-accordion-icon-closed,
.theplus-accordion-wrapper .plus-accordion-header.active-default.active .elementor-accordion-icon-opened {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	font-size: 0 !important;
	line-height: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
.theplus-accordion-wrapper .elementor-accordion-icon .fa::before,
.theplus-accordion-wrapper .elementor-accordion-icon i::before {
	display: none !important;
	content: none !important;
}
.theplus-accordion-wrapper .elementor-accordion-icon {
	position: relative;
	display: inline-block;
	width: 1.15em;
	min-width: 1.15em;
	height: 1.15em;
	vertical-align: -0.15em;
	color: inherit;
	flex-shrink: 0;
}
.theplus-accordion-wrapper .elementor-accordion-icon::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.theplus-accordion-wrapper .plus-accordion-header.active .elementor-accordion-icon::after,
.theplus-accordion-wrapper .plus-accordion-header.active-default.active .elementor-accordion-icon::after {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 13H5v-2h14v2z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 13H5v-2h14v2z'/%3E%3C/svg%3E");
}

/* 按钮箭头 fa-angle-right → CSS 图标 */
.pt_plus_button .btn-icon.fa.fa-angle-right {
	font-size: 0 !important;
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	margin-left: 0.35em;
	vertical-align: middle;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273 91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0L40.5 450.5c-9.4-9.4-9.4-24.6 0-33.9l168-168-168-168c-9.4-9.4-9.4-24.6 0-33.9L57.2 38.8c9.4-9.4 24.6-9.4 33.9 0L285.5 233c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M285.5 273 91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0L40.5 450.5c-9.4-9.4-9.4-24.6 0-33.9l168-168-168-168c-9.4-9.4-9.4-24.6 0-33.9L57.2 38.8c9.4-9.4 24.6-9.4 33.9 0L285.5 233c9.4 9.4 9.4 24.6 0 33.9z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.pt_plus_button .btn-icon.fa.fa-angle-right::before {
	display: none !important;
}

/* 原 widget-heading.min.css（并入本文件，减少对单独文件的依赖） */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
	font-size: 15px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
	font-size: 19px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: 29px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: 39px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: 59px;
}

/* 侧边 WhatsApp：用 SVG，不依赖 Font Awesome 字体（避免显示 F232） */
.mystickyelements-social-icon a {
	color: #fff;
	text-decoration: none;
}
.mystickyelements-social-icon .ws-sticky-wa-icon {
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 auto 4px;
	flex-shrink: 0;
}
.mystickyelements-size-medium .mystickyelements-social-icon .ws-sticky-wa-icon {
	width: 32px;
	height: 32px;
}
