button {
	font-family: inherit;
}

.liwa-tour-page {
	width: 100%;
	background: #fff;
	color: #000;
}

.liwa-page-container {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 20px;
}

.liwa-hero-section {
	padding: 24px 0 0;
}

.liwa-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 34px;
	font-size: 12px;
	line-height: 1.4;
	color: #777;
}

.liwa-breadcrumb a {
	color: #111;
	font-weight: 600;
}

.liwa-breadcrumb span {
	color: #7b7b7b;
}

.liwa-hero-grid {
	display: grid;
	grid-template-columns: 475px 1fr;
	gap: 58px;
	align-items: start;
}

.liwa-location-badge {
	width: fit-content;
	min-height: 30px;
	padding: 6px 10px 6px 8px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: #E2E2E2;
	border-radius: 5px;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 13px;
}

.liwa-location-badge img {
	width: 14px;
	height: 14px;
	object-fit: contain;
}

.liwa-hero-content h1 {
	max-width: 475px;
	margin: 0;
	font-size: 48px;
	line-height: 1.2;
	letter-spacing: -1.7px;
	color: #1A1A1A;
	font-weight: 800;
}

.liwa-hero-description {
	max-width: 455px;
	margin: 19px 0 0;
	color: #1b1b1b;
	font-size: 15.8px;
	line-height: 1.42;
	font-weight: 400;
}

.liwa-divider {
	width: 100%;
	height: 1px;
	background: #dedede;
	margin: 19px 0 24px;
}

.liwa-rating-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}

.liwa-top-rated {
	min-height: 25px;
	padding: 3px 8px;
	display: inline-flex;
	align-items: center;
	background: #1A1A1A;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
}

.liwa-rating-text {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	color: #111;
	font-size: 13.7px;
	font-weight: 500;
}

.liwa-rating-text>* {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.liwa-rating-text strong {
	font-size: 13px;
	font-weight: 800;
}

.liwa-dot {
	margin: 0 6px;
	color: #000;
	font-weight: 700;
}

.liwa-green-dot {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: #16c86a;
	border: 1.5px solid #000;
	border-radius: 50%;
	margin-right: 2px;
}

.liwa-price-box {
	margin-top: 0;
}

.liwa-from {
	display: block;
	margin-bottom: 5px;
	color: #000;
	font-size: 11px;
	line-height: 1;
	font-weight: 800;
}

.liwa-price-line {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
}

.liwa-price-line strong {
	color: #000;
	font-size: 34px;
	line-height: 1;
	letter-spacing: -1px;
	font-weight: 800;
}

.liwa-price-line span {
	color: #167a76;
	font-size: 14px;
	font-weight: 800;
}

.liwa-price-line em {
	color: #000;
	font-size: 15px;
	font-style: normal;
}

.liwa-price-line small {
	color: #2d2d2d;
	font-size: 14px;
	font-weight: 500;
}

.liwa-price-line b {
	color: #000;
	font-size: 13px;
	font-weight: 700;
}

.liwa-action-row {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 28px;
}

.liwa-whatsapp-btn,
.liwa-call-btn {
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	transition: all .25s ease;
}

.liwa-whatsapp-btn {
	min-width: 208px;
	gap: 18px;
	background: #27BDBE;
	padding: 10px;
}

.liwa-whatsapp-btn img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.liwa-call-btn {
	width: 128px;
	gap: 9px;
	background: #fff;
	border: 1px solid #d9ca23;
}

.liwa-call-btn img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.liwa-whatsapp-btn:hover {
	background: #24b2b2;
}

.liwa-call-btn:hover {
	background: #fbfae8;
}

.liwa-gallery-area {
	width: 100%;
}

.liwa-main-photo {
	position: relative;
	width: 100%;
	height: 376px;
	border-radius: 8px;
	overflow: hidden;
	background: #eee;
}

.liwa-main-photo>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.liwa-view-photo-btn {
	position: absolute;
	right: 24px;
	bottom: 17px;
	min-width: 126px;
	height: 34px;
	padding: 0 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	background: #fff;
	color: #111;
	border-radius: 30px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
}

.liwa-view-photo-btn img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.liwa-thumb-row {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 7px;
	margin-top: 8px;
}

.liwa-thumb {
	width: 100%;
	height: 141px;
	border-radius: 8px;
	overflow: hidden;
	background: #eee;
	cursor: pointer;
	border: 0;
	padding: 0;
}

.liwa-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.liwa-thumb:hover img {
	transform: scale(1.04);
}

.liwa-info-section {
	padding: 66px 0 66px;
	margin-top: 0;
	border-bottom: 1px solid #efefef;
}

.liwa-info-grid {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.liwa-info-card {
	min-height: 73px;
	display: flex;
	align-items: center;
	gap: 13px;
	padding-right: 70px;
	position: relative;
}

.liwa-info-card:last-child {
	padding-right: 0;
}

.liwa-info-card:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 28px;
	top: 7px;
	width: 2px;
	height: 58px;
	background: #E2E2E2;
}

.liwa-info-icon {
	width: 64px;
	height: 64px;
	flex: 0 0 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F5F5F5;
	border-radius: 4px;
}

.liwa-info-icon img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.liwa-info-card span {
	display: block;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 1.15;
	font-weight: 800;
}

.liwa-info-card strong {
	display: block;
	color: #000;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 800;
}

/* Popup Gallery */
.liwa-gallery-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.liwa-gallery-popup.active {
	display: flex;
}

.liwa-popup-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .82);
}

.liwa-popup-content {
	position: relative;
	z-index: 2;
	width: min(1040px, 100%);
	height: min(680px, 82vh);
	background: #111;
	border-radius: 14px;
	overflow: hidden;
}

.liwa-popup-close {
	position: absolute;
	top: 12px;
	right: 14px;
	z-index: 5;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #000;
	border-radius: 50%;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.liwa-popup-swiper {
	width: 100%;
	height: 100%;
}

.liwa-popup-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111;
}

.liwa-popup-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.liwa-popup-swiper .swiper-button-next,
.liwa-popup-swiper .swiper-button-prev {
	color: #fff;
}

.liwa-popup-swiper .swiper-pagination-bullet {
	background: #fff;
	opacity: .55;
}

.liwa-popup-swiper .swiper-pagination-bullet-active {
	opacity: 1;
}

.liwa-experience-section {
	padding: 74px 0 67px;
	background: #f3f3f3;
}

.liwa-experience-wrap {
	max-width: 810px;
	margin: 0 auto;
}

.liwa-section-kicker {
	display: block;
	margin-bottom: 9px;
	color: #0c746f;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 800;
}

.liwa-experience-wrap h2 {
	margin: 0;
	color: #1A1A1A;
	font-size: 34px;
	line-height: 120%;
	font-weight: 700;
}

.liwa-experience-wrap>p {
	margin: 10px 0 0;
	color: #1A1A1A;
	font-size: 16px;
	line-height: 145%;
	font-weight: 400;
}

.liwa-feature-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 13px 17px;
	margin-top: 17px;
}

.liwa-feature-tags span {
	min-height: 27px;
	padding: 5px 18px 5px 15px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	color: #1A1A1A;
	border-radius: 30px;
	font-size: 14px;
	line-height: 120%;
	font-weight: 600;
}

.liwa-feature-tags b {
	color: #27bdbe;
	font-size: 15px;
	line-height: 1;
}

.liwa-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 34px;
	margin-top: 54px;
}

.liwa-stat-card {
	text-align: center;
}

.liwa-stat-card strong {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 3px;
	color: #1A1A1A;
	font-size: 34px;
	line-height: 120%;
	font-weight: 700;
}

.liwa-stat-card strong span {
	color: #0F6464;
	font-size: 24px;
	font-weight: 700;
}

.liwa-stat-card p {
	max-width: 142px;
	margin: 4px auto 0;
	color: #828282;
	font-size: 14px;
	line-height: 120%;
	font-weight: 600;
}

.liwa-content-section {
	padding: 57px 0 80px;
	background: #fff;
}

