/*
Theme Name: DTS Group Theme
Theme URI: https://dtsgroup.com.vn
Author: Antigravity / DTS Group
Author URI: https://dtsgroup.com.vn
Description: Theme mới hoàn toàn dành cho website giới thiệu công ty DTS Group. Thiết kế tối giản, tốc độ tải nhanh, chuẩn SEO, hỗ trợ Gutenberg Block Editor.
Version: 1.0.0
Text Domain: dtsgroup
*/

/* Reset & Base CSS variables for professional corporate branding */
:root {
	--blue-dark: #428CCE;   /* Xanh đậm */
	--blue-light: #00c2e0;  /* Xanh nhạt */
	--primary-color: #0f3b85;
	--secondary-color: #00c2e0;
	--dark-color: #1f2937; /* Charcoal */
	--light-color: #f3f4f6; /* Light gray */
	--white-color: #ffffff;
	--text-color: #333333; /* Slate Gray */
	--font-main: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--font-heading: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--container-width: 1920px;
	
	/* Capsule design & brand colors */
	--header-bg: rgba(255, 255, 255, 0.75);
	--header-border: rgba(255, 255, 255, 0.25);
	--cta-color: #00c2e0; /* Xanh nhạt */
	--cta-hover: #428CCE; /* Xanh đậm */
	/* Standardized Block Section Title Typography */
	--dts-section-title-size: clamp(26px, 3.2vw, 42px);
	--dts-section-title-weight: 700;
	--dts-section-title-lh: 1.25;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body {
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
}

body {
	font-family: var(--font-main);
	font-size: 16px;
	line-height: 1.6;
	color: var(--text-color);
	background-color: #ffffff; /* Nền body mặc định màu trắng */
}

p,
.entry-content p,
.wp-block-paragraph,
.dts-info-box-desc,
.dts-tab-description,
.dts-different-card-desc,
.dts-bf-card-desc,
.dts-faq-answer p,
.dts-hero-desc,
.dts-timeline-item-desc,
.dts-contact-desc {
	text-align: justify;
}

h1, h2, h3, h4, h5, h6,
.dts-bf-title,
.dts-different-title,
.dts-clients-title,
.dts-faq-title,
.dts-achievement-title,
.dts-contact-title,
.dts-hero-title,
.dts-info-box-title,
.dts-tab-heading,
.dts-different-card-title,
.dts-bf-card-title,
.footer-title,
.footer-title--primary,
.logo-title,
.hero-title,
.dts-heading-part-1,
.dts-heading-part-2 {
	font-family: var(--font-heading);
	font-weight: 700;
	color: var(--primary-color);
}

/* Chuẩn hóa Tiêu đề các khối (Block Section Titles) đồng bộ & Responsive */
.dts-achievement-title,
.dts-different-title,
.dts-clients-title,
.dts-faq-title,
.dts-bf-title,
.dts-contact-title,
.dts-info-box-title,
.dts-timeline-title-main,
.dts-pic-title,
.dts-yt-product-title,
.dts-ps-title,
.dts-services-tabs-title,
.dts-custom-heading-title,
.dts-section-title {
	font-size: var(--dts-section-title-size) !important;
	font-weight: var(--dts-section-title-weight);
	line-height: var(--dts-section-title-lh);
}

@media (min-width: 1400px) {
	body {
		font-size: 17px;
	}
}

@media (min-width: 1920px) {
	body {
		font-size: 18px;
	}
}

a {
	color: var(--primary-color);
	text-decoration: none;
	transition: all 0.3s ease;
}

/* Utilities */
.container {
	max-width: var(--container-width);
	width: 100%;
	margin: 0 auto;
	padding-left: 90px;
	padding-right: 90px;
}

@media (max-width: 1200px) {
	.container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 768px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.d-flex {
	display: flex;
}

.justify-between {
	justify-content: space-between;
}

.align-center {
	align-items: center;
}
.fullwidth{
	width: 100vw;
    height: 500px;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
    position: relative;
}

/* ==========================================
   HEADER CAPSULE & NAVIGATION STYLING
   ========================================== */

/* Fixed Header outer container */
.fixed-header {
	position: fixed;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	width: 94%;
	max-width: var(--container-width);
	z-index: 9999;
	transition: all 0.3s ease;
}

/* Floating capsule layout */
.header-capsule {
	background-color: var(--header-bg);
	border: 1px solid var(--header-border);
	border-radius: 100px; /* Fully rounded pill */
	padding: 8px 12px 8px 30px; /* Reduced right padding because of switcher */
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	width: 100%;
}

/* Logo styling */
.site-branding {
	display: flex;
	align-items: center;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo,
.site-branding img {
	max-height: 22px;
	width: auto;
	object-fit: contain;
	display: block;
}

.logo-text-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}
.logo-icon {
	font-size: 20px;
}
.logo-title {
	font-size: 19px;
	color: var(--primary-color);
	letter-spacing: 0.5px;
}
.logo-title strong {
	font-weight: 800;
	color: var(--dark-color);
}

/* Navigation items */
.primary-menu-container {
	display: flex;
	align-items: center;
}
.primary-menu-container ul,
.primary-menu-list {
	display: flex;
	align-items: center;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.primary-menu-container ul li,
.primary-menu-list li {
	list-style: none;
	display: inline-block;
	position: relative;
}
.primary-menu-container ul a,
.primary-menu-list a {
	color: #374151; /* Charcoal gray */
	font-size: 15px;
	font-weight: 600;
	padding: 8px 0;
	position: relative;
	display: block;
}
.primary-menu-container ul a:hover,
.primary-menu-list a:hover,
.primary-menu-container ul li.current-menu-item > a,
.primary-menu-list .current-menu-item > a,
.primary-menu-container ul li.current_page_item > a {
	color: var(--cta-hover);
}
.primary-menu-container ul a::after,
.primary-menu-list a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--cta-color);
	transition: width 0.3s ease;
}
.primary-menu-container ul a:hover::after,
.primary-menu-list a:hover::after,
.primary-menu-container ul li.current-menu-item > a::after,
.primary-menu-list .current-menu-item > a::after,
.primary-menu-container ul li.current_page_item > a::after {
	width: 100%;
}

/* Right side actions */
.header-right-actions {
	gap: 16px;
}

/* Search Toggle Button */
.header-search-btn {
	background: none;
	border: none;
	cursor: pointer;
	color: var(--dark-color);
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.3s ease;
}
.header-search-btn:hover {
	color: var(--cta-color);
}

/* Let's Talk CTA button */
.header-cta-btn {
	background-color: var(--cta-color);
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 22px;
	border-radius: 50px;
	box-shadow: 0 4px 14px rgba(0, 194, 224, 0.3);
	text-transform: none;
}
.header-cta-btn:hover {
	background-color: var(--cta-hover);
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(0, 194, 224, 0.4);
}

/* ==========================================
   LANGUAGE SWITCHER – Cyan Circle Flag Button
   ========================================== */

/* Wrapper – position:relative để panel dropdown neo vào đây */
.lang-dropdown {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

/* Trigger button – Nút tròn màu Cyan 1:1 hoàn hảo */
.lang-trigger {
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	min-height: 38px !important;
	max-width: 38px !important;
	max-height: 38px !important;
	aspect-ratio: 1 / 1;
	border-radius: 50% !important;
	background-color: var(--cta-color); /* Bright Cyan matching CTA */
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0 !important;
	margin: 0;
	flex-shrink: 0;
	box-shadow: 0 4px 12px rgba(0, 194, 224, 0.35);
	transition: all 0.25s ease;
}

/* Hover trigger state */
.lang-dropdown:hover .lang-trigger,
.lang-trigger:hover {
	background-color: var(--cta-hover);
	box-shadow: 0 6px 18px rgba(0, 194, 224, 0.5);
}

/* Flag image bên trong nút tròn */
.lang-trigger__flag {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	line-height: 1;
}
.lang-trigger__flag img {
	width: 20px !important;
	height: 14px !important;
	border-radius: 2px;
	object-fit: cover;
	display: block;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Dropdown panel – Gọn gàng vừa khít nút cờ thứ 2 */
.lang-dropdown__panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%) translateY(-6px);
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 50px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	list-style: none !important;
	margin: 0;
	padding: 4px !important;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
	z-index: 10000;
}

/* Hiện panel khi HOVER hoặc khi có class .open (CLICK) */
.lang-dropdown:hover .lang-dropdown__panel,
.lang-dropdown.open .lang-dropdown__panel {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

.lang-dropdown__item {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Từng nút cờ thứ 2 trong dropdown panel (Tròn 1:1 vừa khít) */
.lang-dropdown__link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 34px !important;
	height: 34px !important;
	min-width: 34px !important;
	min-height: 34px !important;
	max-width: 34px !important;
	max-height: 34px !important;
	aspect-ratio: 1 / 1;
	border-radius: 50% !important;
	flex-shrink: 0;
	background-color: #f0f2f5;
	text-decoration: none;
	padding: 0 !important;
	margin: 0;
	transition: all 0.2s ease;
}
.lang-dropdown__link:hover {
	background-color: var(--cta-color);
	box-shadow: 0 4px 10px rgba(0, 194, 224, 0.35);
}

/* Flag trong panel */
.lang-dropdown__flag {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	line-height: 1;
}
.lang-dropdown__flag img {
	width: 20px !important;
	height: 14px !important;
	border-radius: 2px;
	object-fit: cover;
	display: block;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

/* Fallback emoji flag (khi Polylang chưa active) */
.lang-flag {
	font-size: 20px;
	line-height: 1;
}

/* Mobile Toggle Button (Default hidden for desktop) */
.menu-toggle {
	display: none;
}


/* ==========================================
   MOBILE RESPONSIVE NAVIGATION
   ========================================== */

@media (max-width: 991px) {
	.fixed-header {
		top: 15px;
		width: 95%;
	}
	.header-capsule {
		padding: 8px 12px 8px 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.site-branding {
		order: 1;
		flex-shrink: 0;
	}

	.header-right-actions {
		order: 2;
		margin-left: auto;
		margin-right: 8px;
		gap: 10px;
	}

	.main-navigation {
		order: 3;
		display: flex;
		align-items: center;
		flex-shrink: 0;
	}

	/* Redesigned Mobile Menu Toggle Button (Far Right) */
	.menu-toggle {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		min-width: 38px;
		min-height: 38px;
		border-radius: 50%;
		background-color: var(--cta-color);
		border: none;
		padding: 0;
		margin: 0;
		cursor: pointer;
		box-shadow: 0 4px 12px rgba(0, 194, 224, 0.35);
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
		gap: 4px;
	}

	.menu-toggle:hover,
	.menu-toggle[aria-expanded="true"] {
		background-color: var(--cta-hover);
		transform: scale(1.05);
		box-shadow: 0 6px 16px rgba(0, 194, 224, 0.5);
	}

	.menu-toggle .bar {
		width: 18px;
		height: 2.2px;
		background-color: #ffffff;
		border-radius: 2px;
		transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	}

	/* Animated Cross (X) icon when menu is expanded */
	.menu-toggle[aria-expanded="true"] .bar:nth-child(1) {
		transform: translateY(6.2px) rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] .bar:nth-child(2) {
		opacity: 0;
		transform: scaleX(0);
	}

	.menu-toggle[aria-expanded="true"] .bar:nth-child(3) {
		transform: translateY(-6.2px) rotate(-45deg);
	}

	/* Hidden navigation menu on mobile by default */
	.primary-menu-container {
		display: none;
		position: absolute;
		top: calc(100% + 12px);
		left: 0;
		right: 0;
		background-color: rgba(255, 255, 255, 0.98);
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: 24px;
		padding: 24px;
		box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
		z-index: 9999;
	}
	.primary-menu-container.active {
		display: block;
	}
	.primary-menu-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
		width: 100%;
	}
	.primary-menu-list a {
		width: 100%;
		display: block;
		padding: 8px 0;
		font-size: 16px;
	}
	.primary-menu-list a::after {
		display: none;
	}

	/* Hide CTA button "Liên hệ ngay" on mobile screens */
	.header-cta-btn {
		display: none !important;
	}
}

@media (max-width: 576px) {
	.header-capsule {
		padding: 8px 10px 8px 16px;
	}
	.header-right-actions {
		gap: 6px;
		margin-right: 6px;
	}
}

/* ==========================================
   HOMEPAGE / HERO STAR SECTION
   ========================================== */
.hero-starry-section {
	min-height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #ffffff;
	padding: 100px 20px;
	/* Deep starry sky background */
	background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
	position: relative;
	overflow: hidden;
}
.hero-starry-section::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-image: 
		radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 40px),
		radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 30px),
		radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 40px);
	background-size: 550px 550px, 350px 350px, 250px 250px;
	background-position: 0 0, 40px 60px, 130px 270px;
	opacity: 0.4;
}
.hero-title {
	font-size: 3.5rem;
	font-weight: 400;
	margin-bottom: 20px;
	color: #ffffff;
	line-height: 1.2;
}
.hero-subtitle {
	font-size: 1.25rem;
	color: #a0aec0;
	max-width: 600px;
	margin-bottom: 40px;
	line-height: 1.6;
}
.hero-cta {
	display: inline-block;
	background-color: var(--cta-color);
	color: #0d1e3a;
	font-weight: 700;
	padding: 14px 32px;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 194, 224, 0.4);
}
.hero-cta:hover {
	background-color: var(--cta-hover);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 194, 224, 0.6);
}

/* ==========================================
   GUTENBERG & GUTENTOR BLOCK BUILDER SUPPORT
   ========================================== */

/* Main Front Page Builder Container */
.front-page-builder {
	width: 100%;
	overflow-x: hidden;
}

/* Full Width & Wide Alignments without scrollbar overflow */
.alignfull {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

/* If alignfull is inside a container, expand to viewport bounds safely */
.front-page-builder .alignfull,
.site-main .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.alignwide {
	max-width: 1920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
}

/* Gutenberg Cover & Group Blocks styled for Starry Hero */
.wp-block-cover.is-hero-starry,
.hero-builder-section {
	min-height: 80vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 100px 20px;
	background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
	position: relative;
	overflow: hidden;
}

.wp-block-cover.is-hero-starry::before,
.hero-builder-section::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-image: 
		radial-gradient(white, rgba(255,255,255,.2) 2px, transparent 40px),
		radial-gradient(white, rgba(255,255,255,.15) 1px, transparent 30px),
		radial-gradient(white, rgba(255,255,255,.1) 2px, transparent 40px);
	background-size: 550px 550px, 350px 350px, 250px 250px;
	background-position: 0 0, 40px 60px, 130px 270px;
	opacity: 0.4;
	pointer-events: none;
}

/* Glassmorphism card block for features / services */
.wp-block-columns.is-style-glass-cards .wp-block-column,
.glass-card-block {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 30px;
	transition: all 0.3s ease;
}

.wp-block-columns.is-style-glass-cards .wp-block-column:hover,
.glass-card-block:hover {
	transform: translateY(-5px);
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(0, 194, 224, 0.4);
	box-shadow: 0 10px 30px rgba(0, 194, 224, 0.15);
}

/* ==========================================
   SMART SLIDER 3 - FULL HEIGHT (100VH) HERO
   ========================================== */
.front-page-builder .n2-ss-slider,
.front-page-builder .n2-ss-slider-1,
.front-page-builder .n2-ss-slide,
.n2-ss-slider[data-fullheight="1"],
.hero-slider-100vh .n2-ss-slider {
	height: 100vh !important;
	max-height: 100vh !important;
}

/* ==========================================
   SITE FOOTER DESIGN (DTS Group Corporate)
   ========================================== */

.footer-container-full {
	width: 100%;
	max-width: var(--container-width);
	padding-left: 80px;
	padding-right: 80px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.footer-container-full {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 768px) {
	.footer-container-full {
		padding-left: 20px;
		padding-right: 20px;
	}
	.alignwide{
		padding-left: 0;
		padding-right: 0;
	}
}

.site-footer {
	width: 100%;
	max-width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #eef1f5;
	color: #4a5568;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 0;
}

.footer-main-container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.8fr 1.3fr 1.1fr 1.1fr 1fr;
	gap: 35px;
	align-items: start;
}

/* Col 1: Worldwide Presence */
.footer-col--presence {
	padding-right: 25px;
	border-right: 1px solid #eaedf1;
}

.footer-title {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: var(--blue-light);
	margin: 0 0 16px 0;
}

.footer-title--primary {
	font-size: 24px;
	line-height: 1.35;
	text-transform: uppercase;
	color: var(--primary-color);
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

.footer-title--contact-sub {
	margin-top: 25px;
}

.footer-info-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-info-list li {
	margin-bottom: 12px;
	display: flex;
	align-items: baseline;
	gap: 6px;
	font-size: 15px;
	color: #4a5568;
}

.footer-info-list .bullet {
	color: #1a202c;
	font-weight: bold;
}

.footer-info-list .label {
	color: #4a5568;
}

.footer-info-list .value {
	color: #1a202c;
	font-weight: 700;
}

/* Contact List */
.footer-contact-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-contact-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	font-size: 15px;
	color: #556070;
}

.footer-contact-list .footer-icon {
	color: #a0aec0;
	flex-shrink: 0;
}

.footer-contact-list a {
	color: #556070;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-contact-list a:hover {
	color: var(--cta-color);
}

/* Nav Links */
.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: #556070;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
	display: inline-block;
}

.footer-links a:hover {
	color: var(--cta-color);
	transform: translateX(3px);
}

/* Sub Footer / Copyright Bar */
.footer-bottom {
	border-top: 1px solid #f0f3f7;
	padding: 20px 0;
	background-color: #ffffff;
}

.footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-social-sayhi {
	display: flex;
	align-items: center;
	gap: 12px;
}

.sayhi-text {
	font-size: 15px;
	color: var(--blue-light);
	font-weight: 600;
}

.social-icons-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
}

.social-icon-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.25s ease, opacity 0.25s ease;
	opacity: 0.9;
}

.social-icon-item:hover {
	transform: translateY(-2px) scale(1.15);
	opacity: 1;
}

.footer-copyright {
	font-size: 15px;
	color: #718096;
}



/* Mobile & Tablet Responsive */
@media (max-width: 991px) {
	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	.footer-col--presence {
		grid-column: 1 / -1;
		border-right: none;
		border-bottom: 1px solid #eaedf1;
		padding-right: 0;
		padding-bottom: 25px;
	}
	.footer-bottom-inner {
		flex-direction: column;
		gap: 12px;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.footer-grid {
		grid-template-columns: 1fr;
	}
}

/* ==========================================
   DTS SERVICES TABS ACCORDION BLOCK STYLES
   ========================================== */

.dts-services-tabs-container {
	width: 100%;
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 50px 0 80px;
	position: relative;
}

.dts-services-tabs-container::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;

    background-image:
        url("assets/images/bg3.png"),
        url("assets/images/box_sp.png");

    background-position: center center, center top 120px;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;

    z-index: -1;
}

@media (max-width: 1200px) {
	.dts-services-tabs-container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	.dts-services-tabs-container {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 0;
		padding-right: 0;
	}
}

.dts-services-tabs-inner {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 50px;
	align-items: start;
	background: transparent;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	border: none;
}

