.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 {
	margin-bottom: 100px;
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	opacity: 1;
	transform: none;
}

.pgte-archive-destination-gallery .owl-stage-outer {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.pgte-archive-destination-gallery .owl-stage {
	display: flex;
}

.pgte-archive-destination-gallery .owl-item {
	width: auto !important;
	flex: 1;
	cursor: pointer;
	transition: all 0.3s ease;
}

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

.pgte-archive-destination-gallery .item {
	position: relative;
	height: 613px;
	overflow: hidden;
	border-radius: 16px;
}

.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: 16px;
	bottom: 16px;
	z-index: 4;
	display: none;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.pgte-archive-destination-gallery .owl-item.current-item .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;
}

@media (max-width: 767px) {
	.pgte-archive-destination-gallery .image-gallery {
		margin-bottom: 48px;
	}

	.pgte-archive-destination-gallery .item {
		min-height: 360px;
		height: 360px;
	}

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

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