.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-description-content {
	line-height: 1.72;
}

.pgte-description-content > *:first-child {
	margin-top: 0;
}

.pgte-description-content > *:last-child {
	margin-bottom: 0;
}

.pgte-description-content p {
	display: block;
	margin: 0 0 18px;
}

.pgte-description-content h2,
.pgte-description-content h3,
.pgte-description-content h4,
.pgte-description-content h5,
.pgte-description-content h6 {
	display: block;
	margin: 28px 0 14px;
	line-height: 1.28;
}

.pgte-description-content h2 {
	font-size: 24px;
}

.pgte-description-content h3 {
	font-size: 21px;
}

.pgte-description-content ul,
.pgte-description-content ol {
	display: block;
	margin: 0 0 20px 22px;
	padding: 0;
}

.pgte-description-content li {
	margin: 0 0 8px;
	line-height: 1.65;
}

.pgte-description-content a {
	color: var(--theme-primary-color);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.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%;
}

.pgte-style-2-section .listing-tour-included .tfvt-listing-info.row,
.pgte-style-2-section .listing-tour-exclude .tfvt-listing-info.row {
	--bs-gutter-x: 0;
	margin-left: 0;
	margin-right: 0;
}

.pgte-style-2-section .listing-tour-included .included-list,
.pgte-style-2-section .listing-tour-exclude .included-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 22px 34px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.pgte-style-2-section .listing-tour-included .included-item,
.pgte-style-2-section .listing-tour-exclude .included-item {
	display: grid;
	grid-template-columns: 21px minmax(0, 1fr);
	align-items: flex-start;
	column-gap: 10px;
	min-width: 0;
	margin: 0;
}

.pgte-style-2-section .listing-tour-included .included-item svg,
.pgte-style-2-section .listing-tour-exclude .included-item svg {
	display: block;
	flex: 0 0 21px;
	width: 21px;
	min-width: 21px;
	height: 20px;
	margin-top: 2px;
}

.pgte-style-2-section .listing-tour-included .included-name,
.pgte-style-2-section .listing-tour-exclude .exclude-name {
	display: block;
	min-width: 0;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.pgte-style-2-section .listing-tour-plan .tour-plans {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pgte-style-2-section .listing-tour-plan .tour-plan-item .title-plan {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) 25px;
	align-items: flex-start;
	column-gap: 16px;
	cursor: pointer;
	line-height: 1.42;
	min-width: 0;
	user-select: none;
}

.pgte-style-2-section .listing-tour-plan .tour-plan-item.pgte-plan-no-content .title-plan {
	grid-template-columns: 32px minmax(0, 1fr);
	cursor: default;
}

.pgte-style-2-section .listing-tour-plan .tour-plan-item .title-plan .icon {
	display: block;
	flex: 0 0 32px;
	width: 32px;
	min-width: 32px;
	height: 32px;
	margin-top: 0;
}

.pgte-style-2-section .listing-tour-plan .tour-plan-item .title-plan .arrow {
	display: block;
	flex: 0 0 25px;
	width: 25px;
	min-width: 25px;
	height: 24px;
	margin-top: 4px;
	transition: transform 220ms ease;
}

.pgte-style-2-section .listing-tour-plan .tour-plan-item.pgte-plan-no-content .title-plan .arrow {
	display: none;
}

.pgte-style-2-section .listing-tour-plan .tour-plan-item.pgte-plan-open .title-plan .arrow {
	transform: rotate(180deg);
}

.pgte-style-2-section .listing-tour-plan .tour-plan-item .content-plan {
	line-height: 1.65;
}

.pgte-style-2-section .listing-tour-calendar .cal-cell-pricefrom,
.pgte-style-2-section .listing-tour-calendar .view-rate-details {
	display: none !important;
}

.pgte-style-2-section .listing-tour-calendar .cal-month-bar {
	background-color: transparent !important;
	border-color: transparent !important;
}

.pgte-style-2-section .listing-tour-calendar,
.pgte-style-2-section .listing-tour-calendar .tfvt-listing-info,
.pgte-style-2-section .listing-tour-calendar #av-cal,
.pgte-style-2-section .listing-tour-calendar table {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box;
}

.pgte-style-2-section .listing-tour-calendar {
	overflow: hidden;
}

.pgte-style-2-section .listing-tour-calendar table {
	table-layout: fixed;
}

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

	.elementor-widget-pgte_style_2_included,
	.elementor-widget-pgte_style_2_excluded,
	.elementor-widget-pgte_style_2_included > .elementor-widget-container,
	.elementor-widget-pgte_style_2_excluded > .elementor-widget-container,
	.pgte-style-2-section-pgte_style_2_included,
	.pgte-style-2-section-pgte_style_2_excluded,
	.pgte-style-2-section .listing-tour-included,
	.pgte-style-2-section .listing-tour-exclude,
	.pgte-style-2-section .listing-tour-included .tfvt-listing-info,
	.pgte-style-2-section .listing-tour-exclude .tfvt-listing-info,
	.pgte-style-2-section .listing-tour-included .included-list,
	.pgte-style-2-section .listing-tour-exclude .included-list {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		height: auto !important;
		max-height: none !important;
		opacity: 1 !important;
		visibility: visible !important;
		overflow: visible !important;
		box-sizing: border-box;
	}

	.elementor-widget-pgte_style_2_included,
	.elementor-widget-pgte_style_2_excluded {
		flex: 0 0 100% !important;
		align-self: stretch !important;
	}

	.pgte-style-2-section .listing-tour-included .tfvt-listing-info.row,
	.pgte-style-2-section .listing-tour-exclude .tfvt-listing-info.row {
		display: block !important;
	}

	.pgte-style-2-section .listing-tour-included .included-list,
	.pgte-style-2-section .listing-tour-exclude .included-list {
		display: grid !important;
	}
}

