/*
Theme Name: ACME Travels Staging Child
Theme URI: https://acmetravels.com/
Description: Staging-only visual layer for the ACME Travels TravelWP site.
Author: ACME Travels
Template: travelwp
Version: 0.1.0
Text Domain: acme-travels-staging
*/

:root {
	--acme-magenta: #c81b74;
	--acme-orange: #ffb300;
	--acme-ink: #3f3f3f;
	--acme-muted: #6f6f6f;
	--acme-surface: #ffffff;
	--acme-page: #f7f4f1;
	--acme-dark: #434343;
	--acme-radius: 18px;
	--acme-shadow: 0 16px 38px rgba(45, 35, 40, 0.12);
}

/* Keep the visual changes limited to the staging homepage. */
body.home {
	background: var(--acme-page);
	color: var(--acme-ink);
	font-family: Roboto, Arial, sans-serif;
}

body.home a {
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease,
		box-shadow 180ms ease, transform 180ms ease;
}

body.home .site-header {
	position: relative;
	z-index: 1000;
	background: var(--acme-surface);
	box-shadow: 0 2px 18px rgba(40, 30, 35, 0.08);
}

body.home.transparent_home_page .site-header {
	background: rgba(255, 255, 255, 0.98);
}

body.home .header_top_bar {
	border-bottom: 1px solid rgba(63, 63, 63, 0.08);
}

body.home .navigation-menu {
	background: var(--acme-surface);
}

body.home .navigation-menu .menu-main-menu > li > a {
	color: var(--acme-ink);
	font-weight: 700;
	letter-spacing: 0.02em;
}

body.home .navigation-menu .menu-main-menu > li > a:hover,
body.home .navigation-menu .menu-main-menu > li.current-menu-item > a,
body.home .navigation-menu .menu-main-menu > li.current_page_item > a {
	color: var(--acme-magenta);
}

body.home .navigation-menu .sub-menu {
	border-top: 3px solid var(--acme-magenta);
	box-shadow: 0 14px 30px rgba(45, 35, 40, 0.14);
}

body.home .navigation-menu .sub-menu a:hover {
	color: var(--acme-magenta);
	background: rgba(200, 27, 116, 0.05);
}

/* Hero: preserve the video slider while giving its fallback state a deliberate look. */
body.home #wpb-content-root > .vc_row:first-child {
	background: linear-gradient(135deg, #3d3d3d 0%, #686868 100%);
	overflow: hidden;
}

/* Archive search contrast. The legacy sidebar uses the brand yellow panel but
 * inherits white copy and button text, which is difficult to read there. */
body:not(.home) .search_tour .form-block_title,
body:not(.home) .search_tour .form-block__description {
	color: var(--acme-ink) !important;
}

body:not(.home) .search_tour .form-block_title {
	font-weight: 700;
}

body:not(.home) .search_tour .form-block__description {
	font-size: 14px;
	font-weight: 500;
}

body:not(.home) .search_tour form input,
body:not(.home) .search_tour form select {
	color: var(--acme-ink);
	background: #fff;
}

body:not(.home) .search_tour form button {
	color: #fff !important;
	background: var(--acme-ink) !important;
	border-color: var(--acme-ink) !important;
	font-weight: 700;
	text-shadow: none;
}

body:not(.home) .search_tour form button:hover,
body:not(.home) .search_tour form button:focus-visible {
	color: #fff !important;
	background: var(--acme-magenta) !important;
	border-color: var(--acme-magenta) !important;
}

/* Hotels do not have a meaningful catalogue price. Remove the USD 0 ribbon
 * from the hotel archive and the homepage Popular Hotels cards, while leaving
 * tour pricing intact. */
body.term-hotel .item-tour .price,
body.home #wpb-content-root > .vc_row[data-vc-parallax-image*="POPULAR-HOTEL1"] .item-tour .price {
	display: none !important;
}

body.home #wpb-content-root > .vc_row:first-child .rs-module-wrap,
body.home #wpb-content-root > .vc_row:first-child rs-module-wrap {
	background: linear-gradient(135deg, rgba(49, 49, 49, 0.82), rgba(100, 100, 100, 0.55));
}

body.home #wpb-content-root > .vc_row:first-child rs-layer {
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
}

body.home #wpb-content-root > .vc_row:first-child #slider-1-slide-1-layer-4 {
	border-radius: 999px !important;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2) !important;
}

body.home #wpb-content-root > .vc_row:first-child #slider-1-slide-1-layer-4:hover {
	background-color: var(--acme-magenta) !important;
	color: #fff !important;
	transform: translateY(-2px);
}

/* Floating search panel. */
body.home #wpb-content-root > .slider-tour-booking {
	position: relative;
	z-index: 5;
	margin-top: -74px;
	padding: 0 20px !important;
	background: transparent !important;
}

body.home .slider-tour-booking .hotel-booking-search {
	max-width: 1160px;
	margin: 0 auto;
	padding: 26px 30px;
	background: var(--acme-dark);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--acme-radius);
	box-shadow: 0 18px 42px rgba(32, 27, 30, 0.24);
}

body.home .slider-tour-booking .hb-form-table {
	display: grid;
	grid-template-columns: minmax(180px, 1.35fr) repeat(3, minmax(130px, 1fr)) auto;
	gap: 12px;
	align-items: stretch;
	width: 100%;
	margin: 0;
}

/* TravelWP adds float-clearing pseudo-elements to this list. In a grid they
 * become real grid items and steal the first track from the search fields. */
body.home .slider-tour-booking .hb-form-table::before,
body.home .slider-tour-booking .hb-form-table::after {
	display: none !important;
}

