body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* #### Generated By: http://font.download #### */

@font-face {
  font-family: 'Georgia Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Georgia Regular'), url('../freelyfont/georgia.woff') format('woff');
}


@font-face {
  font-family: 'Georgia Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Georgia Italic'), url('../freelyfont/georgiai.woff') format('woff');
}


@font-face {
  font-family: 'Georgia Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Georgia Bold'), url('../freelyfont/georgiab.woff') format('woff');
}


@font-face {
  font-family: 'Georgia Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Georgia Bold Italic'), url('../freelyfont/georgiaz.woff') format('woff');
}



/* recoleta fonr */

@font-face {
  font-family: "Raleway", sans-serif;
  src: url('../freelyfont/Recoleta-RegularDEMO.eot');
  src: url('../freelyfont/Recoleta-RegularDEMO.eot?#iefix') format('embedded-opentype'),
    url('../freelyfont/Recoleta-RegularDEMO.woff2') format('woff2'),
    url('../freelyfont/Recoleta-RegularDEMO.woff') format('woff'),
    url('../freelyfont/Recoleta-RegularDEMO.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* end */


.trust-bar {
  background: #b9ced1;
  padding: 14px 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.trust-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 14px;
}

.rating-text {
  font-weight: bold;
  font-size: 18px;
}

.trust-bar .on-text {
  font-size: 13px;
}

.trust-bar .google-icon {
  width: 18px;
  height: 18px;
}

.trust-bar .stars {
  color: #f4b400;
  font-size: 14px;
  margin-left: 5px;
}

.trust-bar .icon {
  font-size: 20px;
}

.trust-bar .text {
  line-height: 1.2;
}

.trust-bar .link {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .trust-container {
    justify-content: center;
    text-align: center;
  }

  .trust-item {
    width: 100%;
    justify-content: center;
  }
}

/* ========================================
       FREELY RESERVATION FLOW - MODERN DESIGN
       Clean, minimal, elegant booking experience
       ======================================== */

:root {
  /* Modern warm palette - clean and sophisticated */
  --fr-background: hsl(30, 20%, 98%);
  --fr-body-bg: hsl(40, 25%, 96%);
  --fr-foreground: hsl(220, 15%, 18%);
  --fr-card: hsl(0, 0%, 100%);
  --fr-card-foreground: hsl(220, 15%, 18%);
  --fr-primary: hsl(22, 18%, 56%);
  --fr-primary-hover: hsl(22, 22%, 48%);
  --fr-primary-foreground: hsl(0, 0%, 100%);
  --fr-secondary: hsl(35, 30%, 95%);
  --fr-secondary-foreground: hsl(220, 15%, 25%);
  --fr-muted: hsl(220, 10%, 96%);
  --fr-muted-foreground: hsl(220, 8%, 50%);
  --fr-accent: hsl(42, 85%, 58%);
  --fr-accent-foreground: hsl(220, 15%, 18%);
  --fr-border: hsl(220, 12%, 91%);
  --fr-border-light: hsl(220, 12%, 94%);
  --fr-destructive: hsl(0, 72%, 51%);
  --fr-success: hsl(145, 65%, 42%);
  --fr-radius: 8px;
  --fr-radius-lg: 16px;
  --fr-radius-sm: 8px;

  /* Modern shadows - subtle and elegant */
  --fr-shadow-sm: 0 1px 3px hsla(220, 15%, 18%, 0.04);
  --fr-shadow-md: 0 4px 12px hsla(220, 15%, 18%, 0.06);
  --fr-shadow-lg: 0 8px 24px hsla(220, 15%, 18%, 0.08);
  --fr-shadow-xl: 0 16px 40px hsla(220, 15%, 18%, 0.1);
  --fr-shadow-card: 0 2px 8px hsla(220, 15%, 18%, 0.04), 0 4px 16px hsla(220, 15%, 18%, 0.04);
  --fr-shadow-card-hover: 0 8px 24px hsla(220, 15%, 18%, 0.08);

  /* Transitions */
  --fr-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  margin: 0;
  padding: 0;
}

/* Reset for reservation container */
.fr-reservation-container *,
.fr-reservation-container *::before,
.fr-reservation-container *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.fr-reservation-container {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f8f4ed;
  color: var(--fr-foreground);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 50px;
}

/* Progress Steps - Modern Connected Design */
.fr-progress-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 16px 32px;
  background: transparent;
  position: sticky;
  top: 0;
  z-index: 100;
}

.fr-progress-wrapper {
  max-width: 700px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.fr-progress-wrapper::-webkit-scrollbar {
  display: none;
}

.fr-progress-bar {
  height: 2px;
  background: var(--fr-border);
  border-radius: 1px;
  overflow: hidden;
  margin-bottom: -20px;
  width: 100%;
  position: relative;
  top: 20px;
}

.fr-progress-fill {
  height: 100%;
  background: var(--fr-primary);
  border-radius: 1px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.fr-steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  min-width: max-content;
  gap: 8px;
  padding: 0 4px;
  margin-top: 20px;
}

.fr-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  min-width: 60px;
  flex-shrink: 0;
}

.fr-step-indicator {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  transition: var(--fr-transition);
  background: var(--fr-card);
  border: 2px solid var(--fr-border);
}

.fr-step-indicator.fr-active {
  background: hsl(220, 15%, 18%);
  border-color: hsl(220, 15%, 18%);
  color: hsl(0, 0%, 100%);
  box-shadow: 0 2px 8px hsla(220, 15%, 18%, 0.2);
}

.fr-step-indicator.fr-completed {
  background: var(--fr-primary);
  border-color: var(--fr-primary);
  color: hsl(0, 0%, 100%);
}

.fr-step-indicator.fr-pending {
  background: var(--fr-card);
  border-color: var(--fr-border);
  color: var(--fr-muted-foreground);
}

.fr-step-label {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  color: var(--fr-muted-foreground);
  max-width: 70px;
  line-height: 1.3;
}

.fr-step-label.fr-active {
  color: hsl(220, 15%, 18%);
  font-weight: 600;
}

.fr-step-label.fr-completed {
  color: var(--fr-primary);
}

.fr-step-label.fr-pending {
  color: var(--fr-muted-foreground);
}

/* Main Content */
.fr-main {
  max-width: 90%;
  margin: 0 auto;
  padding: 24px 16px 100px;
}

/* Step Sections */
/* .fr-step-section {
      display: none; 
    } */

.fr-step-section {
  display: none !important;
}


.fr-step-section.fr-visible {
  display: block !important;
}

@keyframes fr-fadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

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

/* ========================================
       GLOBAL CARD STYLES - Modern & Clean
       ======================================== */
.fr-card-base {
  background: var(--fr-card);
  border: 1px solid var(--fr-border-light);
  border-radius: var(--fr-radius);
  box-shadow: var(--fr-shadow-card);
  transition: var(--fr-transition);
}

.fr-card-base:hover {
  box-shadow: var(--fr-shadow-card-hover);
}

/* ========================================
       STEP 0: CHOOSE YOUR EXPERIENCE
       ======================================== */
.fr-experience-section {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.fr-experience-header {
  margin-bottom: 3rem;
}

.fr-experience-header h1 {
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 4px;
  color: var(--fr-foreground);
  letter-spacing: -0.5px;
  font-family: "Raleway", sans-serif;
}

.fr-experience-header p {
  font-size: 1rem;
  color: var(--fr-muted-foreground);
}

.fr-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 900px) {
  .fr-experience-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .fr-experience-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.fr-experience-card {
  background: var(--fr-card);
  border: 1px solid var(--fr-border-light);
  border-radius: var(--fr-radius-lg);
  padding: 1.5rem 1rem;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--fr-shadow-card);
}

.fr-experience-card:hover {
  border-color: var(--fr-primary);
  box-shadow: var(--fr-shadow-lg);
}

.fr-experience-card.fr-selected {
  border-color: var(--fr-primary);
  border-width: 2px;
  background: hsla(22, 30%, 96%, 1);
}

.fr-experience-card.fr-selected::after {
  content: '✓';
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  background: var(--fr-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.fr-experience-icon {
  margin-bottom: 1rem;
  display: block;
  height: 250px;
  border-radius: 12px;
}

.fr-experience-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.fr-experience-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: hsl(19.5, 18.5%, 57.6%);
}

.fr-experience-tagline {
  font-size: 0.875rem;
  color: var(--fr-muted-foreground);
  font-style: normal;
}

/* ========================================
       TWO COLUMN LAYOUT
       ======================================== */
/* .fr-two-column-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
	grid-template-columns: 1fr 1fr !important;
} */

@media (min-width: 1024px) {
  .fr-two-column-layout {
    grid-template-columns: 1fr 340px;
  }
}

/* ========================================
       GLOBAL CART SIDEBAR
       ======================================== */
.fr-global-cart {
  background: var(--fr-card);
  border-radius: var(--fr-radius-lg);
  padding: 20px;
  box-shadow: var(--fr-shadow-card);
  border: 1px solid var(--fr-border-light);
  height: fit-content;
}

@media (min-width: 1024px) {
  .fr-global-cart {
    position: sticky;
    top: 140px;
  }
}

.fr-global-cart-header {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--fr-border-light);
  color: var(--fr-foreground);
  display: flex;
  align-items: center;
  gap: 8px;
}

.fr-global-cart-header .material-icons {
  color: var(--fr-primary);
  font-size: 20px;
}

.fr-cart-section {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--fr-border-light);
}

.fr-cart-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.fr-cart-section-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fr-muted-foreground);
  margin-bottom: 8px;
}

.fr-cart-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--fr-foreground);
  margin-bottom: 6px;
}

.fr-cart-item:last-child {
  margin-bottom: 0;
}

