/*
Theme Name: TourDrivers
Theme URI: https://example.com/tourdrivers
Author: TourDrivers
Description: A premium, responsive marketplace theme for private drivers, tours, and transfers.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: roamly
Tags: custom-logo, custom-menu, featured-images, accessibility-ready, translation-ready
*/

:root {
	--roamly-ink: #17352d;
	--roamly-green: #234f42;
	--roamly-cream: #f7f3e9;
	--roamly-paper: #fffdf8;
	--roamly-gold: #d3a65e;
	--roamly-gold-dark: #aa793d;
	--roamly-muted: #6f7e78;
	--roamly-border: #d8d9d3;
	--roamly-serif: Georgia, "Times New Roman", serif;
	--roamly-sans: Arial, Helvetica, sans-serif;
	--wp-admin--admin-bar--height: 32px;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 84px;
}

body {
	margin: 0;
	color: var(--roamly-ink);
	background: var(--roamly-paper);
	font-family: var(--roamly-sans);
	-webkit-font-smoothing: antialiased;
}

body.modal-open {
	overflow: hidden;
}

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

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

button {
	cursor: pointer;
}

.site-notice {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 14px 5vw;
	font-size: 13px;
	line-height: 1.45;
}

.site-notice svg {
	flex: 0 0 auto;
}

.site-notice strong {
	margin-right: 4px;
}

.site-notice--success {
	color: #153f32;
	background: #dff0e8;
	border-bottom: 1px solid #bddccd;
}

.site-notice--error {
	color: #7c2f28;
	background: #f8e4e1;
	border-bottom: 1px solid #e8c2bc;
}

a {
	color: inherit;
}

[hidden] {
	display: none !important;
}

.js-only {
	display: none !important;
}

.js .js-only {
	display: inline-flex !important;
}

.roamly-icon {
	display: block;
	flex: 0 0 auto;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
	position: fixed !important;
	z-index: 1000;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	color: #fff;
	background: var(--roamly-green);
	border-radius: 6px;
}

:where(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid rgba(211, 166, 94, 0.7);
	outline-offset: 3px;
}

/* Header */
.site-header {
	position: relative;
	z-index: 30;
	height: 76px;
	background: rgba(255, 253, 248, 0.97);
	border-bottom: 1px solid rgba(23, 53, 45, 0.08);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 1600px;
	height: 100%;
	padding: 0 4.5vw;
	margin: 0 auto;
}

.brand,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--roamly-ink);
	font: 700 25px var(--roamly-serif);
	text-decoration: none;
}

.custom-logo {
	display: block;
	width: auto;
	max-width: 190px;
	max-height: 50px;
}

.brand-mark {
	display: grid;
	width: 31px;
	height: 31px;
	place-items: center;
	color: #fff;
	background: var(--roamly-green);
	border-radius: 50% 50% 50% 10%;
	transform: rotate(-4deg);
}

.brand-mark svg {
	transform: rotate(4deg);
}

.primary-navigation {
	display: flex;
	align-items: center;
	gap: 32px;
	margin-left: clamp(48px, 6vw, 105px);
}

.primary-navigation .menu {
	display: flex;
	align-items: center;
	gap: 32px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation a,
.driver-link,
.request-quote-link {
	color: #385048;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.primary-navigation a:hover,
.driver-link:hover,
.request-quote-link:hover {
	color: var(--roamly-gold-dark);
}

.primary-navigation .request-quote-link {
	padding: 8px 13px;
	color: #fff;
	background: var(--roamly-green);
	border-radius: 999px;
}

.primary-navigation .request-quote-link:hover {
	color: #fff;
	background: #193d33;
}

.primary-navigation .driver-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #718079;
	font-size: 12px;
	font-weight: 700;
}

.primary-navigation .driver-link::before {
	width: 5px;
	height: 5px;
	background: var(--roamly-gold);
	border-radius: 50%;
	content: "";
}

.primary-navigation .driver-link:hover {
	color: var(--roamly-green);
}

.driver-link--mobile {
	display: none !important;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}

.header-actions > .header-service-link {
	display: inline-flex;
	padding: 6px 5px;
	align-items: center;
	gap: 7px;
	color: #718079;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.header-actions > .header-service-link::before {
	width: 5px;
	height: 5px;
	background: var(--roamly-gold);
	border-radius: 50%;
	content: "";
}

.header-actions > .header-service-link:hover {
	color: var(--roamly-green);
}

.header-actions > * {
	padding: 10px 13px;
	color: var(--roamly-ink);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.header-actions .language {
	display: flex;
	align-items: center;
	gap: 6px;
}

.currency-menu {
	position: relative;
}

.header-actions > .currency-menu {
	padding: 0;
}

.currency-menu > summary {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	list-style: none;
	color: var(--roamly-ink);
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	background: #f6f4ed;
	border: 1px solid #e1ded1;
	border-radius: 999px;
}

.currency-menu > summary::-webkit-details-marker {
	display: none;
}

.currency-menu__label,
.currency-menu__selected {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.currency-menu__selected img,
.currency-menu__panel img {
	width: 13px;
	height: 12px;
	object-fit: contain;
}

.currency-menu > select {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.currency-menu__panel {
	position: absolute;
	z-index: 40;
	top: calc(100% + 10px);
	right: 0;
	display: grid;
	width: 245px;
	max-height: min(520px, calc(100vh - 110px));
	padding: 8px;
	overflow-y: auto;
	background: #fffefb;
	border: 1px solid #deded4;
	border-radius: 14px;
	box-shadow: 0 18px 48px rgba(15, 42, 34, 0.18);
}

.currency-menu:not([open]) .currency-menu__panel {
	display: none;
}

.currency-menu__panel button {
	display: grid;
	grid-template-columns: 44px 30px 1fr;
	min-height: 42px;
	padding: 8px 10px;
	align-items: center;
	color: var(--roamly-ink);
	text-align: left;
	background: transparent;
	border: 0;
	border-radius: 8px;
}

.currency-menu__panel button:hover,
.currency-menu__panel button:focus-visible,
.currency-menu__panel button[aria-selected="true"] {
	background: #edf4ef;
}

.currency-menu__panel button strong {
	font-size: 12px;
}

.currency-menu__panel button > span {
	font-size: 12px;
}

.currency-menu__panel button small {
	color: var(--roamly-muted);
	font-size: 10px;
}

.account-menu {
	position: relative;
}

.header-actions > .account-menu {
	padding: 0;
}

.account-menu > summary {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	list-style: none;
	cursor: pointer;
	background: #f6f4ed;
	border: 1px solid #e1ded1;
	border-radius: 999px;
}

.account-menu > summary::-webkit-details-marker {
	display: none;
}

.account-menu__name {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: 12px;
	font-weight: 800;
}

.rly-header-notification-dot {
	display: inline-block;
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	background: #d94235;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(154, 35, 28, 0.12);
	box-sizing: content-box;
}

.rly-header-notification-dot[hidden] {
	display: none !important;
}

.account-menu__arrows {
	display: grid;
	width: 10px;
	height: 15px;
	align-content: center;
}

.account-menu__arrows svg {
	margin: -2px 0;
}

.account-menu__arrows .is-up {
	transform: rotate(180deg);
}

.account-menu__panel {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	display: grid;
	min-width: 200px;
	padding: 10px;
	background: #fffefb;
	border: 1px solid #deded4;
	border-radius: 14px;
	box-shadow: 0 18px 48px rgba(15, 42, 34, 0.18);
}

.account-menu__panel a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	color: var(--roamly-ink);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 9px;
}

.account-menu__panel a:hover {
	background: #edf4ef;
}

.header-actions .signup,
.mobile-account-actions .signup {
	padding: 12px 20px;
	color: #fff;
	background: var(--roamly-green);
	border-radius: 999px;
}

.mobile-account-actions,
.menu-button {
	display: none;
}

.menu-button {
	padding: 8px;
	color: var(--roamly-ink);
	background: transparent;
	border: 0;
}

.menu-button .close-icon {
	display: none;
}

.menu-button .mobile-app-grid-icon {
	display: none;
}

.mobile-nav-item__icon,
.mobile-nav-item__description {
	display: none;
}

.menu-button[aria-expanded="true"] .menu-icon {
	display: none;
}

.menu-button[aria-expanded="true"] .close-icon {
	display: block;
}

/* Hero */
.hero {
	position: relative;
	z-index: 1;
	display: flex;
	min-height: 680px;
	align-items: center;
	overflow: visible;
	background: url("assets/images/hero-driver-marketplace.jpg") center / cover no-repeat;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 33, 27, 0.9) 0%, rgba(11, 39, 32, 0.73) 36%, rgba(9, 29, 24, 0.12) 67%, rgba(9, 29, 24, 0.03));
}

.hero-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1600px;
	padding: 72px 4.5vw 54px;
	margin: 0 auto;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
	color: #f5dfb5;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font: 400 clamp(48px, 6.3vw, 89px) / 0.94 var(--roamly-serif);
	letter-spacing: -0.045em;
}