body.home .slider-tour-booking .hb-form-field,
body.home .slider-tour-booking .hb-submit {
	width: auto;
	min-width: 0;
	margin: 0;
}

body.home .slider-tour-booking .hb-form-field-input,
body.home .slider-tour-booking .hb-form-field-select {
	height: 54px;
}

body.home .slider-tour-booking input,
body.home .slider-tour-booking select {
	width: 100%;
	height: 54px;
	padding: 0 16px;
	color: var(--acme-ink);
	background: #fff;
	border: 1px solid transparent;
	border-radius: 11px;
	box-shadow: none;
	font-size: 14px;
}

body.home .slider-tour-booking input:focus,
body.home .slider-tour-booking select:focus {
	border-color: var(--acme-magenta);
	box-shadow: 0 0 0 3px rgba(200, 27, 116, 0.18);
}

body.home .slider-tour-booking .hb-submit button {
	width: 100%;
	height: 54px;
	padding: 0 26px;
	color: #3b2c00;
	background: var(--acme-orange);
	border: 0;
	border-radius: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.home .slider-tour-booking .hb-submit button:hover {
	color: #fff;
	background: var(--acme-magenta);
	transform: translateY(-2px);
}

/* Align the header search control inside the navigation bar. */
body.home .search-toggler-unit {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
}

body.home .search-toggler {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: var(--acme-ink);
	background: rgba(200, 27, 116, 0.04);
	border: 1px solid var(--acme-orange);
	border-radius: 50%;
	font-size: 15px;
}

body.home .search-toggler:hover {
	color: #fff;
	background: var(--acme-magenta);
	border-color: var(--acme-magenta);
}

body.home .search-toggler i,
body.home .search-toggler i::before {
	color: var(--acme-ink) !important;
}

body.home .search-toggler:hover i,
body.home .search-toggler:hover i::before {
	color: #fff !important;
}

/* Shared section rhythm and heading hierarchy. */
body.home #wpb-content-root > .vc_row:not(:first-child) {
	position: relative;
}

body.home #wpb-content-root .shortcode_title {
	margin-bottom: 30px;
	text-align: center;
}

body.home #wpb-content-root .shortcode_title .title_subtitle {
	margin-bottom: 7px;
	color: var(--acme-magenta);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.home #wpb-content-root .shortcode_title .title_primary {
	margin: 0;
	color: inherit;
	font-size: clamp(25px, 3vw, 36px);
	font-weight: 700;
	letter-spacing: 0.035em;
	line-height: 1.2;
}

body.home #wpb-content-root .shortcode_title .line_after_title {
	display: block;
	width: 52px;
	height: 3px;
	margin: 14px auto 0;
	background: var(--acme-orange);
	border-radius: 99px;
}

/* Why choose us. */
body.home #wpb-content-root > .vc_row:not(:first-child):not(.slider-tour-booking) {
	padding-top: 34px;
	padding-bottom: 34px;
}

body.home #wpb-content-root > .vc_row:nth-of-type(4) {
	padding-top: 0;
}

body.home #wpb-content-root .two-column-respon {
	max-width: 1160px;
	margin: 0 auto 42px;
	padding: 28px 12px;
	background: var(--acme-surface);
	border-radius: var(--acme-radius);
	box-shadow: var(--acme-shadow);
}

body.home #wpb-content-root .two-column-respon .wpb_column {
	padding: 10px 18px;
}

body.home #wpb-content-root .two-column-respon .boxes-icon {
	color: var(--acme-magenta);
	background: rgba(200, 27, 116, 0.08);
	border: 1px solid rgba(200, 27, 116, 0.18);
	border-radius: 50%;
}

body.home #wpb-content-root .two-column-respon .heading__primary {
	margin-top: 15px;
	color: var(--acme-ink);
	font-size: 15px;
	line-height: 1.45;
}

/* Tour and hotel sliders. */
body.home #wpb-content-root .vc_parallax {
	background-color: rgba(50, 45, 48, 0.64) !important;
	background-blend-mode: multiply;
}

body.home #wpb-content-root .wrapper-tours-slider {
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
}

body.home #wpb-content-root .item-tour {
	padding: 9px;
}

body.home #wpb-content-root .item-tour .item_border {
	display: flex;
	flex-direction: column;
	background: var(--acme-surface);
	border: 0;
	border-radius: 15px;
	box-shadow: 0 12px 28px rgba(24, 20, 22, 0.18);
	overflow: hidden;
}

body.home #wpb-content-root .item-tour .post_images,
body.home #wpb-content-root .item-tour .post_images img {
	width: 100%;
}

body.home #wpb-content-root .item-tour .post_images img {
	min-height: 220px;
	object-fit: cover;
	transition: transform 300ms ease;
}

body.home #wpb-content-root .item-tour .item_border:hover .post_images img {
	transform: scale(1.04);
}

body.home #wpb-content-root .item-tour .price {
	padding: 8px 11px;
	background: var(--acme-magenta);
	border-radius: 0 0 10px 0;
	font-weight: 700;
}

body.home #wpb-content-root .item-tour .wrapper_content {
	min-height: 165px;
	padding: 22px 20px 15px;
}

body.home #wpb-content-root .item-tour .post_title h4 {
	margin: 0 0 9px;
	font-size: 18px;
	line-height: 1.3;
}

body.home #wpb-content-root .item-tour .post_title a {
	color: var(--acme-ink);
}

body.home #wpb-content-root .item-tour .post_title a:hover {
	color: var(--acme-magenta);
}

