/*
 * Centralized custom CSS for Vietgo child theme.
 *
 * Add project-specific frontend rules here instead of mixing them into
 * style.css so future homepage/UI work stays isolated.
 */

/* Homepage hero: keep the background video passive and hide browser/player controls. */
#brxe-hingnh .bricks-background-video-wrapper,
#brxe-hingnh .bricks-background-video-wrapper * {
	pointer-events: none;
}

#brxe-hingnh .bricks-background-video-wrapper button,
#brxe-hingnh .bricks-background-video-wrapper [role="button"],
#brxe-hingnh .bricks-background-video-wrapper [aria-label*="Pause"],
#brxe-hingnh .bricks-background-video-wrapper [aria-label*="Play"],
#brxe-hingnh .bricks-background-video-wrapper [aria-label*="Mute"],
#brxe-hingnh .bricks-background-video-wrapper [aria-label*="Unmute"],
#brxe-hingnh .bricks-background-video-wrapper .ytp-chrome-top,
#brxe-hingnh .bricks-background-video-wrapper .ytp-chrome-bottom,
#brxe-hingnh .bricks-background-video-wrapper .ytp-gradient-top,
#brxe-hingnh .bricks-background-video-wrapper .ytp-gradient-bottom,
#brxe-hingnh .bricks-background-video-wrapper .ytp-large-play-button,
#brxe-hingnh .bricks-background-video-wrapper .ytp-show-cards-title {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-enclosure,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-panel,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-overlay-play-button,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-play-button,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-start-playback-button,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-timeline,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-current-time-display,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-time-remaining-display,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-volume-slider,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-mute-button,
#brxe-hingnh .bricks-background-video-wrapper video::-webkit-media-controls-fullscreen-button {
	-webkit-appearance: none;
	display: none !important;
}

.vgt-home-services-tabs__container {
	width: 1100px;
}

.vgt-home-services-tabs {
	display: grid;
	gap: 2rem;
	width: 100%;
}

.vgt-home-services-tabs__header {
	display: grid;
	gap: 0.8rem;
	text-align: center;
}

.vgt-home-services-tabs__title {
	color: #173224;
	font-size: clamp(2.8rem, 3vw, 4.2rem);
	line-height: 1.15;
	margin: 0;
}

.vgt-home-services-tabs__description {
	color: #476155;
	font-size: 1.6rem;
	margin: 0;
}

.vgt-home-services-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

.vgt-home-services-tabs__tab {
	background: #ffffff;
	border: 1px solid #cad8cf;
	border-radius: 999px;
	color: #173224;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 1.1rem 1.8rem;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vgt-home-services-tabs__tab.is-active {
	background: #173224;
	border-color: #173224;
	color: #ffffff;
}

.vgt-home-services-tabs__panel {
	display: none;
}

.vgt-home-services-tabs__panel.is-active {
	display: block;
}

.vgt-home-services-tabs__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vgt-home-service-card--legacy {
	min-width: 0;
}

.vgt-home-service-card--legacy .brxe-oaudlx {
	background: transparent !important;
	min-height: 0 !important;
	overflow: hidden;
	position: relative;
	padding: 0 !important;
}

.vgt-home-service-card--legacy .tour-badge {
	left: 0.8rem;
	position: absolute;
	top: 0.8rem;
	z-index: 2;
}

.vgt-home-service-card--legacy .brxe-xkoazo,
.vgt-home-service-card--legacy .brxe-jxjmcv {
	padding-top: 1rem !important;
}

.vgt-home-service-card--legacy .brxe-dkjjjz,
.vgt-home-service-card--legacy .brxe-qxrwfm {
	margin-top: 0 !important;
}

.vgt-home-service-card__image {
	aspect-ratio: 4 / 3;
	display: block;
	line-height: 0;
	overflow: hidden;
	width: 100%;
}

.vgt-home-service-card__image .attachment-medium_large,
.vgt-home-service-card__image .attachment-post-thumbnail,
.vgt-home-service-card__image img {
	height: 100%;
}