/* Left Column Nav Container */
.dts-tabs-nav-col {
	background: #dff0fe;
	border-radius: 20px;
	padding: 24px 0 24px 16px;
	position: relative;
	overflow: visible;
}

.dts-tabs-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
}

/* Inactive Tab Item */
.dts-tab-nav-item {
	position: relative;
	padding: 14px 22px;
	border-radius: 25px 0 0 25px;
	margin-right: 16px;
	font-size: 15px;
	font-weight: 500;
	color: #1e3a8a;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* Active Ribbon Flag Tab Item matching mockup image */
.dts-tab-nav-item.active {
	background: #1c5ec9;
	color: #ffffff;
	font-weight: 600;
	padding: 14px 24px;
	margin-right: -11px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
	box-shadow: 0 4px 14px rgba(28, 94, 201, 0.3);
	z-index: 10;
}

/* Dark Folded Ribbon Effect at bottom-right of Active Tab */
.dts-tab-nav-item.active::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #0f3885;
	border-right: 10px solid transparent;
	top: auto;
	transform: none;
}

/* Right Content Panel (Top Aligned) */
.dts-tabs-content-col {
	min-height: 380px;
	display: flex;
	align-items: flex-start;
	padding-top: 8px;
	position: relative;
	overflow: hidden;
}

.dts-tab-panel {
	display: none;
	opacity: 0;
	width: 100%;
}

@keyframes dtsSlideUp {
	from {
		opacity: 0;
		transform: translateY(28px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.dts-tab-panel.active {
	display: block;
	animation: dtsSlideUp 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.dts-tab-panel.active .dts-tab-heading {
	animation: dtsSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.04s backwards;
}

.dts-tab-panel.active .dts-tab-description {
	animation: dtsSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.1s backwards;
}

.dts-tab-panel.active .dts-tab-tags {
	animation: dtsSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.16s backwards;
}

.dts-tab-panel.active .dts-tab-action {
	animation: dtsSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) 0.22s backwards;
}

.dts-tab-heading {
	font-size: 42px;
	margin-top: 0;
	margin-bottom: 24px;
	color: #0f3b85;
	letter-spacing: -0.5px;
	display: block;
}



.dts-heading-part-2 {
	color: var(--blue-light);

}
.dts-timeline-title-main .dts-heading-part-2{
	color: var(--white-color);
}

.dts-tab-description {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	font-size: 15.5px;
	line-height: 1.75;
	color: #475569;
	margin-bottom: 30px;
}

.dts-tab-description p {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: #475569;
	margin-top: 0;
	margin-bottom: 14px;
	font-size: inherit;
	line-height: inherit;
}

/* Tags */
.dts-tab-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 35px;
}

.dts-tag-badge {
	display: inline-block;
	padding: 8px 20px;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #334155;
	transition: all 0.2s ease;
}

.dts-tag-badge:hover {
	background: #e2e8f0;
	color: #0f172a;
}

/* Action Button */
.dts-tab-action {
	display: flex;
	justify-content: flex-end;
}

.dts-explore-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	background: var(--cta-color);
	color: #ffffff !important;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	box-shadow: 0 4px 15px rgba(69, 166, 221, 0.35);
	transition: all 0.3s ease;
}

.dts-explore-btn:hover {
	background: var(--cta-hover);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(66, 140, 206, 0.45);
}

.dts-explore-btn svg {
	transition: transform 0.25s ease;
}

.dts-explore-btn:hover svg {
	transform: translateX(4px);
}

/* ==========================================
   DTS SERVICES TABS STYLE 2 (Horizontal Tabs + Slider Cards Showcase)
   ========================================== */

.dts-services-tabs--style2 {
	padding: 60px 0 80px 0;
	position: relative;
	width: 100%;
	max-width: var(--container-width);
	margin: 0 auto;
}

/* Shared Section Title for Services Tabs Block (Style 1 & Style 2) */
.dts-services-title-wrap {
	text-align: center;
	margin-bottom: 45px;
}

.dts-services-title {
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
}


/* Horizontal Tabs Bar */
.dts-services-tabs--style2 .dts-tabs-horiz-nav-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto 50px auto;
}

.dts-services-tabs--style2 .dts-tabs-horiz-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	list-style: none;
	padding: 0 0 16px 0;
	margin: 0;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.dts-services-tabs--style2 .dts-tabs-horiz-nav::-webkit-scrollbar {
	display: none;
}

.dts-services-tabs--style2 .dts-tab-horiz-item {
	padding: 10px 24px;
	border-radius: 50px;
	color: #475569;
	font-size: 14.5px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	background: transparent;
}

.dts-services-tabs--style2 .dts-tab-horiz-item:hover {
	color: #0f3b85;
}

.dts-services-tabs--style2 .dts-tab-horiz-item.active {
	background: #0f3b85;
	color: #ffffff;
	box-shadow: 0 8px 22px rgba(15, 59, 133, 0.28);
}

.dts-services-tabs--style2 .dts-tabs-nav-line {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #e2e8f0;
}

/* Slider Track & Cards Showcase */
.dts-services-tabs--style2 .dts-tabs-slider-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 20px 0 40px 0;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
}

.dts-services-tabs--style2 .dts-tabs-slider-track {
	display: flex;
	align-items: center;
	width: max-content;
	gap: 32px;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: transform;
}

.dts-services-tabs--style2 .dts-tab-card-slide {
	flex: 0 0 820px;
	max-width: 820px;
	width: 820px;
	transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	opacity: 0.35;
	transform: scale(0.92);
	cursor: pointer;
	pointer-events: auto;
}

.dts-services-tabs--style2 .dts-tab-card-slide.active {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
	z-index: 5;
	cursor: default;
}

.dts-services-tabs--style2 .dts-tab-card-inner {
	background: #ffffff !important;
	border-radius: 28px !important;
	padding: 44px 52px !important;
	box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08) !important;
	border: 1px solid rgba(226, 232, 240, 0.8) !important;
	text-align: center !important;
	position: relative !important;
	z-index: 2 !important;
	height: 480px !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-start !important;
	align-items: center !important;
	box-sizing: border-box !important;
}

.dts-services-tabs--style2 .dts-tab-heading {
	font-size: 34px !important;
	font-weight: 700 !important;
	margin: 0 0 24px 0 !important;
	line-height: 1.25 !important;
	display: block !important;
	visibility: visible !important;
	flex: 0 0 auto !important;
}

.dts-services-tabs--style2 .dts-tab-heading .dts-heading-part-1 {
	color: #0f3b85 !important;
}

.dts-services-tabs--style2 .dts-tab-heading .dts-heading-part-2 {
	color: #00c2e0 !important;
}

.dts-services-tabs--style2 .dts-tab-description {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: #334155 !important;
	font-size: 15.5px !important;
	line-height: 1.85 !important;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	text-align: justify !important;
	text-justify: inter-word !important;
	word-break: break-word !important;
	overflow-wrap: break-word !important;
	max-height: 250px !important;
	overflow-y: auto !important;
	padding-right: 10px !important;
	width: 100% !important;
	flex: 1 1 auto !important;
}

.dts-services-tabs--style2 .dts-tab-description p {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	color: #334155 !important;
	font-size: 15.5px !important;
	line-height: 1.85 !important;
	margin-top: 0 !important;
	margin-bottom: 14px !important;
	text-align: justify !important;
	text-justify: inter-word !important;
}

.dts-services-tabs--style2 .dts-tab-description::-webkit-scrollbar {
	width: 5px;
}

.dts-services-tabs--style2 .dts-tab-description::-webkit-scrollbar-track {
	background: #f1f5f9;
	border-radius: 10px;
}

.dts-services-tabs--style2 .dts-tab-description::-webkit-scrollbar-thumb {
	background: #00c2e0;
	border-radius: 10px;
}

.dts-services-tabs--style2 .dts-tab-description p:last-child {
	margin-bottom: 0 !important;
}

.dts-services-tabs--style2 .dts-tab-tags {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin-top: 16px !important;
	margin-bottom: 8px !important;
	visibility: visible !important;
}

.dts-services-tabs--style2 .dts-tag-badge {
	display: inline-block !important;
	padding: 8px 20px !important;
	border-radius: 50px !important;
	background: #f0f9ff !important;
	color: #0284c7 !important;
	font-size: 13.5px !important;
	font-weight: 600 !important;
	visibility: visible !important;
}

.dts-services-tabs--style2 .dts-tab-action {
	display: flex !important;
	justify-content: center !important;
	margin-top: auto !important;
	flex: 0 0 auto !important;
}

/* Style 2 Responsive - Show all cards stacked vertically on mobile */
@media (max-width: 991px) {
	.dts-services-tabs--style2 {
		padding: 40px 16px 60px 16px;
	}

	.dts-services-tabs--style2 .dts-tabs-horiz-nav-wrap {
		display: none;
	}

	.dts-services-tabs--style2 .dts-tabs-slider-wrap {
		overflow: visible;
		padding: 0;
	}

	.dts-services-tabs--style2 .dts-tabs-slider-track {
		display: flex;
		flex-direction: column;
		width: 100% !important;
		transform: none !important;
		gap: 20px;
	}

	.dts-services-tabs--style2 .dts-tab-card-slide {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
		opacity: 1 !important;
		transform: none !important;
		pointer-events: auto !important;
		cursor: default !important;
	}

	.dts-services-tabs--style2 .dts-tab-card-inner {
		padding: 28px 20px !important;
		border-radius: 20px !important;
		height: auto !important;
		min-height: auto !important;
	}

	.dts-services-tabs--style2 .dts-tab-heading {
		font-size: 24px !important;
		margin-bottom: 14px !important;
	}

	.dts-services-tabs--style2 .dts-tab-description,
	.dts-services-tabs--style2 .dts-tab-description p {
		font-size: 14.5px !important;
		line-height: 1.7 !important;
		margin-bottom: 16px !important;
		max-height: none !important;
		overflow-y: visible !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 991px) {
	.dts-tabs-content-col {
		min-height: auto;
		overflow: visible;
	}
	.dts-services-tabs-inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.dts-tab-nav-item.active::after {
		display: none;
	}
	.dts-tab-heading {
		font-size: 28px;
	}
	.dts-tab-description,
	.dts-tab-description p {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		font-size: 14.5px;
		line-height: 1.7;
	}
}

/* ==========================================
   DTS OUR ACHIEVEMENT BLOCK STYLES
   ========================================== */

.dts-achievement-section {
	padding: 60px 0;
	position: relative;
	width: 100%;
}

.dts-achievement-section::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	background-color: #f7faff;
	background-image: url('assets/images/bg-2.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	pointer-events: none;
}

.dts-achievement-container {
	width: 100%;
	max-width: var(--container-width);
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 0 15px;
	box-sizing: border-box;
}

.dts-achievement-title {
	text-align: center;
	font-size: clamp(32px, 4vw, 44px);
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 35px;
	color: #0f3b85;
	line-height: 1.2;
}

.dts-achievement-title .dts-heading-part-1 {
	color: #0f3b85;
}

.dts-achievement-title .dts-heading-part-2 {
	color: #00c2e0;
}

.dts-stat-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 24px;
	margin-bottom: 30px;
	width: 100%;
}

.dts-stat-grid .dts-stat-card {
	flex: 0 1 calc((100% - (var(--dts-stat-cols, 4) - 1) * 24px) / var(--dts-stat-cols, 4));
	width: calc((100% - (var(--dts-stat-cols, 4) - 1) * 24px) / var(--dts-stat-cols, 4));
	box-sizing: border-box;
}

.dts-stat-grid--cols-1 .dts-stat-card { flex: 0 1 100%; width: 100%; }
.dts-stat-grid--cols-2 .dts-stat-card { flex: 0 1 calc((100% - 24px) / 2); width: calc((100% - 24px) / 2); }
.dts-stat-grid--cols-3 .dts-stat-card { flex: 0 1 calc((100% - 48px) / 3); width: calc((100% - 48px) / 3); }
.dts-stat-grid--cols-4 .dts-stat-card { flex: 0 1 calc((100% - 72px) / 4); width: calc((100% - 72px) / 4); }
.dts-stat-grid--cols-5 .dts-stat-card { flex: 0 1 calc((100% - 96px) / 5); width: calc((100% - 96px) / 5); }
.dts-stat-grid--cols-6 .dts-stat-card { flex: 0 1 calc((100% - 120px) / 6); width: calc((100% - 120px) / 6); }

.dts-stat-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 24px 28px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	box-shadow: 0 6px 24px rgba(0, 194, 224, 0.07);
	border: 1px solid rgba(226, 232, 240, 0.8);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	box-sizing: border-box;
}

.dts-stat-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(0, 194, 224, 0.16);
	border-color: rgba(69, 166, 221, 0.3);
}

.dts-stat-icon-badge {
	width: 60px;
	height: 60px;
	min-width: 60px;
	border-radius: 16px;
	background: rgba(0, 194, 224, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.dts-stat-icon-badge svg,
.dts-stat-icon-badge img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.dts-stat-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	min-width: 0;
}

.dts-stat-number {
	font-size: clamp(22px, 2vw, var(--dts-stat-num-size, 34px));
	margin-bottom: 4px;
	font-weight: 700;
	color: #00c2e0;
	line-height: 1.15;
	letter-spacing: -0.5px;
	word-break: break-word;
	overflow-wrap: break-word;
}

.dts-stat-label {
	font-size: 13.5px;
	font-weight: 500;
	color: #475569;
	line-height: 1.35;
	text-align: left;
}

/* Awards Logo Slider (Continuous Marquee) */
.dts-awards-slider-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 15px 0;
	mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.dts-awards-slider-track {
	display: flex;
	align-items: center;
	gap: 0;
	width: max-content;
	animation: dtsMarqueeScroll 28s linear infinite;
}

.dts-awards-slider-wrapper:hover .dts-awards-slider-track {
	animation-play-state: paused;
}

@keyframes dtsMarqueeScroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.dts-award-item {
	background: transparent;
	padding: 0 45px;
	border-radius: 0;
	border: none;
	border-right: 1px solid #e2e8f0;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	min-width: 140px;
	height: 60px;
}

.dts-award-item:hover {
	transform: none;
	box-shadow: none;
	border-right-color: #cbd5e1;
}

.dts-award-item img {
	max-height: 42px;
	max-width: 130px;
	object-fit: contain;
	filter: grayscale(40%);
	opacity: 0.85;
	transition: all 0.3s ease;
}

.dts-award-item:hover img {
	filter: grayscale(0%);
	opacity: 1;
	transform: scale(1.06);
}

.dts-award-badge-text {
	font-size: 15px;
	font-weight: 700;
	color: #1e3a8a;
	white-space: nowrap;
}

@media (max-width: 1024px) {
	.dts-stat-grid .dts-stat-card {
		flex: 0 1 calc((100% - 24px) / 2) !important;
		width: calc((100% - 24px) / 2) !important;
	}
}

@media (max-width: 640px) {
	.dts-stat-grid .dts-stat-card {
		flex: 0 1 100% !important;
		width: 100% !important;
	}
}

/* ==========================================
   DTS OUR ACHIEVEMENT STYLE 2 (Orbital Graphic Galaxy)
   ========================================== */

.dts-achievement-section--style2 {
	padding: 80px 0;
	position: relative;
	width: 100%;
	max-width: var(--container-width);
	margin: 0 auto;
}

.dts-achievement-inner--style2 {
	display: grid;
	grid-template-columns: 460px 1fr;
	gap: 60px;
	align-items: center;
}

/* Left Column Content */
.dts-achievement-section--style2 .dts-achievement-content-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.dts-achievement-section--style2 .dts-achievement-title {
	font-size: clamp(32px, 3.6vw, 46px);
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1.2;
}

.dts-achievement-section--style2 .dts-achievement-title .dts-heading-part-1 {
	color: #0f3b85;
}

.dts-achievement-section--style2 .dts-achievement-title .dts-heading-part-2 {
	color: #00c2e0;
}

.dts-achievement-section--style2 .dts-achievement-desc {
	font-size: 15.5px;
	line-height: 1.85;
	color: #475569;
	margin-bottom: 35px;
	max-width: 480px;
}

.dts-achievement-section--style2 .dts-achievement-desc p {
	margin: 0;
}

.dts-achievement-section--style2 .dts-achievement-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 13px 30px;
	border: 1.8px solid #0f3b85;
	background: transparent;
	color: #0f3b85 !important;
	border-radius: 50px;
	font-size: 13.5px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-decoration: none;
	transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.dts-achievement-section--style2 .dts-achievement-btn:hover {
	background: #0f3b85;
	color: #ffffff !important;
	box-shadow: 0 10px 28px rgba(15, 59, 133, 0.28);
	transform: translateY(-2px);
}

.dts-achievement-section--style2 .dts-achievement-btn svg {
	transition: transform 0.3s ease;
}

.dts-achievement-section--style2 .dts-achievement-btn:hover svg {
	transform: translate(3px, -3px);
}

/* Right Column Orbital Graphic */
.dts-achievement-graphic-col {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dts-orbital-wrap {
	position: relative;
	width: 520px;
	height: 520px;
	margin: 0 auto;
}

.dts-orbital-bg-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
	z-index: 1;
}

/* Concentric Dashed Orbit Rings */
.dts-orbital-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	pointer-events: none;
}

.dts-orbital-ring--outer {
	width: 460px;
	height: 460px;
	border: 1.5px dashed #cbd5e1;
}

.dts-orbital-ring--inner {
	width: 320px;
	height: 320px;
	border: 1.5px dashed #e2e8f0;
}

