.amt-footer {
	background: #5a5a5a;
	color: #fff;
}

.amt-footer__inner {
	max-width: 760px;
	margin: 0 auto;
	padding: 40px 20px 52px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	gap: 50px;
	align-items: start;
}

.amt-footer h2 {
	margin: 0 0 26px;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
}

.amt-footer a {
	color: #fff;
	text-decoration: none;
}

.amt-footer__contact {
	padding-left: 50px;
	border-left: 2px solid rgba(255, 255, 255, 0.16);
}

.amt-footer__links {
	display: grid;
	gap: 22px;
	margin-bottom: 32px;
}

.amt-footer__links a {
	display: inline-flex;
	gap: 12px;
	align-items: center;
	font-size: 17px;
	font-weight: 700;
}

.amt-footer__links span {
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.amt-footer__socials {
	display: flex;
	gap: 14px;
	align-items: center;
}

.amt-footer__socials a {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #f6530b;
	color: #5a5a5a;
	font-weight: var(--amt-weight-semibold);
}

.amt-footer__contact-item {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	margin-bottom: 28px;
	font-size: 17px;
}

.amt-footer__contact-item strong {
	display: block;
	margin-bottom: 4px;
	font-size: 15px;
}

.amt-footer__contact-icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.amt-footer__contact-icon svg {
	width: 28px;
	height: 28px;
	fill: #fff;
}

.amt-footer__legal {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px 34px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.amt-footer__legal p {
	margin: 4px 0;
}

.amt-private-cta {
	padding: 48px 0;
	background: var(--amt-surface);
}

.amt-private-cta__inner {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: center;
}

.amt-private-cta h2 {
	margin: 0 0 10px;
	color: var(--amt-text);
}

.amt-private-cta p {
	max-width: 680px;
	margin: 0;
	color: var(--amt-muted);
}

@media (max-width: 760px) {
	.amt-private-cta__inner {
		display: block;
	}

	.amt-private-cta .amt-actions {
		margin-top: 18px;
	}
}

.amt-reviews-showcase {
	position: relative;
	overflow: hidden;
	padding: 54px 0 64px;
	background: #fff;
	color: var(--amt-text);
}

.amt-reviews-showcase::before,
.amt-reviews-showcase::after {
	content: "";
	position: absolute;
	width: 260px;
	height: 180px;
	border: 1px dashed rgba(217, 154, 61, 0.28);
	border-color: rgba(217, 154, 61, 0.28) transparent transparent transparent;
	border-radius: 50%;
	pointer-events: none;
}

.amt-reviews-showcase::before {
	left: 24px;
	top: 18px;
	transform: rotate(30deg);
}

.amt-reviews-showcase::after {
	right: 110px;
	top: -30px;
	border-color: rgba(35, 172, 196, 0.22) transparent transparent transparent;
	transform: rotate(145deg);
}

.amt-reviews-showcase__heading {
	display: grid;
	justify-items: center;
	margin-bottom: 34px;
	text-align: center;
}

.amt-reviews-showcase__heading span {
	width: 68px;
	height: 12px;
	margin-bottom: 6px;
	background:
		linear-gradient(135deg, transparent 35%, #7bbf33 36%, #7bbf33 48%, transparent 49%) 0 0 / 14px 12px repeat-x,
		linear-gradient(45deg, transparent 35%, #f6530b 36%, #f6530b 48%, transparent 49%) 7px 0 / 14px 12px repeat-x;
}

.amt-reviews-showcase__heading h2 {
	margin: 0;
	font-size: 42px;
	line-height: 1;
	color: #0f3f2d;
}

.amt-review-row {
	display: grid;
	grid-template-columns: 330px minmax(0, 1fr);
	gap: 26px;
	align-items: center;
	margin-top: 36px;
}

.amt-review-profile {
	display: grid;
	grid-template-columns: 66px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
}

.amt-review-profile__logo {
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	border-radius: 4px;
	background: #eadfd1;
	overflow: hidden;
	color: var(--amt-primary);
	font-weight: var(--amt-weight-semibold);
}

.amt-review-profile__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amt-review-profile__logo--blank {
	background: #e7ecef;
}

.amt-review-profile h3,
.amt-review-card h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.25;
}

.amt-review-profile p,
.amt-review-card p {
	margin: 4px 0 0;
}

.amt-review-profile__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	margin-top: 12px;
	padding: 7px 18px;
	border: 1px solid #777;
	border-radius: 4px;
	background: #fff;
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

.amt-review-cards {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(220px, 1fr));
	gap: 16px;
}

.amt-review-card {
	min-height: 210px;
	padding: 20px;
	border-radius: 8px;
	background: #f4f4f4;
}

.amt-review-card__top {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 26px;
	gap: 12px;
	align-items: center;
	margin-bottom: 10px;
}

.amt-review-card__avatar {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #7b1bb2;
	color: #fff;
	font-size: 22px;
}

.amt-review-card__avatar--photo {
	background:
		linear-gradient(135deg, #d8c4a1, #6e7f66);
}

.amt-review-card__platform {
	justify-self: end;
	color: #4285f4;
	font-weight: var(--amt-weight-semibold);
}

.amt-review-card__platform--tripadvisor {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #00aa6c;
	color: #fff;
	font-size: 9px;
}

.amt-review-card > p {
	font-size: 16px;
	line-height: 1.35;
}

.amt-review-card a {
	display: inline-block;
	margin-top: 10px;
	color: #777;
	text-decoration: none;
}

.amt-rating {
	display: flex;
	gap: 3px;
	margin-top: 6px;
}

.amt-rating span {
	display: block;
	width: 16px;
	height: 16px;
}

.amt-rating--google span {
	clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
	background: #fbbc04;
}

.amt-rating--tripadvisor span {
	border: 2px solid #00aa6c;
	border-radius: 50%;
	background: #fff;
	box-shadow: inset 0 0 0 5px #00aa6c;
}

.amt-real-reviews {
	padding: clamp(52px, 7vw, 86px) 0;
	background: #fff;
	color: var(--amt-text);
}

.amt-real-reviews__head {
	display: flex;
	gap: 24px;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 26px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--amt-border);
}

.amt-real-reviews__head h2 {
	max-width: 760px;
	margin: 0;
	color: var(--amt-text);
	font-size: clamp(30px, 4.5vw, 52px);
	font-weight: var(--amt-weight-semibold);
	letter-spacing: 0;
	line-height: 1.06;
}

.amt-real-reviews__head a {
	flex: 0 0 auto;
	color: var(--amt-primary);
	font-size: 13px;
	font-weight: var(--amt-weight-semibold);
	text-decoration: none;
}

.amt-real-reviews__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}

.amt-real-review {
	padding: 16px;
	border: 1px solid var(--amt-border);
	border-radius: 6px;
	background: #fff;
}

.amt-real-review__top {
	display: grid;
	gap: 2px;
	margin-bottom: 8px;
}

.amt-real-review__top strong {
	color: var(--amt-text);
	font-size: 14px;
	font-weight: var(--amt-weight-semibold);
	line-height: 1.3;
}

.amt-real-review__top span,
.amt-real-review small {
	color: var(--amt-muted);
	font-size: 11px;
	font-weight: var(--amt-weight-medium);
}

.amt-real-review__stars {
	display: flex;
	gap: 2px;
	margin-bottom: 8px;
}

.amt-real-review__stars span {
	width: 13px;
	height: 13px;
	background: var(--amt-primary);
	clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
}

.amt-real-review p {
	display: -webkit-box;
	margin: 0 0 10px;
	overflow: hidden;
	color: var(--amt-text);
	font-size: 13px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.amt-real-reviews__widget {
	overflow: hidden;
}

.amt-real-reviews__widget .ti-widget,
.amt-real-reviews__widget .ti-widget-container {
	max-width: none !important;
	margin: 0 !important;
}

@media (max-width: 980px) {
	.amt-review-row {
		grid-template-columns: 1fr;
	}

	.amt-review-cards {
		grid-template-columns: 1fr;
	}

	.amt-real-reviews__head {
		display: grid;
		align-items: start;
	}
}

.amt-info-page {
	padding: 58px 0;
	background: #fff;
	color: var(--amt-text);
}

.amt-info-page__header {
	max-width: 860px;
	margin: 0 0 34px;
}

.amt-info-page__header > p:first-child {
	margin: 0 0 8px;
	color: var(--amt-accent);
	font-weight: var(--amt-weight-semibold);
	text-transform: uppercase;
}

.amt-info-page__header h1 {
	margin: 0 0 14px;
	font-size: 46px;
	line-height: 1.08;
	color: var(--amt-primary);
}

.amt-info-page__header > p {
	font-size: 18px;
	line-height: 1.6;
	color: var(--amt-muted);
}

.amt-info-group {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 28px;
	padding: 30px 0;
	border-top: 1px solid var(--amt-border);
}

.amt-info-group h2 {
	margin: 0;
	font-size: 24px;
	color: var(--amt-primary);
}

.amt-faq--large {
	border: 1px solid var(--amt-border);
	border-radius: 8px;
	background: var(--amt-surface);
	overflow: hidden;
}

.amt-faq--large .amt-faq__item {
	padding: 0 18px;
	background: #fff;
}

.amt-faq--large .amt-faq__item + .amt-faq__item {
	border-top: 1px solid var(--amt-border);
}

.amt-faq--large button {
	position: relative;
	padding-right: 36px;
	font-weight: var(--amt-weight-semibold);
}

.amt-faq--large button::after {
	content: "+";
	position: absolute;
	right: 4px;
	font-size: 24px;
	color: var(--amt-accent);
}

.amt-faq--large button[aria-expanded="true"]::after {
	content: "-";
}

.amt-faq--large .amt-faq__item div {
	max-width: 820px;
	padding-bottom: 18px;
	font-size: 16px;
	line-height: 1.6;
}

.amt-faq-tabs {
	display: grid;
	gap: 18px;
	margin-top: 28px;
}

.amt-faq-tabs__nav {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 8px;
	scrollbar-width: thin;
}

.amt-faq-tabs__tab {
	flex: 0 0 auto;
	min-height: 46px;
	padding: 10px 16px;
	border: 1px solid var(--amt-border);
	border-radius: 8px;
	background: #fff;
	color: var(--amt-primary);
	font: inherit;
	font-weight: var(--amt-weight-semibold);
	cursor: pointer;
	white-space: nowrap;
}

.amt-faq-tabs__tab[aria-selected="true"] {
	border-color: var(--amt-primary);
	background: var(--amt-primary);
	color: #fff;
}

.amt-faq-tabs__panel[hidden] {
	display: none;
}

.amt-conditions-list {
	display: grid;
	gap: 14px;
	max-width: 980px;
}

.amt-condition {
	padding: 22px;
	border: 1px solid var(--amt-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--amt-shadow);
}

.amt-condition h2 {
	margin: 0 0 8px;
	font-size: 22px;
	color: var(--amt-primary);
}

.amt-condition p {
	margin: 0;
	color: var(--amt-muted);
	line-height: 1.65;
}

.amt-info-page__cta {
	margin-top: 32px;
	padding: 28px;
	border-radius: 8px;
	background: var(--amt-surface);
}

.amt-info-page__cta h2 {
	margin: 0 0 16px;
}

.amt-itinerary-days {
	display: grid;
	gap: 16px;
}

.amt-itinerary-day {
	padding: 18px;
	border-left: 4px solid var(--amt-accent);
	border-radius: 8px;
	background: var(--amt-surface);
}

.amt-itinerary-day h3 {
	margin: 0 0 8px;
	color: var(--amt-primary);
}

.amt-itinerary-day p {
	margin: 0;
	color: var(--amt-text);
	line-height: 1.65;
}

.amt-itinerary-section h2,
.amt-gallery-section h2,
.amt-faq-section h2,
.amt-trustindex-section h2 {
	margin: 0 0 18px;
	color: #f6530b;
	font-family: var(--amt-font-display);
	font-size: 36px;
	font-weight: var(--amt-weight-semibold);
	letter-spacing: 0;
	line-height: 1.05;
	text-transform: uppercase;
}

.amt-itinerary-section .amt-container {
	max-width: 1120px;
}

.amt-itinerary-days {
	gap: 0;
	border-top: 1px solid #f6530b;
	border-bottom: 1px solid #f6530b;
}

.amt-itinerary-day {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
}

.amt-itinerary-day + .amt-itinerary-day {
	border-top: 1px solid #d8d8d8;
}

.amt-itinerary-day summary {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 14px 52px 14px 14px;
	color: #050505;
	font-family: var(--amt-font-display);
	font-size: 24px;
	font-weight: var(--amt-weight-semibold);
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
	cursor: pointer;
	list-style: none;
}

.amt-itinerary-day summary::-webkit-details-marker {
	display: none;
}

.amt-itinerary-day summary::after {
	content: "";
	position: absolute;
	right: 18px;
	width: 16px;
	height: 16px;
	border-right: 4px solid #050505;
	border-bottom: 4px solid #050505;
	transform: rotate(45deg) translateY(-4px);
	transition: transform 0.2s ease;
}

.amt-itinerary-day[open] summary::after {
	transform: rotate(225deg) translate(-2px, -2px);
}

.amt-itinerary-day__content {
	padding: 0 18px 20px;
	color: var(--amt-text);
	font-size: 17px;
	line-height: 1.7;
}

.amt-itinerary-day__content p + p {
	margin-top: 12px;
}

.amt-day-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.amt-day-gallery img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.amt-inclusions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-left: 1px solid #00b925;
	border-right: 1px solid #f6530b;
	border-bottom: 1px solid #f6530b;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.amt-inclusions__panel {
	padding: 28px 30px 26px;
}

.amt-inclusions__panel + .amt-inclusions__panel {
	border-left: 1px solid #d8d8d8;
	box-shadow: -8px 0 16px rgba(0, 0, 0, 0.18);
}

.amt-inclusions__panel h2 {
	margin: 0 0 16px;
	font-family: var(--amt-font-display);
	font-size: 28px;
	font-weight: var(--amt-weight-semibold);
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.amt-inclusions__panel--included h2 {
	color: #00a922;
}

.amt-inclusions__panel--excluded h2 {
	color: #f6530b;
}

.amt-inclusions ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.amt-inclusions li {
	position: relative;
	min-height: 28px;
	padding-left: 34px;
	color: #050505;
	font-size: 20px;
	line-height: 1.4;
}

.amt-inclusions li::before {
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 26px;
	font-weight: var(--amt-weight-semibold);
	line-height: 1;
}

.amt-inclusions__panel--included li::before {
	content: "✓";
	color: #00a922;
}

.amt-inclusions__panel--excluded li::before {
	content: "×";
	color: #f6530b;
}

.amt-gallery-section .amt-container,
.amt-faq-section .amt-container {
	max-width: 1120px;
}

.amt-gallery {
	gap: 10px;
}

.amt-gallery img {
	border-radius: 0;
}

.amt-faq--detail {
	border: 0;
	border-radius: 0;
	background: transparent;
}

.amt-faq--detail .amt-faq__item {
	border: 0;
	background: #f0f0f0;
}

.amt-faq--detail .amt-faq__item + .amt-faq__item {
	border-top: 1px solid #e1e1e1;
}

.amt-faq--detail button {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 53px;
	padding: 12px 46px 12px 60px;
	font-family: var(--amt-font-display);
	font-size: 18px;
	font-weight: var(--amt-weight-semibold);
	letter-spacing: 0;
}

.amt-faq--detail button::before {
	content: "+";
	position: absolute;
	left: 24px;
	top: 50%;
	color: #17201c;
	font-family: var(--amt-font-body);
	font-size: 28px;
	font-weight: var(--amt-weight-semibold);
	line-height: 1;
	transform: translateY(-50%);
}

.amt-faq--detail button::after {
	content: "›";
	position: absolute;
	right: 24px;
	top: 50%;
	color: #444;
	font-family: var(--amt-font-body);
	font-size: 28px;
	font-weight: var(--amt-weight-semibold);
	line-height: 1;
	transform: translateY(-50%);
}

.amt-faq--detail button[aria-expanded="true"]::before {
	content: "-";
}

.amt-faq--detail button[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(90deg);
}

.amt-faq--detail .amt-faq__item div {
	padding: 0 60px 18px;
	color: #333;
	font-size: 16px;
	line-height: 1.65;
}

.amt-trustindex-widget {
	padding: 8px 0 0;
}

@media (max-width: 760px) {
	.amt-info-page {
		padding: 40px 0;
	}

	.amt-info-page__header h1 {
		font-size: 34px;
	}

	.amt-info-group {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.amt-itinerary-section h2,
	.amt-gallery-section h2,
	.amt-faq-section h2,
	.amt-trustindex-section h2 {
		font-size: 30px;
	}

	.amt-itinerary-day summary {
		font-size: 19px;
	}

	.amt-inclusions,
	.amt-day-gallery {
		grid-template-columns: 1fr;
	}

	.amt-inclusions__panel + .amt-inclusions__panel {
		border-top: 1px solid #d8d8d8;
		border-left: 0;
		box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.12);
	}

	.amt-inclusions li {
		font-size: 18px;
	}

	.amt-faq--detail button {
		padding-left: 48px;
		font-size: 17px;
	}

	.amt-faq--detail button::before {
		left: 18px;
	}

	.amt-faq--detail .amt-faq__item div {
		padding-right: 24px;
		padding-left: 48px;
	}
}

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

.custom-social-icons__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	background: #ffffff;
	color: #333333;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.custom-social-icons__link:hover,
.custom-social-icons__link:focus {
	background: #f5f5f5;
	color: #333333;
	transform: translateY(-2px);
}

.custom-social-icons__link i {
	font-size: 18px;
	line-height: 1;
}

.amt-tour-hero {
	position: relative;
	min-height: 260px;
	background-color: #174635;
	background-position: center;
	background-size: cover;
	color: #fff;
}

.amt-tour-hero__overlay {
	display: grid;
	align-items: center;
	min-height: 260px;
	padding: 62px 0;
	background: linear-gradient(90deg, rgba(0, 60, 72, 0.74), rgba(0, 60, 72, 0.44));
	text-align: center;
}

.amt-tour-hero .amt-breadcrumbs,
.amt-tour-hero .amt-breadcrumbs a {
	color: rgba(255, 255, 255, 0.88);
}

.amt-tour-hero h1 {
	max-width: 900px;
	margin: 10px auto 8px;
	color: #fff;
	font-size: 44px;
	line-height: 1.12;
}

.amt-tour-hero p {
	max-width: 760px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.9);
	font-size: 17px;
	line-height: 1.65;
}

.amt-tour-gallery-section {
	padding: 76px 0 34px;
	background: #fff;
}

.amt-tour-gallery {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(220px, 0.7fr);
	gap: 8px;
	max-width: 920px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 8px;
}

.amt-tour-gallery__item {
	margin: 0;
	min-height: 0;
}

.amt-tour-gallery__item--main {
	grid-row: span 2;
}

.amt-tour-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 190px;
	aspect-ratio: 1.35 / 1;
	object-fit: cover;
}