@media (max-width: 767px) {
	.pgte-style-2-section .listing-tour-calendar,
	.pgte-style-2-section .listing-tour-calendar .tfvt-listing-info,
	.pgte-style-2-section .listing-tour-calendar #av-cal,
	.pgte-style-2-section .listing-tour-calendar .cal-month,
	.pgte-style-2-section .listing-tour-calendar .cal-month-bar,
	.pgte-style-2-section .listing-tour-calendar .cal-week,
	.pgte-style-2-section .listing-tour-calendar .cal-weekdays,
	.pgte-style-2-section .listing-tour-calendar .cal-days,
	.pgte-style-2-section .listing-tour-calendar table,
	.pgte-style-2-section .listing-tour-calendar tbody,
	.pgte-style-2-section .listing-tour-calendar thead,
	.pgte-style-2-section .listing-tour-calendar tr {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box;
	}

	.pgte-style-2-section .listing-tour-calendar .cal-week,
	.pgte-style-2-section .listing-tour-calendar .cal-weekdays,
	.pgte-style-2-section .listing-tour-calendar .cal-days {
		display: grid !important;
		grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	}

	.pgte-style-2-section .listing-tour-calendar th,
	.pgte-style-2-section .listing-tour-calendar td,
	.pgte-style-2-section .listing-tour-calendar .cal-cell,
	.pgte-style-2-section .listing-tour-calendar .cal-day,
	.pgte-style-2-section .listing-tour-calendar .cal-week > *,
	.pgte-style-2-section .listing-tour-calendar .cal-weekdays > *,
	.pgte-style-2-section .listing-tour-calendar .cal-days > * {
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		box-sizing: border-box;
		overflow: hidden;
	}

	.pgte-style-2-section .listing-tour-calendar th,
	.pgte-style-2-section .listing-tour-calendar td {
		padding-left: 2px;
		padding-right: 2px;
	}
}

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

	.pgte-style-2-section .listing-tour-included .included-list,
	.pgte-style-2-section .listing-tour-exclude .included-list {
		display: grid !important;
		grid-template-columns: 1fr;
	}
}