.vgt-home-service-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vgt-home-services-tabs .tour-card .brxe-ooxddl {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.vgt-home-services-tabs__footer {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.vgt-home-services-tabs__read-more {
	background: #173224;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1.2rem 2.2rem;
	text-decoration: none;
}

.vgt-home-transfer {
	margin-top: 3.6rem;
}

.vgt-home-transfer__container {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}

.vgt-home-transfer__header {
	align-items: center;
	display: grid;
	gap: 0.8rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.4rem;
	text-align: center;
}

.vgt-home-transfer__title {
	font-size: clamp(2.8rem, 3vw, 4.2rem);
	line-height: 1.15;
	margin: 0;
	text-align: center;
	width: 100%;
}

.vgt-home-transfer__title a {
	color: #173224;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 100%;
}

.vgt-home-transfer__description {
	color: #476155;
	display: block;
	font-size: 1.6rem;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 72rem;
	text-align: center;
	width: 100%;
}

.vgt-home-transfer__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vgt-home-transfer__footer {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}

.vgt-home-transfer__read-more {
	background: #173224;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1.2rem 2.2rem;
	text-decoration: none;
}

.vgt-home-transfer .brxe-xnxvko .brxe-ooxddl.brxe-text-basic {
	margin-bottom: 5px !important;
}

.vgt-home-blog {
	margin-top: 4rem;
}

.vgt-home-press {
	margin-top: 4rem;
}

.vgt-home-press__container {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}

.vgt-home-press__header {
	align-items: center;
	display: grid;
	margin-bottom: 2.4rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.vgt-home-press__title {
	color: #173224;
	font-size: clamp(2.6rem, 2.8vw, 3.8rem);
	line-height: 1.15;
	margin: 0;
	text-align: center;
}

.vgt-home-press__slider {
	--vgt-home-press-visible: 5;
	position: relative;
}

.vgt-home-press__track {
	display: flex;
	gap: 1.8rem;
	transition: transform 0.35s ease;
}

.vgt-home-press__item {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e3ece6;
	border-radius: 20px;
	box-shadow: 0 10px 24px rgba(23, 50, 36, 0.06);
	display: flex;
	flex: 0 0 calc((100% - (1.8rem * 4)) / 5);
	justify-content: center;
	min-height: 140px;
	overflow: hidden;
	padding: 2rem;
	text-decoration: none;
}

.vgt-home-press__item img {
	display: block;
	height: auto;
	max-height: 72px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.vgt-home-blog__container {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}

.vgt-home-blog__header {
	align-items: center;
	display: grid;
	gap: 0.8rem;
	margin-bottom: 2.4rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.vgt-home-blog__title {
	color: #173224;
	font-size: clamp(2.8rem, 3vw, 4.2rem);
	line-height: 1.15;
	margin: 0;
	text-align: center;
}

.vgt-home-blog__description {
	color: #476155;
	font-size: 1.6rem;
	margin: 0 auto;
	max-width: 72rem;
	text-align: center;
}

.vgt-home-blog__slider {
	position: relative;
}

.vgt-home-blog-card__meta {
	justify-content: flex-start;
}

.vgt-home-blog-card .vgt-blog-card__body {
	gap: 1.2rem;
	grid-template-rows: auto auto auto 1fr auto;
}

.vgt-home-blog-card .vgt-blog-card__title {
	min-height: 0;
}

.vgt-home-blog-card .vgt-blog-card__title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.vgt-home-blog-card .vgt-blog-card__excerpt {
	-webkit-line-clamp: 3;
}

.vgt-home-blog-card__author,
.vgt-home-blog-card__separator,
.vgt-home-blog-card .vgt-blog-card__date {
	color: #6a7f73;
	font-size: 1.3rem;
	font-weight: 600;
}

.vgt-home-blog-card__footer {
	margin-top: auto;
	padding-top: 0.8rem;
}

.vgt-home-blog-card__read-more,
.vgt-home-blog__read-more {
	background: #173224;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 1.45rem;
	font-weight: 700;
	padding: 1rem 2rem;
	text-decoration: none;
}

.vgt-home-blog__footer {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.2rem;
}

.vgt-home-transfer .brxe-xnxvko .brxe-mlqkwl.brxe-div {
	margin-top: 5px !important;
}

.vgt-home-blog {
	padding-bottom: 50px !important;
}

@media (max-width: 991px) {
	.vgt-home-services-tabs__container {
		width: 100%;
	}

	.vgt-home-services-tabs__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-home-transfer__container {
		width: 100%;
	}

	.vgt-home-transfer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-home-transfer .vgt-transfer-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-home-blog__container {
		width: 100%;
	}

	.vgt-home-press__container {
		width: 100%;
	}

	.vgt-home-press__slider {
		--vgt-home-press-visible: 2;
	}

	.vgt-home-press__item {
		flex-basis: calc((100% - 1.8rem) / 2);
	}
}

@media (max-width: 767px) {
	.vgt-home-services-tabs__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.vgt-home-services-tabs__tab {
		width: 100%;
	}

	.vgt-home-transfer__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.vgt-home-transfer .vgt-transfer-services-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.vgt-home-press__slider {
		--vgt-home-press-visible: 1;
	}

	.vgt-home-press__item {
		flex-basis: 100%;
	}
}

.vgt-home-press-admin__list {
	display: grid;
	gap: 16px;
	margin-top: 12px;
}

.vgt-home-press-admin__row {
	align-items: start;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	display: grid;
	gap: 16px 20px;
	grid-template-columns: 220px minmax(0, 1fr);
	padding: 16px;
}

.vgt-home-press-admin__preview {
	align-items: center;
	background: #f6f7f7;
	border: 1px dashed #c3c4c7;
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
	margin-bottom: 0;
	max-width: 220px;
	min-height: 110px;
	padding: 12px;
}

.vgt-home-press-admin__preview img {
	display: block;
	height: auto;
	max-height: 70px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.vgt-home-press-admin__row>p {
	margin: 0;
}

.vgt-home-press-admin__row>p:nth-of-type(1) {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.vgt-home-press-admin__row>p:nth-of-type(2),
.vgt-home-press-admin__row>p:nth-of-type(3) {
	grid-column: 2;
}

.vgt-home-press-admin__row .regular-text {
	max-width: 420px;
	width: 100%;
}

.vgt-tour-section-nav {
	background: #ffffff;
	border-bottom: 1px solid #e5ece7;
	box-shadow: 0 10px 24px rgba(23, 50, 36, 0.08);
	margin-top: 0;
	overflow-x: auto;
	position: sticky;
	top: 0;
	z-index: 20;
}

.vgt-tour-section-nav__list {
	display: flex;
	gap: 0.8rem;
	margin: 0 auto;
	max-width: 1200px;
	min-width: max-content;
	padding: 1.2rem 2rem;
}

.vgt-tour-section-nav__item {
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	color: #476155;
	cursor: pointer;
	font-size: 1.45rem;
	font-weight: 600;
	padding: 1rem 1.2rem;
	transition: border-color 0.2s ease, color 0.2s ease;
	white-space: nowrap;
}

.vgt-tour-section-nav__item.is-active,
.vgt-tour-section-nav__item:hover,
.vgt-tour-section-nav__item:focus-visible {
	border-bottom-color: #4a90e2;
	color: #173224;
	outline: none;
}

.is-clickable .fact-value .vgt-tour-rating-trigger {
	align-items: center;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	gap: 0.4rem;
	padding: 0;
	text-decoration: underline;
	text-decoration-color: rgba(23, 50, 36, 0.3);
	text-underline-offset: 0.2rem;
}

.is-clickable .fact-value .vgt-tour-rating-trigger:hover,
.is-clickable .fact-value .vgt-tour-rating-trigger:focus-visible {
	color: #173224;
	outline: none;
	text-decoration-color: #173224;
}

@media (max-width: 767px) {
	.vgt-tour-section-nav {
		top: 0;
	}

	.vgt-tour-section-nav__list {
		padding: 1rem 1.2rem;
	}

	.vgt-tour-section-nav__item {
		font-size: 1.35rem;
		padding: 0.9rem 0.8rem;
	}
}

.vgt-detail-section {
	background: #ffffff;
	border: 1px solid #edf1ee;
	border-radius: 18px;
	box-shadow: 0 14px 40px rgba(23, 50, 36, 0.08);
	margin-top: 2.4rem;
	padding: 2.4rem;
}

.vgt-transfer-hero {
	padding: 4.8rem 2rem;
}

.vgt-transfer-hero__inner,
.vgt-transfer-layout {
	margin: 0 auto;
	max-width: 1280px;
}

.vgt-transfer-hero__inner {
	align-items: start;
	display: grid;
	gap: 3rem;
	grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
}

.vgt-transfer-hero__copy {
	color: #ffffff;
}

.vgt-transfer-hero__title {
	color: #ffffff;
	font-size: clamp(3.6rem, 4vw, 6rem);
	line-height: 1.08;
	margin: 0 0 1.4rem;
}

.vgt-transfer-hero__excerpt {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.7rem;
	line-height: 1.8;
	max-width: 70rem;
}

.vgt-transfer-hero__facts {
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(8, 26, 17, 0.18);
	padding: 2.2rem;
}

.vgt-transfer-hero__facts-title {
	border-bottom: 2px solid #f3b24f;
	color: #173224;
	font-size: 2.4rem;
	margin: 0 0 1.4rem;
	padding-bottom: 0.8rem;
}

.vgt-transfer-hero__facts .fact-item {
	align-items: baseline;
	border-bottom: 1px solid #ebf1ed;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: 120px 1fr;
	padding: 1rem 0;
}

.vgt-transfer-hero__facts .fact-item:last-child {
	border-bottom: 0;
}

.vgt-transfer-hero__facts .fact-label {
	color: #5f7368;
	font-size: 1.45rem;
	font-weight: 700;
}

.vgt-transfer-hero__facts .fact-value {
	color: #173224;
	font-size: 1.45rem;
	font-weight: 600;
	text-align: right;
}

.vgt-transfer-hero__facts .stars {
	color: #f3b24f;
	letter-spacing: 0.08em;
}

.vgt-transfer-layout {
	padding: 2.4rem 2rem 6rem;
}

body.single-transfer #brxe-cwseth {
	padding-bottom: 5rem;
	padding-top: 4.4rem;
}

body.single-transfer #brxe-mbijgp {
	align-items: start !important;
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.85fr) !important;
	min-height: 0 !important;
}

body.single-transfer #brxe-embfxi {
	align-self: start;
}

body.single-transfer #brxe-xpafyg {
	font-size: clamp(3.2rem, 4vw, 5.4rem) !important;
	line-height: 1.08;
	margin-bottom: 0 !important;
	max-width: 10ch;
}

body.single-transfer #brxe-igrgsi {
	align-self: start;
}

body.single-transfer #brxe-igrgsi .fact-item {
	align-items: center;
}