.amt-tour-gallery__item--main img {
	min-height: 390px;
	aspect-ratio: 1.55 / 1;
}

.amt-gallery--extra {
	max-width: 920px;
	margin: 10px auto 0;
}

.amt-tour-detail-shell {
	padding: 34px 0 20px;
	background: #fff;
}

.amt-tour-detail-shell__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 260px;
	gap: 28px;
	max-width: 920px;
	align-items: start;
}

.amt-trip-info-card,
.amt-tour-price-card {
	border: 1px solid #dfe8eb;
	border-radius: 3px;
	background: #fff;
}

.amt-trip-info-card {
	padding: 28px 30px;
}

.amt-trip-info-card h2 {
	margin: 0 0 24px;
	color: #174b55;
	font-size: 24px;
}

.amt-trip-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px 26px;
}

.amt-trip-info {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 3px 12px;
	align-items: center;
}

.amt-trip-info i {
	grid-row: span 2;
	color: #87989d;
	font-size: 16px;
	text-align: center;
}

.amt-trip-info span {
	color: #8b9a9f;
	font-size: 12px;
}

.amt-trip-info strong {
	color: #2c4147;
	font-size: 13px;
	line-height: 1.35;
}

.amt-tour-price-card {
	position: sticky;
	top: 96px;
	display: grid;
	gap: 12px;
	padding: 22px;
	text-align: center;
	box-shadow: 0 14px 38px rgba(21, 57, 65, 0.08);
}

