/**
 * Flatsome Child Theme - Travel Design System
 * 100% Native UX Builder & WooCommerce Skinning
 */

:root {
	--trv-primary: #0B5B87;
	--trv-primary-deep: #0A3349;
	--trv-accent: #E51924;
	--trv-ink: #17313F;
	--trv-muted: #6D7F89;
	--trv-soft: #F6F8FA;
	--trv-line: #E4E9EC;
	--trv-card-radius: 16px;
	--trv-btn-radius: 99px;
	--trv-shadow: 0 10px 30px rgba(11, 91, 135, 0.08);
	--trv-shadow-hover: 0 16px 40px rgba(11, 91, 135, 0.16);
}

/* ==========================================================================
   1. GLOBAL TYPOGRAPHY & WIDESCREEN LAYOUT
   ========================================================================== */
body {
	color: var(--trv-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #ffffff;
}

/* Mở rộng chiều ngang container chuẩn Widescreen 1300px và căn giữa tuyệt đối */
.container,
.full-width .container,
.product-container,
.page-wrapper,
.blog-wrapper,
.blog-single,
#wrapper .container {
	max-width: 1300px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
}

#main {
	width: 100% !important;
	max-width: 100% !important;
}

.single-product .product-container {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* ==========================================================================
   1.1 HEADER, TOPBAR & PRIMARY MENU CUSTOMIZATION
   ========================================================================== */
#top-bar {
	background-color: #0A3349 !important;
	color: #ccd5db !important;
	font-size: 13px !important;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
#top-bar a {
	color: #ccd5db !important;
	transition: color 0.2s;
}
#top-bar a:hover {
	color: #E51924 !important;
}

#header {
	box-shadow: 0 2px 12px rgba(10, 51, 73, 0.08);
}

.header-main .header-nav-main > li > a {
	color: #17313F !important;
	transition: color 0.2s;
}

.header-main .header-nav-main > li > a:hover,
.header-main .header-nav-main > li.active > a,
.header-main .header-nav-main > li.current-menu-item > a {
	color: #E51924 !important;
}

.nav-dropdown {
	border-radius: 12px !important;
	box-shadow: 0 10px 30px rgba(10, 51, 73, 0.15) !important;
	border: 1px solid #E4E9EC !important;
	padding: 10px 0 !important;
}

.nav-dropdown li a {
	font-weight: 600 !important;
	font-size: 13.5px !important;
	color: #17313F !important;
	padding: 8px 20px !important;
}

.nav-dropdown li a:hover {
	color: #0B5B87 !important;
	background: #F6F8FA !important;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--trv-primary-deep);
	font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 1.3;
}


/* ==========================================================================
   2. FLATSOME NATIVE PRODUCT BOX SKINNING
   ========================================================================== */
