/*
Theme Name: Rayvia Travel
Theme URI: https://www.rayviatourandtravel.com/
Author: Rayvia
Author URI: https://www.rayviatourandtravel.com/
Description: Premium Kashmir travel theme for Rayvia Tour and Travel.
Version: 2.0.0
License: GPL2+
Text Domain: rayvia-travel
*/

:root {
	--rv-bg: #f5f6f1;
	--rv-cream: #f5f1e7;
	--rv-surface: #ffffff;
	--rv-surface-soft: #f9fbf7;
	--rv-surface-dark: #153d32;
	--rv-text: #14261f;
	--rv-muted: #5f6e67;
	--rv-border: rgba(21, 61, 50, 0.12);
	--rv-border-strong: rgba(21, 61, 50, 0.2);
	--rv-gold: #c6a868;
	--rv-gold-dark: #9f7f3d;
	--rv-green: #1f5a48;
	--rv-green-dark: #12362c;
	--rv-shadow: 0 20px 80px rgba(12, 31, 25, 0.12);
	--rv-radius: 24px;
	--rv-radius-lg: 34px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at top right, rgba(198, 168, 104, 0.18), transparent 24%),
		linear-gradient(180deg, #f3f6f1 0%, #fbfcf8 45%, #f4f6f1 100%);
	color: var(--rv-text);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.7;
	overflow-x: hidden;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

button,
input,
select,
textarea {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	left: -9999px;
}

.rv-container {
	width: min(1240px, calc(100% - 28px));
	margin: 0 auto;
}

.rv-site-header {
	position: sticky;
	top: 0;
	z-index: 120;
	background: rgba(250, 252, 248, 0.92);
	border-bottom: 1px solid rgba(21, 61, 50, 0.08);
	backdrop-filter: blur(18px);
	transition: box-shadow 0.2s ease, background 0.2s ease;
}

.rv-site-header::before {
	content: "";
	display: block;
	height: 3px;
	background: linear-gradient(90deg, #ff8f1f 0 33.33%, #ffffff 33.33% 66.66%, #128807 66.66% 100%);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.rv-site-header.is-scrolled {
	box-shadow: 0 14px 44px rgba(15, 36, 29, 0.1);
}

.rv-topbar {
	background: linear-gradient(90deg, #102f26 0%, #174c39 42%, #0c5b37 100%);
	color: rgba(255, 255, 255, 0.88);
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

.rv-topbar a {
	color: inherit;
}

.rv-topbar__row,
.rv-nav,
.rv-section__head,
.rv-card__footer,
.rv-footer__bottom,
.rv-footer__social,
.rv-hero__actions,
.rv-nav__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.rv-topbar__row {
	min-height: 30px;
	padding: 5px 0;
	flex-wrap: nowrap;
}

.rv-topbar__info {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}

.rv-topbar__info a,
.rv-topbar__office span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	white-space: nowrap;
}

.rv-topbar__info a::before,
.rv-topbar__office > span:first-child::before,
.rv-topbar__trust::before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 11px;
	line-height: 1;
}

.rv-topbar__info a[href^="tel"]::before {
	content: "☎";
}

.rv-topbar__info a[href^="mailto"]::before {
	content: "@";
}

.rv-topbar__office > span:first-child::before {
	content: "⌖";
}

.rv-topbar__trust::before {
	content: "✓";
	margin-right: 7px;
}

.rv-topbar__office {
	color: rgba(255, 255, 255, 0.72);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	min-width: 0;
}

.rv-topbar__trust {
	display: inline-flex;
	align-items: center;
	margin-left: 0;
	padding-left: 10px;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
	color: rgba(255, 255, 255, 0.92);
}

.rv-nav {
	position: relative;
	padding: 6px 0 48px;
	gap: 14px;
	align-items: flex-start;
}

.rv-brand {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
	flex: 0 0 auto;
	max-width: 230px;
}

.rv-brand__main {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	min-width: 0;
	text-align: left;
}

.rv-header-seva {
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 3;
	flex: 0 1 auto;
	min-width: 220px;
	max-width: 260px;
	margin: 0;
	padding: 7px 11px;
	transform: translateX(-50%);
	border: 1px solid rgba(255, 143, 31, 0.28);
	border-radius: 999px;
	background:
		linear-gradient(90deg, rgba(255, 143, 31, 0.96) 0 31%, #ffffff 31% 68%, rgba(18, 136, 7, 0.96) 68% 100%),
		#fff;
	color: #10392e;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	box-shadow:
		0 10px 20px rgba(12, 31, 25, 0.16),
		inset 0 2px 0 rgba(255, 255, 255, 0.72),
		inset 0 -2px 0 rgba(12, 31, 25, 0.08);
}

.rv-brand__logo {
	display: inline-flex;
	align-items: center;
}

.rv-brand__logo img {
	max-height: 62px;
	width: auto;
}

.rv-brand__wordmark,
.rv-footer__logo {
	font-size: clamp(22px, 2.2vw, 34px);
	font-weight: 700;
	letter-spacing: 0.02em;
}

.rv-brand__tag {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-align: left;
	text-transform: uppercase;
	color: var(--rv-muted);
}

.rv-menu-toggle {
	display: none;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border: 1px solid var(--rv-border);
	border-radius: 999px;
	background: var(--rv-surface);
	color: var(--rv-text);
	cursor: pointer;
}

.rv-menu-toggle span {
	display: block;
	width: 18px;
	height: 2px;
	background: var(--rv-text);
	margin: 3px 0;
}

.rv-menu-toggle:focus-visible {
	outline: 3px solid rgba(198, 168, 104, 0.55);
	outline-offset: 3px;
}

.rv-menu {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
	justify-content: flex-end;
	min-width: 0;
	margin-top: -4px;
}

.rv-menu ul {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.rv-menu a {
	white-space: nowrap;
}

.rv-menu li {
	position: relative;
}

.rv-menu > ul > li > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid rgba(18, 60, 58, 0.08);
	border-radius: 999px;
	background: linear-gradient(180deg, #ffffff 0%, #f4f8f3 100%);
	color: #123c3a;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.75);
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.rv-menu > ul > li > a::before {
	content: "";
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	border-radius: 7px;
	background:
		linear-gradient(135deg, rgba(255, 143, 31, 0.95), rgba(255, 255, 255, 0.9) 48%, rgba(18, 136, 7, 0.95)),
		#123c3a;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72), 0 5px 12px rgba(18, 60, 58, 0.18);
}

.rv-menu > ul > li > a:hover,
.rv-menu > ul > li.current-menu-item > a,
.rv-menu > ul > li.current_page_item > a {
	background: linear-gradient(180deg, #123c3a 0%, #0b2f2c 100%);
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(18, 60, 58, 0.18);
}

.rv-menu .sub-menu {
	position: absolute;
	top: calc(100% + 16px);
	left: 0;
	min-width: 220px;
	display: none;
	flex-direction: column;
	gap: 2px;
	padding: 10px;
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: 20px;
	box-shadow: var(--rv-shadow);
}

.rv-menu .sub-menu a {
	display: flex;
	align-items: center;
	gap: 8px;
}

.rv-menu .sub-menu a::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: #128807;
	box-shadow: 0 0 0 4px rgba(18, 136, 7, 0.12);
}

.rv-menu li:hover > .sub-menu,
.rv-menu li:focus-within > .sub-menu {
	display: flex;
}

.rv-menu .sub-menu a {
	padding: 10px 12px;
	border-radius: 12px;
}

.rv-menu .sub-menu a:hover {
	background: #f4f8f3;
}

.rv-auto-destination-menu {
	flex: 0 0 auto;
}

.rv-destination-menu__main > a {
	color: var(--rv-text);
	font-weight: 800;
}

.rv-destination-menu__sub > a {
	color: var(--rv-muted);
	font-size: 13px;
	padding-left: 24px !important;
}

.rv-chip-link,
.rv-search-tab,
.rv-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.rv-chip-link {
	background: #edf4f0;
	color: var(--rv-green-dark);
}

.rv-search-trigger,
.rv-button,
button,
input[type="submit"],
.wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 20px;
	border-radius: 999px;
	border: 0;
	background: linear-gradient(135deg, var(--rv-green) 0%, var(--rv-green-dark) 100%);
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.rv-search-trigger:hover,
.rv-button:hover,
button:hover,
input[type="submit"]:hover,
.wp-element-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 32px rgba(18, 54, 44, 0.18);
}

.rv-button--secondary,
.rv-button--ghost {
	background: var(--rv-surface);
	color: var(--rv-text);
	border: 1px solid var(--rv-border);
	box-shadow: none;
}

.rv-button--ghost {
	padding: 12px 16px;
}

.rv-nav__actions {
	gap: 8px;
	flex: 0 0 auto;
}

.rv-nav__actions .rv-button,
.rv-nav__actions .rv-search-trigger {
	min-height: 40px;
	padding: 10px 12px;
	font-size: 12px;
	letter-spacing: 0.04em;
	white-space: nowrap;
	border: 1px solid rgba(18, 60, 58, 0.08);
	background: linear-gradient(180deg, #ffffff 0%, #f4f8f3 100%);
	color: #123c3a;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.75);
	text-transform: none;
}

.rv-nav__actions .rv-button::before,
.rv-nav__actions .rv-search-trigger::before {
	content: "";
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	border-radius: 7px;
	background:
		linear-gradient(135deg, rgba(255, 143, 31, 0.95), rgba(255, 255, 255, 0.9) 48%, rgba(18, 136, 7, 0.95)),
		#123c3a;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72), 0 5px 12px rgba(18, 60, 58, 0.18);
}

.rv-nav__actions .rv-button:hover,
.rv-nav__actions .rv-search-trigger:hover {
	background: linear-gradient(180deg, #123c3a 0%, #0b2f2c 100%);
	color: #fff;
}

.rv-mobile-app-nav {
	display: none;
}

.rv-pwa-install {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: max(16px, env(safe-area-inset-bottom));
	z-index: 9998;
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) auto auto;
	gap: 12px;
	align-items: center;
	max-width: 620px;
	margin: 0 auto;
	padding: 12px;
	border: 1px solid rgba(18, 60, 58, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.2);
	backdrop-filter: blur(14px);
}

.rv-pwa-install[hidden] {
	display: none;
}

.rv-pwa-install__icon {
	width: 46px;
	height: 46px;
	overflow: hidden;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: #f4f8f3;
}

.rv-pwa-install__icon img {
	max-width: 42px;
	max-height: 42px;
	width: auto;
	height: auto;
}

.rv-pwa-install__copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.rv-pwa-install__copy strong {
	color: #101828;
	font-size: 14px;
}

.rv-pwa-install__copy span {
	color: #667085;
	font-size: 12px;
	line-height: 1.4;
}

.rv-pwa-install__copy small {
	display: block;
	color: #123c3a;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.35;
}

.rv-pwa-install__copy small[hidden] {
	display: none;
}

.rv-pwa-install__button {
	min-height: 38px;
	padding: 9px 14px;
	border-radius: 999px;
	font-size: 12px;
}

.rv-pwa-install__close {
	width: 34px;
	height: 34px;
	min-height: 34px;
	padding: 0;
	border-radius: 999px;
	background: #f2f4f7;
	color: #344054;
	box-shadow: none;
}

@media (display-mode: standalone) {
	body {
		padding-top: env(safe-area-inset-top);
		background: #fbfcf8;
	}

	.rv-site-header {
		top: env(safe-area-inset-top);
	}
}

.rv-eyebrow {
	background: rgba(198, 168, 104, 0.14);
	color: #8a6a32;
}

.rv-title {
	margin: 0;
	font-size: clamp(38px, 6vw, 76px);
	line-height: 0.98;
}

.rv-title--section {
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
}

.rv-lead,
.rv-card__excerpt,
.rv-feature p,
.rv-testimonial p,
.rv-footer p,
.rv-promo-band p,
.rv-empty-state p {
	font-family: "Trebuchet MS", sans-serif;
	color: var(--rv-muted);
}

.rv-section {
	padding: 78px 0;
}

.rv-section--alt {
	background: linear-gradient(180deg, rgba(21, 61, 50, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
}

.rv-section--builder {
	padding: 24px 0 78px;
}

.rv-hero {
	position: relative;
	min-height: clamp(640px, 84svh, 820px);
	padding: 72px 0 42px;
	overflow: hidden;
	color: #fff;
}

.rv-hero__slides,
.rv-hero__overlay {
	position: absolute;
	inset: 0;
}

.rv-hero__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: none;
	transition: opacity 0.85s ease;
	will-change: opacity;
}

.rv-hero__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.rv-hero__slide.is-active {
	opacity: 1;
	transform: none;
}

.rv-hero__overlay {
	background:
		linear-gradient(180deg, rgba(4, 14, 20, 0.08) 0%, rgba(4, 14, 20, 0.24) 46%, rgba(4, 14, 20, 0.62) 100%),
		linear-gradient(112deg, rgba(255, 143, 31, 0.5) 0%, rgba(255, 255, 255, 0.13) 34%, rgba(18, 136, 7, 0.46) 100%),
		linear-gradient(90deg, rgba(9, 31, 28, 0.72) 0%, rgba(9, 31, 28, 0.28) 42%, rgba(9, 31, 28, 0.18) 100%);
}

.rv-hero .rv-container {
	position: relative;
	z-index: 1;
}

.rv-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 24px;
	min-height: clamp(450px, 60svh, 620px);
	align-items: center;
}

.rv-hero__panel,
.rv-card,
.rv-feature,
.rv-testimonial,
.rv-page__card,
.rv-destination-card,
.rv-promo-band,
.rv-quick-links,
.rv-trust-grid div {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: var(--rv-radius-lg);
	box-shadow: var(--rv-shadow);
}

.rv-hero__story {
	display: grid;
	gap: 14px;
	align-content: center;
	min-height: 0;
	padding: 28px 0;
}

.rv-hero__content {
	display: grid;
	align-items: center;
	min-height: 270px;
	padding: 16px 0;
}

.rv-hero__content-slide {
	grid-area: 1 / 1;
	max-width: 720px;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
}

.rv-hero__content-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	animation: rvHeroFade 0.55s ease;
}

.rv-hero__content .rv-eyebrow {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 9px 14px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(255, 143, 31, 0.78), rgba(255, 255, 255, 0.22), rgba(18, 136, 7, 0.78));
	border: 1px solid rgba(255, 255, 255, 0.24);
	color: #fff;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.32);
}

.rv-hero__content .rv-lead,
.rv-hero__content .rv-brand__tag {
	max-width: 62ch;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(16px, 2.4vw, 20px);
	line-height: 1.72;
}

.rv-hero__content .rv-title {
	max-width: 12ch;
	margin-bottom: 16px;
	font-size: clamp(38px, 7.4vw, 68px);
	line-height: 1;
	letter-spacing: 0;
	text-wrap: balance;
	text-shadow: 0 3px 22px rgba(0, 0, 0, 0.46);
}

.rv-hero__dots {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rv-hero__dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.34);
	cursor: pointer;
	transition: transform 0.2s ease, background-color 0.2s ease, width 0.2s ease;
}

.rv-hero__dot.is-active {
	width: 36px;
	background: linear-gradient(90deg, #ff8f1f, #fff, #128807);
}

.rv-hero__panel {
	padding: 22px;
	background: rgba(253, 250, 244, 0.98);
}

.rv-search-tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 16px;
}

.rv-search-tab {
	border: 0;
	padding: 14px 16px;
	border-radius: 18px;
	background: #edf2eb;
	color: var(--rv-green-dark);
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
}

.rv-search-tab.is-active {
	background: var(--rv-green-dark);
	color: #fff;
}

.rv-search-panel {
	display: none;
}

.rv-search-panel.is-active {
	display: block;
	animation: rvHeroFade 0.35s ease;
}

.rv-search-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.rv-search-form__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.rv-search-form__field--full {
	grid-column: 1 / -1;
}

.rv-search-form label {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5f6d64;
}

.rv-search-form input,
.rv-search-form select,
.rv-search-form textarea,
.search-form input[type="search"] {
	width: 100%;
	min-height: 56px;
	padding: 15px 16px;
	border: 1px solid #d9ddcf;
	border-radius: 18px;
	background: #fffefb;
	color: var(--rv-text);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.rv-inline-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.rv-search-form button {
	min-height: 58px;
	border-radius: 18px;
}

.rv-search-form__hint {
	margin: 0;
	color: #647067;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 1.58;
}

@keyframes rvHeroFade {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 720px) {
	.rv-hero {
		padding: 84px 0 54px;
	}

	.rv-search-tabs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.rv-search-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (min-width: 1040px) {
	.rv-hero {
		padding: 92px 0 62px;
	}

	.rv-hero__grid {
		grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
		align-items: end;
		gap: 34px;
	}

	.rv-hero__panel {
		padding: 28px;
	}

	.rv-hero__story {
		padding-right: 22px;
	}

	.rv-search-form {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.rv-trust-strip {
	padding-top: 0;
}

.rv-section--plugin-reviews {
	padding-top: 26px;
}

.rv-plugin-reviews {
	padding: 10px 0 0;
}

.rv-section__head--reviews {
	margin-bottom: 22px;
}

.rv-section__head--reviews .rv-button {
	flex: 0 0 auto;
}

.rv-section--plugin-reviews .sbr-feed {
	padding: 0;
}

.rv-section--plugin-reviews .sb-feed-container {
	padding: 0 !important;
}

.rv-section--plugin-reviews .sb-feed-posts {
	display: grid !important;
	grid-auto-flow: column;
	grid-auto-columns: minmax(280px, calc((100% - 44px) / 3));
	gap: 22px;
	overflow-x: auto !important;
	padding: 6px 2px 12px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.rv-section--plugin-reviews .sb-feed-posts::-webkit-scrollbar {
	display: none;
}

.rv-section--plugin-reviews .sb-post-item-wrap {
	width: auto !important;
	min-height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	scroll-snap-align: start;
}

.rv-section--plugin-reviews .sb-post-item {
	height: 100%;
	padding: 22px !important;
	border: 1px solid var(--rv-border) !important;
	border-radius: 24px !important;
	background: var(--rv-surface) !important;
	box-shadow: 0 16px 42px rgba(12, 31, 25, 0.08) !important;
}

.rv-section--plugin-reviews .sb-item-text {
	color: var(--rv-muted) !important;
	font-family: "Trebuchet MS", sans-serif;
	line-height: 1.7;
}

.rv-section--plugin-reviews .sb-item-text.is-collapsed {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.rv-section--plugin-reviews .sb-item-text.is-expanded {
	display: block;
}

.rv-review-toggle {
	margin-top: 12px;
	padding: 0;
	background: transparent;
	color: var(--rv-green);
	box-shadow: none;
	font-size: 13px;
	font-weight: 800;
}

.rv-review-toggle:hover {
	transform: none;
	box-shadow: none;
}

.rv-section--plugin-reviews .sb-item-author-ctn,
.rv-section--plugin-reviews .sb-item-author {
	display: flex !important;
	align-items: center;
	gap: 12px;
}

.rv-review-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border-radius: 50%;
	background: linear-gradient(135deg, #1f5a48 0%, #c6a868 100%);
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: 800;
}

.rv-review-avatar__image {
	object-fit: cover;
	background: #d8e3de;
}

.rv-section--plugin-reviews .sb-item-author-name {
	color: var(--rv-text) !important;
	font-weight: 800 !important;
}

.rv-section--plugin-reviews .sb-item-author-date {
	color: var(--rv-muted) !important;
}

.rv-section--plugin-reviews .sb-item-rating {
	color: var(--rv-gold-dark) !important;
}

.rv-section--plugin-reviews .sb-feed-header,
.rv-section--plugin-reviews .sb-load-btn {
	display: none !important;
}

.rv-section--plugin-reviews .sb-carousel-btn {
	display: none !important;
}

.rv-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.rv-trust-grid div {
	padding: 18px 20px;
}

.rv-trust-grid strong,
.rv-feature h3,
.rv-testimonial strong,
.rv-footer__title,
.rv-promo-band h3,
.rv-destination-card h3 {
	display: block;
	margin: 0 0 10px;
	font-size: 22px;
}

.rv-trust-grid span,
.rv-footer__menu,
.rv-footer__social,
.rv-quick-links__grid,
.rv-faq-list {
	font-family: "Trebuchet MS", sans-serif;
}

.rv-grid,
.rv-feature-grid,
.rv-testimonial-grid,
.rv-destination-grid,
.rv-seo-grid {
	display: grid;
	gap: 24px;
}

.rv-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rv-carousel {
	position: relative;
	overflow: hidden;
}

.rv-carousel__track {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(270px, calc((100% - 54px) / 4));
	gap: 18px;
	overflow-x: auto;
	padding: 6px 2px 12px;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.rv-carousel--destinations .rv-carousel__track {
	grid-auto-columns: minmax(260px, calc((100% - 72px) / 4));
	align-items: stretch;
}

.rv-carousel__track .rv-card {
	min-height: 100%;
}

.rv-carousel__track::-webkit-scrollbar {
	display: none;
}

.rv-carousel__track > * {
	scroll-snap-align: start;
}

.rv-carousel__nav {
	position: absolute;
	top: -74px;
	width: 46px;
	height: 46px;
	padding: 0;
	border-radius: 999px;
	z-index: 2;
}

.rv-carousel__nav--prev {
	right: 56px;
}

.rv-carousel__nav--next {
	right: 0;
}

.rv-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: var(--rv-surface);
	border-color: var(--rv-border);
	border-radius: 18px;
	min-height: 100%;
	box-shadow: 0 14px 38px rgba(12, 31, 25, 0.08);
}

.rv-card__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #d9e4df;
	max-height: 174px;
}

.rv-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.rv-card:hover .rv-card__media img,
.rv-destination-card:hover .rv-destination-card__media img {
	transform: scale(1.04);
}

.rv-card__badge {
	position: absolute;
	left: 12px;
	top: 12px;
	padding: 8px 11px;
	border-radius: 999px;
	background: rgba(18, 54, 44, 0.84);
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.rv-card__body,
.rv-destination-card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px;
	height: 100%;
}

.rv-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-family: "Trebuchet MS", sans-serif;
}

.rv-card__meta span {
	padding: 7px 10px;
	border-radius: 999px;
	background: #edf4ef;
	color: var(--rv-green-dark);
	font-size: 12px;
	font-weight: 700;
}

.rv-card__title {
	margin: 0;
	font-size: 20px;
	line-height: 1.16;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rv-card__excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.rv-card__footer {
	margin-top: auto;
	align-items: flex-end;
}

.rv-card__routes {
	display: grid;
	gap: 8px;
	margin: 2px 0 4px;
}

.rv-card__route {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	padding: 8px 10px;
	border: 1px solid rgba(21, 61, 50, 0.11);
	border-radius: 16px;
	background: #f8fbf8;
	color: var(--rv-text);
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.rv-card__route span,
.rv-card__route strong {
	min-width: 0;
	overflow-wrap: anywhere;
}

.rv-card__route strong {
	color: var(--rv-green-dark);
	white-space: nowrap;
}

.rv-card__price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 9px;
	min-width: 0;
	font-size: 20px;
	font-weight: 800;
}

.rv-card__price small {
	display: block;
	flex-basis: 100%;
	margin-bottom: 6px;
	color: var(--rv-muted);
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rv-card__price-offer {
	color: #101828;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.rv-card__price-regular {
	position: relative;
	display: inline-flex;
	color: var(--rv-muted);
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: line-through;
	white-space: nowrap;
}

.rv-card__price-regular::after,
.rv-card__route strong em::after {
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	top: 50%;
	height: 2px;
	background: rgba(220, 38, 38, 0.78);
	transform: rotate(-10deg);
	transform-origin: center;
	pointer-events: none;
}

.rv-card__discount {
	display: inline-flex;
	margin-left: 8px;
	padding: 4px 8px;
	border-radius: 999px;
	background: #ecfdf3;
	color: #027a48;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
}

.rv-card__route strong {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.rv-card__route strong em {
	position: relative;
	color: var(--rv-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	text-decoration: line-through;
}

.rayvia-luxe-card__trust span:first-child {
	display: inline-flex;
	align-items: center;
	width: max-content;
	padding: 7px 10px;
	border-radius: 999px;
	background: #ecfdf3;
	color: #027a48;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
}

.rayvia-luxe-card__pricing strong {
	position: relative;
	display: inline-flex;
	width: max-content;
	color: #98a2b3;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-decoration: line-through;
}

.rayvia-luxe-card__pricing strong::after {
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	top: 52%;
	height: 2px;
	background: rgba(220, 38, 38, 0.82);
	transform: rotate(-10deg);
	pointer-events: none;
}

.rv-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rv-section--team {
	padding-top: 18px;
}

.rv-team-intro,
.rayvia-people-page__hero p {
	max-width: 860px;
	color: var(--rv-muted);
	font-family: "Trebuchet MS", sans-serif;
}

.rv-team-grid,
.rv-feedback-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.rv-team-card,
.rv-feedback-card,
.rayvia-feedback-form,
.rayvia-driver-form,
.rayvia-people-page__cta {
	background: var(--rv-surface);
	border: 1px solid var(--rv-border);
	border-radius: 28px;
	box-shadow: 0 16px 42px rgba(12, 31, 25, 0.08);
}

.rv-team-card {
	overflow: hidden;
	min-height: 100%;
}

.rv-carousel__track--team {
	grid-auto-columns: minmax(280px, calc((100% - 48px) / 3));
}

.rv-carousel--destinations .rv-carousel__track,
.rv-carousel__track--content {
	grid-auto-columns: minmax(280px, calc((100% - 48px) / 3));
}

.rv-team-card__body--compact {
	align-items: center;
	text-align: center;
	padding: 28px 22px;
}

.rv-team-card__avatar-shell {
	position: relative;
	margin-bottom: 6px;
}

.rv-team-card__avatar,
.rv-team-card__initials {
	display: inline-flex;
	width: 132px;
	height: 132px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	object-fit: cover;
	background: linear-gradient(135deg, rgba(31, 90, 72, 0.92), rgba(198, 168, 104, 0.88));
	color: #fff;
	font-size: 48px;
	font-weight: 800;
	box-shadow: 0 14px 34px rgba(12, 31, 25, 0.18);
}

.rv-team-card__badge {
	position: absolute;
	left: 50%;
	top: auto;
	bottom: -10px;
	transform: translateX(-50%);
	padding: 9px 12px;
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.78);
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rv-team-card__brand {
	position: absolute;
	right: -10px;
	top: -10px;
	display: inline-flex;
	align-items: center;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.64);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 24px rgba(12, 31, 25, 0.14);
	color: var(--rv-green-dark);
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rv-team-card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 22px;
}

.rv-team-card__body h3,
.rv-feedback-card strong {
	margin: 0;
	font-size: 24px;
	line-height: 1.1;
}

.rv-team-card__summary,
.rv-feedback-card span,
.rv-footer__trust {
	color: var(--rv-muted);
	font-family: "Trebuchet MS", sans-serif;
}

.rv-team-card__summary {
	margin: 0;
}

.rv-feedback-card {
	padding: 22px;
}

.rv-feedback-card__image {
	width: 62px;
	height: 62px;
	margin-bottom: 12px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 10px 24px rgb(12 31 25 / 14%);
}

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

.rv-feedback-card__trip {
	display: inline-flex;
	margin: 0 0 10px;
	color: var(--rv-gold-dark);
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.rayvia-people-page {
	display: grid;
	gap: 28px;
}

.rayvia-people-page__hero {
	padding: 28px 30px;
	border-radius: 32px;
	background: linear-gradient(135deg, rgba(21, 61, 50, 0.96), rgba(31, 90, 72, 0.84));
	color: #fff;
}

.rayvia-people-page__hero span {
	display: inline-flex;
	margin-bottom: 12px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.rayvia-people-page__hero h1 {
	margin: 0 0 12px;
	font-size: clamp(34px, 5vw, 60px);
	line-height: 1.02;
}

.rayvia-people-page__hero p {
	color: rgba(255, 255, 255, 0.86);
}

.rayvia-people-page__cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 20px;
	padding: 24px 26px;
}

.rayvia-feedback-form,
.rayvia-driver-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: 24px;
}

.rayvia-feedback-form label,
.rayvia-driver-form label {
	display: grid;
	gap: 8px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: var(--rv-text);
}

.rayvia-feedback-form__full {
	grid-column: 1 / -1;
}

.rayvia-driver-form__features {
	display: grid;
	gap: 12px;
}

.rayvia-driver-form__checks {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
}

.rayvia-driver-form__checks label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.rayvia-driver-thankyou {
	display: grid;
	gap: 18px;
	padding: 30px;
	border: 1px solid #eadfce;
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(255, 253, 248, 0.98), rgba(255, 255, 255, 0.96)),
		#fff;
	box-shadow: 0 22px 70px rgba(17, 24, 39, 0.1);
}

.rayvia-driver-thankyou > span {
	width: max-content;
	padding: 8px 12px;
	border-radius: 999px;
	background: #ecfdf3;
	color: #027a48;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rayvia-driver-thankyou h2 {
	margin: 0;
	font-size: clamp(28px, 5vw, 46px);
	line-height: 1.08;
	color: #101828;
}

.rayvia-driver-thankyou p {
	max-width: 760px;
	margin: 0;
	color: #475467;
	line-height: 1.75;
}

.rayvia-driver-thankyou__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.rayvia-driver-thankyou__grid div {
	display: grid;
	gap: 6px;
	padding: 15px;
	border: 1px solid #eadfce;
	border-radius: 18px;
	background: #fffaf4;
}

.rayvia-driver-thankyou__grid strong {
	color: #8a6746;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.rayvia-driver-thankyou__grid a,
.rayvia-driver-thankyou__grid span {
	color: #101828;
	text-decoration: none;
	font-weight: 700;
}

.rayvia-driver-thankyou__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.rv-feature,
.rv-testimonial {
	padding: 24px;
}

.rv-testimonial-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rv-stars {
	color: var(--rv-gold-dark);
	font-size: 18px;
	letter-spacing: 0.16em;
	margin-bottom: 12px;
}

.rv-destination-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rv-destination-card {
	overflow: hidden;
	background: var(--rv-surface);
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.rv-destination-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #d9e4df;
}

.rv-destination-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rv-destination-card__brand {
	position: absolute;
	left: 14px;
	top: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.72);
	backdrop-filter: blur(10px);
	color: #fff;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.rv-destination-card__media::after {
	position: absolute;
	right: 14px;
	top: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.64);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 10px 24px rgba(12, 31, 25, 0.16);
	color: var(--rv-green-dark);
	content: "Local Travel";
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.rv-destination-card__body {
	align-items: center;
	text-align: center;
	padding: 20px 18px 22px;
	gap: 10px;
	flex: 1;
}

.rv-destination-card__body h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.25;
}

.rv-destination-card__body p {
	margin: 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.65;
	min-height: 68px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rv-destination-card__trust {
	display: block;
	color: #8a6746;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}

.rv-destination-card__body .rv-button {
	margin-top: auto;
	min-height: 38px;
	padding: 10px 14px;
}

.rv-link-arrow {
	margin-top: auto;
	color: var(--rv-green);
	font-family: "Trebuchet MS", sans-serif;
	font-weight: 700;
}

.rv-home-content-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.rv-home-content-block {
	display: grid;
	gap: 18px;
}

.rv-home-content-block__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.rv-promo-band,
.rv-quick-links {
	padding: 28px;
}

.rv-promo-band {
	margin-top: 28px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	background: linear-gradient(135deg, rgba(21, 61, 50, 0.96) 0%, rgba(31, 90, 72, 0.96) 100%);
	color: #fff;
}

.rv-promo-band h3 {
	font-size: clamp(26px, 3vw, 38px);
	line-height: 1.16;
	text-wrap: balance;
}

.rv-promo-band .rv-eyebrow {
	background: rgba(198, 168, 104, 0.18);
	color: #f3e2c1;
}

.rv-promo-band p {
	color: rgba(255, 255, 255, 0.76);
}

.rv-builder-spotlight {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 24px;
	align-items: center;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(198, 168, 104, 0.32);
	border-radius: 34px;
	background:
		linear-gradient(135deg, rgba(21, 61, 50, 0.96) 0%, rgba(31, 90, 72, 0.92) 54%, rgba(198, 168, 104, 0.9) 100%);
	box-shadow: var(--rv-shadow);
	color: #fff;
}

.rv-builder-spotlight::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.09), transparent 44%);
	content: "";
	pointer-events: none;
}

.rv-builder-spotlight__content,
.rv-builder-spotlight__panel {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.rv-builder-spotlight .rv-eyebrow {
	background: rgba(255, 255, 255, 0.16);
	color: #f6e8c8;
}

.rv-builder-spotlight .rv-title {
	max-width: 760px;
	margin-top: 14px;
	color: #fff;
}

.rv-builder-spotlight .rv-lead {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.82);
}

.rv-builder-spotlight__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.rv-builder-spotlight__actions .rv-button--secondary {
	background: rgba(255, 255, 255, 0.92);
}

.rv-builder-spotlight__panel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.rv-builder-spotlight__panel div {
	min-height: 126px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 18px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(12px);
}

.rv-builder-spotlight__panel span {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	color: #f6e8c8;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: 800;
}

.rv-builder-spotlight__panel strong {
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.15;
}

.rv-builder-embed {
	margin-top: 24px;
	padding: clamp(14px, 2vw, 20px);
	border: 1px solid var(--rv-border);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: var(--rv-shadow);
}

.rv-builder-embed .rayvia-package-builder__intro {
	display: none;
}

.rv-builder-embed .rayvia-package-builder__layout {
	margin: 0;
}

.rv-section--plan-cta {
	padding: 76px 0;
	background:
		radial-gradient(circle at 12% 10%, rgba(198, 168, 104, 0.2), transparent 26%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 245, 239, 0.9)),
		var(--rv-cream);
}

.rv-plan-cta {
	position: relative;
	display: grid;
	grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
	gap: 34px;
	align-items: center;
	padding: 28px;
	border: 1px solid rgba(201, 163, 74, 0.34);
	border-radius: 30px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 252, 248, 0.84)),
		#fff;
	box-shadow: 0 30px 80px rgba(15, 45, 35, 0.12);
	overflow: hidden;
}

.rv-plan-cta::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.46), transparent 38%, rgba(198, 168, 104, 0.12));
	content: "";
	pointer-events: none;
}