.fr-cart-item .material-icons {
  font-size: 16px;
  color: var(--fr-primary);
  flex-shrink: 0;
}

.fr-cart-item-value {
  flex: 1;
  font-weight: 500;
}

.fr-cart-item-price {
  font-weight: 600;
  color: var(--fr-primary);
}

.fr-cart-empty {
  text-align: center;
  padding: 24px 16px;
  color: var(--fr-muted-foreground);
  font-size: 13px;
}

.fr-cart-empty-icon {
  font-size: 40px;
  margin-bottom: 12px;
  opacity: 0.5;
}

.fr-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 2px solid var(--fr-border);
}

.fr-cart-total-label {
  font-size: 14px;
  color: var(--fr-muted-foreground);
}

.fr-cart-total-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--fr-primary);
}

/* ========================================
       TITLE & SUBTITLE
       ======================================== */
.fr-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0px;
  color: var(--fr-foreground);
  font-family: "Raleway", sans-serif;
}

.fr-subtitle {
  font-size: 0.7375rem;
  color: var(--fr-muted-foreground);
  margin-bottom: 1.5rem;
}

/* ========================================
       DATE & TIME PICKER
       ======================================== */
.fr-datetime-section {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

#tourStep2 .fr-datetime-section {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}



.fr-datetime-block.fr-block-active {
  border-color: var(--fr-primary);
}

/* 
   .fr-datetime-block.fr-block-completed {
	border-color: hsl(32.4, 44.2%, 66.3%);
	background: hsl(0, 0%, 100%);
} */

.fr-datetime-block.fr-block-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.fr-block-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fr-muted-foreground);
  margin-bottom: 2px;
}

.fr-block-fields {
  display: flex;
  gap: 0px;
}

.fr-field-group {
  flex: 1;
}

.fr-picker-container {
  position: relative;
}

.fr-picker-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: white;
  border: 1px solid var(--fr-border);
  border-radius: var(--fr-radius-sm);
  cursor: pointer;
  transition: var(--fr-transition);
  width: 100%;
}

/* .fr-picker-trigger:hover {
      border-color: var(--fr-primary);
    } */

.fr-picker-trigger.active {
  /* border-color: var(--fr-primary); */
  box-shadow: 0 0 0 3px hsla(22, 18%, 56%, 0.1);
}

.fr-picker-trigger.active .fr-block-fields {
  box-shadow: 0 0 0 3px hsla(22, 18%, 56%, 0.1);
}

.fr-picker-trigger .material-icons {
  font-size: 18px;
  color: var(--fr-primary);
}

.fr-picker-value {
  flex: 1;
  font-size: 14px;
  font-weight: normal;
}

.fr-dropdown-arrow {
  font-size: 18px;
  color: var(--fr-muted-foreground);
}

.fr-connected-left {
  border-radius: var(--fr-radius-sm) 0 0 var(--fr-radius-sm);
}

.fr-connected-right {
  border-radius: 0 var(--fr-radius-sm) var(--fr-radius-sm) 0;
  border-left: none;
}

.fr-flow-arrow {
  display: flex;
  justify-content: center;
  color: var(--fr-muted-foreground);
}

.fr-flow-arrow .material-icons {
  font-size: 20px;
}

/* Date Dropdown */
.fr-date-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 320px;
  background: var(--fr-card);
  border: 1px solid var(--fr-border);
  border-radius: var(--fr-radius);
  box-shadow: var(--fr-shadow-xl);
  padding: 16px;
  z-index: 1000;
  display: none;
  max-height: 80vh;
  overflow-y: auto;
}

.fr-date-dropdown.show {
  display: block;
  animation: fr-fadeIn 0.2s ease;
}

.fr-range-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.fr-range-nav-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: var(--fr-muted);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--fr-transition);
}

.fr-range-nav-btn:hover {
  background: var(--fr-primary);
  color: white;
}

.fr-range-calendars {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 600px) {
  .fr-date-dropdown {
    min-width: 560px;
  }

  .fr-range-calendars {
    flex-direction: row;
    gap: 16px;
  }
}

.fr-calendar-panel {
  flex: 1;
}

.fr-calendar-title {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}

.fr-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-bottom: 8px;
}

.fr-weekday {
  font-size: 11px;
  font-weight: 600;
  color: var(--fr-muted-foreground);
  padding: 8px 0;
}

.fr-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.fr-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 50%;
  cursor: pointer;
  transition: var(--fr-transition);
  background: transparent;
  border: none;
}

.fr-day:hover:not(.fr-disabled):not(.fr-selected) {
  background: var(--fr-muted);
}

.fr-day.fr-today {
  border: 1px solid var(--fr-primary);
}

.fr-day.fr-selected {
  background: var(--fr-primary);
  color: white;
  font-weight: 600;
}

.fr-day.fr-in-range {
  background: hsla(22, 18%, 56%, 0.15);
  border-radius: 0;
}

.fr-day.fr-range-start {
  border-radius: 50% 0 0 50%;
}

.fr-day.fr-range-end {
  border-radius: 0 50% 50% 0;
}

.fr-day.fr-disabled {
  color: var(--fr-muted-foreground);
  opacity: 0.4;
  cursor: not-allowed;
}

.fr-day.fr-other-month {
  color: var(--fr-muted-foreground);
  opacity: 0.3;
}

/* Time Dropdown */
.fr-time-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--fr-card);
  border: 1px solid var(--fr-border);
  border-radius: var(--fr-radius);
  box-shadow: var(--fr-shadow-xl);
  z-index: 1000;
  display: none;
  overflow: hidden;
}

.fr-time-dropdown.show {
  display: block;
  animation: fr-fadeIn 0.2s ease;
}

.fr-time-picker-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  gap: 4px;
}

/* Lokki-style time slot picker */
.fr-time-slots-container {
  max-height: 280px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px;
}

.fr-time-slots-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.fr-time-slot {
  padding: 4px 8px;
  text-align: center;
  background: transparent;
  border: none;
  border-radius: var(--fr-radius-sm);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: var(--fr-transition);
}

.fr-time-slot:hover {
  border-color: var(--fr-primary);
  background: hsla(22, 18%, 56%, 0.05);
}

.fr-time-slot.selected {
  background: var(--fr-primary);
  border-color: var(--fr-primary);
  color: white;
}

.fr-time-slot.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Legacy support for scroll buttons - hidden on mobile */
.fr-time-scroll-btn {
  display: none;
}

.fr-time-column {
  display: none;
}

.fr-time-separator {
  font-weight: 600;
  display: none;
}

.fr-time-picker-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--fr-border-light);
  background: var(--fr-muted);
  display: none;
}

/* Date range highlighting */
.fr-day.fr-in-range {
  background: hsla(22, 18%, 56%, 0.15);
  border-radius: 0;
}

.fr-day.fr-range-start {
  border-radius: 50% 0 0 50%;
  background: var(--fr-primary);
  color: white;
}

.fr-day.fr-range-end {
  border-radius: 0 50% 50% 0;
  background: var(--fr-primary);
  color: white;
}

.fr-day.fr-range-start.fr-range-end {
  border-radius: 50%;
}

/* Cart visibility control */
.fr-global-cart.fr-cart-hidden {
  display: none !important;
}

/* Location dropdown styles */
.fr-location-options-row {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.fr-location-dropdown-container {
  flex: 1;
  min-width: 200px;
}

.fr-location-dropdown {
  position: relative;
  height: 100% !important;
}

.fr-location-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 14px 16px;
  background: var(--fr-card);
  border: 1px solid var(--fr-border);
  border-radius: var(--fr-radius);
  cursor: pointer;
  transition: var(--fr-transition);
  text-align: left;
  height: 100%;
}

.fr-location-dropdown-trigger:hover {
  border-color: var(--fr-primary);
}

.fr-location-dropdown-trigger.active {
  border-color: var(--fr-primary);
  box-shadow: 0 0 0 3px hsla(22, 18%, 56%, 0.1);
}

.fr-location-dropdown-trigger .material-icons {
  color: var(--fr-primary);
  font-size: 20px;
}

.fr-location-dropdown-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}

.fr-location-dropdown-text small {
  display: block;
  font-size: 12px;
  color: var(--fr-muted-foreground);
  font-weight: 400;
  line-height: initial;
}

.fr-location-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--fr-card);
  border: 1px solid var(--fr-border);
  border-radius: var(--fr-radius);
  box-shadow: var(--fr-shadow-xl);
  z-index: 99999 !important;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 4px;
}

.fr-location-dropdown-menu.show {
  display: block;
  animation: fr-fadeIn 0.2s ease;
}

.fr-location-dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.15s;
  border-bottom: 1px solid var(--fr-border-light);
}

.fr-location-dropdown-item:last-child {
  border-bottom: none;
}

.fr-location-dropdown-item:hover {
  background: var(--fr-muted);
}

.fr-location-dropdown-item.selected {
  background: hsla(22, 18%, 56%, 0.08);
}

.fr-location-dropdown-item .material-icons {
  color: var(--fr-primary);
  font-size: 18px;
}

.fr-location-dropdown-item-text {
  flex: 1;
}

.fr-location-dropdown-item-name {
  font-weight: 500;
  font-size: 14px;
  line-height: initial;
}

.fr-location-dropdown-item-address {
  font-size: 12px;
  color: var(--fr-muted-foreground);
}

/* Rental delivery expanded section - matches delivery flow */
.fr-rental-delivery-expanded {
  display: none;
  margin-top: 16px;
  padding: 20px;
  background: var(--fr-card);
  border: 1px solid var(--fr-border-light);
  border-radius: var(--fr-radius);
  box-shadow: var(--fr-shadow-card);
}

.fr-rental-delivery-expanded.fr-visible {
  display: block;
}