.liwa-content-layout {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 56px;
	align-items: start;
}

.liwa-toc-panel {
	position: sticky;
	top: 24px;
	padding-top: 2px;
}

.liwa-toc-panel h3 {
	margin: 0 0 18px;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	text-decoration: underline;
}

.liwa-toc-group {
	margin-bottom: 20px;
}

.liwa-toc-title {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 3px;
	padding: 0;
	background: transparent;
	border: 0;
	text-align: left;
	cursor: pointer;
}

.liwa-toc-icon {
	width: 13px;
	height: 13px;
	flex: 0 0 13px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dedede;
	color: #9c9c9c;
	background: #fff;
	font-size: 10px;
	line-height: 1;
	font-weight: 500;
}

.liwa-toc-title strong {
	color: #7b7b7b;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
}

.liwa-toc-group ul {
	padding-left: 23px;
	overflow: hidden;
	transition: max-height .25s ease;
}

.liwa-toc-group:not(.is-open) ul {
	max-height: 0;
}

.liwa-toc-group:not(.is-open) .liwa-toc-title {
	margin-bottom: 0;
}

.liwa-toc-group ul li {
	margin-bottom: 5px;
}

.liwa-toc-group ul li a {
	color: #8d8d8d;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	transition: all .25s ease;
}

.liwa-toc-group ul li a:hover {
	color: #0c746f;
}

.liwa-detail-block {
	margin-bottom: 70px;
	scroll-margin-top: 30px;
}

.liwa-detail-block h2 {
	margin: 0 0 20px;
	color: #1A1A1A;
	font-size: 34px;
	line-height: 120%;
	font-weight: 700;
}

.liwa-detail-block p {
	margin: 0 0 14px;
	color: #111;
	font-size: 16px;
	line-height: 145%;
	font-weight: 400;
}

.liwa-detail-block p:last-child {
	margin-bottom: 0;
}

.liwa-read-more-btn {
	display: none;
}

.liwa-suitable-note {
	margin-top: 10px !important;
}

.liwa-itinerary-block {
	margin-bottom: 76px;
}

.liwa-itinerary-layout {
	display: grid;
	grid-template-columns: 4fr 2fr;
	gap: 15px;
	align-items: start;
}

.liwa-itinerary-main {
	min-width: 0;
}

.liwa-itinerary-intro {
	max-width: 560px;
	margin: 0 0 20px;
	color: #111;
	font-size: 14px;
	line-height: 1.45;
}

.liwa-itinerary-tabs {
	width: fit-content;
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	padding: 4px;
	margin-bottom: 35px;
	background: #f2f2f2;
	border-radius: 50px;
}

.liwa-itinerary-tabs button {
	min-width: 166px;
	min-height: 29px;
	padding: 6px 18px;
	background: transparent;
	color: #111;
	border-radius: 50px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	cursor: pointer;
	transition: all .25s ease;
}

.liwa-itinerary-tabs button.active {
	background: #1A1A1A;
	color: #fff;
}

.liwa-timeline-list {
	display: none;
	position: relative;
	padding-left: 36px;
}

.liwa-timeline-list.active {
	display: block;
}

.liwa-timeline-list::before {
	content: "";
	position: absolute;
	left: 17px;
	top: 0;
	width: 2px;
	height: calc(100% - 16px);
	background: #e5e5e5;
}

.liwa-timeline-item {
	position: relative;
	padding-bottom: 28px;
}

.liwa-timeline-item:last-child {
	padding-bottom: 0;
}

.liwa-timeline-dot {
	position: absolute;
	left: -30px;
	top: 0;
	width: 22px;
	height: 22px;
	background: #fff;
	border: 3px solid #1A1A1A;
	border-radius: 50%;
	z-index: 2;
}

.liwa-timeline-item time {
	display: block;
	margin-bottom: 3px;
	color: #0F6464;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
}

.liwa-timeline-item h3 {
	margin: 0 0 4px;
	color: #1A1A1A;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
}

.liwa-timeline-item p {
	margin: 0;
	color: #828282;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 400;
}

.liwa-booking-card {
	position: sticky;
	top: 24px;
	width: 100%;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 12px 34px rgba(0, 0, 0, .09);
}

.liwa-booking-img {
	position: relative;
	width: 100%;
	height: 183px;
	overflow: hidden;
}

.liwa-booking-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.liwa-booking-img span {
	position: absolute;
	top: 10px;
	left: 12px;
	height: 20px;
	padding: 0 8px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #0d4865;
	color: #fff;
	border-radius: 30px;
	font-size: 12px;
	font-weight: 500;
}

.liwa-booking-img span i {
	width: 8px;
	height: 8px;
	background: #d8cf2b;
	border-radius: 50%;
}

.liwa-booking-body {
	padding: 20px 16px 0;
}

.liwa-booking-price span {
	color: #828282;
	font-size: 12px;
	font-weight: 700;
}

.liwa-booking-price strong {
	display: flex;
	align-items: baseline;
	gap: 5px;
	color: #000;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
}

.liwa-booking-price strong b {
	color: #0F6464;
	font-size: 16px;
	font-weight: 700;
}

.liwa-booking-price p {
	margin: 6px 0 0;
	color: #1A1A1A;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 400;
}

.liwa-vat-note {
	min-height: 25px;
	margin: 10px 0 24px;
	padding: 6px 10px;
	background: #F5F5F5;
	color: #1A1A1A;
	border-radius: 4px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
}

.liwa-booking-field {
	min-height: 57px;
	padding: 10px 12px;
	margin-bottom: 8px;
	border: 1px solid #dedede;
	border-radius: 8px;
	background: #fafafa;
}

.liwa-booking-field label {
	margin: 0 0 5px;
	color: #828282;
	font-size: 12px;
	line-height: 1.1;
	font-weight: 700;
}

.liwa-booking-field>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.liwa-booking-field strong {
	color: #1A1A1A;
	font-size: 16px;
	font-weight: 600;
}

.liwa-booking-field img {
	width: 15px;
	height: 15px;
	object-fit: contain;
}

.liwa-guest-control {
	display: flex;
	align-items: center;
	gap: 7px;
}

.liwa-guest-control button {
	width: 17px;
	height: 17px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #111;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.liwa-person-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 6px 0 12px;
}

.liwa-person-price span {
	color: #1A1A1A;
	font-size: 14px;
	font-weight: 400;
}

.liwa-person-price strong {
	color: #000000;
	font-size: 16px;
	font-weight: 700;
}

.liwa-booking-whatsapp {
	width: 100%;
	height: 46px;
	margin-top: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	background: #27BDBE;
	color: #000;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
}

.liwa-booking-whatsapp img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.liwa-booking-call {
	width: 100%;
	height: 46px;
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	background: #fff;
	color: #000;
	border: 1px solid #d8cb23;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 800;
}

.liwa-booking-call img {
	width: 17px;
	height: 17px;
	object-fit: contain;
}

.liwa-booking-points {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-top: 11px;
	padding-bottom: 13px;
	border-bottom: 1px solid #efefef;
}

.liwa-booking-points span {
	color: #000000;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
}

.liwa-booking-points span::first-letter {
	color: #0c9b97;
}

.liwa-group-booking {
	padding: 11px 0 15px;
	text-align: center;
}

.liwa-group-booking p {
	margin: 0;
	color: #000000;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
}

.liwa-group-booking strong {
	font-weight: 800;
}

.liwa-includes-section {
	margin-bottom: 76px;
}

.liwa-includes-section h2 {
	margin-bottom: 29px;
}

.liwa-include-row {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 38px;
	align-items: start;
}

.liwa-include-title {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-top: 3px;
}

.liwa-include-title img {
	flex: 0 0 auto;
}

.liwa-include-title h3 {
	margin: 0;
	color: #000000;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
}

.liwa-include-list {
	margin: 0;
	padding: 0;
}

.liwa-include-list li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 18px;
	color: #000000;
	font-size: 16px;
	line-height: 1.52;
	font-weight: 400;
}

.liwa-include-list li:last-child {
	margin-bottom: 0;
}