.amt-tour-price-card__duration {
	width: 52px;
	margin: -24px auto 0;
	padding: 8px 4px;
	border-radius: 3px;
	background: #21b9d0;
	color: #fff;
}

.amt-tour-price-card__duration strong,
.amt-tour-price-card__duration span {
	display: block;
}

.amt-tour-price-card__duration strong {
	font-size: 22px;
	line-height: 1;
}

.amt-tour-price-card__duration span {
	font-size: 11px;
}

.amt-tour-price-card p {
	margin: 0;
	color: #8b9a9f;
	font-size: 12px;
}

.amt-tour-price-card h3 {
	margin: 0;
	color: #2c4147;
	font-size: 22px;
}

.amt-tour-price-card .amt-btn {
	justify-content: center;
	width: 100%;
	border-radius: 999px;
}

.amt-tour-price-card small {
	color: #8b9a9f;
	font-size: 11px;
	line-height: 1.5;
}

.amt-tour-price-card small a {
	color: #21a9c0;
	text-decoration: none;
}

.amt-tour-detail-shell + .amt-section,
.amt-tour-detail-shell + .amt-section + .amt-section,
.amt-tour-detail-shell + .amt-section + .amt-section + .amt-section,
.amt-tour-detail-shell + .amt-section + .amt-section + .amt-section + .amt-section {
	padding-top: 26px;
}

