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

.elementor-widget-pgte_style_2_gallery,
.elementor-widget-pgte_style_2_gallery > .elementor-widget-container,
.elementor-widget-pgte_archive_hero_slider,
.elementor-widget-pgte_archive_hero_slider > .elementor-widget-container {
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.pgte-style-2-gallery .image-gallery {
	margin-bottom: 64px;
	position: relative;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(18px);
	animation: pgteGalleryEntrance 780ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
}

.pgte-style-2-gallery .owl-stage-outer {
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

.pgte-style-2-gallery .owl-stage {
	display: flex;
	align-items: stretch;
}

.pgte-style-2-gallery .owl-item {
	flex: 1 1 0;
	width: auto !important;
	min-width: 0;
	cursor: pointer;
	transition: flex 620ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease;
	will-change: flex;
}

.pgte-style-2-gallery .owl-item.active {
	opacity: 1;
}

.pgte-style-2-gallery .owl-item.current-item {
	flex: 2.03 1 0;
}

.pgte-style-2-gallery .gallery-image-item {
	position: relative;
	height: var(--pgte-gallery-height, 638px) !important;
	overflow: hidden;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
}

.pgte-style-2-gallery .gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
	transform: scale(1.01);
	transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1), filter 450ms ease;
	will-change: transform;
}

.pgte-style-2-gallery .gallery-image-item.active .gallery-image {
	transform: scale(1);
}

.pgte-style-2-gallery .group-meta {
	position: absolute;
	left: 24px;
	bottom: 24px;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	max-width: calc(100% - 48px);
}

.pgte-style-2-gallery .group-meta .view-gallery,
.pgte-style-2-gallery .group-meta .view-tour-video {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 14px 24px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.10) !important;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	backdrop-filter: blur(24px) saturate(180%);
	-webkit-backdrop-filter: blur(24px) saturate(180%);
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.18),
		inset 0 1px 1px rgba(255, 255, 255, 0.35),
		inset 0 -1px 1px rgba(255, 255, 255, 0.08);
	transition: background 240ms ease, border-color 240ms ease, transform 240ms ease;
	cursor: pointer;
}

.pgte-style-2-gallery .gallery-image-item.active .group-meta .view-gallery,
.pgte-style-2-gallery .gallery-image-item.active .group-meta .view-tour-video {
	display: inline-flex;
}

.pgte-style-2-gallery .group-meta .view-gallery:hover,
.pgte-style-2-gallery .group-meta .view-tour-video:hover {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.34);
	color: #fff;
	transform: translateY(-1px);
}

.pgte-style-2-gallery .owl-nav {
	position: absolute;
	top: 50%;
	right: 0;
	width: 100%;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 6;
}

.pgte-style-2-gallery .owl-nav .owl-next,
.pgte-style-2-gallery .owl-nav .owl-prev {
	position: absolute;
	right: 40px;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.10);
	background-color: rgba(255, 255, 255, 0.16) !important;
	background-image: none !important;
	color: #fff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(24px) saturate(180%);
	-webkit-backdrop-filter: blur(24px) saturate(180%);
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.18),
		inset 0 1px 1px rgba(255, 255, 255, 0.35),
		inset 0 -1px 1px rgba(255, 255, 255, 0.08);
	transition: background 240ms ease, border-color 240ms ease, transform 240ms ease;
	pointer-events: auto;
}

.pgte-style-2-gallery .owl-nav .owl-next svg,
.pgte-style-2-gallery .owl-nav .owl-prev svg {
	width: 24px;
	height: 24px;
	color: #fff !important;
}

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

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

.pgte-style-2-gallery .owl-nav .owl-next:hover,
.pgte-style-2-gallery .owl-nav .owl-prev:hover {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.34);
	color: #fff;
	transform: translateY(-1px);
}

@keyframes pgteGalleryEntrance {
	0% {
		opacity: 0;
		transform: translateY(18px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.pgte-style-2-gallery .image-gallery {
		animation: none;
		opacity: 1;
		transform: none;
	}

	.pgte-style-2-gallery .owl-item,
	.pgte-style-2-gallery .gallery-image,
	.pgte-style-2-gallery .owl-nav .owl-next,
	.pgte-style-2-gallery .owl-nav .owl-prev,
	.pgte-style-2-gallery .group-meta .view-gallery,
	.pgte-style-2-gallery .group-meta .view-tour-video {
		transition: none;
	}
}

.pgte-empty-state {
	padding: 24px;
	border: 1px dashed #c9ccd1;
	color: #5f615e;
	background: #fff;
}

@media only screen and (max-width: 1199px) {
	.pgte-style-2-gallery .gallery-image-item {
		height: var(--pgte-gallery-height, 560px) !important;
	}

	.pgte-style-2-gallery .owl-item.current-item {
		flex: 1.7 1 0;
	}
}

@media only screen and (max-width: 991px) {
	.pgte-style-2-gallery .gallery-image-item {
		height: var(--pgte-gallery-height, 500px) !important;
	}

	.pgte-style-2-gallery .owl-nav .owl-next {
		right: 22px;
	}

	.pgte-style-2-gallery .owl-nav .owl-prev {
		left: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.pgte-style-2-gallery .image-gallery {
		margin-bottom: 24px;
	}

	.pgte-style-2-gallery .owl-item,
	.pgte-style-2-gallery .owl-item.current-item {
		flex: 0 0 auto;
		width: var(--pgte-gallery-item-width, 100vw) !important;
	}

	.pgte-style-2-gallery .gallery-image-item {
		height: var(--pgte-gallery-height, clamp(300px, 70vw, 360px)) !important;
	}

	.pgte-style-2-gallery .gallery-image {
		height: 100% !important;
		object-position: center center;
		transform: none;
	}

	.pgte-style-2-gallery .group-meta {
		left: 16px;
		right: 16px;
		bottom: 16px;
		max-width: calc(100% - 32px);
	}

	.pgte-style-2-gallery .group-meta .view-gallery,
	.pgte-style-2-gallery .group-meta .view-tour-video {
		max-width: 100%;
		min-height: 42px;
		padding: 10px 14px;
		font-size: 14px;
	}

	.pgte-style-2-gallery .owl-nav .owl-next,
	.pgte-style-2-gallery .owl-nav .owl-prev {
		width: 38px;
		height: 38px;
	}

	.pgte-style-2-gallery .owl-nav .owl-next {
		right: 10px;
	}

	.pgte-style-2-gallery .owl-nav .owl-prev {
		left: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.pgte-style-2-gallery .gallery-image-item {
		height: var(--pgte-gallery-height, clamp(280px, 72vw, 330px)) !important;
	}
}
