@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Import Font */
/* Colors */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

:root {
  --primary-font: "Montserrat", sans-serif;
  --primary-color-teal: #b9f9eb;
  /* Approximate from image */
  --primary-color-light-teal-bg: #b9f9eb;
  /* Approximate light teal background */
  --secondary-color-cream-bg: #fbe2ba;
  /* Approximate cream background for sections */
  --accent-color-purple: #a200d7;
  /* Approximate purple for buttons and highlights */
  --text-color-dark: #000;
  --text-color-light: #FFFFFF;
  --border-color: #DDDDDD;
  --color-red: #ed4141;
  --border-grey: #e5e5e5;
  --box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  --border-radius-small: 5px;
  --border-radius-medium: 10px;
  --section-padding: 60px 0;
  --wrapper-max-width: 1680px;
  /* Adjust as needed */
  --background-color: #fff;
  --color-orange: #ed9941;
}

body {
  font-family: var(--primary-font);
  color: var(--text-color-dark);
  margin: 0;
  padding: 0;
  background-color: var(--background-color);
  /* Overall page background */
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  max-width: var(--wrapper-max-width);
  margin: 0 auto;
  padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--primary-font);
  font-weight: 700;
  color: var(--text-color-dark);
}

h1 {
  font-size: 3em;
  /* Example, adjust based on design */
}

h2 {
  font-size: 2.2em;
  /* Example, adjust based on design */
  margin-bottom: 0.25em;
}

h3 {
  font-size: 1.5em;
  /* Example, adjust based on design */
}

a {
  text-decoration: none;
  color: var(--accent-color-purple);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

input {
  font-family: var(--primary-font);
}

strong {
  font-weight: 700;
}

hr.styled {
  background: #dbdbdb;
  border: 0;
  height: 1px;
  margin: 10px 0 40px;
}

button, .button {
  font-family: var(--primary-font);
  background-color: var(--accent-color-purple);
  color: var(--text-color-light);
  padding: 12px 25px;
  border: none;
  border-radius: var(--border-radius-small);
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: transform 0.1s ease;
}
button.small-text-btn, .button.small-text-btn {
  font-size: 12px;
  padding: 22px 35px;
}

.iti {
  width: 100%;
}

.iti__selected-flag {
  padding-left: 20px;
  padding-right: 13px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
  padding-left: 82px;
}

.iti__country {
  padding: 8px 20px;
}

.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 5px;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
  font-size: 14px;
}
.alert.alert-danger {
  --bs-alert-color: #58151c;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f1aeb5;
  --bs-alert-link-color: #58151c;
}
.alert.alert-success {
  --bs-alert-color: #0a3622;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #a3cfbb;
  --bs-alert-link-color: #0a3622;
}

.form-control {
  font-family: var(--primary-font);
  border: 1px solid #c7c7c7;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  padding: 20px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}
.form-control:focus {
  border-color: #666;
}

.required-star {
  color: #ff0000;
}

.close-sidebar-btn {
  display: none;
  position: absolute;
  top: 15px;
  right: 25px;
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--text-color-dark);
  cursor: pointer;
  line-height: 1;
  padding: 5px;
  z-index: 1100;
}
.close-sidebar-btn:hover {
  color: var(--color-red);
  background: transparent;
}

/* ==========================================================================
   Custom Select2 Styles
   ========================================================================== */
.select2-container--default .select2-selection--single {
  background-color: var(--background-color, #fff);
  border: 1px solid #c7c7c7;
  border-radius: var(--border-radius-small, 5px);
  height: auto;
  font-size: 0.87em;
  padding: 14px 20px;
  font-size: 14px;
  transition: border-color 0.1s;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--text-color-dark, #000);
  font-family: var(--primary-font);
  font-weight: 500;
  padding-left: 0;
  line-height: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 30px;
  /* Provides space for the arrow */
  position: absolute;
  top: 0;
  right: 11px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-style: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
}

.select2-dropdown {
  background-color: var(--background-color, #fff);
  border: 1px solid var(--border-grey, #e5e5e5);
  border-top: none;
  border-radius: 0 0 var(--border-radius-small, 5px) var(--border-radius-small, 5px);
  box-shadow: var(--box-shadow, 0 4px 15px rgba(0, 0, 0, 0.1));
}

.select2-results__option {
  padding: 10px 12px;
  font-family: var(--primary-font);
  font-weight: 500;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--accent-color-purple, #a200d7);
  color: var(--text-color-light, #fff);
}

.select2-search--dropdown .select2-search__field {
  border-radius: var(--border-radius-small);
  border: 1px solid #c7c7c7;
  font-family: var(--primary-font);
  padding: 8px 12px;
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #666;
  box-shadow: none;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-radius: var(--border-radius-small, 5px) var(--border-radius-small, 5px) 0 0;
}

.select2-container--default {
  min-width: 240px;
  font-size: 14px;
}

.select2-container--open .select2-dropdown {
  border: none;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.date-input-wrapper,
.personal-id-input-wrapper {
  position: relative;
}

.input-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 18px;
  margin-top: -15px;
}
.input-icon i {
  color: #ed9941;
}

.green-checkbox {
  background: #43a047;
  color: #fff;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
}
.green-checkbox .green-checkbox-inner {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  font-family: var(--primary-font);
  margin-bottom: 0.6rem;
  user-select: none;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}

.custom-checkbox .checkmark {
  height: 18px;
  width: 18px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid #c7c7c7;
  margin-right: 10px;
  position: relative;
  transition: border-color 0.1s, background-color 0.1s;
}

.custom-checkbox input[type=checkbox]:checked + .checkmark {
  background-color: #ed9941;
  /* orange from your screenshot */
  border-color: #ed9941 !important;
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input[type=checkbox]:checked + .checkmark::after {
  display: block;
}

.custom-checkbox .checkmark::after {
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -6px;
  margin-left: -3px;
}

.custom-checkbox input[type=checkbox]:disabled + .checkmark {
  opacity: 0.5;
  /* Dim the checkbox when not checked */
}

.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  font-family: var(--primary-font);
  margin-bottom: 0.6rem;
  user-select: none;
}

.custom-radio input[type=radio] {
  display: none;
}

.custom-radio .checkmark {
  height: 18px;
  width: 18px;
  min-width: 18px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #c7c7c7;
  margin-right: 10px;
  position: relative;
  transition: border-color 0.1s, background-color 0.1s;
  display: inline-block;
}

.custom-radio input[type=radio]:checked + .checkmark {
  border-color: #ed9941 !important;
}
.custom-radio input[type=radio]:checked + .checkmark:after {
  content: "";
  background: #ed9941;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
}

.custom-radio .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-radio input[type=radio]:checked + .checkmark::after {
  display: block;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

.button i,
button i {
  margin-left: 7px;
  /* Space between icon and text */
}

button:hover, .button:hover {
  background-color: var(--accent-color-purple);
  text-decoration: none;
}

.button.secondary {
  background-color: var(--background-color);
  color: var(--text-color-dark);
  padding: 15px 20px;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-small);
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: background-color 0.2s ease, border-color 0.2 ease, transform 0.2s ease;
}

.button.secondary i {
  margin-left: 10px;
  transition: transform 0.1s ease;
  transform: translateX(0);
}

.button.secondary:hover {
  border-color: #a8a8a8;
  text-decoration: none;
  background-color: #f4f4f4;
}
.button.secondary:hover i {
  transform: translateX(3px);
}

.orange-btn,
.view-btn.orange-btn {
  background-color: var(--color-orange);
}
.orange-btn:hover,
.view-btn.orange-btn:hover {
  background-color: #d78b3d;
}

/* Utility for title rows */
.title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33px;
}

.title-section .sub-title {
  color: #777;
  font-size: 1.1em;
  margin-top: -10px;
  /* Adjust as needed */
}

/* General section styling */
section {
  padding: var(--section-padding);
}

section:nth-child(even) {
  /* For alternating backgrounds if needed, based on image some sections have a light cream bg */
}

header {
  background-color: var(--primary-color-light-teal-bg);
  /* Or could be transparent if hero bg covers it */
  padding: 20px 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  /* Ensure it spans full width */
}

header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo img {
  width: 120px;
  /* As per your HTML */
  vertical-align: middle;
}

.is-homepage header .logo {
  width: 120px;
  height: 114px;
  position: relative;
}
.is-homepage header .logo img {
  width: 205px;
  max-width: none;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 2;
}

header nav {
  margin-left: auto;
  margin-right: 30px;
}

header nav ul {
  display: flex;
  align-items: center;
}

header nav ul li {
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 30px;
  /* Spacing between nav items */
  position: relative;
  /* For dropdown positioning */
}
header nav ul li.special-link a {
  background: var(--accent-color-purple);
  border-radius: var(--border-radius-small);
  padding: 6px 14px 6px 12px;
  display: inline-block;
  color: var(--text-color-light);
}
header nav ul li.special-link a i {
  transform: translateX(0);
  margin-left: 5px;
  transition: transform 0.1s ease;
}
header nav ul li.special-link a:hover {
  color: var(--text-color-light);
  background-color: #7d02a6;
}
header nav ul li.special-link a:hover i {
  transform: translateX(3px);
}

header nav ul li a,
header nav ul li span {
  /* For "Grupu ceļojumi" */
  color: var(--text-color-dark);
  font-weight: 600;
  font-size: 0.95em;
  padding: 10px 5px;
  cursor: pointer;
  /* For the span */
}

header nav ul li a:hover,
header nav ul li span:hover,
header nav ul li a.active {
  /* Add .active for current page */
  color: var(--accent-color-purple);
}

header nav i {
  margin-left: 10px;
}

/* Dropdown Menu */
header nav ul li {
  white-space: nowrap;
}
header nav ul li .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  /* Adjust as needed */
  z-index: 1001;
  padding-top: 15px;
  transform: translateY(-10px);
}
header nav ul li ul {
  background-color: var(--text-color-light);
  border-radius: var(--border-radius-small);
  padding: 10px 0;
  box-shadow: var(--box-shadow);
  display: block;
}

header nav ul li:hover .dropdown {
  display: block;
  transform: translateY(0);
  animation: megaMenuFadeInSlideDown 0.3s ease-out forwards;
  opacity: 1;
}

header nav ul li .dropdown li {
  margin-left: 0;
}

header nav ul li .dropdown li a {
  display: block;
  padding: 10px 20px;
  color: var(--text-color-dark);
  font-size: 0.9em;
  white-space: nowrap;
}

header nav ul li .dropdown li a:hover {
  color: var(--accent-color-purple);
}

header .my-account {
  padding: 15px 25px;
  font-size: 0.9em;
  background-color: var(--color-orange);
  color: var(--text-color-light);
  border-radius: var(--border-radius-small);
  transition: background-color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}
header .my-account.account-link {
  display: block;
  padding-top: 12px;
  padding-bottom: 13px;
  transform: translateZ(0);
  /* or */
  backface-visibility: hidden;
}
header .my-account:hover {
  transform: translateY(-3px);
}

header .my-account i {
  margin-left: 0;
  margin-right: 8px;
}

header .my-account:hover {
  background-color: #d78b3d;
  color: var(--text-color-light);
}

section.hero {
  background-color: var(--primary-color-light-teal-bg);
  /* Light teal background from image */
  padding: 80px 0 0;
  /* Adjust padding as needed */
  text-align: center;
  /* Center content */
  position: relative;
  /* For illustration if it's absolutely positioned */
  overflow: hidden;
  /* If illustration goes out of bounds */
  /* If there's a background image for the mountains:
  background-image: url('path/to/mountain-bg.svg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain; */
}
section.hero .wrapper {
  z-index: 3;
  position: relative;
}

/* Placeholder for mountain graphics if they are separate elements or pseudo-elements */
section.hero::before {
  /* Example for bottom mountains */
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  /* Adjust height */
  background-image: url("path/to/your/mountains-bottom.svg");
  /* Replace with actual path */
  background-size: cover;
  /* Or contain, adjust as needed */
  background-repeat: no-repeat;
  z-index: 1;
}

section.hero .hero-content {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  /* Above background elements */
}

section.hero h1 {
  font-size: 3.5em;
  /* Adjust based on image */
  color: var(--text-color-dark);
  /* Or could be white if on a darker part of bg image */
  font-weight: 800;
  /* Looks bolder */
  margin-bottom: -0.08em;
}

section.hero h2 {
  /* "ceļojumu sajūtu aģentūra" */
  font-size: 1.6em;
  /* Adjust */
  color: #555;
  font-weight: 700;
  /* Lighter than h1 */
  margin-bottom: 45px;
}

section.hero .search-form {
  margin-top: 30px;
}

section.hero .search-form label {
  display: block;
  font-size: 0.9em;
  color: var(--text-color-dark);
  margin-bottom: 10px;
  font-weight: 600;
  text-align: left;
}

section.hero .travel-search-field {
  display: flex;
  margin: 0 auto;
  border-radius: var(--border-radius-small);
  /* Rounded container */
  background-color: var(--text-color-light);
}

section.hero .travel-search-field input[type=text] {
  flex-grow: 1;
  padding: 20px;
  border: 0;
  /* Or remove if design has no inner border */
  border-right: none;
  /* If button is directly attached */
  font-size: 0.9em;
  font-weight: 600;
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
  /* Round left corners */
  outline: none;
  font-family: var(--primary-font);
  transition: box-shadow 0.3s ease;
}
section.hero .travel-search-field input[type=text]:focus {
  box-shadow: var(--box-shadow);
}

section.hero .travel-search-field button[type=submit] {
  padding: 18px 35px;
  border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0;
  /* Round right corners */
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
}
section.hero .travel-search-field button[type=submit] i {
  transition: transform 0.1s ease;
  transform: translateX(0);
}

section.hero .travel-search-field button[type=submit]:hover {
  background-color: #7d02a6;
}
section.hero .travel-search-field button[type=submit]:hover i {
  transform: translateX(3px);
}

/* The illustration seems to be a character on top of mountains.
   This could be an img tag within .hero-illustration or a background for it.
   Assuming .hero-illustration is a container for an image or SVG. */
.hero-illustration {
  /* Example if it's an image centered */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}

.hero-illustration img {
  /* If you add an img tag here */
  /* position: relative;
     bottom: -50px; /* To make it overlap with mountains if using separate bg for mountains */
}

section.offers {
  background-color: var(--text-color-light);
  /* White background for this section */
  padding: var(--section-padding);
  padding-bottom: 48px;
}

.title-row .title-section h2 {
  font-size: 2em;
  /* Example */
}

.title-row .title-section .sub-title {
  font-size: 0.95em;
  color: #666;
  font-weight: 500;
}

.catalog-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 33px;
}

.catalog-item {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 22px;
}

.catalog-item-image {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: var(--border-radius-medium);
  overflow: hidden;
}
.catalog-item-image a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  /* Remove underline */
}

