:root {
  --radius-pill: 100px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
}

/* ========== Base Styles ========== */
ul,
ol {
  line-height: 1.6;
  padding-left: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img,
svg {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  border: unset;
  outline: none;
  width: 100%;
  font-family: inherit;
}
label:has(+ input[required])::after,
label:has(+ select[required])::after,
label:has(+ textarea[required])::after {
  content: " *";
  color: #dc2626;
}
button {
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  font-family: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  display: block;
}
.h1,
h1 {
  font-size: clamp(1.875rem, 1.182vw + 1.561rem, 2.625rem);
  line-height: clamp(2.813rem, 0.946vw + 2.561rem, 3.413rem);
}
.h2,
h2 {
  font-size: clamp(1.75rem, 0.788vw + 1.541rem, 2.25rem);
  line-height: clamp(2.625rem, 0.473vw + 2.499rem, 2.925rem);
}
.h3,
h3 {
  font-size: clamp(1.313rem, 0.887vw + 1.077rem, 1.875rem);
  line-height: clamp(1.969rem, 0.739vw + 1.772rem, 2.438rem);
}
.h4,
h4 {
  font-size: clamp(1.25rem, 0.591vw + 1.093rem, 1.625rem);
  line-height: clamp(1.875rem, 0.374vw + 1.776rem, 2.113rem);
}
.h5,
h5 {
  font-size: clamp(1rem, 0.394vw + 0.895rem, 1.25rem);
line-height: clamp(1.5rem, 0.197vw + 1.448rem, 1.625rem);
}
.h6,
h6 {
  font-size: clamp(0.875rem, 0.197vw + 0.823rem, 1rem);
  line-height: clamp(1.3rem, -0.02vw + 1.318rem, 1.313rem);
}
p {
  line-height: 26px;
}
.blog-post :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 16px;
}

.blog-post :is(p, ul, ol) {
  color: var(--text-muted);
  line-height: 28px;
  margin-bottom: 40px;
}
.blog-post figure {
  margin-bottom: 40px;
}
.blog-post h1 {
  font-size: clamp(1.5rem, 0.788vw + 1.291rem, 2rem);
  line-height: clamp(2.25rem, 0.552vw + 2.103rem, 2.6rem);
}
.blog-post blockquote {
  padding: 20px;
  margin-bottom: 28px;
  line-height: 28px;
  position: relative;
  padding-left: 100px;
}
.blog-post blockquote::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='37' viewBox='0 0 35 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 34V26.5722C1 24.4631 1.42857 22.3081 2.28571 20.1073C3.14286 17.9065 4.27381 15.8317 5.67857 13.8831C7.08333 11.9344 8.60714 10.3067 10.25 9L16.9643 12.8171C15.631 14.8345 14.5357 16.9436 13.6786 19.1444C12.8452 21.3453 12.4286 23.7983 12.4286 26.5034V34H1ZM19.0357 34V26.5722C19.0357 24.4631 19.4643 22.3081 20.3214 20.1073C21.1786 17.9065 22.3095 15.8317 23.7143 13.8831C25.119 11.9344 26.6429 10.3067 28.2857 9L35 12.8171C33.6667 14.8345 32.5714 16.9436 31.7143 19.1444C30.881 21.3453 30.4643 23.7983 30.4643 26.5034V34H19.0357Z' fill='%23D81A23'/%3E%3C/svg%3E%0A");
  width: 35px;
  height: 37px;
}
.blog-post blockquote::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #00000033;
  top: 20px;
  bottom: 20px;
  left: 80px;
}
.blog-post ul {
  padding-left: 20px;
}
.blog-post ul li {
  list-style: disc;
}
.include-exclude-section ul {
  padding-left: 0;
}
.include-exclude-section ul li, .table-of-contents ul li{
  list-style: none;
}
.blog-post table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5rem;
  background-color: var(--background);
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
}
.blog-post table th,
.blog-post table td {
  padding: 0.75em 1em;
  border: 1px solid var(--border-color);
  vertical-align: top;
  text-align: left;
  background-clip: padding-box;
}
.blog-post table th {
  background-color: var(--background);
  font-weight: 600;
}
.blog-post table tr:nth-child(odd) td {
  background-color: var(--blockquote-bg);
}
.blog-post table tr a {
  color: var(--secondary-color);
}
.blog-post table tr a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
/* ========== Component Styles ========== */
[class*="btn"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: var(--radius-pill);
  padding: 10px 24px;
  transition: all 0.3s;
  gap: 8px;
}
.btn-sm {
  padding: 8px 16px;
  font-size: 14px;
}
[class*="badge"] {
  border-radius: var(--radius-pill);
  padding: 4px 12px;
  font-weight: 500;
  font-size: 14px;
}
.form-label {
  display: inline-block;
}
.form-control,
.form-select {
  display: block;
  width: 100%;
  padding: 12px;
  line-height: 1.5;
}
.form-control::placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 3px rgba(255, 185, 39, 0.15);
}
.form-control:disabled,
.form-select:disabled {
  background: #f5f5f5;
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
  min-height: 180px;
  resize: vertical;
}
.form-select {
  appearance: none;
  padding-right: 3rem;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 5 7 9 11 5'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 14px;
}
.iti {
  width: 100%;
}
.card {
  background-color: var(--background);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-color);
}

.img-placeholder {
  overflow: hidden;
  flex-shrink: 0;
  background-color: var(--border-color);
}

.img-placeholder > a {
  display: block;
  height: 100%;
}

.img-placeholder img {
  object-fit: cover;
  transition: transform 0.35s ease;
}