body.home #wpb-content-root .item-tour .post_date {
	color: var(--acme-magenta);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

body.home #wpb-content-root .item-tour .description {
	margin-top: 10px;
	color: var(--acme-muted);
	font-size: 13px;
	line-height: 1.6;
}

body.home #wpb-content-root .item-tour .read_more {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex: 0 0 54px;
	height: 54px;
	min-height: 54px;
	margin-top: auto;
	padding: 0;
	background: #f7f8f9;
	overflow: hidden;
}

body.home #wpb-content-root .item-tour .item_rating {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	height: 54px;
	min-width: 0;
	margin: 0;
	padding: 0 16px;
}

body.home #wpb-content-root .item-tour .button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48%;
	width: auto;
	min-width: 0;
	height: 54px;
	margin: 0;
	padding: 0 18px 0 28px;
	color: #fff;
	background: var(--acme-magenta);
	border-radius: 0;
	clip-path: polygon(18px 0, 100% 0, 100% 100%, 18px 100%, 0 50%);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	box-sizing: border-box;
}

body.home #wpb-content-root .item-tour .button::before {
	display: none !important;
}

body.home #wpb-content-root .item-tour .button:hover {
	background: var(--acme-orange);
	color: #3b2c00;
}

body.home #wpb-content-root .wrapper-tours-type-slider .tours_type_item {
	position: relative;
	box-sizing: border-box;
	width: calc(100% - 20px);
	height: 238px;
	margin: 10px;
	background: var(--acme-dark);
	border-radius: 16px;
	box-shadow: 0 14px 30px rgba(45, 35, 40, 0.16);
	overflow: hidden;
}

body.home #wpb-content-root .wrapper-tours-type-slider .tours-type__item__image,
body.home #wpb-content-root .wrapper-tours-type-slider .tours-type__item__image img {
	display: block;
	width: 100%;
	height: 100%;
}

body.home #wpb-content-root .wrapper-tours-type-slider .tours-type__item__image img {
	border-radius: 0;
	object-fit: cover;
	transition: transform 320ms ease;
}

body.home #wpb-content-root .wrapper-tours-type-slider .content-item {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 54px 20px 19px;
	color: #fff !important;
	background: linear-gradient(to bottom, rgba(27, 24, 26, 0), rgba(27, 24, 26, 0.88));
	pointer-events: none;
}

body.home #wpb-content-root .wrapper-tours-type-slider .item__title {
	color: #fff !important;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.25;
	text-align: center;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	text-transform: uppercase;
}

body.home #wpb-content-root .wrapper-tours-type-slider .tours_type_item:hover .tours-type__item__image img {
	transform: scale(1.05);
}

/* The parent theme adds a second decorative rule to this heading. Keep one
 * clean accent line so the section title has a clear visual hierarchy. */
body.home #wpb-content-root .vc_row.vc_custom_1467108406321 .shortcode_title .line_after_title::before,
body.home #wpb-content-root .vc_row.vc_custom_1467108406321 .shortcode_title .line_after_title::after {
	display: none !important;
}

body.home #wpb-content-root .vc_row.vc_custom_1467108406321 .shortcode_title {
	margin-bottom: 25px;
	padding-bottom: 0;
}

/* The destination carousel has three cards on desktop. Center its shorter
 * track so the cards line up with the section heading and arrows. */
body.home #wpb-content-root .wrapper-tours-type-slider .owl-stage {
	margin-right: auto !important;
	margin-left: auto !important;
}

/* About Sri Lanka: make the existing YouTube widget a proper media panel. */
body.home #wpb-content-root .wpb_video_widget .acme-about-video-wrapper {
	position: relative;
	overflow: hidden;
	background: var(--acme-dark);
	border-radius: var(--acme-radius);
	box-shadow: var(--acme-shadow);
}

body.home #wpb-content-root .wpb_video_widget .acme-about-video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Improve the existing content blocks without changing their copy or links. */
body.home #wpb-content-root .discounts-tour,
body.home #wpb-content-root .wprev-slider-1 {
	border-radius: var(--acme-radius);
	box-shadow: var(--acme-shadow);
}

body.home #wpb-content-root .discounts-tour {
	overflow: hidden;
}

body.home #wpb-content-root .wprev-slider-1 {
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
}

body.home #wpb-content-root .vc_btn3,
body.home #wpb-content-root .vc_btn3.vc_btn3-color-warning {
	border: 0;
	border-radius: 999px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

body.home #wpb-content-root .vc_btn3:hover {
	background-color: var(--acme-magenta);
	color: #fff;
}

/* Modern TripAdvisor review cards. The review plugin renders its own
 * generated classes, so these selectors intentionally target that output. */
body.home #wpb-content-root > .vc_row:has(#wprev-slider-1) {
	background: #fbfaf9 !important;
	padding-top: 58px;
	padding-bottom: 66px;
}

body.home #wprev-slider-1.wprev-no-slider {
	max-width: 1160px;
	height: auto !important;
	margin: 0 auto;
	font-family: Roboto, Arial, sans-serif;
}

body.home #wprev-slider-1 .wptripadvisor_t1_outer_div {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none;
}

body.home #wprev-slider-1 .wptripadvisor_t1_outer_div > .outerrevdiv {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 33.333333% !important;
	height: auto !important;
	min-height: 314px;
	margin: 0 !important;
	padding: 12px !important;
	box-sizing: border-box;
	float: left;
}