.hero-content > p {
	max-width: 520px;
	margin: 26px 0 35px;
	color: rgba(255, 255, 255, 0.82);
	font: 18px/1.55 var(--roamly-serif);
}

.search-panel {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(210px, 1.35fr) repeat(2, minmax(145px, 0.8fr)) minmax(190px, 1fr) auto;
	width: min(1180px, 100%);
	min-height: 92px;
	padding: 10px;
	align-items: center;
	background: rgba(255, 253, 248, 0.98);
	border-radius: 15px;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
}

.search-panel > label,
.search-panel > .country-picker,
.search-panel > .date-field {
	min-width: 0;
	padding: 7px 22px;
	border-right: 1px solid #dcded7;
}

.search-panel > label > span,
.search-panel .country-picker__label,
.search-panel .date-field > label {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
	color: #567068;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.search-panel input,
.search-panel select {
	width: 100%;
	min-height: 25px;
	color: var(--roamly-ink);
	font-size: 14px;
	font-weight: 700;
	background: transparent;
	border: 0;
	outline: none;
}

.search-panel :is(input, select):focus-visible {
	outline: 3px solid rgba(211, 166, 94, 0.82);
	outline-offset: 4px;
	border-radius: 4px;
}

.search-panel > button,
.quote-form > button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 21px 24px;
	color: #fff;
	font-weight: 800;
	white-space: nowrap;
	background: #c9924f;
	border: 0;
	border-radius: 11px;
	transition: background 0.2s ease, transform 0.2s ease;
}

.search-panel > button:hover,
.quote-form > button:hover {
	background: #b87d3b;
	transform: translateY(-1px);
}

.search-panel > button[disabled],
.quote-form > button[disabled] {
	cursor: wait;
	opacity: 0.72;
	transform: none;
}

/* Searchable country control */
.country-picker {
	position: relative;
	min-width: 0;
}

.country-picker.is-open {
	z-index: 40;
}

.country-picker__label {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #536a62;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.country-picker > select {
	width: 100%;
	min-width: 0;
	color: var(--roamly-ink);
	font-weight: 700;
}

.country-picker__enhanced {
	display: none;
}

.js .country-picker.is-enhanced > select {
	display: none;
}

.js .country-picker.is-enhanced .country-picker__enhanced {
	display: block;
}

.country-picker__input-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.country-picker__input {
	padding-right: 26px;
}

.country-picker__chevron {
	position: absolute;
	top: 50%;
	right: 3px;
	color: #667b73;
	pointer-events: none;
	transition: transform 0.2s ease;
	transform: translateY(-50%);
}

.country-picker.is-open .country-picker__chevron {
	transform: translateY(-50%) rotate(180deg);
}

.country-picker__listbox {
	position: absolute;
	z-index: 50;
	top: calc(100% + 12px);
	left: 0;
	width: min(370px, calc(100vw - 40px));
	max-height: min(340px, 52vh);
	padding: 7px;
	margin: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	color: var(--roamly-ink);
	background: #fffefb;
	border: 1px solid #d7ddd8;
	border-radius: 13px;
	box-shadow: 0 18px 48px rgba(15, 42, 34, 0.24);
	list-style: none;
	scrollbar-color: #b9c5bf transparent;
	scrollbar-width: thin;
}

.country-picker__option {
	display: flex;
	min-height: 39px;
	padding: 9px 11px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 8px;
}

