.pgte-hide-section-title .tfvt-listing-header,
.pgte-hide-section-title .wrap-title,
.pgte-hide-section-title .box-title {
	display: none !important;
}

.pgte-hide-section-title .tour-title {
	display: none !important;
}

.pgte-style-2-section-description-collapse {
	--pgte-description-collapsed-height: 210px;
}

.pgte-style-2-section-description-collapse .listing-description .tfvt-listing-info,
.pgte-style-2-section-description-collapse.listing-description .tfvt-listing-info {
	position: relative;
	overflow: hidden;
	max-height: var(--pgte-description-collapsed-height);
	transition: max-height 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pgte-style-2-section-description-collapse.pgte-desc-has-overflow:not(.pgte-desc-is-expanded) .listing-description .tfvt-listing-info::after,
.pgte-style-2-section-description-collapse.pgte-desc-has-overflow:not(.pgte-desc-is-expanded).listing-description .tfvt-listing-info::after {
	content: none;
}

.pgte-style-2-section-description-collapse.pgte-desc-has-overflow:not(.pgte-desc-is-expanded) .listing-description .tfvt-listing-info,
.pgte-style-2-section-description-collapse.pgte-desc-has-overflow:not(.pgte-desc-is-expanded).listing-description .tfvt-listing-info {
	-webkit-mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 88px), rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(to bottom, #000 0, #000 calc(100% - 88px), rgba(0, 0, 0, 0) 100%);
}

.pgte-style-2-section-description-collapse.pgte-desc-is-expanded .listing-description .tfvt-listing-info,
.pgte-style-2-section-description-collapse.pgte-desc-is-expanded.listing-description .tfvt-listing-info {
	overflow: visible;
	-webkit-mask-image: none;
	mask-image: none;
}

.pgte-description-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: fit-content;
	margin: 18px auto 0;
	border: 0;
	background: transparent;
	color: var(--theme-primary-color);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	padding: 4px 0;
	border-radius: 0;
	cursor: pointer;
	box-shadow: none;
	text-decoration: none;
	transition: color 180ms ease, transform 180ms ease;
}

.pgte-description-toggle::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform 180ms ease;
}

.pgte-style-2-section-description-collapse.pgte-desc-has-overflow .pgte-description-toggle {
	display: flex;
}

.pgte-style-2-section-description-collapse.pgte-desc-is-expanded .pgte-description-toggle::after {
	transform: translateY(2px) rotate(225deg);
}

.pgte-description-toggle:hover,
.pgte-description-toggle:focus {
	transform: translateY(-1px);
	color: var(--theme-secondary-color, var(--theme-primary-color));
	box-shadow: none;
	outline: none;
	text-decoration: none;
}

.pgte-style-2-section-pgte_style_2_related,
.elementor-widget-pgte_style_2_related,
.elementor-widget-pgte_style_2_related > .elementor-widget-container,
.pgte-style-2-section-pgte_style_2_related .single-listing-element,
.pgte-related-listing,
.pgte-related-listing .tfvt-listing-header,
.pgte-related-listing .tfvt-listing-info {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pgte-style-2-info-cards-all {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pgte-style-2-info-cards-all .pgte-style-2-info-card {
	height: 100%;
}

@media (max-width: 1024px) {
	.pgte-style-2-info-cards-all {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pgte-style-2-info-cards-all {
		grid-template-columns: 1fr;
	}
}

.pgte-related-listing {
	--pgte-related-arrow-size: 66px;
	--pgte-related-arrow-offset: 92px;
	--pgte-related-arrow-top: 50%;
}

.pgte-related-listing .pgte-related-has-carousel .listing.row {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.pgte-related-listing .pgte-related-has-carousel .listing.row > * {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.pgte-related-listing .pgte-related-has-carousel .owl-carousel {
	position: relative;
	visibility: visible;
	display: block;
	width: 100% !important;
	max-width: 100%;
	flex: 0 0 100%;
}

.pgte-related-listing .pgte-related-has-carousel .owl-carousel.owl-loaded {
	display: block;
}

.pgte-related-listing .pgte-related-has-carousel .owl-stage-outer {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.pgte-related-listing .pgte-related-has-carousel .owl-stage {
	display: flex;
	max-width: none;
}

.pgte-related-listing .pgte-related-has-carousel .wrap-listing-post .owl-carousel .item {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.pgte-related-listing .pgte-related-has-carousel .owl-carousel .listing-post,
.pgte-related-listing .pgte-related-has-carousel .owl-carousel .tour-card {
	width: 100%;
	max-width: 100%;
}

.pgte-related-listing .pgte-related-has-carousel .owl-nav {
	position: absolute;
	top: var(--pgte-related-arrow-top);
	left: 0;
	right: 0;
	z-index: 20;
	width: 100%;
	height: 0;
	pointer-events: none;
}

.pgte-related-listing .pgte-related-has-carousel .owl-nav .owl-prev,
.pgte-related-listing .pgte-related-has-carousel .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--pgte-related-arrow-size);
	height: var(--pgte-related-arrow-size);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 50%;
	background: #fff;
	color: var(--theme-primary-color);
	pointer-events: auto;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
	transform: translateY(-50%);
	transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.pgte-related-listing .pgte-related-has-carousel .owl-nav .owl-prev {
	left: calc(var(--pgte-related-arrow-offset) * -1);
}

.pgte-related-listing .pgte-related-has-carousel .owl-nav .owl-next {
	right: calc(var(--pgte-related-arrow-offset) * -1);
}

.pgte-related-listing .pgte-related-has-carousel .owl-nav .owl-prev:hover,
.pgte-related-listing .pgte-related-has-carousel .owl-nav .owl-next:hover {
	background: var(--theme-primary-color);
	color: #fff;
	transform: translateY(-50%) scale(1.04);
}

.pgte-related-listing .pgte-related-has-carousel .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 24px;
	position: relative;
	z-index: 20;
}

.pgte-related-listing .pgte-related-has-carousel .owl-dots .owl-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.22);
	cursor: pointer;
	pointer-events: auto;
	transition: background 180ms ease, transform 180ms ease;
}

.pgte-related-listing .pgte-related-has-carousel .owl-dots .owl-dot.active {
	background: var(--theme-primary-color);
	transform: scale(1.3);
}

.pgte-related-listing .pgte-related-has-carousel .owl-carousel.pgte-related-static {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	width: 100%;
}

.pgte-related-listing .pgte-related-has-carousel .owl-carousel.pgte-related-static > .item {
	flex: 0 0 calc(50% - 15px);
	max-width: calc(50% - 15px);
}

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

.pgte-related-listing .tour-card .meta-lable {
	display: flex !important;
	align-items: center;
	gap: 8px;
}

.pgte-related-listing .tour-card .count-list-gallery,
.pgte-related-listing .tour-card .view-tour-video {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.pgte-related-listing .pgte-related-has-carousel .owl-nav {
		position: static;
		display: flex;
		justify-content: center;
		gap: 10px;
		height: auto;
		margin-top: 0;
		pointer-events: auto;
	}

	.pgte-related-listing .pgte-related-has-carousel .owl-nav .owl-prev,
	.pgte-related-listing .pgte-related-has-carousel .owl-nav .owl-next {
		position: static;
		transform: none;
	}

	.pgte-related-listing .pgte-related-has-carousel .owl-nav .owl-prev:hover,
	.pgte-related-listing .pgte-related-has-carousel .owl-nav .owl-next:hover {
		transform: translateY(-1px);
	}

	.pgte-related-listing .pgte-related-has-carousel .owl-carousel.pgte-related-static > .item {
		flex-basis: 100%;
		max-width: 100%;
	}
}
