:root {
  --neos-blue: #0077a8;
  --neos-blue-dark: #004b69;
  --neos-cyan: #bfeff1;
  --neos-cyan-soft: #eefcfd;
  --neos-red: #e5242a;
  --neos-orange: #f47a20;
  --neos-navy: #121b2f;
  --neos-text: #172033;
  --neos-muted: #687586;
  --neos-border: #e4edf2;
  --neos-bg: #f6fbfc;
  --neos-white: #ffffff;
  --neos-shadow: 0 18px 45px rgba(0, 75, 105, 0.1);
  --neos-radius: 18px;
}

body.neos-booking-page {
  font-family: "DM Sans", sans-serif;
  color: var(--neos-text);
  background: #fff;
}

.neos-book-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.neos-book-main {
  overflow: hidden;
  background: #fff;
}

.neos-book-hero {
  position: relative;
  background:
    radial-gradient(
      circle at 87% 20%,
      rgba(191, 239, 241, 0.75),
      transparent 18%
    ),
    radial-gradient(circle at 5% 80%, rgba(0, 119, 168, 0.08), transparent 24%),
    linear-gradient(180deg, #f6fcfd 0%, #ffffff 100%);
  padding: 120px 0 92px;
  border-bottom: 1px solid #edf4f6;
}

.neos-book-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  gap: 38px;
  align-items: center;
}

.neos-book-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--neos-blue-dark);
  border: 1px solid rgba(0, 119, 168, 0.14);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 75, 105, 0.06);
  margin-bottom: 18px;
}

.neos-book-eyebrow i {
  color: var(--neos-red);
}

.neos-book-hero-title {
  margin: 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -1.4px;
  color: var(--neos-navy);
}

.neos-book-highlight {
  display: inline-block;
  color: var(--neos-blue-dark);
  background: linear-gradient(
    180deg,
    transparent 52%,
    rgba(191, 239, 241, 0.95) 52%
  );
  padding: 0 8px;
}

.neos-book-hero-text {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--neos-muted);
  font-size: 17px;
  line-height: 1.75;
}

.neos-book-hero-art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.neos-hero-device {
  width: min(350px, 100%);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 119, 168, 0.14);
  border-radius: 20px;
  padding: 10px;
  box-shadow: var(--neos-shadow);
  position: relative;
}

.neos-hero-device img {
  border-radius: 20px;
}

/* .neos-hero-device:before {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  background: var(--neos-cyan);
  border-radius: 50%;
  top: -28px;
  right: -28px;
  opacity: 0.8;
} */

.neos-hero-screen {
  position: relative;
  border: 4px solid #222a41;
  border-radius: 22px;
  height: 210px;
  background: linear-gradient(180deg, #f7fbfd, #eff8fa);
  overflow: hidden;
  display: grid;
  place-items: center;
}


.neos-search-section {
  position: relative;
  z-index: 5;
  margin-top: -44px;
}

.neos-search-box {
  background: #fff;
  border: 2px solid var(--neos-blue);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.05fr 150px;
  min-height: 78px;
  box-shadow: 0 18px 42px rgba(0, 119, 168, 0.12);
  overflow: hidden;
}

.neos-search-field {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-right: 1px solid var(--neos-border);
  min-width: 0;
}

.neos-search-field i {
  color: var(--neos-blue);
  font-size: 20px;
  flex: 0 0 auto;
}

.neos-search-field input,
.neos-search-field select {
  border: 0;
  outline: none;
  width: 100%;
  min-width: 0;
  background: transparent;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  font-family: inherit;
}

.neos-search-field input::placeholder {
  color: #8a9099;
  font-weight: 500;
}

.neos-search-btn {
  border: 0;
  background: var(--neos-red);
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
  transition: 0.25s ease;
}

.neos-search-btn:hover {
  background: var(--neos-blue-dark);
}

.neos-services-section {
  padding: 28px 0 0;
  background: #fff;
}

.neos-speciality-scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 4px 4px 12px;
  scrollbar-width: thin;
}

.neos-speciality-scroll::-webkit-scrollbar {
  height: 6px;
}

.neos-speciality-scroll::-webkit-scrollbar-thumb {
  background: #d8e8ee;
  border-radius: 99px;
}