.pgte-related-listing {
	--pgte-related-arrow-size: 66px;
	--pgte-related-arrow-icon-size: 18px;
	--pgte-related-arrow-offset: 92px;
	--pgte-related-arrow-top: 50%;
	--pgte-related-arrow-color: var(--theme-primary-color);
	--pgte-related-arrow-bg: #fff;
	--pgte-related-arrow-hover-color: #fff;
	--pgte-related-arrow-hover-bg: var(--theme-primary-color);
	--pgte-related-dot-size: 8px;
	--pgte-related-dot-gap: 8px;
	--pgte-related-dots-margin-top: 24px;
	--pgte-related-dot-color: rgba(0, 0, 0, 0.22);
	--pgte-related-dot-active-color: var(--theme-primary-color);
	min-width: 0;
	max-width: 100%;
}

.elementor-widget-pgte_style_2_related,
.elementor-widget-pgte_style_2_related > .elementor-widget-container,
.pgte-style-2-section-pgte_style_2_related,
.pgte-related-listing .tfvt-listing-info,
.pgte-related-listing .pgte-related-listing-wrap,
.pgte-related-listing .wrap-listing-post,
.pgte-related-listing .content-tab,
.pgte-related-listing .content-tab-inner {
	min-width: 0;
	max-width: 100%;
}

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

.pgte-related-listing .pgte-related-has-carousel .listing.row > * {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	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%;
	min-width: 0;
	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;
	min-width: 0;
}

.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: var(--pgte-related-arrow-bg);
	color: var(--pgte-related-arrow-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 i,
.pgte-related-listing .pgte-related-has-carousel .owl-nav .owl-next i,
.pgte-related-listing .pgte-related-has-carousel .owl-nav .owl-prev svg,
.pgte-related-listing .pgte-related-has-carousel .owl-nav .owl-next svg {
	width: var(--pgte-related-arrow-icon-size);
	height: var(--pgte-related-arrow-icon-size);
	font-size: var(--pgte-related-arrow-icon-size);
}

.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(--pgte-related-arrow-hover-bg);
	color: var(--pgte-related-arrow-hover-color);
	transform: translateY(-50%) scale(1.04);
}

.pgte-related-listing .pgte-related-has-carousel .owl-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--pgte-related-dot-gap);
	margin-top: var(--pgte-related-dots-margin-top);
	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: var(--pgte-related-dot-size);
	height: var(--pgte-related-dot-size);
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--pgte-related-dot-color);
	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(--pgte-related-dot-active-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;
}

.pgte-style-2-booking-sidebar .input_select_title_value .currency_amount_group {
	display: none !important;
}

.pgte-larger-group {
	margin: 4px 0 18px;
}

.pgte-larger-group-trigger {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--theme-primary-color, #00acd4);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 4px;
	cursor: pointer;
	box-shadow: none;
}

.pgte-style-2-booking-sidebar #booking-guests-result + .pgte-larger-group,
.pgte-style-2-booking-form-box #booking-guests-result + .pgte-larger-group {
	margin-top: -2px;
}

.pgte-larger-group-trigger:hover,
.pgte-larger-group-trigger:focus {
	color: var(--theme-accent-color, var(--theme-primary-color, #00acd4));
	background: transparent;
	outline: none;
}

.pgte-larger-group-icon {
	display: inline-flex;
	width: 17px;
	min-width: 17px;
	height: 17px;
}

.pgte-larger-group-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.pgte-larger-group-modal.is-open {
	display: flex;
}

.pgte-larger-group-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 24, 28, 0.52);
	backdrop-filter: blur(4px);
}

.pgte-larger-group-panel {
	position: relative;
	width: min(440px, 100%);
	background: #fff;
	border-radius: 14px;
	padding: 28px;
	box-shadow: 0 22px 70px rgba(21, 35, 44, 0.24);
}

.pgte-larger-group-panel h3 {
	margin: 0 30px 12px 0;
	font-size: 23px;
	line-height: 1.25;
	color: #24272c;
}

.pgte-larger-group-panel p {
	margin: 0 0 20px;
	color: #5f615e;
	font-size: 15px;
	line-height: 1.7;
}