body.home #wprev-slider-1 .wptripadvisor_t1_DIV_2.indrevdiv {
	display: flex;
	flex: 1 0 100%;
	flex-direction: column;
	min-height: 226px;
	margin: 0 0 17px !important;
	padding: 24px 22px 20px !important;
	background: #fff;
	border: 1px solid rgba(63, 63, 63, 0.08);
	border-radius: 18px !important;
	box-shadow: 0 13px 32px rgba(45, 35, 40, 0.1) !important;
	box-sizing: border-box;
}

body.home #wprev-slider-1 .wptripadvisor_t1_DIV_2.indrevdiv::after {
	content: "";
	position: absolute;
	right: 28px;
	bottom: -8px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-right: 1px solid rgba(63, 63, 63, 0.08);
	border-bottom: 1px solid rgba(63, 63, 63, 0.08);
	transform: rotate(45deg);
}

body.home #wprev-slider-1 .wptripadvisor_t1_P_3 {
	position: relative;
	flex: 1 1 auto;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--acme-muted);
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.65;
}

body.home #wprev-slider-1 .wptripadvisor_t1_P_3::before {
	content: "“";
	display: block;
	height: 30px;
	margin: -12px 0 1px -2px;
	color: rgba(200, 27, 116, 0.26);
	font-family: Georgia, serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
}

body.home #wprev-slider-1 .wprevrevtitle {
	display: inline;
	color: var(--acme-ink);
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
}

body.home #wprev-slider-1 .wprevpro_star_imgs_T1 {
	display: inline-flex;
	align-items: center;
	width: auto;
	height: 18px;
	margin: 0 8px 5px 0;
	vertical-align: middle;
}

body.home #wprev-slider-1 .wptripadvisor_t1_star_img_file {
	width: 102px;
	height: auto;
}

body.home #wprev-slider-1 .wptripadvisor_t1_tripadvisor_logo {
	top: 21px;
	right: 21px;
	bottom: auto;
	width: 29px;
	height: 29px;
	opacity: 0.9;
}

body.home #wprev-slider-1 .wptripadvisor_t1_A_8 {
	display: block;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	margin: 0 12px 0 8px;
}

body.home #wprev-slider-1 .wptripadvisor_t1_IMG_4 {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(45, 35, 40, 0.16);
	object-fit: cover;
}

body.home #wprev-slider-1 .wptripadvisor_t1_SPAN_5 {
	flex: 1 1 0;
	align-self: center;
	width: auto;
	margin: 0;
	padding: 0 !important;
	color: var(--acme-ink);
	font-family: Roboto, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.45;
	text-transform: uppercase;
}

body.home #wprev-slider-1 .wprev_showdate_T1 {
	display: block;
	margin-top: 3px;
	color: var(--acme-muted);
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.08em;
}

body.home #wprev-slider-1 .wprs_rd_more {
	color: var(--acme-magenta) !important;
	font-weight: 700;
	white-space: nowrap;
}

/* Single-testimonial carousel presentation. */
body.home #wprev-slider-1.acme-testimonial-carousel {
	overflow: visible;
}

body.home #wprev-slider-1 .acme-testimonial-viewport {
	width: 100%;
	overflow: hidden;
}

body.home #wprev-slider-1 .acme-testimonial-track {
	display: flex;
	width: 100%;
	transition: transform 560ms cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}

body.home #wprev-slider-1 .acme-testimonial-slide {
	display: block !important;
	flex: 0 0 100%;
	width: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}

body.home #wprev-slider-1 .acme-testimonial-slide > .outerrevdiv {
	width: 100% !important;
	max-width: 820px;
	min-height: 314px;
	margin: 0 auto !important;
	padding: 12px !important;
	float: none !important;
}

body.home #wprev-slider-1.acme-testimonial-carousel .indrevdiv {
	justify-content: center;
}

body.home #wprev-slider-1.acme-testimonial-carousel .wptripadvisor_t1_P_3 {
	flex: 0 0 auto;
}

body.home #wprev-slider-1 .acme-testimonial-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 21px;
}

body.home #wprev-slider-1 .acme-testimonial-arrow,
body.home #wprev-slider-1 .acme-testimonial-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	cursor: pointer;
}

body.home #wprev-slider-1 .acme-testimonial-arrow {
	width: 38px;
	height: 38px;
	color: var(--acme-magenta);
	background: #fff;
	border: 1px solid rgba(200, 27, 116, 0.2);
	border-radius: 50%;
	font-size: 19px;
	line-height: 1;
	transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

body.home #wprev-slider-1 .acme-testimonial-arrow:hover,
body.home #wprev-slider-1 .acme-testimonial-arrow:focus-visible {
	color: #fff;
	background: var(--acme-magenta);
	transform: translateY(-2px);
}

body.home #wprev-slider-1 .acme-testimonial-dots {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 4px;
}

body.home #wprev-slider-1 .acme-testimonial-dot {
	width: 8px;
	height: 8px;
	background: rgba(200, 27, 116, 0.25);
	border-radius: 50%;
	transition: width 180ms ease, background-color 180ms ease;
}

body.home #wprev-slider-1 .acme-testimonial-dot.is-active {
	width: 22px;
	background: var(--acme-magenta);
	border-radius: 99px;
}

body.home #wprev-slider-1 .acme-testimonial-arrow:focus-visible,
body.home #wprev-slider-1 .acme-testimonial-dot:focus-visible {
	outline: 3px solid rgba(255, 179, 0, 0.45);
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	body.home #wprev-slider-1 .acme-testimonial-track {
	transition: none;
	}
}