.amt-tour-detail-shell ~ .amt-section > .amt-container,
.amt-tour-detail-shell ~ .amt-info-page > .amt-container,
.amt-related-tours > .amt-container {
	max-width: 920px;
}

.amt-tour-detail-shell ~ .amt-section .amt-rich-text,
.amt-tour-detail-shell ~ .amt-section .amt-faq,
.amt-tour-detail-shell ~ .amt-section .amt-inclusions,
.amt-tour-detail-shell ~ .amt-section .amt-itinerary-days {
	max-width: none;
	border-radius: 3px;
}

.amt-tour-detail-shell ~ .amt-section .amt-rich-text {
	padding: 28px 30px;
	border: 1px solid #dfe8eb;
	background: #fff;
}

.amt-tour-detail-shell ~ .amt-section h2 {
	color: #174b55;
	font-size: 28px;
}

.amt-related-tours h2 {
	margin-bottom: 22px;
	color: #174b55;
	font-size: 26px;
}

.amt-related-tours .amt-card {
	border-radius: 8px;
	box-shadow: 0 14px 28px rgba(21, 57, 65, 0.12);
}

.amt-quote-section--detail {
	padding-top: 28px;
	background: #fff;
}

.amt-quote-section--detail .amt-quote-section__inner {
	display: block;
	max-width: 920px;
}

.amt-quote-section--detail .amt-form {
	max-width: 620px;
	margin: 0;
	padding: 28px 30px;
	border: 1px solid #dfe8eb;
	border-radius: 3px;
	background: #fff;
	box-shadow: none;
}

.amt-quote-section--detail .amt-form h2 {
	margin-bottom: 8px;
	color: #174b55;
	font-size: 21px;
}

.amt-quote-section--detail .amt-form > p {
	margin: 0 0 18px;
	color: #6d7c80;
	font-size: 13px;
}

.amt-quote-section--detail .amt-form label {
	color: #44565b;
	font-size: 13px;
	font-weight: 700;
}

@media (max-width: 980px) {
	.amt-tour-detail-shell__grid,
	.amt-tour-gallery,
	.amt-trip-info-grid {
		grid-template-columns: 1fr;
	}

	.amt-tour-price-card {
		position: static;
	}

	.amt-tour-gallery__item--main img,
	.amt-tour-gallery img {
		min-height: 240px;
		aspect-ratio: 4 / 3;
	}

	.amt-tour-hero h1 {
		font-size: 34px;
	}
}