.liwa-include-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #3EC6C1;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 800;
}

.liwa-exclude-list li::before {
	content: "×";
	color: #D8CA3F;
	font-size: 16px;
	font-weight: 800;
}

.liwa-include-divider {
	width: 100%;
	height: 1px;
	margin: 28px 0 24px;
	background: #dedede;
}

.liwa-menu-section {
	margin-bottom: 80px;
}

.liwa-menu-section h2 {
	margin-bottom: 30px;
}

.liwa-menu-layout {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 20px;
	align-items: start;
}

.liwa-menu-image {
	width: 100%;
	height: 207px;
	border-radius: 4px;
	overflow: hidden;
}

.liwa-menu-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.liwa-menu-content h3 {
	margin: 0 0 14px;
	color: #000000;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
}

.liwa-menu-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 11px 15px;
	margin-bottom: 17px;
}

.liwa-menu-tags span {
	min-height: 34px;
	padding: 7px 18px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #F5F5F5;
	border: 1px solid #E2E2E2;
	border-radius: 33px;
	color: #1A1A1A;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
}

.liwa-menu-tags img {
	flex: 0 0 auto;
}

.liwa-menu-content p {
	margin: 0;
	color: #000000;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 400;
}

.liwa-rates-section {
	margin-bottom: 80px;
}

.liwa-rates-section h2 {
	margin-bottom: 30px;
}

.liwa-rates-card {
	display: grid;
	grid-template-columns: 1.4fr 1.8fr;
	align-items: stretch;
	background: #fff;
}

.liwa-rates-image {
	position: relative;
	width: 100%;
	min-height: 316px;
	overflow: hidden;
	border-radius: 15px 0 0 15px;
}

.liwa-rates-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.liwa-rates-image span {
	position: absolute;
	top: 12px;
	left: 14px;
	height: 20px;
	padding: 0 8px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #1A1A1A99;
	color: #FFFFFF;
	border-radius: 30px;
	font-size: 12px;
	font-weight: 500;
}

.liwa-rates-image span i {
	width: 8px;
	height: 8px;
	background: #d8cf2b;
	border-radius: 50%;
}

.liwa-rates-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 22px 0 0 19px;
}

.liwa-rates-content .liwa-booking-price,
.liwa-rates-content .liwa-vat-note,
.liwa-rates-form-grid {
	grid-column: 1 / 2;
}

.liwa-rates-content .liwa-vat-note {
	margin: 14px 0 14px;
}

.liwa-rates-form-grid {
	display: block;
}

.liwa-rates-actions {
	grid-column: 2 / 3;
	grid-row: 1 / span 4;
}

.liwa-rates-actions .liwa-booking-whatsapp,
.liwa-rates-actions .liwa-booking-call {
	margin-top: 0;
}

.liwa-rates-actions .liwa-booking-call {
	margin-top: 14px;
}

.liwa-rates-actions .liwa-booking-points {
	border-bottom: 1px solid #efefef;
}

.liwa-rates-actions .liwa-group-booking {
	padding-bottom: 0;
}

.liwa-pickup-section {
	margin-bottom: 82px;
}

.liwa-pickup-section h2 {
	margin-bottom: 28px;
}

.liwa-pickup-layout {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 34px;
	align-items: center;
}

.liwa-pickup-map {
	width: 100%;
}

.liwa-pickup-map img {
	width: 100%;
	display: block;
}

.liwa-pickup-content {
	padding-top: 12px;
}

.liwa-pickup-item {
	width: 100%;
}

.liwa-pickup-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
}

.liwa-pickup-title img {
	flex: 0 0 auto;
}

.liwa-pickup-title h3 {
	margin: 0;
	color: #1A1A1A;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
}

.liwa-pickup-item p {
	margin: 0;
	color: #000000;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 400;
}

.liwa-pickup-divider {
	width: 100%;
	height: 1px;
	margin: 18px 0 18px;
	background: #dedede;
}

.liwa-suitable-section {
	margin-bottom: 82px;
}

.liwa-suitable-section h2 {
	margin-bottom: 26px;
}

.liwa-suitable-intro {
	margin: 0 0 28px;
	color: #111;
	font-size: 15px;
	line-height: 1.45;
	font-weight: 400;
}

.liwa-suitable-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 19px;
}

.liwa-suitable-card {
	min-height: 255px;
	padding: 29px 28px 27px;
	border-radius: 18px;
}

.liwa-suitable-good {
	background: #E8F5F5;
}

.liwa-suitable-bad {
	background: #FFF6EB;
}

.liwa-suitable-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
}

.liwa-suitable-title img {
	flex: 0 0 auto;
}

.liwa-suitable-title h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
}

.liwa-suitable-good .liwa-suitable-title h3 {
	color: #0F6464;
}

.liwa-suitable-bad .liwa-suitable-title h3 {
	color: #F79420;
}

.liwa-suitable-card ul {
	margin: 0;
	padding: 0;
}

.liwa-suitable-card li {
	position: relative;
	margin-bottom: 16px;
	padding-left: 20px;
	color: #000000;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.liwa-suitable-card li:last-child {
	margin-bottom: 0;
}

.liwa-suitable-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
}

.liwa-suitable-good li::before {
	background: #27bdbe;
}

.liwa-suitable-bad li::before {
	background: #f79420;
}

.liwa-cancellation-section {
	margin-bottom: 88px;
}

.liwa-cancellation-section h2 {
	margin-bottom: 28px;
}

.liwa-cancellation-row {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 48px;
	align-items: start;
}

.liwa-cancellation-title {
	display: flex;
	align-items: center;
	gap: 8px;
}

.liwa-cancellation-title img {
	flex: 0 0 auto;
}

.liwa-cancellation-title h3 {
	margin: 0;
	color: #1A1A1A;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
}

.liwa-cancellation-row p {
	margin: 0;
	color: #000000;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 400;
}

.liwa-reviews-section {
	margin-bottom: 88px;
}

.liwa-reviews-box {
	position: relative;
	padding: 62px 98px 56px;
	background: #f3f3f3;
	border-radius: 42px;
	text-align: center;
	overflow: hidden;
}

.liwa-reviews-kicker {
	display: block;
	margin-bottom: 5px;
	color: #0F6464;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
}

.liwa-reviews-box h2 {
	margin: 0 0 41px;
	color: #1A1A1A;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
}

.liwa-reviews-slider-wrap {
	position: relative;
}

.liwa-reviews-track-outer {
	overflow: hidden;
}

.liwa-reviews-track {
	display: flex;
	gap: 22px;
	transition: transform .35s ease;
	will-change: transform;
}

.liwa-review-card {
	flex: 0 0 calc((100% - 44px) / 3);
	padding: 17px 18px 13px;
	background: #fff;
	border-radius: 10px;
	text-align: left;
}

.liwa-review-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.liwa-review-user {
	flex: 0 0 auto;
}

.liwa-review-head h3 {
	margin: 0 0 2px;
	display: flex;
	align-items: center;
	gap: 4px;
	color: #000000;
	font-size: 16px;
	line-height: 1.15;
	font-weight: 400;
}

.liwa-review-head h3 img {
	flex: 0 0 auto;
}

.liwa-review-head p {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 3px;
	color: #828282;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
}

.liwa-review-head p img {
	flex: 0 0 auto;
}

.liwa-review-stars {
	margin-bottom: 7px;
}

.liwa-review-text {
	margin: 0 0 4px;
	color: #000000 !important;
	font-size: 12px !important;
	line-height: 1.2 !important;
	font-weight: 400;
}

.liwa-review-readmore {
	display: inline-flex;
	padding: 0;
	margin: 0;
	background: transparent;
	color: #0B57D0;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 400;
	cursor: pointer;
}

.liwa-review-arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translateY(-50%);
	background: transparent;
	cursor: pointer;
}

.liwa-review-arrow.is-hidden {
	display: none;
}

.liwa-review-prev {
	left: -51px;
}

.liwa-review-prev img {
	transform: rotate(180deg);
}