.country-picker__option small {
	flex: 0 0 auto;
	color: #82908a;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.country-picker__option:hover,
.country-picker__option.is-active {
	color: #153f32;
	background: #edf4ef;
}

.country-picker__option[aria-selected="true"] {
	color: #fff;
	background: var(--roamly-green);
}

.country-picker__option[aria-selected="true"] small {
	color: rgba(255, 255, 255, 0.75);
}

.country-picker__empty {
	padding: 18px 12px;
	color: var(--roamly-muted);
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

/* Polished native date controls retain the browser's accessible calendar. */
.date-field {
	min-width: 0;
}

.date-field > label {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #536a62;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.date-field__control {
	position: relative;
	display: flex;
	align-items: center;
	min-width: 0;
}

.date-field__control input[type="date"] {
	min-width: 0;
	padding-right: 35px;
	color-scheme: light;
	cursor: pointer;
}

.date-field__trigger {
	position: absolute;
	top: 50%;
	right: -3px;
	width: 31px;
	height: 31px;
	padding: 0;
	align-items: center;
	justify-content: center;
	color: #916431;
	background: #f0eee5;
	border: 1px solid #e1ded1;
	border-radius: 8px;
	transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
	transform: translateY(-50%);
}

.date-field__trigger:hover {
	color: #fff;
	background: var(--roamly-green);
	transform: translateY(-50%) scale(1.04);
}

.date-field.is-enhanced input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
	pointer-events: none;
}

.date-field.has-focus > label,
.date-field.has-value > label {
	color: var(--roamly-gold-dark);
}

/* Reusable traveler picker */
.party-picker {
	position: relative;
	min-width: 0;
}

.party-picker > summary {
	position: relative;
	display: grid;
	min-height: 64px;
	padding: 7px 39px 7px 20px;
	align-content: center;
	color: var(--roamly-ink);
	cursor: pointer;
	list-style: none;
	border-right: 1px solid #dcded7;
}

.party-picker > summary::-webkit-details-marker {
	display: none;
}

.party-picker__heading {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
	color: #567068;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.party-picker > summary > strong {
	overflow: hidden;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.party-picker__chevron {
	position: absolute;
	top: 50%;
	right: 16px;
	color: #63766f;
	transition: transform 0.2s ease;
	transform: translateY(-50%);
}

.party-picker[open] .party-picker__chevron {
	transform: translateY(-50%) rotate(180deg);
}

.party-picker__panel {
	position: absolute;
	z-index: 20;
	top: calc(100% + 13px);
	right: 0;
	width: min(420px, calc(100vw - 40px));
	max-height: min(620px, calc(100vh - 110px));
	padding: 22px;
	overflow-y: auto;
	overscroll-behavior: contain;
	color: var(--roamly-ink);
	background: var(--roamly-paper);
	border: 1px solid var(--roamly-border);
	border-radius: 14px;
	box-shadow: 0 18px 50px rgba(18, 45, 36, 0.2);
	scrollbar-color: #b9c5bf transparent;
	scrollbar-width: thin;
}

.party-picker__counts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.party-picker__counts label {
	display: flex;
	padding: 12px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: #f5f4ed;
	border: 1px solid #e1e1da;
	border-radius: 9px;
}

.party-picker__counts label > span {
	display: grid;
	gap: 3px;
}

.party-picker__counts strong {
	font-size: 12px;
}

.party-picker__counts small {
	color: var(--roamly-muted);
	font-size: 9px;
}

.party-picker__counts input {
	width: 62px;
	min-height: 38px;
	padding: 7px;
	color: var(--roamly-ink);
	font-weight: 800;
	text-align: center;
	background: #fff;
	border: 1px solid #ccd3cf;
	border-radius: 7px;
}

.party-picker__counts label > .party-picker__stepper {
	display: contents;
}

.party-picker__stepper button {
	display: none;
}

.party-picker__status,
.party-picker__no-script,
.party-picker__error {
	margin: 12px 0 0;
	color: var(--roamly-muted);
	font-size: 9px;
	line-height: 1.5;
}

.party-picker__error {
	color: #a63e36;
	font-weight: 800;
}

.party-picker--invalid > summary,
.party-picker__age select[aria-invalid="true"] {
	border-color: #b94b42;
}

.party-picker__ages {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 14px;
}

.party-picker__ages:empty {
	display: none;
}

.party-picker__ages h3 {
	grid-column: 1 / -1;
	margin: 2px 0 0;
	font: 16px var(--roamly-serif);
}

.party-picker__age {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.party-picker__age > span {
	color: #536a62;
	font-size: 9px;
	font-weight: 800;
}

.party-picker__age select {
	width: 100%;
	min-height: 39px;
	padding: 7px 9px;
	color: var(--roamly-ink);
	background: #fff;
	border: 1px solid #ccd3cf;
	border-radius: 7px;
}

.party-picker__done {
	justify-content: center;
	width: 100%;
	padding: 10px 14px;
	margin-top: 15px;
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	background: var(--roamly-green);
	border: 0;
	border-radius: 8px;
}

.quote-form > .party-picker {
	border: 1px solid #d7dcd6;
	border-radius: 9px;
}

.quote-form > .party-picker > summary {
	min-height: 60px;
	border-right: 0;
}

.quote-form .party-picker__panel {
	position: static;
	width: 100%;
	padding: 4px 15px 17px;
	border: 0;
	box-shadow: none;
}

.trust-row {
	display: flex;
	gap: 28px;
	margin-top: 25px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 600;
}

.trust-row span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

/* Two ways to book */
.booking-ways {
	padding: 105px 8vw 110px;
	background:
		radial-gradient(circle at 88% 8%, rgb(211 166 94 / 14%), transparent 28%),
		var(--roamly-paper);
}

.section-kicker {
	display: block;
	margin-bottom: 18px;
	color: var(--roamly-gold-dark);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.booking-ways__heading h2,
.section-heading h2,
.safety h2,
.modal h2 {
	margin: 0;
	font: 400 clamp(40px, 4.3vw, 62px) / 1.04 var(--roamly-serif);
	letter-spacing: -0.035em;
}

h2 em {
	color: #b08148;
	font-weight: 400;
}

.booking-ways__heading {
	display: grid;
	grid-template-columns: 1fr;
	max-width: 1320px;
	margin: 0 auto 48px;
	justify-items: center;
	text-align: center;
}

.booking-ways__heading .section-kicker {
	grid-column: 1 / -1;
}

.booking-ways__heading > p {
	max-width: 760px;
	margin: 22px auto 0;
	color: var(--roamly-muted);
	font: 17px/1.7 var(--roamly-serif);
}

.booking-ways__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 1320px;
	margin: 0 auto;
	gap: 24px;
}

.booking-way {
	display: flex;
	min-height: 580px;
	padding: clamp(30px, 4vw, 52px);
	flex-direction: column;
	color: var(--roamly-ink);
	background: #f8f4ea;
	border: 1px solid #e4ded0;
	border-radius: 24px;
	box-shadow: 0 22px 55px rgb(20 54 44 / 9%);
}

.booking-way--quotes {
	color: #fff;
	background:
		linear-gradient(145deg, rgb(255 255 255 / 5%), transparent 50%),
		var(--roamly-green);
	border-color: var(--roamly-green);
}

.booking-way__topline {
	display: flex;
	margin-bottom: 28px;
	align-items: center;
	gap: 13px;
}

.booking-way__icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	color: #9b6b32;
	background: #eadcc5;
	border-radius: 50%;
}

.booking-way--quotes .booking-way__icon {
	color: #17352d;
	background: #e2b870;
}

.booking-way__topline small {
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.booking-way--quotes .booking-way__topline small {
	color: #f1d49f;
}

.booking-way h3 {
	max-width: 540px;
	margin: 0 0 15px;
	font: 400 clamp(31px, 3vw, 45px) / 1.05 var(--roamly-serif);
	letter-spacing: -0.025em;
}

.booking-way > p {
	max-width: 570px;
	margin: 0 0 28px;
	color: var(--roamly-muted);
	font: 15px/1.7 var(--roamly-serif);
}

.booking-way--quotes > p {
	color: rgb(255 255 255 / 76%);
}

.booking-way__flow,
.booking-way__benefits {
	padding: 0;
	margin: 0;
	list-style: none;
}

.booking-way__flow {
	display: grid;
	gap: 10px;
	padding: 18px 0 22px;
	border-top: 1px solid rgb(23 53 45 / 13%);
	border-bottom: 1px solid rgb(23 53 45 / 13%);
}

.booking-way--quotes .booking-way__flow {
	border-color: rgb(255 255 255 / 16%);
}

.booking-way__flow li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: 11px;
	font-size: 13px;
	font-weight: 800;
}

.booking-way__flow li span {
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	color: #825725;
	font-size: 10px;
	background: #eadcc5;
	border-radius: 50%;
}

.booking-way--quotes .booking-way__flow li span {
	color: #17352d;
	background: #e2b870;
}

.booking-way__benefits {
	display: grid;
	margin: 23px 0 30px;
	gap: 10px;
}

.booking-way__benefits li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: #4f665e;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
}

.booking-way__benefits svg {
	flex: 0 0 auto;
	margin-top: 1px;
	color: #a87436;
}

.booking-way--quotes .booking-way__benefits li {
	color: rgb(255 255 255 / 83%);
}

.booking-way--quotes .booking-way__benefits svg {
	color: #e2b870;
}

.booking-way__cta {
	display: flex;
	width: 100%;
	min-height: 54px;
	padding: 14px 19px;
	margin-top: auto;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	background: var(--roamly-green);
	border-radius: 12px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-way--quotes .booking-way__cta {
	color: #17352d;
	background: #e2b870;
}

.booking-way__cta:hover {
	box-shadow: 0 12px 25px rgb(13 44 35 / 17%);
	transform: translateY(-2px);
}

.booking-ways__learn {
	display: flex;
	width: fit-content;
	margin: 30px auto 0;
	align-items: center;
	gap: 9px;
	color: var(--roamly-ink);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	border-bottom: 1px solid #b99562;
}

/* Driver cards */
.drivers-section {
	padding: 100px 4.5vw 110px;
	background: var(--roamly-cream);
}

.section-heading {
	display: flex;
	margin: 0 3.5vw 46px;
	align-items: end;
	justify-content: space-between;
}

.outline-button {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 13px 18px;
	color: var(--roamly-ink);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	background: transparent;
	border: 1px solid #a9b4ae;
	border-radius: 999px;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.outline-button:hover {
	background: rgba(255, 255, 255, 0.7);
	border-color: var(--roamly-green);
}

.driver-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	max-width: 1500px;
	margin: 0 auto;
}

.drivers-section .driver-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.drivers-section .driver-card {
	display: flex;
	flex-direction: column;
}

.drivers-section .driver-visual {
	flex: 0 0 230px;
}

.drivers-section .driver-info {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.drivers-section .driver-footer {
	padding-top: 14px;
	margin-top: auto;
}

.driver-card {
	overflow: hidden;
	background: var(--roamly-paper);
	border-radius: 16px;
	box-shadow: 0 9px 28px rgba(42, 54, 48, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.driver-card:hover {
	box-shadow: 0 16px 38px rgba(42, 54, 48, 0.13);
	transform: translateY(-5px);
}

.driver-visual {
	position: relative;
	display: grid;
	height: 230px;
	place-items: center;
	overflow: hidden;
	background: var(--driver-color, #789389);
}

.driver-visual::before {
	position: absolute;
	width: 180px;
	height: 180px;
	content: "";
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
}

.driver-visual > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.drivers-section .driver-carousel.has-gallery::before {
	display: none;
}

.drivers-section .driver-carousel__track,
.drivers-section .driver-carousel__slide {
	position: absolute;
	inset: 0;
	display: block;
}

.drivers-section .driver-carousel__slide[hidden] {
	display: none;
}

.drivers-section .driver-carousel__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.drivers-section .driver-carousel__slide:hover img {
	transform: scale(1.025);
}

.drivers-section .driver-carousel__arrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	display: grid;
	width: 30px;
	height: 30px;
	padding: 0;
	place-items: center;
	color: #173d33;
	background: rgba(255, 255, 255, 0.9);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(18, 39, 33, 0.2);
	transform: translateY(-50%);
}

.drivers-section .driver-carousel__arrow:hover,
.drivers-section .driver-carousel__arrow:focus-visible {
	background: #fff;
}

.drivers-section .driver-carousel__arrow.is-previous {
	left: 10px;
}

.drivers-section .driver-carousel__arrow.is-next {
	right: 10px;
}

.drivers-section .driver-carousel__arrow.is-previous svg {
	transform: rotate(90deg);
}

.drivers-section .driver-carousel__arrow.is-next svg {
	transform: rotate(-90deg);
}

.drivers-section .driver-visual > .driver-carousel__count {
	position: absolute;
	z-index: 4;
	right: 10px;
	bottom: 10px;
	display: block;
	width: auto;
	height: auto;
	padding: 4px 7px;
	color: #fff;
	font: 700 10px/1.2 var(--roamly-sans);
	background: rgba(16, 36, 31, 0.72);
	border-radius: 999px;
	box-shadow: none;
}

.drivers-section .driver-carousel :is(.heart, .verified, .featured-elsewhere) {
	z-index: 5;
}

.driver-visual > span {
	position: relative;
	display: grid;
	width: 112px;
	height: 112px;
	place-items: center;
	color: var(--roamly-ink);
	font: 34px var(--roamly-serif);
	background: rgba(255, 255, 255, 0.88);
	border-radius: 50%;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.heart {
	position: absolute;
	z-index: 2;
	top: 15px;
	right: 15px;
	display: grid;
	width: 40px;
	height: 40px;
	padding: 0;
	place-items: center;
	color: var(--roamly-ink);
	background: rgba(255, 255, 255, 0.92);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.heart[aria-pressed="true"] {
	color: #bd5b52;
}

.heart[aria-pressed="true"] svg {
	fill: currentColor;
}

.roamly-price {
	display: inline-flex;
	align-items: baseline;
	white-space: nowrap;
}

.roamly-price--aed {
	gap: 0.18em;
}

.roamly-price--aed img {
	width: auto;
	height: 0.92em;
	object-fit: contain;
	transform: translateY(0.06em);
}

.verified {
	position: absolute;
	z-index: 2;
	bottom: 14px;
	left: 15px;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 7px 10px;
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: var(--roamly-green);
	border-radius: 999px;
}

.featured-elsewhere {
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 15px;
	display: inline-flex;
	max-width: calc(100% - 78px);
	padding: 7px 10px;
	align-items: center;
	gap: 6px;
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	background: rgba(23, 53, 45, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 999px;
	backdrop-filter: blur(5px);
}

.driver-info {
	padding: 21px;
}

.driver-title {
	display: flex;
	gap: 10px;
	padding-bottom: 17px;
	align-items: start;
	justify-content: space-between;
	border-bottom: 1px solid #e4e4df;
}

.driver-title h3 {
	margin: 0 0 5px;
	font: 21px var(--roamly-serif);
}

.driver-title h3 a {
	text-decoration: none;
}

.driver-title h3 a:hover {
	color: var(--roamly-gold-dark);
}

.driver-title > div > span {
	display: flex;
	align-items: center;
	gap: 4px;
	color: var(--roamly-muted);
	font-size: 11px;
}

.rating {
	display: flex;
	align-items: center;
	gap: 3px;
	color: #b27e3e;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.rating svg {
	fill: currentColor;
}

.rating small {
	color: #909994;
	font-weight: 400;
}

/* Shared compact external-review badges for every provider trust surface. */
.provider-external-review-badges { display:flex; width:fit-content; align-items:center; flex-wrap:wrap; gap:4px; }
.external-review-badge { display:inline-flex; width:fit-content; height:24px; min-height:24px; padding:3px 5px; align-items:center; gap:4px; color:#173f35; font-size:8px; font-weight:800; line-height:1; text-decoration:none; background:#f7faf8; border:1px solid #d0ded7; border-radius:7px; box-sizing:border-box; }
.external-review-badge:hover,
.external-review-badge:focus-visible { color:#0f4938; background:#edf7f2; border-color:#8fc9ae; box-shadow:0 2px 7px rgb(25 78 60 / 10%); }
.tripadvisor-brand,
.google-brand { display:inline-flex; padding:0; align-items:center; gap:2px; color:#173f35; background:transparent; border:0; }
.tripadvisor-brand svg { width:15px; height:11px; flex:0 0 15px; fill:none; stroke:#00aa6c; stroke-width:1.9; stroke-linecap:round; stroke-linejoin:round; }
.google-brand svg { width:12px; height:12px; flex:0 0 12px; }
.tripadvisor-brand b,
.google-brand b { font-size:7px; font-weight:900; letter-spacing:-.02em; }
.external-review-badge__score { display:grid; gap:0; padding-left:4px; border-left:1px solid #d6e2dc; }
.external-review-badge__score strong { color:#173f35; font-size:8px; line-height:1; white-space:nowrap; }
.external-review-badge__score strong > span { color:#e9a817; }
.external-review-badge__score small { color:#65776f; font-size:6px; font-weight:750; line-height:1; white-space:nowrap; }
.featured-driver-ratings { display:grid; justify-items:end; gap:5px; }

.roamly-rating {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	color: #d8a54b;
}

.roamly-rating__star {
	position: relative;
	display: inline-grid;
	width: 15px;
	height: 15px;
	place-items: center;
	color: #d8a54b;
}

.roamly-rating__star svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
	stroke: none;
}

.roamly-rating__star.is-empty {
	color: #d8d8cf;
}

.roamly-rating__star.is-half .roamly-rating__star-fill {
	position: absolute;
	inset: 0;
	display: block;
	overflow: hidden;
	width: 50%;
	color: #d8a54b;
}

.roamly-rating__star.is-half .roamly-rating__star-fill svg {
	width: 100%;
	height: 100%;
}

.driver-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	padding: 15px 0;
	color: #60726b;
	font-size: 10px;
}

.driver-meta span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.driver-footer {
	display: flex;
	gap: 10px;
	align-items: end;
	justify-content: space-between;
}

.driver-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.driver-tags span {
	padding: 5px 7px;
	color: #5b6f67;
	font-size: 9px;
	background: #edf1ed;
	border-radius: 4px;
}

.driver-footer p {
	margin: 0;
	color: var(--roamly-muted);
	font-size: 9px;
	text-align: right;
	white-space: nowrap;
}

.driver-footer strong {
	display: block;
	color: var(--roamly-ink);
	font: 19px var(--roamly-serif);
}

.driver-footer small {
	font-size: 9px;
}

.driver-directory {
	padding-bottom: 64px;
	background: linear-gradient(180deg, #f7f3e9 0%, #fffdf8 14%, #fffdf8 100%);
}

.driver-directory-hero {
	display: none;
}

.driver-directory-content {
	padding: 30px 5vw 0;
}

.driver-directory-results-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin: 20px auto 24px;
	width: min(1600px, 100%);
}

.driver-directory-results-heading h2 {
	margin: 6px 0 0;
	font: 400 clamp(26px, 3vw, 38px) / 1.1 var(--roamly-serif);
}

.driver-journey-summary {
	width: min(1600px, 100%);
	margin: 0 auto 20px;
}

.driver-results-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.82fr) minmax(0, 2.18fr);
	gap: 28px;
	align-items: start;
	width: min(1600px, 100%);
	margin: 0 auto;
}

.driver-filter-sidebar {
	position: sticky;
	top: 18px;
	align-self: start;
}

.driver-filter-sidebar details,
.driver-search-form .driver-filters {
	padding: 18px;
	background: #fffefb;
	border: 1px solid #e6e2d7;
	border-radius: 18px;
	box-shadow: 0 18px 50px rgba(23, 53, 45, 0.08);
}

.driver-filter-sidebar summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	cursor: pointer;
	list-style: none;
}

.driver-filter-sidebar summary::-webkit-details-marker {
	display: none;
}

.driver-filter-sidebar__body {
	display: grid;
	gap: 18px;
	margin-top: 18px;
}

.driver-sidebar-search input,
.driver-filter-sidebar :is(input, select) {
	width: 100%;
}

.driver-filter-options {
	display: grid;
	gap: 10px;
}

.driver-filter-options label {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 12px;
	background: #f7f6ef;
	border: 1px solid #e1ded4;
	border-radius: 11px;
}

.driver-filter-options label small {
	margin-left: auto;
	color: var(--roamly-muted);
	font-size: 10px;
	font-weight: 800;
}

.driver-filter-apply,
.driver-filter-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 16px;
	font-size: 13px;
	font-weight: 800;
	border-radius: 999px;
	text-decoration: none;
}

.driver-filter-apply {
	color: #fff;
	background: var(--roamly-green);
	border: 0;
}

.driver-filter-reset {
	color: var(--roamly-ink);
	background: #f4efe4;
	border: 1px solid #e1d8c7;
}

.driver-results-list {
	min-width: 0;
}

.driver-directory-grid {
	display: grid;
	gap: 16px;
}

.driver-directory-card {
	display: grid;
	grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
	gap: 20px;
	padding: 16px;
	align-items: stretch;
	background: #fff;
	border: 1px solid #e5e0d6;
	border-radius: 20px;
	box-shadow: 0 12px 32px rgba(23, 53, 45, 0.06);
}

.driver-directory-card.is-unavailable {
	filter: grayscale(1);
	opacity: 0.82;
}

.driver-directory-card .driver-visual {
	height: 100%;
	min-height: 210px;
	border-radius: 16px;
}

.driver-directory-card .driver-info {
	display: grid;
	align-content: start;
	gap: 12px;
}

.driver-directory-card__excerpt {
	margin: 0;
	color: #51645d;
	line-height: 1.6;
}

.driver-card-availability {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 12px 14px;
	border-radius: 12px;
}

.driver-card-availability.is-open {
	color: #17513f;
	background: #e7f4ec;
}

.driver-card-availability.is-blocked {
	color: #7d322c;
	background: #f8e8e5;
}

.driver-card-availability strong {
	display: block;
}

.driver-card-availability small {
	display: block;
	margin-top: 3px;
}

.driver-card-price {
	display: grid;
	text-align: right;
}

.driver-directory-card .driver-directory-card__footer {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 16px;
	padding-top: 2px;
}

.driver-card-quote.is-disabled {
	opacity: 0.55;
	pointer-events: none;
}

/* Trust */
.safety {
	color: #fff;
	background: var(--roamly-green);
}

.safety-intro {
	display: flex;
	min-height: 500px;
	padding: 90px 8vw;
	flex-direction: column;
	justify-content: center;
	background:
		linear-gradient(90deg, rgba(21, 67, 54, 0.96) 0%, rgba(21, 67, 54, 0.82) 30%, rgba(21, 67, 54, 0.32) 54%, rgba(21, 67, 54, 0.04) 78%),
		url("assets/images/trust-sri-lanka-family.jpg") center / cover no-repeat,
		var(--roamly-green);
}

.safety-intro h2 {
	max-width: 560px;
}

.section-kicker.light {
	color: #e5be7e;
}

.safety h2 em {
	color: #e0b873;
}

.safety-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px 4vw;
	padding: 54px 8vw 62px;
	background: #194438;
}

.safety-points p {
	display: flex;
	gap: 17px;
	margin: 0;
	color: rgba(255, 255, 255, 0.67);
	font-size: 12px;
	line-height: 1.5;
}

.safety-points p > svg {
	color: #e3bd80;
}

.safety-points strong {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font: 17px var(--roamly-serif);
}

/* Footer */
.site-footer {
	color: #75817b;
	font-size: 11px;
}

.site-footer__inner {
	display: flex;
	align-items: center;
	gap: 25px;
	max-width: 1600px;
	padding: 42px 5vw;
	margin: 0 auto;
}

.footer-brand {
	margin-right: auto;
}

.site-footer p {
	font: italic 14px var(--roamly-serif);
}

.site-footer__navigation {
	display: flex;
	align-items: center;
	gap: 18px;
}

.site-footer__navigation a {
	color: #52645d;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.site-footer__navigation a:hover {
	color: var(--roamly-green);
}

.mobile-workspace-navigation {
	display: none;
}

/* Quote modal */
.modal-backdrop {
	position: fixed;
	z-index: 100;
	inset: 0;
	display: grid;
	padding: 20px;
	place-items: center;
	background: rgba(9, 27, 22, 0.72);
	backdrop-filter: blur(7px);
}

.modal {
	position: relative;
	width: min(680px, 100%);
	max-height: 92vh;
	padding: 43px;
	overflow: auto;
	background: var(--roamly-paper);
	border-radius: 20px;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
	animation: roamly-modal-in 0.3s ease;
	overscroll-behavior: contain;
}

@keyframes roamly-modal-in {
	from {
		opacity: 0;
		transform: translateY(14px) scale(0.98);
	}
}

.modal-close {
	position: absolute;
	z-index: 2;
	top: 18px;
	right: 18px;
	display: grid;
	width: 38px;
	height: 38px;
	padding: 0;
	place-items: center;
	color: var(--roamly-ink);
	background: #eef0eb;
	border: 0;
	border-radius: 50%;
}

.modal h2 {
	padding-right: 30px;
	margin-bottom: 12px;
	font-size: 40px;
}

[data-quote-modal] .modal h2,
[data-quote-auth-modal] .modal h2 {
	font-size: clamp(30px, 3vw, 36px);
}

.modal [data-quote-form-panel] > p {
	max-width: 560px;
	color: var(--roamly-muted);
	font: 15px/1.6 var(--roamly-serif);
}

.quote-auth-modal {
	width: min(500px, 100%);
	text-align: center;
}

.quote-auth-modal__icon {
	display: grid;
	width: 54px;
	height: 54px;
	margin: 0 auto 18px;
	place-items: center;
	color: var(--roamly-cream);
	background: var(--roamly-green);
	border-radius: 50%;
}

.quote-auth-modal h2 {
	padding: 0;
}

.quote-auth-modal > p {
	margin: 0 auto;
	max-width: 420px;
	color: var(--roamly-muted);
	font: 15px/1.65 var(--roamly-serif);
}

.quote-auth-modal__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 26px;
}

.quote-auth-modal__actions a {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
}

.quote-auth-modal__actions .driver-primary-button {
	padding: 13px 18px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	background: var(--roamly-green);
	border: 1px solid var(--roamly-green);
	border-radius: 999px;
}

.quote-auth-modal__actions .driver-primary-button:hover {
	background: #163c31;
	border-color: #163c31;
}

.quote-auth-modal > small {
	display: block;
	margin-top: 14px;
	color: var(--roamly-muted);
}

.quote-form {
	display: grid;
	gap: 15px;
	margin-top: 24px;
}

.quote-form label {
	display: grid;
	gap: 7px;
	color: var(--roamly-ink);
	font-size: 11px;
	font-weight: 800;
}

.quote-form label small {
	color: var(--roamly-muted);
	font-size: 9px;
	font-weight: 500;
}

.quote-location-field {
	position: relative;
	display: grid;
	min-width: 0;
	gap: 7px;
	color: var(--roamly-ink);
	font-size: 11px;
	font-weight: 800;
}

.quote-destination-field {
	position: relative;
}

.quote-destination-field .country-picker {
	display: grid;
	gap: 7px;
}

.quote-destination-field .country-picker__label {
	color: var(--roamly-ink);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
}

.quote-destination-field .country-picker__listbox {
	top: calc(100% + 6px);
	width: 100%;
}

.quote-destination-field .country-picker__input,
.quote-location-field .quote-location-autocomplete > input {
	height: 44px;
	min-height: 44px;
}

.quote-destination-field .country-picker__input {
	padding-right: 40px;
}

.quote-destination-field .country-picker__chevron {
	right: 13px;
}

.quote-dropoff-toggle {
	display: flex !important;
	align-items: center;
	gap: 9px !important;
	cursor: pointer;
}

.quote-form .quote-dropoff-toggle input {
	width: 17px;
	height: 17px;
	padding: 0;
	accent-color: var(--roamly-green);
}

.quote-dropoff-field[hidden] {
	display: none;
}

.quote-location-field > small {
	color: var(--roamly-muted);
	font-size: 9px;
	font-weight: 500;
}

.quote-location-autocomplete {
	position: relative;
}

.quote-location-suggestions {
	position: absolute;
	z-index: 12;
	top: calc(100% + 6px);
	right: 0;
	left: 0;
	display: grid;
	max-height: 270px;
	padding: 6px 6px 25px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #d7dcd6;
	border-radius: 11px;
	box-shadow: 0 18px 45px rgb(18 49 39 / 18%);
}

.quote-location-suggestions[hidden] {
	display: none;
}

.quote-location-suggestions button {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	width: 100%;
	padding: 10px;
	align-items: center;
	gap: 8px;
	color: var(--roamly-ink);
	text-align: left;
	background: transparent;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
}

.quote-location-suggestions button:hover,
.quote-location-suggestions button[aria-selected="true"] {
	background: #edf4ef;
}

.quote-location-suggestions button > span {
	color: var(--roamly-gold-dark);
	font-size: 14px;
	text-align: center;
}

.quote-location-suggestions button strong {
	font-size: 11px;
	line-height: 1.35;
}

.quote-location-attribution {
	position: sticky;
	bottom: -20px;
	justify-self: end;
	padding: 3px 5px;
	color: #5f6368;
	font: 400 10px Roboto, Arial, sans-serif;
	white-space: nowrap;
	background: #fff;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
	width: 100%;
	padding: 13px;
	color: var(--roamly-ink);
	background: #fff;
	border: 1px solid #d7dcd6;
	border-radius: 9px;
	outline: none;
}

.quote-form textarea {
	resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
	border-color: #ad7c40;
	box-shadow: 0 0 0 3px rgba(173, 124, 64, 0.1);
}

.quote-form :is(input, select, textarea)[aria-invalid="true"] {
	border-color: #b94b42;
}

.quote-form .party-picker__counts label {
	display: flex;
	padding: 12px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.quote-form .party-picker__counts input {
	width: 62px;
	padding: 7px;
	text-align: center;
	border-radius: 7px;
}

.quote-form .party-picker__age select {
	padding: 7px 9px;
	border-radius: 7px;
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.form-row--three {
	grid-template-columns: repeat(3, 1fr);
}

.quote-trip-duration {
	display: grid;
	grid-template-columns: auto 1fr auto;
	height: 66px;
	min-height: 64px;
	padding: 14px 16px;
	align-items: center;
	gap: 12px;
	color: #214f41;
	background: #eaf4ef;
	border: 1px solid #c9dfd5;
	border-radius: 11px;
}

.quote-trip-duration > svg {
	padding: 7px;
	background: #d5e9df;
	border-radius: 50%;
	box-sizing: content-box;
}

.quote-trip-duration > span {
	display: grid;
	gap: 2px;
}

.quote-trip-duration small {
	font-size: 9px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.quote-trip-duration strong {
	font: 20px var(--roamly-serif);
}

.quote-trip-duration strong b {
	font-weight: 700;
}

.quote-trip-duration em {
	max-width: 155px;
	color: #60766e;
	font: italic 11px/1.4 var(--roamly-serif);
	text-align: right;
}

.quote-extras {
	padding: 2px 0;
}

.quote-extras summary {
	width: fit-content;
	color: var(--roamly-green);
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
}

.quote-extras[open] summary {
	margin-bottom: 15px;
}

.quote-extras > label {
	margin-top: 15px;
}

.form-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form-error {
	padding: 10px 12px;
	margin: 0;
	color: #7d2721;
	font-size: 12px;
	line-height: 1.5;
	background: #fbe8e6;
	border-radius: 7px;
}

.privacy-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 15px;
	color: var(--roamly-muted);
}

.success-state {
	padding: 25px 5px 10px;
	text-align: center;
}

.success-icon {
	display: grid;
	width: 65px;
	height: 65px;
	margin: 0 auto 25px;
	place-items: center;
	color: var(--roamly-green);
	background: #e1eee8;
	border-radius: 50%;
}

.success-state h2 {
	padding: 0;
}

.success-state p {
	max-width: 430px;
	margin: 20px auto 28px;
	color: var(--roamly-muted);
	font: 15px/1.6 var(--roamly-serif);
}

.success-state [data-quote-success-provider] {
	display: block;
	margin-top: 4px;
	color: var(--roamly-ink);
	font-family: var(--roamly-sans);
	font-weight: 900;
}

.success-state [data-quote-success-provider][hidden] {
	display: none;
}

.success-state .request-reference {
	padding: 8px 12px;
	margin-top: -12px;
	font: 700 11px var(--roamly-sans);
	background: #edf1ed;
	border-radius: 7px;
}

.success-state > button {
	display: inline-flex;
	padding: 13px 30px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #fff;
	font-weight: 800;
	background: var(--roamly-green);
	border: 0;
	border-radius: 999px;
}

.success-state > button .quote-success-thumb {
	transform-origin: 30% 80%;
}

.success-state > button.is-celebrating .quote-success-thumb {
	animation: roamly-thumbs-up 0.52s cubic-bezier(0.2, 0.9, 0.3, 1);
}

@keyframes roamly-thumbs-up {
	0% {
		opacity: 0.4;
		transform: scale(0.7) rotate(-16deg) translateY(3px);
	}

	55% {
		opacity: 1;
		transform: scale(1.35) rotate(10deg) translateY(-3px);
	}

	100% {
		opacity: 1;
		transform: scale(1) rotate(0) translateY(0);
	}
}

/* Default WordPress content */
.content-shell {
	width: min(900px, calc(100% - 40px));
	min-height: 55vh;
	padding: 80px 0;
	margin: 0 auto;
}

.content-shell--dashboard {
	width: min(1480px, calc(100% - 48px));
	padding-top: 48px;
}

.content-entry + .content-entry {
	padding-top: 45px;
	margin-top: 45px;
	border-top: 1px solid var(--roamly-border);
}

.entry-title {
	margin: 0 0 24px;
	font: 400 clamp(38px, 6vw, 62px) / 1.05 var(--roamly-serif);
	letter-spacing: -0.035em;
}

.entry-title a {
	text-decoration: none;
}

.entry-content {
	color: #435a52;
	font-size: 16px;
	line-height: 1.75;
}

.entry-content a {
	color: #8c612f;
}

.entry-content > * {
	max-width: 100%;
}

.nav-links,
.pagination {
	margin-top: 35px;
}

@media (max-width: 1080px) {
	.primary-navigation,
	.primary-navigation .menu {
		gap: 18px;
	}

	.primary-navigation {
		margin-left: 32px;
	}

	.header-actions > * {
		padding-right: 8px;
		padding-left: 8px;
	}

	.hero {
		min-height: 640px;
	}

	.search-panel {
		grid-template-columns: 1.25fr 1fr 1fr;
	}

	.search-panel > .date-field--to {
		border-right: 0;
	}

	.search-panel > button {
		margin-top: 7px;
	}

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

	.drivers-section .driver-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.drivers-section .driver-grid .driver-card:last-child {
		display: none;
	}

	.driver-results-layout {
		grid-template-columns: 1fr;
	}

	.driver-filter-sidebar {
		position: static;
	}

	.driver-directory-results-heading {
		align-items: start;
		flex-direction: column;
	}
}

@media (max-width: 780px) {
	.site-header {
		height: 66px;
	}

	.site-header__inner {
		padding: 0 20px;
	}

	.header-actions {
		display: none;
	}

	.menu-button {
		display: block;
	}

	.primary-navigation {
		position: absolute;
		top: 66px;
		right: 0;
		left: 0;
		display: none;
		margin-left: 0;
		padding: 25px 20px 28px;
		background: var(--roamly-paper);
		border-top: 1px solid rgba(23, 53, 45, 0.08);
		box-shadow: 0 14px 25px rgba(0, 0, 0, 0.12);
	}

	.primary-navigation.nav-open {
		display: block;
	}

	.primary-navigation .menu {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 19px;
	}

	.primary-navigation a,
	.driver-link,
	.request-quote-link {
		display: inline-block;
		font-size: 16px;
	}

	.driver-link,
	.request-quote-link {
		margin-top: 19px;
	}

	.primary-navigation .driver-link {
		font-size: 15px;
	}

	.primary-navigation .driver-link--mobile {
		display: inline-flex !important;
	}

	.mobile-account-actions {
		display: flex;
		gap: 15px;
		padding-top: 22px;
		margin-top: 22px;
		align-items: center;
		border-top: 1px solid var(--roamly-border);
	}

	.mobile-account-actions a {
		font-size: 13px;
		font-weight: 800;
		text-decoration: none;
	}

	.mobile-preferences {
		padding-top: 22px;
		margin-top: 22px;
		border-top: 1px solid var(--roamly-border);
	}

	.currency-switcher--mobile {
		width: 100%;
		justify-content: space-between;
	}

	.hero {
		min-height: 720px;
		align-items: end;
		background-position: 63% center;
	}

	.hero-overlay {
		background: linear-gradient(0deg, rgba(8, 33, 27, 0.98) 0%, rgba(8, 33, 27, 0.78) 62%, rgba(8, 33, 27, 0.18));
	}

	.hero-content {
		padding: 55px 20px 38px;
	}

	.hero h1 {
		font-size: 48px;
	}

	.hero-content > p {
		margin: 20px 0 25px;
		font-size: 16px;
	}

	.search-panel {
		grid-template-columns: 1fr;
		padding: 7px;
		border-radius: 12px;
	}

	.search-panel > label,
	.search-panel > .country-picker,
	.search-panel > .date-field {
		padding: 10px 13px;
		border-right: 0;
		border-bottom: 1px solid #dedfd9;
	}

	.search-panel > .date-field--to {
		border-bottom: 1px solid #dedfd9;
	}

	.search-panel > .party-picker > summary {
		min-height: 65px;
		border-right: 0;
		border-bottom: 1px solid #dedfd9;
	}

	.search-panel .party-picker__panel {
		position: static;
		width: 100%;
		max-height: min(560px, 65vh);
		padding: 16px 13px;
		border: 0;
		border-bottom: 1px solid #dedfd9;
		border-radius: 0;
		box-shadow: none;
	}

	.search-panel > button {
		padding: 16px;
	}

	.trust-row {
		flex-wrap: wrap;
		gap: 12px;
		font-size: 10px;
	}

	.booking-ways {
		padding: 72px 20px 76px;
	}

	.booking-ways__heading {
		grid-template-columns: 1fr;
		margin-bottom: 34px;
		gap: 0;
	}

	.booking-ways__heading h2,
	.section-heading h2,
	.safety h2 {
		font-size: 41px;
	}

	.booking-ways__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.booking-way {
		min-height: 0;
		padding: 28px 22px;
		border-radius: 18px;
	}

	.booking-way h3 {
		font-size: 34px;
	}

	.booking-ways__learn {
		text-align: center;
	}

	.drivers-section {
		padding: 70px 20px;
	}

	.section-heading {
		margin: 0 0 35px;
		align-items: start;
	}

	.outline-button {
		display: none;
	}

	.driver-grid {
		grid-template-columns: 1fr;
	}

	.drivers-section .driver-grid {
		grid-template-columns: 1fr;
	}

	.drivers-section .driver-grid .driver-card:last-child {
		display: block;
	}

	.driver-directory-content {
		padding-top: 18px;
	}

	.driver-directory-card {
		grid-template-columns: 1fr;
	}

	.driver-directory-card .driver-visual {
		min-height: 220px;
	}

	.driver-directory-results-heading {
		margin-top: 14px;
	}

	.driver-results-layout {
		gap: 20px;
	}

	.safety {
		padding: 0;
	}

	.safety-intro {
		min-height: 430px;
		padding: 52px 22px;
		justify-content: flex-end;
		background:
			linear-gradient(180deg, rgba(21, 67, 54, 0.02) 20%, rgba(21, 67, 54, 0.34) 52%, rgba(21, 67, 54, 0.94) 100%),
			url("assets/images/trust-sri-lanka-family.jpg") 66% center / cover no-repeat,
			var(--roamly-green);
	}

	.safety-points {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 24px;
		padding: 42px 22px 52px;
	}

	.site-footer__inner {
		flex-direction: column;
		padding: 38px 22px;
		align-items: flex-start;
	}

	.footer-brand {
		margin-right: 0;
	}

	.site-footer p {
		margin: 0;
	}

	.site-footer__navigation {
		flex-wrap: wrap;
		gap: 11px 18px;
	}

	body:has(.mobile-workspace-navigation) {
		padding-bottom: 68px;
	}

	.mobile-workspace-navigation {
		position: fixed;
		z-index: 80;
		right: 10px;
		bottom: 8px;
		left: 10px;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		padding: 6px;
		background: rgba(255, 254, 251, 0.96);
		border: 1px solid #d9e2dd;
		border-radius: 16px;
		box-shadow: 0 12px 34px rgba(15, 42, 34, 0.22);
		backdrop-filter: blur(12px);
	}

	.mobile-workspace-navigation a {
		position: relative;
		display: grid;
		min-width: 0;
		gap: 2px;
		padding: 7px 3px;
		place-items: center;
		color: #63746e;
		font-size: 10px;
		font-weight: 750;
		text-decoration: none;
		border-radius: 11px;
	}

	.mobile-workspace-navigation a.is-current {
		color: #fff;
		background: var(--roamly-green);
	}

	.mobile-workspace-navigation .rly-header-notification-dot {
		position: absolute;
		top: 5px;
		right: calc(50% - 18px);
	}

	.modal-backdrop {
		padding: 12px;
	}

	.modal {
		max-height: calc(100vh - 24px);
		padding: 40px 22px 25px;
		border-radius: 16px;
	}

	.modal h2 {
		font-size: 34px;
	}

	[data-quote-modal] .modal h2,
	[data-quote-auth-modal] .modal h2 {
		font-size: 29px;
	}

	.form-row {
		grid-template-columns: 1fr;
	}

	.quote-trip-duration {
		grid-template-columns: auto 1fr;
		height: auto;
		min-height: 86px;
	}

	.quote-trip-duration em {
		grid-column: 2;
		max-width: none;
		text-align: left;
	}

	.form-row--three {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Portrait phones use a draggable app-style launcher. The existing tablet,
   landscape, and desktop header remains deliberately untouched. */
@media (max-width: 780px) and (orientation: portrait) {
	:where(input, select, textarea) {
		font-size: 16px !important;
	}

	:where(a, button, input, select, textarea, summary) {
		touch-action: manipulation;
	}

	.party-picker__counts {
		grid-template-columns: 1fr;
	}

	.party-picker__counts label > .party-picker__stepper {
		display: grid;
		grid-template-columns: 38px 46px 38px;
		align-items: center;
		gap: 4px;
	}

	.party-picker__stepper button {
		display: grid;
		width: 38px;
		height: 38px;
		padding: 0;
		place-items: center;
		color: var(--roamly-green);
		font-size: 21px;
		font-weight: 800;
		line-height: 1;
		background: #eaf3ef;
		border: 1px solid #c9dbd4;
		border-radius: 10px;
	}

	.party-picker__stepper button:disabled {
		color: #9aa7a2;
		background: #f1f2ef;
		border-color: #e0e3df;
		opacity: 0.7;
	}

	.party-picker__counts .party-picker__stepper input {
		width: 46px;
		min-height: 38px;
		padding: 4px;
		font-size: 16px !important;
		appearance: textfield;
		-moz-appearance: textfield;
	}

	.party-picker__stepper input::-webkit-inner-spin-button,
	.party-picker__stepper input::-webkit-outer-spin-button {
		margin: 0;
		-webkit-appearance: none;
	}

	.site-header {
		z-index: auto;
	}

	body.mobile-nav-open {
		overflow: hidden;
	}

	body.mobile-nav-open::before {
		position: fixed;
		z-index: 90;
		inset: 0;
		background: rgba(8, 28, 23, 0.24);
		backdrop-filter: blur(2px);
		content: "";
	}

	.menu-button {
		position: fixed;
		z-index: 103;
		top: 42dvh;
		right: max(16px, env(safe-area-inset-right));
		bottom: auto;
		display: grid;
		width: 44px;
		height: 44px;
		padding: 0;
		place-items: center;
		color: #fff;
		background: rgba(23, 72, 59, 0.5);
		border: 1px solid rgba(255, 255, 255, 0.5);
		border-radius: 50%;
		box-shadow: 0 12px 30px rgba(9, 38, 30, 0.24);
		backdrop-filter: blur(12px) saturate(125%);
		-webkit-backdrop-filter: blur(12px) saturate(125%);
		cursor: grab;
		touch-action: none;
		will-change: left, top, transform;
		transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	}

	.menu-button:hover,
	.menu-button:focus-visible,
	.menu-button[aria-expanded="true"] {
		color: #fff;
		background: rgba(23, 72, 59, 0.78);
		box-shadow: 0 14px 34px rgba(9, 38, 30, 0.32);
	}

	.menu-button.is-dragging {
		cursor: grabbing;
		transform: scale(0.94);
		transition: none;
	}

	.menu-button .menu-icon,
	.menu-button .close-icon {
		grid-area: 1 / 1;
		line-height: 0;
	}

	.menu-button .mobile-hamburger-icon {
		display: none;
	}

	.menu-button .mobile-app-grid-icon {
		display: block;
	}

	.menu-button .close-icon svg {
		width: 19px;
		height: 19px;
	}

	.menu-button .mobile-app-grid-icon rect {
		fill: currentColor;
		stroke: none;
	}

	.primary-navigation {
		position: fixed;
		z-index: 102;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		max-height: min(82dvh, 680px);
		padding: 22px 20px calc(18px + env(safe-area-inset-bottom));
		overflow-y: auto;
		background: rgba(255, 253, 248, 0.985);
		border: 1px solid rgba(255, 255, 255, 0.82);
		border-width: 1px 0 0;
		border-radius: 26px 26px 0 0;
		box-shadow: 0 24px 65px rgba(8, 35, 27, 0.28);
		backdrop-filter: blur(20px) saturate(120%);
		-webkit-backdrop-filter: blur(20px) saturate(120%);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translate3d(0, 100%, 0);
		transform-origin: bottom center;
		will-change: transform;
		transition: opacity 130ms ease, transform 290ms cubic-bezier(0.22, 1, 0.36, 1), visibility 290ms;
	}

	.primary-navigation::before {
		display: block;
		width: 38px;
		height: 4px;
		margin: -8px auto 17px;
		background: rgba(38, 74, 64, 0.2);
		border-radius: 999px;
		content: "";
	}

	.primary-navigation.nav-open {
		display: block;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translate3d(0, 0, 0);
	}

	.primary-navigation .menu {
		display: grid;
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.primary-navigation .menu li {
		width: 100%;
	}

	.primary-navigation .menu a {
		display: grid;
		min-height: 62px;
		padding: 10px 12px;
		align-items: center;
		color: var(--roamly-ink);
		font-size: 14px;
		background: rgba(237, 244, 239, 0.82);
		border-radius: 14px;
		white-space: normal;
	}

	.primary-navigation .mobile-nav-item {
		display: grid;
		grid-template-columns: 38px minmax(0, 1fr);
		align-items: center;
		gap: 11px;
	}

	.mobile-nav-item__icon {
		display: grid;
		width: 38px;
		height: 38px;
		place-items: center;
		color: var(--roamly-green);
		background: rgba(255, 255, 255, 0.82);
		border: 1px solid rgba(31, 94, 75, 0.12);
		border-radius: 12px;
	}

	.mobile-nav-item__icon svg {
		display: block;
		width: 20px;
		height: 20px;
	}

	.mobile-nav-item__copy {
		display: grid;
		min-width: 0;
		gap: 2px;
	}

	.mobile-nav-item__title {
		font-weight: 850;
		line-height: 1.15;
	}

	.mobile-nav-item__description {
		display: block;
		color: #71817b;
		font-size: 11px;
		font-weight: 550;
		line-height: 1.3;
	}

	.primary-navigation .request-quote-link,
	.primary-navigation .driver-link--mobile {
		width: 100%;
		min-height: 58px;
		margin-top: 7px;
		align-items: center;
		text-align: left;
		border-radius: 14px;
	}

	.primary-navigation .driver-link--mobile {
		display: grid !important;
		padding: 9px 12px;
		color: var(--roamly-ink);
		font-size: 14px;
		background: rgba(245, 239, 227, 0.86);
	}

	.primary-navigation .driver-link::before {
		display: none;
	}

	.mobile-account-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding-top: 16px;
		margin-top: 16px;
	}

	.mobile-account-actions a {
		display: grid;
		grid-template-columns: 22px auto;
		min-height: 46px;
		padding: 9px 12px;
		align-items: center;
		justify-content: center;
		gap: 7px;
		color: var(--roamly-green);
		background: rgba(244, 241, 232, 0.96);
		border-radius: 12px;
	}

	.mobile-account-actions a:first-child {
		color: #fff;
		background: var(--roamly-green);
	}

	.mobile-account-actions .signup {
		color: var(--roamly-green);
		background: rgba(244, 241, 232, 0.96);
	}

	.mobile-account-actions .mobile-nav-item__icon {
		display: grid;
		width: 22px;
		height: 22px;
		color: currentColor;
		background: transparent;
		border: 0;
	}

	.mobile-account-actions .mobile-nav-item__icon svg {
		width: 18px;
		height: 18px;
	}

	.mobile-account-actions .mobile-nav-item__description {
		display: none;
	}
}

@media (max-width: 430px) {
	.hero h1 {
		font-size: 43px;
	}

	.form-row--three {
		gap: 8px;
	}

	.safety-points {
		grid-template-columns: 1fr;
	}

	.driver-meta {
		gap: 9px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}