/* Center Glowing Diamond Core */
.dts-orbital-center-core {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 180px;
	height: 180px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.dts-orbital-core-ring {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.dts-orbital-core-ring--3 {
	width: 180px;
	height: 180px;
	background: rgba(0, 194, 224, 0.06);
}

.dts-orbital-core-ring--2 {
	width: 140px;
	height: 140px;
	background: rgba(0, 194, 224, 0.12);
}

.dts-orbital-core-ring--1 {
	width: 100px;
	height: 100px;
	background: rgba(0, 194, 224, 0.22);
}

.dts-orbital-core-badge {
	position: relative;
	z-index: 3;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: linear-gradient(135deg, #e0f2fe 0%, #00c2e0 100%);
	box-shadow: 0 10px 30px rgba(0, 194, 224, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Decorative Floating Tech Dots */
.dts-orbit-dot {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.dot-cyan-top {
	width: 8px;
	height: 8px;
	background: #00c2e0;
	top: 13%;
	left: 31%;
}

.dot-navy-left {
	width: 10px;
	height: 10px;
	background: #0f3b85;
	top: 42%;
	left: 3%;
}

.dot-orange-bottom {
	width: 8px;
	height: 8px;
	background: #f97316;
	bottom: 24%;
	left: 73%;
}

.dot-cyan-right {
	width: 8px;
	height: 8px;
	background: #00c2e0;
	top: 48%;
	right: 12%;
}

.dot-navy-center {
	width: 8px;
	height: 8px;
	background: #0f3b85;
	top: 22%;
	right: 32%;
}

.dts-orbit-code-badge {
	position: absolute;
	bottom: 42%;
	left: 10%;
	padding: 4px 10px;
	border-radius: 20px;
	background: #e0f2fe;
	color: #0284c7;
	font-size: 11px;
	font-weight: 700;
	box-shadow: 0 4px 12px rgba(2, 132, 199, 0.15);
}

/* 4 Orbital Stat Nodes Positioned Around Orbit */
.dts-stat-node {
	position: absolute;
	width: 136px;
	height: 136px;
	border-radius: 50%;
	z-index: 4;
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	cursor: pointer;
}

.dts-stat-node-inner {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 12px;
	box-sizing: border-box;
}

/* White Circle Node Style */
.dts-stat-node--white {
	background: #ffffff;
	border: 2.5px solid #00c2e0;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.08);
}

.dts-stat-node--white .dts-stat-node-number {
	font-size: 32px;
	font-weight: 800;
	color: #0f3b85;
	line-height: 1;
	margin-bottom: 3px;
}

.dts-stat-node--white .dts-stat-node-label {
	font-size: 12.5px;
	font-weight: 600;
	color: #0f3b85;
	line-height: 1.25;
}

/* Navy Circle Node Style */
.dts-stat-node--navy {
	background: linear-gradient(135deg, #071938 0%, #0f3b85 100%);
	border: 3px solid rgba(224, 242, 254, 0.7);
	box-shadow: 0 14px 40px rgba(7, 25, 56, 0.28);
}

.dts-stat-node--navy .dts-stat-node-number {
	font-size: 32px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 3px;
}

.dts-stat-node--navy .dts-stat-node-label {
	font-size: 12.5px;
	font-weight: 500;
	color: #e2e8f0;
	line-height: 1.25;
}

/* Hover Interaction */
.dts-stat-node:hover {
	transform: scale(1.08) translateY(-4px);
	box-shadow: 0 18px 45px rgba(0, 194, 224, 0.35);
	z-index: 10;
}

/* Node Positioning around orbit matching mockup image */
.dts-stat-node--pos-1 {
	top: 4%;
	right: 12%;
}

.dts-stat-node--pos-2 {
	top: 18%;
	left: 10%;
}

.dts-stat-node--pos-3 {
	bottom: 12%;
	right: 6%;
}

.dts-stat-node--pos-4 {
	bottom: 3%;
	left: 16%;
}

/* Style 2 Responsive */
@media (max-width: 1024px) {
	.dts-achievement-inner--style2 {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.dts-achievement-section--style2 .dts-achievement-content-col {
		align-items: center;
		text-align: center;
	}
	.dts-achievement-section--style2 .dts-achievement-desc {
		max-width: 600px;
	}
}

@media (max-width: 580px) {
	.dts-orbital-wrap {
		width: 340px;
		height: 340px;
	}
	.dts-orbital-ring--outer {
		width: 310px;
		height: 310px;
	}
	.dts-orbital-ring--inner {
		width: 220px;
		height: 220px;
	}
	.dts-stat-node {
		width: 104px;
		height: 104px;
	}
	.dts-stat-node--white .dts-stat-node-number,
	.dts-stat-node--navy .dts-stat-node-number {
		font-size: 22px;
	}
	.dts-stat-node--white .dts-stat-node-label,
	.dts-stat-node--navy .dts-stat-node-label {
		font-size: 10.5px;
	}
	.dts-stat-node--pos-1 { top: 0%; right: 4%; }
	.dts-stat-node--pos-2 { top: 12%; left: 2%; }
	.dts-stat-node--pos-3 { bottom: 8%; right: 0%; }
	.dts-stat-node--pos-4 { bottom: 0%; left: 8%; }
}

/* ------------------------------------------
   DTS STAT GRID - STYLE 2
   Icon trên giữa → Nhãn nhỏ → Tiêu đề lớn
   ------------------------------------------ */
.dts-stat-grid--style2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	margin-bottom: 30px;
	width: 100%;
}

.dts-stat-card--style2 {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
	background: #ffffff;
	border-radius: 20px;
	padding: 32px 24px 28px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0;
	box-shadow: 0 4px 20px rgba(0, 194, 224, 0.06);
	border: 1.5px solid #e8f4fc;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.dts-stat-card--style2:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 194, 224, 0.14);
	border-color: rgba(69, 166, 221, 0.3);
}

/* Icon vùng trên cùng – Style 2 */
.dts-stat2-icon {
	width: 56px;
	height: 56px;
	min-width: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.dts-stat2-icon img,
.dts-stat2-icon svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Nhãn nhỏ phía trên (sub-label / category) */
.dts-stat2-label {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
	letter-spacing: 0.01em;
	line-height: 1.4;
}

/* Tiêu đề lớn phía dưới */
.dts-stat2-number {
	font-size: clamp(20px, 2.1vw, var(--dts-stat-num-size, 30px));
	font-weight: 700;
	color: var(--primary-color);
	line-height: 1.2;
	letter-spacing: -0.5px;
	word-break: break-word;
}

/* Responsive Style 2 */
@media (max-width: 1200px) {
	.dts-stat-card--style2 {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
}

@media (max-width: 640px) {
	.dts-stat-card--style2 {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
		padding: 24px 16px 20px;
	}
}

@media (max-width: 400px) {
	.dts-stat-card--style2 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* ==========================================
   DTS WHAT MAKES US DIFFERENT BLOCK STYLES
   ========================================== */

.dts-different-section {
	padding: 90px 0 90px;
	position: relative;
}

.dts-different-section::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	background-color: var(--primary-color);
	background-image: url('assets/images/bg-2.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	pointer-events: none;
}

/* Desktop Staggered Grid (>= 1024px) */
.dts-different-grid-desktop {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
	align-items: stretch;
}

.dts-different-title-card {
	grid-column: span 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 20px;
}

.dts-different-title {
	font-size: 46px;
	line-height: 1.2;
	margin: 0;
	letter-spacing: -0.5px;
}

.dts-different-title .dts-heading-part-1 {
	color: #ffffff;
}

.dts-different-title .dts-heading-part-2 {
	color: #ffffff;
}


.dts-different-card {
	padding: 1px;

	background-image: linear-gradient(156.35deg, rgba(160, 221, 255, 0.5) -8.95%, rgb(255, 255, 255) 69.62%);
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.dts-different-card-inner {
	background-image: linear-gradient(162.45deg, rgb(244, 249, 252) -1.26%, rgb(255, 255, 255) 73.38%);
	border-radius: 24px;
	padding: 32px 26px;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.dts-different-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(0, 194, 224, 0.14);
	border-color: rgba(69, 166, 221, 0.35);
}

.dts-different-card-icon {
	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
	padding: 0;
	box-shadow: none;
}

.dts-different-card-icon img {
	width: 48px;
	height: auto;
	object-fit: contain;
	display: block;
}

.dts-different-card-title {
	font-size: 19px;
	color: #0f172a;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1.3;
}

.dts-different-card-desc {
	font-size: 14px;
	line-height: 1.65;
	color: #475569;
	margin: 0;
}

/* Mobile & Tablet Slider (< 1024px) */
@media (max-width: 1023px) {
	.dts-different-grid-desktop {
		display: none;
	}

	.dts-different-mobile-slider {
		display: block;
		width: 100%;
		overflow: hidden;
	}

	.dts-different-mobile-title {
		text-align: center;
		margin-bottom: 35px;
	}

	.dts-different-touch-wrapper {
		display: flex;
		gap: 20px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 20px;
		scrollbar-width: none;
	}

	.dts-different-touch-wrapper::-webkit-scrollbar {
		display: none;
	}

	/* Tablet (768px - 1023px): 2 items per view */
	.dts-different-touch-slide {
		flex: 0 0 calc(50% - 10px);
		min-width: 0;
		scroll-snap-align: start;
	}

	.dts-different-card:hover {
		transform: none !important;
		box-shadow: 0 8px 30px rgba(0, 194, 224, 0.06) !important;
		border-color: #e4f0f9 !important;
	}

	.dts-different-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin-top: 25px;
	}

	.dts-different-dot {
		width: 24px;
		height: 5px;
		border-radius: 6px;
		background: #cbd5e1;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.dts-different-dot.active {
		width: 38px;
		background: #00c2e0;
	}
}

/* Mobile (<= 767px): 1 item per view */
@media (max-width: 767px) {
	.dts-different-touch-slide {
		flex: 0 0 100%;
		min-width: 100%;
		scroll-snap-align: start;
	}
}

@media (min-width: 1024px) {
	.dts-different-mobile-slider {
		display: none;
	}
}

/* ==========================================
   DTS OUR CLIENTS BLOCK STYLES
   ========================================== */

.dts-clients-section {
	padding: 30px 0;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

.dts-clients-title {
	text-align: center;
	font-size: 42px;
	margin-top: 0;
	margin-bottom: 30px;
}


/* Marquee Slider (Exact match to Our Achievement marquee) */
.dts-clients-slider-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 15px 0;
}

.dts-clients-slider-track {
	display: flex;
	align-items: center;
	width: max-content;
	animation: dtsMarqueeScroll 45s linear infinite;
	will-change: transform;
}

.dts-clients-slider-wrapper:hover .dts-clients-slider-track {
	animation-play-state: paused;
}

.dts-client-item {
	flex: 0 0 auto;
	width: 220px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 35px;
	border-right: 1px solid #e2e8f0;
}

.dts-client-item img {
	max-width: 100%;
	max-height: 54px;
	object-fit: contain;
	filter: none;
	opacity: 1;
	transition: all 0.3s ease;
}

.dts-client-item:hover img {
	transform: scale(1.06);
}

.dts-client-badge-text {
	font-size: 16px;
	font-weight: 700;
	color: #1e3a8a;
	white-space: nowrap;
}

/* ==========================================
   DTS FAQ ACCORDION BLOCK STYLES
   ========================================== */

.dts-faq-section {
	padding: 30px 0;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

.dts-faq-title {
	text-align: center;
	font-size: 42px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 55px;
	letter-spacing: -0.5px;
}


.dts-faq-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 28px;
	align-items: start;
}

.dts-faq-column {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

/* FAQ Item - Pill Capsule Card */
.dts-faq-item {
	background-color: #9ee2ff;
	border: 1px solid #9ee2ff;
	border-radius: 40px;
	overflow: hidden;
	transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.02);
}

.dts-faq-item:hover {
	border-color: #cbd5e1;
	box-shadow: 0 8px 24px rgba(0, 194, 224, 0.08);
}

/* Trigger Button */
.dts-faq-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 28px;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	text-align: left;
	transition: all 0.3s ease;
}

.dts-faq-question-text {
	font-family: var(--font-main);
	font-size: 15.5px;
	font-weight: 600;
	color: #1e293b;
	line-height: 1.45;
	transition: color 0.3s ease;
}

.dts-faq-icon-wrapper {
	width: auto;
	height: auto;
	min-width: auto;
	border: none;
	background: transparent;
	border-radius: 0;
	color: #0f172a; /* Dấu + màu đen */
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.dts-faq-icon {
	width: 22px;
	height: 22px;
	stroke-width: 2.8px;
}

.dts-faq-icon-plus {
	display: block;
}

.dts-faq-icon-minus {
	display: none;
}

/* Active / Expanded State */
.dts-faq-item.active {
	border-color: #1c5ec9;
	box-shadow: 0 10px 30px rgba(28, 94, 201, 0.18);
	border-radius: 28px;
}

.dts-faq-item.active .dts-faq-trigger {
	background-color: #1c5ec9;
}

.dts-faq-item.active .dts-faq-question-text {
	color: #ffffff;
}

.dts-faq-item.active .dts-faq-icon-wrapper {
	background: transparent;
	border: none;
	border-radius: 0;
	color: #ffffff;
}

.dts-faq-item.active .dts-faq-icon-plus {
	display: none;
}

.dts-faq-item.active .dts-faq-icon-minus {
	display: block;
}

/* Accordion Content & Answer Panel */
.dts-faq-content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}

.dts-faq-item.active .dts-faq-content {
	opacity: 1;
}

.dts-faq-answer {
	padding: 22px 28px 26px 28px;
	font-size: 14.5px;
	line-height: 1.75;
	color: #475569;
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
}

.dts-faq-answer p {
	margin: 0;
}

/* Responsive Grid (< 1024px) */
@media (max-width: 1023px) {
	.dts-faq-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.dts-faq-title {
		font-size: 32px;
		margin-bottom: 35px;
	}
	.dts-faq-question-text {
		font-size: 14.5px;
	}
	.dts-faq-trigger {
		padding: 16px 22px;
	}
	.dts-faq-answer {
		padding: 18px 22px 22px 22px;
	}
}

/* ==========================================
   STICKY FLOATING QUICK CONTACT BUTTONS (Bottom Left)
   ========================================== */

.dts-sticky-contact {
	position: fixed;
	bottom: 35px;
	left: 30px;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dts-sticky-contact-item {
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dts-sticky-icon-inner {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dts-sticky-contact-item:hover .dts-sticky-icon-inner {
	transform: scale(1.14);
	box-shadow: 0 8px 24px rgba(0, 194, 224, 0.35);
}

/* Ripple / Concentric Pulsing Rings (Vòng tròn tỏa ra nhẹ) */
.dts-sticky-ripple {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 1.5px solid rgba(0, 194, 224, 0.4);
	background: rgba(0, 194, 224, 0.05);
	pointer-events: none;
	z-index: 1;
	animation: dtsRipplePulse 2.4s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.dts-sticky-ripple--2 {
	width: 72px;
	height: 72px;
	border-color: rgba(0, 194, 224, 0.22);
	background: rgba(0, 194, 224, 0.02);
	animation-delay: 0.8s;
}

@keyframes dtsRipplePulse {
	0% {
		transform: translate(-50%, -50%) scale(0.85);
		opacity: 0.85;
	}
	50% {
		transform: translate(-50%, -50%) scale(1.15);
		opacity: 0.3;
	}
	100% {
		transform: translate(-50%, -50%) scale(0.85);
		opacity: 0.85;
	}
}

/* Tooltip text on Hover */
.dts-sticky-tooltip {
	position: absolute;
	left: 58px;
	top: 50%;
	transform: translateY(-50%) translateX(-8px);
	background: #0f172a;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 8px;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.25s ease;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.16);
	z-index: 10;
}

.dts-sticky-tooltip::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: transparent #0f172a transparent transparent;
}

.dts-sticky-contact-item:hover .dts-sticky-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(0);
}

@media (max-width: 768px) {
	.dts-sticky-contact {
		bottom: 20px;
		left: 15px;
		gap: 12px;
	}
	.dts-sticky-contact-item,
	.dts-sticky-icon-inner {
		width: 40px;
		height: 40px;
	}
	.dts-sticky-ripple {
		width: 52px;
		height: 52px;
	}
	.dts-sticky-ripple--2 {
		width: 64px;
		height: 64px;
	}
}

/* ==========================================
   CV APPLICATION MODAL POPUP STYLES
   ========================================== */
.dts-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease;
	padding: 20px;
}

.dts-modal.is-active {
	opacity: 1;
	visibility: visible;
}

.dts-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(15, 23, 42, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.dts-modal-container {
	position: relative;
	width: 100%;
	max-width: 650px;
	max-height: 90vh;
	overflow-y: auto;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	padding: 36px 40px;
	z-index: 2;
	transform: scale(0.94) translateY(20px);
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.dts-modal.is-active .dts-modal-container {
	transform: scale(1) translateY(0);
}

.dts-modal-close {
	position: absolute;
	top: 20px;
	right: 24px;
	background: #f1f5f9;
	border: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	font-size: 24px;
	line-height: 1;
	color: #64748b;
	cursor: pointer;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dts-modal-close:hover {
	background: #e2e8f0;
	color: #0f172a;
}

.dts-modal-header {
	margin-bottom: 24px;
}

.dts-modal-badge {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: #0284c7;
	background: #e0f2fe;
	padding: 4px 12px;
	border-radius: 20px;
	margin-bottom: 10px;
}

.dts-modal-title {
	font-size: 24px;
	font-weight: 400;
	color: #0f172a;
	margin: 0 0 6px 0;
}

.dts-modal-job-title {
	font-size: 15px;
	color: #475569;
	font-weight: 600;
	margin: 0;
}

.dts-modal-alert {
	padding: 14px 18px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.5;
}

.dts-modal-alert--error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

.dts-modal-alert--success {
	background: #f0fdf4;
	color: #166534;
	border: 1px solid #bbf7d0;
}

.dts-form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 20px;
}

.dts-form-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.dts-form-group--full {
	grid-column: span 2;
}

.dts-form-group label {
	font-size: 13.5px;
	font-weight: 700;
	color: #334155;
}

.dts-form-group label .required {
	color: #ef4444;
}

.dts-form-group label span {
	font-weight: 400;
	color: #94a3b8;
}

.dts-form-group input[type="text"],
.dts-form-group input[type="email"],
.dts-form-group input[type="tel"],
.dts-form-group input[type="url"],
.dts-form-group input[type="date"],
.dts-form-group select.dts-form-select,
.dts-form-group textarea {
	width: 100%;
	padding: 10px 14px;
	border: 1.5px solid #cbd5e1;
	border-radius: 10px;
	font-size: 14px;
	font-family: inherit;
	color: #0f172a;
	background-color: #ffffff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	outline: none;
}

.dts-form-group input:focus,
.dts-form-group select:focus,
.dts-form-group textarea:focus {
	border-color: #0284c7;
	box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

.dts-cv-consent-group {
	margin-top: 6px;
}

.dts-cv-consent-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	user-select: none;
}

.dts-cv-consent-label input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: #0284c7;
	cursor: pointer;
	flex-shrink: 0;
}

.dts-cv-consent-text {
	font-size: 13px;
	line-height: 1.55;
	color: #475569;
	font-weight: 400 !important;
}

/* File Upload Box */
.dts-file-upload-box {
	position: relative;
	border: 2px dashed #cbd5e1;
	border-radius: 12px;
	padding: 20px;
	text-align: center;
	background: #f8fafc;
	transition: all 0.2s ease;
	cursor: pointer;
}

.dts-file-upload-box:hover {
	border-color: #0284c7;
	background: #f0f9ff;
}

.dts-file-upload-box input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.dts-file-upload-ui {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	color: #64748b;
	pointer-events: none;
}

.dts-file-upload-ui svg {
	color: #0284c7;
}

.dts-file-label {
	font-size: 14px;
	font-weight: 600;
	color: #0f172a;
}

.dts-file-info {
	font-size: 12px;
	color: #94a3b8;
}

.dts-modal-footer {
	display: flex;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #f1f5f9;
}

.dts-btn-secondary {
	padding: 10px 20px;
	background: #f1f5f9;
	color: #475569;
	border: none;
	border-radius: 10px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.dts-btn-secondary:hover {
	background: #e2e8f0;
	color: #0f172a;
}

.dts-btn-primary {
	padding: 10px 24px;
	background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
	color: #ffffff;
	border: none;
	border-radius: 10px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s ease;
	box-shadow: 0 4px 12px rgba(2, 132, 199, 0.3);
}

.dts-btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(2, 132, 199, 0.45);
}

.dts-btn-primary:disabled {
	opacity: 0.7;
	cursor: not-allowed;
	transform: none;
}

@media (max-width: 640px) {
	.dts-modal-container {
		padding: 24px 20px;
	}
	.dts-form-grid {
		grid-template-columns: 1fr;
	}
	.dts-form-group--full {
		grid-column: span 1;
	}
}

/* ==========================================
   SINGLE JOB DETAIL PAGE STYLES
   ========================================== */
.dts-job-detail-page {
	background-color: #f8fafc;
	min-height: 80vh;
	padding-bottom: 80px;
}

.dts-job-hero {
	background: linear-gradient(135deg, #0b192c 0%, #1e3a8a 100%);
	color: #ffffff;
	padding: 100px 0 60px 0;
	position: relative;
	overflow: hidden;
}

.dts-job-hero::after {
	content: '';
	position: absolute;
	bottom: -40px; right: -40px;
	width: 300px; height: 300px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(0, 194, 224, 0.15) 0%, transparent 70%);
	pointer-events: none;
}

.dts-job-hero-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.dts-job-breadcrumb {
	font-size: 13.5px;
	color: #94a3b8;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.dts-job-breadcrumb a {
	color: #cbd5e1;
	text-decoration: none;
	transition: color 0.2s ease;
}

.dts-job-breadcrumb a:hover {
	color: #38bdf8;
}

.dts-job-breadcrumb .current {
	color: #ffffff;
	font-weight: 600;
}

.dts-job-cats {
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
	flex-wrap: wrap;
}

.dts-job-cat-badge {
	background: rgba(56, 189, 248, 0.18);
	color: #38bdf8;
	border: 1px solid rgba(56, 189, 248, 0.3);
	font-size: 12.5px;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.dts-job-title {
	font-size: 2.2rem;
	font-weight: 800;
	color: #ffffff;
	margin: 0 0 20px 0;
	line-height: 1.25;
}

.dts-job-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	margin-bottom: 28px;
}

.dts-job-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	padding: 8px 16px;
	border-radius: 30px;
	font-size: 14px;
}

.dts-pill-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #38bdf8;
}

.dts-pill-icon svg {
	display: block;
}

.dts-pill-label {
	color: #ffffff;
}

.dts-pill-val {
	color: #38bdf8;
	font-weight: 700;
}

.dts-apply-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
	color: #ffffff !important;
	border: none;
	border-radius: 12px;
	font-weight: 700;
	font-size: 15px;
	padding: 12px 28px;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.25s ease;
	box-shadow: 0 4px 16px rgba(2, 132, 199, 0.35);
}

.dts-apply-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(2, 132, 199, 0.5);
	background: linear-gradient(135deg, #0369a1 0%, #0284c7 100%);
}

.dts-apply-btn--lg {
	padding: 14px 36px;
	font-size: 16px;
	border-radius: 14px;
}

.dts-apply-btn--block {
	width: 100%;
}

.dts-job-closed-badge {
	display: inline-block;
	background: rgba(239, 68, 68, 0.15);
	border: 1px solid rgba(239, 68, 68, 0.4);
	color: #fca5a5;
	padding: 10px 20px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 14px;
}

.dts-job-closed-badge--sm {
	width: 100%;
	text-align: center;
	padding: 10px 14px;
	font-size: 13px;
}

/* Main Container Layout */
.dts-job-main-container {
	max-width: 1200px;
	margin: -30px auto 0 auto;
	padding: 0 24px;
	position: relative;
	z-index: 5;
}

.dts-job-layout {
	display: grid;
	grid-template-columns: 1fr 350px;
	gap: 32px;
}

.dts-job-content-col {
	background: #ffffff;
	border-radius: 20px;
	padding: 36px 40px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
	border: 1px solid #f1f5f9;
}

.dts-section-heading {
	font-size: 20px;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 24px 0;
	padding-bottom: 14px;
	border-bottom: 2px solid #e2e8f0;
}

.dts-job-entry-body {
	font-size: 15.5px;
	line-height: 1.8;
	color: #334155;
}

.dts-job-entry-body h3,
.dts-job-entry-body h4 {
	color: #0f172a;
	font-weight: 700;
	margin-top: 24px;
	margin-bottom: 12px;
}

.dts-job-entry-body ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

.dts-job-entry-body ul li {
	margin-bottom: 8px;
}

.dts-job-bottom-cta {
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
	border: 1px solid #bae6fd;
	border-radius: 16px;
	padding: 28px 32px;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.dts-bottom-cta-text h3 {
	font-size: 18px;
	font-weight: 800;
	color: #0369a1;
	margin: 0 0 6px 0;
}

.dts-bottom-cta-text p {
	font-size: 14px;
	color: #334155;
	margin: 0;
}

/* Sidebar Column */
.dts-job-summary-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 28px 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
	border: 1px solid #f1f5f9;
	margin-bottom: 24px;
}

.dts-card-title {
	font-size: 17px;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 20px 0;
	padding-bottom: 12px;
	border-bottom: 2px solid #f1f5f9;
}

.dts-summary-list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dts-summary-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.dts-summary-list .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #0f3b85;
	flex-shrink: 0;
}

.dts-summary-list .icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.dts-summary-list .info {
	display: flex;
	flex-direction: column;
}

.dts-summary-list .label {
	font-size: 12.5px;
	color: #64748b;
	font-weight: 500;
}

.dts-summary-list .val {
	font-size: 14.5px;
	color: #0f172a;
	font-weight: 700;
}

.dts-job-share-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
	border: 1px solid #f1f5f9;
}

.dts-job-share-card h4 {
	font-size: 14px;
	font-weight: 700;
	color: #475569;
	margin: 0 0 14px 0;
}

.dts-share-links {
	display: flex;
	gap: 10px;
}

.dts-share-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	color: #ffffff !important;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.dts-share-btn:hover {
	transform: translateY(-2px);
}

.dts-share-fb { background: #1877f2; }
.dts-share-linkedin { background: #0a66c2; }
.dts-share-zalo { background: #0068ff; font-size: 12px; }

@media (max-width: 992px) {
	.dts-job-layout {
		grid-template-columns: 1fr;
	}
	.dts-job-hero-container {
		padding: 0 20px;
	}
	.dts-job-main-container {
		margin-top: -20px;
		padding: 0 16px;
	}
	.dts-job-content-col {
		padding: 24px 20px;
	}
	.dts-job-bottom-cta {
		flex-direction: column;
		text-align: center;
	}
}

/* ==========================================
   DTS BUSINESS FIELDS BLOCK STYLES
   ========================================== */
.dts-bf-section {
	padding: 50px 0 50px 0;
	max-width: var(--container-width);
	width: 100%;
	margin: 0 auto;
}

.dts-bf-header {
	text-align: center;
	margin-bottom: 30px;
}

.dts-bf-title {
	font-size: 42px;
	font-weight: 400;
	margin: 0;
	letter-spacing: -0.5px;
	line-height: 1.2;
}


.dts-bf-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	align-items: stretch;
	padding-top: 45px;
}

.dts-bf-card {
	padding: 1px;
	background-image: linear-gradient(156.35deg, rgba(160, 221, 255, 0.5) -8.95%, rgb(255, 255, 255) 69.62%);
	border-radius: 24px;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: visible;
	position: relative;
	transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.dts-bf-card-inner {
	background-image: linear-gradient(162.45deg, rgb(244, 249, 252) -1.26%, rgb(255, 255, 255) 73.38%);
	border-radius: 24px;
	padding: 36px 26px 32px 26px;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: visible;
}

.dts-bf-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(0, 194, 224, 0.14);
}

.dts-bf-icon-wrap {
	position: absolute;
	top: -43px;
	right: 20px;
	width: 84px;
	height: 84px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 10;
}

.dts-bf-icon-wrap svg {
	width: 84px;
	height: 84px;
}

.dts-bf-custom-img {
	width: 76px;
	height: 76px;
	object-fit: contain;
	filter: drop-shadow(0 6px 14px rgba(2, 132, 199, 0.35));
}

.dts-bf-card:hover .dts-bf-icon-wrap {
	transform: translateY(-4px) scale(1.1);
}

.dts-bf-card-body {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.dts-bf-card-title {
	font-size: 19px;
	color: #0f172a;
	margin: 10px 0 12px 0;
	line-height: 1.3;
}

.dts-bf-card-desc {
	font-size: 14px;
	line-height: 1.65;
	color: #475569;
	margin: 0;
	font-weight: 400;
}

@media (max-width: 1200px) {
	.dts-bf-section {
		padding-left: 0;
		padding-right: 0;
	}
	.dts-bf-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 24px;
	}
}

@media (max-width: 768px) {
	.dts-bf-section {
		padding: 30px 0 30px 0;
	}
	.dts-bf-grid {
		grid-template-columns: 1fr;
		gap: 45px;
	}
	.dts-bf-title {
		font-size: 2.1rem;
	}
}

/* ==========================================
   DTS BUSINESS FIELDS STYLE 2 (Zig-Zag Interactive Tabs)
   ========================================== */

.dts-bf-zigzag-section {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	padding: 80px 0;
	overflow: hidden;
	background: #ffffff;
}

.dts-bf-zigzag-section.is-dark-mode {
	background: linear-gradient(66.48deg, rgba(6, 182, 212, 0.35) -11.61%, #0F172A 21.52%, #0F172A 38.18%, #0F172A 55.58%, #0F172A 76.14%, rgba(37, 99, 235, 0.35) 107.52%);
}

.dts-bf-zigzag-section.is-dark-mode::before {
	content: '';
	position: absolute;
	top: -40%;
	right: -10%;
	width: 550px;
	height: 550px;
	background: radial-gradient(circle, rgba(0, 194, 224, 0.15) 0%, rgba(0, 194, 224, 0) 70%);
	border-radius: 50%;
	pointer-events: none;
}

.dts-bf-zigzag-section.is-dark-mode .dts-bf-badge {
	background: rgba(0, 194, 224, 0.18);
	color: #7ce8ff;
	border: 1px solid rgba(0, 194, 224, 0.3);
	position: absolute;
	top: 30px;
}

.dts-bf-zigzag-section.is-dark-mode .dts-bf-active-title {
	color: #ffffff;
}

.dts-bf-zigzag-section.is-dark-mode .dts-bf-active-desc {
	color: #cbd5e1;
}

.dts-bf-zigzag-section.is-dark-mode .dts-bf-cta-btn {
	background: #ffffff;
	color: #0f3b85;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.dts-bf-zigzag-section.is-dark-mode .dts-bf-cta-btn:hover {
	background: #00c2e0;
	color: #ffffff;
	box-shadow: 0 14px 36px rgba(0, 194, 224, 0.45);
}

/* Inner container 80% width centered on desktop */
.dts-bf-zigzag-wrapper {
	position: relative;
	z-index: 3;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 60px;
	box-sizing: border-box;
}

/* Left: Zig Zag Stacked Navigation Cards */
.dts-bf-zigzag-nav {
	flex: 0 0 460px;
	width: 100%;
	max-width: 460px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.dts-bf-zigzag-card {
	position: relative;
	width: 100%;
	max-width: 360px;
	height: 155px;
	border-radius: 28px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	border: none;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
	margin-bottom: -20px;
	background: #0f172a;
	box-sizing: border-box;
}

/* Zig-zag offset pattern */
.dts-bf-zigzag-card:nth-child(odd) {
	margin-right: auto;
}

.dts-bf-zigzag-card:nth-child(even) {
	margin-left: auto;
}

.dts-bf-zigzag-card:hover {
	transform: translateY(-6px);
	z-index: 5;
}

.dts-bf-zigzag-card.active {
	transform: scale(1.05);
	box-shadow: 0 22px 60px rgba(0, 194, 224, 0.38);
	z-index: 10;
}

.dts-bf-zigzag-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.dts-bf-zigzag-card:hover img,
.dts-bf-zigzag-card.active img {
	transform: scale(1.1);
}

.dts-bf-zigzag-card .dts-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.45) 100%);
	transition: background 0.4s ease;
}

.dts-bf-zigzag-card.active .dts-card-overlay {
	background: linear-gradient(90deg, rgba(15, 59, 133, 0.92) 0%, rgba(0, 194, 224, 0.55) 100%);
}

.dts-bf-zigzag-card .dts-card-content {
	position: absolute;
	left: 24px;
	bottom: 22px;
	right: 24px;
	z-index: 2;
	color: #ffffff;
}

.dts-bf-zigzag-card .dts-card-number {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #7ce8ff;
	margin-bottom: 4px;
}

.dts-bf-zigzag-card .dts-card-title {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	line-height: 1.25;
	word-break: break-word;
	overflow-wrap: break-word;
}

.dts-bf-zigzag-card .dts-card-subtitle {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
	margin-top: 4px;
}

/* Right: Active Tab Detail Content */
.dts-bf-zigzag-content {
	flex: 1;
	min-width: 0;
	padding-left: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.dts-bf-badge {
	display: inline-block;
	padding: 8px 24px;
	border-radius: 50px;
	background: rgba(0, 194, 224, 0.12);
	color: #0f3b85;
	
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin: 0 0 24px 0;
	line-height: 1.3;
}

/* Desktop: Center badge at the top of right column */
.dts-bf-zigzag-content .dts-bf-badge--desktop {
	
	margin-bottom: 28px;
}

/* Mobile Header Wrapper (At the very top of section) */
.dts-bf-zigzag-mobile-header {
	display: none;
	position: relative;
	z-index: 4;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

.dts-bf-active-title {
	font-size: clamp(26px, 2.8vw, 38px);
	font-weight: 700;
	color: #0f3b85;
	margin: 0 0 16px 0;
	line-height: 1.18;
	transition: opacity 0.25s ease, transform 0.25s ease;
	word-break: break-word;
	overflow-wrap: break-word;
}

.dts-bf-active-desc {
	font-size: 16.5px;
	line-height: 1.85;
	color: #475569;
	margin-bottom: 36px;
	max-width: 680px;
	transition: opacity 0.25s ease, transform 0.25s ease;
	word-break: break-word;
	overflow-wrap: break-word;
}

.dts-bf-action {
	display: flex;
}

.dts-bf-cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 16px 36px;
	border-radius: 50px;
	border: none;
	background: #0f3b85;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	box-shadow: 0 8px 24px rgba(15, 59, 133, 0.22);
}

.dts-bf-cta-btn:hover {
	background: #00c2e0;
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(0, 194, 224, 0.35);
	transform: translateY(-2px);
}

.dts-bf-cta-btn .dts-btn-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.dts-bf-cta-btn:hover .dts-btn-arrow {
	transform: translate(3px, -3px);
}

/* Responsive matching dts-hero-section */
@media (max-width: 1200px) {
	.dts-bf-zigzag-wrapper {

		gap: 40px;
	}
}

@media (max-width: 991px) {

	.dts-bf-zigzag-section.is-dark-mode .dts-bf-badge {
		position: static;
	}
	.dts-bf-zigzag-mobile-header {
		display: block;
	}
	.dts-bf-badge--desktop {
		display: none !important;
	}
	.dts-bf-zigzag-wrapper {
		width: 100%;
		padding: 0 24px;
		flex-direction: column;
		gap: 36px;
	}
	.dts-bf-zigzag-nav {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}
	.dts-bf-zigzag-card {
		width: 100%;
		max-width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-bottom: 14px !important;
		transform: none !important;
	}
	.dts-bf-zigzag-card.active {
		transform: none !important;
	}
	.dts-bf-zigzag-card .dts-card-content {
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
	.dts-bf-zigzag-card .dts-card-title {
		font-size: 20px;
	}
	.dts-bf-zigzag-content {
		padding-left: 0;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	.dts-bf-active-title {
		font-size: clamp(24px, 5vw, 34px);
	}
	.dts-bf-active-desc {
		font-size: 15px;
		line-height: 1.7;
		margin-left: auto;
		margin-right: auto;
	}
	.dts-bf-action {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.dts-bf-zigzag-section {
		padding: 50px 0;
	}
	.dts-bf-zigzag-wrapper {
		padding: 0 20px;
	}
	.dts-bf-zigzag-card {
		height: 140px;
		border-radius: 20px;
	}
	.dts-bf-cta-btn {
		width: 100%;
		justify-content: center;
		padding: 14px 24px;
	}
}

/* ==========================================
   DTS CONTACT SECTION BLOCK STYLES
   ========================================== */

.dts-contact-section {
	padding: 30px 0;
	max-width: var(--container-width);
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.dts-contact-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.dts-contact-info-col {
	flex: 1 1 38%;
	max-width: 480px;
}

.dts-contact-title {
	font-size: 46px;
	font-family: var(--font-heading);
	font-weight: 700;
	line-height: 1.18;
	margin: 0 0 24px 0;
	letter-spacing: -0.5px;
}

.dts-contact-title .dts-heading-part-1 {
	display: block;
	color: #0f3b85;
}

.dts-contact-title .dts-heading-part-2 {
	display: block;
	color: #00c2e0;
}

.dts-contact-desc {
	font-size: 15.5px;
	line-height: 1.7;
	color: #475569;
	margin: 0;
}

.dts-contact-form-card {
	flex: 1 1 62%;
	background: linear-gradient(145deg, #a4e5ff 0%, #9ee2ff 50%, #93dafd 100%);
	border-radius: 36px;
	padding: 45px 50px;
	box-shadow: 0 16px 40px rgba(0, 194, 224, 0.12);
	position: relative;
	overflow: visible;
}

.dts-contact-section--hide-info .dts-contact-container {
	justify-content: center;
}

.dts-contact-section--hide-info .dts-contact-form-card {
	flex: 0 1 100%;
	width: 100%;
	max-width: 100%;
}

.dts-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 24px;
}

.dts-contact-field-full {
	grid-column: span 2;
}

.dts-contact-label {
	display: block;
	font-size: 13.5px;
	font-weight: 600;
	color: #0f172a;
	margin-bottom: 8px;
}

.dts-required-star {
	color: #ef4444;
	font-weight: 700;
	margin-left: 3px;
	display: inline-block;
}

.dts-contact-input {
	width: 100%;
	height: 52px;
	background: #ffffff;
	border-radius: 50px;
	border: 1px solid #cbd5e1;
	padding: 0 24px;
	font-size: 14.5px;
	color: #1e293b;
	outline: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
	transition: all 0.25s ease;
	font-family: inherit;
}

.dts-contact-input::placeholder {
	color: #94a3b8;
}

.dts-contact-input:focus {
	border-color: #00c2e0;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(0, 194, 224, 0.18);
}

/* Custom Dropdown Select Component */
.dts-custom-select-wrapper {
	position: relative;
	width: 100%;
	user-select: none;
	z-index: 20;
}

.dts-custom-select-wrapper.open {
	z-index: 999;
}

.dts-custom-select-trigger {
	width: 100%;
	height: 52px;
	background: #ffffff;
	border-radius: 50px;
	border: 1px solid #cbd5e1;
	padding: 0 24px;
	font-size: 14.5px;
	color: #1e293b;
	outline: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
	font-family: inherit;
}

.dts-custom-select-trigger * {
	pointer-events: none;
}

.dts-custom-select-trigger:hover,
.dts-custom-select-wrapper.open .dts-custom-select-trigger {
	background: #ffffff;
	border-color: #00c2e0;
	box-shadow: 0 0 0 4px rgba(0, 194, 224, 0.18);
}

.dts-select-placeholder {
	color: #94a3b8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.2s ease;
}

.dts-select-placeholder.has-value {
	color: #0f172a;
	font-weight: 500;
}

.dts-select-chevron {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.dts-custom-select-wrapper.open .dts-select-chevron {
	transform: rotate(180deg);
}

/* Floating Custom Options List Panel */
.dts-custom-select-options {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	background: #ffffff;
	border-radius: 20px;
	border: 1px solid rgba(0, 194, 224, 0.25);
	box-shadow: 0 16px 40px rgba(15, 59, 133, 0.16);
	padding: 8px 0;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
	max-height: 250px;
	overflow-y: auto;
	backdrop-filter: blur(10px);
}

.dts-custom-select-wrapper.open .dts-custom-select-options {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.dts-select-option {
	padding: 12px 24px;
	font-size: 14px;
	color: #334155;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: all 0.2s ease;
}

.dts-select-option:hover {
	background: linear-gradient(90deg, rgba(0, 194, 224, 0.08) 0%, rgba(15, 59, 133, 0.03) 100%);
	color: #0f3b85;
	padding-left: 28px;
}

.dts-select-option .dts-option-check {
	opacity: 0;
	transform: scale(0.5);
	transition: all 0.2s ease;
}

.dts-select-option.selected {
	background: rgba(0, 194, 224, 0.08);
	color: #0f3b85;
	font-weight: 600;
}

.dts-select-option.selected .dts-option-check {
	opacity: 1;
	transform: scale(1);
}

.dts-contact-consent {
	margin-top: 24px;
	margin-bottom: 30px;
}

.dts-contact-checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	cursor: pointer;
	user-select: none;
}

.dts-contact-checkbox {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	margin-top: 2px;
	accent-color: #0f3b85;
	cursor: pointer;
}

.dts-checkbox-text {
	font-size: 14px;
	line-height: 1.55;
	color: #334155;
}

.dts-contact-submit-wrap {
	text-align: center;
}

.dts-contact-submit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #1552ab;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 44px;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	box-shadow: 0 6px 20px rgba(21, 82, 171, 0.35);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.dts-contact-submit-btn:hover {
	background-color: #0f3b85;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(15, 59, 133, 0.45);
}

.dts-contact-submit-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.dts-contact-submit-btn .dts-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.dts-contact-submit-btn .dts-btn-icon svg {
	width: 22px;
	height: 22px;
	display: block;
	transition: transform 0.3s ease;
}

.dts-contact-submit-btn:hover .dts-btn-icon svg {
	transform: translateX(3px);
}

.dts-contact-alert-msg {
	padding: 14px 20px;
	border-radius: 12px;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.5;
	font-weight: 500;
}

.dts-contact-alert--success {
	background: #f0fdf4;
	color: #166534;
	border: 1px solid #bbf7d0;
}

.dts-contact-alert--error {
	background: #fef2f2;
	color: #991b1b;
	border: 1px solid #fecaca;
}

/* ------------------------------------------
   DTS CONTACT SECTION - STYLE 2 (Full-bleed Banner CTA & Modal Dialog)
   ------------------------------------------ */
.dts-contact-section--style2 {
	position: relative !important;
	width: 100vw !important;
	left: 50% !important;
	right: 50% !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	max-width: 100vw !important;
	padding: 70px 0 !important;
	background: linear-gradient(135deg, #0f3b85 0%, #00c2e0 100%) !important;
	overflow: hidden;
}

.dts-contact-section--style2::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 550px;
	height: 550px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 70%);
	border-radius: 50%;
	pointer-events: none;
}

.dts-contact-section--style2 .dts-contact-container {
	display: block;
	max-width: var(--container-width);
	width: 100%;
	margin: 0 auto;
	padding-left: 90px;
	padding-right: 90px;
	position: relative;
	z-index: 2;
}

.dts-contact-banner-card {
	background: transparent;
	padding: 0;
	color: #ffffff;
	text-align: center;
	box-shadow: none;
	position: relative;
}

.dts-contact-banner-content {
	position: relative;
	z-index: 2;
	max-width: 780px;
	margin: 0 auto;
}

.dts-contact-section--style2 .dts-contact-title {
	color: #ffffff;
	margin-bottom: 16px;
}

.dts-contact-section--style2 .dts-contact-title .dts-heading-part-1,
.dts-contact-section--style2 .dts-contact-title .dts-heading-part-2 {
	display: inline;
	color: #ffffff;
}

.dts-contact-section--style2 .dts-contact-title .dts-heading-part-2 {
	color: #7ce8ff;
}

.dts-contact-section--style2 .dts-contact-desc {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	line-height: 1.65;
	margin-bottom: 28px;
	text-align: center;
}

.dts-contact-banner-action {
	display: flex;
	justify-content: center;
}

.dts-contact-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #ffffff;
	color: #0f3b85;
	font-family: var(--font-heading);
	font-size: 16px;
	font-weight: 700;
	padding: 16px 36px;
	border-radius: 50px;
	border: none;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.dts-contact-cta-btn:hover {
	transform: translateY(-3px);
	background: #ffffff;
	color: #00c2e0;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.dts-contact-cta-btn .dts-cta-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.dts-contact-cta-btn:hover .dts-cta-icon {
	transform: translateX(4px);
}

/* ------------------------------------------
   DTS CONTACT DIALOG MODAL POPUP
   ------------------------------------------ */
.dts-contact-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: visibility 0.3s ease, opacity 0.3s ease;
}

.dts-contact-modal.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.dts-contact-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.65);
	backdrop-filter: blur(6px);
}

.dts-contact-modal-dialog {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 680px;
	max-height: 90vh;
	background: #ffffff;
	border-radius: 28px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
	overflow-y: auto;
	padding: 36px 32px 32px;
	transform: scale(0.92);
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.dts-contact-modal.is-active .dts-contact-modal-dialog {
	transform: scale(1);
}

.dts-contact-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #f1f5f9;
	border: none;
	color: #64748b;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	z-index: 5;
}

.dts-contact-modal-close:hover {
	background: #e2e8f0;
	color: #0f172a;
	transform: rotate(90deg);
}

.dts-contact-modal-header {
	margin-bottom: 24px;
	padding-right: 40px;
}

.dts-contact-modal-title {
	font-size: 28px;
	font-weight: 700;
	color: #0f3b85;
	margin: 0;
	line-height: 1.25;
}

.dts-contact-modal-title .dts-heading-part-1 {
	display: inline;
	color: #0f3b85;
}

.dts-contact-modal-title .dts-heading-part-2 {
	display: inline;
	color: #00c2e0;
}

.dts-contact-modal-body .dts-contact-form-card {
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: none;
}

.dts-contact-modal-body .dts-contact-input,
.dts-contact-modal-body .dts-custom-select-trigger {
	border: 1.5px solid #cbd5e1;
	background: #f8fafc;
}

.dts-contact-modal-body .dts-contact-input:focus,
.dts-contact-modal-body .dts-custom-select-trigger:hover,
.dts-contact-modal-body .dts-custom-select-wrapper.open .dts-custom-select-trigger {
	border-color: #0f3b85;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(15, 59, 133, 0.12);
}

@media (max-width: 640px) {
	.dts-contact-banner-card {
		padding: 36px 20px;
		border-radius: 20px;
	}
	.dts-contact-modal-dialog {
		padding: 24px 20px 20px;
		border-radius: 20px;
	}
	.dts-contact-modal-title {
		font-size: 22px;
	}
}

/* Responsive */
@media (max-width: 1200px) {
	.dts-contact-section {
		padding: 30px 0;
	}
	.dts-contact-container {
		gap: 40px;
	}
	.dts-contact-section--style2 .dts-contact-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 768px) {
	.dts-contact-section--style2 {
		padding: 45px 0 !important;
	}
	.dts-contact-section--style2 .dts-contact-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 991px) {
	.dts-contact-container {
		flex-direction: column;
		align-items: stretch;
	}
	.dts-contact-info-col {
		max-width: 100%;
		text-align: center;
	}
	.dts-contact-form-card {
		padding: 35px 30px;
	}
}

@media (max-width: 640px) {
	.dts-contact-section {
		padding: 30px 0;
	}
	.dts-contact-grid {
		grid-template-columns: 1fr;
	}
	.dts-contact-field-full {
		grid-column: span 1;
	}
	.dts-contact-title {
		font-size: 34px;
	}
	.dts-contact-form-card {
		padding: 26px 20px;
		border-radius: 24px;
	}
}

/* ==========================================
   DTS HERO BANNER SLIDER BLOCK STYLES
   ========================================== */

.dts-hero-section {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	height: 100vh;
	height: 100dvh;
	min-height: 100vh;
	overflow: hidden;
	background-color: #0b192c;
}

.dts-hero-slider-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.dts-hero-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.8s cubic-bezier(0.16, 1, 0.3, 1);
	display: flex;
	align-items: flex-end;
	padding-bottom: 150px;
	z-index: 1;
}

.dts-hero-slide.active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.dts-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transform: scale(1.05);
	transition: transform 6s ease;
}

.dts-hero-video-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: 0;
	pointer-events: none;
}

.dts-hero-slide.active .dts-hero-bg {
	transform: scale(1);
}

.dts-hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(11, 25, 44, 0.92) 0%, rgba(11, 25, 44, 0.55) 45%, rgba(11, 25, 44, 0.15) 100%),
	            linear-gradient(90deg, rgba(11, 25, 44, 0.85) 0%, rgba(11, 25, 44, 0.35) 60%, rgba(11, 25, 44, 0) 100%);
	z-index: 1;
}

.dts-hero-container {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 100px;
}

.dts-hero-content {
	max-width: 720px;
	color: #ffffff;
	text-align: left;
	margin-top: auto;
}

.dts-hero-title {
	font-size: 54px;
	font-family: var(--font-heading);
	font-weight: 400;
	line-height: 1.15;
	margin: 0 0 20px 0;
	letter-spacing: -0.5px;
}

.dts-hero-title .dts-heading-part-1 {
	display: block;
	color: #ffffff;
}

.dts-hero-title .dts-heading-part-2 {
	display: block;
	color: #00c2e0;
	font-size: 36px;
}

.dts-hero-desc {
	font-size: 17px;
	line-height: 1.7;
	color: #cbd5e1;
	margin: 0 0 32px 0;
	max-width: 600px;
}

.dts-hero-btn-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
}

.dts-hero-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: linear-gradient(135deg, #1552ab 0%, #00c2e0 100%);
	color: #ffffff;
	font-size: 15.5px;
	font-weight: 600;
	padding: 16px 40px;
	border-radius: 50px;
	text-decoration: none;
	box-shadow: 0 8px 25px rgba(0, 194, 224, 0.35);
	transition: all 0.3s ease;
}

.dts-hero-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(0, 194, 224, 0.5);
	color: #ffffff;
}