.catalog-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures image covers the area well */
  transition: transform 0.3s ease;
  transform: translateZ(0);
  /* or */
  backface-visibility: hidden;
}

.catalog-item:hover .catalog-item-image img {
  transform: scale(1.05);
  /* Subtle zoom on hover */
}

.catalog-item-labels {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.catalog-item-labels .label {
  padding: 11px 20px;
  font-size: 0.7em;
  font-weight: 700;
  border-radius: var(--border-radius-small);
  color: var(--text-color-dark);
  background-color: var(--background-color);
}

.catalog-item-labels .label-red {
  color: var(--color-red);
}

.catalog-item-labels .label-purple {
  color: var(--accent-color-purple);
}

/* Add other label styles if needed, e.g., .label-hot, .label-discount */
.catalog-item-date-range {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: var(--color-orange);
  color: var(--text-color-light);
  padding: 8px 19px;
  border-radius: var(--border-radius-small);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  z-index: 1;
}

.catalog-item-content {
  padding: 15px 0 0;
  display: flex;
  flex-grow: 1;
  /* Allows content to fill space if item heights vary */
}

.catalog-item-main {
  flex-grow: 1;
  padding-right: 20px;
}
.catalog-item-main a {
  color: inherit;
  transition: color 0.1s ease;
}
.catalog-item-main a:hover {
  color: var(--accent-color-purple);
}

.catalog-item-main h3 {
  font-size: 0.95em;
  margin-bottom: 10px;
  color: var(--text-color-dark);
  font-weight: 700;
  /* Bolder than default h3 perhaps */
}

.catalog-item-meta {
  font-size: 0.8em;
  color: #555;
  font-weight: 600;
  margin-bottom: 5px;
}

.catalog-item-meta li {
  padding-bottom: 7px;
}

.catalog-item-meta li:last-child {
  padding-bottom: 0;
}

.catalog-item-meta li i {
  width: 20px;
}

.catalog-item-link {
  /* For "Rezervēt" */
  display: inline-block;
  background-color: var(--accent-color-purple);
  color: var(--text-color-light);
  padding: 13px 15px 13px 20px;
  border-radius: var(--border-radius-small);
  font-weight: 600;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
  /* Make button full width of action area */
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 0.75em;
  min-width: 115px;
  white-space: nowrap;
}
.catalog-item-link i {
  margin-left: 5px;
  transform: translateX(0);
  transition: transform 0.1s ease;
}
.catalog-item-link:hover i {
  transform: translateX(3px);
}

.catalog-item-link:hover {
  background-color: #7d02a6;
  text-decoration: none;
}

.catalog-item-price .price {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--text-color-dark);
  /* Price color */
}

section.options {
  background-color: var(--secondary-color-cream-bg);
  /* Cream background */
  padding: 75px 0;
  margin-top: 60px;
}

section.options .options-inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}

.option-box {
  background-color: var(--text-color-light);
  padding: 30px 30px 75px;
  border-radius: var(--border-radius-medium);
  text-align: center;
  flex: 1;
  /* Distribute space equally */
  min-width: 280px;
  /* Minimum width before wrapping */
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 310px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: translateZ(0);
  /* or */
  backface-visibility: hidden;
}
.option-box:hover {
  transform: translateY(-5px);
  /* Subtle lift on hover */
  box-shadow: var(--box-shadow);
  /* Add shadow on hover */
}
.option-box:hover .more-link {
  text-decoration: none;
}
.option-box:hover .more-link i {
  transform: translateX(3px);
  /* Subtle icon movement on hover */
}

.option-box-icon {
  /* Icon image */
  color: #ed9941;
  font-size: 80px;
  margin-bottom: 5px;
}

.option-box h3 {
  font-size: 1.2em;
  color: var(--text-color-dark);
}

.option-box p {
  font-size: 0.8em;
  color: #555;
  line-height: 2;
  margin-bottom: 35px;
  flex-grow: 1;
  font-weight: 500;
}

.more-link {
  font-weight: 700;
  color: var(--text-color-dark);
  font-size: 0.75em;
  text-transform: uppercase;
}
.more-link i {
  transform: translateX(0);
}
.more-link:hover {
  text-decoration: underline;
}
.more-link:hover i {
  transform: translateX(3px);
  /* Subtle icon movement on hover */
}

.more-link i {
  margin-left: 7px;
  transition: transform 0.1s ease;
  /* Smooth transition for icon movement */
}

.option-box .more-link:hover {
  text-decoration: underline;
}

section.blog {
  background-color: var(--text-color-light);
  /* White background */
  padding: var(--section-padding);
  margin-bottom: 20px;
}

/* .title-row styles are global, can be customized if needed here */
.blog-entry {
  display: flex;
  gap: 60px;
  /* Space between image and content */
  margin-top: 34px;
}

.blog-image {
  flex: 0 0 40%;
  /* Image takes about 40% width, adjust as needed */
  max-width: 297px;
  /* Max width for the image */
}
.blog-image img {
  width: 100%;
  transition: transform 0.3s ease;
  transform: translateZ(0);
  /* or */
  backface-visibility: hidden;
}
.blog-image a {
  display: block;
  overflow: hidden;
  border-radius: var(--border-radius-medium);
  /* Rounded corners for image */
}
.blog-image a:hover img {
  transform: scale(1.05);
}

.blog-category {
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  margin-top: -6px;
  margin-bottom: 14px;
  position: relative;
  top: -4px;
}
.blog-category a {
  background: #fbe2ba;
  border-radius: 5px;
  color: #000;
  padding: 7px 22px;
  display: inline-block;
  transition: color 0.1s ease;
  /* Smooth transition for icon movement */
}
.blog-category a:hover {
  color: #a200d7;
}

.blog-content {
  flex: 1;
  /* Content takes remaining space */
}

.blog-content .blog-date {
  font-size: 0.85em;
  color: #777;
  font-weight: 600;
  margin-bottom: 0;
}

.blog-content h3 {
  font-size: 1.5em;
  /* Larger title for blog post */
  color: var(--text-color-dark);
  margin-bottom: 15px;
  font-weight: 600;
}
.blog-content h3 a {
  color: inherit;
}
.blog-content h3 a:hover {
  color: var(--accent-color-purple);
}

.blog-content p {
  /* Excerpt text */
  font-size: 1em;
  color: #000;
  line-height: 2;
  margin-bottom: 25px;
}

.blog-content .read-more {
  font-weight: 700;
  color: var(--accent-color-purple);
  font-size: 1em;
  text-transform: uppercase;
}

.blog-content .read-more:hover {
  text-decoration: underline;
}