.rv-plan-cta__media {
	position: relative;
	min-height: 330px;
	border-radius: 24px;
	background: linear-gradient(135deg, var(--rv-green), var(--rv-green-dark));
	overflow: hidden;
}

.rv-plan-cta__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: scale(1.04);
	transition: opacity 1s ease, transform 6s ease;
}

.rv-plan-cta__slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.rv-plan-cta__slide::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(7, 24, 19, 0.08) 0%, rgba(7, 24, 19, 0.72) 100%);
	content: "";
}

.rv-plan-cta__media img,
.rv-plan-cta__slide img {
	width: 100%;
	height: 100%;
	min-height: 330px;
	object-fit: cover;
	display: block;
}

.rv-plan-cta__media::after {
	content: none;
}

.rv-plan-cta__caption {
	position: absolute;
	inset: auto 18px 18px;
	z-index: 2;
	display: grid;
	gap: 6px;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
		rgba(10, 35, 28, 0.72);
	color: #fff;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
	backdrop-filter: blur(16px) saturate(135%);
}

.rv-plan-cta__caption strong,
.rv-plan-cta__caption span {
	display: block;
	overflow-wrap: anywhere;
}

.rv-plan-cta__caption strong {
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.08;
}

.rv-plan-cta__caption span {
	color: rgba(255, 255, 255, 0.84);
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

.rv-plan-cta__content {
	position: relative;
	z-index: 1;
	padding: 18px 12px;
}

.rv-plan-cta__points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0;
}