/* Mobile layout. */
@media (max-width: 991px) {
	body.home #wpb-content-root > .slider-tour-booking {
	margin-top: -42px;
	}

	body.home .slider-tour-booking .hotel-booking-search {
	padding: 22px;
	}

	body.home .slider-tour-booking .hb-form-table {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.home .slider-tour-booking .hb-form-table::before,
	body.home .slider-tour-booking .hb-form-table::after {
	display: none !important;
	}

	body.home .slider-tour-booking .hb-form-field:first-child,
	body.home .slider-tour-booking .hb-submit {
	grid-column: 1 / -1;
	}

	body.home #wprev-slider-1 .wptripadvisor_t1_outer_div > .outerrevdiv {
	width: 50% !important;
	}

	body.home #wprev-slider-1 .acme-testimonial-slide > .outerrevdiv {
	max-width: 760px;
	}
}

@media (max-width: 767px) {
	body.home .site-header {
	box-shadow: 0 2px 14px rgba(40, 30, 35, 0.12);
	}

	body.home #wpb-content-root > .vc_row:first-child {
	min-height: 560px;
	}

	body.home #wpb-content-root > .vc_row:first-child .rs-module-wrap,
	body.home #wpb-content-root > .vc_row:first-child rs-module-wrap {
	min-height: 560px;
	}

	body.home #wpb-content-root > .slider-tour-booking {
	margin-top: -28px;
	padding: 0 14px !important;
	}

	body.home .slider-tour-booking .hotel-booking-search {
	padding: 17px;
	border-radius: 15px;
	}

	body.home .slider-tour-booking .hb-form-table {
	grid-template-columns: 1fr;
	gap: 9px;
	}

	body.home .slider-tour-booking .hb-form-field:first-child,
	body.home .slider-tour-booking .hb-submit {
	grid-column: auto;
	}

	body.home #wpb-content-root > .vc_row:not(:first-child):not(.slider-tour-booking) {
	padding-top: 25px;
	padding-bottom: 25px;
	}

	body.home #wpb-content-root .two-column-respon {
	margin-bottom: 20px;
	padding: 16px 8px;
	}

	body.home #wpb-content-root .two-column-respon .wpb_column {
	padding: 8px 12px;
	}

	body.home #wpb-content-root .shortcode_title {
	margin-bottom: 20px;
	}

	body.home #wpb-content-root .shortcode_title .title_primary {
	font-size: 25px;
	}

	body.home #wpb-content-root .item-tour .wrapper_content {
	min-height: 0;
	}

	body.home #wpb-content-root > .vc_row:has(#wprev-slider-1) {
	padding-top: 42px;
	padding-bottom: 48px;
	}

	body.home #wprev-slider-1 .wptripadvisor_t1_outer_div > .outerrevdiv {
	width: 100% !important;
	min-height: 0;
	padding: 9px 0 !important;
	}

	body.home #wprev-slider-1 .wptripadvisor_t1_DIV_2.indrevdiv {
	min-height: 220px;
	padding: 22px 20px 18px !important;
	}

	body.home #wprev-slider-1 .acme-testimonial-slide > .outerrevdiv {
	max-width: none;
	min-height: 0;
	padding: 9px 0 !important;
	}

	body.home #wpb-content-root .wrapper-tours-type-slider .tours_type_item {
	height: 210px;
	}

	body.home #wpb-content-root .wrapper-tours-type-slider .content-item {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
}

/* Homepage modernisation pass: improve hierarchy and spacing while retaining
 * the existing ACME colour palette, imagery, and content. */
body.home {
	background: #f7f4f1;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) {
	padding-top: 58px !important;
	padding-bottom: 58px !important;
	background-color: #f2efec !important;
	background-image: none !important;
}

body.home #wpb-content-root .shortcode_title .line_after_title::before,
body.home #wpb-content-root .shortcode_title .line_after_title::after {
	display: none !important;
}