.liwa-review-next {
	right: -51px;
}

.liwa-review-arrow img {
	display: block;
}

.liwa-review-dots {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-top: 25px;
}

.liwa-review-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border-radius: 50%;
	background: #d9d9d9;
	cursor: pointer;
}

.liwa-review-dots button.active {
	background: #27bdbe;
}

.liwa-google-rating-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	margin-top: 34px;
}

.liwa-google-rating-row span,
.liwa-google-rating-row p {
	color: #111111;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 400;
	margin: 0;
}

.liwa-view-all-review {
	width: fit-content;
	min-width: 106px;
	height: 34px;
	margin: 20px auto 0;
	padding: 0 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 1px solid #D5CB2C;
	border-radius: 5px;
	color: #000000;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
}

.liwa-view-all-review img {
	flex: 0 0 auto;
}

.liwa-contact-section {
	margin-bottom: 80px;
}

.liwa-contact-banner {
	position: relative;
	width: 100%;
	min-height: 391px;
	overflow: hidden;
}

.liwa-contact-bg {
	width: 100%;
	height: 100%;
	min-height: 391px;
	object-fit: cover;
}

.liwa-contact-content {
	position: absolute;
	left: 53px;
	top: 42px;
	z-index: 2;
	max-width: 390px;
}

.liwa-contact-content h2 {
	margin: 0 0 14px;
	color: #0c746f;
	font-size: 44px;
	line-height: 50px;
	font-weight: 800;
}

.liwa-contact-content p {
	margin: 0;
	color: #0F6464;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
}

.liwa-contact-btn {
	width: fit-content;
	min-width: 202px;
	height: 65px;
	margin-top: 33px;
	padding: 0 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	background: #0F6464;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
}

.liwa-contact-btn img {
	flex: 0 0 auto;
}

.liwa-contact-banner picture {
	display: block;
	width: 100%;
	height: 100%;
}

.liwa-contact-banner picture img {
	display: block;
}

.liwa-faq-section {
	margin-bottom: 80px;
}

.liwa-faq-section h2 {
	margin-bottom: 40px;
	text-align: center;
}

.liwa-faq-list {
	width: 100%;
}

.liwa-faq-item {
	margin-bottom: 20px;
	border: 1px solid #dedede;
	border-radius: 7px;
	background: #fff;
	overflow: hidden;
}

.liwa-faq-item.is-open {
	background: #f4f4f4;
}

.liwa-faq-question {
	width: 100%;
	min-height: 68px;
	padding: 20px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: transparent;
	color: #111;
	text-align: left;
	cursor: pointer;
}

.liwa-faq-question span {
	color: #000000;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
}

.liwa-faq-icon {
	flex: 0 0 auto;
}

.liwa-faq-minus {
	display: none;
}

.liwa-faq-item.is-open .liwa-faq-plus {
	display: none;
}

.liwa-faq-item.is-open .liwa-faq-minus {
	display: block;
}

.liwa-faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .28s ease;
}

.liwa-faq-item.is-open .liwa-faq-answer {
	max-height: 220px;
}