.fr-rental-delivery-expanded h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.fr-rental-delivery-map {
  height: 280px;
  border-radius: var(--fr-radius);
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid var(--fr-border-light);
}


/* Review section edit buttons */
.fr-review-edit-btn {
  padding: 1px 15px;
  font-size: 12px;
  background: transparent;
  border: 1px solid hsl(0, 1.2%, 83.7%);
  color: var(--fr-primary);
  border-radius: var(--fr-radius-sm);
  cursor: pointer;
  transition: var(--fr-transition);
  display: flex;
  align-items: center;
  gap: 6px;
}

.fr-review-edit-btn:hover {
  background: var(--fr-primary);
  color: white;
}

/* Review Inline Edit Modal */
.fr-edit-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(15, 23, 42, 0.3);
  /* Modern flat backdrop overlay */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  padding: 16px;
  transition: all 0.3s ease;
}

.fr-edit-modal-overlay.fr-visible {
  display: flex;
}

.fr-edit-modal {
  background: var(--fr-card);
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  max-width: 520px;
  width: 100%;
  position: relative;
  border: 1px solid var(--fr-border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.modalheader {
  padding: 20px 24px 16px 24px;
  border-bottom: 1px solid var(--fr-border-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.csmodal_container {
  padding: 24px;
  height: max-content;
  max-height: 70vh;
  overflow-y: auto;
}

/* Scrollbar styling for modal containers */
.csmodal_container::-webkit-scrollbar {
  width: 6px;
}

.csmodal_container::-webkit-scrollbar-track {
  background: transparent;
}

.csmodal_container::-webkit-scrollbar-thumb {
  background-color: var(--fr-border);
  border-radius: 3px;
}

.fr-edit-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--fr-muted-foreground);
  font-size: 24px;
  line-height: 1;
  padding: 4px;
  transition: var(--fr-transition);
  z-index: 20;
}

.fr-edit-modal-close:hover {
  color: var(--fr-destructive);
  transform: rotate(90deg);
}

.fr-edit-modal h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--fr-foreground);
  margin: 0;
}

.fr-edit-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid var(--fr-border-light);
  background: var(--fr-background, hsl(30, 20%, 98%));
}

.fr-edit-modal-field {
  margin-bottom: 16px;
  position: relative;
}

.fr-edit-modal-field label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--fr-muted-foreground);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.fr-edit-modal-field select,
.fr-edit-modal-field input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid var(--fr-border);
  border-radius: var(--fr-radius-sm);
  font-size: 14px;
  font-family: inherit;
  background: var(--fr-card);
  color: var(--fr-foreground);
  transition: var(--fr-transition);
}

.fr-edit-modal-field select:focus,
.fr-edit-modal-field input:focus {
  outline: none;
  border-color: var(--fr-primary);
  box-shadow: 0 0 0 3px hsla(22, 18%, 56%, 0.1);
}

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

.fr-edit-vehicle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--fr-border-light);
}

.fr-edit-vehicle-row:last-child {
  border-bottom: none;
}

.fr-edit-vehicle-info {
  flex: 1;
}

.fr-edit-vehicle-info h4 {
  font-size: 14px;
  font-weight: 500;
}

.fr-edit-vehicle-info p {
  font-size: 12px;
  color: var(--fr-muted-foreground);
}

.fr-edit-qty-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fr-edit-qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--fr-border);
  background: var(--fr-card);
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fr-foreground);
}

.fr-edit-qty-btn:hover {
  background: var(--fr-secondary);
}

.fr-edit-qty-value {
  font-size: 14px;
  font-weight: 600;
  min-width: 20px;
  text-align: center;
}

.fr-review-row-editable {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid var(--fr-border-light);
}

.fr-review-row-editable:last-child {
  border-bottom: none;
}

.fr-review-row-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

/* Info Note */
.fr-info-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #a89585;
  border-radius: var(--fr-radius);
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  justify-content: center;
  font-size: 20px;
}

.fr-info-note iconify-icon {
  font-size: 18px;
  color: #fff;
}

.fr-info-note p {
  font-size: 17px;
  color: #fff;
}

/* ========================================
       LOCATION SECTION
       ======================================== */
.fr-location-section {
  max-width: 100%;
}

.fr-location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .fr-location-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.fr-map-container {
  height: 500px;
  border-radius: var(--fr-radius);
  overflow: hidden;
  border: 1px solid var(--fr-border-light);
  box-shadow: var(--fr-shadow-card);
}

.fr-map-container #rentalLocationMap,
.fr-map-container #deliveryPickupMap {
  height: 100%;
  width: 100%;
}

.fr-pickup-locations {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 280px;
  overflow-y: auto;
}

.fr-pickup-location {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: var(--fr-card);
  border: 1px solid var(--fr-border-light);
  border-radius: var(--fr-radius);
  cursor: pointer;
  transition: var(--fr-transition);
  text-align: left;
  width: 100%;
  box-shadow: var(--fr-shadow-sm);
}

.fr-pickup-location:hover {
  border-color: var(--fr-primary);
  box-shadow: var(--fr-shadow-md);
}

.fr-pickup-location.fr-selected {
  border-color: var(--fr-primary);
  border-width: 2px;
  background: hsla(22, 18%, 56%, 0.03);
}

.fr-pickup-icon {
  width: 40px;
  height: 40px;
  background: var(--fr-muted);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fr-pickup-icon .material-icons {
  font-size: 20px;
  color: var(--fr-primary);
}

.fr-pickup-details {
  flex: 1;
  min-width: 0;
}

.fr-pickup-name {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}

.fr-pickup-address {
  font-size: 12px;
  color: var(--fr-muted-foreground);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fr-pickup-check {
  color: var(--fr-primary);
  opacity: 0;
  transition: var(--fr-transition);
}

.fr-pickup-location.fr-selected .fr-pickup-check {
  opacity: 1;
}

/* Delivery Option Toggle */
.fr-delivery-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 15px;
  background: var(--fr-card);
  border: 1px solid var(--fr-border-light);
  border-radius: var(--fr-radius);
  margin-bottom: 20px;
  box-shadow: var(--fr-shadow-card);
}

.fr-delivery-toggle-content {
  flex: 1;
}

.fr-delivery-toggle-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: initial;
  color: #252525;
}

.fr-delivery-toggle-desc {
  font-size: 12px;
  color: var(--fr-muted-foreground);
}

.fr-delivery-form {
  display: none;
  margin-top: 16px;
  padding: 16px;
  background: var(--fr-muted);
  border-radius: var(--fr-radius);
}

.fr-delivery-form.fr-visible {
  display: block;
}

/* Toggle Switch */
.fr-toggle {
  position: relative;
  width: 48px;
  height: 26px;
  background: #e5e7eb;
  border-radius: 13px;
  cursor: pointer;
  transition: all 0.25s ease;
  flex-shrink: 0;
  border: none;
}

.fr-toggle.fr-active {
  background: var(--fr-primary);
}

.fr-toggle::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.fr-toggle.fr-active::after {
  left: 25px;
}

/* ========================================
       VEHICLES SECTION
       ======================================== */
.fr-vehicles-section {
  max-width: 100%;
}

.fr-vehicles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px;
}

.fr-date-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: hsl(0, 0%, 100%);
  border-radius: var(--fr-radius);
  font-size: 13px;
  font-weight: 500;
}

.fr-date-badge-arrow {
  font-size: 16px;
  color: var(--fr-primary);
}

.fr-vehicles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 480px) {
  .fr-vehicles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .fr-vehicles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.fr-vehicle-card {
  background: var(--fr-card);
  border: 1px solid var(--fr-border-light);
  border-radius: var(--fr-radius);
  overflow: hidden;
  transition: var(--fr-transition);
  box-shadow: var(--fr-shadow-card);
  position: relative;
}

.fr-vehicle-card:hover {
  box-shadow: var(--fr-shadow-md);
}

.fr-vehicle-card.fr-selected {
  border-color: var(--fr-primary);
}

.fr-vehicle-image-container {
  position: relative;
}

.fr-vehicle-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.fr-vehicle-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.25rem 0.75rem;
  background: hsla(0, 0%, 100%, 0.96);
  color: hsl(0, 0%, 6.7%);
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}

.fr-vehicle-quantity-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 28px;
  height: 28px;
  background: var(--fr-primary);
  color: white;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fr-vehicle-content {
  padding: 14px;
}

.fr-vehicle-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.fr-vehicle-location {
  font-size: 12px;
  color: var(--fr-muted-foreground);
  margin-bottom: 10px;
}

.fr-vehicle-specs {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.fr-vehicle-spec {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--fr-muted-foreground);
}

.fr-vehicle-spec .material-icons {
  font-size: 14px;
}

.fr-vehicle-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid var(--fr-border-light);
}

.fr-vehicle-price {
  font-size: 24px;
  font-weight: 600;
  color: var(--fr-primary);
}

.fr-vehicle-price-unit {
  font-size: 12px;
  font-weight: 400;
  color: var(--fr-muted-foreground);
}

.fr-quantity-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fr-quantity-btn {
  width: 32px;
  height: 32px;
  border: 1px solid var(--fr-border);
  background: var(--fr-card);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  transition: var(--fr-transition);
}

.fr-quantity-btn:hover:not(:disabled) {
  border-color: var(--fr-primary);
  color: var(--fr-primary);
}

.fr-quantity-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.fr-quantity-value {
  width: 28px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}

/* ========================================
       DRIVER DETAILS
       ======================================== */
.fr-driver-card {
  background: var(--fr-card);
  border: 1px solid var(--fr-border-light);
  border-radius: var(--fr-radius);
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: var(--fr-shadow-card);
  margin-top: 15px;
}

.fr-driver-header,
.fr-rider-header {
  margin-bottom: 16px;
}