.neos-speciality-chip {
  border: 0;
  outline: none;
  white-space: nowrap;
  background: var(--neos-cyan);
  color: var(--neos-navy);
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: 0.25s ease;
}

.neos-speciality-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 119, 168, 0.12);
}

.neos-speciality-chip.active {
  background: var(--neos-blue-dark);
  color: #fff;
}

.neos-filter-bar-section {
  padding: 16px 0 0;
  background: #fff;
}

.neos-filter-bar {
  background: var(--neos-bg);
  border: 1px solid var(--neos-border);
  border-radius: 18px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr auto;
  gap: 14px;
  align-items: end;
  box-shadow: 0 10px 28px rgba(0, 75, 105, 0.05);
}

.neos-filter-group {
  background: #fff;
  border: 1px solid #e8f0f4;
  border-radius: 14px;
  padding: 14px;
}

.neos-filter-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--neos-navy);
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 12px;
}

.neos-filter-label i {
  color: var(--neos-blue);
  font-size: 13px;
}

.neos-age-wrap,
.neos-price-wrap {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 12px;
  align-items: center;
}

.neos-age-number,
.neos-price-input {
  width: 100%;
  height: 34px;
  border: 1px solid #cfdde4;
  background: #fff;
  border-radius: 8px;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 800;
  outline: none;
}

.neos-range {
  width: 100%;
  accent-color: var(--neos-blue);
}

.neos-radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  min-height: 34px;
}

.neos-radio-row label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
  color: #697586;
  cursor: pointer;
}

.neos-radio-row input {
  accent-color: var(--neos-blue);
}

.neos-price-inputs {
  display: grid;
  grid-template-columns: 80px 80px 1fr;
  gap: 10px;
  align-items: center;
}

.neos-reset-filter {
  border: 0;
  background: var(--neos-blue-dark);
  color: #fff;
  height: 52px;
  padding: 0 18px;
  border-radius: 14px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.25s ease;
}

.neos-reset-filter:hover {
  background: var(--neos-red);
}

.neos-main-area {
  padding: 44px 0 76px;
  background: #fff;
}

.neos-results-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}

.neos-results-title h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  font-weight: 800;
  color: var(--neos-navy);
}

.neos-results-title p {
  margin: 7px 0 0;
  color: var(--neos-muted);
}

.neos-sort-select {
  min-width: 210px;
  height: 44px;
  border: 1px solid var(--neos-border);
  border-radius: 12px;
  padding: 0 12px;
  background: #fff;
  color: var(--neos-text);
  font-weight: 700;
  outline: none;
}

.neos-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.neos-package-card {
  background: #fff;
  border: 1px solid #dbe7ec;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 26px rgba(0, 75, 105, 0.05);
  transition: 0.25s ease;
}

.neos-package-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--neos-shadow);
  border-color: rgba(0, 119, 168, 0.32);
}

.neos-package-top {
  padding: 18px 18px 16px;
  min-height: 166px;
}

.neos-card-badge {
  display: inline-flex;
  align-items: center;
  background: var(--neos-cyan-soft);
  color: var(--neos-blue-dark);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 10px;
}

.neos-package-card h3 {
  margin: 0;
  color: var(--neos-blue-dark);
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
}

.neos-view-details {
  border: 0;
  background: transparent;
  color: var(--neos-red);
  font-weight: 900;
  padding: 8px 0 0;
  cursor: pointer;
}

.neos-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  color: #8d96a3;
  font-weight: 700;
  align-items: center;
}

.neos-card-meta span strong {
  color: var(--neos-navy);
  background: #eefbfb;
  border-radius: 5px;
  padding: 4px 7px;
}

.neos-tags {
  padding: 10px 18px;
  background: #f7fafb;
  border-top: 1px solid #e9edf2;
  border-bottom: 1px solid #e9edf2;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.neos-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #edf4f6;
  color: #17202d;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
}

.neos-tag i {
  color: var(--neos-blue);
}

.neos-package-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
}

.neos-price-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.neos-price {
  font-size: 22px;
  font-weight: 900;
  color: var(--neos-navy);
}

.neos-old-price {
  color: #8b929d;
  text-decoration: line-through;
  font-weight: 700;
}