.liwa-faq-answer p {
	margin: 0;
	padding: 0 28px 33px;
	color: #000000;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}

/* Mobile */
@media (max-width: 991px) {
	.liwa-page-container {
		max-width: 100%;
		padding: 0 20px;
	}

	.liwa-hero-section {
		padding: 13px 0 0;
	}

	.liwa-breadcrumb {
		margin-bottom: 26px;
		font-size: 11px;
		gap: 3px;
		white-space: normal;
	}

	.liwa-hero-grid {
		display: flex;
		flex-direction: column;
		gap: 37px;
	}

	.liwa-hero-content {
		width: 100%;
	}

	.liwa-location-badge {
		min-height: 27px;
		padding: 5px 9px 5px 7px;
		font-size: 11.5px;
		border-radius: 5px;
		margin: 0 auto 14px;
		display: flex;
		justify-content: center;
	}

	.liwa-location-badge img {
		width: 14px;
		height: 14px;
	}

	.liwa-hero-content h1 {
		max-width: 305px;
		font-size: 34px;
		line-height: 1.18;
		text-align: center;
		margin: 0 auto;
	}

	.liwa-hero-description {
		max-width: 375px;
		margin: 17px auto 0;
		font-size: 14px;
		line-height: 1.43;
		text-align: center;
	}

	.liwa-divider {
		margin: 22px 0 20px;
	}

	.liwa-rating-row {
		display: block;
	}

	.liwa-top-rated {
		min-height: 25px;
		padding: 3px 8px;
		font-size: 14px;
		display: flex;
		width: fit-content;
		margin: 0 auto 12px;
	}

	.liwa-rating-text {
		gap: 8px;
		font-size: 14px;
		justify-content: center;
		flex-direction: column;
	}

	.liwa-google-text {
		font-size: 16px;
	}

	.liwa-dot {
		display: none;
	}

	.liwa-price-box {
		margin-top: 1px;
	}

	.liwa-price-line {
		gap: 7px;
	}

	.liwa-from {
		display: inline-block;
		margin-right: 6px;
		vertical-align: baseline;
	}

	.liwa-price-box {
		display: flex;
		align-items: baseline;
		gap: 2px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.liwa-price-line strong {
		font-size: 32px;
	}

	.liwa-price-line small {
		font-size: 13px;
	}

	.liwa-action-row {
		gap: 19px;
		margin-top: 31px;
		justify-content: center;
	}

	.liwa-whatsapp-btn {
		width: 214px;
		height: 53px;
		gap: 18px;
		font-size: 15px;
	}

	.liwa-call-btn {
		width: 130px;
		height: 53px;
		font-size: 15px;
	}

	.liwa-gallery-area {
		margin-top: 0;
	}

	.liwa-main-photo {
		height: 216px;
		border-radius: 8px;
	}

	.liwa-view-photo-btn {
		right: 16px;
		bottom: 17px;
		min-width: 125px;
		height: 34px;
		padding: 0 13px;
		font-size: 12px;
	}

	.liwa-thumb-row {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		gap: 4px;
		margin-top: 6px;
		overflow: hidden;
	}

	.liwa-thumb {
		height: 70px;
		border-radius: 4px;
	}

	.liwa-info-section {
		padding: 43px 0 55px;
	}

	.liwa-info-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.liwa-info-card {
		min-height: 92px;
		gap: 12px;
		padding: 0 0 20px;
		margin-bottom: 20px;
	}

	.liwa-info-card:last-child {
		margin-bottom: 0;
	}

	.liwa-info-card:not(:last-child)::after {
		display: none;
	}

	.liwa-info-icon {
		width: 62px;
		height: 72px;
		flex-basis: 62px;
	}

	.liwa-info-icon img {
		width: 31px;
		height: 31px;
	}

	.liwa-info-card span {
		font-size: 12px;
		line-height: 1.15;
	}

	.liwa-info-card strong {
		font-size: 16px;
		line-height: 1.2;
	}

	.liwa-gallery-popup {
		padding: 16px;
	}

	.liwa-popup-content {
		height: 72vh;
		border-radius: 10px;
	}

	.liwa-popup-close {
		width: 34px;
		height: 34px;
		font-size: 25px;
	}

	.liwa-popup-swiper .swiper-button-next,
	.liwa-popup-swiper .swiper-button-prev {
		display: none;
	}

	.liwa-experience-section {
		padding: 61px 0 66px;
	}

	.liwa-experience-wrap {
		max-width: 100%;
	}

	.liwa-section-kicker {
		margin-bottom: 13px;
		font-size: 14px;
		text-align: center;
	}

	.liwa-experience-wrap h2 {
		max-width: 100%;
		font-size: 23px;
		line-height: 1.16;
		letter-spacing: -0.55px;
		text-align: center;
	}

	.liwa-experience-wrap>p {
		max-width: 100%;
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.42;
		text-align: center;
	}

	.liwa-feature-tags {
		display: grid;
		grid-template-columns: repeat(2, auto);
		gap: 10px 8px;
		margin-top: 19px;
	}

	.liwa-feature-tags span {
		min-height: 29px;
		padding: 6px 14px 6px 12px;
		gap: 7px;
		font-size: 12.5px;
	}

	.liwa-stats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 31px 24px;
		margin-top: 55px;
	}

	.liwa-stat-card strong {
		font-size: 25px;
		letter-spacing: -0.8px;
	}

	.liwa-stat-card strong span {
		font-size: 16px;
	}

	.liwa-stat-card p {
		max-width: 135px;
		margin-top: 5px;
		font-size: 13px;
		line-height: 1.08;
	}

	.liwa-content-section {
		padding: 54px 0 60px;
	}

	.liwa-content-layout {
		display: block;
	}

	.liwa-toc-panel {
		display: none;
	}

	.liwa-content-main {
		max-width: 100%;
	}

	.liwa-detail-block {
		margin-bottom: 58px;
	}

	.liwa-detail-block h2 {
		margin-bottom: 25px;
		font-size: 23px;
		line-height: 1.2;
		letter-spacing: -0.4px;
	}

	.liwa-detail-block p {
		font-size: 14px;
		line-height: 1.42;
	}

	.liwa-mobile-readmore {
		max-height: 246px;
		overflow: hidden;
		position: relative;
	}

	.liwa-mobile-readmore.is-open {
		max-height: none;
	}

	.liwa-read-more-btn {
		display: inline-flex;
		margin-top: 16px;
		background: transparent;
		color: #0c746f;
		font-size: 14px;
		line-height: 1.2;
		font-weight: 800;
		cursor: pointer;
	}

	.liwa-itinerary-block {
		margin-bottom: 60px;
	}

	.liwa-itinerary-layout {
		display: block;
	}

	.liwa-itinerary-main h2 {
		margin-bottom: 28px;
	}

	.liwa-itinerary-intro {
		display: none;
	}

	.liwa-itinerary-tabs {
		width: 100%;
		min-height: 52px;
		padding: 4px;
		margin-bottom: 33px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.liwa-itinerary-tabs button {
		width: 100%;
		min-width: 0;
		min-height: 44px;
		padding: 7px 12px;
		font-size: 13px;
		line-height: 1.2;
	}

	.liwa-timeline-list {
		padding-left: 37px;
	}

	.liwa-timeline-list::before {
		left: 17px;
		height: calc(100% - 12px);
	}

	.liwa-timeline-item {
		padding-bottom: 29px;
	}

	.liwa-timeline-dot {
		left: -30px;
		width: 21px;
		height: 21px;
		border-width: 3px;
	}

	.liwa-timeline-item time {
		margin-bottom: 4px;
		font-size: 13px;
	}

	.liwa-timeline-item h3 {
		margin-bottom: 4px;
		font-size: 14px;
		line-height: 1.25;
	}

	.liwa-timeline-item p {
		max-width: 270px;
		font-size: 12.5px;
		line-height: 1.35;
	}

	.liwa-booking-card {
		display: none;
	}

	.liwa-includes-section {
		margin-bottom: 58px;
	}

	.liwa-includes-section h2 {
		max-width: 330px;
		margin-bottom: 31px;
	}

	.liwa-include-row {
		display: block;
	}

	.liwa-include-title {
		gap: 8px;
		margin-bottom: 17px;
		padding-top: 0;
	}

	.liwa-include-title img {
		width: 20px;
		height: 20px;
	}

	.liwa-include-title h3 {
		font-size: 16px;
	}

	.liwa-include-list {
		padding-left: 27px;
	}

	.liwa-include-list li {
		margin-bottom: 8px;
		padding-left: 18px;
		font-size: 15.5px;
		line-height: 1.5;
	}

	.liwa-include-list li::before {
		font-size: 14px;
		line-height: 1.45;
	}

	.liwa-include-divider {
		margin: 25px 0 29px;
	}

	.liwa-menu-section {
		margin-bottom: 68px;
	}

	.liwa-menu-section h2 {
		margin-bottom: 31px;
	}

	.liwa-menu-layout {
		display: block;
	}

	.liwa-menu-image {
		height: 208px;
		margin-bottom: 18px;
		border-radius: 4px;
	}

	.liwa-menu-content h3 {
		margin-bottom: 17px;
		font-size: 15px;
	}

	.liwa-menu-tags {
		gap: 10px 8px;
		margin-bottom: 17px;
	}

	.liwa-menu-tags span {
		min-height: 34px;
		padding: 7px 17px;
		gap: 10px;
		font-size: 14px;
	}

	.liwa-menu-content p {
		font-size: 15px;
		line-height: 1.45;
	}

	.liwa-rates-section {
		margin-bottom: 68px;
	}

	.liwa-rates-section h2 {
		margin-bottom: 31px;
	}

	.liwa-rates-card {
		display: block;
		border-radius: 15px;
		overflow: hidden;
		box-shadow: 0 12px 34px rgba(0, 0, 0, .09);
	}

	.liwa-rates-image {
		min-height: 207px;
		height: 207px;
		border-radius: 15px 15px 0 0;
	}

	.liwa-rates-content {
		display: block;
		padding: 24px 18px 0;
	}

	.liwa-rates-content .liwa-booking-price strong {
		font-size: 33px;
	}

	.liwa-rates-content .liwa-vat-note {
		margin: 11px 0 14px;
	}

	.liwa-rates-form-grid {
		padding-top: 14px;
		border-top: 1px solid #dedede;
	}

	.liwa-rates-actions {
		padding-top: 12px;
	}

	.liwa-rates-actions .liwa-booking-whatsapp {
		height: 52px;
		margin-top: 12px;
	}

	.liwa-rates-actions .liwa-booking-call {
		height: 52px;
		margin-top: 14px;
	}

	.liwa-rates-actions .liwa-booking-points {
		margin-top: 12px;
		padding-bottom: 13px;
	}

	.liwa-rates-actions .liwa-group-booking {
		padding: 11px 0 15px;
	}

	.liwa-pickup-section {
		margin-bottom: 78px;
	}

	.liwa-pickup-section h2 {
		margin-bottom: 29px;
	}

	.liwa-pickup-layout {
		display: block;
	}

	.liwa-pickup-map {
		margin-bottom: 18px;
	}

	.liwa-pickup-map img {
		width: 100%;
	}

	.liwa-pickup-content {
		padding-top: 0;
	}

	.liwa-pickup-title {
		margin-bottom: 15px;
	}

	.liwa-pickup-title h3 {
		font-size: 16px;
	}

	.liwa-pickup-item p {
		padding-left: 23px;
		font-size: 15.5px;
		line-height: 1.45;
	}

	.liwa-pickup-divider {
		margin: 24px 0 27px;
	}

	.liwa-suitable-section {
		margin-bottom: 68px;
	}

	.liwa-suitable-section h2 {
		margin-bottom: 32px;
	}

	.liwa-suitable-intro {
		margin-bottom: 24px;
		font-size: 15.5px;
		line-height: 1.45;
	}

	.liwa-suitable-grid {
		display: block;
	}

	.liwa-suitable-card {
		min-height: auto;
		padding: 28px 29px 31px;
		border-radius: 16px;
		margin-bottom: 20px;
	}

	.liwa-suitable-card:last-child {
		margin-bottom: 0;
	}

	.liwa-suitable-title {
		margin-bottom: 24px;
	}

	.liwa-suitable-title h3 {
		font-size: 16px;
	}

	.liwa-suitable-card li {
		margin-bottom: 17px;
		padding-left: 25px;
		font-size: 15.5px;
		line-height: 1.45;
	}

	.liwa-suitable-card li::before {
		top: 8px;
		width: 10px;
		height: 10px;
	}

	.liwa-cancellation-section {
		margin-bottom: 84px;
	}

	.liwa-cancellation-section h2 {
		margin-bottom: 29px;
	}

	.liwa-cancellation-row {
		display: block;
	}

	.liwa-cancellation-title {
		margin-bottom: 7px;
	}

	.liwa-cancellation-title h3 {
		font-size: 16px;
	}

	.liwa-cancellation-row p {
		padding-left: 28px;
		font-size: 15.5px;
		line-height: 1.45;
	}

	.liwa-reviews-section {
		margin-bottom: 76px;
	}

	.liwa-reviews-box {
		padding: 43px 12px 50px;
		border-radius: 38px;
	}

	.liwa-reviews-kicker {
		margin-bottom: 7px;
		font-size: 14px;
	}

	.liwa-reviews-box h2 {
		max-width: 260px;
		margin: 0 auto 41px;
		font-size: 25px;
		line-height: 1.22;
		letter-spacing: -0.5px;
	}

	.liwa-reviews-track-outer {
		overflow: hidden;
	}

	.liwa-reviews-track {
		gap: 23px;
	}

	.liwa-review-card {
		flex: 0 0 232px;
		padding: 15px 18px 13px;
		border-radius: 10px;
	}

	.liwa-review-arrow {
		display: none;
	}

	.liwa-review-dots {
		margin-top: 24px;
	}

	.liwa-google-rating-row {
		flex-wrap: wrap;
		gap: 6px;
		margin-top: 34px;
	}

	.liwa-google-rating-row p {
		width: 100%;
		order: 2;
		font-size: 15.5px;
	}

	.liwa-google-rating-row img:last-child {
		order: 3;
	}

	.liwa-view-all-review {
		height: 34px;
		margin-top: 19px;
	}

	.liwa-contact-section {
		margin-bottom: 68px;
	}

	.liwa-contact-banner {
		min-height: 572px;
	}

	.liwa-contact-bg {
		min-height: 572px;
		object-fit: cover;
		object-position: center;
	}

	.liwa-contact-content {
		left: 30px;
		top: 65px;
		max-width: 275px;
	}

	.liwa-contact-content h2 {
		margin-bottom: 14px;
		font-size: 42px;
		line-height: 1.1;
		letter-spacing: -1px;
	}

	.liwa-contact-content p {
		font-size: 19px;
		line-height: 1.35;
	}

	.liwa-contact-btn {
		min-width: 202px;
		height: 65px;
		margin-top: 33px;
		gap: 22px;
		font-size: 15px;
	}

	.liwa-faq-section {
		margin-bottom: 68px;
	}

	.liwa-faq-section h2 {
		margin-bottom: 18px;
		text-align: center;
		font-size: 25px;
		line-height: 1.2;
	}

	.liwa-faq-item {
		margin-bottom: 20px;
		border-radius: 6px;
	}

	.liwa-faq-question {
		min-height: 56px;
		padding: 12px 14px;
		gap: 14px;
	}

	.liwa-faq-question span {
		font-size: 14px;
		line-height: 1.18;
	}

	.liwa-faq-item.is-open .liwa-faq-answer {
		max-height: 360px;
	}

	.liwa-faq-answer p {
		padding: 22px 14px 12px;
		font-size: 16px;
		line-height: 1.55;
	}
}

@media (max-width: 390px) {
	.liwa-page-container {
		padding: 0 18px;
	}

	.liwa-hero-content h1 {
		font-size: 32px;
	}

	.liwa-whatsapp-btn {
		width: calc(100% - 148px);
		min-width: 195px;
	}

	.liwa-call-btn {
		width: 129px;
	}

	.liwa-action-row {
		gap: 17px;
	}

	.liwa-thumb {
		height: 66px;
	}

	.liwa-feature-tags {
		grid-template-columns: repeat(2, 1fr);
	}

	.liwa-feature-tags span {
		justify-content: center;
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* Rates tab section update */
.liwa-rates-tabs-section {
	margin-bottom: 80px;
}

.liwa-rates-tabs-section h2 {
	margin-bottom: 30px;
}

.liwa-rates-tab-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1.62fr) minmax(340px, 0.9fr);
	gap: 36px;
	align-items: center;
}

.liwa-rates-gallery-col,
.liwa-rates-panel-col {
	min-width: 0;
}

.liwa-rates-img-grid {
	display: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 15px;
}

.liwa-rates-img-grid.is-active {
	display: grid;
}

.liwa-rates-img-card {
	position: relative;
	margin: 0;
	height: 252px;
	overflow: hidden;
	border-radius: 0;
	background: #f5f5f5;
}

.liwa-rates-img-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 1st image: 2 Seater Buggy */
.liwa-rates-img-grid .liwa-rates-img-card:nth-child(1) img {
	border-top-left-radius: 10px;
}

/* 2nd image: Private Land Cruiser */
.liwa-rates-img-grid .liwa-rates-img-card:nth-child(2) img {
	border-top-right-radius: 10px;
}

/* 3rd image: Buffet Dinner */
.liwa-rates-img-grid .liwa-rates-img-card:nth-child(3) img {
	border-bottom-left-radius: 10px;
}

/* 4th image: Desert Camp Entertainment */
.liwa-rates-img-grid .liwa-rates-img-card:nth-child(4) img {
	border-bottom-right-radius: 10px;
}

.liwa-rates-img-card figcaption {
	position: absolute;
	top: 12px;
	left: 14px;
	max-width: calc(100% - 28px);
	min-height: 23px;
	padding: 4px 10px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: rgba(26, 26, 26, .68);
	color: #fff;
	border-radius: 30px;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 500;
}

.liwa-rates-img-card figcaption i {
	width: 11px;
	height: 11px;
	flex: 0 0 11px;
	background: #d8cf2b;
	border-radius: 50%;
}

.liwa-rates-package-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	margin-bottom: 29px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.liwa-rate-tab {
	padding: 8px 8px 12px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	background: #fff;
	border: 1px solid #dedede;
	color: #27BDBE;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	cursor: pointer;
	transition: var(--transition-3, all .3s ease-in-out);
}

.liwa-rate-tab:first-child {
	border-radius: 5px 0 0 5px;
}

.liwa-rate-tab:last-child {
	border-radius: 0 5px 5px 0;
}

.liwa-rate-tab.is-active {
	background: #f5f5f5;
	color: #1A1A1A;
	border-color: #dedede;
}

.liwa-rate-tab-text {
	display: block;
	text-align: center;
	flex: 1;
}

.liwa-tab-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	object-fit: contain;
}

.liwa-tab-icon-active {
	display: none;
}

.liwa-rate-tab.is-active .liwa-tab-icon-active {
	display: block;
}

.liwa-rate-tab.is-active .liwa-tab-icon-disabled {
	display: none;
}

.liwa-rate-content {
	display: none;
}

.liwa-rate-content.is-active {
	display: block;
}

.liwa-rate-price-line {
	display: flex;
	align-items: baseline;
	gap: 4px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.liwa-rate-price-line span {
	color: #828282;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
}

.liwa-rate-price-line strong {
	color: #000;
	font-size: 34px;
	line-height: .95;
	letter-spacing: -1.2px;
	font-weight: 700;
}

.liwa-rate-price-line b {
	color: #0F6464;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
}

.liwa-rate-price-line em {
	color: #1A1A1A;
	font-size: 14px;
	line-height: 1.2;
	font-style: normal;
	font-weight: 400;
}

.liwa-rate-desc {
	margin: 16px 0 !important;
	padding-bottom: 27px;
	border-bottom: 1px solid #dedede;
	color: #1A1A1A !important;
	font-size: 14px !important;
	line-height: 1.35 !important;
	font-weight: 400 !important;
}

.liwa-rate-desc strong {
	font-weight: 800;
}

.liwa-rate-vat-pill {
	width: 100%;
	min-height: 37px;
	padding: 8px 13px;
	display: flex;
	align-items: center;
	background: #F5F5F5;
	color: #1A1A1A;
	border-radius: 30px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}

.liwa-rate-whatsapp {
	width: 100%;
	height: 65px;
	margin-top: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 33px;
	background: #27BDBE;
	color: #000;
	border-radius: 5px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 800;
	transition: var(--transition-3, all .3s ease-in-out);
}

.liwa-rate-whatsapp:hover {
	background: #24b2b2;
}

.liwa-rate-whatsapp img {
	width: 29px;
	height: 29px;
	object-fit: contain;
}

.liwa-rate-trust-row {
	display: flex;
	justify-content: center;
	gap: 14px;
	padding: 17px 0 19px;
	border-bottom: 1px solid #dedede;
}

.liwa-rate-trust-row span {
	color: #1A1A1A;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
}

.liwa-rate-trust-row span::first-letter {
	color: #27BDBE;
	font-weight: 800;
}

.liwa-rate-group-note {
	padding-top: 23px;
	text-align: center;
}

.liwa-rate-group-note p {
	margin: 0;
	color: #1A1A1A;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
}

.liwa-rate-group-note strong {
	font-weight: 800;
}

@media (max-width: 991px) {
	.liwa-rates-tabs-section {
		margin-bottom: 68px;
	}

	.liwa-rates-tabs-section h2 {
		margin-bottom: 31px;
	}

	.liwa-rates-tab-wrapper {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-left: -16px;
		margin-right: -16px;
	}

	.liwa-rates-panel-col {
		order: 1;
		width: 100%;
		padding: 0 .75rem;
		background: #fff;
		overflow: hidden;
	}

	.liwa-rates-gallery-col {
		order: 2;
		width: 100%;
		padding: 0 0.75rem;
	}

	.liwa-rates-package-tabs {
		margin-bottom: 26px;
		border-top: 0;
	}

	.liwa-rate-tab {
		padding: 10px 10px;
		font-size: 16px;
		white-space: normal;
	}

	.liwa-rate-tab:first-child,
	.liwa-rate-tab:last-child {
		border-radius: 0;
	}

	.liwa-rate-tab-text {
		line-height: 1.15;
	}

	.liwa-rate-content {
		padding: 0 0 0;
	}

	.liwa-rate-content.is-active {
		padding: 0;
	}

	.liwa-rate-price-line {
		padding: 0 0 26px;
		gap: 6px;
	}

	.liwa-rate-price-line span {
		font-size: 12px;
	}

	.liwa-rate-price-line strong {
		font-size: 42px;
	}

	.liwa-rate-price-line b {
		font-size: 15px;
	}

	.liwa-rate-price-line em {
		font-size: 14px;
	}

	.liwa-rate-desc {
		margin: 22px 0 0 !important;
		padding: 0 0 22px 0;
		border-bottom: 1px solid #dedede;
		font-size: 16px !important;
		line-height: 1.38 !important;
	}

	.liwa-rate-vat-pill {
		min-height: 48px;
		margin-top: 32px;
		padding: 12px 9px;
		border-radius: 30px;
		font-size: 16px;
	}

	.liwa-rate-whatsapp {
		height: 53px;
		margin-top: 31px;
		gap: 26px;
		border-radius: 5px;
		font-size: 16px;
	}

	.liwa-rate-whatsapp img {
		width: 27px;
		height: 27px;
	}

	.liwa-rate-trust-row {
		gap: 9px;
		padding: 14px 0 18px;
	}

	.liwa-rate-trust-row span {
		font-size: 12px;
	}

	.liwa-rate-group-note {
		padding: 16px 0 23px;
	}

	.liwa-rate-group-note p {
		font-size: 13px;
	}

	.liwa-rates-img-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 4px;
	}

	.liwa-rates-img-card {
		height: 176px;
		border-radius: 4px;
	}

	.liwa-rates-img-card figcaption {
		top: 9px;
		left: 13px;
		min-height: 22px;
		padding: 4px 9px;
		gap: 5px;
		font-size: 12px;
	}

	.liwa-rates-img-card figcaption i {
		width: 10px;
		height: 10px;
		flex-basis: 10px;
	}
}

@media (max-width: 390px) {
	.liwa-rates-tab-wrapper {
		margin-left: -14px;
		margin-right: -14px;
	}

	.liwa-rate-tab {
		font-size: 15.5px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.liwa-rate-price-line strong {
		font-size: 40px;
	}

	.liwa-rates-img-card {
		height: 171px;
	}
}

/* Rates tabs border correction only - no font, padding or height changes */
.liwa-rates-package-tabs {
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.liwa-rate-tab {
	border: 0;
	border-radius: 0;
	background: #f5f5f5;
	color: #1A1A1A;
}

.liwa-rate-tab.is-active {
	background: #ffffff;
	color: #27BDBE;
}

/* Left tab active: top + right border */
.liwa-rate-tab:first-child.is-active {
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-top-right-radius: 6px;
}

/* Left tab disabled: bottom + right border */
.liwa-rate-tab:first-child:not(.is-active) {
	border-bottom: 1px solid #dedede;
	/* border-right: 1px solid #dedede; */
}

/* Right tab active: top + left border */
.liwa-rate-tab:last-child.is-active {
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-top-left-radius: 6px;
}

/* Right tab disabled: bottom + left border */
.liwa-rate-tab:last-child:not(.is-active) {
	border-bottom: 1px solid #dedede;
	/* border-left: 1px solid #dedede; */
}

/* Keep active/down icon and disabled/up icon behaviour */
.liwa-tab-icon-active,
.rate-tab-icon-active {
	display: none;
}

.liwa-tab-icon-disabled,
.rate-tab-icon-disabled {
	display: block;
}

.liwa-rate-tab.is-active .liwa-tab-icon-active,
.liwa-rate-tab.is-active .rate-tab-icon-active {
	display: block;
}

.liwa-rate-tab.is-active .liwa-tab-icon-disabled,
.liwa-rate-tab.is-active .rate-tab-icon-disabled {
	display: none;
}

/* Popup gallery full image override - no black top/bottom bars */
.liwa-gallery-popup {
	padding: 0;
}

.liwa-popup-content {
	width: min(1040px, calc(100vw - 40px));
	height: min(625px, calc(100vh - 40px));
	background: transparent;
	border-radius: 10px;
	overflow: hidden;
}

.liwa-popup-swiper {
	width: 100%;
	height: 100%;
	background: transparent;
}

.liwa-popup-swiper .swiper-slide {
	background: transparent;
}

.liwa-popup-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.liwa-popup-close {
	top: 12px;
	right: 12px;
	z-index: 20;
	width: 38px;
	height: 38px;
	background: #fff;
	color: #000;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
}

.liwa-popup-swiper .swiper-button-next,
.liwa-popup-swiper .swiper-button-prev {
	z-index: 20;
	width: 42px;
	height: 42px;
	color: #fff;
}

.liwa-popup-swiper .swiper-button-next {
	right: 10px;
}

.liwa-popup-swiper .swiper-button-prev {
	left: 10px;
}

.liwa-popup-swiper .swiper-pagination {
	bottom: 14px !important;
	z-index: 20;
}

.liwa-popup-swiper .swiper-pagination-bullet {
	background: #fff;
	opacity: .65;
}

.liwa-popup-swiper .swiper-pagination-bullet-active {
	opacity: 1;
}

@media (max-width: 991px) {
	.liwa-gallery-popup {
		padding: 0;
	}

	.liwa-popup-content {
		width: calc(100vw - 24px);
		height: min(520px, calc(100vh - 80px));
		border-radius: 10px;
	}

	.liwa-popup-swiper .swiper-slide img {
		object-fit: cover;
	}

	.liwa-popup-close {
		top: 10px;
		right: 10px;
		width: 34px;
		height: 34px;
	}

	.liwa-popup-swiper .swiper-button-next,
	.liwa-popup-swiper .swiper-button-prev {
		display: flex;
		width: 34px;
		height: 34px;
	}

	.liwa-popup-swiper .swiper-pagination {
		bottom: 12px !important;
	}
}
.liwa-tour-expert {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-top: 42px;
	padding: 24px;
	border: 1px solid #e4eaea;
	border-radius: 16px;
	background: #f7fbfb;
}

.liwa-tour-expert__image {
	flex: 0 0 112px;
	width: 112px;
	height: 112px;
	border-radius: 50%;
	overflow: hidden;
	background: #eaf4f4;
}

.liwa-tour-expert__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.liwa-tour-expert__content {
	flex: 1;
	min-width: 0;
}

.liwa-tour-expert__label {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #0f6464;
}

.liwa-tour-expert__content h3 {
	margin: 0 0 4px;
	font-size: 20px;
	line-height: 1.3;
}

.liwa-tour-expert__content h3 a {
	color: #172727;
	text-decoration: none;
}

.liwa-tour-expert__content h3 a:hover {
	color: #0f6464;
}

.liwa-tour-expert__role {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 600;
	color: #0f6464;
}

.liwa-tour-expert__description {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #526161;
}

.liwa-tour-expert__updated {
	margin: 10px 0 0;
	font-size: 13px;
	color: #6b7777;
}

@media (max-width: 600px) {
	.liwa-tour-expert {
		align-items: flex-start;
		gap: 16px;
		padding: 18px;
	}

	.liwa-tour-expert__image {
		flex-basis: 78px;
		width: 78px;
		height: 78px;
	}

	.liwa-tour-expert__content h3 {
		font-size: 18px;
	}
}
.liwa-private-section > p {
	margin: 0 0 18px;
	line-height: 1.7;
}

.liwa-private-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 14px;
}

.liwa-private-card {
	padding: 18px 16px;
	border: 1px solid #dfe5e5;
	border-radius: 14px;
	background: #fff;
}

.liwa-private-card h3 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #10232d;
}

.liwa-private-card strong {
	display: block;
	margin-bottom: 8px;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.2;
	color: #079b99;
}

.liwa-private-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #5f6f78;
}