.dts-hero-btn .dts-btn-icon {
	font-size: 14px;
	transition: transform 0.3s ease;
}

.dts-hero-btn:hover .dts-btn-icon {
	transform: translateX(4px);
}

/* Navigation Arrows */
.dts-hero-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #ffffff;
	font-size: 28px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.dts-hero-nav:hover {
	background: #00c2e0;
	border-color: #00c2e0;
	box-shadow: 0 6px 20px rgba(0, 194, 224, 0.4);
}

.dts-hero-nav--prev {
	left: 30px;
}

.dts-hero-nav--next {
	right: 30px;
}

/* Pagination Dots */
.dts-hero-pagination {
	position: absolute;
	bottom: 75px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 10px;
}

.dts-hero-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	transition: all 0.3s ease;
}

.dts-hero-dot.active,
.dts-hero-dot:hover {
	background: #00c2e0;
	width: 32px;
	border-radius: 10px;
}

/* Animated Hero Mouse Scroll Down Icon (Centered Bottom) */
.dts-hero-scroll-down {
	position: absolute;
	bottom: 18px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 15;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 6px;
	outline: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.dts-hero-scroll-down:hover {
	transform: translate(-50%, 4px);
}

.dts-mouse-icon {
	width: 24px;
	height: 38px;
	border: 2px solid rgba(255, 255, 255, 0.85);
	border-radius: 20px;
	position: relative;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
	display: flex;
	justify-content: center;
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.08);
	transition: all 0.3s ease;
}