.fr-driver-badge,
.fr-rider-badge {
  display: inline-block;
  padding: 6px 20px;
  background: hsla(21.8, 25.6%, 83.1%, 0.17);
  color: #a3897a;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

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

@media (min-width: 600px) {
  .fr-input-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.fr-input-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fr-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--fr-foreground);
}

.fr-required {
  color: var(--fr-destructive);
}

.fr-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--fr-border);
  border-radius: var(--fr-radius-sm);
  font-size: 14px;
  font-family: inherit;
  transition: var(--fr-transition);
  background: var(--fr-card);
}

.fr-input:focus {
  outline: none;
  border-color: var(--fr-primary);
  box-shadow: 0 0 0 3px hsla(22, 18%, 56%, 0.1);
}

.fr-input::placeholder {
  color: var(--fr-muted-foreground);
}

/* Floating Labels for Rider Information Form */
.fr-floating-group {
  position: relative;
  width: 100%;
  margin-top: 6px;
}

.fr-floating-group .fr-label {
  position: absolute;
  left: 12px;
  top: 24px;
  transform: translateY(-50%);
  padding: 0 6px;
  background: var(--fr-card, #ffffff);
  color: var(--fr-muted-foreground);
  font-size: 14px;
  transition: all 0.2s ease-out;
  pointer-events: none;
  z-index: 1;
  border-radius: 2px;
  transform-origin: left top;
}

/* Active / Focused Floating Label State */
.fr-floating-group.fr-focused .fr-label,
.fr-floating-group.fr-has-value .fr-label {
  top: 0;
  transform: translateY(-50%) scale(0.85);
  color: var(--fr-primary);
  font-weight: 600;
}

/* Override input placeholder so it doesn't overlap when label is inside input */
.fr-floating-group .fr-input::placeholder {
  color: transparent;
  transition: color 0.2s ease;
}

.fr-floating-group.fr-focused .fr-input::placeholder {
  color: var(--fr-muted-foreground);
}

/* Specific styling for inputs inside floating groups to align nicely */
.fr-floating-group .fr-input {
  height: 48px;
  padding: 12px 14px;
  box-sizing: border-box;
}

/* Phone input container inside floating group */
.fr-floating-group.fr-phone-group .fr-label {
  left: 52px;
  /* Position next to the country flag drop-down */
}

/* Phone label floated state */
.fr-floating-group.fr-phone-group.fr-focused .fr-label,
.fr-floating-group.fr-phone-group.fr-has-value .fr-label {
  left: 12px;
  top: 0;
  transform: translateY(-50%) scale(0.85);
  color: var(--fr-primary);
  font-weight: 600;
}

/* Fix intl-tel-input height compatibility */
.fr-floating-group .iti__tel-input {
  height: 48px;
  box-sizing: border-box;
}

/* Validation/error state integration */
.fr-floating-group .fr-input.fr-input-error,
.fr-floating-group .iti__tel-input.fr-input-error {
  border-color: var(--fr-destructive) !important;
  box-shadow: 0 0 0 3px hsla(0, 72%, 51%, 0.1) !important;
}

.fr-floating-group:has(.fr-input-error) .fr-label {
  color: var(--fr-destructive) !important;
}

/* intl-tel-input customization */
.iti {
  width: 100%;
}

.iti__tel-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--fr-border);
  border-radius: var(--fr-radius-sm);
  font-size: 14px;
  font-family: inherit;
  transition: var(--fr-transition);
}

.iti__tel-input:focus {
  outline: none;
  border-color: var(--fr-primary);
  box-shadow: 0 0 0 3px hsla(22, 18%, 56%, 0.1);
}

/* Document Upload Styles */
.fr-upload-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--fr-border-light);
}

.fr-upload-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.fr-upload-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (max-width: 480px) {
  .fr-upload-grid {
    grid-template-columns: 1fr;
  }
}

.fr-upload-box {
  border: 2px dashed var(--fr-border);
  border-radius: var(--fr-radius);
  padding: 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}

.fr-upload-box:hover {
  border-color: var(--fr-primary);
  background: hsla(22, 18%, 56%, 0.03);
}

.fr-upload-box.fr-has-file {
  border-style: solid;
  border-color: var(--fr-primary);
  background: hsla(22, 18%, 56%, 0.05);
}

.fr-upload-box.fr-upload-error {
  border-color: var(--fr-destructive) !important;
  background: hsla(0, 72%, 51%, 0.04) !important;
}

.fr-upload-box.fr-upload-error .fr-upload-icon,
.fr-upload-box.fr-upload-error .fr-upload-label,
.fr-upload-box.fr-upload-error .fr-upload-hint {
  color: var(--fr-destructive) !important;
}

.fr-upload-box input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.fr-upload-icon {
  font-size: 28px;
  margin-bottom: 6px;
  color: var(--fr-muted-foreground);
  margin-top: 6px;
}

.fr-upload-box.fr-has-file .fr-upload-icon {
  color: var(--fr-primary);
}

.fr-upload-label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: initial;
  margin-top: 10px;
}

.fr-upload-hint {
  font-size: 11px;
  color: var(--fr-muted-foreground);
}

.fr-upload-filename {
  font-size: 11px;
  color: var(--fr-primary);
  font-weight: 500;
  margin-top: 6px;
  word-break: break-all;
}

/* ========================================
       ADD-ONS SECTION
       ======================================== */
.fr-addons-section {
  max-width: 100%;
}

.fr-addons-tip {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 12px 16px;
  background: var(--fr-primary);
  border-radius: var(--fr-radius);
  margin-bottom: 20px;
  color: #fff;
}

.fr-addons-tip p {
  font-size: 14px;
  color: #fff;
}

.fr-addons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.fr-addon-card {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 8px 16px;
  padding: 16px 20px;
  background: var(--fr-card);
  border-radius: var(--fr-radius);
  border: 1px solid var(--fr-border);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.fr-addon-card:hover {
  border-color: var(--fr-primary);
}

.fr-addon-card.fr-selected {
  border-color: var(--fr-primary);
  background: var(--fr-background, hsl(30, 20%, 98%));
}

.fr-addon-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--fr-muted);
  border-radius: var(--fr-radius);
  flex-shrink: 0;
  transition: all 0.25s;
}

.fr-addon-card.fr-selected .fr-addon-icon {
  background: var(--fr-card);
}

.fr-addon-content {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
}

.fr-addon-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--fr-foreground);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.fr-addon-description {
  font-size: 12px;
  color: var(--fr-muted-foreground);
  margin: 0;
  line-height: 1.4;
}

.fr-addon-price {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  flex-wrap: wrap;
}

.fr-price-original {
  text-decoration: line-through;
  color: var(--fr-muted-foreground);
  font-size: 12px;
}

.fr-price-current {
  color: var(--fr-foreground);
  font-size: 18px;
  font-weight: 700;
}

.fr-save-badge {
  color: #15803d;
  font-size: 11px;
  font-weight: 600;
  background: #f0fdf4;
  border: 1px solid #dcfce7;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.2;
}

.fr-discount-badge-inline {
  background: #fee2e2;
  color: #ef4444;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #fecaca;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.fr-offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
  color: #16a34a;
  font-size: 10px;
  font-weight: 500;
  background: hsla(142, 76%, 36%, 0.08);
  padding: 2px 6px;
  border-radius: 4px;
  width: fit-content;
  line-height: 1;
}

/* Featured addon - Self-guided tour */
.fr-addon-card.fr-addon-featured {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  background: #fff;
  border: 1px solid hsl(21, 17.9%, 56.1%);
  position: relative;
}

.fr-addon-card.fr-addon-featured::before {
  content: 'RECOMMENDED';
  position: absolute;
  top: 12px;
  right: 12px;
  background: #a3897b;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 18px;
  border-radius: 6px;
  letter-spacing: 0.05em;
}

.fr-addon-card.fr-addon-featured .fr-addon-icon {
  grid-column: auto;
  grid-row: auto;
  align-self: auto;
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.fr-addon-card.fr-addon-featured .fr-addon-content {
  grid-column: auto;
  grid-row: auto;
  width: 100%;
  margin-bottom: 12px;
}

.fr-addon-card.fr-addon-featured .fr-addon-name {
  font-size: 16px;
  margin-bottom: 0px;
}

.fr-addon-card.fr-addon-featured .fr-addon-description {
  font-size: 13px;
  margin-bottom: 12px;
}

.fr-addon-features {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  color: var(--fr-foreground);
}

.fr-addon-features li {
  background: var(--fr-card);
  padding: 4px 10px;
  border-radius: 12px;
  border: 1px solid var(--fr-border-light);
  display: flex;
  align-items: center;
  gap: 6px;
}

.fr-addon-card.fr-addon-featured .fr-addon-price {
  grid-column: auto;
  grid-row: auto;
  font-size: 18px;
  position: relative;
  bottom: 3px;
  left: 0px;
}

.fr-addon-card.fr-addon-featured .fr-toggle {
  grid-column: auto;
  grid-row: auto;
  align-self: auto;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.fr-addon-card.fr-addon-featured.fr-selected {
  border-color: var(--fr-primary);
  background: linear-gradient(135deg, hsla(22, 18%, 56%, 0.1) 0%, hsla(22, 18%, 56%, 0.05) 100%);
}

/* ========================================
       REVIEW SECTION (Flat, Minimal, Modern)
       ======================================== */
/* ========================================
       REVIEW SECTION (Flat, Minimal, Modern)
       ======================================== */
.fr-review-section {
  max-width: 100%;
}

.fr-review-card {
  background: var(--fr-card);
  border-radius: var(--fr-radius);
  border: 1px solid var(--fr-border);
  margin-bottom: 16px;
  overflow: hidden;
  padding: 0;
  /* Remove padding from card container for edge-to-edge header border */
  transition: all 0.25s;
}

/* Style the title when it is a direct child of the card */
.fr-review-card>h4.fr-review-card-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--fr-primary);
  margin: 0;
  padding: 16px 20px;
  border-bottom: 1px solid var(--fr-border-light);
  background: var(--fr-background, hsl(30, 20%, 98%));
}