.liwa-private-note {
	margin-top: 12px !important;
	margin-bottom: 0 !important;
	font-size: 14px;
	line-height: 1.55;
}

.liwa-private-note a {
	color: #09a6aa;
	text-decoration: none;
}

.liwa-private-note a:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.liwa-private-grid {
		grid-template-columns: 1fr;
	}

	.liwa-private-card {
		padding: 16px;
	}
}
/* Bonfire Tales value cards */
.liwa-value-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0 30px;
}

.liwa-value-card {
	min-width: 0;
	padding: 18px 16px;
	background: #f7f3f0;
	border: 1px solid #e8e1dd;
	border-radius: 15px;
}

.liwa-value-card h3 {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	color: #111827;
}

.liwa-value-card p {
	margin: 0;
	font-size: 13px;
	line-height: 1.65;
	color: #6b6168;
}

/* Personally hosted */
.liwa-host-section h2 {
	margin-bottom: 16px;
}

.liwa-host-card {
	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);
	align-items: center;
	gap: 24px;
	padding: 22px;
	background: #f7f3f0;
	border: 1px solid #e8e1dd;
	border-radius: 16px;
}

.liwa-host-image {
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	flex-shrink: 0;
}

.liwa-host-image img {
	display: block;
	width: 150px;
	height: 150px;
	border: 4px solid #fff;
	border-radius: 50%;
	object-fit: cover;
	object-position: center 28%;
	box-shadow: 0 4px 14px rgba(33, 26, 29, 0.16);
}