.rv-plan-cta__points span {
	display: inline-flex;
	padding: 9px 12px;
	border: 1px solid rgba(201, 163, 74, 0.34);
	border-radius: 999px;
	background: #fbf8ef;
	color: var(--rv-green-dark);
	font-size: 13px;
	font-weight: 800;
}

.rv-plan-cta__actions,
.rv-plan-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.rv-plan-hero {
	position: relative;
	min-height: 620px;
	display: flex;
	align-items: center;
	color: #fff;
	overflow: hidden;
}

.rv-plan-hero__image,
.rv-plan-hero__overlay {
	position: absolute;
	inset: 0;
}

.rv-plan-hero__image {
	background-position: center;
	background-size: cover;
	transform: scale(1.02);
}

.rv-plan-hero__overlay {
	background:
		linear-gradient(90deg, rgba(8, 38, 29, 0.9), rgba(8, 38, 29, 0.64), rgba(8, 38, 29, 0.24)),
		linear-gradient(180deg, rgba(8, 38, 29, 0.18), rgba(8, 38, 29, 0.76));
}

.rv-plan-hero .rv-container {
	position: relative;
	z-index: 2;
}

.rv-plan-hero__content {
	max-width: 780px;
	padding: 90px 0;
}

.rv-plan-hero .rv-title,
.rv-plan-hero .rv-lead,
.rv-plan-hero .rv-eyebrow {
	color: #fff;
}