.dts-hero-scroll-down:hover .dts-mouse-icon {
	border-color: #00c2e0;
	box-shadow: 0 0 20px rgba(0, 194, 224, 0.6);
	background: rgba(0, 194, 224, 0.15);
}

.dts-mouse-wheel {
	width: 3.5px;
	height: 7px;
	background: #00c2e0;
	border-radius: 4px;
	position: absolute;
	top: 7px;
	animation: dtsMouseScroll 1.8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes dtsMouseScroll {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	50% {
		opacity: 1;
		transform: translateY(10px);
	}
	100% {
		opacity: 0;
		transform: translateY(16px);
	}
}

/* Arrow indicator under mouse */
.dts-mouse-arrow {
	display: block;
	width: 7px;
	height: 7px;
	border-right: 2px solid rgba(255, 255, 255, 0.85);
	border-bottom: 2px solid rgba(255, 255, 255, 0.85);
	margin-top: 2px;
	transform: translateY(0) rotate(45deg);
	animation: dtsArrowPulse 1.8s cubic-bezier(0.65, 0, 0.35, 1) infinite;
	transition: border-color 0.3s ease;
}

.dts-hero-scroll-down:hover .dts-mouse-arrow {
	border-color: #00c2e0;
}

@keyframes dtsArrowPulse {
	0%, 100% {
		opacity: 0.35;
		transform: translateY(0) rotate(45deg);
	}
	50% {
		opacity: 1;
		transform: translateY(5px) rotate(45deg);
	}
}

@media (max-width: 768px) {
	.dts-hero-pagination {
		bottom: 60px;
	}
	.dts-hero-scroll-down {
		bottom: 12px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
	.dts-hero-scroll-down:hover {
		transform: translate(-50%, 4px);
	}
	.dts-mouse-icon {
		width: 20px;
		height: 32px;
	}
}

/* Responsive */
@media (max-width: 991px) {
	.dts-hero-section {
		height: 100vh;
		height: 100dvh;
		min-height: 100vh;
	}
	.dts-hero-title {
		font-size: 40px;
	}
	.dts-hero-desc {
		font-size: 15px;
	}
	.dts-hero-nav {
		width: 40px;
		height: 40px;
		font-size: 22px;
	}
	.dts-hero-nav--prev { left: 15px; }
	.dts-hero-nav--next { right: 15px; }
}

@media (max-width: 640px) {
	.dts-hero-section {
		height: 100vh;
		height: 100dvh;
		min-height: 100vh;
	}
	.dts-hero-slide {
		padding-bottom: 75px;
	}
	.dts-hero-container {
		padding: 0 20px;
	}
	.dts-hero-title {
		font-size: 30px;
	}
	.dts-hero-desc {
		font-size: 14px;
		margin-bottom: 24px;
	}
	.dts-hero-btn {
		padding: 12px 30px;
		font-size: 14px;
	}
	.dts-hero-nav {
		display: none;
	}
}

/* ==========================================
   DTS GENERAL INFO BOX STYLES
   ========================================== */

.dts-info-box-section {
	padding: 30px 0;
	width: 100%;
	position: relative;
}


.dts-info-box-wrapper {
	display: flex;
	align-items: center;
	gap: 60px;
}

.dts-info-box--image-right .dts-info-box-wrapper {
	flex-direction: row-reverse;
}

.dts-info-box-col {
	flex: 1 1 50%;
	min-width: 0;
}

.dts-info-box-image-wrap {
	width: 100%;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(15, 59, 133, 0.08);
}

.dts-info-box-img {
	width: 100%;
	height: auto;
	max-height: 480px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.dts-info-box-image-wrap:hover .dts-info-box-img {
	transform: scale(1.03);
}

.dts-info-box-title {
	font-size: 40px;
	font-family: var(--font-heading);
	font-weight: 400;
	line-height: 1.25;
	margin: 0 0 20px 0;
	letter-spacing: -0.5px;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 10px;
}

.dts-info-box-title .dts-heading-part-1 {
	color: #0f3b85;
	font-size: 40px;
	line-height: 1.2;
}

.dts-info-box-title .dts-heading-part-2 {
	font-size: 40px;
	line-height: 1.2;
}

.dts-info-box-desc {
	font-size: 16px;
	line-height: 1.7;
	color: #475569;
	margin: 0 0 28px 0;
}

/* ==========================================
   DTS INFO BOX AUTHOR / LEADER CARD STYLES
   ========================================== */

.dts-info-box-author {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	margin: 10px 0 28px 0;
}

.dts-info-box-author-info {
	display: flex;
	flex-direction: column;
}

.dts-info-box-author-name {
	font-size: 22px;
	font-family: var(--font-heading);
	font-weight: 700;
	color: var(--blue-light);
	margin: 0 0 2px 0;
	line-height: 1.25;
}

.dts-info-box-author-role {
	font-size: 14px;
	font-weight: 700;
	color: var(--primary-color);
	margin: 0;
	line-height: 1.3;
}

.dts-info-box-author-btn {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: var(--white-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	flex-shrink: 0;
	box-shadow: 0 4px 10px rgba(15, 59, 133, 0.25);
}

.dts-info-box-author-btn svg {
	width: 16px;
	height: 16px;
	stroke: var(--white-color);
	transition: transform 0.3s ease;
}

.dts-info-box-author-btn:hover {
	background-color: var(--blue-light);
	color: var(--white-color);
	transform: translate(2px, -2px) scale(1.08);
	box-shadow: 0 6px 16px rgba(0, 194, 224, 0.4);
}

.dts-info-box-author-btn:hover svg {
	transform: translate(1px, -1px);
}

.dts-info-box-btn-wrap {
	display: flex;
	align-items: center;
}

.dts-info-box-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background-color: #1552ab;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 40px;
	border-radius: 50px;
	text-decoration: none;
	box-shadow: 0 6px 20px rgba(21, 82, 171, 0.35);
	transition: all 0.3s ease;
}

.dts-info-box-btn:hover {
	background-color: #0f3b85;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(15, 59, 133, 0.45);
	color: #ffffff;
}

/* Responsive: ALWAYS Image First, Text Second on Mobile/Tablet */
@media (max-width: 991px) {
	.dts-info-box-section {
		padding: 30px 0;
	}
	.dts-info-box-wrapper,
	.dts-info-box--image-right .dts-info-box-wrapper {
		flex-direction: column !important;
		gap: 32px;
	}
	.dts-info-box-image-col {
		order: 1 !important;
		width: 100%;
	}
	.dts-info-box-text-col {
		order: 2 !important;
		width: 100%;
		text-align: center;
	}
	.dts-info-box-title {
		font-size: 32px;
		justify-content: center;
	}
	.dts-info-box-title .dts-heading-part-1,
	.dts-info-box-title .dts-heading-part-2 {
		font-size: 32px;
	}
	.dts-info-box-btn-wrap {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.dts-info-box-container {
		padding: 0 20px;
	}
	.dts-info-box-title {
		font-size: 28px;
	}
	.dts-info-box-title .dts-heading-part-1,
	.dts-info-box-title .dts-heading-part-2 {
		font-size: 28px;
	}
	.dts-info-box-desc {
		font-size: 14.5px;
	}
}

/* ==========================================
   PAGE WRAPPER BACKGROUND STYLES
   ========================================== */

.page-wrapper {
	position: relative;
}

.page-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	background-image: url('assets/images/service-1.webp');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	pointer-events: none;
}

/* ==========================================
   BREADCRUMBS BLOCK STYLES
   ========================================== */

.wp-block-breadcrumbs{
	margin-bottom: 15px;
}
.wp-block-breadcrumbs .breadcrumb-separator{
	margin: 0 10px;
	color: var(--primary-color);
}

.wp-block-breadcrumbs,
.wp-block-breadcrumbs span,
.wp-block-breadcrumbs a::after {
	font-weight: 600;
	color: var(--secondary-color);
}
.wp-block-breadcrumbs li:not(:last-child):after{
	opacity: 1;
}

.wp-block-breadcrumbs a {
	text-decoration: none;
	transition: color 0.3s ease;
}

.wp-block-breadcrumbs a:hover {
	color: var(--primary-color);
}

/* ==========================================
   DTS CUSTOM HEADING BLOCK STYLES
   ========================================== */

.dts-custom-heading {
	font-family: var(--font-heading);
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 20px 0;
	letter-spacing: -0.5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.dts-heading-icon {
	display: inline-block;
	vertical-align: middle;
}

.dts-custom-heading--default .dts-heading-part-1 {
	color: var(--secondary-color); /* Part 1: Secondary Color */
	line-height: 1.2;
}

.dts-custom-heading--default .dts-heading-part-2 {
	color: var(--primary-color); /* Part 2: Primary Color */
	line-height: 1.2;
}

.dts-custom-heading--reversed .dts-heading-part-1 {
	color: var(--primary-color); /* Part 1: Primary Color (Reversed) */
	line-height: 1.2;
}

.dts-custom-heading--reversed .dts-heading-part-2 {
	color: var(--secondary-color); /* Part 2: Secondary Color (Reversed) */
	line-height: 1.2;
}

.dts-custom-heading--left {
	justify-content: flex-start;
	text-align: left;
}

.dts-custom-heading--center {
	justify-content: center;
	text-align: center;
}

.dts-custom-heading--right {
	justify-content: flex-end;
	text-align: right;
}

/* Heading Sizes */
h1.dts-custom-heading,
h1.dts-custom-heading .dts-heading-part-1,
h1.dts-custom-heading .dts-heading-part-2 { font-size: 48px; }

h2.dts-custom-heading,
h2.dts-custom-heading .dts-heading-part-1,
h2.dts-custom-heading .dts-heading-part-2 { font-size: 40px; }

h3.dts-custom-heading,
h3.dts-custom-heading .dts-heading-part-1,
h3.dts-custom-heading .dts-heading-part-2 { font-size: 32px; }

h4.dts-custom-heading,
h4.dts-custom-heading .dts-heading-part-1,
h4.dts-custom-heading .dts-heading-part-2 { font-size: 26px; }

h5.dts-custom-heading,
h5.dts-custom-heading .dts-heading-part-1,
h5.dts-custom-heading .dts-heading-part-2 { font-size: 22px; }

h6.dts-custom-heading,
h6.dts-custom-heading .dts-heading-part-1,
h6.dts-custom-heading .dts-heading-part-2 { font-size: 18px; }

@media (max-width: 768px) {
	h1.dts-custom-heading, h1.dts-custom-heading .dts-heading-part-1, h1.dts-custom-heading .dts-heading-part-2 { font-size: 34px; }
	h2.dts-custom-heading, h2.dts-custom-heading .dts-heading-part-1, h2.dts-custom-heading .dts-heading-part-2 { font-size: 28px; }
	h3.dts-custom-heading, h3.dts-custom-heading .dts-heading-part-1, h3.dts-custom-heading .dts-heading-part-2 { font-size: 24px; }
}

/* ==========================================
   DTS TIMELINE HORIZONTAL STYLES
   ========================================== */

.dts-timeline-section {
	padding: 50px 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;

}

.dts-timeline-section::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 50%;
	width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	background-color: #a4e5ff;
	background-image: url('assets/images/bg-2.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	pointer-events: none;
}

.dts-timeline-header {
	text-align: center;
}

.dts-timeline-title-main {
	font-size: 40px;
	font-family: var(--font-heading);
	font-weight: 400;
	margin: 0;
}


.dts-timeline-wrapper {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 30px 0;
}

.dts-timeline-track {
	position: relative;
	min-width: 960px;
	padding: 120px 40px;
	margin: 0 auto;
}

.dts-timeline-line {
	position: absolute;
	top: 50%;
	left: 40px;
	right: 40px;
	height: 2px;
	background-color: #1552ab;
	transform: translateY(-50%);
	z-index: 1;
}

.dts-timeline-items {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}

.dts-timeline-item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}

.dts-timeline-node {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid #1552ab;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	box-shadow: 0 0 0 4px #ffffff;
	transition: all 0.3s ease;
}

.dts-timeline-item:hover .dts-timeline-node {
	border-color: #00c2e0;
	transform: scale(1.15);
}

.dts-timeline-dot-inner {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #1552ab;
	transition: background-color 0.3s ease;
}

.dts-timeline-item:hover .dts-timeline-dot-inner {
	background-color: #00c2e0;
}

.dts-timeline-content {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 200px;
}

.dts-timeline-content--top {
	bottom: calc(50% + 14px);
}

.dts-timeline-content--bottom {
	top: calc(50% + 14px);
}

.dts-timeline-content--top-year {
	bottom: calc(50% + 18px);
}

.dts-timeline-content--bottom-year {
	top: calc(50% + 18px);
}

.dts-timeline-year {
	font-size: 26px;
	font-weight: 700;
	color: #1552ab;
	font-family: var(--font-heading);
	letter-spacing: -0.5px;
}

.dts-timeline-connector {
	width: 1px;
	height: 35px;
	border-left: 1.5px solid #ffffff;
	margin: 6px 0;
}

.dts-timeline-text-wrap {
	text-align: center;
}

.dts-timeline-item-title {
	font-size: 13.5px;
	font-weight: 700;
	color: #1e293b;
	text-transform: uppercase;
	line-height: 1.4;
	margin: 0;
	max-width: 175px;
	letter-spacing: 0.2px;
}

.dts-timeline-item-desc {
	font-size: 13px;
	color: #64748b;
	margin: 4px 0 0 0;
	line-height: 1.4;
}

/* Mobile Scroll Indicator */
@media (max-width: 991px) {
	.dts-timeline-section {
		padding: 30px 0;
	}
	.dts-timeline-title-main {
		font-size: 32px;
	}
}

@media (max-width: 640px) {
	.dts-timeline-title-main {
		font-size: 28px;
	}
}

/* ==========================================
   DTS STANDALONE PERSON CARD BLOCK STYLES
   ========================================== */

.dts-person-card {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	margin: 15px 0;
}

.dts-person-card--left {
	justify-content: flex-start;
}

.dts-person-card--center {
	justify-content: center;
	width: 100%;
}

.dts-person-card--right {
	justify-content: flex-end;
	width: 100%;
}

.dts-person-card-info {
	display: flex;
	flex-direction: column;
}

.dts-person-card-name {
	font-size: 22px;
	font-family: var(--font-heading);
	color: var(--blue-light);
	margin: 0 0 2px 0;
	line-height: 1.25;
}

.dts-person-card-role {
	font-size: 14px;
	font-weight: 700;
	color: var(--primary-color);
	margin: 0;
	line-height: 1.3;
}

.dts-person-card-btn {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: var(--white-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	flex-shrink: 0;
	box-shadow: 0 4px 10px rgba(15, 59, 133, 0.25);
}

.dts-person-card-btn svg {
	width: 16px;
	height: 16px;
	stroke: var(--white-color);
	transition: transform 0.3s ease;
}

.dts-person-card-btn:hover {
	background-color: var(--blue-light);
	color: var(--white-color);
	transform: translate(2px, -2px) scale(1.08);
	box-shadow: 0 6px 16px rgba(0, 194, 224, 0.4);
}

.dts-person-card-btn:hover svg {
	transform: translate(1px, -1px);
}

/* ==========================================
   DTS CUSTOM IMAGE BLOCK STYLES
   ========================================== */

.dts-custom-image-wrapper {
	width: 100%;
	display: flex;
	margin: 20px 0;
}

.dts-custom-image-wrapper.dts-custom-image--left {
	justify-content: flex-start;
}

.dts-custom-image-wrapper.dts-custom-image--center {
	justify-content: center;
}

.dts-custom-image-wrapper.dts-custom-image--right {
	justify-content: flex-end;
}

.dts-custom-image {
	max-width: 100%;
	display: block;
	transition: all 0.3s ease;
}

/* ==========================================
   WP COLUMNS MOBILE REVERSE RESPONSIVE UTILITY
   ========================================== */

@media (max-width: 781px) {
	.wp-block-columns.is-stacked-on-mobile,
	.wp-block-columns.reverse-mobile {
		display: flex !important;
	}

	.wp-block-columns.is-style-reverse-mobile,
	.wp-block-columns.reverse-mobile,
	.wp-block-columns.mobile-reverse {
		flex-direction: column-reverse !important;
	}

	.wp-block-column.mobile-order-1 { order: 1 !important; }
	.wp-block-column.mobile-order-2 { order: 2 !important; }
	.wp-block-column.mobile-order-3 { order: 3 !important; }
	.wp-block-column.mobile-order-4 { order: 4 !important; }
	.wp-block-column.mobile-order-5 { order: 5 !important; }
	.wp-block-column.mobile-order-6 { order: 6 !important; }
}

/* ==========================================
   DTS PRODUCT SHOWCASE BLOCK STYLES
   ========================================== */

.dts-product-showcase-wrapper {
	background: linear-gradient(135deg, #3b82f6 0%, #ffffff 100%);
	border-radius: 24px;
	padding: 48px 30px 0 30px;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 16px 36px rgba(0, 194, 224, 0.15);
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.dts-product-showcase-wrapper:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 45px rgba(0, 194, 224, 0.25);
}

.dts-product-showcase-inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
}

.dts-product-showcase-content {
	flex: 1;
	min-width: 0;
}

.dts-product-showcase-content.dts-valign-top {
	align-self: flex-start;
	padding-top: 48px;
	padding-bottom: 48px;
}

.dts-product-showcase-content.dts-valign-center {
	align-self: center;
	padding-top: 48px;
	padding-bottom: 48px;
}

.dts-product-showcase-content.dts-valign-bottom {
	align-self: flex-end;
	padding-top: 24px;
	padding-bottom: 48px;
}

.dts-product-showcase-title {
	font-family: var(--font-heading);
	font-size: 38px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.25;
	margin: 0 0 24px 0;
	letter-spacing: -0.5px;
}

.dts-product-showcase-btn {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s ease;
}

.dts-product-showcase-btn:hover {
	color: #ffffff;
	transform: translateX(4px);
}

.dts-product-showcase-btn-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #ffffff;
	color: #00c2e0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.25s ease, background-color 0.25s ease;
	flex-shrink: 0;
}

.dts-product-showcase-btn:hover .dts-product-showcase-btn-icon {
	transform: scale(1.1);
	background: #ffffff;
}

.dts-product-showcase-media {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	align-self: flex-end;
	min-width: 0;
}

.dts-product-showcase-media img {
	max-width: 100%;
	max-height: 340px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	vertical-align: bottom;
	filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.18));
}

/* Responsive (< 992px) */
@media (max-width: 991px) {
	.dts-product-showcase-wrapper {
		padding: 32px 24px 0 24px;
	}
	.dts-product-showcase-inner {
		flex-direction: column-reverse;
		text-align: center;
		gap: 24px;
	}
	.dts-product-showcase-content,
	.dts-product-showcase-content.dts-valign-top,
	.dts-product-showcase-content.dts-valign-center,
	.dts-product-showcase-content.dts-valign-bottom {
		align-self: center !important;
		text-align: center !important;
		padding-top: 0 !important;
		padding-bottom: 32px !important;
	}
	.dts-product-showcase-title {
		font-size: 28px;
		margin-bottom: 16px;
	}
	.dts-product-showcase-media {
		justify-content: center;
		width: 100%;
	}
	.dts-product-showcase-btn {
		justify-content: center;
	}
}

/* ==========================================
   DTS GROUP PAGE PRELOADER STYLES
   ========================================== */

#dts-preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #ffffff;
	z-index: 9999999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s cubic-bezier(0.16, 1, 0.3, 1);
	pointer-events: all;
}