.liwa-host-content {
	min-width: 0;
}

.liwa-host-content h3 {
	margin: 0 0 7px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #111827;
}

.liwa-host-content h3 a {
	color: inherit;
	text-decoration: none;
}

.liwa-host-content h3 a:hover {
	color: #0f8f95;
	text-decoration: underline;
}

.liwa-host-content p {
	margin: 0;
	font-size: 14px;
	line-height: 1.65;
	color: #4a4045;
}

@media (max-width: 900px) {
	.liwa-value-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.liwa-value-grid {
		grid-template-columns: 1fr;
		gap: 10px;
		margin: 22px 0 26px;
	}

	.liwa-host-card {
		grid-template-columns: 90px minmax(0, 1fr);
		align-items: start;
		gap: 16px;
		padding: 18px;
	}

	.liwa-host-image,
	.liwa-host-image img {
		width: 90px;
		height: 90px;
	}

	.liwa-host-content h3 {
		font-size: 16px;
	}

	.liwa-host-content p {
		font-size: 13px;
		line-height: 1.6;
	}
}

@media (max-width: 420px) {
	.liwa-host-card {
		grid-template-columns: 1fr;
	}

	.liwa-host-image {
		margin: 0 auto;
	}

	.liwa-host-content {
		text-align: left;
	}
}
.liwa-shared-dinner-option {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid #e5e5e5;
}