.product-small.box {
	background: #ffffff;
	border-radius: var(--trv-card-radius) !important;
	border: 1px solid var(--trv-line) !important;
	box-shadow: var(--trv-shadow) !important;
	transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.product-small.box:hover {
	transform: translateY(-6px);
	box-shadow: var(--trv-shadow-hover) !important;
	border-color: rgba(11, 91, 135, 0.25) !important;
}

.product-small .box-image {
	border-radius: var(--trv-card-radius) var(--trv-card-radius) 0 0 !important;
	overflow: hidden;
	position: relative;
	height: 220px;
}

.product-small .box-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.product-small.box:hover .box-image img {
	transform: scale(1.08);
}

.product-small .box-text {
	padding: 18px 20px 20px 20px !important;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

/* Loop Badges */
.trv-loop-badges {
	position: absolute;
	top: 12px;
	left: 12px;
	display: flex;
	gap: 6px;
	z-index: 10;
}

.trv-loop-badges .trv-badge {
	font-size: 11px;
	font-weight: 800;
	padding: 4px 10px;
	border-radius: 6px;
	text-transform: uppercase;
}

.trv-badge-hot {
	background: #ff385c;
	color: #ffffff;
}

.trv-badge-featured {
	background: var(--trv-primary);
	color: #ffffff;
}

/* Loop Destination Tag */
.trv-loop-destination {
	font-size: 11px;
	font-weight: 800;
	color: var(--trv-accent);
	letter-spacing: 1px;
	margin-bottom: 6px;
}

/* Product Title */
.product-small .title-wrapper {
	margin-bottom: 12px;
}

.product-small .product-title {
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	min-height: 44px;
}

.product-small .product-title a {
	color: var(--trv-ink) !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

.product-small .product-title a:hover {
	color: var(--trv-primary) !important;
}

/* Loop Meta Box */
.trv-loop-meta-box {
	background: var(--trv-soft);
	border-radius: 10px;
	padding: 10px 12px;
	margin-bottom: 14px;
	font-size: 12.5px;
	color: var(--trv-muted);
}

.trv-loop-meta-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3px 0;
}

.trv-loop-meta-item {
	display: flex;
	align-items: center;
	gap: 5px;
}

.trv-seats-warning {
	color: #d9534f;
	font-weight: 600;
}

/* Price Styling */
.product-small .price-wrapper {
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px dashed var(--trv-line);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-small .price {
	font-size: 19px !important;
	font-weight: 800 !important;
	color: var(--trv-accent) !important;
}

.product-small .price del {
	font-size: 12px;
	color: var(--trv-muted);
	font-weight: normal;
	margin-right: 6px;
}

.product-small .price ins {
	text-decoration: none;
}

/* Loop Action Button */
.trv-loop-action-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 14px;
}

.trv-btn-view-tour {
	background: var(--trv-primary);
	color: #ffffff !important;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	display: inline-flex !important;
	align-items: center;
	justify-content: center !important;
	text-align: center !important;
	gap: 4px;
	transition: all 0.25s ease;
	box-sizing: border-box;
}

.trv-btn-view-tour:hover {
	background: var(--trv-primary-deep);
	transform: translateX(3px);
}

/* ==========================================================================
   3. NATIVE FEATURED BOXES & BANNER SKINNING
   ========================================================================== */
.featured-box {
	border-radius: var(--trv-card-radius);
	transition: all 0.3s ease;
	padding: 15px !important;
}

.featured-box:hover {
	transform: translateY(-4px);
}

.banner {
	border-radius: var(--trv-card-radius);
	overflow: hidden;
}

/* ==========================================================================
   4. FLATSOME MEGA MENU STYLING
   ========================================================================== */
.nav-dropdown-default {
	border-radius: 12px !important;
	box-shadow: var(--trv-shadow-hover) !important;
	border: 1px solid var(--trv-line) !important;
	overflow: hidden;
}

.trv-mega-menu-content a {
	color: var(--trv-ink);
	font-size: 13px;
	transition: color 0.2s ease, transform 0.2s ease;
	display: inline-block;
}

.trv-mega-menu-content a:hover {
	color: var(--trv-accent);
	transform: translateX(4px);
}

/* ==========================================================================
   5. BUTTONS & ACCENTS
   ========================================================================== */
.button.secondary,
.trv-btn-accent {
	background-color: var(--trv-accent) !important;
	border-color: var(--trv-accent) !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	border-radius: var(--trv-btn-radius) !important;
	box-shadow: 0 4px 15px rgba(229, 25, 36, 0.35);
	transition: all 0.25s ease;
}

.button.secondary:hover,
.trv-btn-accent:hover {
	background-color: #c40f19 !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(229, 25, 36, 0.45);
}

.button.primary,
.button.primary.is-outline,
a.button.primary,
a.button.primary.is-outline {
	background-color: var(--trv-primary) !important;
	border-color: var(--trv-primary) !important;
	color: #ffffff !important;
	border-radius: 99px !important;
	font-weight: 700 !important;
	transition: all 0.25s ease !important;
}

.button.primary span,
.button.primary.is-outline span,
a.button.primary span,
a.button.primary.is-outline span,
a[href*="/tour/"].button span,
a[href*="/tin-tuc/"].button span {
	color: #ffffff !important;
}

.button.primary:hover,
.button.primary.is-outline:hover,
a.button.primary:hover,
a.button.primary.is-outline:hover,
a[href*="/tour/"].button:hover,
a[href*="/tin-tuc/"].button:hover {
	background-color: var(--trv-primary-deep) !important;
	border-color: var(--trv-primary-deep) !important;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(11, 91, 135, 0.4);
}

.button.primary:hover span,
.button.primary.is-outline:hover span,
a.button.primary:hover span,
a.button.primary.is-outline:hover span,
a[href*="/tour/"].button:hover span,
a[href*="/tin-tuc/"].button:hover span {
	color: #ffffff !important;
}

/* ==========================================================================
   6. RESPONSIVE OPTIMIZATION
   ========================================================================== */
@media (max-width: 1024px) {
	.product-small .box-image {
		height: 190px;
	}
}

@media (max-width: 767px) {
	.product-small .box-image {
		height: 200px;
	}
	.product-small .product-title {
		font-size: 13px !important;
		min-height: auto;
	}
	.product-small .price-wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	.trv-loop-action-wrap {
		margin-top: 14px !important;
	}
	.trv-btn-view-tour {
		width: 100% !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
	}
}

/* ==========================================================================
 * MASTER ROYAL HERO VIDEO SECTION (YOUTUBE EMBED + SOUND TOGGLE)
 * ========================================================================== */

.bk-hero-video-section,
.trv-hero-video-section {
	position: relative;
	width: 100%;
	min-height: var(--bk-hero-height, var(--trv-hero-height, 740px));
	height: var(--bk-hero-height, var(--trv-hero-height, 740px));
	max-height: 100vh;
	overflow: hidden;
	background-color: #05121c;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bk-hero-video-container {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	pointer-events: none;
	z-index: 1;
}

.bk-hero-video-iframe-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.25);
	width: 100vw;
	height: 56.25vw;
	min-height: 100%;
	min-width: 177.77vh;
	pointer-events: none;
	opacity: 1;
	transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.bk-hero-video-section.is-video-ready .bk-hero-video-iframe-wrap,
.trv-hero-video-section.is-video-ready .bk-hero-video-iframe-wrap {
	opacity: 1;
}

.bk-hero-yt-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: none;
}