section.testimonials {
  background-color: var(--secondary-color-cream-bg);
  /* Teal background */
  padding: var(--section-padding);
  padding-bottom: 70px;
  color: var(--text-color-dark);
  /* Default text color for this section */
}
section.testimonials .wrapper {
  overflow: hidden;
}

section.testimonials .title-row .title-section h2 {
  color: var(--text-color-dark);
  /* Ensure titles are visible on teal */
}

.testimonials-controls button {
  background-color: var(--background-color);
  color: #565555;
  padding: 0;
  border-radius: 10px;
  /* Circular buttons */
  font-size: 0.85em;
  margin-left: 10px;
  width: 37px;
  height: 34px;
  text-align: center;
  line-height: 1;
  /* Adjust for icon centering */
  cursor: pointer;
}

.testimonials-controls button i {
  margin-left: 0;
}

.testimonials-controls button:hover {
  background-color: var(--background-color);
  color: var(--accent-color-purple);
}

.testimonial-items {
  display: flex;
  gap: 30px;
  /* Space between testimonial cards */
  margin-top: 40px;
  /* For a real slider, you'd use JavaScript and more complex CSS */
  transition: transform 0.5s ease-in-out;
}

.testimonial-item {
  background-color: var(--text-color-light);
  padding: 30px 30px 40px;
  border-radius: var(--border-radius-medium);
  flex: 0 0 calc(50% - 15px);
  /* Each item takes roughly half width, adjust as needed */
  min-width: 300px;
  /* Minimum width */
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: translateZ(0);
  /* or */
  backface-visibility: hidden;
}
.testimonial-item:hover {
  box-shadow: var(--box-shadow);
  /* Add shadow on hover */
}

.testimonial-item .quote-icon {
  font-size: 4.5em;
  color: var(--color-orange);
  position: absolute;
  top: 10px;
  left: 37px;
  font-weight: 500;
}

.testimonial-text {
  font-size: 0.9em;
  color: var(--text-color-dark);
  line-height: 2;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-left: 60px;
}

.testimonial-author {
  font-size: 0.9em;
  display: flex;
  align-items: center;
  margin-top: auto;
  /* Pushes author to the bottom */
  padding-left: 61px;
}

.testimonial-author .author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.testimonial-author .author-name {
  font-weight: 600;
  color: var(--text-color-dark);
}

section.gift-card {
  background-color: var(--background-color);
  /* Cream background */
  padding: var(--section-padding);
  text-align: center;
  padding-bottom: 96px;
}

section.gift-card .wrapper {
  /* wrapper might not be needed if text-align center on section */
  /* max-width: 800px; /* Or adjust as needed */
}

.gift-card-content h2 {
  margin-bottom: 10px;
}

.gift-card-content .sub-title {
  margin-left: auto;
  margin-right: auto;
}

.gift-card-content .gift-icon {
  margin-bottom: 50px;
  padding-top: 10px;
}

.gift-card-content .gift-icon i {
  font-size: 140px;
  color: var(--color-orange);
}

.gift-card-content .button {
  padding: 21px 29px;
  font-size: 0.85em;
  transition: transform 0.1s ease;
  /* Smooth transition for icon movement */
}
.gift-card-content .button:hover {
  transform: translateY(-3px);
}

.gift-card-content .title-row {
  text-align: center;
  justify-content: center;
}

.buy-digital-btn {
  transition: transform 0.1s ease;
}
.buy-digital-btn i {
  transition: transform 0.1s ease;
  transform: translateX(0);
}
.buy-digital-btn:hover {
  background-color: #7d02a6;
}
.buy-digital-btn:hover i {
  transition: transform 0.1s ease;
  transform: translateX(3px);
}

section.destinations-map-section {
  background-color: var(--secondary-color-cream-bg);
  /* Cream background, same as gift card in image */
  padding: var(--section-padding);
}

.destinations-map-text {
  margin-bottom: 20px;
  /* Space before map if stacked */
  line-height: 1.2;
}

.destinations-map-text .destinations-count {
  font-size: 4em;
  /* Large number */
  font-weight: 700;
  color: var(--color-orange);
  display: block;
}

.destinations-map-text p {
  font-size: 1.5em;
  line-height: 1.3;
  color: #565555;
  font-weight: 700;
}

.destinations-map-image-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  /* Max width of the map image area */
  margin: -138px auto 20px;
}

.destinations-map-image-container .world-map-background {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) saturate(100%) invert(55%) sepia(55%) saturate(680%) hue-rotate(358deg) brightness(100%) contrast(97%);
  opacity: 0.3;
}

.map-pin {
  position: absolute;
  font-size: 1.7em;
  color: var(--accent-color-purple);
}

section.newsletter-signup-section {
  background-color: var(--background-color);
  /* Teal background */
  padding: 60px 0 80px;
  /* Specific padding */
  text-align: center;
}

.newsletter-form {
  margin-top: 20px;
}

.newsletter-signup-section .title-row {
  justify-content: center;
}

.newsletter-form-fields {
  display: flex;
  justify-content: center;
  max-width: 640px;
  margin: 0 auto;
  border-radius: var(--border-radius-small);
  overflow: hidden;
  /* To make button join input smoothly */
}

.newsletter-form input[type=email] {
  flex-grow: 1;
  padding: 20px;
  border: 1px solid #c7c7c7;
  border-right: none;
  /* If button is directly attached */
  font-size: 0.9em;
  font-weight: 500;
  outline: none;
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
  transition: border-color 0.3s ease;
}
.newsletter-form input[type=email]:focus {
  border-color: #666;
}

.newsletter-form button[type=submit] {
  padding: 18px 35px 17px;
  border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
  transition: background-color 0.2s ease;
}
.newsletter-form button[type=submit] i {
  transition: transform 0.1s ease;
  transform: translateX(0);
}

.newsletter-form button[type=submit]:hover {
  background-color: #7d02a6;
}
.newsletter-form button[type=submit]:hover i {
  transform: translateX(3px);
}

/* ==========================================================================
   Catalog Page Styles
   ========================================================================== */
.catalog-page {
  padding: var(--section-padding);
  padding-top: 72px;
}

.breadcrumbs {
  font-size: 0.8em;
  margin-bottom: 40px;
  color: #000;
}
.breadcrumbs a {
  color: var(--color-orange);
  font-weight: 700;
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs a:first-child {
  margin-left: 0;
  /* No left margin for the first item */
}
.breadcrumbs span {
  color: var(--text-color-dark);
  display: inline-block;
  margin-left: 8px;
}

.catalog-page h1,
.blog-page h1,
.contact-page h1,
.group-page h1 {
  margin-bottom: 30px;
  font-size: 1.7em;
}

.blog-page h1 {
  margin-bottom: 14px;
}

.catalog-page-container {
  display: grid;
  grid-template-columns: 350px 1fr;
  /* Fixed width sidebar, flexible content */
  gap: 80px;
  align-items: flex-start;
}

/* Sidebar Styles */
.catalog-sidebar .filter-group {
  margin-bottom: 35px;
}

.catalog-sidebar .filter-label {
  font-size: 0.9em;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.catalog-sidebar .filter-title {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 15px;
}

.catalog-sidebar input[type=text] {
  width: 100%;
  padding: 18px 20px;
  font-weight: 500;
  font-size: 0.9em;
  border: 1px solid #c7c7c7;
  border-radius: var(--border-radius-small);
  font-family: var(--primary-font);
  transition: border-color 0.1s;
}
.catalog-sidebar input[type=text]:focus {
  border-color: #666;
}

.catalog-sidebar .filter-options {
  list-style: none;
  padding: 0;
  margin: 0;
}
.catalog-sidebar .filter-options li {
  display: flex;
  color: #555;
  align-items: center;
}
.catalog-sidebar .filter-options label {
  font-size: 0.87em;
  font-weight: 500;
  cursor: pointer;
}
.catalog-sidebar .filter-options label .custom-checkbox-text {
  color: #555;
}
.catalog-sidebar .filter-options label:hover .custom-checkbox-text {
  color: var(--text-color-dark);
}
.catalog-sidebar .filter-options label:hover .checkmark {
  border: 1px solid #8e8e8e;
}
.catalog-sidebar .filter-options input[type=checkbox] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  accent-color: var(--accent-color-purple);
}
.catalog-sidebar .filter-options input[type=checkbox]:checked ~ .custom-checkbox-text {
  color: var(--text-color-dark);
}

/* Catalog Grid Styles */
.catalog-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  margin-top: -53px;
  min-height: 54px;
}
.catalog-toolbar label {
  margin-right: 10px;
  font-weight: 600;
  font-size: 0.9em;
}
.catalog-toolbar select {
  padding: 8px 12px;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-small);
  font-family: var(--primary-font);
  font-weight: 500;
}

/* Override for the catalog grid on this specific page */
.catalog-items.catalog-grid-page {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
}

.tour-intro-text {
  font-size: 1em;
  line-height: 2;
  margin-bottom: 70px;
}

.tour-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  color: var(--text-color-light);
  overflow: hidden;
}
.tour-hero .tour-hero-content label {
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding-bottom: 12px;
}
.tour-hero .tour-hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tour-hero .tour-hero-bg .tour-hero-bg-inner {
  position: relative;
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
  border-radius: 0 0 60px 60px;
}
.tour-hero .tour-hero-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tour-hero .tour-hero-wrapper {
  display: flex;
  align-items: center;
  min-height: 500px;
}
.tour-hero .tour-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black overlay */
  z-index: 1;
}
.tour-hero .wrapper {
  position: relative;
  z-index: 2;
}
.tour-hero h1 {
  font-size: 48px;
  font-weight: 800;
  color: var(--text-color-light);
  margin-bottom: 14px;
}
.tour-hero .tour-hero-meta {
  display: flex;
  gap: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 45px;
}
.tour-hero .tour-hero-meta li i {
  margin-right: 10px;
  color: #ed9941;
}
.tour-hero .tour-hero-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color-light);
  margin-bottom: 40px;
}
.tour-hero .tour-hero-price i {
  margin-right: 9px;
  color: #ed9941;
}
.tour-hero .tour-hero-booking {
  display: flex;
  gap: 23px;
  align-items: center;
}
.tour-hero .tour-hero-booking .tour-date-picker {
  padding: 18px 20px;
  border: 1px solid var(--text-color-light);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: var(--border-radius-small);
  color: var(--text-color-light);
  font-family: var(--primary-font);
  font-size: 0.9em;
  width: 300px;
}
.tour-hero .tour-hero-booking .tour-date-picker::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.tour-hero .tour-hero-booking .select2-container--default {
  min-width: 475px;
}
.tour-hero .tour-hero-booking .button {
  font-size: 14px;
  padding: 18px 40px 18px 45px;
  transition: background 0.1s;
}
.tour-hero .tour-hero-booking .button i {
  transition: transform 0.1s;
  transform: translateX(0);
}
.tour-hero .tour-hero-booking .button:hover {
  background-color: #7d02a6;
}
.tour-hero .tour-hero-booking .button:hover i {
  transform: translateX(3px);
}