/* Style the flex header wrapper when it exists (first child) */
.fr-review-card>div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--fr-border-light);
  background: var(--fr-background, hsl(30, 20%, 98%));
  margin-bottom: 0 !important;
}

.fr-review-card>div:first-child h4.fr-review-card-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--fr-primary);
  margin: 0;
}

.fr-review-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px !important;
  /* Horizontal padding aligns content inside the card */
  border-bottom: 1px solid var(--fr-border-light);
}

.fr-review-row:last-child {
  border-bottom: none;
  padding:12px 20px !important
}

.fr-review-label {
  color: var(--fr-muted-foreground);
  font-size: 14px;
  font-weight: 500;
}

.fr-review-value {
  font-weight: 600;
  font-size: 14px;
  color: var(--fr-foreground);
}

.fr-review-total {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--fr-primary);
  text-align: center;
  padding: 18px;
  background: var(--fr-background, hsl(30, 20%, 98%));
  border: 1px solid var(--fr-border);
  border-radius: var(--fr-radius);
  margin: 16px 20px;
  /* Indented from card borders to align with rows */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fr-review-total-label {
  font-size: 15px;
  color: var(--fr-foreground);
  font-weight: 600;
}

/* ========================================
       CHECKOUT SECTION
       ======================================== */
.fr-checkout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .fr-checkout-grid {
    grid-template-columns: 2fr 1fr;
  }
}

.fr-checkout-section {
  background: var(--fr-card);
  border-radius: var(--fr-radius);
  padding: 20px;
  box-shadow: var(--fr-shadow-card);
  border: 1px solid var(--fr-border-light);
  margin-bottom: 16px;
  position: sticky;
  top: 20px;
}

.fr-checkout-section-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Signature Pad */
.fr-signature-section {
  margin-bottom: 16px;
}

.fr-signature-description {
  font-size: 13px;
  color: var(--fr-muted-foreground);
  margin-bottom: 12px;
}

.fr-signature-pad-container {
  position: relative;
  border: 2px dashed var(--fr-border);
  border-radius: var(--fr-radius);
  background: var(--fr-card);
}

.fr-signature-pad {
  width: 100%;
  height: 140px;
  cursor: crosshair;
  touch-action: none;
}

.fr-signature-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: var(--fr-muted-foreground);
  font-size: 13px;
}

.fr-signature-placeholder.fr-hidden {
  display: none;
}

.fr-signature-clear {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--fr-muted);
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.fr-signature-clear.fr-visible {
  display: flex;
}

.fr-signature-clear:hover {
  background: hsla(0, 72%, 51%, 0.1);
}

/* Terms Checkbox */
.fr-terms-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.fr-checkbox {
  width: 18px;
  height: 18px;
  accent-color: var(--fr-primary);
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
}

.fr-terms-label {
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}

.fr-terms-label a {
  color: var(--fr-primary);
  text-decoration: underline;
  font-weight: 500;
}

.fr-checkout-sidebar {
  position: sticky;
  top: 140px;
}

.fr-checkout-total-display {
  text-align: center;
  margin-bottom: 16px;
}

.fr-checkout-total-amount {
  font-size: 2rem;
  font-weight: 700;
  color: var(--fr-primary);
}

.fr-checkout-total-label {
  font-size: 13px;
  color: var(--fr-muted-foreground);
}

.fr-checkout-cta {
  width: 100%;
  padding: 14px 20px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.fr-checkout-hint {
  font-size: 11px;
  color: var(--fr-muted-foreground);
  text-align: center;
  margin-top: 12px;
}

/* ========================================
       CONFIRMATION
       ======================================== */
.fr-confirmation {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 16px;
}

.fr-confirmation-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: hsla(145, 65%, 42%, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fr-scaleIn 0.3s ease-out;
}

@keyframes fr-scaleIn {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.fr-confirmation-icon svg,
.fr-confirmation-icon .material-icons {
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: var(--fr-success);
}

.fr-confirmation h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.fr-confirmation-subtitle {
  font-size: 16px;
  color: var(--fr-muted-foreground);
  margin-bottom: 6px;
}

.fr-confirmation-email {
  color: var(--fr-muted-foreground);
  margin-bottom: 24px;
  font-size: 14px;
}

.fr-confirmation-progress {
  max-width: 420px;
  margin: 0 auto 24px;
}

.fr-confirmation-progress-bar {
  width: 100%;
  height: 10px;
  background: hsl(35, 20%, 90%);
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px hsla(220, 15%, 18%, 0.08);
}

.fr-confirmation-progress-fill {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--fr-primary) 0%, #795548 100%);
  border-radius: inherit;
  transition: width 0.2s linear;
}

.fr-confirmation-progress-text {
  margin-top: 10px;
  font-size: 14px;
  color: var(--fr-muted-foreground);
}

.fr-confirmation-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.fr-next-steps {
  background: var(--fr-card);
  border-radius: var(--fr-radius);
  padding: 20px;
  box-shadow: var(--fr-shadow-card);
  border: 1px solid var(--fr-border-light);
  text-align: left;
  margin-bottom: 24px;
}

.fr-next-steps h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.fr-next-steps-list {
  list-style: none;
}

.fr-next-step-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.fr-next-step-item:last-child {
  margin-bottom: 0;
}

.fr-next-step-number {
  width: 28px;
  height: 28px;
  background: var(--fr-foreground);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: white;
  flex-shrink: 0;
}

.fr-next-step-title {
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 14px;
}

.fr-next-step-text {
  font-size: 13px;
  color: var(--fr-muted-foreground);
}

/* Navigation Footer */
.fr-nav-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--fr-border-light);
  gap: 12px;
  position: fixed;
  bottom: 0px;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 18px !important;
  z-index: 999;
}

.fr-hidden {
  display: none !important;
}

/* Buttons */
.fr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 20px;
  border-radius: var(--fr-radius);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--fr-transition);
  border: none;
  font-family: inherit;
}

.fr-edit-modal-actions button {
  padding: 4px 20px;
  font-weight: 500;
}

.fr-btn-primary {
  background: var(--fr-primary-hover) !important;
  color: white;
}

.fr-btn-primary:hover:not(:disabled) {
  background: var(--fr-primary-hover);
}

.fr-btn-primary:disabled {
  opacity: 0.85;
  cursor: not-allowed;
}

.fr-btn-outline {
  background: transparent;
  border: 1px solid var(--fr-border);
  color: var(--fr-foreground);
}

.fr-btn-outline:hover {
  border-color: var(--fr-primary);
  color: var(--fr-primary);
}

.fr-btn-ghost {
  background: #f5f5f5;
  color: #000;
}

.fr-btn-ghost:hover {
  color: var(--fr-foreground);
}

.fr-icon {
  width: 18px;
  height: 18px;
}

.fr-map-marker {
  background: var(--fr-primary);
  border: 3px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.fr-user-marker {
  background: #3b82f6;
  width: 16px;
  height: 16px;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.4);
}

/* ========================================
       RESPONSIVE STYLES
       ======================================== */