.rv-plan-hero .rv-button--secondary {
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.rv-plan-trust__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.rv-plan-trust__grid > div,
.rv-plan-form-shell {
	border: 1px solid rgba(201, 163, 74, 0.28);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 22px 54px rgba(15, 45, 35, 0.08);
}

.rv-plan-trust__grid > div {
	padding: 24px;
}

.rv-plan-trust__grid span {
	display: inline-flex;
	margin-bottom: 16px;
	color: var(--rv-gold);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.rv-plan-trust__grid h2 {
	margin: 0 0 10px;
	font-size: 21px;
	color: var(--rv-green-dark);
}

.rv-plan-trust__grid p,
.rv-plan-form-shell__intro p {
	margin: 0;
	color: var(--rv-muted);
	line-height: 1.7;
}

.rv-plan-form-section {
	background: linear-gradient(180deg, #fff, #f6f8f4);
}

.rv-plan-form-shell {
	overflow: hidden;
}

.rv-plan-form-shell__intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
	padding: 34px;
	background:
		linear-gradient(135deg, rgba(13, 71, 54, 0.95), rgba(22, 93, 71, 0.9)),
		var(--rv-green-dark);
	color: #fff;
}

.rv-plan-form-shell__intro .rv-title,
.rv-plan-form-shell__intro .rv-eyebrow,
.rv-plan-form-shell__intro p {
	color: #fff;
}

.rv-plan-form-shell__links {
	display: grid;
	gap: 10px;
	min-width: 220px;
}

.rv-plan-form-shell__links a {
	padding: 11px 13px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.rv-plan-form-shell__builder {
	padding: 22px;
}

.rv-plan-form-shell__builder .rayvia-package-builder {
	margin: 0;
}

.rv-promo-band--plan {
	background:
		linear-gradient(135deg, rgba(11, 55, 42, 0.97), rgba(20, 91, 68, 0.92)),
		var(--rv-green-dark);
}

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

.rv-quick-links__grid a {
	padding: 16px 18px;
	border: 1px solid var(--rv-border);
	border-radius: 20px;
	background: #f7faf7;
	font-weight: 700;
}

.rv-seo-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
}

.rv-section--seo .rv-seo-grid {
	grid-template-columns: minmax(0, 1fr);
}

.rv-section--seo .rv-page__card {
	max-width: 940px;
	margin: 0 auto;
}

.rv-page,
.single .site-main {
	padding: 56px 0 80px;
}

.rv-page__card {
	padding: 28px;
	background: var(--rv-surface);
	border-color: var(--rv-border);
}

.rv-faq-list {
	display: grid;
	gap: 18px;
	margin-top: 24px;
}

.rv-faq-list strong {
	display: block;
	margin-bottom: 6px;
}

.rv-empty-state {
	padding: 20px 0 6px;
}

.rv-footer-posts {
	padding: 54px 0;
	background: #fffdf8;
	border-top: 1px solid var(--rv-border);
}

.rv-footer-posts__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.rv-footer-posts__head .rv-title {
	margin-bottom: 0;
}

.rv-footer-posts__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.rv-footer-post-card {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border: 1px solid #eadfce;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
}

.rv-footer-post-card__media {
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #173f34, #c6a868);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

.rv-footer-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rv-footer-post-card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 18px;
	flex: 1;
}

.rv-footer-post-card__body h3 {
	margin: 0;
	font-size: 19px;
	line-height: 1.35;
}

.rv-footer-post-card__body h3 a {
	color: #101828;
	text-decoration: none;
}

.rv-footer-post-card__body p {
	margin: 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.65;
}

.rv-footer-post-card__body .rv-link-arrow {
	margin-top: auto;
}

.rv-footer {
	padding: 64px 0 24px;
	background: linear-gradient(180deg, #183d33 0%, #102d25 100%);
	color: rgba(255, 255, 255, 0.88);
}

.rv-footer__brand p,
.rv-footer__trust,
.rv-footer__legal span,
.rv-footer__menu a,
.rv-footer__menu span {
	color: rgba(255, 255, 255, 0.88);
}

.rayvia-shell--register #rayvia_vendor_gst_number,
.rayvia-shell--register label[for="rayvia_vendor_gst_number"] {
	display: none !important;
}

.rayvia-vendor-hero-grid {
	display: grid;
	grid-template-columns: minmax(280px, 1.1fr) minmax(0, 1.4fr);
	gap: 20px;
	margin-bottom: 22px;
}

.rayvia-dashboard-grid--compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 0;
}

.rayvia-card--hero {
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(29, 78, 68, 0.92)),
		#111827;
	color: #fff;
}

.rayvia-card--hero h3,
.rayvia-card--hero p,
.rayvia-card--hero .rayvia-shell__eyebrow,
.rayvia-card--hero .rayvia-summary-list span,
.rayvia-card--hero .rayvia-summary-list strong {
	color: #fff;
}

.rayvia-card--hero .rayvia-summary-list div {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
}

.rv-footer__grid {
	display: grid;
	grid-template-columns: 1.25fr 1fr 0.85fr 1fr;
	gap: 26px;
}

.rv-footer__title {
	font-size: 18px;
	color: #fff;
}

.rv-footer__menu,
.rv-footer__social {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.rv-footer__legal {
	display: grid;
	gap: 6px;
	margin-top: 18px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
}

.rv-footer__social {
	display: flex;
	flex-wrap: wrap;
	margin-top: 18px;
	justify-content: flex-start;
}

.rv-footer__social a {
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
}

.rv-footer__bank {
	display: grid;
	gap: 6px;
	margin-top: 18px;
	padding: 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.rv-footer__bank strong {
	color: #fff;
	font-size: 14px;
}

.rv-footer__bottom {
	margin-top: 30px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.68);
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	flex-wrap: wrap;
}

.rv-footer-tribute {
	display: grid;
	grid-template-columns: 78px minmax(58px, 78px) 78px;
	align-items: center;
	gap: 12px;
	max-width: 290px;
	margin-bottom: 18px;
}

.rv-footer-tribute strong {
	grid-column: 1 / -1;
	display: block;
	margin: 0;
	color: #fff7df;
	font-size: 15px;
	line-height: 1.35;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.rv-footer-tribute__circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	overflow: hidden;
	border: 2px solid rgba(255, 255, 255, 0.72);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0 14px 38px rgba(0, 0, 0, 0.22);
	animation: rvTributeFloat 4.5s ease-in-out infinite;
}

.rv-footer-tribute__circle--flag {
	animation-delay: 0.55s;
}

.rv-footer-tribute__circle img,
.rv-footer-tribute__circle .custom-logo-link,
.rv-footer-tribute__circle .custom-logo {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rv-footer-tribute__circle--logo img,
.rv-footer-tribute__circle--logo .custom-logo {
	padding: 8px;
	background: #fff;
}

.rv-flag-wave {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #ff8f1f 0 33.33%, #fff 33.33% 66.66%, #128807 66.66% 100%);
	animation: rvFlagWave 2.6s ease-in-out infinite;
}

.rv-flag-wave::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 22px;
	border: 2px solid #1f4aa8;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.rv-footer-tribute__soldier {
	display: flex;
	align-items: end;
	justify-content: center;
	min-height: 82px;
}

.rv-footer-tribute__soldier img {
	max-width: 78px;
	max-height: 92px;
	object-fit: contain;
	filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
}

.rv-soldier-icon {
	position: relative;
	display: block;
	width: 54px;
	height: 82px;
}

.rv-soldier-icon::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 15px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #d7b086;
	box-shadow: inset 0 6px 0 #273b2f;
}

.rv-soldier-icon::after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	width: 36px;
	height: 50px;
	border-radius: 18px 18px 8px 8px;
	background: linear-gradient(160deg, #243b2d, #5a6f3c);
}

.rv-soldier-icon i {
	position: absolute;
	top: 34px;
	right: -10px;
	width: 34px;
	height: 8px;
	border-radius: 999px;
	background: #d7b086;
	transform: rotate(-38deg);
	transform-origin: left center;
	animation: rvSalute 2.8s ease-in-out infinite;
	z-index: 3;
}

.rv-soldier-icon b {
	position: absolute;
	left: 16px;
	top: 2px;
	width: 24px;
	height: 11px;
	border-radius: 11px 11px 2px 2px;
	background: #243b2d;
	z-index: 2;
}

@keyframes rvTributeFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes rvFlagWave { 0%, 100% { transform: skewX(0deg) scale(1); } 50% { transform: skewX(-4deg) scale(1.03); } }
@keyframes rvSalute { 0%, 100% { transform: rotate(-38deg); } 50% { transform: rotate(-30deg); } }

.rv-floating-actions {
	position: fixed;
	right: 16px;
	bottom: 18px;
	z-index: 140;
	display: grid;
	gap: 10px;
}

.rv-music-player {
	position: fixed;
	left: 18px;
	bottom: calc(18px + env(safe-area-inset-bottom));
	z-index: 141;
}

.rv-music-player__button {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 42px;
	padding: 9px 13px 9px 10px;
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(255, 143, 31, .9) 0 30%, rgba(255, 255, 255, .96) 30% 68%, rgba(18, 136, 7, .84) 68% 100%);
	box-shadow: 0 16px 36px rgba(16, 24, 40, .18);
	color: #123c3a;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .04em;
	cursor: pointer;
}

.rv-music-player__icon {
	position: relative;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background: rgba(18, 60, 58, .95);
	box-shadow: inset 0 0 0 4px rgba(255, 255, 255, .18);
}

.rv-music-player__icon::before,
.rv-music-player__icon::after {
	position: absolute;
	content: "";
	background: #fff;
}

.rv-music-player__icon::before {
	left: 7px;
	top: 6px;
	width: 3px;
	height: 10px;
	border-radius: 3px;
	box-shadow: 6px 0 0 #fff;
}

.rv-music-player__icon::after {
	right: 4px;
	top: 5px;
	width: 5px;
	height: 11px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	opacity: 0;
}

.rv-music-player.is-playing .rv-music-player__button {
	box-shadow: 0 18px 42px rgba(18, 136, 7, .18), 0 0 0 4px rgba(18, 136, 7, .08);
}

.rv-music-player:not(.is-playing) .rv-music-player__icon::before {
	left: 5px;
	top: 7px;
	width: 4px;
	height: 9px;
	box-shadow: none;
}

.rv-music-player:not(.is-playing) .rv-music-player__icon::after {
	opacity: 1;
}

.rv-music-player.is-blocked .rv-music-player__button {
	animation: rvMusicPulse 1.8s ease-in-out 2;
}

@keyframes rvMusicPulse {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-3px); }
}

.rv-page-loader {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 14px;
	background: rgba(255, 255, 255, .74);
	backdrop-filter: blur(8px);
	color: #123c3a;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.rv-page-loader[hidden] {
	display: none !important;
}

.rv-page-loader__mark {
	position: relative;
	display: grid;
	width: 76px;
	height: 76px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 18px 48px rgba(18, 60, 58, .18);
	overflow: hidden;
}

.rv-page-loader__mark::before {
	position: absolute;
	inset: 0;
	border: 4px solid rgba(255, 143, 31, .24);
	border-top-color: #ff8f1f;
	border-right-color: #128807;
	border-radius: 50%;
	content: "";
	animation: rvPageLoaderSpin .78s linear infinite;
}

.rv-page-loader__mark::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #ff8f1f 0 33%, #fff 33% 66%, #128807 66%);
	content: "";
}

.rv-page-loader__mark img {
	position: relative;
	z-index: 1;
	width: 54px;
	height: 54px;
	object-fit: contain;
	background: transparent;
}

.rv-page-loader__mark strong {
	position: relative;
	z-index: 1;
	color: #123c3a;
	font-size: 30px;
}

@keyframes rvPageLoaderSpin {
	to { transform: rotate(360deg); }
}

.rv-float-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50%;
	box-shadow: 0 12px 30px rgba(12, 31, 25, 0.22);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.rv-float-btn--lead {
	position: relative;
	width: auto;
	min-width: 82px;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff8f1f, #174c39);
}

.rv-float-btn--lead::after {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 8px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ff8f1f 0 33.33%, #ffffff 33.33% 66.66%, #128807 66.66% 100%);
	box-shadow: 0 1px 4px rgba(12, 31, 25, 0.18);
}

.rv-float-btn--wa {
	background: #25d366;
	color: #08351b;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.rv-float-btn--top {
	display: none;
	background: #fff;
	color: var(--rv-green-dark);
	border: 1px solid var(--rv-border);
}

.rv-float-btn--top.is-visible {
	display: inline-flex;
}

.rv-lead-modal {
	position: fixed;
	inset: 0;
	z-index: 180;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.rv-lead-modal.is-open {
	display: flex;
}

.rv-lead-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 14, 20, 0.62);
	backdrop-filter: blur(8px);
}

.rv-lead-modal__dialog {
	position: relative;
	width: min(760px, 100%);
	max-height: min(88vh, 760px);
	overflow-y: auto;
	padding: 24px;
	border-radius: 24px;
	background: #fffaf3;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
}

.rv-lead-modal__dialog::before {
	content: none;
}

.rv-lead-modal__brand {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) 58px;
	justify-items: center;
	align-items: center;
	gap: 12px;
	margin: 0 48px 0;
	text-align: center;
}

.rv-lead-modal__logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(12, 31, 25, 0.12);
}

.rv-lead-modal__logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rv-lead-modal__brand strong {
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 7px 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(255, 143, 31, 0.28), rgba(255, 255, 255, 0.98) 48%, rgba(18, 136, 7, 0.26));
	color: #0f3f2f;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.rv-lead-modal__flag-circle {
	position: relative;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border-radius: 50%;
	background:
		linear-gradient(180deg, #ff8f1f 0 33.33%, #ffffff 33.33% 66.66%, #128807 66.66% 100%);
	box-shadow: 0 8px 22px rgba(12, 31, 25, 0.12);
}

.rv-lead-modal__flag-circle span {
	position: absolute;
	inset: 18px;
	border: 2px solid #1f4aa8;
	border-radius: 50%;
}

.rv-lead-modal__site {
	display: block;
	margin-bottom: 6px;
	color: #102f26;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.03em;
}

.rv-lead-modal__dialog h2 {
	margin: 16px auto 8px;
	font-size: clamp(26px, 4vw, 40px);
	line-height: 1.08;
	text-align: center;
}

.rv-lead-modal__flag {
	width: min(240px, 70%);
	height: 5px;
	margin: 0 auto 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ff8f1f 0 33.33%, #ffffff 33.33% 66.66%, #128807 66.66% 100%);
	box-shadow: 0 1px 6px rgba(12, 31, 25, 0.12);
}

.rv-lead-modal__dialog p {
	color: var(--rv-muted);
	font-family: "Trebuchet MS", sans-serif;
}

.rv-lead-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 42px;
	height: 42px;
	padding: 0;
	border-radius: 50%;
	background: #142f28;
	color: #fff;
	font-size: 28px;
	line-height: 1;
}

.rv-lead-form,
.rv-lead-form__grid,
.rv-lead-fields {
	display: grid;
	gap: 12px;
}

.rv-lead-form__grid,
.rv-lead-fields.is-active {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rv-lead-fields {
	display: none;
}

.rv-lead-fields.is-active {
	display: grid;
}

.rv-lead-form label {
	display: grid;
	gap: 7px;
	color: #41524b;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.rv-lead-form input,
.rv-lead-form select,
.rv-lead-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 13px;
	border: 1px solid #d9ddcf;
	border-radius: 14px;
	background: #fff;
	color: var(--rv-text);
}

.rv-blog-hero {
	margin-bottom: 26px;
	padding: 34px;
	border: 1px solid var(--rv-border);
	border-radius: 28px;
	background: var(--rv-surface);
	box-shadow: var(--rv-shadow);
}

.rv-blog-hero span,
.rv-blog-meta {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rv-gold-dark);
}

.rv-blog-hero p {
	max-width: 760px;
	margin: 10px 0 0;
	color: var(--rv-muted);
}

.rv-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.rv-blog-card {
	overflow: hidden;
	border: 1px solid var(--rv-border);
	border-radius: 22px;
	background: var(--rv-surface);
	box-shadow: 0 14px 42px rgba(12, 31, 25, 0.08);
}

.rv-blog-card__image img,
.rv-blog-card__placeholder {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.rv-blog-card__placeholder {
	display: grid;
	place-items: center;
	background: #e9efe8;
	color: var(--rv-green);
	font-weight: 800;
}

.rv-blog-card__body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
}

.rv-blog-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.rv-blog-card h2 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.18;
}

.rv-blog-card h3 {
	margin: 0;
	font-size: 24px;
	line-height: 1.18;
}

.rv-blog-card p,
.rv-article__header p,
.rv-article__content {
	color: var(--rv-muted);
}

.rv-blog-card__link {
	display: inline-flex;
	margin-top: 10px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: 800;
	color: var(--rv-green);
}

.rv-activity-booking__info {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: 18px;
	margin: 16px 0 20px;
}

.rv-activity-booking__rate,
.rv-activity-pricing {
	border: 1px solid var(--rv-border);
	border-radius: 22px;
	background: #f8faf7;
}

.rv-activity-booking__rate {
	display: grid;
	gap: 6px;
	align-content: center;
	padding: 22px;
}

.rv-activity-booking__rate strong {
	font-size: clamp(28px, 4vw, 40px);
	line-height: 1;
	color: var(--rv-green-dark);
}

.rv-activity-booking__rate span,
.rv-activity-booking__meta span,
.rv-activity-pricing__row span {
	font-family: "Trebuchet MS", sans-serif;
	color: var(--rv-muted);
}

.rv-activity-booking__meta {
	display: grid;
	gap: 10px;
	align-content: center;
}

.rv-activity-booking__meta span {
	padding: 12px 14px;
	border: 1px solid var(--rv-border);
	border-radius: 16px;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
}

.rv-activity-pricing {
	display: grid;
	gap: 0;
	overflow: hidden;
}