/* Main Tour Page Content */
.tour-page {
  padding: 60px 0 40px;
}

.tour-included-list li,
.tour-not-included-list li {
  position: relative;
  margin-bottom: 10px;
}

.tour-included-list i {
  color: #a200d7;
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.tour-not-included-list i {
  color: #ff0000;
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 12px;
}

/* Tour Navigation Tabs */
.tour-nav {
  border-bottom: 1px solid var(--border-grey);
  margin-bottom: 50px;
}
.tour-nav ul {
  display: flex;
  gap: 60px;
  text-transform: uppercase;
}
.tour-nav li a {
  display: block;
  padding-bottom: 15px;
  font-weight: 600;
  color: #777;
  position: relative;
  border-bottom: 3px solid transparent;
  transition: color 0.1s;
  padding-right: 30px;
}
.tour-nav li a:hover {
  color: var(--text-color-dark);
}
.tour-nav li a.active {
  color: var(--accent-color-purple);
  border-bottom-color: var(--accent-color-purple);
}
.tour-nav li a:focus {
  outline: none;
}

.tour-content-container {
  font-size: 16px;
  line-height: 2;
}
.tour-content-container .tour-content {
  display: none;
}
.tour-content-container .tour-content.active {
  display: block;
}
.tour-content-container .tour-content img {
  width: 100%;
}

/* Itinerary Section */
.tour-itinerary {
  max-width: 960px;
  margin-bottom: 40px;
}
.tour-itinerary h2 {
  font-size: 2em;
  margin-bottom: 40px;
  text-align: center;
}
.tour-itinerary .itinerary-day {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-grey);
}
.tour-itinerary .itinerary-day:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.tour-itinerary .itinerary-day h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--text-color-dark);
  margin-bottom: 5px;
}
.tour-itinerary .itinerary-day h4 {
  font-size: 1em;
  font-weight: 600;
  color: var(--accent-color-purple);
  margin-bottom: 25px;
  text-transform: uppercase;
}
.tour-itinerary .itinerary-day p {
  line-height: 2;
  margin-bottom: 25px;
  color: #333;
}
.tour-itinerary .itinerary-day img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-medium);
  margin-top: 15px;
  margin-bottom: 15px;
}

/* ==========================================================================
   Blog Page Styles
   ========================================================================== */
.blog-page {
  padding: 72px 0 60px;
}

.blog-page-header {
  margin-bottom: 40px;
}
.blog-page-header h1 {
  font-size: 2.8em;
}

.blog-page-container {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  align-items: flex-start;
}

/* --- Main Blog Post Listing --- */
.blog-posts-list .blog-post-item {
  display: flex;
  gap: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border-grey);
}
.blog-posts-list .blog-post-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.blog-posts-list .blog-entry {
  padding-bottom: 26px;
}
.blog-posts-list .post-image {
  flex: 0 0 297px;
}
.blog-posts-list .post-image a {
  display: block;
  overflow: hidden;
  border-radius: var(--border-radius-medium);
}
.blog-posts-list .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-posts-list .post-image img:hover {
  transform: scale(1.05);
}
.blog-posts-list .post-content h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.blog-posts-list .post-content h3 a {
  color: var(--text-color-dark);
}
.blog-posts-list .post-content h3 a:hover {
  color: var(--accent-color-purple);
}
.blog-posts-list .post-content p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 25px;
}
.blog-posts-list .post-content .read-more-link {
  font-weight: 700;
  color: var(--text-color-dark);
  font-size: 0.75em;
  text-transform: uppercase;
}
.blog-posts-list .post-content .read-more-link i {
  margin-left: 7px;
  transition: transform 0.2s ease;
}
.blog-posts-list .post-content .read-more-link:hover {
  color: var(--accent-color-purple);
  text-decoration: none;
}
.blog-posts-list .post-content .read-more-link:hover i {
  transform: translateX(4px);
}

/* --- Pagination --- */
.pagination {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li:first-child a,
.pagination ul li:first-child span {
  border-left: 1px solid #aaa !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination ul li:last-child a, .pagination ul li:last-child span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination .page-number, .pagination .page-arrow, .pagination .page-dots {
  display: inline-block;
  text-align: center;
  min-width: 40px;
  height: 39px;
  padding: 8px;
  line-height: 1.5;
}
.pagination .page-dots {
  border: 1px solid #aaa;
  border-left: 0;
}
.pagination .page-number, .pagination .page-arrow {
  border: 1px solid #aaa;
  color: #555;
  font-weight: 600;
  font-size: 0.9em;
  transition: all 0.1s;
  border-left: 0;
  line-height: 23px;
}
.pagination .page-number:hover, .pagination .page-arrow:hover {
  color: var(--accent-color-purple);
  text-decoration: none;
}
.pagination .page-number.current {
  background-color: #e5e5e5;
}
.pagination .page-number.current:hover {
  color: #555;
}

.pagination-info {
  font-size: 14px;
}

/* --- Sidebar --- */
.blog-sidebar {
  position: sticky;
  top: 40px;
}

.sidebar-widget {
  margin-bottom: 25px;
  padding-top: 24px;
}
.sidebar-widget h3 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form input {
  width: 100%;
  padding: 18px 20px;
  font-weight: 500;
  font-size: 0.9em;
  border: 1px solid #c7c7c7;
  border-radius: var(--border-radius-small);
  font-family: var(--primary-font);
  transition: border-color 0.1s;
}
.sidebar-widget .search-form input:focus {
  outline: none;
  border: 1px solid #666;
}
.sidebar-widget .search-form span {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45px;
  background: transparent;
  border: none;
  color: #777;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar-widget .search-form span i {
  margin-left: 0;
}
.sidebar-widget .category-list li {
  margin-bottom: 10px;
}
.sidebar-widget .category-list li a {
  color: #333;
  font-weight: 500;
  display: block;
  padding: 5px 0;
}
.sidebar-widget .category-list li a:hover {
  color: var(--accent-color-purple);
}

/* ==========================================================================
   Blog Single Page Styles
   ========================================================================== */
.blog-single-page,
.single-text-page {
  padding: 72px 0 60px;
  background-color: var(--background-color);
}
.blog-single-page .breadcrumbs,
.single-text-page .breadcrumbs {
  margin-bottom: 20px;
}
.blog-single-page .blog-post-full,
.blog-single-page .single-page-full,
.single-text-page .blog-post-full,
.single-text-page .single-page-full {
  max-width: 960px;
  margin: 0 auto;
}
.blog-single-page h1,
.single-text-page h1 {
  font-size: 36px;
  padding-top: 15px;
}

.single-text-page h1 {
  text-align: center;
  padding-bottom: 40px;
}

.post-header {
  margin-bottom: 30px;
}
.post-header h1 {
  font-size: 2.8em;
  margin-bottom: 25px;
}

.post-back-link {
  padding-top: 30px;
}
.post-back-link i {
  margin-left: 0;
  margin-right: 8px;
}
.post-back-link .more-link:hover i {
  transform: translateX(-3px);
}

.post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  font-size: 0.9em;
  color: #000;
  padding: 15px 0;
  margin-bottom: 40px;
  font-weight: 600;
}
.post-meta .meta-item i {
  margin-right: 8px;
  color: var(--accent-color-purple);
}
.post-meta .meta-item a {
  color: #000;
}
.post-meta .meta-item a:hover {
  color: var(--accent-color-purple);
}
.post-meta .meta-item:last-child {
  border-right: 0;
}
.post-meta .share-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 15px;
}
.post-meta .share-links span {
  font-weight: 600;
}
.post-meta .share-links a {
  color: #777;
  font-size: 1.1em;
}
.post-meta .share-links a:hover {
  color: var(--accent-color-purple);
}
.post-meta .author-image {
  background: #fbe2ba;
  color: #000;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-meta .author-image i {
  color: #000;
  margin-right: 0;
}

.post-featured-image {
  margin: 24px 0 20px;
}
.post-featured-image img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius-medium);
}

.post-content {
  font-size: 1em;
  line-height: 2;
}
.post-content p {
  margin-bottom: 25px;
}
.post-content h2, .post-content h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}
.post-content h2 {
  font-size: 1.8em;
}
.post-content h3 {
  font-size: 1.5em;
}

.meta-item-wrapper {
  display: flex;
  align-items: center;
}
.meta-item-wrapper .author-item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.meta-item-wrapper .blog-category {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}
.meta-item-wrapper .meta-item {
  border-right: 1px solid #c7c7c7;
  padding-right: 30px;
  padding-left: 30px;
}
.meta-item-wrapper .meta-item:first-child {
  padding-left: 0;
}
.meta-item-wrapper .meta-item:last-child {
  padding-right: 0;
}

/* --- Related Articles Section --- */
.related-articles {
  margin: 80px auto 0;
  padding-top: 60px;
  border-top: 1px solid var(--border-grey);
}
.related-articles h2 {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 46px;
}
.related-articles .blog-entry {
  margin-top: 0;
}

.related-articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.related-article-card .related-article-image {
  display: block;
  overflow: hidden;
  border-radius: var(--border-radius-medium);
  margin-bottom: 15px;
}
.related-article-card .related-article-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.related-article-card .related-article-image:hover img {
  transform: scale(1.05);
}
.related-article-card h3 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 10px;
}
.related-article-card h3 a {
  color: var(--text-color-dark);
}
.related-article-card h3 a:hover {
  color: var(--accent-color-purple);
}

/* ==========================================================================
   Contact Page Styles
   ========================================================================== */
.contact-page {
  padding: 72px 0 60px;
}

.contact-page-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: flex-start;
  margin-top: 34px;
}

/* --- Left Column: Form --- */
.contact-form-wrapper #success {
  display: none;
}

.contact-form {
  position: relative;
}
.contact-form .loader {
  top: 0;
}
.contact-form .form-group {
  margin-bottom: 30px;
}
.contact-form .contact-form-row {
  display: flex;
  gap: 40px;
}
.contact-form .contact-form-row .form-group {
  flex: 1;
}
.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 13px;
}
.contact-form input, .contact-form textarea {
  width: 100%;
}
.contact-form .button {
  margin-top: 10px;
}
.contact-form .button i {
  transform: translateZ(0);
  /* or */
  backface-visibility: hidden;
  transition: transform 0.2s ease;
}
.contact-form .button:hover i {
  transform: translateX(3px);
}