@media (max-width: 768px) {
  .fr-progress-container {
    padding: 16px 12px 24px;
  }

  .fr-step-indicator {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .fr-step-label {
    font-size: 10px;
    max-width: 55px;
  }

  .fr-main {
    padding: 16px 12px 150px;
  }

  .fr-main {
    max-width: 100%;
    margin: 0 auto;
  }

  .fr-experience-header h1,
  .fr-title {
    font-size: 22px;
  }

  .fr-nav-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--fr-card);
    padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    box-shadow: 0 -2px 20px hsla(0, 0%, 0%, 0.1);
    z-index: 9999;
    margin-top: 0;
    border-top: 1px solid var(--fr-border-light);
  }

  .datedit_modal_sec .csmodal_container {
    height: 350px;
    overflow-y: scroll;
  }

  .fr-date-dropdown,
  .fr-time-dropdown {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    max-height: 75vh;
    border-radius: var(--fr-radius-lg) var(--fr-radius-lg) 0 0;
    animation: fr-slideUp 0.3s ease;
  }

  @keyframes fr-slideUp {
    from {
      transform: translateY(100%);
      opacity: 0;
    }

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

  .fr-global-cart {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }

  .fr-reservation-container {
    padding-top: 65px;
    padding-bottom: 30px;
  }

  .fr-experience-title {
    font-size: 25px;
  }

  .dateimecolumn {
    padding: 0px 0px 0px 0px !important;
  }

  .fr-date-form .fr-title {
    font-size: 24px;
  }

  .fr-subtitle {
    color: hsl(218.6, 14.9%, 18.4%);
    margin-bottom: 0rem;
  }

  .secwidth-60 {
    width: 100% !important;
    margin: 0 auto;
  }

  .fr-experience-tagline {
    font-size: 0.875rem;
    color: hsl(228, 9.1%, 10.8%);
    font-style: normal;
    font-weight: 500;
  }

  .fr-delivery-address-search {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .fr-input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
  }

  .fr-detect-location-btn {
    width: 100%;
  }

  .fr-location-dropdown-item-address {
    font-size: 13px;
    color: hsl(221.1, 12.1%, 30.8%);
    font-weight: 500;
  }

  .fr-location-dropdown-item-name {
    font-weight: 500;
    font-size: 15px;
    line-height: initial;
  }

  .fr-date-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 40px;
    background: hsl(0, 0%, 100%);
    border-radius: var(--fr-radius);
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    justify-content: space-between;
    border: 1px solid #d3d3d3;
  }

  .fr-quantity-btn {
    background: #f4f2f1;

  }

  .secwidth-70 {
    width: 100% !important;
    margin: 0 auto;
  }

  .hotel-info-card {
    margin-bottom: 15px !important;
  }

  .fr-btn-primary {
    background: var(--fr-primary);
    color: white;
    white-space: nowrap;
  }

  .fr-btn {
    padding: 9px 15px;
  }

  .fr-btn-ghost {
    margin-left: 10px;
  }

  .fr-addons-tip {
    background: #d6e4e6;
  }

  .fr-addons-tip p {
    font-size: 14px;
    color: #1a1919;
    line-height: 20px;
  }

  .fr-addon-card.fr-addon-featured.fr-selected {
    background: #f8f6f4;
  }

  .hotel-info-card {
    padding: 20px !important;
  }

  .hotel-info-header {
    margin-bottom: 10px;
  }

  .fr-edit-modal.datetimemodal {
    max-width: 100% !important;
  }

  .csmodal_container {
    padding: 10px;
  }

  .fr-edit-modal {
    max-width: 100% !important;
    width: 100% !important;
  }

  #editLocationModal .csmodal_container {
    padding: 10px;
    height: 500px;
    overflow-y: auto;
  }

  .fr-review-card {
    position: relative;
    margin-top: 15px;
  }

  #editVehiclesModal .csmodal_container {
    padding: 20px;
    height: 440px;
    overflow-y: auto;
  }

  .fr-checkout-sidebar {
    position: relative;
    top: 40px;
  }

  .fr-terms-container {
    top: 40px !important;
  }

  .guidetour_datetime {
    width: 100% !important;
    margin: 0 auto;
  }

  .infotext {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 17px;
    line-height: 18px;
  }

  .fr-section-divider {
    margin-top: 19px;
    padding-top: 19px;
  }

  .fr-checkout-section {
    margin-bottom: 45px;
  }

  .fr-confirmation {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px;
  }

  .fr-confirmation-actions .fr-btn-outline {
    border: 1px solid hsl(21, 17.9%, 56.1%);
  }

  .fr-confirmation h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .fr-confirmation-progress {
    max-width: 420px;
    margin: 0 auto 24px;
  }

  .fr-confirmation-progress-bar {
    width: 100%;
    height: 10px;
    background: hsl(35, 20%, 90%);
    border-radius: 999px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px hsla(220, 15%, 18%, 0.08);
  }

  .fr-confirmation-progress-fill {
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--fr-primary) 0%, var(--fr-accent) 100%);
    border-radius: inherit;
    transition: width 0.2s linear;
  }

  .fr-confirmation-progress-text {
    margin-top: 10px;
    font-size: 14px;
    color: var(--fr-muted-foreground);
  }

  .fr-experience-header {
    margin-bottom: 25px;
  }

  .fr-people-controls {

    gap: 0px !important;
  }

  .fr-section-divider {
    margin-top: 0px !important;
  }

  .innercardtitle {
    font-size: 18px !important;
  }

  .fr-people-note {
    font-size: 13px !important;

  }
}




















@media (min-width: 769px) and (max-width: 1024px) {
  .fr-two-column-layout {
    grid-template-columns: 1fr;
  }

  .fr-global-cart {
    position: relative;
    top: 0;
  }
}

@media (min-width: 1025px) {
  .fr-two-column-layout {
    grid-template-columns: 1fr 340px;
  }

  .fr-global-cart {
    position: sticky;
    top: 140px;
  }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {

  .fr-experience-card:hover,
  .fr-vehicle-card:hover {
    transform: none;
  }

  .fr-btn:hover:not(:disabled) {
    transform: none;
  }

  .fr-btn {
    min-height: 48px;
  }

  .fr-quantity-btn {
    width: 40px;
    height: 40px;
  }
}

/* ========================================
       TOUR FLOW STYLES (Preserved)
       ======================================== */
.fr-tour-type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

@media (max-width: 600px) {
  .fr-tour-type-grid {
    grid-template-columns: 1fr;
  }
}

.fr-tour-type-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: var(--fr-card);
  border: 2px solid var(--fr-border);
  border-radius: var(--fr-radius);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.fr-tour-type-card:hover {
  border-color: var(--fr-primary);
  box-shadow: var(--fr-shadow-md);
}

.fr-tour-type-card.fr-selected {
  border-color: var(--fr-primary);
  background: hsla(22, 18%, 56%, 0.05);
}

.fr-tour-type-card.fr-selected::after {
  content: '✓';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  background: var(--fr-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

.fr-tour-type-image {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.fr-tour-type-content h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.fr-tour-type-content p {
  font-size: 13px;
  color: var(--fr-muted-foreground);
}

.fr-guided-tours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .fr-guided-tours-grid {
    grid-template-columns: 1fr;
  }
}

.fr-guided-tour-card {
  background: var(--fr-card);
  border-radius: var(--fr-radius);
  overflow: hidden;
  box-shadow: var(--fr-shadow-card);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
}

.fr-guided-tour-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--fr-shadow-lg);
}

.fr-guided-tour-card.fr-selected {
  border-color: var(--fr-primary);
}

.fr-guided-tour-card .fr-tour-select-circle {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.9);
  border: 2px solid var(--fr-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.fr-guided-tour-card.fr-selected .fr-tour-select-circle {
  background: var(--fr-primary);
  border-color: var(--fr-primary);
}

.fr-guided-tour-card.fr-selected .fr-tour-select-circle::after {
  content: '✓';
  color: white;
  font-size: 12px;
  font-weight: 600;
}

.fr-guided-tour-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.fr-guided-tour-price-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 12px;
  background: hsla(0, 0%, 100%, 0.95);
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
}

.fr-guided-tour-content {
  padding: 14px;
}

.fr-guided-tour-content h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.fr-guided-tour-content p,
.fr-tour-desc {
  font-size: 13px;
  color: var(--fr-muted-foreground);
  margin-bottom: 10px;
  line-height: 20px;
}

.fr-read-more-btn {
  background: none;
  border: none;
  color: var(--fr-primary, #ea580c);
  padding: 0 4px;
  font-weight: 600;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
  display: inline-block;
}

.fr-read-more-btn:hover {
  color: var(--fr-primary-hover, #c2410c);
}

.fr-guided-tour-meta {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: var(--fr-muted-foreground);
}

.fr-guided-tour-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.fr-self-guided-info {
  background: var(--fr-muted);
  border-radius: var(--fr-radius);
  padding: 20px;
  margin-bottom: 20px;
}

.fr-self-guided-info h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.fr-self-guided-info p {
  font-size: 14px;
  color: var(--fr-muted-foreground);
  margin-bottom: 14px;
}

.fr-self-guided-features {
  list-style: none;
}

.fr-self-guided-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 8px;
}

.fr-self-guided-features .material-icons {
  font-size: 18px;
  color: var(--fr-success);
}

.fr-people-selector {
  background: var(--fr-card);
  border: 1px solid var(--fr-border-light);
  border-radius: var(--fr-radius);
  padding: 14px;
  box-shadow: var(--fr-shadow-card);
  display: flex;
  justify-content: space-between;
}

.fr-people-selector h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.fr-people-controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fr-people-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--fr-border);
  background: var(--fr-card);
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--fr-transition);
}

.fr-people-btn:hover:not(:disabled) {
  border-color: var(--fr-primary);
  color: var(--fr-primary);
}

.fr-people-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.fr-people-count {
  font-size: 24px;
  font-weight: 700;
  min-width: 40px;
  text-align: center;
}

.fr-people-note {
  font-size: 16px;
  color: var(--fr-muted-foreground);
  margin-top: 8px;
}

.fr-section-divider {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--fr-border-light);
}

.fr-section-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.fr-tour-cart {
  background: var(--fr-card);
  border-radius: var(--fr-radius-lg);
  padding: 20px;
  box-shadow: var(--fr-shadow-card);
  border: 1px solid var(--fr-border-light);
  height: fit-content;
}

@media (min-width: 1024px) {
  .fr-tour-cart {
    position: sticky;
    top: 140px;
  }
}

.fr-tour-cart h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--fr-border-light);
}

.fr-tour-cart-cta {
  width: 100%;
  padding: 14px;
  background: var(--fr-primary);
  color: white;
  border: none;
  border-radius: var(--fr-radius);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 16px;
  transition: var(--fr-transition);
}

.fr-tour-cart-cta:hover:not(:disabled) {
  background: var(--fr-primary-hover);
}

.fr-tour-cart-cta:disabled {
  opacity: 0.85;
  cursor: not-allowed;
}

.fr-tour-confirmation {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 16px;
}

.fr-tour-confirmation-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: hsla(145, 65%, 42%, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fr-tour-confirmation-icon .material-icons {
  font-size: 40px;
  color: var(--fr-success);
}

.fr-tour-confirmation h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.fr-tour-confirmation-subtitle {
  font-size: 16px;
  color: var(--fr-muted-foreground);
  margin-bottom: 6px;
}

.fr-tour-confirmation-email {
  font-size: 14px;
  color: var(--fr-muted-foreground);
  margin-bottom: 24px;
}

.fr-tour-summary-card {
  background: var(--fr-card);
  border: 1px solid var(--fr-border-light);
  border-radius: var(--fr-radius);
  padding: 16px;
  margin-bottom: 24px;
  text-align: left;
  box-shadow: var(--fr-shadow-card);
}

.fr-tour-summary-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--fr-border-light);
}

.fr-tour-summary-row:last-child {
  border-bottom: none;
}

.fr-tour-summary-label {
  color: var(--fr-muted-foreground);
  font-size: 14px;
}