.bk-hero-video-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	transition: background 0.4s ease;
}

.bk-hero-video-content {
	position: relative;
	z-index: 5;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 80px;
}

.bk-hero-video-inner {
	max-width: 880px;
	text-align: left;
	animation: trvHeroFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}

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

.bk-hero-video-badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(8, 28, 44, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	padding: 7px 20px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	letter-spacing: 2px;
	margin-bottom: 18px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.bk-hero-badge-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #FFAE58;
	box-shadow: 0 0 10px #FFAE58;
	animation: trvHeroDotGlow 2s infinite ease-in-out;
}

@keyframes trvHeroDotGlow {
	0%, 100% { transform: scale(1); opacity: 0.8; }
	50% { transform: scale(1.35); opacity: 1; box-shadow: 0 0 16px #FFAE58; }
}

.bk-hero-video-kicker {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	color: #FFAE58;
	margin-bottom: 12px;
}

.bk-hero-video-title {
	font-size: clamp(34px, 4.8vw, 56px) !important;
	font-weight: 800 !important;
	line-height: 1.18 !important;
	color: #FFFFFF !important;
	margin-bottom: 22px !important;
	letter-spacing: -0.01em;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.85);
}

.bk-hero-video-desc {
	font-size: clamp(15px, 1.35vw, 17px);
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.92);
	max-width: 740px;
	margin-bottom: 34px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

/* Nút CTA */
.bk-hero-video-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.bk-hero-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 34px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none !important;
	transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
	cursor: pointer;
}

