.pgte-archive-destination-gallery {
	display: block;
	width: 100%;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.pgte-archive-destination-gallery .image-gallery {
	display: flex;
	gap: 12px;
	margin-bottom: 64px;
	position: relative;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	opacity: 1;
	transform: none;
}

.pgte-archive-destination-gallery .item {
	flex: 1;
	position: relative;
	height: 638px;
	overflow: hidden;
	border-radius: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.pgte-archive-destination-gallery .item.active {
	flex: 2.03;
}

.pgte-archive-destination-gallery .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.pgte-archive-destination-gallery .group-meta {
	position: absolute;
	left: 24px;
	bottom: 24px;
	z-index: 5;
	display: none;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.pgte-archive-destination-gallery .item.active .group-meta {
	display: flex;
}

.pgte-archive-destination-gallery .btn-mfp-gallery.view-gallery {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 14px 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	backdrop-filter: blur(4px);
	transition: background 0.3s ease, color 0.3s ease;
	cursor: pointer;
}

.pgte-archive-destination-gallery .btn-mfp-gallery.view-gallery:hover {
	background: var(--theme-primary-color);
	color: #fff;
}

.pgte-archive-destination-gallery .owl-nav {
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	transform: translateY(-50%);
}

.pgte-archive-destination-gallery .owl-nav .owl-next,
.pgte-archive-destination-gallery .owl-nav .owl-prev {
	position: absolute;
	right: 40px;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	color: #fff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(4px);
	transition: background 0.3s ease, color 0.3s ease;
}

.pgte-archive-destination-gallery .owl-nav .owl-next svg,
.pgte-archive-destination-gallery .owl-nav .owl-prev svg {
	color: #fff !important;
}

.pgte-archive-destination-gallery .owl-nav .owl-next svg path,
.pgte-archive-destination-gallery .owl-nav .owl-prev svg path {
	stroke: #fff !important;
}

.pgte-archive-destination-gallery .owl-nav .owl-prev {
	right: auto;
	left: 40px;
}

.pgte-archive-destination-gallery .owl-nav .owl-next:hover,
.pgte-archive-destination-gallery .owl-nav .owl-prev:hover {
	background: var(--theme-primary-color);
	color: #fff !important;
}

.pgte-archive-tour-grid .listing.row {
	row-gap: 30px;
}

.pgte-archive-tour-grid .tour-card .group-meta,
.pgte-archive-tour-grid .tour-card .meta-lable,
.pgte-archive-tour-grid .tour-card .count-list-gallery,
.pgte-archive-tour-grid .tour-card .view-tour-video,
.pgte-archive-tour-grid .tour-card .btn-wishlist {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
	transform: none !important;
}

.pgte-archive-map-canvas {
	width: 100%;
	min-height: 320px;
	height: 620px;
	border-radius: 8px;
	overflow: hidden;
}

.pgte-archive-map-editorial {
	display: block;
	width: 100%;
}

.pgte-archive-map-editorial .pgte-archive-map-canvas {
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.pgte-archive-map-caption {
	max-width: 720px;
	margin: 16px 0 0;
	color: #5f615e;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
}

.pgte-archive-description {
	color: #5f615e;
	font-size: 16px;
	line-height: 1.75;
}

.pgte-archive-description p {
	margin: 0 0 18px;
}

.pgte-archive-description p:last-child,
.pgte-archive-description ul:last-child,
.pgte-archive-description ol:last-child {
	margin-bottom: 0;
}

.pgte-archive-description ul,
.pgte-archive-description ol {
	margin: 18px 0 0;
	padding-left: 22px;
}

.pgte-archive-description li {
	margin-bottom: 8px;
}

.pgte-archive-description a {
	color: var(--theme-primary-color);
	font-weight: 600;
	text-decoration: none;
}

@media (max-width: 767px) {
	.pgte-archive-destination-gallery .image-gallery {
		display: block;
		gap: 0;
		margin-bottom: 30px;
	}

	.pgte-archive-destination-gallery .owl-stage-outer {
		overflow: hidden;
		border-radius: 16px;
	}

	.pgte-archive-destination-gallery .item {
		flex: none;
		width: 100%;
		height: 460px !important;
	}

	.pgte-archive-destination-gallery .item img {
		width: 100%;
		height: 460px !important;
		object-fit: cover;
	}

	.pgte-archive-destination-gallery .owl-nav .owl-next {
		width: 35px;
		height: 35px;
		right: 10px;
	}

	.pgte-archive-destination-gallery .owl-nav .owl-prev {
		width: 35px;
		height: 35px;
		left: 10px;
	}

	.pgte-archive-map-caption {
		font-size: 14px;
	}
}