.rv-activity-pricing__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 18px;
	border-bottom: 1px solid var(--rv-border);
}

.rv-activity-pricing__row:last-child {
	border-bottom: 0;
}

.rv-activity-pricing__row strong {
	color: var(--rv-green-dark);
	font-size: 17px;
	text-align: right;
}

.rv-activity-pricing__row--total {
	background: #eef5f0;
}

.rv-activity-pricing__row--total strong {
	font-size: 22px;
}

.rv-blog-pagination {
	margin-top: 28px;
}

.rv-article {
	max-width: 920px;
	margin: 0 auto;
	padding: 34px;
	border: 1px solid var(--rv-border);
	border-radius: 28px;
	background: var(--rv-surface);
	box-shadow: var(--rv-shadow);
}

.rv-article__header {
	margin-bottom: 24px;
}

.rv-article__image {
	overflow: hidden;
	margin-bottom: 26px;
	border-radius: 22px;
}

.rv-article__image img {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
}

.rv-article__content {
	font-size: 18px;
	line-height: 1.9;
}

.rv-article__content h2,
.rv-article__content h3 {
	color: var(--rv-text);
	line-height: 1.2;
}

.rv-article__content a {
	color: var(--rv-green);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rv-article__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
	padding-top: 22px;
	border-top: 1px solid var(--rv-border);
}

.search .rv-page__card {
	min-height: 320px;
}

.rv-search-form--search {
	margin: 24px 0 32px;
}

.error404 .rv-page__card,
.search .rv-page__card {
	max-width: none;
}