.fr-tour-summary-value {
  font-weight: 500;
  font-size: 14px;
}

.fr-tour-confirmation-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Session cards */
.fr-session-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.fr-session-card {
  padding: 14px;
  background: var(--fr-card);
  border: 2px solid var(--fr-border);
  border-radius: var(--fr-radius);
  cursor: pointer;
  transition: var(--fr-transition);
  text-align: center;
}

.fr-session-card:hover {
  border-color: var(--fr-primary);
}

.fr-session-card.fr-selected {
  border-color: var(--fr-primary);
  background: hsla(22, 18%, 56%, 0.05);
}

.fr-session-time {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.fr-session-spots {
  font-size: 12px;
  color: var(--fr-muted-foreground);
}

/* Tour hero image */
.fr-tour-hero-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: var(--fr-radius);
  margin-bottom: 16px;
}

.fr-tour-thumbnails {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  overflow-x: auto;
}

.fr-tour-thumbnail {
  width: 70px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.fr-tour-thumbnail:hover,
.fr-tour-thumbnail.active {
  opacity: 1;
}

/* Participant cards */
.fr-participant-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fr-participant-card {
  background: var(--fr-card);
  border: 1px solid var(--fr-border-light);
  border-radius: var(--fr-radius);
  padding: 16px;
  box-shadow: var(--fr-shadow-card);
}

.fr-participant-header {
  margin-bottom: 12px;
}

.fr-participant-badge {
  display: inline-block;
  padding: 5px 10px;
  background: var(--fr-primary);
  color: white;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
}

/* Tour delivery options */
.fr-tour-delivery-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}

.fr-tour-delivery-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  background: var(--fr-card);
  border: 2px solid var(--fr-border);
  border-radius: var(--fr-radius);
  cursor: pointer;
  transition: var(--fr-transition);
}

.fr-tour-delivery-option:hover {
  border-color: var(--fr-primary);
}

.fr-tour-delivery-option.fr-selected {
  border-color: var(--fr-primary);
  background: hsla(22, 18%, 56%, 0.05);
}

.fr-tour-delivery-radio {
  width: 20px;
  height: 20px;
  border: 2px solid var(--fr-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.fr-tour-delivery-option.fr-selected .fr-tour-delivery-radio {
  border-color: var(--fr-primary);
}

.fr-tour-delivery-option.fr-selected .fr-tour-delivery-radio::after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--fr-primary);
  border-radius: 50%;
}

.fr-tour-delivery-content h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.fr-tour-delivery-content p {
  font-size: 12px;
  color: var(--fr-muted-foreground);
}

.fr-tour-delivery-form {
  display: none;
  margin-top: 16px;
  padding: 16px;
  background: var(--fr-muted);
  border-radius: var(--fr-radius);
}

.fr-tour-delivery-form.fr-visible {
  display: block;
}

/* Tour pickup locations */
.fr-tour-pickup-locations {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

/* Tour addons */
.fr-tour-addons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 16px;
}

/* ========================================
       DELIVERY FLOW STYLES
       ======================================== */
.fr-delivery-location-section {
  max-width: 100%;
}

.fr-delivery-map-container {
  height: 350px;
  border-radius: var(--fr-radius);
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid var(--fr-border-light);
}

.fr-delivery-address-input {
  margin-bottom: 20px;
}

.fr-delivery-address-search {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  margin-bottom: 20px;
}

.fr-delivery-address-search .fr-input-group {
  flex: 1;
}

.fr-detect-location-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: var(--fr-secondary);
  border: 1px solid var(--fr-border);
  border-radius: var(--fr-radius);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--fr-foreground);
  transition: var(--fr-transition);
  white-space: nowrap;
  height: 48px;
}

.fr-detect-location-btn:hover {
  background: var(--fr-muted);
  border-color: var(--fr-primary);
}

.fr-detect-location-btn .material-icons {
  font-size: 20px;
}

.fr-delivery-stores-reference {
  margin-top: 24px;
  padding: 16px;
  background: var(--fr-muted);
  border-radius: var(--fr-radius);
}

.fr-delivery-stores-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--fr-muted-foreground);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.fr-delivery-store-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--fr-border-light);
}

.fr-delivery-store-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.fr-delivery-store-item .material-icons {
  color: var(--fr-primary);
  font-size: 20px;
}

.fr-delivery-store-name {
  font-weight: 500;
  font-size: 14px;
}

.fr-delivery-store-distance {
  margin-left: auto;
  font-size: 13px;
  color: var(--fr-muted-foreground);
}

.fr-delivery-fee-display {
  margin-top: 20px;
  padding: 16px;
  background: linear-gradient(135deg, hsla(22, 18%, 56%, 0.1), hsla(42, 85%, 58%, 0.1));
  border: 1px solid var(--fr-primary);
  border-radius: var(--fr-radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fr-delivery-fee-label {
  font-size: 16px;
  font-weight: 500;
  color: var(--fr-foreground);
}

.fr-delivery-fee-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--fr-primary);
}

.fr-delivery-fee-note {
  font-size: 12px;
  color: var(--fr-muted-foreground);
  margin-top: 0px;
  line-height: initial;
}

/* Delivery selected location card */
.fr-delivery-selected-location {
  display: none;
  padding: 16px;
  background: var(--fr-card);
  border: 2px solid var(--fr-success);
  border-radius: var(--fr-radius);
  margin-top: 16px;
}

.fr-delivery-selected-location.fr-visible {
  display: block;
}

.fr-delivery-selected-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--fr-success);
  font-weight: 600;
  font-size: 14px;
}

.fr-delivery-selected-address {
  font-size: 14px;
  color: var(--fr-foreground);
}

.px-blur-bottom {
  display: none;
}

/* Hero Image */
.fr-hero-image-container {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--fr-shadow-xl);
}

.fr-hero-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .fr-hero-image {
    height: 500px;
  }
}

.fr-hero-overlay {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  padding: 1.5rem;
  background: linear-gradient(to top, hsla(200, 20%, 15%, 0.8), transparent);
  background: hsla(45, 25%, 99%, 0.9);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  color: #000;
}

.fr-hero-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
}

.fr-hero-stat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: hsl(0, 0%, 16.9%);
  font-size: 0.875rem;
}

.fr-hero-stat-icon {
  color: #a3897a;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.dateimecolumn {
  padding: 0px 50px 0px 0px;
}

.secwidth-60 {
  width: 80%;
  margin: 0 auto;
}

.fr-progress-container {
  display: none !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
  outline: none;
  height: 48px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  padding-left: 26px;
  padding-right: 26px;
  color: var(--tp-common-px-black);
  border: 1px solid #D3D3D3;
  background-color: var(--tp-common-px-white);
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 12px !important;
}