.contact-form-column {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.contact-form-column h2 {
  font-size: 21px;
  margin-bottom: 20px;
}
.contact-form-column:hover {
  box-shadow: var(--box-shadow);
}

.contact-page .contact-form-column {
  padding: 0;
}
.contact-page .contact-form-column:hover {
  box-shadow: none;
}

/* --- Right Column: Details --- */
.contact-details-column {
  position: sticky;
  top: 40px;
}
.contact-details-column h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-details-column .contact-info-block {
  margin-bottom: 45px;
}
.contact-details-column .contact-info-block p {
  line-height: 1.8;
  margin-bottom: 12px;
  color: #333;
}
.contact-details-column .contact-info-block p strong {
  color: var(--text-color-dark);
}
.contact-details-column .contact-info-block .social-icons {
  display: flex;
}
.contact-details-column .contact-info-block .social-icons a {
  color: var(--text-color-dark);
  font-size: 1.8em;
  transition: color 0.2s ease, transform 0.2s ease;
}
.contact-details-column .contact-info-block .social-icons a:hover {
  color: var(--accent-color-purple);
  transform: translateY(-3px);
}

/* ==========================================================================
   Reservation Page Styles
   ========================================================================== */
.reservation-page {
  padding: 72px 0 60px;
  background-color: #fff;
}

.reservation-page h1 {
  font-size: 27px;
  margin-bottom: 40px;
  padding-top: 20px;
}

/* Steps Progress Bar */
.reservation-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  position: relative;
  gap: 10px;
}

.step-item {
  width: 25%;
  color: #a3a3a3;
  font-weight: 600;
  flex-grow: 1;
  padding-bottom: 15px;
  position: relative;
  gap: 10px;
  font-size: 14px;
}

.step-item .step-label {
  margin-top: 10px;
  font-size: 0.9em;
}

.step-item.active {
  color: var(--text-color-dark);
}

.step-item.completed {
  color: var(--color-orange);
}

.step-item::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e8e8e8;
}

.step-item i {
  margin-right: 10px;
}

.step-item.completed::after {
  background-color: var(--color-orange);
}

.step-item.active::after {
  background-color: #c7c7c7;
}

/* Main Container */
.reservation-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: flex-start;
}

.reservation-form .form-control {
  width: 100%;
}

.reservation-form .select2-container--default .select2-selection--single {
  padding: 17px 20px;
}

.reservation-form h2,
.success-message h2 {
  font-size: 21px;
  margin-bottom: 23px;
}

.success-message h2 {
  margin-bottom: 18px;
}

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

.reservation-form .form-group {
  margin-bottom: 40px;
}

.reservation-form label:not(.custom-checkbox) {
  display: block;
  font-weight: 600;
  margin-bottom: 13px;
}

.reservation-data-section {
  padding-top: 15px;
}

.reservation-form .custom-checkbox:hover .checkmark {
  border: 1px solid #8e8e8e;
}
.reservation-form .custom-checkbox:hover .custom-checkbox-text {
  color: var(--text-color-dark);
}

.reservation-summary {
  margin-top: 0;
}

.reservation-form .form-actions {
  padding-top: 20px;
  display: flex;
  gap: 20px;
}
.reservation-form .form-actions button,
.reservation-form .form-actions .button {
  font-size: 12px;
  padding: 18px 38px 17px;
  transform: translateX(0px);
  transition: transform 0.1s;
}
.reservation-form .form-actions button i,
.reservation-form .form-actions .button i {
  transform: translateZ(0);
  /* or */
  backface-visibility: hidden;
  transition: transform 0.1s;
}
.reservation-form .form-actions button:hover,
.reservation-form .form-actions .button:hover {
  background-color: #7d02a6;
}
.reservation-form .form-actions button:hover i,
.reservation-form .form-actions .button:hover i {
  transform: translateX(3px);
}
.reservation-form .form-actions .secondary {
  padding: 18px 30px 17px 20px;
}
.reservation-form .form-actions .secondary i {
  margin-right: 8px;
}
.reservation-form .form-actions .secondary:hover {
  border-color: #a8a8a8;
  text-decoration: none;
  background-color: #f4f4f4;
}
.reservation-form .form-actions .secondary:hover i {
  transform: translateX(-3px);
}

.reservation-form .custom-checkbox-text {
  font-weight: 500;
  font-size: 14px;
}

.summary-cost {
  font-size: 14px;
}
.summary-cost.sum-payment-options li {
  font-size: 14px;
}
.summary-cost .cost-total {
  font-size: 18px;
  padding-top: 10px;
}

.sum-options-summary {
  margin-bottom: 40px !important;
}
.sum-options-summary .summary-card {
  padding: 40px 40px 20px !important;
}

.summary-card {
  background-color: #fff8eb;
  border: 1px solid #fbe2ba;
  border-radius: 10px;
  padding: 40px;
}
.summary-card i {
  color: #ed9941;
}
.summary-card .summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}
.summary-card .summary-header i {
  margin-right: 12px;
}
.summary-card .summary-header h3 {
  font-size: 18px;
}
.summary-card .summary-header .price {
  font-size: 16px;
  font-weight: 600;
  margin-top: 3px;
}
.summary-card .summary-body {
  font-weight: 500;
}
.summary-card .summary-date {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px;
}
.summary-card .summary-meta {
  font-size: 14px;
  display: flex;
  gap: 40px;
  margin-bottom: 22px;
}
.summary-card .summary-meta:last-child {
  margin-bottom: 0;
}
.summary-card .summary-meta:only-of-type {
  margin-bottom: 0;
}
.summary-card .summary-meta i {
  margin-right: 8px;
}

.view-reservation-code {
  background: #fbe2ba;
  border-radius: 5px;
  height: 90px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-left: 40px;
  cursor: pointer;
  margin-top: 23px;
  margin-bottom: 48px;
  transition: background-color 0.2s, color 0.2s;
}
.view-reservation-code i {
  font-size: 21px;
  margin-right: 20px;
  display: block;
  color: #ed9941;
  transition: color 0.2s;
}
.view-reservation-code:hover {
  background: #43a047;
  color: #fff;
}
.view-reservation-code:hover i {
  color: #fff;
}

.support-section h4 {
  margin-bottom: 14px;
}
.support-section .button {
  display: inline-block;
  font-weight: 700;
  padding-top: 19px;
  padding-bottom: 19px;
  transition: background-color 0.3s ease;
}
.support-section .button i {
  font-size: 14px;
  margin-left: 0;
  margin-right: 8px;
}
.support-section .button:hover {
  background-color: #7d02a6;
  text-decoration: none;
}
.support-section .info-box {
  margin-bottom: 22px;
}

.group-page {
  padding: var(--section-padding);
  padding-top: 72px;
  padding-bottom: 0;
}
.group-page .tour-intro-text {
  margin-bottom: 0;
}
.group-page .select2-container--default {
  width: 100% !important;
}
.group-page .catalog-item-image {
  height: auto;
}

/* Summary Card */
.reservation-summary .trip-card {
  background-color: #fff8eb;
  /* Light cream from image */
  padding: 30px;
  border-radius: var(--border-radius-medium);
  border: 1px solid #fbe2ba;
}

.trip-card h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: 700;
}

.trip-card .trip-price {
  font-size: 1.8em;
  font-weight: 700;
  color: var(--color-orange);
  float: right;
  margin-top: -40px;
}

.trip-card .trip-date {
  font-weight: 600;
  margin-bottom: 20px;
  color: #555;
}

.trip-card .trip-meta {
  list-style: none;
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #fbe2ba;
  font-size: 0.9em;
  color: #333;
  font-weight: 500;
}

.trip-card .trip-meta li {
  margin-bottom: 12px;
}

.trip-card .trip-meta li:last-child {
  margin-bottom: 0;
}

.trip-card .trip-meta i {
  width: 25px;
  color: #777;
}

/* Add at the end of _reservation.scss */
.traveler-section {
  margin-bottom: 30px;
}

.traveler-title {
  font-size: 14px;
  padding: 20px 30px;
  font-weight: 600;
  margin-bottom: 21px;
  background-color: #fff8eb;
  border: 1px solid #fbe2ba;
  border-radius: var(--border-radius-small);
}
.traveler-title .traveler-counter {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #ed9941;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  margin-right: 6px;
}
.traveler-title i {
  margin-right: 10px;
  color: var(--accent-color-purple);
}

.reservation-form select {
  width: 100%;
  padding: 18px 20px;
  font-family: var(--primary-font);
  font-size: 0.9em;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-small);
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 16px;
}

.form-group .alert {
  margin-top: 20px;
  display: none;
}
.form-group .info-box {
  width: 100%;
}
.form-group a {
  font-weight: 600;
  white-space: nowrap;
}
.form-group.has-error .form-control {
  border-color: #ff0000;
}
.form-group.has-error .error-message {
  display: block !important;
}

#forgot-password-modal p {
  margin-bottom: 20px;
}

.reservation-form .full-width-row {
  display: block;
}

.field-info-icon {
  position: absolute;
  right: 15px;
  top: 52px;
  color: var(--accent-color-purple);
  font-size: 1.2em;
}

.form-actions.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reservation-confirmation-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 80px;
  align-items: flex-start;
}

.confirmation-section {
  margin-bottom: 2px;
  padding-top: 30px;
}
.confirmation-section h4 {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 2px;
}
.confirmation-section:first-child {
  border-top: none;
  padding-top: 0;
}
.confirmation-section .traveler-title {
  font-size: 12px;
  padding: 15px 15px;
}
.confirmation-section .traveler-title .traveler-counter {
  margin-right: 4px;
}

.agreement-section h3 {
  padding-bottom: 19px;
}

.traveler-column {
  line-height: 2;
}
.traveler-column p {
  font-size: 14px;
  font-weight: 500;
}
.traveler-column .fa-check {
  margin-right: 5px;
}

.info-element {
  position: relative;
  display: inline-block;
  margin-left: 12px;
}
.info-element i {
  color: #a200d7;
  font-size: 20px;
  cursor: help;
}
.info-element .info-tooltip {
  position: relative;
  top: -10px;
}
.info-element .info-tooltip .info-tooltip-inner {
  font-weight: 500;
  background: #e8e8e8;
  padding: 17px 25px;
  width: 380px;
  border: 1px solid #c7c7c7;
  font-size: 12px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -190px;
  border-radius: 5px;
  margin-top: -20px;
  display: none;
}
.info-element:hover .info-tooltip-inner {
  display: block;
}

.trip-summary-card,
.cost-summary-card {
  background-color: #fff8eb;
  padding: 30px;
  border-radius: var(--border-radius-medium);
  border: 1px solid #fbe2ba;
}

.cost-summary {
  margin-bottom: 20px;
}
.cost-summary h3 {
  margin-bottom: 19px;
}
.cost-summary .summary-card {
  padding: 34px 40px 32px;
}
.cost-summary .summary-card li {
  margin-bottom: 8px;
}