.breadcrumb {
  text-transform: uppercase;
  font-weight: 500;
}
.breadcrumb ul li:not(:last-child):after {
  content: "";
  margin: 0 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  color: var(--text-muted);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='8' height='8' x='0' y='0' viewBox='0 0 6.667 6.656' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M3.333 2.839c0 0.067 -0.02 0.133 -0.057 0.183l-1.667 2.5C1.55 5.612 1.45 5.672 1.333 5.672h-1C0.15 5.672 0 5.522 0 5.339c0 -0.067 0.02 -0.133 0.057 -0.183l1.543 -2.317L0.057 0.522C0.02 0.472 0 0.405 0 0.339 0 0.155 0.15 0.005 0.333 0.005h1c0.117 0 0.217 0.06 0.277 0.15l1.667 2.5c0.037 0.05 0.057 0.117 0.057 0.183m3.333 0c0 0.067 -0.02 0.133 -0.057 0.183l-1.667 2.5c-0.06 0.09 -0.16 0.15 -0.277 0.15h-1c-0.183 0 -0.333 -0.15 -0.333 -0.333 0 -0.067 0.02 -0.133 0.057 -0.183l1.543 -2.317 -1.543 -2.317c-0.037 -0.05 -0.057 -0.117 -0.057 -0.183 0 -0.183 0.15 -0.333 0.333 -0.333h1c0.117 0 0.217 0.06 0.277 0.15l1.667 2.5c0.037 0.05 0.057 0.117 0.057 0.183m0 0' fill='%23323232' opacity='1' data-original='%23000000'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
/* ========== Utility Styles ========== */

.container,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.bd-gutter {
  --bs-gutter-x: 3rem;
}
.container-fluid {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.g-0 {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.gy-3 {
  --bs-gutter-y: 1.5rem;
}
.gy-7 {
  --bs-gutter-y: 2.5rem;
}
.col {
  position: relative;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  flex: 1 0 0%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: end;
}

/* Gap: shorthand first, then row-gap longhands */
.gap-1 {
  gap: 4px;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 12px;
}
.gap-4 {
  gap: 16px;
}
.gap-5 {
  gap: 20px;
}
.gap-6 {
  gap: 24px;
}
.gap-7 {
  gap: 28px;
}
.gap-8 {
  gap: 32px;
}
.gap-10 {
  gap: 40px;
}
.row-gap-5 {
  row-gap: 20px;
}
.row-gap-7 {
  row-gap: 28px;
}
.row-gap-10 {
  row-gap: 40px;
}

.text-center {
  text-align: center;
}
.text-sm {
  font-size: 14px;
}
.text-decoration-underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.text-xs {
  font-size: 12px;
}
.fw-normal {
  font-weight: normal;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fs-20px {
  font-size: 20px;
}
.fw-bolder {
  font-weight: bolder;
}

/* ---------- Spacing ---------- */
/* Margin: axis first, then sides; mb-0 last so it can override */
.mx-auto {
  margin-inline: auto !important;
}
.mx-1 {
  margin-inline: 4px !important;
}
.mx-2 {
  margin-inline: 8px !important;
}
.mx-3 {
  margin-inline: 12px !important;
}
.mx-4 {
  margin-inline: 16px !important;
}
.my-4 {
  margin-block: 16px !important;
}
.mt-1 {
  margin-top: 4px !important;
}
.mt-4 {
  margin-top: 16px !important;
}
.mt-5 {
  margin-top: 20px !important;
}
.mt-12 {
  margin-top: 48px !important;
}
.mb-1 {
  margin-bottom: 4px !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.mb-3 {
  margin-bottom: 12px !important;
}
.mb-4 {
  margin-bottom: 16px !important;
}
.mb-5 {
  margin-bottom: 20px !important;
}
.mb-6 {
  margin-bottom: 24px !important;
}
.mb-8 {
  margin-bottom: 32px !important;
}
.mb-10 {
  margin-bottom: 40px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

/* Padding: all-sides first, then axis, then sides */
.p-1 {
  padding: 4px !important;
}
.p-3 {
  padding: 12px !important;
}
.p-4 {
  padding: 16px !important;
}
.p-5 {
  padding: 20px !important;
}
.p-6 {
  padding: 24px !important;
}
.p-8 {
  padding: 32px !important;
}
.px-4 {
  padding-inline: 16px !important;
}
.py-1 {
  padding-block: 4px !important;
}
.py-2 {
  padding-block: 8px !important;
}
.py-3 {
  padding-block: 12px !important;
}
.py-4 {
  padding-block: 16px !important;
}
.py-5 {
  padding-block: 20px !important;
}
.py-6 {
  padding-block: 24px !important;
}
.pt-1 {
  padding-top: 4px !important;
}
.pt-2 {
  padding-top: 8px !important;
}
.pt-3 {
  padding-top: 12px !important;
}
.pt-4 {
  padding-top: 16px !important;
}
.pt-6 {
  padding-top: 24px !important;
}
.pb-1 {
  padding-bottom: 4px !important;
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pb-3 {
  padding-bottom: 12px !important;
}
.pb-4 {
  padding-bottom: 16px !important;
}
.rounded-full {
  border-radius: 50%;
}
.border-bottom {
  border-bottom: 1px solid var(--border-color);
}
.rounded-pill {
  border-radius: var(--radius-pill);
}
.rounded-1 {
  border-radius: var(--radius-sm);
}
.rounded-2 {
  border-radius: var(--radius-md);
}
.rounded-3 {
  border-radius: var(--radius-lg);
}
.w-100 {
  width: 100%;
}
.overflow-hidden {
  overflow: hidden;
}
.position-relative {
  position: relative;
}
.z-1 {
  z-index: 1;
}
.border-none {
  border: none;
}
.bg-image::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  background-image: url(../images/bg-section-img.png);
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.8;
  mix-blend-mode: luminosity;
}
.d-flex {
  display: flex;
}
.d-block {
  display: block;
}
.d-none {
  display: none;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.truncate-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ==========================================
 Lists
========================================== */

.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-disc li{
  list-style: disc;
}
/* ==========================================
 Height
========================================== */

.h-100 {
  height: 100%;
}

/* ========== Custom Styles ========== */
.header {
  --header-mega-top: 125px !important;
  border: none;
  background-color: var(--background);
  padding-block: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: none;
  transition: box-shadow 0.25s ease;
}

.header.sticky {
  box-shadow: var(--box-shadow);
}

.header-top-row .logo {
  flex-shrink: 0;
}

.header-top-row .logo img {
  width: auto;
  height: 100%;
}

.header-inner-section {
  display: flex;
  width: 100%;
  padding-block: 14px;
  justify-content: space-between;
}

.header-utility-bar {
  flex-shrink: 0;
  gap: 12px;
  margin-left: 16px;
}

.header-bottom-row {
  min-height: 50px;
  position: relative;
  background-color: var(--secondary-background);
}

.header-bottom-row nav {
  flex: 1;
  min-width: 0;
}

.header-bottom-row nav li a {
  font-size: 13px;
  font-weight: 600;
  gap: 4px;
  text-transform: uppercase;
}

.book-with-expert {
  flex-shrink: 0;
  background: var(--secondary-color);
  color: var(--background);
  padding: 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.book-with-expert--desktop {
  display: none;
  padding: 18px;
}

.book-with-expert--sidebar {
  display: none;
}

/* ========== Header search ========== */
.header-search {
  border: none;
  width: 100%;
  max-width: 500px;
  border-radius: var(--radius-pill);
  position: relative;
  align-items: center;
  display: none;
  border: 1px solid var(--border-color);
  background-color: var(--background);
}

.header-search form {
  width: 100%;
}

.header-search input {
  border: unset;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  color: var(--black);
}

.header-search input::-moz-placeholder {
  color: #888;
}

.header-search input::placeholder {
  color: #888;
}

.header-search-icon-btn {
  flex-shrink: 0;
  background: transparent;
}

.header-search .header-search-text-btn {
  display: none;
  flex-shrink: 0;
  padding: 8px 16px;
  font-size: 12px;
  white-space: nowrap;
}

.search-cancel-button {
  display: none;
}

/* ========== Nav ========== */
.header nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header nav ul {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.header nav li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-block: 12px;
}

.header nav li a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--black);
  transition: var(--transition);
}

.header nav li:hover a {
  color: var(--secondary-color);
}

.dropdown {
  justify-content: space-between;
}

.dropdown:hover svg path {
  fill: var(--secondary-color);
}

/* ========== Simple dropdown ========== */
.header nav .dropdown:has(> .dropdown-menu) {
  position: relative;
}

.header nav .dropdown > .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-wrap: nowrap;
  background: var(--background);
  border-radius: 4px;
  box-shadow: 0 30px 70px #898b8e26;
  border: 1px solid #f5f5f5;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform-origin: top center;
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    visibility 0.25s ease,
    padding 0.25s ease;
  z-index: 100;
}

.header nav .dropdown:hover > .dropdown-menu,
.header nav .dropdown.showMenu > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  max-height: 420px;
  padding: 8px 0;
}

.header nav .dropdown > .dropdown-menu li {
  display: block;
  width: 100%;
  padding: 8px 16px;
}

.header nav .dropdown > .dropdown-menu a {
  display: block;
  width: 100%;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  width: fit-content;
}

.header nav .dropdown > .dropdown-menu a:hover {
  color: var(--secondary-color);
}

.toggle-button,
.call-button,
.search-button {
  border: 1px solid var(--border-color);
  background-color: var(--blockquote-bg);
  padding: 12px;
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cancel-button {
  display: none;
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 2;
}

.doc-overlay {
  bottom: 0;
  height: 100vh;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 105;
  background: var(--black, #000);
}

.overlay {
  position: fixed;
  background-color: #00000094;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}

@media (min-width: 1200px) {
  .cancel-button,
  .toggle-button {
    display: none;
  }

  .book-with-expert--desktop {
    display: inline-block;
  }

  .book-with-expert--sidebar {
    display: none;
  }

  .header-utility-bar {
    gap: 24px;
  }
}

/* ========== Mega menu ========== */
.header nav .dropdown .megaMenuCon {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  max-width: 1140px;
  width: calc(100% - 48px);
  top: 52px;
  background: var(--background);
  border-radius: 4px;
  box-shadow: 0 30px 70px #898b8e26;
  border: 1px solid #f5f5f5;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform-origin: top center;
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    visibility 0.25s ease;
  z-index: 100;
}

.header nav .dropdown:hover .megaMenuCon {
  visibility: visible;
  opacity: 1;
  max-height: 420px;
}

.header nav .dropdown .megaMenuCon ul {
  position: static;
  visibility: visible;
  opacity: 1;
  transform: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  width: auto;
  white-space: normal;
  background: transparent;
  box-shadow: none;
  border: none;
}

.header nav .dropdown .megaMenuCon li {
  display: block;
  width: 100%;
  padding-block: 0;
}

.header nav .dropdown .megaMenuCon a {
  display: block;
  color: var(--text-muted);
  font-size: 14px;
  width: fit-content;
  white-space: normal;
}

.header nav .dropdown .megaMenuCon a:hover {
  color: var(--secondary-color);
}

.mega-menu-heading {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
}

.mega-menu-links {
  list-style: none;
}

/* ========== Sliding sidebar (below xl) ========== */
@media (max-width: 1199.98px) {
  .header-bottom-row {
    min-height: 0;
    background: transparent;
    border: none;
  }

  .header-bottom-row > .container {
    padding: 0;
  }

  .header-bottom-row > .container > .flex {
    display: block;
  }

  .header nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 110;
    width: min(340px, 88vw);
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 40px 20px 20px 20px;
    background: var(--background);
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition:
      transform 0.35s ease,
      visibility 0s linear 0.35s;
  }

  .header nav.show-ul {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition:
      transform 0.35s ease,
      visibility 0s;
  }

  .header nav .cancel-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .header nav > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 14px 0;
  }

  .header-bottom-row nav li a {
    text-transform: none;
    font-size: 16px;
    font-weight: 600;
  }

  .book-with-expert--sidebar {
    display: block;
    margin-top: auto;
    width: 100%;
    border-radius: 4px;
  }

  .header nav .dropdown {
    position: relative;
  }

  .header nav .dropdown > .dropdown-menu {
    position: static;
    left: auto;
    top: auto;
    min-width: 0;
    width: 100%;
    max-height: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition:
      max-height 0.35s ease,
      opacity 0.25s ease,
      visibility 0.25s ease,
      padding 0.25s ease;
  }

  .header nav .dropdown:hover > .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0;
  }

  .header nav .dropdown.showMenu > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    max-height: 420px;
    padding: 4px 0 8px;
  }

  .header nav .dropdown > .dropdown-menu li {
    border-bottom: none;
    padding: 0 4px;
  }

  .header nav .dropdown > .dropdown-menu a {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    white-space: normal;
  }

  .header nav .dropdown .megaMenuCon {
    position: static;
    left: auto;
    top: auto;
    translate: none;
    width: 100%;
    max-width: none;
    max-height: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition:
      max-height 0.35s ease,
      opacity 0.25s ease,
      visibility 0.25s ease,
      padding 0.25s ease;
  }

  .header nav .dropdown:hover .megaMenuCon {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    padding: 0;
  }

  .header nav .dropdown.showMenu .megaMenuCon {
    visibility: visible;
    opacity: 1;
    max-height: 2000px;
  }

  .header nav .dropdown .megaMenuCon .row {
    margin: 0;
    --bs-gutter-y: 0;
    row-gap: 0;
  }

  .header nav .dropdown .megaMenuCon [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  .header nav .dropdown .megaMenuCon .mega-menu-group {
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .header nav .dropdown .megaMenuCon .mega-menu-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
  }

  .header nav .dropdown .megaMenuCon .mega-menu-heading::after {
    content: "";
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }

  .header
    nav
    .dropdown
    .megaMenuCon
    .mega-menu-group.is-open
    .mega-menu-heading::after {
    transform: rotate(-135deg);
  }

  .header nav .dropdown .megaMenuCon .mega-menu-links {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    transition:
      max-height 0.3s ease,
      opacity 0.2s ease,
      padding 0.3s ease;
  }

  .header nav .dropdown .megaMenuCon .mega-menu-group.is-open .mega-menu-links {
    max-height: 320px;
    opacity: 1;
    padding: 0 0 12px;
  }

  .header nav .dropdown .megaMenuCon .mega-menu-links li {
    padding: 0 4px;
  }

  .header nav .dropdown .megaMenuCon a {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
  }
}
/* Small + medium: existing form opens as a top bar on search-button click */
@media (max-width: 991.98px) {
  .header-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 130;
    display: flex;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 14px 16px;
    border: none;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    gap: 12px;
    transform: translateY(-110%);
    visibility: hidden;
    pointer-events: none;
    transition:
      transform 0.3s ease,
      visibility 0s linear 0.3s;
  }

  .header-search.search-show {
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition:
      transform 0.3s ease,
      visibility 0s;
    flex-direction: row-reverse;
  }

  .header-search .search-cancel-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid var(--border-color, #dbdbdb);
    border-radius: 50%;
    background: var(--blockquote-bg);
    cursor: pointer;
  }

  .header-search form {
    padding: 2px 4px;
    border: 1px solid var(--border-color, #dbdbdb);
    border-radius: var(--radius-pill);
    background: var(--background);
    gap: 0;
  }

  .header-search .header-search-text-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .overlay {
    z-index: 120;
  }
}

@media (min-width: 992px) {
  .header-search .header-search-text-btn {
    display: none;
  }

  .header-search-icon-btn {
    display: inline-flex;
  }

  .search-button,
  .call-button {
    display: none;
  }
}

.text {
  margin-bottom: -71px;
  background: var(--background);
  z-index: 100;
  position: relative;
  height: 124px;
}
.text::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -26px;
  width: 320%;
  height: 52px;
  background: var(--background);
  background: url(data:image/svg+xml,%3Csvg%20width%3D%22702%22%20height%3D%22138%22%20viewBox%3D%220%200%20702%20138%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%22673%22%20height%3D%22138%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M701.5%200H653V1.16949L654%2023.9746C659.333%2035.6695%20670.5%2053.4458%20672.5%2030.9915C674.5%208.53729%20692.667%200.974576%20701.5%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E)
    no-repeat;
  background-size: cover;
  z-index: -1;
}
.hover-primary {
  position: relative;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}
.hover-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  scale: 0;
  z-index: -1;
  background-color: var(--primary-color);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.hover-primary:hover::before {
  scale: 3;
}
.hover-primary:hover {
  color: white;
  scale: 1;
}

.hover-primary:active {
  scale: 1;
}

.hover-secondary {
  position: relative;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}
.hover-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  scale: 0;
  z-index: -1;
  background-color: var(--secondary-color);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.hover-secondary:hover::before {
  scale: 3;
}
.hover-secondary:hover {
  color: white;
  scale: 1;
}

.hover-secondary:active {
  scale: 1;
}

.header nav li a {
  font-size: 13px;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}

.header nav li a:focus:after,
.header nav li a:hover:after {
  width: 100%;
  left: 0%;
}

.header nav li a:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: var(--secondary-color);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

/* ========== Section spacing ========== */
.sec-space {
  padding-block: clamp(40px, 6vw, 72px);
}

.tablinks {
  border: none;
  background: transparent;
  color: var(--text-muted);
  border-radius: var(--radius-pill);
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.trending-tab-panel {
  display: none;
}

.trending-tab-panel.is-active {
  display: block;
}

.airplane-bg-img {
  padding: 16px;
  background-image:
    linear-gradient(
      360deg,
      rgba(15, 36, 84, 0.56) 0%,
      rgba(15, 36, 84, 0.14) 100%
    ),
    url("../images/airplane-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 20px;
}

.airplane-bg-img .card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.airplane-bg-img .img-placeholder img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.card-sm {
  padding: 10px;
  border-radius: var(--radius-md);
  height: 100%;
}

.card-sm .img-placeholder {
  width: 72px;
  height: 72px;
  border-radius: var(--radius-md);
}

[class*="gradient-"] .img-placeholder {
  border-radius: var(--radius-lg);
}
.activities-show-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-inline: auto;
}

.activities-show-more-btn svg {
  flex-shrink: 0;
}

@media (max-width: 767.98px) {
  [data-mobile-activities].is-collapsed [data-mobile-activities-extra],
  [data-mobile-activities].is-collapsed [data-mobile-activities-less-wrap] {
    display: none;
  }

  [data-mobile-activities]:not(.is-collapsed)
    [data-mobile-activities-more-wrap] {
    display: none;
  }
}

.featured-card .img-placeholder {
  height: 260px;
  border-radius: var(--radius-lg);
}

.featured-card .img-placeholder img {
  height: 100%;
  width: 100%;
}
.featured-card .img-placeholder:hover img {
  transform: scale(1.1);
}
.destination-card {
  position: relative;
  padding-bottom: 12px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.destination-card .img-placeholder {
  position: relative;
  aspect-ratio: 3 / 2;
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
}

.destination-card-cta {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  opacity: 0;
  pointer-events: none;
  min-width: 140px;
}
.destination-card .featured-badge {
  padding: 6px 12px;
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 11px;
}
/* Always show Book now on mobile + tablet (no reliable hover) */
@media (max-width: 991.98px) {
  .destination-card-cta {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (min-width: 992px) {
  .destination-card:hover .destination-card-cta,
  .destination-card:focus-within .destination-card-cta {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 50%);
    animation: destination-card-cta-in 0.3s ease forwards;
  }
}

@keyframes destination-card-cta-in {
  from {
    opacity: 0;
    transform: translate(-50%, 70%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 50%);
  }
}

.trip-tabs {
  gap: 32px;
  overflow-x: auto;
}

.trip-tab-btn {
  border-radius: 0;
  padding: 0;
  padding-bottom: 8px;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  flex-shrink: 0;
  color: var(--text-muted);
  font-size: 16px;
}
.trip-tab-btn.is-active {
  border-bottom-color: var(--secondary-color);
  font-weight: 700;
  color: var(--black);
}
/* Featured packages stats card */
.featured-stats .row > [class*="col-"]:not(:last-child) .featured-stat-content {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}
.country-card-pill {
  width: 200px;
}
.country-card-pill a {
  display: block;
  height: 100%;
}

.country-card-pill .img-placeholder a {
  display: block;
  height: 100%;
}

.country-card-pill .img-placeholder {
  position: relative;
  height: 300px;
  border-radius: 999px;
  background: var(--border-color);
}
.country-card-pill:hover .img-placeholder img {
  transform: scale(1.1);
}

/* ========== Hero ========== */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 420px;
  background-color: #1a2a4a;
}

.hero-slides {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  will-change: opacity;
}

.hero-slide:nth-child(1) {
  background-image: url("../images/hero-banner-1.png");
}

.hero-slide:nth-child(2) {
  background-image: url("../images/hero-banner-1.png");
}

.hero-slide:nth-child(3) {
  background-image: url("../images/hero-banner-1.png");
}

.hero-slide:nth-child(4) {
  background-image: url("../images/hero-banner-1.png");
}

.hero-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.hero-content {
  padding-block: 64px;
  min-height: 420px;
}

.hero-content h1 {
  margin: 0;
  max-width: 14ch;
}

.hero-search {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 560px;
  padding: 6px 6px 6px 16px;
  background: var(--background);
  border-radius: var(--radius-pill);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.hero-search input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: var(--black, #000);
}

.hero-search-btn {
  flex-shrink: 0;
  padding: 12px;
}

.hero-search-btn span {
  display: none;
}

@media (min-width: 768px) {
  .hero {
    min-height: 520px;
  }

  .hero-content {
    min-height: 520px;
    padding-block: 80px;
    gap: 20px;
  }

  .hero-search-btn {
    padding: 12px 28px;
  }

  .hero-search-btn span {
    display: inline;
    font-size: 14px;
    font-weight: 700;
  }

  .hero-search-btn svg {
    display: none;
  }

  .featured-stats
    .row
    > [class*="col-"]:not(:last-child)
    .featured-stat-content {
    margin-bottom: 0;
    padding-bottom: 0;
    border-right: 1px solid var(--border-color);
    border-bottom: none;
    margin-right: 16px;
  }
}

@media (min-width: 1200px) {
  .hero {
    min-height: 560px;
  }

  .hero-content {
    min-height: 560px;
    padding-block: 100px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #f1f3f6;
  height: 40px;
  width: 40px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-color);
  top: 45%;
  box-shadow: 0px 4px 8px 0px #00000020;
}
.testimonial-swiper .swiper-button-next,
.testimonial-swiper .swiper-button-prev {
  top: 30%;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.swiper-button-prev {
  left: 0px;
}
.swiper-button-next {
  right: 0px;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 16px;
  height: 16px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.testimonial-card .bg-body-secondary {
  padding: 28px 24px 48px;
  border-radius: 24px;
  text-align: center;
}

.testimonial-card p {
  line-height: 1.6;
}

.testimonial-read-more {
  display: inline-block;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--primary-color);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.testimonial-read-more[hidden] {
  display: none;
}

.testimonial-read-more:hover {
  text-decoration: underline;
}

.testimonial-card-client {
  margin-top: -36px;
  padding-top: 0;
}

.testimonial-card .client-avatar {
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid var(--background);
  background: #d9d9d9;
}

.testimonial-card .client-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card .company-logo {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.testimonial-card .company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-card {
  height: 100%;
  overflow: hidden;
}

.blog-card .img-placeholder {
  aspect-ratio: 3 / 2;
}
.blog-card:hover .img-placeholder img {
  transform: scale(1.06);
}
.blog-card-body {
  position: relative;
  padding-top: 44px;
}
.blog-card p {
  line-height: 24px;
}
.blog-card-badge {
  position: absolute;
  top: -40px; /* 18px */
  left: 20px;
  z-index: 1;
  text-transform: uppercase;
  font-size: 11px;
  padding: 8px 16px;
}
.blog-card-badge:hover {
  text-decoration: underline;
  color: var(--background);
}
.blog-card-footer {
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
  font-size: 13px;
}
.blog-card-footer a:hover {
  text-decoration: underline;
}
.blog-card-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.blog-card-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 99.94%
  );
  z-index: 1;
}
.blog-card-overlay .position-relative {
  z-index: 1;
}
.blog-card-overlay .img-placeholder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.blog-card-overlay .blog-card-badge {
  top: -20px;
}
.help-contact-card {
  padding: 16px 20px;
  min-width: 240px;
}

.help-contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--secondary-background);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.help-gallery {
  gap: 16px;
  justify-content: center;
}

.help-gallery-card {
  width: 170px;
  height: 170px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #d9d9d9;
}

.help-gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 90;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}

.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-to-top svg {
  display: block;
  flex-shrink: 0;
}

/* ========== Single Post Page ========== */

.blog-post-gallery .img-placeholder {
  border-radius: var(--radius-lg);
}

.blog-post-gallery .col-lg-7 .img-placeholder {
  aspect-ratio: 63 / 44;
}

.blog-post-gallery .col-12 .img-placeholder {
  aspect-ratio: 200 / 101;
}

.blog-post-gallery .col-6 .img-placeholder {
  aspect-ratio: 94 / 85;
}

/* Gallery trigger: sm/md only */
.gallery-trigger {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: var(--radius-md);
  background: var(--secondary-color);
  color: var(--background);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.blog-post-gallery-secondary {
  display: none;
}

@media (min-width: 992px) {
  .gallery-trigger {
    display: none;
  }

  .blog-post-gallery-secondary {
    display: block;
  }
}

/* Popup gallery modal */
.gallery-popup {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
}

.gallery-popup[hidden] {
  display: none;
}

.gallery-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.gallery-popup-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
}

.gallery-popup-figure {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #111;
  aspect-ratio: 16 / 10;
}

.gallery-popup-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--secondary-color, #e31a22);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translate(35%, -35%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease;
}

.gallery-popup-close:hover {
  opacity: 0.9;
}

.gallery-popup-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: var(--background);
  color: var(--text-muted);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.55));
  transition: opacity 0.2s ease;
}

.gallery-popup-prev {
  left: 8px;
}

.gallery-popup-next {
  right: 8px;
}

body.gallery-open {
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .gallery-popup {
    padding: 20px 12px;
  }

  .gallery-popup-figure {
    aspect-ratio: 4 / 3;
  }

  .gallery-popup-close {
    width: 32px;
    height: 32px;
    transform: translate(30%, -30%);
  }

  .gallery-popup-nav {
    width: 32px;
    height: 32px;
  }
}

.tour-include-icon {
  width: 60px;
  height: 60px;
}

.package-feature-icon {
  width: 28px;
  height: 28px;
}
.include-exclude-section .included {
  border: 1px solid #008768;
}
.include-exclude-section .excluded {
  border: 1px solid #d60f0f;
}

.include-exclude-section ul {
  margin-bottom: 0;
}
.include-exclude-section ul li {
  padding-left: 32px;
  padding-block: 16px;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-muted);
  position: relative;
}
.include-exclude-section ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.include-exclude-section ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.include-exclude-section .included li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='%2310706F'/%3E%3Cpath d='M11.6947 6.45795L7.24644 10.9086C7.17556 10.9771 7.08572 11.0126 6.99596 11.0126C6.9494 11.0127 6.90328 11.0035 6.86027 10.9857C6.81727 10.9678 6.77822 10.9416 6.7454 10.9086L4.3038 8.46699C4.16436 8.32987 4.16436 8.10539 4.3038 7.96595L5.16652 7.10083C5.29892 6.96851 5.53524 6.96851 5.66764 7.10083L6.99596 8.42915L10.3309 5.09179C10.3638 5.05887 10.4028 5.03274 10.4457 5.01489C10.4887 4.99705 10.5347 4.98784 10.5812 4.98779C10.6757 4.98779 10.7656 5.02563 10.8317 5.09179L11.6944 5.95699C11.8341 6.09643 11.8341 6.32091 11.6947 6.45795Z' fill='white'/%3E%3C/svg%3E%0A");
}
.include-exclude-section .excluded li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_70_1468)'%3E%3Cpath d='M7.99967 14.6666C11.6816 14.6666 14.6663 11.6818 14.6663 7.99992C14.6663 4.31802 11.6816 1.33325 7.99967 1.33325C4.31778 1.33325 1.33301 4.31802 1.33301 7.99992C1.33301 11.6818 4.31778 14.6666 7.99967 14.6666Z' fill='%23D60F0F' stroke='%23D60F0F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 5.99988L6.00001 9.99987' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 5.99988L9.99999 9.99987' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_70_1468'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
/* ========== Package itinerary accordion ========== */
.tour-accordion summary {
  cursor: pointer;
}