.bk-hero-btn-primary {
	background: linear-gradient(135deg, #E51924 0%, #B80C15 100%);
	color: #FFFFFF !important;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0 10px 30px rgba(229, 25, 36, 0.45);
}

.bk-hero-btn-primary:hover {
	background: linear-gradient(135deg, #FF3340 0%, #E51924 100%);
	color: #FFFFFF !important;
	transform: translateY(-3px);
	box-shadow: 0 15px 40px rgba(229, 25, 36, 0.65);
}

.bk-hero-btn-secondary {
	background: rgba(255, 255, 255, 0.12);
	color: #FFFFFF !important;
	border: 1.5px solid rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.bk-hero-btn-secondary:hover {
	background: rgba(255, 255, 255, 0.25);
	border-color: #FF4D58;
	color: #FF4D58 !important;
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.bk-hero-video-pills {
	display: flex;
	align-items: center;
	gap: 32px;
	flex-wrap: wrap;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 24px;
}

.bk-hero-pill {
	display: flex;
	align-items: center;
	gap: 12px;
}

.bk-pill-icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(229, 25, 36, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #FF4D58;
	flex-shrink: 0;
	backdrop-filter: blur(8px);
}

.bk-pill-info {
	display: flex;
	flex-direction: column;
}

.bk-pill-info strong {
	font-size: 13.5px;
	font-weight: 800;
	color: #FFFFFF;
	letter-spacing: 0.5px;
}

.bk-pill-info span {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.75);
}

.bk-hero-media-controls {
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 12px;
}

.bk-control-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(8, 28, 44, 0.85);
	border: 1.5px solid rgba(229, 25, 36, 0.5);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	padding: 10px 22px;
	border-radius: 999px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.5px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.bk-control-pill:hover {
	background: rgba(14, 42, 66, 0.95);
	border-color: #FF4D58;
	color: #FF4D58;
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(229, 25, 36, 0.35);
}

.bk-control-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(8, 28, 44, 0.85);
	border: 1.5px solid rgba(255, 255, 255, 0.3);
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	backdrop-filter: blur(14px);
	transition: all 0.3s ease;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.bk-control-btn:hover {
	border-color: #FF4D58;
	color: #FF4D58;
	transform: scale(1.08);
}

.bk-equalizer {
	display: flex;
	align-items: flex-end;
	gap: 3px;
	height: 14px;
}

.bk-bar {
	width: 3px;
	background: #999;
	border-radius: 2px;
	height: 4px;
	transition: all 0.2s ease;
}

.bk-sound-btn.is-unmuted .bk-bar {
	background: #E51924;
	animation: bkEqualize 1.2s infinite ease-in-out;
}

.bk-sound-btn.is-unmuted .bk-bar-1 { animation-delay: 0.1s; height: 12px; }
.bk-sound-btn.is-unmuted .bk-bar-2 { animation-delay: 0.3s; height: 8px; }
.bk-sound-btn.is-unmuted .bk-bar-3 { animation-delay: 0.5s; height: 14px; }
.bk-sound-btn.is-unmuted .bk-bar-4 { animation-delay: 0.2s; height: 6px; }

@keyframes bkEqualize {
	0%, 100% { transform: scaleY(0.4); }
	50% { transform: scaleY(1); }
}

@media (max-width: 768px) {
	.bk-hero-video-section,
	.trv-hero-video-section {
		min-height: 600px;
		height: auto;
		padding: 70px 0 90px;
	}
	.bk-hero-video-content {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.bk-hero-media-controls {
		right: 20px;
		bottom: 20px;
	}
	.bk-hero-video-pills {
		gap: 16px;
	}
}

/* Horizontal VI/EN buttons backed by the real GTranslate widget. */
.header-top .topbar-lang-switcher,
.header-top .trv-lang-switcher {
	display: none !important;
}

.trv-gtranslate-source {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	contain: paint !important;
	transform: translateZ(0) !important;
}

/* Triệt tiêu mọi popup/widget nổi từ GTranslate và Google Translate */
#gt_float_wrapper,
.gt_float_switcher,
.gt_switcher_wrapper,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-tooltip,
.goog-tooltip:hover {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body {
	top: 0 !important;
}

.header-top .trv-language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	padding: 3px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14);
}

.header-top .trv-language-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 43px;
	min-height: 28px;
	padding: 4px 8px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #fff;
	font: 800 11px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0.7px;
	cursor: pointer;
	transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.header-top .trv-language-button svg {
	width: 17px;
	height: 12px;
	flex: 0 0 auto;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.header-top .trv-language-button:hover {
	background: rgba(255, 255, 255, 0.15);
}

.header-top .trv-language-button.is-active {
	background: #ffae58;
	color: #0a3349;
	box-shadow: 0 2px 8px rgba(255, 174, 88, 0.34);
}

.header-top .trv-language-button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.header-top .trv-language-divider {
	color: rgba(255, 255, 255, 0.52);
	font-size: 11px;
	user-select: none;
}

@media (prefers-reduced-motion: reduce) {
	.header-top .trv-language-button {
		transition: none !important;
	}
}

.trv-global-footer .section-title,
.trv-global-footer .section-title-main,
.trv-global-footer .section-title b,
footer .section-title-main,
#footer .section-title-main,
#footer .section-title {
	color: #ffffff !important;
}

.trv-global-footer .section-title b,
#footer .section-title b {
	border-color: rgba(255, 255, 255, 0.25) !important;
	opacity: 0.6 !important;
}

.trv-footer-brand-wrap {
	display: block;
	margin-bottom: 18px;
}

.trv-footer-logo-link {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0;
	text-decoration: none;
}

.trv-footer-logo {
	display: block;
	width: auto;
	height: 65px;
	max-width: 220px;
	object-fit: contain;
}

/* ==========================================================================
   12. POST CONTENT & PAGE HEADER CLEANUP
   ========================================================================== */
.page-header-excerpt,
div.page-header-excerpt,
.page-template-page-blank .page-header-excerpt,
.page-id-du-an-thuc-hien .page-header-excerpt {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

/* Ẩn ảnh đại diện trùng lặp của Flatsome khi xem bài chi tiết */
.single-post .entry-header .entry-image {
	display: none !important;
}

/* ==========================================================================
   13. SINGLE POST & CASE STUDY DEDICATED LAYOUT
   ========================================================================== */
.trv-single-article-page,
#content.trv-single-article-page {
	background-color: #F8FAFC !important;
	padding: 25px 0 60px 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.trv-single-container {
	max-width: 1300px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 20px;
	box-sizing: border-box;
}

.trv-single-breadcrumbs {
	font-size: 13.5px;
	color: #6D7F89;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.trv-single-breadcrumbs a {
	color: #0B5B87;
	text-decoration: none;
	font-weight: 600;
}

.trv-single-breadcrumbs a:hover {
	color: #E51924;
}

.trv-single-breadcrumbs .divider {
	color: #cbd5e1;
}

.trv-single-breadcrumbs .current {
	color: #334155;
	font-weight: 600;
	max-width: 600px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.trv-article-card {
	background: #ffffff;
	border-radius: 18px;
	padding: 40px;
	border: 1px solid #E2E8F0;
	box-shadow: 0 10px 35px rgba(11, 91, 135, 0.06);
}

@media (max-width: 767px) {
	.trv-article-card {
		padding: 20px 16px;
	}
}

.trv-article-header {
	margin-bottom: 28px;
	border-bottom: 1px solid #E2E8F0;
	padding-bottom: 22px;
}

.trv-article-badges {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.trv-badge-cat {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 12px;
	border-radius: 99px;
}

.trv-badge-cat.is-project {
	background: #E51924;
	color: #ffffff;
}

.trv-badge-cat.is-tip {
	background: #0B5B87;
	color: #ffffff;
}

.trv-article-date {
	font-size: 13px;
	color: #6D7F89;
	font-weight: 500;
}

.trv-article-title {
	font-size: 2.1em;
	font-weight: 900;
	color: #0B5B87;
	line-height: 1.3;
	margin: 0 0 15px 0;
}

.trv-article-lead {
	font-size: 1.15em;
	color: #334155;
	line-height: 1.7;
	background: #F8FAFC;
	padding: 16px 20px;
	border-radius: 12px;
	border-left: 4px solid #FFAE58;
	margin-top: 15px;
}

.trv-article-body {
	font-size: 16.5px;
	line-height: 1.85;
	color: #1E293B;
}

.trv-article-body p {
	margin-bottom: 20px;
}

.trv-article-body h2,
.trv-article-body h3 {
	color: #0B5B87;
	font-weight: 800;
	margin: 35px 0 15px 0;
	line-height: 1.35;
}

.trv-article-body figure {
	margin: 28px 0;
}

.trv-article-body figure img {
	width: 100%;
	border-radius: 14px;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
	display: block;
}

.trv-article-body figure figcaption {
	font-size: 13.5px;
	color: #64748B;
	text-align: center;
	margin-top: 10px;
	font-style: italic;
}

/* CTA Box at bottom of article */
.trv-article-cta-box {
	background: linear-gradient(135deg, #0B5B87 0%, #0A3349 100%);
	color: #ffffff;
	border-radius: 16px;
	padding: 35px;
	margin: 40px 0 30px 0;
	box-shadow: 0 12px 35px rgba(11, 91, 135, 0.2);
}

.trv-cta-subtitle {
	color: #FFAE58;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
}

.trv-article-cta-box h3 {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: 800;
	margin: 0 0 12px 0;
	line-height: 1.3;
}

.trv-article-cta-box p {
	color: #e0e8ed;
	font-size: 1.05em;
	line-height: 1.7;
	margin-bottom: 22px;
}

.trv-cta-actions {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

/* Footer & Nav */
.trv-article-footer {
	border-top: 1px solid #E2E8F0;
	padding-top: 25px;
	margin-top: 30px;
}

.trv-share-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 25px;
}

.trv-share-label {
	font-weight: 700;
	color: #334155;
	font-size: 14px;
}

.trv-post-nav {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-top: 20px;
	border-top: 1px dashed #E2E8F0;
}

.trv-post-nav a {
	color: #0B5B87;
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
}

.trv-post-nav a:hover {
	color: #E51924;
}

/* SIDEBAR STYLING */
.trv-sidebar-sticky {
	position: sticky;
	top: 100px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.trv-sidebar-box {
	background: #ffffff;
	border-radius: 16px;
	padding: 26px;
	border: 1px solid #E2E8F0;
	box-shadow: 0 8px 25px rgba(11, 91, 135, 0.05);
}

.trv-sidebar-profile {
	background: #ffffff;
	border-top: 4px solid #E51924;
}

.trv-profile-badge {
	font-size: 10px;
	font-weight: 800;
	color: #E51924;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.trv-sidebar-profile h4 {
	font-size: 1.4em;
	font-weight: 900;
	color: #0B5B87;
	margin: 0 0 8px 0;
}

.trv-profile-desc {
	font-size: 13.5px;
	color: #64748B;
	line-height: 1.6;
	margin-bottom: 15px;
}

.trv-profile-stats {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 12px 0;
	margin: 0 0 15px 0;
	border-top: 1px solid #F1F5F9;
	border-bottom: 1px solid #F1F5F9;
	text-align: center;
}

.trv-profile-stats li {
	flex: 1;
}

.trv-profile-stats strong {
	display: block;
	font-size: 18px;
	font-weight: 900;
	color: #0B5B87;
}

.trv-profile-stats span {
	font-size: 11px;
	color: #94A3B8;
	text-transform: uppercase;
}

.trv-profile-contact {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 10px;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #F8FAFC;
	padding: 10px 14px;
	border-radius: 10px;
}

.contact-item .icon {
	font-size: 18px;
}

.contact-item small {
	display: block;
	font-size: 11px;
	color: #64748B;
}

.contact-item strong {
	font-size: 13.5px;
	color: #E51924;
}

.trv-sidebar-title {
	font-size: 14px;
	font-weight: 800;
	color: #0B5B87;
	letter-spacing: 1px;
	margin: 0 0 18px 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #E51924;
}

.trv-sidebar-post-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.trv-sidebar-post-item {
	display: flex;
	gap: 12px;
	align-items: center;
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s ease;
}

.trv-sidebar-post-item:hover {
	transform: translateX(4px);
}

.trv-sb-thumb {
	width: 70px;
	height: 60px;
	border-radius: 8px;
	overflow: hidden;
	flex-shrink: 0;
}

.trv-sb-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.trv-sb-info h5 {
	font-size: 13px;
	font-weight: 700;
	color: #1E293B;
	margin: 0 0 4px 0;
	line-height: 1.4;
	transition: color 0.2s;
}

.trv-sidebar-post-item:hover .trv-sb-info h5 {
	color: #E51924;
}

.trv-sb-info .date {
	font-size: 11px;
	color: #94A3B8;
}

.trv-sidebar-more {
	margin-top: 15px;
	text-align: right;
}

.trv-sidebar-more a {
	font-size: 12px;
	font-weight: 700;
	color: #0B5B87;
	text-decoration: none;
}

.trv-sidebar-more a:hover {
	color: #E51924;
}