.trip-summary-card {
  position: relative;
}
.trip-summary-card .trip-price {
  font-size: 1.8em;
  font-weight: 700;
  color: var(--color-orange);
  position: absolute;
  top: 30px;
  right: 30px;
}
.trip-summary-card .trip-date {
  font-weight: 600;
  margin-bottom: 20px;
  color: #555;
}
.trip-summary-card .trip-meta {
  list-style: none;
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #fbe2ba;
  font-size: 0.9em;
  color: #333;
  font-weight: 500;
}
.trip-summary-card .trip-meta li {
  margin-bottom: 12px;
}
.trip-summary-card .trip-meta li:last-child {
  margin-bottom: 0;
}
.trip-summary-card .trip-meta li i {
  width: 25px;
  color: #777;
}

.traveler-details-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.traveler-details-summary dl {
  margin: 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 12px 10px;
}
.traveler-details-summary dl dt {
  font-weight: 600;
  color: #555;
}
.traveler-details-summary dl dd {
  margin: 0;
  font-weight: 500;
}
.traveler-details-summary .travelers-list-data {
  padding-left: 15px;
  padding-right: 15px;
}
.traveler-details-summary .travelers-list-data li {
  margin-bottom: 9px;
}
.traveler-details-summary .confirmation-item {
  padding-top: 15px;
}

.discount-code-section label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.discount-code-section .discount-code-form {
  display: flex;
  gap: 20px;
  max-width: 550px;
}
.cost-summary-card dl {
  margin: 0;
}
.cost-summary-card dl dt, .cost-summary-card dl dd {
  display: inline-block;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.cost-summary-card dl dt {
  font-weight: 500;
}
.cost-summary-card dl dd {
  float: right;
  font-weight: 700;
}
.cost-summary-card dl dt:last-of-type, .cost-summary-card dl dd:last-of-type {
  font-size: 1.3em;
  font-weight: 700;
  color: var(--text-color-dark);
  margin-bottom: 0;
}

.payment-methods h3 {
  margin-bottom: 21px;
}
.payment-methods .payment-options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 30px;
}
.payment-methods .payment-options:last-child {
  margin-bottom: 13px;
}
.payment-methods .payment-option {
  flex: 1;
}
.payment-methods .payment-option .checkmark {
  margin-right: 20px;
}
.payment-methods .payment-option label {
  padding: 22px 20px;
  max-width: 240px;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-small);
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  display: flex;
}
.payment-methods .payment-option label:hover {
  border-color: var(--color-orange);
}
.payment-methods .payment-option .payment-method-text {
  font-size: 13px;
}
.payment-methods .payment-option .custom-radio {
  margin-bottom: 0;
}
.payment-methods .payment-option img {
  max-height: 25px;
  width: auto;
}

.agreement-section {
  margin-bottom: 60px;
}
.agreement-section .agreement-box-wrapper {
  position: relative;
  border-radius: var(--border-radius-small);
  border: 1px solid #aaa;
  overflow: hidden;
}
.agreement-section .custom-checkbox {
  padding: 28px 40px 26px;
  background: #fff;
  border-top: 1px solid #aaa;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  box-shadow: 0px 0 0 #888, 0px -10px 5px rgba(0, 0, 0, 0.02);
}
.agreement-section .agreement-box {
  height: 515px;
  overflow-y: auto;
  padding: 40px 40px 90px;
  margin-bottom: 20px;
  background-color: #fafafa;
  font-size: 0.9em;
  line-height: 1.7;
}
.agreement-section .agreement-box sup {
  vertical-align: super;
  font-size: smaller;
}
.agreement-section .agreement-box table {
  font-size: 0.9em;
}
.agreement-section .agreement-box table th,
.agreement-section .agreement-box table td {
  border: 1px solid;
  padding: 10px;
}
.agreement-section .agreement-box table th {
  font-weight: bold;
}
.agreement-section .agreement-box p {
  font-size: 0.9em;
  line-height: 1.7;
}

.confirmation-actions {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--border-grey);
}
.confirmation-actions .info-box {
  background-color: #fff8eb;
  border: 1px solid #fbe2ba;
  padding: 20px;
  border-radius: var(--border-radius-small);
  font-size: 0.9em;
  margin-bottom: 25px;
}
.confirmation-actions .info-box p {
  margin: 0;
}
.confirmation-actions .button-large {
  width: 100%;
  padding: 20px;
  font-size: 1.1em;
  font-weight: 700;
}

.discount-code-section {
  margin-bottom: 43px;
}

.confirmation-sidebar {
  position: sticky;
  top: 40px;
}
.confirmation-sidebar .additional-info-card {
  border: 1px solid var(--border-grey);
  padding: 30px;
  border-radius: var(--border-radius-medium);
  min-height: 200px;
}

/* ==========================================================================
   Account Page Styles
   ========================================================================== */
.account-page {
  padding-top: 72px;
}

.account-page-container {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  align-items: flex-start;
}

/* --- Sidebar Styles --- */
.account-sidebar h2 {
  font-size: 1.5em;
  margin-bottom: 25px;
}
.account-sidebar .user-profile-box {
  background-color: var(--secondary-color-cream-bg);
  border-radius: var(--border-radius-medium);
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.account-sidebar .user-profile-box .user-icon {
  background-color: #fff;
  color: #736959;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.account-sidebar .user-profile-box .user-info .user-name {
  font-weight: 700;
  font-size: 18px;
  display: block;
}
.account-sidebar .user-profile-box .user-info .user-role {
  font-size: 14px;
  color: #000;
}
.account-sidebar .account-nav {
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.account-sidebar .account-nav li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  color: var(--text-color-dark);
  font-weight: 600;
  border-radius: var(--border-radius-small);
  transition: background-color 0.2s;
}
.account-sidebar .account-nav li a i {
  width: 20px;
}
.account-sidebar .account-nav li a:hover {
  background-color: #ececec;
}
.account-sidebar .account-nav li a.active {
  background-color: var(--color-orange);
  color: var(--text-color-light);
}

.reservation-success-container h2 .green-checkbox {
  vertical-align: middle;
  margin-right: 13px;
  top: -1px;
  position: relative;
}

/* --- Main Content Styles --- */
.account-content .recommended-trip-section {
  position: relative;
  overflow: hidden;
}
.account-content .recommended-trip-card {
  position: absolute;
  background-size: cover;
  background-position: center;
  border-radius: var(--border-radius-medium);
  overflow: hidden;
  color: var(--text-color-light);
  min-height: 350px;
  max-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}
.account-content .recommended-trip-card h3 {
  margin-bottom: 13px !important;
}
.account-content .recommended-trip-slider {
  position: relative;
  min-height: 350px;
  max-height: 350px;
}
.account-content .recommended-trip-slider .recommended-trip-card {
  display: none;
}
.account-content .recommended-trip-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.account-content .recommended-trip-content {
  position: relative;
  z-index: 2;
  padding: 80px 60px 40px 60px;
}
.account-content .recommended-trip-content .recommend-label {
  color: #ed9941;
  display: inline-block;
  font-size: 16;
  font-weight: 700;
  margin-bottom: 15px;
}
.account-content .recommended-trip-content h3 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}
.account-content .recommended-trip-content h3 a {
  color: var(--text-color-light);
}
.account-content .recommended-trip-content h3 a:hover {
  text-decoration: underline;
}
.account-content .recommended-trip-content .catalog-item-meta {
  color: #fff;
  margin-bottom: 18px;
  display: flex;
  gap: 30px;
}
.account-content .recommended-trip-content .catalog-item-meta i {
  color: #ed9941;
}
.account-content .recommended-trip-content .trip-date {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  background-color: #ed9941;
  display: inline-block;
  padding: 8px 15px;
  border-radius: var(--border-radius-small);
  margin-bottom: 25px;
}
.account-content .recommended-trip-content .trip-price {
  font-size: 16px;
  font-weight: 700;
}
.account-content .recommended-trip-content .trip-price i {
  color: #ed9941;
  margin-right: 10px;
}
.account-content .slider-controls {
  position: absolute;
  right: 40px;
  z-index: 2;
  display: flex;
  gap: 10px;
  bottom: 104px;
}
.account-content .slider-controls button {
  background-color: white;
  color: #565555;
  border: none;
  width: 37px;
  height: 34px;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  padding: 0;
}
.account-content .slider-controls button i {
  margin-left: 0;
}
.account-content .slider-controls button:hover {
  background-color: var(--background-color);
  color: var(--accent-color-purple);
}
.account-content .user-trips-section {
  padding-top: 0;
}
.account-content .user-trips-section h3 {
  font-size: 18px;
}
.account-content .user-trip-status-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 15px 0 10px 0;
  align-items: center;
}
.account-content .status-label {
  padding: 6px 20px;
  border-radius: var(--border-radius-small);
  font-size: 0.75em;
  font-weight: 600;
}
.account-content .status-label.status-paid {
  background-color: #fbe2ba;
  color: #000000;
}
.account-content .catalog-item .catalog-item-content {
  padding-top: 10px;
}
.account-content .user-trips-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}
.account-content .download-invoice {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-left: auto;
  transition: color 0.1s ease;
}
.account-content .download-invoice i {
  margin-right: 5px;
  font-size: 15px;
}
.account-content .download-invoice:hover {
  color: #ed9941;
}

/* ==========================================================================
   Error 404 Page
   ========================================================================== */