.tour-accordion summary::-webkit-details-marker {
  display: none;
}

.package-itenerary-chevron {
  transition: transform 0.25s ease;
}

.package-itenerary-panel {
  background: #f9f7f7;
  border: 1px solid #f7babd;
  border-top: none;
  padding-left: 50px;
}

.tour-accordion details[open] {
  border-color: #f7babd;
}

.tour-accordion details[open] > summary {
  background: var(--secondary-color);
}

.tour-accordion details[open] .package-itenerary-day {
  background: var(--background);
  color: var(--black);
}

.tour-accordion details[open] .package-itenerary-title,
.tour-accordion details[open] .package-itenerary-chevron {
  color: var(--background);
}

.tour-accordion details[open] .package-itenerary-chevron {
  transform: rotate(180deg);
}

.tour-accordion ul {
  position: relative;
  padding-left: 50px;
  padding-block: 16px;
  border-left: 2px solid #f7babd;
}

.tour-accordion ul li {
  position: relative;
  line-height: 1.6;
  list-style: none;
}

.tour-accordion ul li::before {
  content: "";
  position: absolute;
  left: -56px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--secondary-color);
}

/* ========== Policy accordions ========== */
.policy-accordion > summary {
  list-style: none;
  cursor: pointer;
}

.policy-accordion > summary::-webkit-details-marker {
  display: none;
}