body.home #wpb-content-root > .vc_row:has(.vc_empty_space[style*="80px"]) {
	display: none !important;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .vc_parallax-inner {
	display: none !important;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .vc_column-inner {
	padding-top: 0 !important;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .wpb_wrapper > .vc_empty_space,
body.home #wpb-content-root .vc_row.vc_custom_1467108406321 .wpb_wrapper > .vc_empty_space {
	display: none !important;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .shortcode_title {
	margin-bottom: 34px;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .shortcode_title .title_subtitle {
	color: var(--acme-magenta);
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .shortcode_title .title_primary {
	color: var(--acme-ink);
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .shortcode_title .line_after_title {
	background: var(--acme-orange);
}

/* Shared tour and hotel card system. */
body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .wrapper-tours-slider {
	max-width: 1180px;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour {
	height: 470px;
	padding: 10px;
	box-sizing: border-box;
}

body.home #wprev-slider-1.acme-testimonial-carousel .indrevdiv::after {
	content: none !important;
}

body.home #wprev-slider-1.acme-testimonial-carousel .indrevdiv::before {
	content: "";
	position: absolute;
	top: 28px;
	left: 52px;
	width: 42px;
	height: 4px;
	background: var(--acme-orange);
	border-radius: 99px;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .item_border {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	border: 1px solid rgba(63, 63, 63, 0.08);
	border-radius: 18px;
	box-shadow: 0 14px 32px rgba(45, 35, 40, 0.12);
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .item_content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .post_images {
	flex: 0 0 224px;
	height: 224px;
	overflow: hidden;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .post_images a,
body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .post_images img {
	display: block;
	width: 100%;
	height: 100%;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .post_images img {
	min-height: 0;
	object-fit: cover;
	transition: transform 320ms ease;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .item_border:hover .post_images img {
	transform: scale(1.045);
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .wrapper_content {
	flex: 1 1 auto;
	min-height: 0;
	padding: 20px 20px 10px;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .post_title h4 {
	margin-bottom: 9px;
	font-size: 18px;
	line-height: 1.35;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .post_title a {
	color: var(--acme-ink);
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .post_title a:hover {
	color: var(--acme-magenta);
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .post_date {
	display: block;
	font-size: 11px;
	letter-spacing: 0.1em;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .description {
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.6;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .description p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .read_more {
	flex: 0 0 54px;
	height: 54px;
	min-height: 54px;
	box-sizing: border-box;
	padding: 0;
	background: #f7f8f9;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .item_rating {
	height: 54px;
	margin-top: 0;
}

body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .button {
	min-width: 0;
	height: 54px;
	line-height: 1;
}

/* Make the destination block a compact, intentional transition between the
 * two product sections. */
body.home #wpb-content-root .vc_row.vc_custom_1467108406321 {
	padding-top: 48px !important;
	padding-bottom: 48px !important;
	background: #fff !important;
}

body.home #wpb-content-root .vc_row.vc_custom_1467108406321 .vc_column-inner {
	padding-top: 0 !important;
}

body.home #wpb-content-root .vc_row.vc_custom_1467108406321 .shortcode_title {
	margin-bottom: 24px;
}

body.home #wpb-content-root .vc_row.vc_custom_1467108406321 .wrapper-tours-type-slider {
	margin-bottom: 0;
}

body.home #wpb-content-root .vc_row.vc_custom_1467108406321 .wrapper-tours-type-slider .tours_type_item {
	height: 240px;
}

/* Why choose us: give the trust points a clearer card presentation. */
body.home #wpb-content-root > .vc_row.two-column-respon {
	max-width: 1100px;
	margin-top: 0;
	margin-bottom: 38px;
	padding: 22px 14px 20px;
	border: 1px solid rgba(63, 63, 63, 0.06);
	box-shadow: 0 14px 34px rgba(45, 35, 40, 0.1);
}

body.home #wpb-content-root > .vc_row.two-column-respon .wpb_column {
	padding: 10px 16px;
}

body.home #wpb-content-root > .vc_row.two-column-respon .boxes-icon {
	width: 52px;
	height: 52px;
	margin: 0 auto;
}

body.home #wpb-content-root > .vc_row.two-column-respon .heading__primary {
	max-width: 170px;
	margin: 14px auto 0;
	font-size: 13px;
	line-height: 1.45;
}

/* About section: balance the video and copy and remove legacy spacer gaps. */
body.home #wpb-content-root .vc_row.vc_custom_1467108597231 {
	padding-top: 58px !important;
	padding-bottom: 58px !important;
	background: #fff !important;
}

body.home #wpb-content-root .vc_row.vc_custom_1467108597231 .vc_column-inner {
	padding-top: 0 !important;
}

body.home #wpb-content-root .vc_row.vc_custom_1467108597231 .wpb_wrapper > .vc_empty_space {
	display: none !important;
}

body.home #wpb-content-root .vc_row.vc_custom_1467108597231 .vc_inner {
	align-items: center;
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

body.home #wpb-content-root .vc_row.vc_custom_1467108597231 .wpb_video_widget .acme-about-video-wrapper {
	border-radius: 18px;
}

body.home #wpb-content-root .vc_row.vc_custom_1467108597231 .wpb_text_column {
	margin-bottom: 18px;
}

body.home #wpb-content-root .vc_row.vc_custom_1467108597231 .wpb_text_column p {
	color: var(--acme-muted);
	font-size: 15px;
	line-height: 1.75;
}

body.home #wpb-content-root .vc_row.vc_custom_1467108597231 .vc_btn3 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 148px;
	width: auto;
	padding: 12px 20px;
	font-size: 12px;
	line-height: 1.2;
	white-space: nowrap;
}

body.home #wpb-content-root .vc_row.vc_custom_1467108597231 .vc_btn3-icon-right .vc_btn3-icon {
	position: static;
	display: inline-block;
	margin: 0;
	transform: none;
}

/* Promotion banner. Keep its immersive image, but give the content a modern
 * readable panel and consistent counter treatment. */
body.home #wpb-content-root > .vc_row.fix-ipad-deals-discounts {
	padding-top: 54px !important;
	padding-bottom: 54px !important;
}

body.home #wpb-content-root > .vc_row.fix-ipad-deals-discounts .discounts-tour {
	max-width: 920px;
	padding: 42px 48px 38px;
	background: rgba(35, 31, 34, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 24px;
	box-shadow: 0 18px 42px rgba(20, 16, 18, 0.22);
}

body.home #wpb-content-root > .vc_row.fix-ipad-deals-discounts .discounts-title {
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.25;
}

body.home #wpb-content-root > .vc_row.fix-ipad-deals-discounts .discounts-title span {
	display: inline-block;
	padding: 0.08em 0.3em;
	color: #3b2c00 !important;
	background: var(--acme-orange);
	border-radius: 6px;
}

body.home #wpb-content-root > .vc_row.fix-ipad-deals-discounts .discounts-tour > p {
	font-size: 16px;
}

body.home #wpb-content-root > .vc_row.fix-ipad-deals-discounts #myCounter .counter-group {
	display: flex;
	justify-content: center;
	gap: 14px;
}

body.home #wpb-content-root > .vc_row.fix-ipad-deals-discounts #myCounter .counter-block {
	width: 104px;
	margin-right: 0;
}

body.home #wpb-content-root > .vc_row.fix-ipad-deals-discounts #myCounter .number {
	width: 42px;
	height: 58px;
	margin: 0 auto;
	font-size: 38px;
	line-height: 56px;
}