.pgte-larger-group-close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 32px;
	height: 32px;
	min-width: 32px;
	padding: 0 !important;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(24px) saturate(180%);
	-webkit-backdrop-filter: blur(24px) saturate(180%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #24272c;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	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);
}

.pgte-larger-group-close::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(135deg, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.12) 35%, rgba(255,255,255,0.03) 60%, rgba(255,255,255,0.18) 100%);
	pointer-events: none;
}

.pgte-larger-group-close::after {
	content: "";
	position: absolute;
	top: -40%;
	left: -20%;
	width: 60%;
	height: 180%;
	background: radial-gradient(circle, rgba(255,255,255,0.18), transparent 70%);
	pointer-events: none;
}

.pgte-larger-group-actions {
	display: grid;
	gap: 10px;
}

.pgte-larger-group-actions a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 12px 14px;
	border-radius: 10px;
	background: rgba(0, 172, 212, 0.09);
	color: var(--pgte-contact-color, var(--theme-primary-color, #00acd4));
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.pgte-larger-group-action-main {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}

.pgte-larger-group-action-main svg {
	width: 18px;
	min-width: 18px;
	height: 18px;
	display: block;
	fill: currentColor;
}

.pgte-larger-group-action-phone {
	--pgte-contact-color: var(--theme-primary-color, #00acd4);
	background: rgba(0, 172, 212, 0.09);
}

.pgte-larger-group-action-whatsapp {
	--pgte-contact-color: #25d366;
	background: rgba(37, 211, 102, 0.11) !important;
}

.pgte-larger-group-action-viber {
	--pgte-contact-color: #7360f2;
	background: rgba(115, 96, 242, 0.11) !important;
}

.pgte-larger-group-action-email {
	--pgte-contact-color: var(--theme-primary-color, #00acd4);
	background: rgba(0, 172, 212, 0.09);
}

.pgte-larger-group-actions a span {
	color: #5f615e;
	font-size: 13px;
	font-weight: 600;
	text-align: right;
	overflow-wrap: anywhere;
}

.pgte-larger-group-actions .pgte-larger-group-action-main {
	color: var(--pgte-contact-color, var(--theme-primary-color, #00acd4));
	font-size: 15px;
	font-weight: 800;
	text-align: left;
}

@media (max-width: 480px) {
	.pgte-larger-group-modal {
		align-items: center;
		padding: 14px;
	}

	.pgte-larger-group-panel {
		width: min(100%, calc(100vw - 28px));
		max-height: calc(100dvh - 28px);
		padding: 24px 18px 20px;
		overflow-y: auto;
		border-radius: 13px;
	}

	.pgte-larger-group-panel h3 {
		margin-right: 38px;
		font-size: 25px;
		line-height: 1.25;
	}

	.pgte-larger-group-panel p {
		margin-bottom: 18px;
		font-size: 14px;
		line-height: 1.65;
	}

	.pgte-larger-group-close {
		top: 13px;
		right: 13px;
		width: 34px;
		height: 34px;
		min-width: 34px;
		font-size: 20px;
		line-height: 1;
	}

	.pgte-larger-group-actions {
		gap: 9px;
	}

	.pgte-larger-group-actions a {
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 7px;
		min-height: 66px;
		padding: 12px 14px;
		font-size: 14px;
	}

	.pgte-larger-group-actions a span {
		max-width: 100%;
		font-size: 12px;
		line-height: 1.35;
		text-align: center;
	}

	.pgte-larger-group-actions .pgte-larger-group-action-main {
		max-width: 100%;
		font-size: 14px;
		text-align: center;
	}
}

@media (max-width: 360px) {
	.pgte-larger-group-panel {
		padding: 22px 15px 18px;
	}

	.pgte-larger-group-panel h3 {
		font-size: 23px;
	}

	.pgte-larger-group-actions a {
		align-items: flex-start;
		flex-direction: column;
	}

	.pgte-larger-group-actions a span,
	.pgte-larger-group-actions .pgte-larger-group-action-main {
		max-width: 100%;
		text-align: left;
	}
}

@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%;
	}
}