.policy-accordion-chevron {
  transition: transform 0.25s ease;
}

.policy-accordion[open] .policy-accordion-chevron {
  transform: rotate(180deg);
}

.policy-accordion ul {
  padding-left: 20px;
  margin-bottom: 0;
  margin-top: 16px;
}

.policy-accordion ul li:not(:last-child) {
  margin-bottom: 12px;
}

/* ========== FAQ accordion ========== */
.accordion details {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 16px;
}

.accordion details:last-child {
  margin-bottom: 0;
}
.accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  padding-block: 16px;
  padding-right: 24px;
  list-style: none;
  cursor: pointer;
  font-weight: 600;
}

.accordion details:first-child summary {
  padding-top: 0;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.25s ease;
}

.accordion details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.accordion details p {
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

/* ========== Package sidebar cards ========== */
.package-sidebar-card {
  padding: 30px 20px;
  border-width: 2px;
}

.package-sidebar-price {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.package-sidebar-help {
  padding: 18px 18px 18px 22px;
  background: var(--blockquote-bg);
  max-height: 120px;
}
.old-price {
  text-decoration: line-through;
}

.package-sidebar-card .badge-secondary {
  position: relative;
}
.package-sidebar-card .badge-secondary::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 1.758 1.758' xml:space='preserve'%3E%3Cpath fill='%23e31a22' d='M1.709 1.655.917.064C.901.037.858.037.842.064L.049 1.655a.05.05 0 0 0 0 .038c.005.011.022.022.032.022h1.59q.024.002.032-.022a.03.03 0 0 0 .005-.038' data-original='%23fb2b3a'/%3E%3C/svg%3E");
  rotate: 270deg;
}
.tour-include-item {
  position: relative;
  height: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}
.tour-includes > .row > [class*="col-"]:last-child .tour-include-item {
  border-bottom: transparent;
  padding-bottom: 0;
}

.sticky-top {
  --sticky-top: calc(var(--header-height, 120px) + 20px);
  position: sticky;
  top: var(--sticky-top);
  transition: top 0.25s ease;
}

/* ========== Table of contents ========== */
.table-of-contents {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 20px;
  background-color: var(--background);
  z-index: 20;
  position: sticky;
  top: 70px;
}

.table-of-contents.is-sticky {
  position: fixed;
  top: var(--header-height, 0);
  left: 0;
  width: 100%;
  z-index: 3;
  padding-inline: 40px;
  background: var(--background);
  box-shadow: var(--box-shadow);
}

@media (min-width: 1200px) {
  .table-of-contents.is-sticky {
    padding-inline: 80px;
  }
}

.table-of-contents ul {
  overflow-x: auto;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding: 0;
}

.table-of-contents li {
  padding-block: 16px;
}
.table-of-contents a {
  white-space: nowrap;
  font-weight: 500;
}
.table-of-contents a.active {
  color: var(--secondary-color);
  background-color: var(--secondary-background);
  padding: 4px 16px;
  border-radius: var(--radius-pill);
}

.tour-itenerary-container {
  border-radius: 22px 22px 0 0;
}

.tour-itenerary-container .tour-itenerary-map {
  max-height: 315px;
}
.tour-itenerary-container .card {
  margin-top: -15px;
}

.author-bio {
  background: var(--blockquote-bg);
  padding: 32px;
}
.recent-posts .h5 {
  border-bottom: 1px dashed var(--border-color);
}
.recent-posts .card {
  border: none;
  border-bottom: 1px dashed var(--border-color);
  background-color: transparent;
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-radius: 0;
}
.recent-posts .card:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.recent-posts .card .img-placeholder {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
}
.other-page img {
  width: 300px;
}

.page-banner {
  padding-bottom: 40px;
  padding-top: 100px;
  margin-bottom: 40px;
  position: relative;
  color: var(--background);
  position: relative;
  background-image: url("../images/page-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-banner a, .destination-banner a {
  color: inherit;
}
.page-banner::before {
  content: "";
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.8) 1.68%,
    rgba(0, 0, 0, 0.5) 53.93%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  inset: 0;
}
.contact-icon {
  width: 60px;
  height: 60px;
}

.need-info-icon {
  width: 50px;
  height: 50px;
}
.why-choose-icon {
  width: 55px;
  height: 55px;
}
.about-trip-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding-left: 1.15em;
}
.about-trip-list li {
  list-style: disc;
  color: var(--text-muted);
}
.plan-trip-card .img-placeholder {
  aspect-ratio: 4 / 3;
}
.plan-trip-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  z-index: 1;
  background-image: url("../images/plan-trip-doodle.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.how-to-book-steps {
  --how-to-book-accent: #f9ccce;
  list-style: none;
  margin: 0;
  padding-left: 40px;
  border-left: 2px dashed var(--how-to-book-accent);
  display: flex;
  flex-direction: column;
  gap: 16px;
  counter-reset: how-to-book-step;
}
.how-to-book-steps .card{
  border-radius: 6px;
}
.how-to-book-steps > li {
  position: relative;
  list-style: none;
  counter-increment: how-to-book-step;
}
.how-to-book-steps > li::before {
  content: counter(how-to-book-step);
  position: absolute;
  left: -60px;
  top: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--how-to-book-accent);
  color: var(--black);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.budget-range {
  flex: 1 1 160px;
  min-width: 120px;
  accent-color: var(--secondary-color);
  cursor: pointer;
  background-color: #FFE5E5;
}
.budget-estimate {
  padding-top: 16px;
  border-top: 1px solid var(--border-color);
}
@media (min-width: 992px) {
  .budget-estimate {
    padding-top: 0;
    padding-left: 24px;
    border-top: none;
    border-left: 1px solid var(--border-color);
  }
}
.contact-map {
  background-image: url("../images/contact-map.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}
.contact-map::before{
  content: "";
  background: #00000033;
  position: absolute;
  inset: 0;
  border-radius: 12px;
  z-index: 1;
}
.destination-banner {
  aspect-ratio: 3/1;
  padding-bottom: 50px;
}
.destination-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-position: center;
}
.destination-banner::before {
  content: "";
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 1.68%, rgba(0, 0, 0, 0.5) 53.93%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.yoast-breadcrumbs {
  margin-bottom: 12px;
  text-transform: uppercase;
}
.to-do-card .img-placeholder{
  aspect-ratio: 16/9;
}
.to-do-card p {
  line-height: 1.6;
}
.blue-green-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg,rgba(0, 17, 55, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.cta-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.blue-green-banner {
  background: url("../images/banner-left-part.png") no-repeat right;
}
.blue-green-banner a:hover  {
  background-color: var(--footer-bg);
}
.blue-green-banner a:hover span {
  color: var(--background);
}
.adventure-trust-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.adventure-trust-icon {
  width: 40px;
  height: 40px;
}
.blue-green-left-img {
  position: absolute;
  top: 0;
  right: 0;
}
.blue-green-middle-img {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
}
/* ========== Footer top feature cards ========== */
.footer-top-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  padding-block: 16px;
  padding-right: 24px;
  border-bottom: 1px solid var(--border-color);
}

.footer-top-card .feature-icon {
  width: 56px;
  height: 56px;
}

.footer-links-grid ul {
  line-height: 1.5;
}
.footer-top-card p {
  margin: 0;
  color: var(--text-muted);
  line-height: 24px;
}

/* Mobile: last stacked card has no bottom border */
.bg-body-secondary
  > .container
  > .row
  > [class*="col-"]:last-child
  .footer-top-card {
  border-bottom: none;
}

/* md + lg: 2x2 grid separators */
@media (min-width: 768px) {
  .footer-top-card {
    border-bottom: 1px solid transparent;
  }

  .bg-body-secondary
    > .container
    > .row
    > [class*="col-"]:nth-child(odd)
    .footer-top-card::after {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    right: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.08);
  }
}

/* xl: horizontal 1x4 strip */
@media (min-width: 1200px) {
  .footer-top-card {
    padding-block: 24px;
    border-bottom: none;
  }

  .bg-body-secondary
    > .container
    > .row
    > [class*="col-"]
    .footer-top-card::after {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    right: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.08);
  }

  .bg-body-secondary
    > .container
    > .row
    > [class*="col-"]:last-child
    .footer-top-card::after {
    display: none;
  }
}