.iti__flag {
  margin-right: 8px !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti__flag-container {
  width: fit-content !important;
  border-radius: 10px;
}

/* intl style */
.fr-upload-title iconify-icon {
  font-size: 20px;
}


.secwidth-70 {
  width: 70%;
  margin: 0 auto;
}

.addon-icon {
  width: 32px;
  height: 32px;
  stroke: #000;
  stroke-width: 1.2em;
  fill: none;
}

.fr-addon-icon img {
  width: 20px;
}

.fr-edit-modal-row {
  margin-bottom: 10px;
}

.vehicleeditmodal {
  width: 70%;
  max-width: 70%;
}

.fr-two-column-layout.row {
  align-items: center;
}


.csmodal_container .fr-rental-delivery-map {
  height: 230px;
  border-radius: var(--fr-radius);
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid var(--fr-border-light);
}

.datedit_modal_sec .csmodal_container {
  display: flex;
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.fr-edit-modal.datetimemodal {
  max-width: 80%;
}

.guidetour_datetime {
  width: 55%;
  margin: 0 auto;
}

.innercardtitle {
  font-size: 20px;
}

.sepsection_title {
  margin-bottom: 15px;
}

.infotext {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.infotext iconify-icon {
  font-size: 18px;
}

.editvehicle_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.fr-btn.fr-btn-primary:hover {
  color: #fff;
}

.fr-terms-container {
  margin-top: 25px;
  top: 30px;
  position: relative;
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
  display: none;
}

.fr-addons-tip iconify-icon {
  font-size: 20px;
  color: #252525;
}

.fr-addons-tip span {
  display: flex;
  align-items: center;
}


.hotel-info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.hotel-info-header {
  font-size: 14px;
  font-weight: 600;
  color: #8f7b6b;
  margin-bottom: 20px;
}

.hotel-info-body label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  color: #222;
}

.hotel-info-body input {
  width: 100%;
  height: 52px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  padding: 0 16px;
  font-size: 14px;
  outline: none;
  transition: all .2s ease;
}

.hotel-info-body input:focus {
  border-color: #a48a7b;
}

.hotel-info-note {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #8b8b8b;
}

/* Custom premium SweetAlert2 styles */
.swal2-container.swal2-backdrop-show {
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  background: rgba(15, 23, 42, 0.3) !important;
}

.swal2-popup {
  background: #ffffff !important;
  border: 1px solid #eae6e1 !important;
  border-radius: 24px !important;
  padding: 40px 32px !important;
  max-width: 420px !important;
  box-shadow: 0 20px 40px rgba(154, 121, 102, 0.06) !important;
  font-family: 'Outfit', 'Inter', sans-serif !important;
  box-sizing: border-box !important;
}

/* Custom modern flat icons */
.swal2-icon {
  border: none !important;
  background: transparent !important;
  width: 64px !important;
  height: 64px !important;
  margin: 0 auto 24px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.swal2-icon.swal2-error {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23dc2626' d='M12 2c-.6 0-1.1.3-1.4.8l-9 15.6c-.3.5-.3 1.1 0 1.6.3.5.8.8 1.4.8h18c.6 0 1.1-.3 1.4-.8.3-.5.3-1.1 0-1.6l-9-15.6c-.3-.5-.8-.8-1.4-.8z'/%3E%3Cpath fill='%23ffffff' d='M12 8.5c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1s1-.4 1-1v-4c0-.6-.4-1-1-1zm0 8c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1z'/%3E%3C/svg%3E") !important;
}

.swal2-icon.swal2-warning {
  background-image: url("../img/icons/swal-warning.png") !important;
}

.swal2-icon.swal2-success {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle fill='%2316a34a' cx='12' cy='12' r='10'/%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M7 12l3 3 7-7'/%3E%3C/svg%3E") !important;
}

.swal2-icon.swal2-info {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle fill='%232563eb' cx='12' cy='12' r='10'/%3E%3Cpath fill='%23ffffff' d='M12 9c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1zm0 8c-.6 0 1-.4 1-1v-4c0-.6-.4-1-1-1s-1 .4-1 1v4c0 .6.4 1 1 1z'/%3E%3C/svg%3E") !important;
}

.swal2-icon.swal2-question {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle fill='%234b5563' cx='12' cy='12' r='10'/%3E%3Cpath fill='%23ffffff' d='M12 17.5c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1zm0-11c-2.2 0-4 1.8-4 4 0 .6.4 1 1 1s1-.4 1-1c0-1.1.9-2 2-2s2 .9 2 2c0 1.1-.9 2-2 2-.6 0-1 .4-1 1v2c0 .6.4 1 1 1s1-.4 1-1v-1.2c1.7-.4 3-1.9 3-3.8 0-2.2-1.8-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* Hide native inner markup of Swal icons */
.swal2-icon .swal2-success-ring,
.swal2-icon .swal2-success-fix,
.swal2-icon .swal2-x-mark,
.swal2-icon .swal2-icon-content,
.swal2-icon [class^='swal2-success-line'],
.swal2-icon [class^='swal2-x-mark-line'] {
  display: none !important;
}

/* Typography styling */
.swal2-title {
  font-family: 'Outfit', 'Inter', sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #2c2520 !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}

.swal2-html-container {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: #7c726a !important;
  line-height: 1.6 !important;
  margin: 0 0 28px 0 !important;
  padding: 0 !important;
}

/* Button Layout & Styling */
.swal2-actions {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.swal2-confirm.swal2-styled,
.swal2-cancel.swal2-styled,
.swal2-deny.swal2-styled,
.fr-premium-swal-btn {
  flex: 1 !important;
  height: 48px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 16px !important;
  transition: all 0.2s ease-in-out !important;
  cursor: pointer !important;
}

/* Default Confirm button (brand primary brown) */
.swal2-confirm.swal2-styled,
.fr-premium-swal-btn {
  background-color: #9a7966 !important;
  color: #ffffff !important;
}
.swal2-confirm.swal2-styled:hover,
.fr-premium-swal-btn:hover {
  background-color: #856654 !important;
  transform: translateY(-1px);
}

/* Cancel Button */
.swal2-cancel.swal2-styled {
  background-color: #f4f4f5 !important;
  color: #27272a !important;
}
.swal2-cancel.swal2-styled:hover {
  background-color: #e4e4e7 !important;
}

/* Deny Button */
.swal2-deny.swal2-styled {
  background-color: #fee2e2 !important;
  color: #dc2626 !important;
}
.swal2-deny.swal2-styled:hover {
  background-color: #fecaca !important;
}

/* Contextual Button styling based on the active icon inside the popup */
.swal2-popup:has(.swal2-success) .swal2-confirm.swal2-styled {
  background-color: #16a34a !important;
}
.swal2-popup:has(.swal2-success) .swal2-confirm.swal2-styled:hover {
  background-color: #15803d !important;
}

.swal2-popup:has(.swal2-error) .swal2-confirm.swal2-styled {
  background-color: #dc2626 !important;
}
.swal2-popup:has(.swal2-error) .swal2-confirm.swal2-styled:hover {
  background-color: #b91c1c !important;
}

/* .swal2-popup:has(.swal2-warning) .swal2-confirm.swal2-styled {
  background-color: #d97706 !important;
} */
.swal2-popup:has(.swal2-warning) .swal2-confirm.swal2-styled:hover {
  background-color: #9a7966 !important;
}

.swal2-popup:has(.swal2-info) .swal2-confirm.swal2-styled {
  background-color: #2563eb !important;
}
.swal2-popup:has(.swal2-info) .swal2-confirm.swal2-styled:hover {
  background-color: #1d4ed8 !important;
}

/* Close & Progress Elements */
.swal2-close {
  font-family: monospace !important;
  color: #a1a1aa !important;
  transition: color 0.2s ease !important;
  outline: none !important;
}
.swal2-close:hover {
  color: #71717a !important;
}

.swal2-timer-progress-bar {
  background: #9a7966 !important;
}

/* Loader custom style */
.swal2-loader {
  border-color: #9a7966 transparent #9a7966 transparent !important;
}

.transparent-loading-swal {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 20px !important;
  box-shadow: 0 20px 40px -5px rgba(15, 23, 42, 0.1), 
              0 10px 20px -10px rgba(15, 23, 42, 0.05) !important;
  padding: 36px 30px !important;
  max-width: 440px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.transparent-loading-swal .swal2-title {
  color: #0f172a !important;
  font-family: 'Inter', 'Roboto', sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  margin: 16px 0 8px 0 !important;
  letter-spacing: -0.02em !important;
}

.transparent-loading-swal .swal2-html-container {
  color: #475569 !important;
  font-family: 'Inter', 'Roboto', sans-serif !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  font-weight: 450 !important;
}

.transparent-loading-swal .swal2-loader {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-color: #9a7966 transparent #9a7966 transparent !important;
  border-width: 3.5px !important;
  border-style: solid !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  margin: 15px auto !important;
  animation: swal2-rotate 1.2s linear infinite !important;
}

@keyframes swal2-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Highlighted Warning Banner for Complete Booking */
#completeBookingHint,
#deliveryCompleteBookingHint,
#tourCompleteBookingHint {
  background: #fef2f2;
  border: 1px solid #fee2e2;
  border-radius: var(--fr-radius);
  padding: 14px 18px;
  color: var(--fr-destructive);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 16px;
  margin-bottom: 24px;
  display: none;
  /* Managed dynamically by JS */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

/* Contract Consent Row styling for Step 7 (broken into rows) */
.fr-contract-consent-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--fr-border);
}

.fr-contract-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  width: 100%;
}

.fr-download-contract-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

/* Footer amount & layout styles for Step 7 */
.fr-nav-footer-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.fr-footer-divider {
  width: 1px;
  height: 24px;
  background-color: var(--fr-border-light, #e2e8f0);
}

.fr-footer-total {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.fr-footer-total-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--fr-muted-foreground, #64748b);
  font-weight: 500;
  margin: 0;
  line-height: 1;
}

.fr-footer-total-amount {
  font-size: 20px;
  font-weight: 700;
  color: var(--fr-primary, #b49b8e);
  margin: 0;
  line-height: 1;
}

.fr-nav-footer .fr-checkout-cta {
  width: auto;
  min-width: 200px;
  margin: 0;
}

@media (max-width: 768px) {
  .fr-download-contract-btn {
    width: 100%;
    justify-content: center;
    align-self: stretch;
  }
}

@media (max-width: 600px) {
  .fr-nav-footer {
    padding: 12px !important;
    gap: 8px;
  }

  .fr-nav-footer-left {
    gap: 0;
    flex-direction: row-reverse;
  }

  .fr-footer-divider {
    display: none;
  }

  .fr-footer-total-amount {
    font-size: 18px;
  }

  .fr-nav-footer .fr-checkout-cta {
    min-width: unset !important;
    width: auto !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
  }
}

/* Premium Stripe Payment Modal Styles */
.stripe-modal-container {
  background: #ffffff;
  border-radius: 20px;
  width: 90%;
  max-width: 480px;
  height: 85vh;
  max-height: 650px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: stripeModalSlideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: inherit;
}

@keyframes stripeModalSlideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

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

.stripe-modal-header {
  padding: 24px 28px 16px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid var(--fr-border-light, #f1f5f9);
  flex-shrink: 0;
}

.stripe-modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--fr-muted-foreground, #64748b);
  line-height: 1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.stripe-modal-close-btn:hover {
  background: #f1f5f9;
  color: var(--fr-foreground, #0f172a);
}

.stripe-modal-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--fr-muted-foreground, #64748b);
}

.stripe-modal-amount {
  font-size: 28px;
  font-weight: 700;
  color: var(--fr-foreground, #0f172a);
  margin-top: 6px;
  margin-bottom: 0;
}

.stripe-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 28px;
  background: #fafafa;
}

.stripe-modal-footer {
  padding: 20px 28px 24px;
  background: #ffffff;
  border-top: 1px solid var(--fr-border-light, #f1f5f9);
  flex-shrink: 0;
  text-align: center;
}

.stripe-modal-pay-btn {
  width: 100%;
  height: 48px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(180, 155, 142, 0.2);
  transition: all 0.2s ease;
  margin: 0;
}

.stripe-modal-pay-btn:hover:not(:disabled) {
  opacity: 0.9;
  transform: translateY(-1px);
}

.stripe-modal-pay-btn:disabled {
  background: #e2e8f0 !important;
  color: #94a3b8 !important;
  cursor: not-allowed;
  box-shadow: none;
}

.stripe-modal-secured-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--fr-muted-foreground, #64748b);
  margin-top: 12px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}



@media (max-width:767px){
  .swal2-popup {
    max-width: 100% !important;
}
}