@media (max-width: 1180px) {
	.rv-carousel--destinations .rv-carousel__track {
		grid-auto-columns: minmax(260px, calc((100% - 24px) / 2));
	}

	.rv-grid,
	.rv-feature-grid,
	.rv-trust-grid,
	.rv-team-grid,
		.rv-feedback-grid,
		.rv-destination-grid,
		.rv-footer-posts__grid,
		.rv-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rv-hero__grid,
	.rv-seo-grid,
	.rv-builder-spotlight,
	.rv-plan-cta,
	.rv-plan-trust__grid,
	.rv-plan-form-shell__intro {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1240px) and (min-width: 981px) {
	.rv-brand {
		max-width: 250px;
	}

	.rv-brand__tag {
		display: none;
	}

	.rv-header-seva {
		max-width: 145px;
		padding: 7px 10px;
		font-size: 9px;
	}

	.rv-menu ul {
		gap: 8px;
		font-size: 12px;
	}

	.rv-nav__actions .rv-button,
	.rv-nav__actions .rv-search-trigger {
		padding: 9px 10px;
	}
}

@media (max-width: 980px) {
	body.rv-menu-open {
		overflow: hidden;
	}

	body {
		padding-bottom: 76px;
	}

	.rayvia-vendor-hero-grid,
	.rayvia-dashboard-grid--compact {
		grid-template-columns: 1fr;
	}

	.rv-topbar {
		display: none;
	}

	.rv-topbar__row {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 3px;
		padding: 4px 0;
	}

	.rv-topbar__info {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 5px;
		width: 100%;
	}

	.rv-topbar__info a:not(:first-child) {
		display: none;
	}

	.rv-topbar__info a,
	.rv-topbar__office span {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.rv-topbar__info a {
		justify-content: center;
		padding: 4px 6px;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.1);
	}

	.rv-topbar__office {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		width: 100%;
		overflow: hidden;
		font-weight: 800;
	}

	.rv-topbar__office > span:first-child {
		max-width: 100%;
	}

	.rv-topbar__trust {
		display: none;
	}

	.rv-site-header {
		background: rgba(250, 252, 248, 0.98);
		box-shadow: 0 12px 30px rgba(12, 31, 25, 0.12);
	}

	.rv-menu-toggle {
		display: none !important;
	}

	.rv-menu-toggle span {
		background: #ffffff;
	}

	.rv-nav {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		align-items: center;
		gap: 8px;
		min-height: 62px;
		padding: 8px 0 7px;
	}

	.rv-brand {
		grid-column: 1;
		flex: 1 1 auto;
		max-width: 100%;
	}

	.rv-brand__main {
		display: grid;
		grid-template-columns: 48px minmax(132px, 1fr) 48px;
		align-items: center;
		gap: 8px;
		justify-content: center;
		text-align: center;
	}

	.rv-brand__logo {
		justify-self: start;
	}

	.rv-header-seva {
		position: static;
		left: auto;
		bottom: auto;
		transform: none;
		grid-column: 2;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		justify-self: center;
		flex: 0 0 auto;
		width: 150px;
		min-width: 132px;
		max-width: 150px;
		min-height: 30px;
		max-height: 34px;
		margin: 0;
		padding: 6px 9px;
		font-size: 7.6px;
		line-height: 1.2;
		letter-spacing: 0.03em;
	}

	.rv-menu {
		position: static;
		grid-column: 1 / -1;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
		width: 100%;
		max-height: none;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 6px 0 8px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.rv-menu::before {
		content: none;
	}

	.rv-menu::-webkit-scrollbar {
		display: none;
	}

	.rv-menu.is-open {
		display: flex;
	}

	.rv-menu ul,
	.rv-nav__actions {
		flex-direction: row;
		align-items: center;
		gap: 8px;
		width: max-content;
		min-width: max-content;
	}

	.rv-menu a,
	.rv-nav__actions a {
		display: inline-flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
		width: auto;
		min-height: 38px;
		padding: 9px 11px;
		border: 1px solid rgba(18, 60, 58, 0.09);
		border-radius: 15px;
		background: linear-gradient(180deg, #ffffff 0%, #f5f9f4 100%);
		color: #123c3a;
		box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.78);
		font-size: 12px;
		font-weight: 900;
		line-height: 1.2;
	}

	.rv-menu a::before,
	.rv-nav__actions a::before {
		content: "";
		width: 22px;
		height: 22px;
		flex: 0 0 22px;
		border-radius: 8px;
		background:
			linear-gradient(135deg, rgba(255, 143, 31, 0.96), rgba(255, 255, 255, 0.92) 49%, rgba(18, 136, 7, 0.96)),
			#123c3a;
		box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72), 0 6px 12px rgba(18, 60, 58, 0.16);
	}

	.rv-menu a:empty,
	.rv-menu .sub-menu:empty {
		display: none !important;
	}

	.rv-menu .sub-menu {
		display: none;
	}

	.rv-menu .sub-menu a {
		min-height: 42px;
		padding: 10px 12px;
		border-radius: 13px;
		background: #ffffff;
		font-size: 13px;
	}

	.rv-brand__logo img {
		max-height: 42px;
		max-width: 54px;
		object-fit: contain;
	}

	.rv-brand__tag {
		display: none;
	}

	.rv-grid,
	.rv-testimonial-grid,
	.rv-quick-links__grid,
	.rv-home-content-grid {
		grid-template-columns: 1fr 1fr;
	}

	.rv-mobile-app-nav {
		position: fixed;
		left: 10px;
		right: 10px;
		bottom: max(8px, env(safe-area-inset-bottom));
		z-index: 130;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 6px;
		padding: 7px;
		border: 1px solid rgba(18, 60, 58, 0.1);
		border-radius: 22px;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 16px 42px rgba(12, 31, 25, 0.18);
		backdrop-filter: blur(16px);
	}

	.rv-mobile-app-nav a {
		display: grid;
		place-items: center;
		gap: 3px;
		min-width: 0;
		padding: 8px 4px;
		border-radius: 16px;
		color: #123c3a;
		font-family: "Trebuchet MS", sans-serif;
		font-size: 11px;
		font-weight: 900;
		line-height: 1;
	}

	.rv-mobile-app-nav a:nth-child(3) {
		background: linear-gradient(180deg, #123c3a, #0b2f2c);
		color: #fff;
		box-shadow: 0 8px 18px rgba(18, 60, 58, 0.18);
	}

	.rv-mobile-app-nav span {
		width: 20px;
		height: 20px;
		border-radius: 8px;
		background:
			linear-gradient(135deg, rgba(255, 143, 31, 0.96), rgba(255, 255, 255, 0.92) 48%, rgba(18, 136, 7, 0.96)),
			#123c3a;
		box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.7);
	}

	.rayvia-people-page__cta {
		grid-template-columns: 1fr;
	}

	.rv-section--plugin-reviews .sb-feed-posts {
		grid-auto-columns: minmax(280px, calc((100% - 22px) / 2));
	}

	.rv-carousel__track {
		grid-auto-columns: minmax(250px, calc((100% - 18px) / 2));
		gap: 18px;
	}

	.rv-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rv-plan-hero {
		min-height: 560px;
	}

	.rv-plan-form-shell__intro {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 20px;
		align-items: start;
	}

	.rv-plan-form-shell__intro .rv-title {
		font-size: clamp(26px, 8vw, 34px);
		line-height: 1.08;
	}

	.rv-plan-form-shell__intro p {
		font-size: 14px;
		line-height: 1.6;
	}

	.rv-plan-cta__media,
	.rv-plan-cta__media img,
	.rv-plan-cta__slide img {
		min-height: 260px;
	}

	.rv-plan-form-shell__links {
		width: 100%;
		min-width: 0;
		grid-template-columns: 1fr;
	}

	.rv-plan-form-shell__builder {
		padding: 12px;
	}
}

@media (max-width: 720px) {
	.rv-carousel--destinations .rv-carousel__track {
		grid-auto-columns: minmax(260px, 86%);
	}

	.rv-container {
		width: min(100% - 20px, 1240px);
	}

	.rv-title {
		font-size: 34px;
	}

	.rv-section {
		padding: 46px 0;
	}

	.rv-hero {
		display: block;
		min-height: auto;
		padding: 0 0 24px;
		background:
			linear-gradient(180deg, rgba(255, 143, 31, 0.1), rgba(255, 255, 255, 0.96) 52%, rgba(18, 136, 7, 0.1));
	}

	.rv-hero__grid {
		display: grid;
		min-height: auto;
		align-content: stretch;
		align-items: stretch;
		gap: 0;
		padding-top: 0;
	}

	.rv-hero__slides,
	.rv-hero__overlay {
		height: 58svh;
		min-height: 360px;
		bottom: auto;
	}

	.rv-hero__story {
		position: relative;
		display: grid;
		min-height: max(58svh, 360px);
		align-content: end;
		padding: 22px 0 18px;
		overflow: hidden;
	}

	.rv-hero__overlay {
		background:
			linear-gradient(180deg, rgba(7, 18, 25, 0.02) 0%, rgba(7, 18, 25, 0.18) 38%, rgba(7, 18, 25, 0.74) 100%),
			linear-gradient(115deg, rgba(255, 143, 31, 0.32), rgba(255, 255, 255, 0.04) 42%, rgba(18, 136, 7, 0.34));
	}

	.rv-hero__slide {
		background-position: center 58%;
	}

	.rv-hero__slide img {
		object-position: center 58%;
	}

	.rv-hero__panel,
	.rv-card__body,
	.rv-feature,
	.rv-testimonial,
	.rv-page__card,
	.rv-promo-band,
	.rv-quick-links,
	.rv-destination-card__body {
		padding: 20px;
	}

	.rv-hero__panel {
		margin-top: 0;
		background:
			linear-gradient(135deg, rgba(255, 143, 31, 0.14), rgba(255, 255, 255, 0.98) 44%, rgba(18, 136, 7, 0.14)),
			#fffdfa;
		border-color: rgba(18, 136, 7, 0.13);
		border-radius: 0 0 22px 22px;
		box-shadow: 0 12px 34px rgba(12, 31, 25, 0.12);
		transform: translateY(-1px);
	}

	.rv-promo-band {
		width: 100%;
		gap: 16px;
		text-align: left;
		display: grid;
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.rv-promo-band h3 {
		max-width: 100%;
		font-size: clamp(24px, 7.5vw, 32px);
		line-height: 1.14;
		overflow-wrap: normal;
		word-break: normal;
		hyphens: none;
	}

	.rv-promo-band p {
		max-width: 100%;
		font-size: 15px;
		line-height: 1.65;
		overflow-wrap: normal;
		word-break: normal;
		hyphens: none;
	}

	.rv-promo-band .rv-button {
		width: 100%;
		justify-content: center;
		padding-inline: 14px;
		text-align: center;
		white-space: normal;
		overflow-wrap: normal;
		word-break: normal;
	}

	.rv-hero__content {
		min-height: 0;
		align-items: end;
		padding: 0;
	}

	.rv-hero__content-slide {
		max-width: min(100%, 420px);
		align-self: end;
		padding: 16px;
		border: 1px solid rgba(255, 255, 255, 0.34);
		border-left: 4px solid #ff8f1f;
		border-radius: 18px;
		background: linear-gradient(135deg, rgba(8, 24, 30, 0.64), rgba(8, 24, 30, 0.34));
		box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
		backdrop-filter: blur(8px);
	}

	.rv-hero__actions {
		justify-content: flex-start;
		gap: 8px;
	}

	.rv-hero__actions .rv-button,
	.rv-hero__actions .rv-button--secondary {
		min-height: 40px;
		padding: 10px 13px;
		font-size: 12px;
	}

	.rv-hero__content .rv-title {
		max-width: 14ch;
		margin-bottom: 8px;
		font-size: clamp(26px, 8.6vw, 36px);
		line-height: 1.04;
	}

	.rv-hero__content .rv-lead {
		display: -webkit-box;
		max-width: 32ch;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		font-size: 13px;
		line-height: 1.45;
	}

	.rv-hero__content .rv-eyebrow {
		margin-bottom: 8px;
		padding: 7px 10px;
		font-size: 10px;
	}

	.rv-nav {
		gap: 10px;
	}

	.rv-brand__wordmark,
	.rv-footer__logo {
		font-size: 22px;
	}

	.rv-menu-toggle strong {
		display: none;
	}

	.rv-menu-toggle {
		width: 44px;
		height: 44px;
		justify-content: center;
		border-radius: 14px;
		padding: 0;
	}

	.rv-card__media {
		max-height: 160px;
	}

	.rv-card__body {
		padding: 14px;
	}

	.rv-card__title {
		font-size: 18px;
	}

	.rv-blog-hero,
	.rv-article {
		padding: 22px;
		border-radius: 22px;
	}

	.rv-activity-booking__info {
		grid-template-columns: 1fr;
	}

	.rv-activity-pricing__row {
		align-items: flex-start;
		flex-direction: column;
	}

	.rv-blog-grid {
		grid-template-columns: 1fr;
	}

	.rv-blog-card h2 {
		font-size: 22px;
	}

	.rv-article__content {
		font-size: 16px;
	}

	.rv-article__footer {
		flex-direction: column;
	}

	.rv-search-form,
	.rv-inline-fields,
	.rv-grid,
	.rv-feature-grid,
	.rv-team-grid,
	.rv-feedback-grid,
	.rv-testimonial-grid,
	.rv-destination-grid,
	.rv-trust-grid,
		.rv-plan-trust__grid,
		.rv-plan-form-shell__links,
		.rv-quick-links__grid,
		.rv-home-content-grid,
		.rv-footer-posts__grid,
		.rayvia-driver-thankyou__grid,
		.rv-footer__grid {
		grid-template-columns: 1fr;
	}

		.rv-card__footer,
		.rv-section__head,
		.rv-footer-posts__head,
		.rv-footer__bottom,
	.rv-topbar__row,
	.rv-promo-band {
		flex-direction: column;
		align-items: flex-start;
	}

	.rv-search-form__field--full {
		grid-column: auto;
	}

	.rv-topbar__office {
		display: grid;
		gap: 6px;
	}

	.rv-topbar__trust {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}

	.rv-carousel__track {
		grid-auto-columns: minmax(82%, 82%);
		gap: 16px;
	}

	.rv-carousel--destinations .rv-carousel__track,
	.rv-carousel__track--content {
		grid-auto-columns: minmax(82%, 82%);
	}

	.rv-section--plugin-reviews .sb-feed-posts {
		grid-auto-columns: minmax(86%, 86%);
		gap: 16px;
	}

	.rv-carousel__nav {
		display: none;
	}

	.rayvia-feedback-form,
	.rayvia-driver-form {
		grid-template-columns: 1fr;
	}

	.rv-section--builder {
		padding: 16px 0 58px;
	}

	.rv-builder-spotlight {
		border-radius: 24px;
		padding: 20px;
	}

	.rv-builder-embed {
		margin-top: 16px;
		padding: 10px;
		border-radius: 22px;
	}

	.rv-builder-spotlight__panel {
		grid-template-columns: 1fr;
	}

	.rv-builder-spotlight__panel div {
		min-height: 98px;
	}

	.rv-section--plan-cta {
		padding: 42px 0;
	}

	.rv-plan-cta,
	.rv-plan-form-shell__intro,
	.rv-plan-form-shell__builder {
		padding: 18px;
		border-radius: 22px;
	}

	.rv-plan-cta__caption {
		inset: auto 12px 12px;
		padding: 12px;
		border-radius: 16px;
	}

	.rv-plan-cta__caption strong {
		font-size: 18px;
	}

	.rv-plan-cta__caption span {
		font-size: 12px;
	}

	.rv-plan-hero {
		min-height: 520px;
	}

	.rv-plan-hero__content {
		padding: 74px 0;
	}

	.rv-plan-cta__actions .rv-button,
	.rv-plan-hero__actions .rv-button,
	.rv-plan-form-shell__links a {
		width: 100%;
		justify-content: center;
	}
}

.rv-card,
.rv-feature,
.rv-testimonial,
.rv-destination-card,
.rv-quick-links,
.rv-plan-cta,
.rv-plan-trust__grid,
.rv-plan-form-shell,
.rv-promo-band,
.rv-footer,
.rv-card *,
.rv-destination-card *,
.rv-quick-links *,
.rv-plan-cta *,
.rv-plan-form-shell *,
.rv-footer * {
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: normal;
}

.rv-card__media::after {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.64);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 10px 24px rgba(12, 31, 25, 0.16);
	color: var(--rv-green-dark);
	content: "Rayvia";
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.rv-card__title,
.rv-card__excerpt,
.rv-card__meta span,
.rv-card__price,
.rv-destination-card h3,
.rv-destination-card p,
.rv-feature h3,
.rv-feature p,
.rv-testimonial p,
.rv-quick-links__grid a,
.rv-footer__menu a,
.rv-footer p,
.rv-button,
.rv-search-form label,
.rv-search-form input,
.rv-search-form select {
	max-width: 100%;
	overflow-wrap: anywhere;
	white-space: normal;
}

.rv-card__footer {
	min-width: 0;
}

.rv-card__price {
	line-height: 1.15;
}

.rv-search-form select {
	text-overflow: ellipsis;
}

.rv-promo-band,
.rv-promo-band * {
	min-width: 0;
	word-break: normal;
	overflow-wrap: normal;
}

.rv-promo-band h3 {
	max-width: 760px;
	line-height: 1.16;
}

.rv-promo-band p {
	max-width: 680px;
	line-height: 1.7;
}

@media (max-width: 560px) {
	.rv-nav {
		gap: 8px;
	}

	.rv-brand__logo img {
		max-height: 38px;
	}

	.rv-header-seva {
		max-width: 150px;
		padding: 5px 7px;
		font-size: 8.5px;
	}

	.rv-menu-toggle {
		width: 40px;
		height: 40px;
	}

	.rv-hero__grid {
		padding-top: 0;
	}

	.rv-hero__story {
		min-height: max(56svh, 340px);
		padding: 18px 0 14px;
	}

	.rv-hero__content-slide {
		padding: 13px;
		border-radius: 16px;
	}

	.rv-hero__content .rv-title {
		font-size: clamp(24px, 8vw, 32px);
	}

	.rv-hero__actions {
		flex-wrap: wrap;
	}

	.rv-lead-modal__brand {
		grid-template-columns: 48px minmax(0, 1fr) 48px;
		margin: 0 34px 0;
		gap: 8px;
	}

	.rv-lead-modal__logo,
	.rv-lead-modal__flag-circle {
		width: 48px;
		height: 48px;
	}

	.rv-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.rv-card__footer .rv-button,
	.rv-promo-band .rv-button,
	.rv-builder-spotlight .rv-button {
		width: 100%;
	}

	.rv-footer-tribute {
		grid-template-columns: 64px minmax(48px, 64px) 64px;
		gap: 8px;
		max-width: 220px;
	}

	.rv-footer-tribute__circle {
		width: 64px;
		height: 64px;
	}

	.rv-footer-tribute__soldier {
		min-height: 68px;
	}

	.rv-soldier-icon {
		transform: scale(0.82);
		transform-origin: bottom center;
	}

	.rv-floating-actions {
		right: 10px;
		bottom: 12px;
		gap: 8px;
	}

	.rv-float-btn {
		width: 44px;
		height: 44px;
	}

	.rv-float-btn--lead {
		min-width: 72px;
		font-size: 12px;
	}

	.rv-lead-modal {
		padding: 10px;
	}

	.rv-lead-modal__dialog {
		padding: 18px;
		border-radius: 20px;
	}

	.rv-lead-form__grid,
	.rv-lead-fields.is-active {
		grid-template-columns: 1fr;
	}
}

/* Homepage destination highlights: final override so older carousel/card rules cannot win. */
.rv-home-destinations .rv-carousel__track {
	grid-auto-columns: minmax(250px, calc((100% - 72px) / 4)) !important;
	align-items: stretch;
}

.rv-home-destinations .rv-destination-card {
	display: flex !important;
	flex-direction: column !important;
	overflow: hidden;
	min-height: 100%;
	border: 1px solid #eadfce;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
}

.rv-home-destinations .rv-destination-card__media {
	aspect-ratio: 16 / 10 !important;
	min-height: 0 !important;
	max-height: 190px;
}

.rv-home-destinations .rv-destination-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rv-home-destinations .rv-destination-card__brand {
	position: absolute;
	left: 14px;
	top: 14px;
	right: auto;
	bottom: auto;
	display: inline-flex;
	padding: 8px 11px;
	border-radius: 999px;
	background: rgba(17, 24, 39, 0.72);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.rv-home-destinations .rv-destination-card__body {
	display: flex !important;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	padding: 20px 18px 22px !important;
	text-align: center;
}

.rv-home-destinations .rv-destination-card__body h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.25;
}

.rv-home-destinations .rv-destination-card__body p {
	margin: 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.65;
	min-height: 68px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rv-home-destinations .rv-destination-card__trust {
	display: block;
	color: #8a6746;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}

.rv-home-destinations .rv-destination-card__body .rv-button {
	margin-top: auto;
	padding: 10px 14px;
	min-height: 38px;
}

@media (max-width: 1180px) {
	.rv-home-destinations .rv-carousel__track {
		grid-auto-columns: minmax(250px, calc((100% - 24px) / 2)) !important;
	}
}

@media (max-width: 720px) {
	.rv-home-destinations .rv-carousel__track {
		grid-auto-columns: minmax(250px, 86%) !important;
	}
}

/* Cache-resistant destination carousel fix: works even if old homepage HTML is cached. */
.rv-carousel--destinations .rv-carousel__track {
	grid-auto-columns: minmax(250px, calc((100% - 72px) / 4)) !important;
	align-items: stretch !important;
}

.rv-carousel--destinations .rv-destination-card {
	display: flex !important;
	flex-direction: column !important;
	overflow: hidden !important;
	min-height: 100% !important;
	border: 1px solid #eadfce !important;
	border-radius: 20px !important;
	background: #fff !important;
	box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08) !important;
}

.rv-carousel--destinations .rv-destination-card__media {
	aspect-ratio: 16 / 10 !important;
	min-height: 0 !important;
	max-height: 190px !important;
	height: auto !important;
}

.rv-carousel--destinations .rv-destination-card__media img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}

.rv-carousel--destinations .rv-destination-card__label {
	display: none !important;
}

.rv-carousel--destinations .rv-destination-card__brand {
	position: absolute !important;
	left: 14px !important;
	top: 14px !important;
	right: auto !important;
	bottom: auto !important;
	display: inline-flex !important;
	padding: 8px 11px !important;
	border-radius: 999px !important;
	background: rgba(17, 24, 39, 0.72) !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em !important;
	text-transform: uppercase !important;
}

.rv-carousel--destinations .rv-destination-card__body {
	display: flex !important;
	flex: 1 !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 10px !important;
	padding: 20px 18px 22px !important;
	text-align: center !important;
}

.rv-carousel--destinations .rv-destination-card__body h3 {
	margin: 0 !important;
	font-size: 20px !important;
	line-height: 1.25 !important;
}

.rv-carousel--destinations .rv-destination-card__body p {
	margin: 0 !important;
	color: #667085 !important;
	font-size: 14px !important;
	line-height: 1.65 !important;
	min-height: 68px !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.rv-carousel--destinations .rv-destination-card__trust {
	display: block !important;
	color: #8a6746 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.5 !important;
}

.rv-carousel--destinations .rv-destination-card__body .rv-button {
	margin-top: auto !important;
	padding: 10px 14px !important;
	min-height: 38px !important;
}

@media (max-width: 1180px) {
	.rv-carousel--destinations .rv-carousel__track {
		grid-auto-columns: minmax(250px, calc((100% - 24px) / 2)) !important;
	}
}

@media (max-width: 720px) {
	.rv-carousel--destinations .rv-carousel__track {
		grid-auto-columns: minmax(250px, 86%) !important;
	}
}

.rv-sewa-promise {
	background: #f8fbf7;
}

.rv-sewa-promise__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: 28px;
	align-items: stretch;
}

.rv-sewa-promise__story,
.rv-sewa-promise__points div {
	border: 1px solid #dfe9dc;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(17, 24, 39, 0.06);
}

.rv-sewa-promise__story {
	padding: 32px;
}

.rv-sewa-promise__story .rv-lead {
	max-width: 760px;
}

.rv-sewa-promise__actions,
.rayvia-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.rv-sewa-promise__points {
	display: grid;
	gap: 14px;
}

.rv-sewa-promise__points div {
	padding: 20px;
}

.rv-sewa-promise__points strong,
.rayvia-contact-promises span {
	display: block;
	color: #153d32;
	font-weight: 800;
}

.rv-sewa-promise__points span {
	display: block;
	margin-top: 7px;
	color: #667085;
	line-height: 1.65;
}

.rayvia-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: 20px;
	margin-top: 22px;
}

.rayvia-contact-card,
.rayvia-about-grid > div {
	padding: 22px;
	border: 1px solid #eadfce;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
}

.rayvia-contact-card h2,
.rayvia-about-grid h2 {
	margin-top: 0;
	color: #153d32;
}

.rayvia-contact-promises {
	display: grid;
	gap: 10px;
	margin: 18px 0;
}

.rayvia-contact-promises span {
	padding: 12px 14px;
	border-radius: 12px;
	background: #f8fbf7;
}

.rayvia-about-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

@media (max-width: 900px) {
	.rv-sewa-promise__grid,
	.rayvia-contact-grid,
	.rayvia-about-grid {
		grid-template-columns: 1fr;
	}
}

.rayvia-booking-form,
.rv-activity-booking-form {
	position: relative;
}

/* Rayvia deployment fixes: visible links, homepage card grids, referral page. */
.entry-content a,
.rv-section a:not(.rv-button):not(.button),
.rayvia-item a:not(.button),
.rayvia-seo-faq a,
.rayvia-internal-links a {
	color: #0b6b5e;
	font-weight: 700;
	text-decoration: none;
	text-underline-offset: 3px;
}

.entry-content a:hover,
.rv-section a:not(.rv-button):not(.button):hover,
.rayvia-item a:not(.button):hover,
.rayvia-seo-faq a:hover,
.rayvia-internal-links a:hover {
	color: #084c43;
	text-decoration: underline;
}

.rv-home-content-stack {
	display: grid;
	gap: 30px;
}

.rv-home-content-block {
	min-width: 0;
	padding: 24px;
	border: 1px solid #d8e6df;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbf7 100%);
	box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
}

.rv-home-content-block__head h3 {
	margin: 5px 0 0;
	color: #153d32;
	font-size: clamp(22px, 2.4vw, 30px);
	line-height: 1.2;
}

.rv-home-content-carousel {
	margin-top: 18px;
	overflow: visible;
}

.rv-home-content-carousel .rv-carousel__nav {
	display: inline-flex;
}

.rv-home-content-carousel .rv-carousel__track--home-content {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(280px, calc((100% - 36px) / 3));
	gap: 18px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.rv-home-content-carousel .rv-blog-card {
	height: 100%;
	overflow: hidden;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 32px rgba(17, 24, 39, 0.08);
	scroll-snap-align: start;
}

.rv-home-content-carousel .rv-blog-card__image {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	min-height: 0;
	overflow: hidden;
	background: #d8e6df;
}

.rv-home-content-carousel .rv-blog-card__image::after {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	background: rgba(21, 61, 50, 0.82);
	color: #fff;
	content: "Rayvia";
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.rv-home-content-carousel .rv-blog-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rv-home-content-carousel .rv-blog-card__body {
	display: flex;
	min-height: 230px;
	flex-direction: column;
	gap: 10px;
	padding: 17px;
	background: #fff;
	color: #101828;
	visibility: visible;
	opacity: 1;
}

.rv-home-content-carousel .rv-blog-card__body h3 {
	display: block;
	margin: 0;
	font-size: 18px;
	line-height: 1.3;
}

.rv-home-content-carousel .rv-blog-card__body p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: #475467;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.rayvia-refer-page {
	max-width: 1120px;
	margin: 0 auto;
	padding: 48px 16px 72px;
}

.rayvia-refer-page__hero {
	display: grid;
	gap: 16px;
	padding: 36px;
	border: 1px solid #d8e6df;
	border-radius: 8px;
	background: #f7fbf8;
}

.rayvia-refer-page__hero span {
	color: #0b6b5e;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
}

.rayvia-refer-page__hero h1 {
	max-width: 780px;
	margin: 0;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.04;
}

.rayvia-refer-page__hero p {
	max-width: 720px;
	margin: 0;
	color: #475467;
	font-size: 18px;
	line-height: 1.7;
}

.rayvia-refer-page__examples,
.rayvia-affiliate-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.rayvia-refer-page__examples div,
.rayvia-affiliate-stats div {
	padding: 18px;
	border: 1px solid #d8e6df;
	border-radius: 8px;
	background: #fff;
}

.rayvia-refer-page__examples strong,
.rayvia-affiliate-stats strong,
.rayvia-affiliate-stats b,
.rayvia-affiliate-stats span {
	display: block;
}

.rayvia-affiliate-dashboard {
	margin-top: 30px;
	padding: 24px;
	border: 1px solid #d8e6df;
	border-radius: 8px;
	background: #fff;
}

.rayvia-affiliate-dashboard input[readonly] {
	width: 100%;
	max-width: 620px;
}

.rayvia-referral-register,
.rayvia-referral-dashboard,
.rayvia-referral-auth,
.rayvia-referral-thanks {
	max-width: 1120px;
	margin: 0 auto;
	padding: 48px 16px 72px;
}

.rayvia-referral-register__copy,
.rayvia-referral-dashboard__hero,
.rayvia-referral-thanks__panel {
	display: grid;
	gap: 14px;
	padding: 28px;
	border: 1px solid #d8e6df;
	border-radius: 8px;
	background: #f7fbf8;
}

.rayvia-referral-register__copy span,
.rayvia-referral-dashboard__hero span,
.rayvia-referral-thanks__panel > span {
	color: #0b6b5e;
	font-weight: 800;
	text-transform: uppercase;
}

.rayvia-referral-register__copy h1,
.rayvia-referral-dashboard__hero h2,
.rayvia-referral-thanks__panel h1,
.rayvia-referral-auth h1 {
	margin: 0;
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.08;
}

.rayvia-referral-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
	padding: 22px;
}

.rayvia-referral-workflow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 8px;
}