.sidebar-card-image {
  width: 20px;
}
/* ========== Main footer ========== */
.footer-main {
  color: var(--background);
  background-color: var(--footer-bg);
  overflow: hidden;
}

.footer-left {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-links-grid {
  padding-top: 36px;
  padding-bottom: 28px;
  position: relative;
}
.footer-links-grid::before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: -70px;
  width: 373px;
  height: 129px;
  background-image: url("../images/footer-bg-blue.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}
.footer-links-grid .row {
  row-gap: 28px;
}

.footer-links-grid h3 {
  margin: 0 0 14px;
  color: var(--background);
  font-size: 14px;
  font-weight: 700;
}

.footer-links-grid ul,
.footer-socials {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.footer-links-grid ul li:not(:last-child) {
  margin-bottom: 12px;
}
/* From Uiverse.io by WhiteNervosa */
.footer-links-grid a {
  font-size: 14px;
  color: var(--footer-text-muted);
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}

.footer-links-grid a:focus:after,
.footer-links-grid a:hover:after {
  width: 100%;
  left: 0%;
}

.footer-links-grid a:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: var(--background);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

.footer-copyright {
  color: var(--footer-text-muted);
  border-top: 1px solid var(--footer-border);
}

.footer-socials {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.footer-socials a {
  width: 30px;
  height: 30px;
  background: #ffffff17;
}

.footer-rating {
  position: relative;
  padding: 40px 24px;
  overflow: hidden;
  border-top: 1px solid #ccc2ca;
}

.footer-rating::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 311px;
  height: 243px;
  background-image: url("../images/footer-pink-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.rating-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: black;
}

.footer-rating img {
  display: block;
  width: 165px;
  height: 50px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .footer-copyright {
    flex-direction: row;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .footer-left {
    padding-right: 20px;
  }

  .footer-rating {
    min-height: 100%;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-row {
    flex-direction: row;
  }
  .d-md-block {
    display: block;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex;
  }

  .d-lg-block {
    display: block;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-lg-column {
    flex-direction: column;
  }

  .gap-lg-8 {
    gap: 32px;
  }
}

@media (min-width: 992px) {
  .airplane-bg-img > .row > .col-lg:nth-child(2),
  .airplane-bg-img > .row > .col-lg:nth-child(3),
  .airplane-bg-img > .row > .col-lg:nth-child(4) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }
}

/* media queries */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .airplane-bg-img {
    padding: 60px 24px 40px;
  }
  .tour-includes > .row > [class*="col-"]:nth-child(3) .tour-include-item {
    border-bottom: transparent;
    padding-bottom: 0;
  }
  .package-sidebar-card {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .adventure-trust-item:first-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  .adventure-trust-item:not(:first-child) {
    padding-left: 24px;
    margin-left: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-left: 1px solid var(--border-color);
  }
  .blue-green-banner {
    align-items: start;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg {
    flex: 1 0 0%;
    width: auto;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .d-lg-row {
    flex-direction: row;
  }
  .header-search {
    display: flex;
  }
  .featured-stats .row {
    height: 100%;
    justify-content: space-between;
  }
  .featured-stats
    .row
    > [class*="col-"]:not(:last-child)
    .featured-stat-content {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-right: none;
    border-bottom: 1px solid var(--border-color);
    margin-right: 0;
  }
  .airplane-bg-img .card {
    height: auto;
  }
  .airplane-bg-img .card-red {
    min-height: 210px;
  }
  .airplane-bg-img {
    padding: 80px 40px 40px;
  }
  .airplane-bg-img > .row > [class*="col"]:first-child .card,
  .airplane-bg-img > .row > [class*="col"]:last-child .card {
    margin-bottom: 130px;
  }
  .contact-heading {
    margin-left: 60px;
  }
  .tour-include-item {
    border-bottom: transparent;
    border-right: 1px solid var(--border-color);
    padding-bottom: 0;
  }
  .tour-includes > .row > [class*="col-"]:last-child .tour-include-item {
    border-right: transparent;
  }
  .blue-green-banner {
    flex-direction: row;
    align-items: end;
  }
  .blue-green-banner::before{
    content: none;
  }
  .blue-green-banner{
  background-color: var(--footer-bg);
}
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .header nav {
    padding-left: 220px;
  }
  .header-search {
    max-width: 500px;
  }
  .package-sidebar-card {
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
