/* TanguTech What We Do */

.elementor-widget-tangutech-what-we-do .twwd {
	--twwd-columns: 3;
	--twwd-gap: 24px;
	width: 100%;
	box-sizing: border-box;
}

.elementor-widget-tangutech-what-we-do .twwd *,
.elementor-widget-tangutech-what-we-do .twwd *::before,
.elementor-widget-tangutech-what-we-do .twwd *::after {
	box-sizing: border-box;
}

.elementor-widget-tangutech-what-we-do .twwd__header {
	margin: 0 0 36px;
	text-align: center;
}

.elementor-widget-tangutech-what-we-do .twwd__eyebrow {
	margin: 0 0 10px;
	color: #0b2c5f;
	font-family: Manrope, "Segoe UI", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.elementor-widget-tangutech-what-we-do .twwd__heading {
	margin: 0;
	color: #0b2c5f;
	font-family: Outfit, Manrope, "Segoe UI", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.elementor-widget-tangutech-what-we-do .twwd__grid {
	display: grid;
	grid-template-columns: repeat(var(--twwd-columns), minmax(0, 1fr));
	column-gap: var(--twwd-gap);
	row-gap: var(--twwd-gap);
	width: 100%;
}

.elementor-widget-tangutech-what-we-do .twwd__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	height: 100%;
	padding: 28px;
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
}

.elementor-widget-tangutech-what-we-do .twwd__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	border-radius: 4px;
	background-color: #0b2c5f;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
}

.elementor-widget-tangutech-what-we-do .twwd__icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.elementor-widget-tangutech-what-we-do .twwd__title {
	margin: 0;
	color: #0b2c5f;
	font-family: Outfit, Manrope, "Segoe UI", sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.35;
}

.elementor-widget-tangutech-what-we-do .twwd__desc {
	margin: 0;
	flex: 0 0 auto;
	color: #6b7280;
	font-family: Manrope, "Segoe UI", sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.65;
}

.elementor-widget-tangutech-what-we-do .twwd__features {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.elementor-widget-tangutech-what-we-do .twwd__feature {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.elementor-widget-tangutech-what-we-do .twwd__feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #2f6fed;
	color: #ffffff;
	font-size: 10px;
	line-height: 1;
	margin-top: 2px;
}

.elementor-widget-tangutech-what-we-do .twwd__feature-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.elementor-widget-tangutech-what-we-do .twwd__feature-text {
	flex: 1 1 auto;
	color: #374151;
	font-family: Manrope, "Segoe UI", sans-serif;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.45;
}

.elementor-widget-tangutech-what-we-do .twwd__divider-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
	margin-top: auto;
	padding: 16px 0;
}

.elementor-widget-tangutech-what-we-do .twwd__divider {
	display: block;
	width: 100%;
	height: 0;
	margin: 0;
	border: 0;
	border-top: 1px solid #e5e7eb;
	opacity: 1;
}

.elementor-widget-tangutech-what-we-do .twwd__card:has(.twwd__divider-wrap) .twwd__link {
	margin-top: 0;
}

.elementor-widget-tangutech-what-we-do .twwd__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	color: #2f6fed;
	font-family: Manrope, "Segoe UI", sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	transition: color 0.2s ease;
}

.elementor-widget-tangutech-what-we-do .twwd__link:hover {
	color: #0b2c5f;
}

/* Carousel */
.elementor-widget-tangutech-what-we-do .twwd__carousel-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.elementor-widget-tangutech-what-we-do .twwd__carousel {
	width: 100%;
	overflow: hidden;
	padding-bottom: 8px;
}

.elementor-widget-tangutech-what-we-do .twwd__carousel .swiper-slide {
	height: auto;
}

.elementor-widget-tangutech-what-we-do .twwd__carousel .twwd__card {
	height: 100%;
}

.elementor-widget-tangutech-what-we-do .twwd__arrow {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #9ca3af;
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	transition: color 0.2s ease, transform 0.2s ease;
}

.elementor-widget-tangutech-what-we-do .twwd__arrow:hover,
.elementor-widget-tangutech-what-we-do .twwd__arrow:focus-visible {
	color: #0b2c5f;
	outline: none;
}

.elementor-widget-tangutech-what-we-do .twwd__dots {
	position: relative;
	margin-top: 18px;
	text-align: center;
}

.elementor-widget-tangutech-what-we-do .twwd__dots .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #c7d0dc;
	opacity: 1;
}

.elementor-widget-tangutech-what-we-do .twwd__dots .swiper-pagination-bullet-active {
	background: #0b2c5f;
}

@media (max-width: 767px) {
	.elementor-widget-tangutech-what-we-do .twwd__heading {
		font-size: 1.55rem;
	}

	.elementor-widget-tangutech-what-we-do .twwd__arrow {
		display: none;
	}
}