/* Reviews and partners: use the same soft surfaces and reduce unused height. */
body.home #wpb-content-root > .vc_row:has(#wprev-slider-1) {
	padding-top: 56px !important;
	padding-bottom: 54px !important;
}

body.home #wpb-content-root > .vc_row:has(#wprev-slider-1) .shortcode_title,
body.home #wpb-content-root > .vc_row:has(.wpb_images_carousel) .shortcode_title {
	margin-bottom: 24px;
}

body.home #wpb-content-root > .vc_row:has(.wpb_images_carousel) {
	padding-top: 48px !important;
	padding-bottom: 42px !important;
	background: #fff !important;
}

body.home #wpb-content-root > .vc_row:has(.wpb_images_carousel) .wpb_images_carousel {
	margin-bottom: 0;
}

body.home #wpb-content-root > .vc_row:has(.wpb_images_carousel) .wpb_images_carousel img {
	max-height: 46px;
	width: auto;
	opacity: 0.78;
	filter: saturate(0.82);
}

body.home #wpb-content-root > .vc_row:has(.wpb_images_carousel) .vc_carousel-inner,
body.home #wpb-content-root > .vc_row:has(.wpb_images_carousel) .vc_carousel-slideline,
body.home #wpb-content-root > .vc_row:has(.wpb_images_carousel) .vc_carousel-slideline-inner {
	height: auto !important;
	min-height: 66px;
}

body.home #wpb-content-root > .vc_row:has(.wpb_images_carousel) .vc_carousel-slideline-inner {
	display: flex;
	width: 100% !important;
	transform: none !important;
}

/* VC leaves a desktop-sized inline width on the slide line; reset it so the
 * six visible partner items share the available row instead of becoming one
 * oversized item each. */
body.home #wpb-content-root > .vc_row:has(.wpb_images_carousel) .vc_carousel-slideline {
	width: 100% !important;
}

body.home #wpb-content-root > .vc_row:has(.wpb_images_carousel) .vc_item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 16.666667%;
	width: 16.666667% !important;
	height: 66px !important;
}

body.home #wpb-content-root > .vc_row:has(.wpb_images_carousel) .vc_item .vc_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 12px;
}

body.home #wpb-content-root > .vc_row:has(.wpb_images_carousel) .vc_item img {
	display: block;
	width: 100% !important;
	max-width: 140px;
	height: 46px !important;
	object-fit: contain;
}

/* Footer readability. */
body.home .wrapper-footer-newsletter {
	background: #3f4b50;
}

body.home .wrapper-footer-newsletter .main-top-footer {
	padding-top: 54px;
	padding-bottom: 38px;
}

body.home .wrapper-footer-newsletter .main-top-footer h3,
body.home .wrapper-footer-newsletter .main-top-footer h4 {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
}

body.home .wrapper-footer-newsletter .main-top-footer p,
body.home .wrapper-footer-newsletter .main-top-footer li,
body.home .wrapper-footer-newsletter .main-top-footer a {
	font-size: 13px;
	line-height: 1.7;
}

body.home .wrapper-footer-newsletter .footer_menu a:hover {
	color: var(--acme-orange);
}

/* Mobile layout for the modernised sections. */
@media (max-width: 767px) {
	body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) {
		padding-top: 42px !important;
		padding-bottom: 42px !important;
	}

	body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .shortcode_title {
		margin-bottom: 22px;
	}

	body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour {
		height: 450px;
	}

	body.home #wpb-content-root > .vc_row.vc_parallax:has(.wrapper-tours-slider) .item-tour .post_images {
		flex-basis: 210px;
		height: 210px;
	}

	body.home #wpb-content-root .vc_row.vc_custom_1467108406321 {
		padding-top: 42px !important;
		padding-bottom: 42px !important;
	}

	body.home #wpb-content-root .vc_row.vc_custom_1467108406321 .wrapper-tours-type-slider .tours_type_item {
		height: 210px;
	}

	body.home #wpb-content-root .vc_row.vc_custom_1467108597231 {
		padding-top: 42px !important;
		padding-bottom: 42px !important;
	}

	body.home #wpb-content-root .vc_row.vc_custom_1467108597231 .vc_inner {
		display: block;
	}

	body.home #wpb-content-root .vc_row.vc_custom_1467108597231 .wpb_column {
		margin-bottom: 24px;
	}

	body.home #wpb-content-root > .vc_row.fix-ipad-deals-discounts {
		padding-top: 36px !important;
		padding-bottom: 36px !important;
	}

	body.home #wpb-content-root > .vc_row.fix-ipad-deals-discounts .discounts-tour {
		padding: 30px 18px 28px;
		border-radius: 18px;
	}

	body.home #wpb-content-root > .vc_row.fix-ipad-deals-discounts #myCounter .counter-group {
		gap: 5px;
	}

	body.home #wpb-content-root > .vc_row.fix-ipad-deals-discounts #myCounter .counter-block {
		width: 70px;
	}

	body.home #wpb-content-root > .vc_row.fix-ipad-deals-discounts #myCounter .number {
		width: 34px;
		height: 46px;
		font-size: 28px;
		line-height: 44px;
	}

	body.home #wpb-content-root > .vc_row.fix-ipad-deals-discounts #myCounter .counter-caption {
		font-size: 10px;
	}

	body.home .wrapper-footer-newsletter .main-top-footer {
		padding-top: 40px;
		padding-bottom: 26px;
	}
}

/* Refined testimonial card: give the review, rating, and author one clear
 * visual hierarchy while keeping the existing carousel markup and links. */