.neos-discount {
  background: #00a884;
  color: #fff;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 900;
}

.neos-extra {
  margin-top: 3px;
  font-size: 12px;
  color: #2c2f38;
  font-weight: 700;
}

.neos-extra strong {
  color: var(--neos-red);
}

.neos-add-cart {
  border: 0;
  background: var(--neos-red);
  color: #fff;
  border-radius: 18px;
  padding: 12px 17px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.25s ease;
}

.neos-add-cart:hover {
  background: var(--neos-blue-dark);
}

.neos-add-cart.added {
  background: #00a884;
}

.neos-empty {
  display: none;
  background: #fff;
  border: 1px dashed #cfd8df;
  border-radius: 16px;
  padding: 36px 20px;
  text-align: center;
  color: var(--neos-muted);
}

.neos-empty i {
  font-size: 42px;
  color: var(--neos-blue);
  margin-bottom: 12px;
}

.neos-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.neos-page-btn,
.neos-page-ellipsis {
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 900;
}

.neos-page-btn {
  border: 0;
  background: transparent;
  color: #111827;
  padding: 0 10px;
  cursor: pointer;
  transition: 0.25s ease;
}

.neos-page-btn:hover:not(:disabled):not(.active) {
  color: var(--neos-blue);
}

.neos-page-btn.active {
  width: 44px;
  min-width: 44px;
  border: 1px solid #d8dde3;
  background: #fff;
  color: #111827;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.neos-page-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.neos-page-ellipsis {
  color: #93a4af;
  min-width: 24px;
  padding: 0 4px;
  border: 0;
  background: transparent;
}

.neos-pagination .neos-page-prev,
.neos-pagination .neos-page-next {
  min-width: auto;
  padding: 0 12px;
  border-radius: 14px;
  background: #f3f4f6;
  color: #111827;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.neos-pagination .neos-page-prev:hover:not(:disabled),
.neos-pagination .neos-page-next:hover:not(:disabled) {
  background: #e9edf2;
}

.neos-pagination .neos-page-prev i,
.neos-pagination .neos-page-next i {
  font-size: 12px;
}

.neos-floating-cart {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  border: 0;
  background: var(--neos-blue-dark);
  color: #fff;
  border-radius: 999px;
  height: 58px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(0, 75, 105, 0.25);
}

.neos-cart-count {
  background: var(--neos-cyan);
  color: var(--neos-blue-dark);
  border-radius: 999px;
  min-width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
}

.neos-cart-overlay,
.neos-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 18, 28, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}

.neos-cart-overlay.show,
.neos-modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.neos-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(430px, 100%);
  height: 100vh;
  background: #fff;
  z-index: 1001;
  transform: translateX(100%);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0 45px rgba(16, 24, 40, 0.18);
}

.neos-cart-drawer.show {
  transform: translateX(0);
}