#dts-preloader.dts-preloader-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.dts-preloader-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 20px;
}

.dts-preloader-brand-img {
	max-height: 55px;
	width: auto;
	object-fit: contain;
	animation: dtsPreloaderPulse 1.8s infinite ease-in-out;
}

.dts-preloader-brand-text {
	font-family: var(--font-heading);
	font-size: 32px;
	font-weight: 700;
	color: var(--primary-color);
	letter-spacing: -0.5px;
	display: flex;
	align-items: center;
	gap: 10px;
	animation: dtsPreloaderPulse 1.8s infinite ease-in-out;
}

.dts-preloader-brand-text strong {
	color: var(--primary-color);
}

.dts-preloader-diamond {
	font-size: 32px;
}

.dts-preloader-spinner-wrapper {
	position: relative;
	width: 48px;
	height: 48px;
}

.dts-preloader-spinner {
	width: 42px;
	height: 42px;
	border: 3px solid rgba(0, 194, 224, 0.15);
	border-top-color: #00c2e0;
	border-right-color: #0f3b85;
	border-radius: 50%;
	animation: dtsPreloaderSpin 0.8s linear infinite;
}

@keyframes dtsPreloaderSpin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes dtsPreloaderPulse {
	0%, 100% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.05);
		opacity: 0.85;
	}
}

/* ==========================================
   404 ERROR PAGE STYLES
   ========================================== */