.liwa-shared-dinner-option h3 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.35;
}

.liwa-shared-dinner-option p {
	margin: 0 0 12px;
	line-height: 1.65;
	color: #555;
}

.liwa-shared-dinner-option a {
	color: #18aeb4;
	font-weight: 600;
	text-decoration: none;
}

.liwa-shared-dinner-option a:hover {
	text-decoration: underline;
}
/* Overnight tent chooser */
.liwa-tent-chooser {
	text-align: center
}

.liwa-tent-chooser .liwa-section-kicker {
	display: block;
	margin-bottom: 8px;
	color: #a85d00;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2.6px;
	text-transform: uppercase
}

.liwa-tent-chooser>p {
	margin: 0 0 24px;
	color: #596274
}

.liwa-tent-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	text-align: left
}

.liwa-tent-card {
	overflow: hidden;
	border: 1px solid #dfe3ea;
	border-radius: 16px;
	background: #fff
}

.liwa-tent-card__image {
	position: relative;
	height: 140px;
	overflow: hidden
}

.liwa-tent-card__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover
}

.liwa-tent-card__number {
	position: absolute;
	top: 12px;
	left: 12px;
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	border-radius: 50%;
	background: #17223d;
	color: #fff;
	font-size: 13px;
	font-weight: 800
}

.liwa-tent-card__body {
	padding: 18px
}

.liwa-tent-card__body h3 {
	margin: 0 0 4px;
	font-size: 17px;
	line-height: 1.25
}

.liwa-tent-card__body>p {
	min-height: 42px;
	margin: 0 0 18px;
	color: #697386;
	font-size: 14px;
	font-style: italic
}

.liwa-tent-card__price {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-bottom: 14px
}

.liwa-tent-card__price strong {
	font-size: 21px;
	color: #a96b0a
}

.liwa-tent-card:nth-child(2) .liwa-tent-card__price strong {
	color: #c57510
}

.liwa-tent-card:nth-child(3) .liwa-tent-card__price strong {
	color: #a92439
}

.liwa-tent-card__price span {
	color: #5e687b;
	font-size: 13px
}

.liwa-tent-card__cta {
	display: block;
	padding: 12px 14px;
	border-radius: 10px;
	background: #17223d;
	color: #fff !important;
	text-align: center;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none
}

/* Tent comparison cards */
.liwa-tent-compare-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 18px
}

.liwa-tent-compare-card {
	overflow: hidden;
	border: 1px solid #dfe3ea;
	border-radius: 16px;
	background: #fff
}

.liwa-tent-compare-card__visual {
	height: 183px;
	overflow: hidden
}

.liwa-tent-compare-card__visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.liwa-tent-compare-card__body {
	padding: 18px
}

.liwa-tent-compare-card__head {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 10px
}

.liwa-tent-compare-card__head h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.35
}

.liwa-tent-compare-card__head strong {
	font-size: 13px;
	color: #a96b0a
}

.liwa-tent-compare-card:nth-child(2) .liwa-tent-compare-card__head strong {
	color: #c57510
}

.liwa-tent-compare-card:nth-child(3) .liwa-tent-compare-card__head strong {
	color: #a92439
}

.liwa-tent-compare-card ul {
	margin: 0;
	padding-left: 18px;
	color: #616b7d;
	font-size: 14px;
	line-height: 1.55
}

.liwa-tent-compare-card li+li {
	margin-top: 6px
}

@media(max-width:767px) {

	.liwa-tent-grid,
	.liwa-tent-compare-grid {
		grid-template-columns: 1fr
	}

	.liwa-tent-card__body>p {
		min-height: 0
	}
}
table tbody td {
padding: 14px;
}