.rayvia-referral-workflow div {
	padding: 13px;
	border: 1px solid #d8e6df;
	border-radius: 8px;
	background: #fff;
}

.rayvia-referral-workflow strong,
.rayvia-referral-workflow span {
	display: block;
}

.rayvia-referral-form label,
.rayvia-referral-dashboard__hero label,
.rayvia-referral-thanks__panel label,
.rayvia-referral-profile-form label {
	display: grid;
	gap: 7px;
	font-weight: 800;
	color: #344054;
}

.rayvia-referral-form input,
.rayvia-referral-dashboard__hero input,
.rayvia-referral-thanks__panel input,
.rayvia-referral-auth input[type="text"],
.rayvia-referral-auth input[type="password"],
.rayvia-referral-profile-form input {
	width: 100%;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	padding: 12px;
}

.rayvia-referral-copy-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: end;
}

.rayvia-referral-copy-row .button {
	min-height: 44px;
}

.rayvia-referral-form__login {
	grid-column: 1 / -1;
	margin: 0;
	font-weight: 700;
}

.rayvia-referral-profile {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.rayvia-referral-profile div {
	padding: 12px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #fff;
}

.rayvia-referral-profile strong,
.rayvia-referral-profile span {
	display: block;
	word-break: break-word;
}

.rayvia-referral-help {
	margin: 0;
	color: #475467;
	font-weight: 700;
	line-height: 1.6;
}

.rayvia-referral-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rayvia-referral-profile-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 22px 0;
	padding: 20px;
	border: 1px solid #d8e6df;
	border-radius: 8px;
	background: #fff;
}

.rayvia-referral-profile-form h3 {
	grid-column: 1 / -1;
	margin: 0;
}

.rayvia-referral-packages {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0 0 28px;
}

.rayvia-referral-package {
	display: grid;
	gap: 12px;
	padding: 18px;
	border: 1px solid #d8e6df;
	border-radius: 8px;
	background: #fff;
}

.rayvia-referral-package h4,
.rayvia-referral-package p {
	margin: 0;
}

.rayvia-referral-package label {
	display: grid;
	gap: 7px;
	font-weight: 800;
	color: #344054;
}

.rayvia-referral-package input {
	width: 100%;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	padding: 12px;
}

.rayvia-referral-package__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.rayvia-referral-package__stats span {
	padding: 9px;
	border: 1px solid #e4e7ec;
	border-radius: 8px;
	background: #f8fbf7;
	font-size: 13px;
	font-weight: 800;
}

.rayvia-referral-stats {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 14px;
	margin: 22px 0;
}

.rayvia-referral-stats div {
	padding: 16px;
	border: 1px solid #d8e6df;
	border-radius: 8px;
	background: #fff;
}

.rayvia-referral-stats span,
.rayvia-referral-stats strong {
	display: block;
}

.rayvia-responsive-table {
	overflow-x: auto;
	margin-bottom: 24px;
}

.rayvia-responsive-table table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

.rayvia-responsive-table th,
.rayvia-responsive-table td {
	padding: 12px;
	border: 1px solid #e4e7ec;
	text-align: left;
	vertical-align: top;
}

@media (max-width: 900px) {
	body {
		background: #f8fbf7;
	}

	.rv-section {
		padding-block: 34px;
	}

	.rv-home-content-carousel .rv-carousel__track--home-content {
		grid-auto-columns: minmax(260px, 86%);
		gap: 14px;
	}

	.rv-home-content-block {
		padding: 18px;
		border-radius: 16px;
	}

	.rv-home-content-carousel .rv-blog-card {
		border-radius: 16px;
	}

	.rv-team-card__avatar,
	.rv-team-card__initials {
		width: 120px;
		height: 120px;
	}

	.rv-home-content-grid,
	.rv-home-content-block .rv-carousel__track--content,
	.rayvia-refer-page__examples,
		.rayvia-affiliate-stats,
		.rayvia-referral-workflow,
		.rayvia-referral-form,
		.rayvia-referral-stats,
		.rayvia-referral-profile,
		.rayvia-referral-packages,
		.rayvia-referral-package__stats,
		.rayvia-referral-profile-form,
		.rayvia-referral-copy-row {
		grid-template-columns: 1fr;
	}

	.rayvia-refer-page__hero {
		padding: 24px;
	}
}

/* Final homepage polish: compact moving content sliders and premium SEO link grid. */
.rv-home-content-stack {
	gap: 22px;
}

.rv-home-content-block {
	padding: 20px;
	overflow: hidden;
}

.rv-home-content-block__head {
	gap: 14px;
}

.rv-home-content-block__head h3 {
	font-size: clamp(19px, 2vw, 25px);
}

.rv-home-content-carousel {
	position: relative;
	margin-top: 14px;
	overflow: hidden;
}

.rv-home-content-carousel .rv-carousel__track--home-content {
	display: flex !important;
	gap: 14px;
	overflow-x: auto !important;
	padding: 2px 2px 10px;
	scroll-behavior: smooth;
	scroll-padding-inline: 2px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.rv-home-content-carousel .rv-carousel__track--home-content::-webkit-scrollbar {
	height: 6px;
}

.rv-home-content-carousel .rv-carousel__track--home-content::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #c8d8d1;
}

.rv-home-content-carousel .rv-carousel__track--home-content > .rv-blog-card {
	flex: 0 0 calc((100% - 28px) / 3);
	min-width: 0;
	scroll-snap-align: start;
}

.rv-home-content-carousel .rv-blog-card {
	display: flex;
	min-height: 0;
	flex-direction: column;
	border-color: #dde8e3;
	box-shadow: 0 12px 24px rgba(17, 24, 39, 0.08);
}

.rv-home-content-carousel .rv-blog-card__image {
	aspect-ratio: 16 / 8.2;
	max-height: 148px;
}

.rv-home-content-carousel .rv-blog-card__image::after {
	padding: 6px 9px;
	background: rgba(21, 61, 50, 0.88);
	content: "Rayvia Travel";
	font-size: 10px;
}

.rv-home-content-carousel .rv-blog-card__body {
	min-height: 150px;
	gap: 8px;
	padding: 14px;
}

.rv-home-content-carousel .rv-blog-card__body h3 {
	display: -webkit-box;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.28;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.rv-home-content-carousel .rv-blog-card__body p {
	-webkit-line-clamp: 2;
}

.rv-home-content-carousel .rv-blog-card__meta {
	font-size: 11px;
}

.rv-home-content-carousel .rv-carousel__nav {
	z-index: 6;
	display: inline-flex !important;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(21, 61, 50, 0.18);
	background: rgba(255, 255, 255, 0.96);
	color: #153d32;
	box-shadow: 0 10px 22px rgba(17, 24, 39, 0.16);
}

.rv-home-content-carousel .rv-carousel__nav--prev {
	left: 8px;
}

.rv-home-content-carousel .rv-carousel__nav--next {
	right: 8px;
}

.rv-section--seo .rv-page__card,
.rv-section--alt .rv-seo-grid .rv-page__card {
	border-color: #dce9e2;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 247, 0.96)),
		radial-gradient(circle at top right, rgba(198, 168, 104, 0.16), transparent 32%);
	box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
}

.rv-section--seo .rv-quick-links__grid,
.rv-section--alt .rv-seo-grid .rv-quick-links__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.rv-section--seo .rv-quick-links__grid a,
.rv-section--alt .rv-seo-grid .rv-quick-links__grid a {
	position: relative;
	display: flex;
	min-height: 46px;
	align-items: center;
	gap: 9px;
	padding: 11px 13px;
	border: 1px solid #d8e6df;
	border-radius: 8px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbf7 100%);
	color: #153d32;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(17, 24, 39, 0.06);
}

.rv-section--seo .rv-quick-links__grid a::before,
.rv-section--alt .rv-seo-grid .rv-quick-links__grid a::before {
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 999px;
	background: #c6a868;
	content: "";
}