.error-404-page {
	padding: 100px 0 120px;
	background: radial-gradient(circle at 50% 30%, rgba(0, 194, 224, 0.06) 0%, rgba(255, 255, 255, 0) 70%);
	min-height: calc(100vh - 350px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.dts-error-404-inner {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}

.dts-error-404-badge {
	display: inline-block;
	background: rgba(0, 194, 224, 0.1);
	color: #00c2e0;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1.5px;
	padding: 6px 18px;
	border-radius: 50px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.dts-error-404-number {
	font-family: var(--font-heading);
	font-size: 130px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 10px 0;
	background: linear-gradient(135deg, #0f3b85 0%, #00c2e0 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: -4px;
}

.dts-error-404-number span {
	background: linear-gradient(135deg, #00c2e0 0%, #3b82f6 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.dts-error-404-title {
	font-family: var(--font-heading);
	font-size: 32px;
	font-weight: 700;
	color: var(--secondary-color, #0f3b85);
	margin: 0 0 16px 0;
}

.dts-error-404-desc {
	font-size: 16px;
	line-height: 1.6;
	color: #64748b;
	margin: 0 0 36px 0;
	text-align: center;
}

.dts-error-404-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.dts-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 28px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.dts-btn-primary {
	background: linear-gradient(135deg, #0f3b85 0%, #00c2e0 100%);
	color: #ffffff !important;
	box-shadow: 0 10px 24px rgba(0, 194, 224, 0.25);
}

.dts-btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(0, 194, 224, 0.35);
}

.dts-btn-outline {
	background: #ffffff;
	color: #0f3b85 !important;
	border: 2px solid #e2e8f0;
}

.dts-btn-outline:hover {
	border-color: #00c2e0;
	color: #00c2e0 !important;
	transform: translateY(-2px);
}

@media (max-width: 768px) {
	.error-404-page {
		padding: 60px 0 80px;
	}
	.dts-error-404-number {
		font-size: 90px;
	}
	.dts-error-404-title {
		font-size: 24px;
	}
}

/* ==========================================
   UNIVERSAL GUTENBERG FULL-BLEED UTILITIES
   ========================================== */

/* 1. Class full-bleed-bg: Tự động kéo dãn Background image/color ra 100vw cho bất kỳ block WP mặc định nào */
.full-bleed-bg,
.has-full-bleed-bg,
[class*="full-bleed-bg"] {
	position: relative !important;
	overflow: visible !important;
}

.full-bleed-bg::before,
.has-full-bleed-bg::before,
[class*="full-bleed-bg"]::before {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 50% !important;
	right: 50% !important;
	width: 100vw !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	background-color: inherit !important;
	background-image: inherit !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	z-index: -1 !important;
	pointer-events: none !important;
}

/* 2. Class full-bleed-section: Phá khung kéo dãn toàn bộ block ra 100vw toàn màn hình */
.full-bleed-section,
.has-full-bleed-section,
[class*="full-bleed-section"] {
	position: relative !important;
	width: 100vw !important;
	left: 50% !important;
	right: 50% !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	max-width: 100vw !important;
}

/* ==========================================
   DTS PRODUCT INFO CARDS BLOCK STYLES
   ========================================== */

.dts-product-info-cards-section {
	padding: 30px 0;
	position: relative;
	width: 100%;
}

.dts-pic-header {
	text-align: center;
	margin-bottom: 40px;
}

.dts-pic-title {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	color: var(--primary-color);
}

.dts-pic-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* Tự động căn giữa các thẻ khi số lượng ít hơn số cột cấu hình */
	align-items: stretch;
	gap: 24px;
	width: 100%;
}

.dts-pic-card {
	display: flex;
	flex-direction: column;
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
}

/* Cấu hình số cột trên Desktop */
.dts-pic-cols-4 .dts-pic-card {
	flex: 0 0 calc(25% - 18px);
	max-width: calc(25% - 18px);
}

.dts-pic-cols-3 .dts-pic-card {
	flex: 0 0 calc(33.333% - 16px);
	max-width: calc(33.333% - 16px);
}

.dts-pic-cols-2 .dts-pic-card {
	flex: 0 0 calc(50% - 12px);
	max-width: calc(50% - 12px);
}

.dts-pic-cols-1 .dts-pic-card {
	flex: 0 0 100%;
	max-width: 100%;
}

.dts-pic-card-inner {
	background: #ffffff;
	border: 1.5px solid #e0f2fe;
	border-radius: 20px;
	padding: 32px 26px;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 10px 30px rgba(0, 194, 224, 0.05);
	transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.dts-pic-card:hover .dts-pic-card-inner {
	transform: translateY(-4px);
	border-color: #00c2e0;
	box-shadow: 0 18px 40px rgba(0, 194, 224, 0.14);
}

.dts-pic-card-title {
	font-size: 18px;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 12px 0;
	line-height: 1.35;
	letter-spacing: -0.2px;
}

.dts-pic-card-desc {
	font-size: 14px;
	line-height: 1.65;
	color: #475569;
	margin: 0;
	font-weight: 400;
}

@media (max-width: 1200px) {
	.dts-pic-cols-4 .dts-pic-card,
	.dts-pic-cols-3 .dts-pic-card {
		flex: 0 0 calc(50% - 12px);
		max-width: calc(50% - 12px);
	}
}

@media (max-width: 768px) {
	.dts-pic-cols-4 .dts-pic-card,
	.dts-pic-cols-3 .dts-pic-card,
	.dts-pic-cols-2 .dts-pic-card {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.dts-pic-card-inner {
		padding: 24px 20px;
		border-radius: 16px;
	}
}


/* ==========================================
   DTS YOUTUBE PRODUCT BLOCK STYLES
   ========================================== */

.dts-yt-product-section {
	width: 100%;
	position: relative;
}

.dts-yt-product-container {
	max-width: var(--container-width);
	width: 100%;
	margin: 0 auto;
}

.dts-yt-product-title {
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 36px;
	color: var(--primary-color);
}

/* Grid dùng CSS custom property --dts-yt-cols từ inline style */
.dts-yt-product-grid {
	display: grid;
	grid-template-columns: repeat(var(--dts-yt-cols, 3), 1fr);
	gap: 24px;
	width: 100%;
}

/* Card */
.dts-yt-card {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
	border: 1px solid #e8f0fe;
	transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
	            box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	display: flex;
	flex-direction: column;
}

.dts-yt-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 36px rgba(0, 0, 0, 0.13);
}

/* Card link – remove default anchor styles */
.dts-yt-card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.dts-yt-card-link:hover {
	color: inherit;
}

/* Thumbnail */
.dts-yt-card-thumb {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #0f172a;
}

.dts-yt-card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.dts-yt-card:hover .dts-yt-card-thumb img {
	transform: scale(1.04);
}

/* Play icon overlay */
.dts-yt-play-icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.dts-yt-play-icon svg {
	width: 52px;
	height: 52px;
	filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
}

.dts-yt-card:hover .dts-yt-play-icon {
	opacity: 1;
}

/* Card body */
.dts-yt-card-body {
	padding: 16px 18px 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dts-yt-card-title {
	font-size: 16px;
	font-weight: 700;
	color: #0f172a;
	margin: 0;
	line-height: 1.45;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dts-yt-card-desc {
	font-size: 13px;
	color: #64748b;
	margin: 0;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Responsive */
@media (max-width: 1200px) {

	.dts-yt-product-grid {
		grid-template-columns: repeat(min(var(--dts-yt-cols, 3), 2), 1fr);
	}
}

@media (max-width: 768px) {


	.dts-yt-product-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.dts-yt-product-title {
		font-size: 30px;
		margin-bottom: 24px;
	}
}

@media (max-width: 480px) {
	.dts-yt-product-grid {
		grid-template-columns: 1fr;
	}
}

/* ==========================================
   DTS LATEST NEWS BLOCK STYLES (50%/50% 5 Posts)
   ========================================== */

.dts-latest-news-section {
	padding: 70px 0;
	position: relative;
	width: 100%;
}

.dts-latest-news-header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 45px;
	position: relative;
	width: 100%;
}

.dts-latest-news-header::before,
.dts-latest-news-header::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #94a3b8;
	opacity: 0.6;
}

.dts-latest-news-title {
	font-size: clamp(18px, 2.2vw, 24px);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #0f3b85;
	padding: 0 28px;
	margin: 0;
	white-space: nowrap;
	line-height: 1.2;
}

.dts-latest-news-title .dts-heading-part-1 {
	color: #0f3b85;
}

.dts-latest-news-title .dts-heading-part-2 {
	color: #00c2e0;
}

.dts-latest-news-footer {
	display: flex;
	justify-content: center;
	margin-top: 45px;
}

.dts-news-see-all-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	border-radius: 50px;
	background: #f0f9ff;
	color: #0284c7;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.dts-news-see-all-btn:hover {
	background: #00c2e0;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 194, 224, 0.25);
}

/* 2 Columns Layout: 45% Left Featured / 55% Right List */
.dts-latest-news-grid {
	display: grid;
	grid-template-columns: 45% 1fr;
	gap: 32px;
	align-items: stretch;
}

/* Left Column: Featured Card */
.dts-news-featured-col {
	display: flex;
	flex-direction: column;
}

.dts-news-featured-card {
	background: #ffffff;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(226, 232, 240, 0.9);
	box-shadow: 0 10px 35px rgba(15, 23, 42, 0.05);
	transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.dts-news-featured-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 45px rgba(0, 194, 224, 0.12);
	border-color: rgba(0, 194, 224, 0.3);
}

.dts-news-featured-img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 8;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.dts-news-featured-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dts-news-featured-card:hover .dts-news-featured-img-wrap img {
	transform: none !important;
}

/* Placeholder banner matching media__1785382203115.png */
.dts-news-placeholder-banner {
	width: 100%;
	height: 100%;
	min-height: 200px;
	background: linear-gradient(135deg, #0052d4 0%, #4364f7 50%, #6fb1fc 100%);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px 20px 0 0;
}

.dts-banner-overlay {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
	pointer-events: none;
}

.dts-banner-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #ffffff;
}

.dts-banner-brand {
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	opacity: 0.85;
	margin-bottom: 12px;
}

.dts-banner-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
	color: #ffffff;
}

.dts-news-featured-body {
	padding: 22px 24px 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.dts-news-featured-col .dts-news-featured-title {
	font-size: 18px;
}

/* Category Badge with Horizontal Dividing Line to the Right */
.dts-news-cat-badge-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 5px;
	width: 100%;
}

.dts-news-cat-badge-wrap::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #e2e8f0;
}

.dts-news-cat-badge {
	display: inline-block;
	padding: 5px 16px;
	border-radius: 50px;
	background: #2563eb;
	color: #ffffff;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.dts-news-cat-badge--sm {
	padding: 3px 12px;
	font-size: 11.5px;
	background: #e0f2fe;
	color: #0369a1;
}

.dts-news-featured-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.38;
	margin: 0 0 12px 0;
}

.dts-news-featured-title a {
	color: #0f172a;
	text-decoration: none;
	transition: color 0.25s ease;
}

.dts-news-featured-title a:hover {
	color: #00c2e0;
}

.dts-news-featured-excerpt {
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 18px 0;
	flex: 1;
}

.dts-news-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid #f1f5f9;
}

.dts-news-date {
	font-size: 13.5px;
	color: #94a3b8;
	font-weight: 500;
}

.dts-news-read-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 700;
	color: #0f172a;
	text-decoration: none;
	transition: color 0.25s ease, transform 0.25s ease;
}

.dts-news-read-more:hover {
	color: #00c2e0;
	transform: translateX(3px);
}

/* Right Column: 4 Compact Horizontal List Items */
.dts-news-list-col {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: space-between;
}

.dts-news-list-item {
	background: #ffffff;
	border-radius: 18px;
	padding: 14px 18px;
	display: flex;
	align-items: center;
	gap: 18px;
	border: 1px solid rgba(226, 232, 240, 0.8);
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.03);
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.dts-news-list-item:hover {
	transform: translateX(4px);
	box-shadow: 0 10px 30px rgba(0, 194, 224, 0.1);
	border-color: rgba(0, 194, 224, 0.3);
}

.dts-news-list-img-wrap {
	width: 240px;
	height: 150px;
	min-width: 140px;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
}

.dts-news-list-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dts-news-placeholder-thumb {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #00c2e0 0%, #0f3b85 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.dts-news-list-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 0;
}

.dts-news-list-title {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	margin: 4px 0 8px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dts-news-list-title a {
	color: #0f172a;
	text-decoration: none;
	transition: color 0.25s ease;
}

.dts-news-list-title a:hover {
	color: #00c2e0;
}

.dts-news-list-excerpt {
	font-size: 14px;
	color: #64748b;
	line-height: 1.45;
	margin: 0 0 6px 0;
}

/* Responsive Rules */
@media (max-width: 1024px) {
	.dts-latest-news-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	
	.dts-news-list-img-wrap {
		display: none;
	}
}

@media (max-width: 640px) {
	.dts-latest-news-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
	}

	.dts-news-list-item {
		flex-direction: column;
		align-items: flex-start;
	}

	.dts-news-list-img-wrap {
		width: 100%;
		height: 180px;
		min-width: 100%;
	}
}

/* ==========================================
   DTS NEWS TABS BLOCK STYLES (8 Posts & AJAX)
   ========================================== */

.dts-news-tabs-section {
	padding: 70px 0;
	position: relative;
	width: 100%;
}

.dts-news-tabs-header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
	position: relative;
	width: 100%;
}

.dts-news-tabs-header::before,
.dts-news-tabs-header::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #94a3b8;
	opacity: 0.6;
}

.dts-news-tabs-title {
	font-size: clamp(18px, 2.2vw, 24px);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #0f3b85;
	padding: 0 28px;
	margin: 0;
	white-space: nowrap;
	line-height: 1.2;
}

.dts-news-tabs-title .dts-heading-part-1 {
	color: #0f3b85;
}

.dts-news-tabs-title .dts-heading-part-2 {
	color: #00c2e0;
}

/* Tab Bar Navigation */
.dts-news-tab-bar-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.dts-news-tab-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.dts-news-tab-btn {
	padding: 10px 24px;
	border-radius: 50px;
	background: #f1f5f9;
	color: #475569;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #e2e8f0;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	cursor: pointer;
	outline: none;
}

.dts-news-tab-btn:hover {
	background: #e2e8f0;
	color: #0f172a;
}

.dts-news-tab-btn.active {
	background: #00c2e0;
	color: #ffffff;
	border-color: #00c2e0;
	box-shadow: 0 6px 20px rgba(0, 194, 224, 0.25);
}

/* Grid Container: 4 Columns x 2 Rows (8 Cards) */
.dts-news-tabs-grid-wrap {
	position: relative;
	width: 100%;
	min-height: 300px;
}

.dts-news-tabs-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.dts-news-tab-card {
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(226, 232, 240, 0.9);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
	display: flex;
	flex-direction: column;
	transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
	height: 100%;
}

.dts-news-tab-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 45px rgba(0, 194, 224, 0.12);
	border-color: rgba(0, 194, 224, 0.3);
}

.dts-news-card-img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9.5;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.dts-news-card-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dts-news-card-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.dts-news-card-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 10px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dts-news-card-title a {
	color: #0f172a;
	text-decoration: none;
	transition: color 0.25s ease;
}

.dts-news-card-title a:hover {
	color: #00c2e0;
}

.dts-news-card-excerpt {
	font-size: 13.5px;
	color: #64748b;
	line-height: 1.55;
	margin: 0 0 16px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	flex: 1;
}

/* AJAX Spinner Overlay */
.dts-news-tabs-spinner {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(2px);
	border-radius: 20px;
	z-index: 10;
}

.dts-spinner-circle {
	width: 44px;
	height: 44px;
	border: 4px solid rgba(0, 194, 224, 0.2);
	border-top-color: #00c2e0;
	border-radius: 50%;
	animation: dtsSpin 0.8s linear infinite;
}

@keyframes dtsSpin {
	to { transform: rotate(360deg); }
}

/* AJAX Pagination Styling */
.dts-news-pagination-wrap {
	margin-top: 45px;
	display: flex;
	justify-content: center;
}

.dts-news-ajax-pagination {
	display: inline-flex;
}

.dts-pagination-list {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.dts-page-num {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	color: #334155;
	font-size: 14.5px;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease;
	outline: none;
}

.dts-page-num:hover {
	border-color: #00c2e0;
	color: #00c2e0;
	background: #f0f9ff;
}

.dts-page-num.active {
	background: #00c2e0;
	color: #ffffff;
	border-color: #00c2e0;
	box-shadow: 0 4px 14px rgba(0, 194, 224, 0.3);
}

.dts-news-no-results {
	grid-column: 1 / -1;
	text-align: center;
	padding: 50px 20px;
	color: #64748b;
	font-size: 15px;
}

/* News Tabs Responsive Rules */
@media (max-width: 1024px) {
	.dts-news-tabs-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}

@media (max-width: 640px) {
	.dts-news-tabs-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.dts-news-tab-bar {
		gap: 8px;
	}

	.dts-news-tab-btn {
		padding: 8px 16px;
		font-size: 13px;
	}
}

/* ==========================================
   DTS SINGLE POST TEMPLATE STYLES
   ========================================== */

.single-post-main {
	padding-top: 40px;
	padding-bottom: 80px;
	background: #ffffff;
}

.single-projects .single-post-container{
	max-width: 1920px;
	padding-left: 90px;
	padding-right: 90px;
}

.single-post-container {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 50px;
}

.single-post-header {
	margin-bottom: 30px;
}

.single-breadcrumb-wrap {
	margin-bottom: 24px;
}

/* Breadcrumb Navigation (Rank Math + Custom Theme) */
.dts-breadcrumb,
.rank-math-breadcrumb {
	display: block;
	font-size: 14.5px;
	margin-bottom: 20px;
	color: #0f3b85;
}

.dts-breadcrumb-list {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}

.dts-breadcrumb-item {
	display: inline-flex;
	align-items: center;
}

.dts-breadcrumb-item a,
.rank-math-breadcrumb a {
	color: #0f3b85;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.dts-breadcrumb-item a:hover,
.rank-math-breadcrumb a:hover {
	color: #00c2e0;
}

.dts-breadcrumb-item.active,
.rank-math-breadcrumb .last {
	color: #1e40af;
	font-weight: 600;
}

.dts-breadcrumb-sep,
.rank-math-breadcrumb .separator {
	color: #94a3b8;
	font-weight: 500;
	margin: 0 6px;
	user-select: none;
}

.single-post-h1 {
	font-size: clamp(26px, 3.2vw, 38px);
	font-weight: 800;
	line-height: 1.3;
	color: #0f3b85;
	margin: 0 0 18px 0;
	letter-spacing: -0.01em;
}

/* Meta Bar: Category Pill Badge + Date */
.single-post-meta-bar {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	font-size: 14px;
	color: #64748b;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e8f0;
}

.single-post-cat-badge-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.single-post-cat-badge-wrap .dts-news-cat-badge {
	display: inline-block;
	padding: 5px 18px;
	border-radius: 50px;
	background: #2563eb;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: all 0.25s ease;
}

.single-post-cat-badge-wrap .dts-news-cat-badge:hover {
	background: #00c2e0;
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 194, 224, 0.3);
}

.single-post-meta-bar .meta-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.single-post-meta-bar .meta-category a {
	color: #2563eb;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s ease;
}

.single-post-meta-bar .meta-category a:hover {
	color: #00c2e0;
	text-decoration: underline;
}

.single-post-meta-bar .meta-dot {
	color: #cbd5e1;
}

/* Featured Image */
.single-post-featured-image {
	width: 100%;
	margin-bottom: 36px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.single-post-featured-image img {
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: cover;
	display: block;
}

/* Single Post Content Typography (Classic WP + Gutenberg Support) */
.single-post-content {
	font-size: 16.5px;
	line-height: 1.8;
	color: #334155;
}

.single-post-content p {
	margin-bottom: 22px;
	line-height: 1.8;
}

.single-post-content h2 {
	font-size: 26px;
	font-weight: 700;
	color: #0f3b85;
	margin: 40px 0 18px 0;
	line-height: 1.35;
}

.single-post-content h3 {
	font-size: 21px;
	font-weight: 700;
	color: #0f172a;
	margin: 32px 0 14px 0;
	line-height: 1.4;
}

.single-post-content h4,
.single-post-content h5,
.single-post-content h6 {
	font-size: 18px;
	font-weight: 700;
	color: #0f172a;
	margin: 28px 0 12px 0;
}

/* WP Alignments & Images (Classic figure.wp-caption & Gutenberg) */
.single-post-content img,
.entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 14px;
}

.single-post-content .aligncenter,
.single-post-content figure.aligncenter,
.single-post-content .wp-caption.aligncenter,
.single-post-content img.aligncenter,
.single-post-content .wp-block-image.aligncenter,
.entry-content .aligncenter,
.entry-content figure.aligncenter,
.entry-content .wp-caption.aligncenter,
.entry-content img.aligncenter,
.entry-content .wp-block-image.aligncenter {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.single-post-content .aligncenter img,
.single-post-content figure.aligncenter img,
.single-post-content .wp-caption.aligncenter img,
.entry-content .aligncenter img,
.entry-content figure.aligncenter img,
.entry-content .wp-caption.aligncenter img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}

.single-post-content .alignleft,
.single-post-content figure.alignleft,
.single-post-content .wp-caption.alignleft,
.single-post-content img.alignleft,
.entry-content .alignleft,
.entry-content figure.alignleft,
.entry-content .wp-caption.alignleft,
.entry-content img.alignleft {
	float: left;
	margin: 6px 24px 20px 0;
	max-width: 48%;
}

.single-post-content .alignright,
.single-post-content figure.alignright,
.single-post-content .wp-caption.alignright,
.single-post-content img.alignright,
.entry-content .alignright,
.entry-content figure.alignright,
.entry-content .wp-caption.alignright,
.entry-content img.alignright {
	float: right;
	margin: 6px 0 20px 24px;
	max-width: 48%;
}

.single-post-content .alignnone,
.single-post-content figure.alignnone,
.single-post-content .wp-caption.alignnone,
.single-post-content img.alignnone,
.entry-content .alignnone,
.entry-content figure.alignnone,
.entry-content .wp-caption.alignnone,
.entry-content img.alignnone {
	margin: 20px 0;
}

.single-post-content figcaption,
.single-post-content .wp-caption-text,
.entry-content figcaption,
.entry-content .wp-caption-text {
	font-size: 13.5px;
	color: #64748b;
	text-align: center;
	margin-top: 10px;
	font-style: italic;
	line-height: 1.5;
	display: block !important;
}

.single-post-content .wp-caption,
.entry-content .wp-caption {
	background: #f8fafc;
	border-radius: 14px;
	padding: 10px;
	max-width: 100%;
	border: 1px solid #e2e8f0;
	margin-top: 24px;
	margin-bottom: 24px;
}

/* Blockquotes */
.single-post-content blockquote,
.single-post-content .wp-block-quote {
	background: #f0f9ff;
	border-left: 4px solid #00c2e0;
	padding: 20px 24px;
	border-radius: 0 14px 14px 0;
	margin: 32px 0;
	font-size: 17.5px;
	font-style: italic;
	color: #0369a1;
	line-height: 1.65;
}

.single-post-content blockquote p {
	margin-bottom: 0;
}

/* Lists */

.single-post-content ul,
.single-post-content ol {
	margin: 20px 0 24px 28px;
	line-height: 1.8;
}
.single-post-content .wp-block-breadcrumbs ul,
.single-post-content .wp-block-breadcrumbs ol {
	margin: 0;
	
}


.single-post-content li {
	margin-bottom: 8px;
}

/* Tables */
.single-post-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
	font-size: 15px;
}

.single-post-content th,
.single-post-content td {
	padding: 12px 16px;
	border: 1px solid #e2e8f0;
	text-align: left;
}

.single-post-content th {
	background: #f8fafc;
	font-weight: 700;
	color: #0f172a;
}

.single-post-content hr {
	border: 0;
	height: 1px;
	background: #e2e8f0;
	margin: 40px 0;
}

/* Clearfix for content */
.single-post-content::after {
	content: "";
	display: table;
	clear: both;
}

/* Tags Footer */
.single-post-footer {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #e2e8f0;
}