.neos-cart-head {
  padding: 20px;
  border-bottom: 1px solid var(--neos-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.neos-cart-head h3 {
  margin: 0;
  font-size: 22px;
  color: var(--neos-blue-dark);
}

.neos-close-btn {
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f5f8;
  cursor: pointer;
  color: var(--neos-text);
}

.neos-cart-items {
  padding: 18px;
  overflow-y: auto;
  flex: 1;
  display: grid;
  align-content: start;
  gap: 12px;
}

.neos-cart-item {
  border: 1px solid var(--neos-border);
  border-radius: 14px;
  padding: 14px;
  display: grid;
  gap: 10px;
}

.neos-cart-item-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.neos-cart-item h4 {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.neos-cart-item p {
  margin: 0;
  color: var(--neos-muted);
  font-size: 13px;
  font-weight: 700;
}

.neos-remove {
  border: 0;
  background: #fff1f3;
  color: var(--neos-red);
  border-radius: 8px;
  padding: 6px 9px;
  font-weight: 800;
  cursor: pointer;
}

.neos-cart-foot {
  padding: 18px;
  border-top: 1px solid var(--neos-border);
  background: #fbfcfd;
}

.neos-cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 14px;
}

.neos-checkout-btn {
  width: 100%;
  border: 0;
  background: var(--neos-blue);
  color: #fff;
  height: 50px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.neos-modal-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -45%) scale(0.96);
  width: min(520px, calc(100% - 28px));
  max-height: calc(100vh - 40px);
  /* overflow-y: auto; */
  background: #fff;
  z-index: 1002;
  border-radius: 20px;
  box-shadow: var(--neos-shadow);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
}

.neos-modal-box.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.neos-modal-head {
  padding: 20px;
  border-bottom: 1px solid var(--neos-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.neos-modal-head h3 {
  margin: 0;
  color: var(--neos-blue-dark);
}

.neos-booking-form {
  padding: 20px;
  display: grid;
  gap: 14px;
}

.neos-form-row {
  display: grid;
  gap: 7px;
}

.neos-form-row label {
  font-size: 13px;
  font-weight: 900;
  color: #344054;
}

.neos-form-row input,
.neos-form-row textarea,
.neos-form-row select {
  width: 100%;
  border: 1px solid #d8e0e7;
  border-radius: 12px;
  padding: 12px 13px;
  outline: none;
  font-family: inherit;
  font-weight: 600;
}

.neos-form-row textarea {
  min-height: 82px;
  resize: vertical;
}

.neos-submit-booking {
  border: 0;
  background: #00a884;
  color: #fff;
  border-radius: 14px;
  height: 50px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.neos-toast {
  position: fixed;
  left: 50%;
  bottom: 96px;
  transform: translateX(-50%) translateY(20px);
  background: var(--neos-navy);
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  font-size: 14px;
  font-weight: 800;
}

.neos-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 1199px) {
  .neos-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .neos-filter-bar {
    grid-template-columns: 1fr 1fr;
  }

  .neos-reset-filter {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  .neos-book-hero-grid {
    grid-template-columns: 1fr;
  }

  .neos-book-hero-art {
    display: none;
  }

  .neos-search-box {
    grid-template-columns: 1fr 1fr;
  }

  .neos-search-field {
    min-height: 68px;
  }

  .neos-search-field:nth-child(2) {
    border-right: 0;
  }

  .neos-search-btn {
    grid-column: 1 / -1;
    min-height: 56px;
  }
}

@media (max-width: 767px) {
  .neos-book-container {
    width: min(100% - 24px, 1180px);
  }

  .neos-book-hero {
    padding: 25px 0 74px;
  }

  .neos-book-hero-title {
    font-size: 40px;
  }

  .neos-book-hero-text {
    font-size: 15px;
  }

  .neos-search-box {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }

  .neos-search-field {
    border-right: 0;
    border-bottom: 1px solid var(--neos-border);
  }

  .neos-filter-bar {
    grid-template-columns: 1fr;
  }

  .neos-price-inputs {
    grid-template-columns: 1fr 1fr;
  }

  .neos-price-inputs .neos-range {
    grid-column: 1 / -1;
  }

  .neos-results-top {
    flex-direction: column;
    align-items: stretch;
  }

  .neos-sort-select {
    width: 100%;
  }

  .neos-cards-grid {
    grid-template-columns: 1fr;
  }

  .neos-pagination {
    gap: 8px;
  }

  .neos-page-btn,
  .neos-page-ellipsis {
    height: 40px;
    min-width: 40px;
    font-size: 13px;
  }

  .neos-package-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .neos-add-cart {
    width: 100%;
  }

  .neos-floating-cart {
    right: 14px;
    bottom: 14px;
    height: 52px;
    padding: 0 16px;
  }
}

@media (max-width: 991px) {
  .neos-book-hero {
    padding: 25px 0 74px;
  }
}

.header-wrap-clone {
  height: 1px !important;
}

/* Hide speciality tabs and advanced filters */
.neos-services-section,
.neos-filter-bar-section {
    display: none !important;
}


/* Keep cart drawer and booking modal above the sticky header */
.neos-cart-overlay {
  z-index: 100000 !important;
}

.neos-cart-drawer {
  z-index: 100001 !important;
}

.neos-modal-overlay {
  z-index: 100002 !important;
}

.neos-modal-box {
  z-index: 100003 !important;
}

.neos-toast {
  z-index: 100004 !important;
}

.neos-submit-booking {
  width: 100%;
  border: 0;
  background: #00a884;
  color: #fff;
  border-radius: 14px;
  height: 50px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}