.rv-section--seo .rv-quick-links__grid a:hover,
.rv-section--alt .rv-seo-grid .rv-quick-links__grid a:hover {
	border-color: #153d32;
	background: #153d32;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

@media (max-width: 980px) {
	.rv-home-content-carousel .rv-carousel__track--home-content > .rv-blog-card {
		flex-basis: calc((100% - 14px) / 2);
	}

	.rv-section--seo .rv-quick-links__grid,
	.rv-section--alt .rv-seo-grid .rv-quick-links__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.rv-home-content-block {
		padding: 16px;
		border-radius: 14px;
	}

	.rv-home-content-block__head {
		align-items: flex-start;
	}

	.rv-home-content-carousel .rv-carousel__track--home-content > .rv-blog-card {
		flex-basis: 82%;
	}

	.rv-home-content-carousel .rv-blog-card__image {
		max-height: 128px;
	}

	.rv-home-content-carousel .rv-blog-card__body {
		min-height: 132px;
		padding: 12px;
	}

	.rv-home-content-carousel .rv-carousel__nav {
		width: 34px;
		height: 34px;
	}

	.rv-section--seo .rv-quick-links__grid,
	.rv-section--alt .rv-seo-grid .rv-quick-links__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.rv-section--seo .rv-quick-links__grid a,
	.rv-section--alt .rv-seo-grid .rv-quick-links__grid a {
		min-height: 42px;
		padding: 10px;
		font-size: 12px;
	}
}

.rayvia-booking-form::before,
.rv-activity-booking-form::before {
	content: "1 Select  \00a0\00a0  2 Traveller Details  \00a0\00a0  3 Price Review  \00a0\00a0  4 Checkout";
	display: block;
	margin: 0 0 14px;
	padding: 11px 13px;
	border: 1px solid #dfe9dc;
	border-radius: 14px;
	background: #f8fbf7;
	color: #153d32;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
}

.rayvia-admin-wrap .widefat td,
.rayvia-admin-wrap .widefat th {
	vertical-align: top;
}

.rayvia-self-empty {
	border: 1px solid #eadfce;
	border-radius: 16px;
	background: #fffaf4;
	color: #7c5c38;
}

.rv-archive-trust {
	margin-top: 32px;
}

.rv-archive-trust__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.rv-archive-trust__links a {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 9px 13px;
	border: 1px solid #dfe9dc;
	border-radius: 999px;
	background: #f8fbf7;
	color: #153d32;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.rv-archive-trust__links a:hover {
	border-color: #153d32;
	background: #153d32;
	color: #fff;
}

@media (max-width: 560px) {
	.rayvia-booking-form::before,
	.rv-activity-booking-form::before {
		content: "1 Select  |  2 Details  |  3 Review  |  4 Checkout";
		font-size: 11px;
	}
}

@media (max-width: 980px) {
	.rv-site-header {
		padding-top: env(safe-area-inset-top);
	}

	.rv-nav {
		position: relative;
		z-index: 132;
	}

	.rv-menu {
		z-index: 131;
	}

	.rv-menu.is-open {
		display: flex !important;
	}

	.rv-menu > ul,
	.rv-nav__actions {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.rv-menu li {
		display: block;
		min-height: 0;
	}

	.rv-menu a,
	.rv-nav__actions a {
		white-space: normal;
		overflow-wrap: normal;
		word-break: normal;
	}

	.rv-menu a:empty,
	.rv-menu li:empty,
	.rv-menu .sub-menu:empty {
		display: none !important;
		min-height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		border: 0 !important;
	}

	.rv-pwa-install {
		bottom: calc(86px + env(safe-area-inset-bottom));
		grid-template-columns: 42px minmax(0, 1fr) auto;
	}

	.rv-pwa-install__close {
		position: absolute;
		top: -10px;
		right: -8px;
	}

	.rv-floating-actions {
		right: 12px;
		bottom: calc(88px + env(safe-area-inset-bottom));
	}

	.rv-music-player {
		left: 12px;
		bottom: calc(148px + env(safe-area-inset-bottom));
	}

	.rv-music-player__button {
		min-height: 38px;
		padding: 8px 11px 8px 9px;
		font-size: 11px;
	}
}

@media (max-width: 420px) {
	.rv-brand__logo img {
		max-width: 46px;
		max-height: 38px;
	}

	.rv-header-seva {
		max-width: 112px;
		font-size: 7.2px;
	}

	.rv-mobile-app-nav a {
		font-size: 10px;
	}
}

/* Rayvia public image-card brand discipline. Future uploaded images inherit this on cards. */
:root {
	--rv-india-orange: #ff8f1f;
	--rv-india-green: #128807;
	--rv-rayvia-deep: #123c3a;
}

.rv-destination-card__brand,
.rv-destination-card__trust,
.rv-team-card__brand {
	display: none !important;
}

.rv-destination-card__media::after,
.rv-card__media::after,
.rv-blog-card__image::after,
.rv-home-content-carousel .rv-blog-card__image::after {
	content: none !important;
	display: none !important;
}

.rv-card__media,
.rv-destination-card__media,
.rv-blog-card__image,
.rv-fixed-home-card__media,
.rayvia-fixed-card__image,
.rayvia-luxe-card__media,
.rayvia-destination-card__media,
.rayvia-activity-card__media,
.rayvia-mmt-card__image,
.rayvia-related-card__media,
.rvt-tour__visual,
.rvt-fixed-hotel-card,
.rv-footer-post-card__media,
.rvt-tour__hotel-images,
.hotel-card__images,
.rv-team-card__avatar-shell,
.rvt-tour__gallery-item,
.rvt-fixed-hotel-card__media,
.wp-block-gallery figure,
.gallery-item {
	position: relative;
	overflow: hidden;
}

.rv-card__media::before,
.rv-destination-card__media::before,
.rv-blog-card__image::before,
.rv-fixed-home-card__media::before,
.rayvia-fixed-card__image::before,
.rayvia-luxe-card__media::before,
.rayvia-destination-card__media::before,
.rayvia-activity-card__media::before,
.rayvia-mmt-card__image::before,
.rayvia-related-card__media::before,
.rvt-tour__visual::before,
.rvt-fixed-hotel-card::before,
.rv-footer-post-card__media::before,
.rvt-tour__hotel-images::before,
.hotel-card__images::before,
.rv-team-card__avatar-shell::before,
.rvt-tour__gallery-item::before,
.rvt-fixed-hotel-card__media::before,
.wp-block-gallery figure::before,
.gallery-item::before {
	content: "Rayvia" !important;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 5px 11px;
	border: 1px solid rgba(255, 255, 255, .86);
	border-radius: 999px;
	background: linear-gradient(90deg, var(--rv-india-orange) 0 32%, #fff 32% 68%, var(--rv-india-green) 68% 100%);
	box-shadow: 0 10px 24px rgba(16, 24, 40, .2);
	color: var(--rv-rayvia-deep);
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .02em;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .55);
	pointer-events: none;
}

.rv-card__badge {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	left: auto !important;
	z-index: 10 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	max-width: 52% !important;
	min-height: 24px !important;
	padding: 5px 11px !important;
	overflow: hidden !important;
	border: 1px solid rgba(255, 255, 255, .78) !important;
	border-radius: 999px !important;
	background: rgba(18, 60, 58, .84) !important;
	box-shadow: 0 10px 24px rgba(16, 24, 40, .18) !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: .02em !important;
	line-height: 1 !important;
	text-overflow: ellipsis !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.rayvia-luxe-card__media {
	position: relative !important;
	overflow: hidden !important;
}

.rayvia-luxe-card__media::after {
	content: none !important;
	display: none !important;
}

.rayvia-luxe-card__badge {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	bottom: auto !important;
	left: auto !important;
	z-index: 12 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	max-width: 52% !important;
	min-height: 24px !important;
	padding: 5px 11px !important;
	overflow: hidden !important;
	border: 1px solid rgba(255, 255, 255, .78) !important;
	border-radius: 999px !important;
	background: rgba(18, 60, 58, .84) !important;
	box-shadow: 0 10px 24px rgba(16, 24, 40, .18) !important;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: .02em !important;
	line-height: 1 !important;
	text-overflow: ellipsis !important;
	text-transform: uppercase !important;
	transform: none !important;
	white-space: nowrap !important;
}

.rayvia-luxe-card__body .rayvia-luxe-card__badge {
	display: none !important;
}

.rv-card__media,
.rv-destination-card__media {
	max-height: 158px;
}

.rv-home-content-carousel .rv-blog-card__image,
.rv-blog-card__image {
	max-height: 138px;
}

.rvt-tour__gallery-item,
.rvt-fixed-hotel-card__media {
	display: block;
	overflow: hidden;
	border-radius: 18px;
}

.rvt-tour__gallery-item img,
.rvt-fixed-hotel-card__media img {
	display: block;
	width: 100%;
	height: 132px;
	object-fit: cover;
}

.rvt-fixed-hotel-card__media img {
	height: 180px;
}

.rv-destination-card__body p,
.rv-home-content-carousel .rv-blog-card__body p {
	min-height: 0 !important;
	-webkit-line-clamp: 2 !important;
}

.rv-home-destinations .rv-section__head h2 {
	display: none !important;
}

/* Unified public section heading polish. */
.rv-section__head {
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 12px !important;
	margin-bottom: 28px;
	text-align: center !important;
}

.rv-section__head > div {
	display: grid !important;
	max-width: 820px;
	gap: 10px !important;
	justify-items: center !important;
}

.rv-section__head .rv-button {
	margin-top: 2px;
}

.rv-eyebrow {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 8px 17px !important;
	border: 1px solid rgba(255, 255, 255, .78) !important;
	border-radius: 999px !important;
	background: linear-gradient(90deg, rgba(255, 143, 31, .18) 0 32%, rgba(255, 255, 255, .86) 32% 68%, rgba(18, 136, 7, .16) 68% 100%) !important;
	box-shadow: 0 10px 24px rgba(18, 60, 58, .08) !important;
	color: #123c3a !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	letter-spacing: .06em !important;
	text-align: center !important;
	text-transform: uppercase !important;
}

.rv-sewa-promise__story,
.rv-plan-cta__content,
.rv-home-content-block__head {
	align-items: center !important;
	justify-items: center !important;
	text-align: center !important;
}

.rv-sewa-promise__actions,
.rv-plan-cta__actions {
	justify-content: center !important;
}

.rv-team-intro {
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center !important;
}

.rv-section .rv-eyebrow,
.rv-promo-band .rv-eyebrow,
.rv-page__card .rv-eyebrow,
.rv-plan-cta__content .rv-eyebrow,
.rv-sewa-promise__story .rv-eyebrow {
	margin-right: auto !important;
	margin-left: auto !important;
}

.rv-section .rv-title--section,
.rv-page__card .rv-title--section,
.rv-promo-band h3 {
	max-width: 880px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center !important;
}

.rv-home-content-block__head {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 10px !important;
	justify-content: center !important;
}

.rv-home-content-block__head > div {
	display: grid !important;
	max-width: 760px !important;
	gap: 8px !important;
	justify-items: center !important;
}

.rv-home-content-block__head .rv-link-arrow {
	justify-self: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.rv-promo-band {
	grid-template-columns: 1fr !important;
	justify-items: center !important;
	text-align: center !important;
}

.rv-promo-band .rv-button {
	justify-self: center !important;
}

.rv-quick-links,
.rv-home-content-grid .rv-page__card,
.rv-section--team,
.rayvia-people-page__hero {
	text-align: center !important;
}

.rv-quick-links__grid {
	justify-content: center !important;
}

.rv-section--team .rv-section__head,
.rv-section--team .rv-container > div:first-child {
	justify-content: center !important;
	text-align: center !important;
}

/* Keep tour itinerary details readable and isolated from global polish rules. */
.rvt-tour__itinerary,
.rvt-tour__itinerary *,
.rvt-tour__day,
.rvt-tour__hotel,
.rvt-tour__hotel * {
	text-align: left !important;
}

.rvt-tour__itinerary {
	display: grid !important;
	gap: 14px !important;
}

.rvt-tour__day {
	display: block !important;
	overflow: visible !important;
	padding: 18px !important;
	border: 1px solid #eadfce !important;
	border-radius: 20px !important;
	background: #fffaf4 !important;
}

.rvt-tour__day > strong {
	display: block !important;
	margin: 0 0 8px !important;
	color: #101828 !important;
	font-size: 18px !important;
	line-height: 1.35 !important;
}

.rvt-tour__day .rvt-tour__subtext {
	display: block !important;
	margin: 0 0 10px !important;
	color: #8a6746 !important;
	font-weight: 800 !important;
}

.rvt-tour__day .rvt-tour__editor {
	display: block !important;
	overflow: visible !important;
	max-height: none !important;
	color: #344054 !important;
	line-height: 1.8 !important;
}

.rvt-tour__day .rvt-tour__editor p {
	display: block !important;
	margin: 0 0 10px !important;
	color: #344054 !important;
}

.rvt-tour__hotel-wrap {
	display: block !important;
	margin-top: 14px !important;
}

.rvt-tour__hotel {
	display: block !important;
	margin-top: 0 !important;
	padding: 12px !important;
	border: 1px solid #eadfce !important;
	border-radius: 14px !important;
	background: #fff !important;
}

.rvt-tour__hotel-images {
	display: grid !important;
	width: 100% !important;
	margin: 0 0 10px !important;
	grid-template-columns: 1.2fr 1fr 1fr !important;
	gap: 8px !important;
	overflow: visible !important;
}

.rvt-tour__hotel-images img {
	display: block !important;
	width: 100% !important;
	height: 118px !important;
	border-radius: 10px !important;
	filter: none !important;
	opacity: 1 !important;
	object-fit: cover !important;
}

.rvt-tour__hotel-images img:first-child {
	height: 138px !important;
}

.rvt-tour__hotel-note {
	display: block !important;
	margin-top: 6px !important;
	color: #8a6746 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.45 !important;
}

.rvt-tour__section .rvt-tour__download {
	display: inline-flex !important;
	width: max-content !important;
	margin: 0 0 14px !important;
}

@media (max-width: 760px) {
	.rvt-tour__hotel-images {
		grid-template-columns: 1fr !important;
	}

	.rvt-tour__hotel-images img,
	.rvt-tour__hotel-images img:first-child {
		height: 170px !important;
	}
}

@media (max-width: 640px) {
	.rv-card__media::before,
	.rv-destination-card__media::before,
	.rv-blog-card__image::before,
	.rv-fixed-home-card__media::before,
	.rayvia-fixed-card__image::before,
	.rayvia-luxe-card__media::before,
	.rayvia-destination-card__media::before,
	.rayvia-activity-card__media::before,
	.rayvia-mmt-card__image::before,
	.rayvia-related-card__media::before,
	.rvt-tour__visual::before,
	.rvt-fixed-hotel-card::before,
	.rv-footer-post-card__media::before,
	.rvt-tour__hotel-images::before,
	.hotel-card__images::before,
	.rv-team-card__avatar-shell::before,
	.rvt-tour__gallery-item::before,
	.rvt-fixed-hotel-card__media::before,
	.wp-block-gallery figure::before,
	.gallery-item::before {
		top: 8px;
		left: 8px;
		min-height: 22px;
		padding: 5px 9px;
		font-size: 10px;
	}

	.rv-card__badge {
		top: 8px !important;
		right: 8px !important;
		max-width: 50% !important;
		min-height: 22px !important;
		padding: 5px 9px !important;
		font-size: 10px !important;
	}

	.rayvia-luxe-card__badge {
		top: 8px !important;
		right: 8px !important;
		max-width: 50% !important;
		min-height: 22px !important;
		padding: 5px 9px !important;
		font-size: 10px !important;
	}
}