.vgt-transfer-layout__grid {
	align-items: start;
	display: grid;
	gap: 2.4rem;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 360px);
}

.vgt-transfer-layout__main {
	min-width: 0;
}

.vgt-transfer-layout__after {
	margin-top: 2.4rem;
}

.vgt-transfer-sidebar {
	display: grid;
	gap: 1.8rem;
	position: sticky;
	top: 10rem;
}

.vgt-transfer-sidebar__card {
	border-radius: 18px;
	box-shadow: 0 14px 40px rgba(23, 50, 36, 0.1);
	padding: 1.8rem;
}

.vgt-transfer-sidebar__card--cta {
	background: #ffffff;
	border: 1px solid #f1d4a4;
}

.vgt-transfer-sidebar__card--why {
	background: linear-gradient(180deg, #2d5a47 0%, #214235 100%);
	color: #ffffff;
}

.vgt-transfer-sidebar__button {
	align-items: center;
	border-radius: 999px !important;
	display: inline-flex;
	justify-content: center;
	margin-bottom: 1rem;
	min-height: 4.8rem;
	text-decoration: none;
	width: 100%;
}

.vgt-transfer-sidebar__button.is-primary {
	background: #b1130f !important;
}

.vgt-transfer-sidebar__button.is-secondary {
	background: linear-gradient(135deg, #0fa364 0%, #2fc27a 100%) !important;
}

.vgt-transfer-sidebar__checklist,
.vgt-transfer-sidebar__why-list {
	display: grid;
	gap: 0.9rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vgt-transfer-sidebar__checklist li,
.vgt-transfer-sidebar__why-list li {
	font-size: 1.42rem;
	line-height: 1.6;
	padding-left: 1.8rem;
	position: relative;
}

.vgt-transfer-sidebar__checklist li::before,
.vgt-transfer-sidebar__why-list li::before {
	content: "✓";
	left: 0;
	position: absolute;
	top: 0;
}

.vgt-transfer-sidebar__checklist li::before {
	color: #2d5a47;
}

.vgt-transfer-sidebar__heading {
	color: #ffd25b;
	font-size: 2.1rem;
	margin: 0 0 1.2rem;
}

.vgt-detail-section .section-title {
	border-bottom: 2px solid #f3b24f;
	color: #173224;
	font-size: clamp(2rem, 2.2vw, 2.8rem);
	margin: 0 0 1.8rem;
	padding-bottom: 1rem;
}

.vgt-transfer-detail-section__content {
	display: grid;
	gap: 1.8rem;
}

.vgt-transfer-detail-section__copy {
	color: #46564f;
	font-size: 1.55rem;
	line-height: 1.9;
}

.vgt-transfer-detail-section__copy p {
	margin: 0 0 1.4rem;
}

.vgt-transfer-detail-section__copy p:last-child {
	margin-bottom: 0;
}

.vgt-transfer-detail-section__copy ul,
.vgt-transfer-detail-section__copy ol {
	margin: 0 0 1.4rem 2rem;
	padding: 0;
}

.vgt-transfer-detail-section__embed iframe,
.vgt-transfer-route__map iframe {
	border: 0;
	border-radius: 14px;
	display: block;
	width: 100%;
}

.vgt-review-summary {
	align-items: center;
	background: linear-gradient(135deg, #f7fbf8 0%, #ffffff 100%);
	border: 1px solid #e7f0ea;
	border-radius: 16px;
	display: grid;
	gap: 2rem;
	grid-template-columns: 180px 1fr;
	margin-bottom: 2rem;
	padding: 2rem;
}

.vgt-review-summary__score {
	align-items: center;
	background: #2ca24f;
	border-radius: 20px;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	justify-content: center;
	min-height: 180px;
	padding: 1.6rem;
	text-align: center;
}

.vgt-review-summary__score-number {
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
}

.vgt-review-summary__score-label {
	font-size: 2rem;
	font-weight: 700;
}

.vgt-review-summary__count,
.vgt-review-summary__copy {
	color: #476155;
	font-size: 1.5rem;
	margin: 0;
}

.vgt-review-summary__average {
	color: #173224;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 0.8rem;
}

.vgt-review-summary__stars {
	color: #f3b24f;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 1rem;
}

.vgt-review-list {
	display: grid;
	gap: 1.6rem;
}

.vgt-review-card {
	border: 1px solid #e7ece8;
	border-radius: 16px;
	display: grid;
	gap: 1.6rem;
	grid-template-columns: 72px 1fr;
	padding: 1.8rem;
}

.vgt-review-card__score {
	align-items: center;
	background: #eaf6ed;
	border-radius: 999px;
	color: #173224;
	display: flex;
	font-size: 2.2rem;
	font-weight: 700;
	height: 72px;
	justify-content: center;
	width: 72px;
}

.vgt-review-card__title {
	color: #173224;
	font-size: 2rem;
	margin: 0 0 0.6rem;
}

.vgt-review-card__stars {
	color: #f3b24f;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	margin-bottom: 0.8rem;
}

.vgt-review-card__meta {
	color: #6a7f73;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.35rem;
	gap: 0.8rem 1.2rem;
	margin-bottom: 1rem;
}

.vgt-review-card__content {
	color: #31463a;
	font-size: 1.55rem;
	line-height: 1.7;
}

.vgt-review-card__content p:last-child {
	margin-bottom: 0;
}

.vgt-faq-list {
	display: grid;
	gap: 1rem;
}

.vgt-faq-item {
	border: 1px solid #e7ece8;
	border-radius: 14px;
	overflow: hidden;
}

.vgt-faq-question {
	background: #f7fbf8;
	color: #173224;
	cursor: pointer;
	font-size: 1.7rem;
	font-weight: 700;
	list-style: none;
	padding: 1.6rem 5rem 1.6rem 1.6rem;
	position: relative;
}

.vgt-faq-question::-webkit-details-marker {
	display: none;
}

.vgt-faq-question::after {
	color: #173224;
	content: "+";
	font-size: 2.4rem;
	line-height: 1;
	position: absolute;
	right: 1.6rem;
	top: 50%;
	transform: translateY(-50%);
}

.vgt-faq-item[open] .vgt-faq-question::after {
	content: "-";
}

.vgt-faq-answer {
	color: #31463a;
	font-size: 1.55rem;
	line-height: 1.75;
	padding: 0 1.6rem 1.6rem;
}

.vgt-faq-answer p:last-child {
	margin-bottom: 0;
}

.vgt-detail-empty {
	color: #6a7f73;
	font-size: 1.5rem;
	margin: 0;
}

.vgt-transfer-detail-section__content {
	display: grid;
	gap: 1.8rem;
}

.vgt-transfer-detail-section__copy {
	color: #31463a;
	font-size: 1.55rem;
	line-height: 1.8;
}

.vgt-transfer-detail-section__copy p:last-child {
	margin-bottom: 0;
}

.vgt-transfer-detail-section__embed {
	border: 1px solid #e7ece8;
	border-radius: 16px;
	line-height: 0;
	overflow: hidden;
}

.vgt-transfer-detail-section__embed iframe,
.vgt-transfer-detail-section__embed img,
.vgt-transfer-detail-section__embed video {
	display: block;
	max-width: 100%;
	width: 100%;
}

.vgt-transfer-detail-section__embed iframe {
	min-height: 320px;
}

.vgt-transfer-booking__notice {
	border-radius: 12px;
	font-size: 1.45rem;
	font-weight: 600;
	margin-bottom: 1.6rem;
	padding: 1.2rem 1.4rem;
}

.vgt-transfer-booking__notice.is-success {
	background: #edf8f1;
	border: 1px solid #cde8d4;
	color: #1f6b43;
}

.vgt-transfer-booking__notice.is-error {
	background: #fff1f1;
	border: 1px solid #f1c7c7;
	color: #a12f2f;
}

.vgt-transfer-booking__form {
	display: grid;
	gap: 1.8rem;
}

.vgt-transfer-booking__subheading {
	color: #173224;
	font-size: 1.95rem;
	margin: 0;
}

.vgt-transfer-booking__grid {
	display: grid;
	gap: 1.4rem;
}

.vgt-transfer-booking__grid--three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vgt-transfer-booking__field {
	display: grid;
	gap: 0.55rem;
}

.vgt-transfer-booking__field span,
.vgt-transfer-booking__transport legend {
	color: #173224;
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
}

.vgt-transfer-booking__field--full {
	grid-column: 1 / -1;
}

.vgt-transfer-booking__field--span-two {
	grid-column: span 2;
}

.vgt-transfer-booking__field input,
.vgt-transfer-booking__field select,
.vgt-transfer-booking__field textarea {
	border: 1px solid #d6e2db;
	border-radius: 10px;
	color: #173224;
	font-size: 1.5rem;
	min-height: 4.8rem;
	padding: 1rem 1.2rem;
	width: 100%;
}

.vgt-transfer-booking__field textarea {
	min-height: 12rem;
	resize: vertical;
}

.vgt-transfer-booking__transport {
	border: 1px solid #e7ece8;
	border-radius: 14px;
	display: grid;
	gap: 0.9rem;
	padding: 1.4rem;
}

.vgt-transfer-booking__transport label {
	align-items: center;
	color: #31463a;
	display: flex;
	font-size: 1.45rem;
	gap: 0.8rem;
}

.vgt-transfer-booking__submit {
	border-radius: 12px !important;
	justify-self: start;
	padding: 1.1rem 2rem !important;
}

.vgt-transfer-booking__honeypot {
	display: none !important;
}

.vgt-inline-gallery__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vgt-inline-gallery__item {
	border-radius: 16px;
	display: block;
	line-height: 0;
	overflow: hidden;
}

.vgt-inline-gallery__item:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

.vgt-inline-gallery__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.vgt-itinerary-tabs {
	display: grid;
	gap: 1.8rem;
}

.vgt-itinerary-tabs__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.vgt-itinerary-tabs__tab {
	background: #f5f8f6;
	border: 1px solid #d9e6dd;
	border-radius: 999px;
	color: #173224;
	cursor: pointer;
	font-size: 1.5rem;
	font-weight: 700;
	padding: 1rem 1.6rem;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.vgt-itinerary-tabs__tab.is-active,
.vgt-itinerary-tabs__tab:hover,
.vgt-itinerary-tabs__tab:focus-visible {
	background: #173224;
	border-color: #173224;
	color: #ffffff;
	outline: none;
}

.vgt-itinerary-tabs__panel {
	display: none;
}

.vgt-itinerary-tabs__panel.is-active {
	display: block;
}

.vgt-itinerary-tabs__gallery {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 1.8rem;
}

.vgt-itinerary-tabs__image-link {
	border-radius: 16px;
	display: block;
	line-height: 0;
	overflow: hidden;
}

.vgt-itinerary-tabs__image {
	display: block;
	height: 220px;
	object-fit: cover;
	width: 100%;
}

.vgt-itinerary-tabs__headline {
	color: #173224;
	font-size: 2rem;
	margin: 0 0 1rem;
}

.vgt-itinerary-tabs__content {
	color: #31463a;
	font-size: 1.55rem;
	line-height: 1.8;
}

.vgt-itinerary-tabs__content p:last-child {
	margin-bottom: 0;
}

.vgt-additional-services__grid {
	display: grid;
	gap: 1rem 1.4rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vgt-additional-services__item {
	align-items: center;
	background: #f7fbf8;
	border: 1px solid #e4efe8;
	border-radius: 14px;
	display: flex;
	gap: 1rem;
	min-height: 56px;
	padding: 1.2rem 1.4rem;
}

.vgt-additional-services__icon {
	font-size: 1.8rem;
	line-height: 1;
}

.vgt-additional-services__label {
	color: #173224;
	font-size: 1.5rem;
	font-weight: 600;
}

.vgt-included__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vgt-included__column {
	border: 1px solid #e7ece8;
	border-radius: 14px;
	padding: 1.8rem;
}

.vgt-included__heading {
	font-size: 2rem;
	margin: 0 0 1.2rem;
}

.vgt-included__column.is-included .vgt-included__heading {
	color: #1f6b43;
}

.vgt-included__column.is-excluded .vgt-included__heading {
	color: #b23b2e;
}

.vgt-included__list {
	color: #31463a;
	display: grid;
	gap: 0.9rem;
	line-height: 1.7;
	margin: 0;
	padding-left: 1.8rem;
}

#brxe-akjapj {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.vgt-blog-slider {
	position: relative;
}

.vgt-blog-slider__viewport {
	overflow: hidden;
	padding: 0.4rem 0;
}

.vgt-blog-slider__track {
	display: flex;
	transition: transform 0.25s ease;
}

.vgt-blog-slider__slide {
	flex: 0 0 100%;
	min-width: 0;
}

.vgt-blog-slider__grid {
	align-items: stretch;
	display: grid;
	gap: 1.8rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vgt-blog-slider__arrow {
	align-items: center;
	background: rgba(118, 146, 129, 0.88);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 8px 18px rgba(23, 50, 36, 0.16);
	border-radius: 999px;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.55rem;
	font-weight: 500;
	height: 36px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	z-index: 3;
}

.vgt-blog-slider__arrow.is-prev {
	left: -22px;
}

.vgt-blog-slider__arrow.is-next {
	right: -22px;
}

.vgt-blog-slider__arrow:hover,
.vgt-blog-slider__arrow:focus-visible {
	background: rgba(23, 50, 36, 0.9);
	border-color: rgba(255, 255, 255, 0.9);
	color: #ffffff;
	outline: none;
	transform: translateY(-50%) scale(1.03);
}

.vgt-blog-slider__arrow:disabled {
	cursor: default;
	opacity: 0.55;
}

.vgt-blog-slider__arrow span {
	display: block;
	transform: translateY(-1px);
}

.vgt-blog-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
	border: 1px solid #e6eee8;
	border-radius: 20px;
	box-shadow: 0 10px 24px rgba(23, 50, 36, 0.06);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.vgt-blog-card__image-link {
	display: block;
	line-height: 0;
}

.vgt-blog-card__image {
	display: block;
	height: 180px;
	object-fit: cover;
	width: 100%;
}

.vgt-blog-card__body {
	display: grid;
	gap: 1rem;
	grid-template-rows: auto auto 1fr;
	height: 100%;
	padding: 1.5rem 1.5rem 1.8rem;
}

.vgt-blog-card__meta {
	align-items: center;
	color: #6a7f73;
	display: flex;
	font-size: 1.2rem;
	font-weight: 600;
	gap: 0.8rem;
	justify-content: space-between;
	text-transform: uppercase;
}

.vgt-blog-card__title {
	display: -webkit-box;
	font-size: 1.95rem;
	line-height: 1.4;
	margin: 0;
	min-height: 16.4rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.vgt-blog-card__title a {
	color: #173224;
	text-decoration: none;
}

.vgt-blog-card__title a:hover {
	color: #1f6b43;
}

.vgt-blog-card__tag {
	background: #e9f4ec;
	border-radius: 999px;
	color: #2f7a4e;
	padding: 0.35rem 0.8rem;
}

.vgt-blog-card__excerpt {
	color: #4d6357;
	display: -webkit-box;
	font-size: 1.45rem;
	line-height: 1.7;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.vgt-transfer-services-grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vgt-home-transfer .vgt-transfer-services-grid,
.vgt-home-transfer__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vgt-home-transfer .tour-card {
	align-self: start;
}

.vgt-home-transfer .brxe-xkoazo,
.vgt-home-transfer .brxe-mbdcgf {
	gap: 1rem;
}

.vgt-home-transfer .brxe-dkjjjz a,
.vgt-home-transfer .brxe-yqgitl a {
	font-size: clamp(1.6rem, 1.4vw, 2rem);
	-webkit-line-clamp: 2;
}

.vgt-home-transfer .brxe-ooxddl,
.vgt-home-transfer .brxe-fcvmni {
	min-height: 0;
	-webkit-line-clamp: 3 !important;
}

.vgt-home-transfer .brxe-vddmzx,
.vgt-home-transfer .brxe-oagyrd {
	margin-top: 0.2rem;
}

.vgt-transfer-services-grid .tour-card {
	background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
	border: 1px solid #e3ece6;
	border-radius: 22px;
	box-shadow: 0 14px 30px rgba(23, 50, 36, 0.08);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	padding: 0;
}

.vgt-transfer-services-grid .brxe-oaudlx,
.vgt-transfer-services-grid .brxe-lizjpg {
	background: transparent !important;
	min-height: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
}

.vgt-transfer-services-grid .brxe-xkoazo,
.vgt-transfer-services-grid .brxe-mbdcgf {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 1.2rem;
	padding: 1.8rem 1.8rem 2rem !important;
}

.vgt-transfer-services-grid .tour-badge,
.vgt-transfer-services-grid .cruise-badge {
	left: 0.8rem;
	position: absolute;
	top: 0.8rem;
	z-index: 2;
}

.vgt-transfer-services-grid .tour-badge li span,
.vgt-transfer-services-grid .cruise-badge li span {
	background: linear-gradient(135deg, #16a34a 0%, #0f8a3d 100%) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 8px 18px rgba(15, 138, 61, 0.24);
	font-size: 1.2rem !important;
	font-weight: 700 !important;
	padding: 0.75rem 1.1rem !important;
}

.vgt-transfer-services-grid .vgt-home-service-card__image,
.vgt-transfer-services-grid .attachment-medium_large,
.vgt-transfer-services-grid .attachment-post-thumbnail,
.vgt-transfer-services-grid img {
	display: block;
	height: 100%;
	width: 100%;
}

.vgt-transfer-services-grid .vgt-home-service-card__image {
	aspect-ratio: 4 / 3;
	line-height: 0;
	overflow: hidden;
}

.vgt-transfer-services-grid .vgt-home-service-card__image img {
	transition: transform 0.35s ease;
}

.vgt-transfer-services-grid .tour-card:hover .vgt-home-service-card__image img {
	transform: scale(1.04);
}

.vgt-transfer-services-grid img {
	object-fit: cover;
}

.vgt-transfer-services-grid .brxe-dkjjjz,
.vgt-transfer-services-grid .brxe-yqgitl {
	line-height: 1.15;
	margin: 0 !important;
}

.vgt-transfer-services-grid .brxe-dkjjjz a,
.vgt-transfer-services-grid .brxe-yqgitl a {
	color: #173224;
	display: -webkit-box;
	font-size: clamp(1.6rem, 2vw, 2rem);
	font-weight: 700;
	overflow: hidden;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.vgt-transfer-services-grid .brxe-dkjjjz a:hover,
.vgt-transfer-services-grid .brxe-yqgitl a:hover {
	color: #1f6b43;
}

.vgt-transfer-services-grid .brxe-ooxddl,
.vgt-transfer-services-grid .brxe-fcvmni {
	color: #4d6357;
	display: -webkit-box;
	font-size: 1.5rem;
	line-height: 1.7;
	margin: 0;
	min-height: 10.2rem;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4 !important;
}

.vgt-transfer-services-grid .brxe-vddmzx,
.vgt-transfer-services-grid .brxe-oagyrd {
	border-top: 1px solid #ebf1ed;
	display: grid;
	gap: 0.9rem;
	margin-top: auto;
	padding-top: 1.2rem;
}

.vgt-transfer-services-grid .fact-item {
	align-items: baseline;
	display: grid;
	gap: 0.4rem;
	grid-template-columns: auto 1fr;
}

.vgt-transfer-services-grid .fact-label {
	color: #5f7368;
	font-size: 1.38rem;
	font-weight: 600;
}

.vgt-transfer-services-grid .fact-value {
	color: #173224;
	font-size: 1.38rem;
	font-weight: 500;
}

.vgt-transfer-services-grid .stars {
	color: #f3b24f;
	letter-spacing: 0.08em;
}

.vgt-transfer-services-grid .brxe-mlqkwl,
.vgt-transfer-services-grid .brxe-kxpxca {
	align-items: end;
	border-top: 1px dashed #dbe7de;
	display: flex;
	justify-content: space-between;
	margin-top: 0.6rem;
	padding-top: 1.2rem;
}

.vgt-transfer-services-grid .brxe-oqdluh,
.vgt-transfer-services-grid .brxe-klcdrw,
.vgt-transfer-services-grid .brxe-icipgn,
.vgt-transfer-services-grid .brxe-iayjaa {
	color: #5f7368;
	font-size: 1.3rem;
}

.vgt-transfer-services-grid del {
	color: #8a9a91;
	font-size: 1.6rem;
	margin-right: 0.6rem;
}

.vgt-transfer-services-grid ins {
	color: #e18a00;
	font-size: 2.9rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.vgt-transfer-services-grid .brxe-dekjsw,
.vgt-transfer-services-grid .brxe-udffya {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 0.8rem;
}

.vgt-transfer-services-grid .brxe-dekjsw a,
.vgt-transfer-services-grid .brxe-udffya a {
	align-items: center;
	border-radius: 12px !important;
	display: inline-flex;
	font-size: 1.34rem !important;
	font-weight: 700 !important;
	justify-content: center;
	min-height: 4.8rem;
	padding: 0 1.1rem !important;
	text-decoration: none;
	white-space: nowrap;
}

.vgt-transfer-services-grid .brxe-zruqjz,
.vgt-transfer-services-grid .brxe-seprkb {
	background: linear-gradient(135deg, #2d5a47 0%, #4b6f5e 100%) !important;
	border: 0 !important;
	box-shadow: 0 12px 24px rgba(45, 90, 71, 0.18);
	color: #ffffff !important;
}

.vgt-transfer-services-grid .brxe-cpehpd,
.vgt-transfer-services-grid .brxe-uaoden {
	background: #ffffff !important;
	border: 1px solid #173224 !important;
	color: #173224 !important;
}

.vgt-tour-compilation-child-links__list {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.vgt-detail-section {
		padding: 1.8rem;
	}

	.vgt-review-summary,
	.vgt-review-card {
		grid-template-columns: 1fr;
	}

	.vgt-review-card__score {
		height: 64px;
		width: 64px;
	}

	.vgt-inline-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-inline-gallery__item:first-child {
		grid-column: span 2;
	}

	.vgt-itinerary-tabs__gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-itinerary-tabs__image {
		height: 170px;
	}

	.vgt-additional-services__grid {
		grid-template-columns: 1fr;
	}

	.vgt-included__grid {
		grid-template-columns: 1fr;
	}

	.vgt-transfer-detail-section__embed iframe {
		min-height: 220px;
	}

	.vgt-transfer-hero {
		padding: 3rem 1.6rem;
	}

	.vgt-transfer-layout {
		padding: 2rem 1.6rem 4rem;
	}

	.vgt-transfer-hero__inner {
		grid-template-columns: 1fr;
	}

	.vgt-transfer-layout__grid {
		grid-template-columns: 1fr;
	}

	.vgt-transfer-sidebar {
		position: static;
	}

	.vgt-transfer-booking__grid--three {
		grid-template-columns: 1fr;
	}

	.vgt-transfer-booking__field--span-two {
		grid-column: auto;
	}

	#brxe-akjapj {
		grid-template-columns: 1fr !important;
	}

	.vgt-blog-slider {
		position: static;
	}

	.vgt-blog-slider__grid {
		grid-template-columns: 1fr;
	}

	.vgt-transfer-services-grid {
		grid-template-columns: 1fr;
	}

	.vgt-transfer-services-grid .brxe-ooxddl,
	.vgt-transfer-services-grid .brxe-fcvmni {
		min-height: 0;
	}

	.vgt-blog-slider__arrow {
		display: none;
	}

	.vgt-blog-card__title {
		min-height: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#brxe-akjapj {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.vgt-blog-slider__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-transfer-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vgt-blog-card__title {
		min-height: 13.8rem;
	}
}