.single-post-tags {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.single-post-tags .tags-label {
	font-weight: 700;
	color: #0f172a;
	font-size: 14px;
}

.single-post-tags a {
	display: inline-block;
	padding: 4px 14px;
	border-radius: 50px;
	background: #f1f5f9;
	color: #475569;
	font-size: 13px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.single-post-tags a:hover {
	background: #00c2e0;
	color: #ffffff;
}

/* 4. Related Posts Section (3 Items Grid) */
.single-related-posts-section {
	margin-top: 70px;
	padding-top: 40px;
	border-top: 2px solid #f1f5f9;
}

.related-posts-header {
	margin-bottom: 28px;
}

.related-posts-title {
	font-size: 22px;
	font-weight: 700;
	color: #0f3b85;
	margin: 0;
	position: relative;
	display: inline-block;
}

.related-posts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

@media (max-width: 900px) {
	.related-posts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.single-projects .single-post-container{

		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (max-width: 600px) {
	.related-posts-grid {
		grid-template-columns: 1fr;
	}
	.single-projects .single-post-container{

		padding-left: 20px;
		padding-right: 20px;
	}

	.single-post-content img.alignleft,
	.single-post-content img.alignright {
		float: none;
		margin: 15px 0;
		max-width: 100%;
	}
}

/* ==========================================
   DTS Policy Slider Block (Slide Chính Sách Tuyển Dụng)
   ========================================== */
.dts-policy-slider-wrapper {
	margin-top: 40px;
	margin-bottom: 50px;
	position: relative;
}

.dts-policy-slider-container {
	position: relative;
}

.dts-policy-slides-track {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background-color: #faf7f2;
	box-shadow: 0 12px 36px -8px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(226, 232, 240, 0.6);
}

.dts-policy-slides-inner-track {
	display: flex;
	width: 100%;
	transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1);
	will-change: transform;
}

.dts-policy-slide-card {
	flex: 0 0 100%;
	width: 100%;
	min-width: 100%;
	box-sizing: border-box;
	display: block;
	opacity: 1;
}

.dts-policy-slide-inner {
	display: flex;
	align-items: center;
	min-height: 420px;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
}

/* Left Content Col */
.dts-policy-slide-content {
	flex: 0 0 50%;
	max-width: 550px;
	padding: 48px 56px;
	z-index: 2;
	position: relative;
}

.dts-policy-badge {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: #9333ea;
	background: rgba(147, 51, 234, 0.08);
	padding: 4px 14px;
	border-radius: 20px;
	margin-bottom: 16px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.dts-policy-title {
	font-size: 38px;
	font-weight: 700;
	color: #111827;
	line-height: 1.25;
	margin: 0 0 20px 0;
	letter-spacing: -0.5px;
}

.dts-policy-desc {
	font-size: 16px;
	line-height: 1.7;
	color: #4b5563;
	margin: 0;
	max-width: 520px;
}

/* Footer Navigation Controls */
.dts-policy-slider-footer {
	display: flex;
	align-items: center;
	gap: 24px;
	padding-top: 28px;
	width: 100%;
}

.dts-policy-slider-line {
	flex: 1 1 auto;
	height: 1px;
	background-color: #e2e8f0;
}

.dts-policy-slider-nav {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 0 0 auto;
}

.dts-policy-nav-btn {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 2px solid #a855f7;
	background: #ffffff;
	color: #a855f7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.dts-policy-nav-btn:hover {
	background: #a855f7;
	color: #ffffff;
	transform: translateY(-3px) scale(1.03);
	box-shadow: 0 10px 24px rgba(168, 85, 247, 0.35);
}

.dts-policy-nav-btn:active {
	transform: translateY(0) scale(0.98);
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
	.dts-policy-slide-inner {
		min-height: 380px;
		background-position: center center;
	}

	.dts-policy-slide-content {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 36px 32px;
	}

	.dts-policy-title {
		font-size: 30px;
	}
}

@media (max-width: 600px) {
	.dts-policy-slide-content {
		padding: 24px 20px;
	}

	.dts-policy-title {
		font-size: 24px;
	}

	.dts-policy-desc {
		font-size: 14.5px;
	}

	.dts-policy-nav-btn {
		width: 52px;
		height: 52px;
	}
}

/* ==========================================
   DTS Company Activities Block (Slide Hoạt Động Công Ty)
   ========================================== */
.dts-activities-section {
	position: relative;
	overflow: hidden;
	padding: 0;
}

.dts-activities-header {
	text-align: center;
	margin-bottom: 32px;
}

.dts-activities-title {
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	letter-spacing: -0.5px;
}

.dts-activities-slider-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 12px 0 20px 0;
}

.dts-activities-track {
	display: flex;
	gap: 24px;
	width: max-content;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-duration: var(--act-speed, 30s);
	will-change: transform;
}

.dts-dir-rtl .dts-activities-track {
	animation-name: dtsMarqueeRTL;
}

.dts-dir-ltr .dts-activities-track {
	animation-name: dtsMarqueeLTR;
}

.dts-activities-slider-wrapper:hover .dts-activities-track {
	animation-play-state: paused;
}

.dts-activity-card {
	width: 360px;
	flex: 0 0 360px;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	box-shadow: none;
	transition: transform 0.35s ease;
	cursor: pointer;
}

.dts-activity-card:hover {
	transform: translateY(-6px) scale(1.02);
	box-shadow: none;
}

.dts-activity-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.15) 60%, transparent 100%);
	display: flex;
	align-items: flex-end;
	padding: 24px;
	opacity: 0.9;
	transition: opacity 0.3s ease;
}

.dts-activity-card:hover .dts-activity-overlay {
	opacity: 1;
}

.dts-activity-info {
	color: #ffffff;
}

.dts-activity-card-title {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 4px 0;
	line-height: 1.3;
}

.dts-activity-card-sub {
	font-size: 13.5px;
	color: #cbd5e1;
	margin: 0;
	line-height: 1.4;
}

@keyframes dtsMarqueeRTL {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@keyframes dtsMarqueeLTR {
	0% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0);
	}
}

@media (max-width: 768px) {
	.dts-activity-card {
		width: 280px;
		flex: 0 0 280px;
	}
	.dts-activities-title {
		font-size: 26px;
	}
}

/* ==========================================
   DTS Latest Jobs Block (Khối Tin Tuyển Dụng Mới Nhất)
   ========================================== */
.dts-latest-jobs-section {
	margin-top: 60px;
	margin-bottom: 70px;
	position: relative;
}

.dts-latest-jobs-layout {
	display: flex;
	gap: 48px;
	align-items: flex-start;
}

/* Left Column: Single Card Banner (Matching Mockup Image) */
.dts-latest-jobs-left-col {
	flex: 0 0 42%;
	max-width: 42%;
	position: sticky;
	top: 100px;
}

.dts-latest-jobs-card-banner {
	width: 100%;
	min-height: 540px;
	border-radius: 28px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	box-shadow: 0 12px 36px -8px rgba(0, 0, 0, 0.12);
}

.dts-latest-jobs-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(15, 23, 42, 0.94) 0%, rgba(15, 23, 42, 0.45) 45%, transparent 80%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 36px 32px;
}

.dts-latest-jobs-card-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}

.dts-latest-jobs-card-info {
	color: #ffffff;
	flex: 1 1 auto;
}

.dts-latest-jobs-card-sub {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 8px;
}

.dts-latest-jobs-card-title {
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.3;
	margin: 0;
	letter-spacing: -0.3px;
}

.dts-latest-jobs-card-title .dts-heading-part-1, 
.dts-latest-jobs-card-title .dts-heading-part-2{
	color: #ffffff;
}

.dts-latest-jobs-card-btn-wrap {
	flex: 0 0 auto;
}

.dts-latest-jobs-card-btn {
	display: inline-block;
	padding: 13px 26px;
	background: #ffffff;
	color: #0f172a;
	font-size: 14.5px;
	font-weight: 600;
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.25s ease;
	white-space: nowrap;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dts-latest-jobs-card-btn:hover {
	background: #0f3b85;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(15, 59, 133, 0.35);
}

/* Right Column (Scrollable List) */
.dts-latest-jobs-right-col {
	flex: 0 0 58%;
	max-width: 58%;
}

.dts-latest-jobs-scroll-wrap {
	max-height: 540px;
	overflow-y: auto;
	padding-right: 16px;
}

/* Sleek Scrollbar */
.dts-latest-jobs-scroll-wrap::-webkit-scrollbar {
	width: 6px;
}
.dts-latest-jobs-scroll-wrap::-webkit-scrollbar-track {
	background: #f1f5f9;
	border-radius: 10px;
}
.dts-latest-jobs-scroll-wrap::-webkit-scrollbar-thumb {
	background: #cbd5e1;
	border-radius: 10px;
}
.dts-latest-jobs-scroll-wrap::-webkit-scrollbar-thumb:hover {
	background: #94a3b8;
}

.dts-latest-jobs-list {
	display: flex;
	flex-direction: column;
}

.dts-job-item-card:last-child {
	margin-bottom: 0;

}

.dts-job-item-card{
	border-bottom: none;
	margin-bottom: 30px;
	padding: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
	transition: background 0.2s ease; 
}

.dts-job-item-top {
	margin-bottom: 16px;
}

.dts-job-item-title {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
	color: #1e293b;
}

.dts-job-item-title a {
	color: #1e293b;
	text-decoration: none;
	transition: color 0.2s ease;
}

.dts-job-item-title a:hover {
	color: #0f3b85;
}

.dts-job-item-body {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
}

/* Left Meta Grid */
.dts-job-item-meta-grid {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dts-job-meta-row {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14.5px;
	color: #64748b;
}

.dts-job-meta-row .meta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #64748b;
}

.dts-job-meta-row .meta-icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	display: block;
}

.dts-job-meta-row .meta-label {
	color: #64748b;
}

.dts-job-meta-row .meta-val {
	color: #0f172a;
	font-weight: 600;
}

/* Right Action Buttons (Matching Mockup Image Exactly) */
.dts-job-item-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	text-align: center;
}

.dts-job-apply-outline-btn {
	padding: 8px 32px;
	border-radius: 8px;
	border: 1.5px solid #1e293b;
	background: #ffffff;
	color: #0f172a;
	font-size: 14.5px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease;
}

.dts-job-apply-outline-btn:hover {
	background: #0f3b85;
	border-color: #0f3b85;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(15, 59, 133, 0.2);
}

.dts-job-details-link {
	font-size: 13.5px;
	color: #1e293b;
	text-decoration: underline;
	text-underline-offset: 4px;
	font-weight: 500;
	transition: color 0.2s ease;
}

.dts-job-details-link:hover {
	color: #0f3b85;
}

@media (max-width: 992px) {
	.dts-latest-jobs-layout {
		flex-direction: column;
		gap: 36px;
	}

	.dts-latest-jobs-left-col,
	.dts-latest-jobs-right-col {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		position: relative;
		top: 0;
	}

	.dts-latest-jobs-card-banner {
		min-height: 380px;
		width: 100%;
		display: block;
	}

	.dts-latest-jobs-card-overlay {
		padding: 28px 24px;
	}

	.dts-latest-jobs-scroll-wrap {
		max-height: none;
		overflow-y: visible;
		padding-right: 0;
	}
}

@media (max-width: 600px) {
	.dts-latest-jobs-card-banner {
		min-height: 340px;
		border-radius: 20px;
	}

	.dts-latest-jobs-card-overlay {
		padding: 24px 20px;
	}

	.dts-latest-jobs-card-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.dts-latest-jobs-card-title {
		font-size: 20px;
	}

	.dts-latest-jobs-card-btn-wrap {
		width: 100%;
	}

	.dts-latest-jobs-card-btn {
		width: 100%;
		text-align: center;
		padding: 12px 20px;
	}

	.dts-job-item-body {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.dts-job-item-actions {
		flex-direction: row;
		align-items: center;
		width: 100%;
		justify-content: space-between;
	}

	.dts-job-item-title {
		font-size: 18px;
	}
}

/* ==========================================
   RELATED JOBS SECTION ("Vị trí khác")
   ========================================== */
.dts-related-jobs-section {
	margin-top: 60px;
	padding-top: 48px;
	border-top: 1px solid #e2e8f0;
}

.dts-related-jobs-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

.dts-related-jobs-title {
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	color: #0f172a;
}

.dts-related-view-all {
	color: #0f3b85;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.dts-related-view-all:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.dts-related-jobs-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.dts-related-job-card {
	background: #ffffff;
	border-radius: 20px;
	border: 1px solid #e2e8f0;
	padding: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.25s ease;
}

.dts-related-job-card:hover {
	box-shadow: 0 10px 30px rgba(15, 59, 133, 0.08);
	transform: translateY(-4px);
	border-color: #cbd5e1;
}

.dts-related-job-card-title {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 18px 0;
	color: #1e293b;
}

.dts-related-job-card-title a {
	color: #1e293b;
	text-decoration: none;
	transition: color 0.2s ease;
}

.dts-related-job-card-title a:hover {
	color: #0f3b85;
}

.dts-related-job-meta {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 24px;
}

.dts-related-job-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px solid #f1f5f9;
}

@media (max-width: 992px) {
	.dts-related-jobs-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

/* ==========================================
   JOBS ARCHIVE PAGE (Chi Tiết Danh Sách Tuyển Dụng)
   ========================================== */
.dts-jobs-archive-hero {
	background: linear-gradient(135deg, #0b192c 0%, #1e3a8a 100%);
	color: #ffffff;
	padding: 80px 0 60px 0;
	position: relative;
	overflow: hidden;
}

.dts-jobs-archive-hero-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.dts-jobs-hero-text-wrap {
	margin-top: 24px;
	max-width: 780px;
}

.dts-jobs-hero-subtitle {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #38bdf8;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.dts-jobs-hero-title {
	font-size: 38px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 16px 0;
	color: #ffffff;
}

.dts-jobs-hero-desc {
	font-size: 16px;
	line-height: 1.6;
	color: #cbd5e1;
	margin: 0;
}

.dts-jobs-archive-main-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 24px 80px 24px;
}

/* Category Filter Tabs */
.dts-job-filter-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 36px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e2e8f0;
}

.dts-filter-tab {
	display: inline-flex;
	align-items: center;
	padding: 10px 22px;
	border-radius: 30px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	color: #475569;
	font-size: 14.5px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.dts-filter-tab:hover {
	background: #ffffff;
	border-color: #0f3b85;
	color: #0f3b85;
}

.dts-filter-tab.is-active {
	background: #0f3b85;
	border-color: #0f3b85;
	color: #ffffff;
	box-shadow: 0 4px 14px rgba(15, 59, 133, 0.25);
}

.dts-jobs-archive-list-wrap {
	background: #ffffff;
	border-radius: 24px;
	border: 1px solid #e2e8f0;
	padding: 36px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
}

.dts-jobs-archive-list .dts-job-item-card {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #e2e8f0;
}

.dts-jobs-archive-list .dts-job-item-card:last-child {
	margin-bottom: 0;

}

.dts-jobs-pagination {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.dts-jobs-pagination .nav-links {
	display: flex;
	align-items: center;
	gap: 8px;
}

.dts-jobs-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border-radius: 10px;
	border: 1px solid #e2e8f0;
	background: #ffffff;
	color: #334155;
	font-size: 14.5px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.dts-jobs-pagination .page-numbers.current,
.dts-jobs-pagination .page-numbers:hover {
	background: #0f3b85;
	border-color: #0f3b85;
	color: #ffffff;
}

.dts-no-jobs-box {
	text-align: center;
	padding: 60px 20px;
	color: #64748b;
	font-size: 16px;
}

@media (max-width: 600px) {
	.dts-jobs-archive-list-wrap {
		padding: 20px 16px;
		border-radius: 16px;
	}
	.dts-jobs-hero-title {
		font-size: 28px;
	}
}

/* ==========================================
   DTS ICON & INFO CARD BLOCK (2 Columns Always)
   ========================================== */
.dts-icon-info-card {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
	box-sizing: border-box;
}

.dts-icon-info-card-left {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dts-icon-info-card-left img {
	display: block;
	max-width: 100%;
	object-fit: cover;
}

.dts-icon-info-card-right {
	flex: 1 1 auto;
	min-width: 0;
}

.dts-icon-info-card-title {
	margin: 0 0 2px 0;
	font-weight: 700;
	line-height: 1.35;
	color: #0f3b85;
}

.dts-icon-info-card-title .dts-heading-part-1 {
	color: #0f3b85;
}

.dts-icon-info-card-title .dts-heading-part-2 {
	color: #00c2e0;
}

.dts-icon-info-card-desc {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.6;
	color: #475569;
}

/* Ensure 2 columns layout on mobile screens */
@media (max-width: 768px) {
	.dts-icon-info-card {
		display: flex !important;
		flex-direction: row !important;
	}
}



.page-id-11{
	background-color: var(--primary-color);;

}
.page-id-11 .page-wrapper::before{
	background-image: none !important;
}
.page-id-11 .wp-block-breadcrumbs,.page-id-11 .wp-block-breadcrumbs a,
.page-id-11 .wp-block-breadcrumbs,.page-id-11 .wp-block-breadcrumbs li::after,
.page-id-11 .dts-heading-part-2,.page-id-11 .dts-heading-part-1, .page-id-11 .wp-block-paragraph, 
.page-id-11 .dts-job-item-title a, .page-id-11 .meta-val, .page-id-11 .meta-label,
.page-id-11 .dts-job-meta-row .meta-icon,
.page-id-11 .dts-job-details-link,
.page-id-11 .dts-no-jobs-msg
{
	color: #ffffff !important;
}
.page-id-11 .dts-job-item-title a:hover,.page-id-11 .dts-job-details-link:hover{
	color: #ffffff !important;
}
.page-id-11 .dts-job-apply-outline-btn:hover{
	background-color: var(--secondary-color);
}
.secondary-bg{
	background-color: var(--secondary-color);
}
.page-id-11 .secondary-bg{
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.page-id-11 .page-wrapper{
	padding-bottom: 0px !important;
	
}
.page-id-11 .dts-no-jobs-msg{

}

.page-id-29{
	background-color: var(--primary-color);;

}
.page-id-29 .page-wrapper::before{
	background-image: none !important;
}
.page-id-29 .wp-block-breadcrumbs,.page-id-29 .wp-block-breadcrumbs a,
.page-id-29 .wp-block-breadcrumbs,.page-id-29 .wp-block-breadcrumbs li::after,
.page-id-29 .dts-heading-part-2,.page-id-29 .dts-heading-part-1, .page-id-29 .wp-block-paragraph, 
.page-id-29 .dts-job-item-title a, .page-id-29 .meta-val, .page-id-29 .meta-label,
.page-id-29 .dts-job-meta-row .meta-icon,
.page-id-29 .dts-job-details-link,
.page-id-29 .dts-no-jobs-msg
{
	color: #ffffff !important;
}
.page-id-29 .dts-job-item-title a:hover,.page-id-29 .dts-job-details-link:hover{
	color: #ffffff !important;
}
.page-id-29 .dts-job-apply-outline-btn:hover{
	background-color: var(--secondary-color);
}
.secondary-bg{
	background-color: var(--secondary-color);
}
.page-id-29 .secondary-bg{
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.page-id-29 .page-wrapper{
	padding-bottom: 0px !important;
	
}
.page-id-29 .dts-no-jobs-msg{

}

/* No Jobs Empty State Box */
.dts-no-jobs-msg,
.dts-no-jobs-box {
	text-align: center !important;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
}

.dts-no-jobs-icon {
	width: 120px;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 16px auto;
	object-fit: contain;
}

.dts-no-jobs-msg p,
.dts-no-jobs-box p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	text-align: center !important;
}