.error-page-section {
  padding: 100px 0;
  text-align: center;
  min-height: calc(100vh - 400px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-page-section .error-content h1 {
  font-size: 140px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1;
  color: var(--text-color-dark);
}
.error-page-section .error-content p {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-top: 2px;
  margin-bottom: 66px;
}
.error-page-section .button i {
  margin-left: 0;
  margin-right: 8px;
  transition: transform 0.1s ease;
  transform: translateZ(0);
  /* or */
  backface-visibility: hidden;
}
.error-page-section .button:hover i {
  transform: translateX(-3px);
}

/* Modal Styles */
.modal-body {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.modal-content {
  position: relative;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 950px;
  z-index: 1001;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  max-height: 90vh;
  display: flex;
}

.modal-container {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.modal-container.show {
  display: flex;
}
.modal-container.show .modal-content {
  transform: translateY(0);
  animation: megaMenuFadeInSlideDown 0.3s ease-out forwards;
  opacity: 1;
}

.modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 25px;
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
}
.modal-close:hover {
  color: #000;
  background: transparent;
}

.modal-image {
  width: 45%;
  max-width: 350px;
  flex-shrink: 0;
}
.modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.modal-form {
  width: 55%;
  padding: 40px;
  color: #333;
  overflow-y: auto;
}
.modal-form .loader {
  top: 0;
}
.modal-form h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
}
.modal-form .form-group {
  margin-bottom: 20px;
}
.modal-form .form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 0.9rem;
}
.modal-form .form-group input {
  width: 100%;
}
.modal-form .login-btn {
  font-size: 14px;
  width: 100%;
  padding: 20px;
}
.modal-form .login-btn i {
  transition: transform 0.1s ease;
  transform: translateX(0);
}
.modal-form .login-btn:hover {
  background-color: #7d02a6;
}
.modal-form .login-btn:hover i {
  transform: translateX(3px);
}
.modal-form .forgot-password {
  display: inline-block;
  font-weight: 600;
  text-align: right;
  font-size: 0.85rem;
  margin-top: 8px;
  color: #ed9941;
  text-decoration: none;
}
.modal-form .forgot-password:hover {
  text-decoration: underline;
}
.modal-form .create-account-link {
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  color: #010101;
  font-weight: 500;
}
.modal-form .create-account-link a {
  color: #a200d7;
  font-weight: 700;
  text-decoration: none;
}
.modal-form .create-account-link a:hover {
  text-decoration: underline;
}

.catalog-grid-container {
  position: relative;
}

.group-page .student-trips {
  padding-bottom: 40px;
}
.group-page .student-trips .catalog-grid-page {
  grid-template-columns: repeat(3, 1fr);
}
.group-page .student-trips .title-row {
  margin-bottom: 20px;
}
.group-page .student-trips .catalog-item .catalog-item-content {
  flex-direction: column;
}
.group-page .student-trips .catalog-item .catalog-item-main {
  flex-grow: 1;
}
.group-page .student-trips .catalog-item .catalog-item-actions {
  display: none;
}

.tour-accordion .tour-accordion-title {
  text-align: center;
  padding: 1rem;
}
.tour-accordion .tour-accordion-item {
  margin-bottom: 20px;
}
.tour-accordion .tour-accordion-item .tour-accordion-header {
  background: #ed9941;
  width: 100%;
  color: #fff;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.tour-accordion .tour-accordion-item .tour-accordion-header i {
  margin-left: auto;
  transition-duration: 0.3s;
  transition-property: transform;
}
.tour-accordion .tour-accordion-item .tour-accordion-content {
  display: none;
  padding: 30px 30px;
}
.tour-accordion .tour-accordion-item .tour-accordion-content p {
  margin: 1rem 0;
}
.tour-accordion .tour-accordion-item.active .tour-accordion-header {
  background: #ed9941;
}
.tour-accordion .tour-accordion-item.active .tour-accordion-header i {
  transform: rotate(180deg);
}

.group-contact-section {
  background-color: var(--secondary-color-cream-bg);
  padding: var(--section-padding);
}
.group-contact-section .contact-page-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  align-items: flex-start;
}
.group-contact-section .contact-form-column h2,
.group-contact-section .contact-details-column h3 {
  font-size: 2em;
  margin-bottom: 30px;
}
.group-contact-section .contact-details-column h3 {
  margin-bottom: 20px;
}
.group-contact-section .contact-details-column p {
  line-height: 1.8;
  margin-bottom: 15px;
}

footer {
  background-color: var(--primary-color-teal);
  /* Darker Teal/Green from image */
  color: var(--text-color-dark);
  padding: 70px 0 36px;
  /* More padding top, less bottom */
  font-size: 0.9em;
}
footer .footer-logo {
  margin-bottom: 22px;
}

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

footer .footer-column h4 {
  font-size: 1.2em;
  color: var(--text-color-dark);
  margin-bottom: 15px;
  font-weight: 600;
}

footer .footer-column ul li {
  margin-bottom: 15px;
}

footer .footer-column ul li a {
  color: var(--text-color-dark);
  transition: color 0.1s ease;
}

footer .footer-column ul li a:hover {
  color: var(--accent-color-purple);
}

footer .footer-column p {
  line-height: 2;
  margin-bottom: 10px;
  color: var(--text-color-dark);
}
footer .footer-column p:last-child {
  margin-bottom: 0;
  /* Remove bottom margin for last paragraph */
}

.tour-image-placeholder {
  background: #efefef;
  color: #dbdbdb;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
}

.loader {
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 0;
  top: 34px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
}

.loader-inner {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  z-index: 1000;
}

.loader-inner::before,
.loader-inner::after {
  width: 2.28571429rem;
  height: 2.28571429rem;
  margin: 0 0 0 -1.14285714rem;
}

.loader-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

.loader-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-animation: loader 0.6s linear;
  animation: loader 0.6s linear;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0 0 0 1px transparent;
  z-index: 9;
}

/* Example for social icons if you add them */
.social-icons a {
  display: inline-block;
  margin-left: 20px;
  color: var(--text-color-dark);
  font-size: 2em;
  /* Adjust size as needed */
  /* Add styles for icons */
  transition: color 0.1s ease, transform 0.1s ease;
  transform: translateY(0);
}
.social-icons a:hover {
  color: #77a299;
  transform: translateY(-3px);
}
.social-icons a:first-child {
  margin-left: 0;
  /* Remove left margin for the first icon */
}

.tour-hero-image {
  filter: blur(5px);
}

.sum-payment-options .checkmark {
  top: 2px;
}

.confirmation-error-agreement,
.payment-option-error {
  margin-top: 20px;
}

.confirmation-error {
  display: none;
}
.confirmation-error.has-error {
  display: block;
}

section.hero .travel-search-field .search-input-wrapper {
  position: relative;
  /* Establishes a positioning context for the dropdown */
  flex-grow: 1;
  /* Allows the wrapper to fill available space */
}

section.hero .travel-search-field input[type=text] {
  width: 100%;
  /* Makes the input fill the new wrapper */
}

#search-results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  /* Makes the dropdown match the wrapper's width */
  background-color: var(--background-color);
  z-index: 1000;
  border: 1px solid var(--border-grey);
  border-top: none;
  border-radius: 0 0 var(--border-radius-medium) var(--border-radius-medium);
  box-shadow: var(--box-shadow);
  max-height: 350px;
  overflow-y: auto;
  text-align: left;
  /* Ensures all content is left-aligned */
}

.search-result-item {
  display: block;
  padding: 15px 20px;
  color: var(--text-color-dark);
  text-decoration: none;
  border-bottom: 1px solid var(--border-grey);
  transition: background-color 0.2s ease;
}
.search-result-item:last-child {
  border-bottom: none;
}
.search-result-item:hover {
  background-color: #f5f5f5;
  color: var(--accent-color-purple);
}

.search-result-title {
  display: block;
  font-weight: 600;
  font-size: 0.95em;
  margin-bottom: 5px;
}

.search-result-meta {
  display: block;
  font-size: 0.8em;
  color: #666;
}

.search-no-results {
  padding: 15px 20px;
  color: #777;
  font-style: italic;
}

.footer-bottom {
  /* For copyright or a final line */
  margin-top: 50px;
  display: flex;
  padding-top: 20px;
  color: var(--text-color-dark);
}

.footer-bottom .social-icons {
  margin-left: auto;
}

.old-price {
  text-decoration: line-through;
  margin-right: 5px;
}

.new-price {
  color: var(--color-red) !important;
}