body.home #wprev-slider-1.acme-testimonial-carousel .acme-testimonial-viewport {
	max-width: 920px;
	margin: 0 auto;
	padding: 12px 0 0;
}

body.home #wprev-slider-1.acme-testimonial-carousel .acme-testimonial-slide > .outerrevdiv {
	display: grid !important;
	grid-template-columns: 58px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 16px;
	align-items: center;
	width: 100% !important;
	max-width: 880px;
	min-height: 0;
	margin: 0 auto !important;
	padding: 0 0 6px !important;
	float: none !important;
}

body.home #wprev-slider-1.acme-testimonial-carousel .indrevdiv {
	position: relative;
	grid-column: 1 / -1;
	grid-row: 1;
	min-height: 270px;
	margin: 0 !important;
	padding: 42px 52px 38px !important;
	background: #fff;
	border: 1px solid rgba(63, 63, 63, 0.1);
	border-top: 4px solid var(--acme-magenta);
	border-radius: 22px !important;
	box-shadow: 0 18px 45px rgba(45, 35, 40, 0.12) !important;
	box-sizing: border-box;
}

body.home #wprev-slider-1.acme-testimonial-carousel .wptripadvisor_t1_P_3 {
	position: relative;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	color: #5d5b5c;
	font-size: 16px;
	line-height: 1.75;
}

body.home #wprev-slider-1.acme-testimonial-carousel .wptripadvisor_t1_P_3::before {
	content: none !important;
}

body.home #wprev-slider-1.acme-testimonial-carousel .wprevpro_star_imgs_T1 {
	display: flex;
	align-items: center;
	width: fit-content;
	height: 20px;
	margin: 0 0 15px;
}

body.home #wprev-slider-1.acme-testimonial-carousel .wptripadvisor_t1_star_img_file {
	width: 108px;
	height: auto;
}

body.home #wprev-slider-1.acme-testimonial-carousel .wprevrevtitle {
	display: inline;
	margin: 0;
	color: var(--acme-ink);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
}

body.home #wprev-slider-1.acme-testimonial-carousel .wptripadvisor_t1_tripadvisor_logo {
	top: 25px;
	right: 28px;
	width: 34px;
	height: 34px;
	opacity: 1;
}

body.home #wprev-slider-1.acme-testimonial-carousel .wptripadvisor_t1_A_8 {
	grid-column: 1;
	grid-row: 2;
	display: block;
	width: 58px;
	height: 58px;
	margin: 17px 0 0;
}

body.home #wprev-slider-1.acme-testimonial-carousel .wptripadvisor_t1_IMG_4 {
	width: 58px;
	height: 58px;
	border: 4px solid #fff;
	box-shadow: 0 5px 16px rgba(45, 35, 40, 0.18);
}

body.home #wprev-slider-1.acme-testimonial-carousel .wptripadvisor_t1_SPAN_5 {
	grid-column: 2;
	grid-row: 2;
	align-self: center;
	width: auto;
	margin: 17px 0 0;
	padding: 0 !important;
	color: var(--acme-ink);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.45;
	text-transform: uppercase;
}

body.home #wprev-slider-1.acme-testimonial-carousel .wprev_showdate_T1 {
	margin-top: 4px;
	color: var(--acme-muted);
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

body.home #wprev-slider-1.acme-testimonial-carousel .acme-testimonial-controls {
	gap: 14px;
	margin-top: 27px;
}

body.home #wprev-slider-1.acme-testimonial-carousel .acme-testimonial-arrow {
	width: 42px;
	height: 42px;
	color: var(--acme-ink);
	background: #fff;
	border: 1px solid rgba(63, 63, 63, 0.14);
	box-shadow: 0 6px 16px rgba(45, 35, 40, 0.08);
	font-size: 18px;
}

body.home #wprev-slider-1.acme-testimonial-carousel .acme-testimonial-arrow:hover,
body.home #wprev-slider-1.acme-testimonial-carousel .acme-testimonial-arrow:focus-visible {
	color: #fff;
	background: var(--acme-magenta);
	border-color: var(--acme-magenta);
}

body.home #wprev-slider-1.acme-testimonial-carousel .acme-testimonial-dots {
	gap: 8px;
	margin: 0 5px;
}

body.home #wprev-slider-1.acme-testimonial-carousel .acme-testimonial-dot {
	width: 7px;
	height: 7px;
	background: rgba(63, 63, 63, 0.2);
}

body.home #wprev-slider-1.acme-testimonial-carousel .acme-testimonial-dot.is-active {
	width: 24px;
	background: var(--acme-orange);
}

@media (max-width: 767px) {
	body.home #wprev-slider-1.acme-testimonial-carousel .acme-testimonial-viewport {
	padding-top: 8px;
	}

	body.home #wprev-slider-1.acme-testimonial-carousel .indrevdiv {
	min-height: 0;
	padding: 36px 24px 28px !important;
	border-radius: 18px !important;
	}

	body.home #wprev-slider-1.acme-testimonial-carousel .indrevdiv::before {
	left: 24px;
	top: 24px;
	}

	body.home #wprev-slider-1.acme-testimonial-carousel .wptripadvisor_t1_P_3 {
	font-size: 15px;
	line-height: 1.65;
	}

	body.home #wprev-slider-1.acme-testimonial-carousel .wprevrevtitle {
	font-size: 16px;
	}

	body.home #wprev-slider-1.acme-testimonial-carousel .wptripadvisor_t1_tripadvisor_logo {
	 top: 20px;
	 right: 20px;
	}
}