@keyframes megaMenuFadeInSlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Large Desktops & Laptops */
@media (max-width: 1700px) {
  .wrapper {
    max-width: 1400px;
  }

  .account-content .user-trips-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-items.catalog-grid-page {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1440px) {
  .wrapper {
    max-width: 1200px;
  }

  .is-homepage header .logo {
    width: 120px;
    height: 114px;
    position: relative;
  }
  .is-homepage header .logo img {
    width: inherit;
    height: inherit;
    max-width: none;
    position: static;
    top: -20px;
    left: 0;
    z-index: 2;
  }

  .catalog-items {
    grid-template-columns: repeat(3, 1fr);
  }

  header .my-account {
    padding: 12px 20px;
  }
  header .my-account i {
    margin-right: 0;
  }
  header .my-account .my-account-label {
    display: none;
  }

  .destinations-map-section .destinations-map-image-container {
    margin-top: 50px;
  }
  .destinations-map-section .destinations-map-text {
    text-align: center;
  }
  .destinations-map-section .destinations-map-text br {
    display: none;
  }

  .catalog-items.catalog-grid-page {
    grid-template-columns: repeat(2, 1fr);
    /* Stays 3 columns */
  }

  .reservation-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .reservation-container .reservation-summary {
    order: 1;
    width: 100%;
  }
  .reservation-container .reservation-form {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .account-page-container {
    gap: 30px;
  }

  .contact-form .contact-form-row {
    display: block;
  }

  .account-content .user-trips-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  header nav {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    background: white;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    box-shadow: var(--box-shadow);
    border-radius: var(--border-radius-medium);
  }
  header nav.is-open {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    justify-content: center;
    align-items: center;
  }
  header nav.is-open ul {
    text-align: center;
  }
  header nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  header nav ul li {
    font-size: 1.2em;
  }
  header nav ul li {
    margin: 10px 0;
    width: 100%;
  }
  header nav ul li .dropdown {
    position: static;
    box-shadow: none;
    padding-top: 10px;
  }
  header nav ul li .dropdown ul {
    padding-left: 0;
    box-shadow: none;
    padding-bottom: 0;
  }
  header nav ul li .dropdown ul li {
    font-size: 0.9em;
  }
  header nav ul li .dropdown ul li a {
    color: #666;
  }

  .header-actions {
    display: flex;
  }
  .header-actions .mobile-nav-toggle {
    order: 2;
    margin-right: 0;
    margin-left: 20px;
  }
  .header-actions .mobile-nav-toggle i {
    margin-left: 0;
  }
  .header-actions .my-account {
    order: 1;
    font-size: 1.1em;
  }

  .post-meta .share-links {
    margin-left: 0;
  }

  /* Inside @media (max-width: 1024px) */
  .related-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Inside @media (max-width: 767px) */
  .post-header h1 {
    font-size: 2.2em;
  }

  .post-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .post-content {
    font-size: 1em;
  }

  .related-articles-grid {
    grid-template-columns: 1fr;
  }

  /* Add inside @media (max-width: 1024px) */
  .catalog-page-container {
    grid-template-columns: 1fr;
    /* Stack sidebar on top of grid */
    gap: 50px;
  }

  .catalog-items.catalog-grid-page {
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns for tablets */
  }

  .catalog-toolbar {
    align-items: flex-start;
    gap: 10px;
    flex-direction: revert;
    display: flex;
  }
  .catalog-toolbar #toggle-filters-btn {
    margin-top: 0;
    height: 54px;
    border: 1px solid #c7c7c7;
  }
  .catalog-toolbar #toggle-filters-btn i {
    margin-left: 0;
  }

  .mobile-nav-toggle {
    display: block;
    margin-left: auto;
    margin-right: 15px;
    font-size: 1.1em;
    padding: 12px 20px;
  }

  section.hero {
    padding: 20px 0 0;
  }
  section.hero .hero-content {
    margin: 0 auto 80px;
  }

  .close-mobile-menu {
    position: absolute;
    right: 0px;
    top: 55px;
    width: 56px;
  }
  .close-mobile-menu i {
    margin-left: 0;
  }
}
/* Tablets */
@media (max-width: 1024px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 1.8em;
  }

  .group-contact-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .single-text-page h1 {
    font-size: 32px;
    padding-top: 40px;
  }

  .group-page .student-trips .catalog-grid-page {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-page-container {
    grid-template-columns: 1fr;
    /* Stack sidebar on top of grid */
    gap: 50px;
  }

  .recommended-trip-section {
    margin-top: 0;
    padding-top: 0;
  }

  /* ADD/MODIFY THESE STYLES */
  .catalog-toolbar {
    /* This ensures the new filter button and the sort dropdown are spaced out */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  #toggle-filters-btn {
    /* Makes the button visible on mobile */
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .blog-page-container {
    display: block;
  }

  .catalog-sidebar,
.blog-sidebar {
    /* Hide sidebar by default on mobile */
    display: none;
  }

  /* This is the style for the OPEN sidebar on mobile */
  body.filters-open .catalog-sidebar,
body.filters-open .blog-sidebar {
    display: block;
    position: fixed;
    /* Cover the whole screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-color);
    z-index: 1000;
    overflow-y: auto;
    /* Allow scrolling */
    padding: 60px 25px 25px 25px;
  }

  /* Show the close button when the sidebar is open on mobile */
  body.filters-open .close-sidebar-btn {
    display: block;
  }

  /* Prevent body from scrolling when sidebar is open */
  body.filters-open {
    overflow: hidden;
  }

  .group-contact-section .contact-page-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  section {
    padding: 40px 0;
  }

  .catalog-bottom-actions .button.secondary {
    width: 100%;
    display: block;
    text-align: center;
    border-color: #a8a8a8;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 30px;
  }

  .catalog-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-items,
.blog-entry,
.destinations-map-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .testimonial-items {
    flex-direction: row;
    text-align: left;
  }

  .blog-entry {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .blog-entry .blog-content {
    text-align: left;
  }
  .blog-entry .blog-content h3 {
    font-size: 1.3em;
  }

  .mobile-blog-content .more-link {
    margin-top: 30px;
    display: block;
    margin-bottom: 60px;
  }

  .gift-card-content .title-row {
    text-align: center;
    display: block;
  }

  .destinations-map-image-container {
    margin-top: 20px;
  }

  .blog-image {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .testimonial-item {
    flex-basis: 100%;
  }

  .my-account span {
    display: none;
  }

  .my-account i {
    margin-right: 0;
  }

  .blog-page-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .blog-sidebar {
    position: static;
  }

  footer .footer-content {
    display: block;
    text-align: center;
  }
  footer .footer-content .footer-column {
    margin-bottom: 60px;
  }
  footer .footer-logo {
    width: 145px;
  }
  footer .footer-bottom {
    display: block;
    text-align: center;
  }
  footer .footer-bottom .copyright {
    padding-bottom: 30px;
  }

  /* Inside @media (max-width: 1024px) */
  .contact-page-container {
    grid-template-columns: 1fr;
    /* Stack columns on tablets */
    gap: 50px;
  }

  /* Inside @media (max-width: 767px) */
  .contact-page h1 {
    font-size: 2.2em;
  }

  .contact-details-column h3,
.contact-form-column h2 {
    font-size: 1.8em;
  }

  .reservation-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .reservation-confirmation-container {
    grid-template-columns: 1fr;
  }

  .account-page-container {
    grid-template-columns: 1fr;
  }
}
/* Mobile Devices */
@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.5em;
  }

  .error-page-section .error-content h1 {
    font-size: 100px;
  }
  .error-page-section .error-content p {
    font-size: 24px;
    margin-bottom: 50px;
  }

  #register-modal .modal-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .group-page .student-trips .catalog-grid-page {
    grid-template-columns: 1fr;
  }

  .step-item {
    width: auto;
  }

  /* Add inside @media (max-width: 767px) */
  .catalog-items.catalog-grid-page {
    grid-template-columns: 1fr;
    /* 1 column for mobile */
  }

  .catalog-item-image {
    height: auto;
  }

  .tour-hero-content {
    width: 100%;
  }
  .tour-hero-content .tour-hero-meta {
    margin-bottom: 25px;
  }

  .tour-hero-booking .button,
.tour-hero-booking .select2-container--default {
    max-width: 420px;
    min-width: 420px !important;
  }

  .blog-single-page h1 {
    font-size: 1.7em;
  }

  .blog-posted-at,
.author-item {
    font-size: 12px;
  }

  .blog-category-item {
    display: none;
  }

  .meta-item-wrapper {
    margin-bottom: 20px;
  }

  .pagination {
    display: block;
    text-align: center;
  }
  .pagination .pagination-info {
    padding-bottom: 20px;
  }

  .blog-entry {
    display: block;
  }

  .testimonials {
    padding-bottom: 40px !important;
  }
  .testimonials .title-row {
    align-items: center;
    text-align: center;
  }

  .reservation-form .custom-checkbox {
    display: block;
  }
  .reservation-form .custom-checkbox .checkmark {
    min-width: 18px;
    min-height: 18px;
    display: inline-block;
  }
  .reservation-form .info-box .checkmark {
    top: 3px;
  }
  .reservation-form .info-box .info-element {
    display: block;
    margin-left: 0;
  }
  .reservation-form .info-box .info-element i {
    display: none;
  }
  .reservation-form .info-box .info-element .info-tooltip {
    position: static;
  }
  .reservation-form .info-box .info-element .info-tooltip-inner {
    display: block;
    position: static;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .testimonials-controls button:first-child {
    margin-left: 0;
  }

  .group-contact-section .contact-form .contact-form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  section.hero h1 {
    font-size: 3em;
  }

  .modal-image {
    display: none;
  }

  .modal-form {
    width: 100%;
    padding: 30px;
  }

  .modal-close {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  }

  .tour-hero {
    padding: 60px 0;
    text-align: center;
  }
  .tour-hero h1 {
    font-size: 2.5em;
  }
  .tour-hero .tour-hero-meta {
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
  .tour-hero .tour-hero-booking {
    flex-direction: column;
    width: 100%;
  }
  .tour-hero .tour-hero-booking .tour-date-picker, .tour-hero .tour-hero-booking .button {
    width: 100%;
  }

  .tour-nav ul {
    gap: 20px;
    flex-wrap: wrap;
  }
  .tour-nav ul li a {
    font-size: 0.9em;
    padding-bottom: 10px;
  }

  .wrapper {
    padding: 0 15px;
  }

  .title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .catalog-items {
    grid-template-columns: 1fr;
  }

  .option-box {
    max-width: 100%;
    padding: 30px 30px 40px;
  }

  section.hero {
    padding: 40px 0 0;
  }

  section.hero .travel-search-field {
    flex-direction: column;
  }
  section.hero .travel-search-field input[type=text], section.hero .travel-search-field button[type=submit] {
    border-radius: var(--border-radius-small);
  }
  section.hero .travel-search-field button[type=submit] {
    margin-top: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
  }

  .options-inner {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .footer-bottom .social-icons {
    margin-left: 0;
  }

  .testimonial-text, .testimonial-author {
    padding-left: 0;
    text-align: center;
  }

  .testimonial-item .quote-icon {
    position: static;
    text-align: center;
    margin-bottom: -40px;
    margin-top: -20px;
  }

  .testimonial-author {
    justify-content: center;
  }

  .newsletter-form-fields {
    display: block;
  }
  .newsletter-form-fields input[type=email],
.newsletter-form-fields button {
    width: 100%;
  }
  .newsletter-form-fields button[type=submit] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .newsletter-form-fields input[type=email] {
    border-right: 1px solid #c7c7c7;
    border-radius: var(--border-radius-small) var(--border-radius-small) var(--border-radius-small) var(--border-radius-small);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
  }

  .blog-page-header h1 {
    font-size: 2.2em;
  }

  .blog-posts-list .blog-post-item {
    flex-direction: column;
    gap: 20px;
  }
  .blog-posts-list .post-image {
    flex-basis: auto;
    max-height: 250px;
  }
  .blog-posts-list .post-content h3 {
    font-size: 1.3em;
  }

  .pagination .page-number, .pagination .page-arrow {
    min-width: 35px;
    padding: 6px;
    font-size: 0.8em;
  }

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

  .reservation-steps .step-label {
    display: none;
    /* Hide labels on mobile to save space */
  }

  .traveler-details-summary {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .cost-summary-card dl dt {
    max-width: 60%;
  }

  .payment-methods .payment-options {
    flex-direction: column;
  }

  .account-page-container {
    gap: 40px;
  }

  .account-content .user-trips-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .slider-controls {
    display: none !important;
  }

  .recommended-trip-content {
    padding: 40px 30px 40px 30px !important;
  }
  .recommended-trip-content .trip-price {
    font-size: 1.8em;
  }
  .recommended-trip-content h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 600px) {
  .group-page .contact-form-column {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
  .group-page .contact-form-column h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .reservation-steps:not(.desktop-only) {
    display: block;
    margin-bottom: 60px;
  }
  .reservation-steps:not(.desktop-only) .step-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .reservation-steps:not(.desktop-only) .step-item:not(.completed) {
    padding-left: 24px;
  }

  .support-section .button {
    width: 100%;
    text-align: center;
  }

  .reservation-data-section {
    text-align: center;
  }

  .view-reservation-code {
    justify-content: center;
  }

  .discount-code-section .discount-code-form {
    display: block;
  }
  .discount-code-section .discount-code-form input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
  }
  .discount-code-section .discount-code-form button {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .reservation-confirmation-container {
    gap: 40px;
  }

  .confirmation-sidebar {
    position: static;
  }

  .confirmation-main {
    order: 2;
  }

  .confirmation-sidebar {
    order: 1;
  }

  .summary-card {
    padding: 20px 30px 10px;
  }
  .summary-card .summary-meta {
    display: block;
    margin-bottom: 0;
  }
  .summary-card .summary-meta li {
    margin-bottom: 15px;
  }

  .payment-methods .payment-option label {
    max-width: 100%;
  }

  .cost-summary .summary-card {
    padding: 24px 30px 15px;
  }

  .sum-options-summary .summary-card {
    padding: 20px 30px 10px !important;
  }
  .sum-options-summary .summary-card .payment-method-text {
    font-size: 13px;
  }
  .sum-options-summary .checkmark {
    top: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
