.hero,
.hero-icons {
  position: relative;
}
.bg-icons,
.hero {
  overflow: hidden;
}
#cart-badge,
.hero {
  text-align: center;
}
.hero h1,
.our-offers-heading {
  font-weight: 900;
  letter-spacing: 2px;
}
.offer-card img,
body {
  background: 0 0 !important;
}
.dates-scroll-container,
.dates-wrapper {
  scroll-padding-left: 12px !important;
  scroll-padding-right: 12px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
:root {
  --hero-gradient-1: #b5d9e0d1;
  --hero-gradient-2: #b5d9e0d1;
  --hero-gradient-3: #b5d9e0d1;
  --hero-gradient-4: #b5d9e0d1;
}
.hero {
  /* padding: 10px 5px; */
  max-height: 100vh;
  background: linear-gradient(
    270deg,
    var(--hero-gradient-1),
    var(--hero-gradient-2),
    var(--hero-gradient-3),
    var(--hero-gradient-4),
    var(--hero-gradient-1)
  );
  background-size: 200% 200%;
  animation: 8s ease-in-out infinite heroGradientMove;
  box-shadow: 0 8px 32px rgba(255, 90, 31, 0.1), 0 1.5px 8px rgba(0, 0, 0, 0.07);
  margin-bottom: 0;
}
@keyframes heroGradientMove {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.hero h1 {
  font-family: "Bungee Shade", cursive, sans-serif;
  font-size: 3.2rem;
  color: #280e05;
  text-shadow: 0 4px 24px rgba(255, 90, 31, 0.18),
    0 1.5px 8px rgba(0, 0, 0, 0.07);
}
.hero p {
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  margin-bottom: 24px;
  color: #222;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(255, 90, 31, 0.08);
}
.hero-icons img {
  width: 110px;
  max-width: 100%;
  margin: 24px;
  animation: 6s ease-in-out infinite float;
  filter: drop-shadow(0 4px 16px rgba(255, 90, 31, 0.1));
}
.hero-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  z-index: 1;
}
.navbar,
.navbar-right {
  display: flex !important;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
.bg-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.navbar,
body,
html {
  overflow-x: hidden !important;
}
.bg-icons span {
  position: absolute;
  font-size: 3rem;
  opacity: 0.13;
  animation: 10s ease-in-out infinite floatIcon;
  filter: blur(0.5px);
}
.bg-icons span:first-child {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}
.bg-icons span:nth-child(2) {
  top: 60%;
  left: 80%;
  animation-delay: 2s;
}
.bg-icons span:nth-child(3) {
  top: 40%;
  left: 30%;
  animation-delay: 4s;
}
.bg-icons span:nth-child(4) {
  top: 70%;
  left: 60%;
  animation-delay: 1s;
}
@keyframes floatIcon {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-24px);
  }
}
.navbar {
  align-items: center !important;
  justify-content: space-between !important;
  background: linear-gradient(135deg, #0f2c3d 0, #0e474a 100%) !important;
  height: 70px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  width: 100% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999 !important;
  box-sizing: border-box !important;
  padding: 0 2rem;
  min-width: 0;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-right {
  align-items: center !important;
  gap: 30px;
  height: 100%;
  margin-left: auto;
  justify-content: flex-end;
  padding-right: 10px;
}
.navbar-logo,
.navbar-profile {
  align-items: center;
}
.navbar-cart,
.navbar-profile {
  cursor: pointer;
  padding: 0 8px;
  display: flex;
  transition: 0.3s;
  height: 100%;
}
.navbar-logo {
  display: flex;
  height: 100%;
}
.navbar-logo img {
  height: 45px;
  width: auto;
  display: block;
}
.navbar-cart:hover,
.navbar-profile:hover {
  transform: scale(1.05);
}
.navbar-profile img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #4caf50;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.navbar-profile:hover img {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.navbar-cart {
  position: relative;
  align-items: center;
}
.navbar-cart svg {
  width: 38px;
  height: 38px;
  stroke-width: 2;
  transition: 0.3s;
}
#cart-badge {
  position: absolute;
  top: -3px;
  right: -3px;
  background: #ff5722;
  color: #fff;
  border-radius: 50%;
  padding: 2px 4px;
  font-size: 0.7rem;
  font-weight: 700;
  min-width: 16px;
  display: none;
  border: 1px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
body {
  margin: 0 !important;
  padding: 50px 0 0 !important;
}
html {
  scroll-behavior: smooth;
}
.our-offers-heading {
  font-family: "Luckiest Guy", "Bungee Shade", cursive, sans-serif;
  font-size: 2.1rem;
  color: #053c57;
  text-shadow: 0 4px 24px rgba(5, 60, 87, 0.13), 0 1.5px 8px rgba(0, 0, 0, 0.07);
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.offers-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  z-index: 2;
  padding: 2px;
  background: linear-gradient(135deg, #f8f9fa 0, #e9ecef 100%);
  border-radius: 0;
  margin: 0;
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.offer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 320px;
  max-width: 350px;
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.04),
    0 4px 8px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(16px);
  margin: 18px;
  animation: 0.8s ease-out forwards cardEntrance;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.offer-card::after,
.offer-card::before {
  content: "";
  position: absolute;
  border-radius: 24px;
}
.offer-card:hover {
  box-shadow: 0 32px 64px rgba(33, 150, 243, 0.15),
    0 16px 32px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-6px) scale(1.02);
  z-index: 2;
  border-color: rgba(33, 150, 243, 0.2);
}
.offer-card::before {
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.4) 0,
    rgba(255, 255, 255, 0.2) 100%
  );
  z-index: 0;
  pointer-events: none;
}
.offer-card[data-category]::before {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0,
    rgba(255, 255, 255, 0.1) 100%
  );
}

.sold-out-btn,
.sold-out-btn:hover {
  background: #f44336 !important;
  opacity: 0.8 !important;
}
.offer-card:hover::after {
  opacity: 0.15;
  transform: scale(1.05);
}
.sold-out-btn {
  color: #fff !important;
  border: none !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.sold-out-btn:hover {
  transform: none !important;
}
.sold-out-message {
  color: #f44336 !important;
  font-weight: 600 !important;
  text-align: center !important;
}
.offer-qty-row {
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 12px !important;
  padding: 1em !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 0 20px rgba(33, 150, 243, 0.1) !important;
  border: 2px solid #e3f2fd !important;
  backdrop-filter: blur(10px) !important;
  transition: 0.3s !important;
  position: relative !important;
  animation: 0.3s ease-out qtyBoxAppear !important;
}
.offer-qty-row::before {
  content: "" !important;
  position: absolute !important;
  top: -2px !important;
  left: -2px !important;
  right: -2px !important;
  bottom: -2px !important;
  background: linear-gradient(45deg, #e3f2fd, #bbdefb, #e3f2fd) !important;
  border-radius: 14px !important;
  z-index: -1 !important;
  opacity: 0.3 !important;
  transition: opacity 0.3s !important;
}
.offer-qty-row:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-2px) !important;
}
.qty-btn {
  transition: 0.2s !important;
}
.qty-btn:hover {
  background: #f0f0f0 !important;
  transform: scale(1.1) !important;
}
.qty-btn:active {
  transform: scale(0.95) !important;
}
.qty-display {
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 6px !important;
  padding: 0.2em 0.5em !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}
@keyframes qtyBoxAppear {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.offer-card > *,
.swiper-wrapper {
  position: relative;
  z-index: 1;
}
.offer-title {
  font-family: Poppins, Inter, Arial, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  background: linear-gradient(135deg, #00000069 0, rgba(0, 0, 0, 0.015) 50%, #00000086 100%);
  /* margin-bottom: 14px; */
  position: relative;
  z-index: 3;
  letter-spacing: 0.8px;
  transition: 0.3s;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  padding: 11px 11px;
  color: #fff;
  /* border-radius: ; */
}



.offer-description,
.offer-price {
  font-weight: 700;
  text-align: center;
}
.offer-price {
  font-size: 1.25rem;
  font-family: Inter, sans-serif;
  margin: 12px 0;
  color: #1a237e;
  position: relative;
  z-index: 3;
  padding: 10px 14px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.696) 0,
    rgba(255, 255, 255, 0.362) 100%
  );
  border-radius: 10px;
  transition: 0.3s;
  letter-spacing: 0.5px;
}
.buy-btn,
.offer-description {
  color: #fff;
  font-size: 1rem;
  position: relative;
}
.offer-description {
  font-family: Poppins, Inter, Arial, sans-serif;
  margin: 6px 0 16px;
  padding: 8px 5px;
  line-height: 1.7;
  background: linear-gradient(110deg, #0b3f45 80%, #0d556f 100%);
  border: 1.5px solid #eeeaf9;
  box-shadow: 0 4px 18px rgba(99, 56, 210, 0.05);
  letter-spacing: 0.2px;
  border-radius: 14px;
  transition: background 0.22s, box-shadow 0.22s, border 0.22s;
  z-index: 2;
}
.buy-btn,
.quantity-label {
  font-weight: 700;
  letter-spacing: 0.5px;
}
.offer-card:hover .offer-description {
  border-color: #d7ccfa;
  box-shadow: 0 8px 24px rgba(99, 56, 210, 0.09);
}
.buy-btn {
  margin-top: auto;
  margin-bottom: 0;
  min-width: 180px;
  max-width: 220px;
  width: 180px;
  display: block;
  align-self: center;
  padding: 16px 0;
  background: linear-gradient(135deg, #0e5e8a 0, #106b77 50%, #067094 100%);
  text-decoration: none;
  border-radius: 16px;
  font-family: Inter, sans-serif;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
  z-index: 3;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(25, 118, 210, 0.15);
}
.buy-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.18),
    transparent
  );
  transition: left 0.5s;
  z-index: 2;
}
.buy-btn:hover::before {
  left: 100%;
}
.buy-btn:active {
  transform: scale(0.98);
}
.buy-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  color: #888;
  box-shadow: none;
}
.offers-section {
  min-height: 350px;
  position: relative;
  overflow: hidden;
}
@keyframes cardEntrance {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.quantity-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin: 1.5rem auto;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 2em;
  box-shadow: 0 4px 24px rgba(160, 89, 247, 0.1);
  padding: 0.7em 2em;
  min-width: 220px;
  max-width: 340px;
  width: fit-content;
  position: relative;
  z-index: 2;
}
.quantity-label {
  font-family: Quicksand, Poppins, Inter, sans-serif;
  font-size: 1.13rem;
  color: #a259f7;
  margin-right: 0.7em;
}
.quantity-btn {
  background: linear-gradient(120deg, #a259f7 60%, #fbc2eb 100%);
  color: #fff;
  border: 3px solid #fbc2eb;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  font-size: 2.3rem;
  font-family: Pacifico, cursive;
  font-weight: 900;
  box-shadow: 0 4px 16px rgba(160, 89, 247, 0.15);
  cursor: pointer;
  transition: background 0.2s, transform 0.18s;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  padding: 0;
}
.quantity-display,
.quantity-input {
  font-size: 1.5rem;
  font-family: Quicksand, Poppins, Inter, sans-serif;
  color: #54006d;
  letter-spacing: 1px;
  font-weight: 900;
  text-align: center;
}
.quantity-btn:active {
  background: linear-gradient(120deg, #fbc2eb 60%, #a259f7 100%);
  transform: scale(0.93);
}
.quantity-input {
  width: 60px;
  border: none;
  border-radius: 0.8em;
  padding: 0.4em 0.2em;
  margin: 0 0.5em;
  background: 0 0;
  outline: 0;
  box-shadow: none;
}
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-display {
  min-width: 48px;
  display: inline-block;
}
.booking-step-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.centered-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.action-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.card-hover img,
.offer-card img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  background: #eee;
}

@keyframes skeleton-loading {
  0% {
    background-color: #eee;
  }
  100% {
    background-color: #f5f5f5;
  }
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

.date-item.selected,
.date-item:hover {
  border-color: #ff9800;
  transform: translateY(-2px);
}

.offer-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  text-align: center;
}
.add-to-cart-btn {
  display: block;
  margin: 1.2em auto 0;
  font-size: 1rem;
  padding: 10px 0;
  min-width: 110px;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(33, 150, 243, 0.13);
  font-weight: 900;
  letter-spacing: 0.8px;
  background: linear-gradient(90deg, #084583 60%, #277aaa 100%);
  color: #fff !important;
  border: none;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.18s;
  font-family: Montserrat, Inter, Arial, sans-serif;
}
.add-to-cart-btn:hover {
  background: linear-gradient(90deg, #115462 60%, #05a4f3 100%);
  box-shadow: 0 8px 28px rgba(33, 150, 243, 0.18);
  transform: translateY(-2px) scale(1.04);
  color: #fff !important;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
::-webkit-scrollbar-track {
  display: none;
}
::-webkit-scrollbar-thumb {
  display: none;
}
::-webkit-scrollbar-thumb:hover {
  display: none;
}
::-webkit-scrollbar-corner {
  display: none;
}
.dates-scroll-container::-webkit-scrollbar-track {
  display: none;
}
.dates-scroll-container::-webkit-scrollbar-thumb {
  display: none;
}
.navbar::-webkit-scrollbar {
  display: none;
}
.navbar::-webkit-scrollbar-track {
  display: none;
}
.navbar::-webkit-scrollbar-thumb {
  display: none;
}
.offers-container::-webkit-scrollbar {
  display: none;
}
.offers-container::-webkit-scrollbar-track {
  display: none;
}
.offers-container::-webkit-scrollbar-thumb {
  display: none;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes dateCardHover {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.02);
  }
}
.nav-btn:hover {
  opacity: 1 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255, 152, 0, 0.3) !important;
}
.calendar-icon-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 152, 0, 0.4) !important;
}
.date-item {
  background: #4b7593;
  border: 1px solid #c6e8ff;
  border-radius: 10px;
  padding: 12px 8px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.date-day {
    color: #ffffff;
  }
  .date-month {
    color: #ffffff;
  }
.date-item:hover {
  box-shadow: 0 4px 16px rgba(255, 152, 0, 0.2);
}
.date-item.selected {
  background: linear-gradient(135deg, #ff9800 0, #ffb347 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(255, 152, 0, 0.3);
}
.date-item.selected::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0,
    rgba(255, 255, 255, 0.05) 100%
  );
  border-radius: 8px;
}
.date-day {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 3px;
  opacity: 0.8;
}
.date-number {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.date-month {
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0.8;
}
.calendar-icon-btn:focus,
.date-item:focus,
.nav-btn:focus {
  outline: #ff9800 solid 2px;
  outline-offset: 2px;
}

.offer-items-container {
  padding: 0.2rem 0.5rem;
  background: #f8f9fb5b;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  width: 100%;
  max-width: 100%;
  min-width: 280px;
  font-family: Poppins, sans-serif;
  color: #1e2a38;
}
.offer-items-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.2rem;
  text-align: left;
  letter-spacing: 0.4px;
  border-bottom: 2px solid #d8dee7;
  padding-bottom: 1px;
}
.offer-items-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-left: 14px;
  margin: 0;
}
.offer-item {
  font-weight: 500;
  font-size: 1rem;
  color: #243b53;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  border: none;
  background: 0 0;
  transition: none;
}
.offer-item:not(:last-child) {
  border-bottom: 1px solid #e3e9ef;
  padding-bottom: 8px;
}
.offer-item-main {
  font-family: Raleway, Quicksand, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #7c0000;
  letter-spacing: 0.5px;
}
.offer-item-variations {
  font-family: Quicksand, sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  color: #6b7a8a;
  line-height: 1.2;
  margin-left: 2px;
}
.offer-item:hover {
  background-color: #fff9f1;
  cursor: default;
}

.offer-item.placeholder .offer-item-variations {
  color: #999;
  font-style: italic;
}

.dates-wrapper {
  padding: 8px 8px 8px 8px;
  justify-content:center;
  align-items: center !important;
  min-width: max-content !important;
  width: max-content !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
}
.dates-wrapper > .date-item:first-child {
  margin-left: 0 !important;
  flex-shrink: 0 !important;
}

.date-item:first-child {
  margin-left: 0 !important;
}
.date-item:last-child {
  margin-right: 0 !important;
}
.dates-scroll-container::-webkit-scrollbar {
  display: none !important;
}
.date-strip-container,
.date-strip-wrapper {
  overflow: visible !important;
}


.date-item {
  flex-shrink: 0 !important;
  min-width: 60px !important;
  max-width: 80px !important;
  margin-right: 8px !important;
  display: block !important;
  visibility: visible !important;
}
.date-strip-wrapper{
  width: 100% !important;
  max-width: 100% !important;
  justify-content: center;
  align-items: center;
}
.dates-scroll-container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  /* background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8)); */
  pointer-events: none;
  z-index: 1;
}
.date-strip-wrapper {
  overflow: visible !important;
}
.dates-scroll-container {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
}
.original-price {
  color: #888;
  text-decoration: line-through;
  font-size: 1.1rem;
  margin-right: 8px;
  font-weight: 500;
}
.current-price {
  color: #d500f9;
  font-weight: 700;
  font-size: 1.25rem;
}

.offer-image {
  width: 100%;
  height: 180px;
  object-fit: fill;
  border-radius: 6px;
  margin-bottom: 0.5em;
}
.details-btn {
  display: block;
  background-color: #a259f7;
  color: #fff;
  padding: 0.5em 1em;
  margin: auto;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}



@media (max-width: 768px) {
  .offer-card::after {
    background-size: cover;
    background-position: center;
    opacity: 0.08;
  }
  .date-strip-container {
    margin: 5px 3px !important;
    padding: 5px 4px !important;
    /* overflow: visible !important; */
  }
  .date-strip-wrapper {
    gap: 8px !important;
  }
  .dates-wrapper {
    gap: 6px !important;
    overflow-x: auto !important;
  }
  .calendar-icon-btn,
  .nav-btn {
    width: 36px !important;
    height: 36px !important;
  }
  .date-item {
    min-width: 60px !important;
    max-width: 65px !important;
    padding: 10px 6px !important;
  }
  .date-number {
    font-size: 2.5rem !important;
  }
  .date-day {
    font-size: 1.25rem !important;
  }
  .date-month {
    font-size: 1.1rem !important;
  }
  .calendar-modal-content {
    width: 95vw !important;
    padding: 1.5rem !important;
  }
}
@media (max-width: 480px) {
  .offer-card::after {
    background-size: cover;
    background-position: center;
    opacity: 0.06;
  }
}
@media (min-width: 1200px) {
  /* .offer-card::after {
    background-size: cover;
    background-position: center;
    opacity: 0.12;
  } */
}
@media (max-width: 600px) {
  .offers-container,
  .offers-section {
    width: 100% !important;
    max-width: 100% !important;
  }
  .offer-card,
  .offers-container,
  .offers-section {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .offers-section {
    display: block !important;
    margin: 0 !important;
    padding: 15px 10px !important;
  }
  .offers-container {
    display: flex !important;
  }
  .offer-card {
    display: block !important;
  }
  .hero {
    padding: 15px 4px;
    min-height: 220px;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  .hero-icons img {
    width: 64px;
    margin: 10px;
  }
  .buttons a {
    padding: 10px 16px;
    font-size: 0.98rem;
    border-radius: 6px;
  }
}
@media (max-width: 700px) {
  .navbar > *,
  .offer-card {
    max-width: 100%;
    min-width: 0;
  }
  .navbar {
    height: 70px !important;
    padding: 0 2rem;
    background: linear-gradient(
      135deg,
      #0f2027 0,
      #203a43 50%,
      #2c5364 100%
    ) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100vw;
    min-width: 0;
    overflow-x: auto;
  }
  body {
    padding-top: 70px !important;
  }
  .navbar-logo img {
    height: 45px;
  }
  .navbar-profile img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 3px solid #4caf50;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  .navbar-right {
    gap: 20px;
  }
  .navbar-cart svg {
    width: 36px;
    height: 36px;
    stroke-width: 2;
  }
  #cart-badge {
    position: absolute;
    top: -3px;
    right: -3px;
    background: #ff5722;
    color: #fff;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 0.7rem;
    font-weight: 700;
    min-width: 16px;
    text-align: center;
    display: none;
    border: 1px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 10;
  }
  .hero {
    padding: 11px 2px;
    min-height: 20px;
  }
  .hero h1 {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
  }
  .hero p {
    font-size: 0.98rem;
    margin-bottom: 12px;
  }
  .hero-icons {
    gap: 8px;
  }
  .hero-icons img {
    width: 40px;
    margin: 4px;
  }
  .buttons {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .buttons a {
    width: 90vw;
    max-width: 320px;
    padding: 8px 0;
    font-size: 0.95rem;
    border-radius: 5px;
    text-align: center;
  }
  .bg-icons span {
    font-size: 1.3rem;
  }
  .offers-section {
    padding: 20px 10px;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: visible;
  }
  .offers-section h2 {
    font-size: 1.8rem;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 15px;
  }
  .offers-container {
    padding: 10px;
    gap: 15px;
    width: 100%;
    max-width: 100%;
  }
  .offer-card {
    width: 100%;
    margin: 8px 0;
    /* padding: 16px 12px 12px; */
    border-radius: 10px;
    min-height: 280px;
  }
  .offer-card::after {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    opacity: 0.05;
  }
}
@media (max-width: 480px) {
  .navbar-cart {
    margin-left: 4px !important;
  }
  .navbar-cart a i.fa-shopping-cart {
    font-size: 1.1rem !important;
  }
  #cart-badge {
    position: absolute;
    top: -3px;
    right: -3px;
    background: #ff5722;
    color: #fff;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 0.7rem;
    font-weight: 700;
    min-width: 16px;
    text-align: center;
    display: none;
    border: 1px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 10;
  }
}
@media (min-width: 1001px) {
  .navbar {
    height: 70px !important;
    padding: 0 2rem;
    background: linear-gradient(
      135deg,
      #0f2027 0,
      #203a43 50%,
      #2c5364 100%
    ) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .navbar-logo img {
    height: 45px;
  }
  .navbar-profile img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 3px solid #4caf50;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  .navbar-right {
    gap: 20px;
  }
  .navbar-cart svg {
    width: 36px;
    height: 36px;
    stroke-width: 2;
  }
  #cart-badge {
    position: absolute;
    top: -3px;
    right: -3px;
    background: #ff5722;
    color: #fff;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 0.7rem;
    font-weight: 700;
    min-width: 16px;
    text-align: center;
    display: none;
    border: 1px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 10;
  }
  .hero {
    padding: 0 5px;
    min-height: 120px;
    margin-top: 0 !important;
    position: relative;
    top: -70px;
  }
  body {
    padding-top: 70px !important;
    background: 0 0 !important;
  }
}
@media (max-width: 1000px) {
  .hero {
    /* padding: 40px 8px; */
    min-height: 180px;
  }
  .hero h1 {
    font-size: 2.1rem;
  }
  .hero-icons img {
    width: 72px;
    margin: 8px;
  }
  .buttons a {
    padding: 10px 18px;
    font-size: 1rem;
    border-radius: 6px;
  }
}
@media (min-width: 992px) {
  .app-sidebar-logo {
    justify-content: flex-start !important;
    align-items: center !important;
    height: 74px !important;
  }
  .app-sidebar-logo img {
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: 180px;
    height: auto;
  }
}
@media (max-width: 900px) {
  .add-to-cart-btn {
    font-size: 0.92rem;
    padding: 8px 0;
    min-width: 80px;
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .date-strip-container {
    padding: 16px 12px !important;
    overflow: visible !important;
  }
  .date-strip-wrapper {
    gap: 6px !important;
  }
  .dates-wrapper {
    gap: 4px !important;
    /* min-width: max-content !important;
    width: max-content !important; */
    overflow-x: auto !important;
  }
  .calendar-icon-btn,
  .nav-btn {
    width: 32px !important;
    height: 32px !important;
  }
  .date-item {
    min-width: 65px !important;
    max-width: 65px !important;
    padding: 8px 4px !important;
  }
  .date-number {
    font-size: 1.4rem !important;
  }
  .date-day,
  .date-month {
    font-size: 1.1rem !important;
  }
  .date-day {
    color: #ffffff;
  }
  .date-month {
    color: #ffffff;
  }
}
@media (max-width: 600px) {
  .add-to-cart-btn {
    font-size: 0.88rem;
    padding: 6px 0;
    min-width: 60px;
    border-radius: 8px;
  }
  .navbar {
    flex-direction: column;
    height: auto;
    padding: 0 1rem;
  }
  .navbar-logo img {
    height: 36px;
  }
  .navbar-right {
    gap: 10px;
  }
  .hero {
    padding: 1rem 0.5rem;
    min-height: 80px;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero-icons img {
    width: 60px;
    margin: 0.5rem;
  }
  .date-strip-container {
    padding: 1rem;
    border-radius: 12px;
  }
}
@media (max-width: 768px) {
  .offer-items-container {
    margin: 0.5rem 0;
    padding: 0.8rem;
    min-width: 260px;
    width: 95%;
  }
  .offer-items-title {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
  }
  .offer-item {
    padding: 0.4rem 0.6rem;
  }
  .offer-item-main {
    font-size: 0.8rem;
  }
  .offer-item-variations {
    font-size: 0.65rem;
  }
}
@media (max-width: 480px) {
  .offer-items-container {
    margin: 0.4rem 0;
    padding: 0.7rem;
    min-width: 100%;
  }
  .offer-items-title {
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
  }
  .offer-item {
    padding: 0.35rem 0.5rem;
  }
  .offer-item-main {
    font-size: 0.9rem;
  }
  .offer-item-variations {
    font-size: 0.6rem;
  }
}
@media (min-width: 1200px) {
  .offer-items-container {
    padding: 1.2rem;
    min-width: 320px;
    width: 100%;
  }
  .offer-items-title {
    font-size: 1rem;
    margin-bottom: 0.7rem;
  }
  .offer-item {
    padding: 0.5rem 0.7rem;
  }
  .offer-item-main {
    font-size: 1.1rem;
  }
  .offer-item-variations {
    font-size: 0.7rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dates-scroll-container {
    scroll-padding-left: 12px !important;
    scroll-padding-right: 12px !important;
  }
  .dates-wrapper {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  /* .dates-scroll-container, */
  .dates-wrapper {
    scroll-padding-left: 10px !important;
    scroll-padding-right: 10px !important;
  }
  .dates-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  /* .dates-scroll-container, */
  .dates-wrapper {
    scroll-padding-left: 8px !important;
    scroll-padding-right: 8px !important;
  }
  .dates-wrapper {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
@media (min-width: 360px) and (max-width: 479px) {
  /* .dates-scroll-container, */
  .dates-wrapper {
    scroll-padding-left: 6px !important;
    scroll-padding-right: 6px !important;
  }
  .dates-wrapper {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  /* .dates-scroll-container, */
  .dates-wrapper {
    scroll-padding-left: 4px !important;
    scroll-padding-right: 4px !important;
  }
  .dates-wrapper {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}
@media (max-width: 768px) {
  .swiper-pagination {
    margin-top: 15px;
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px !important;
  }
  .swiper-container {
    padding-bottom: 30px;
  }
  .dates-wrapper {
    justify-content: flex-start !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .dates-scroll-container {
    justify-content: flex-start !important;
  }
}
@media (max-width: 480px) {
  .swiper-pagination {
    margin-top: 12px;
  }
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 2px !important;
  }
  .swiper-container {
    padding-bottom: 25px;
  }
  .dates-wrapper {
    justify-content: flex-start !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .dates-scroll-container {
    justify-content: flex-start !important;
  }
}
@media (max-width: 320px) {
  .offer-card,
  .offer-card::before {
    border-radius: 8px;
  }
  .offer-card::after {
    opacity: 0.04;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    opacity: 0.03;
  }
  .offer-title {
    font-family: Poppins, Inter, Arial, sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    /* margin-bottom: 10px; */
    letter-spacing: 0.5px;
  }
  .offer-image {
  width: 300px;
  height: 180px;
  object-fit: fill;
  border-radius: 6px;
  margin-bottom: 0.5em;
}
  .offer-description {
    font-size: 0.85rem;
    padding: 8px 10px;
    margin: 10px 0 12px;
    line-height: 1.3;
  }
  .buy-btn {
    min-width: 160px;
    max-width: 180px;
    width: 160px;
    padding: 12px 0;
    font-size: 0.9rem;
    border-radius: 12px;
  }
  /* .offer-price {
    font-size: 1.1rem;
    padding: 8px 10px;
    margin: 10px 0;
  } */
  .offers-section {
    padding: 10px 5px;
    width: 100%;
    margin: 0;
  }
  .offers-container {
    padding: 5px;
    gap: 10px;
  }
  .our-offers-heading {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 1.2rem;
  }
  .offer-items-container {
    margin: 0.6rem 0;
    padding: 0.5rem;
    min-width: 200px;
    width: 90%;
  }
  .offer-items-title {
    font-size: 0.75rem;
    margin-bottom: 0.3rem;
  }
  .offer-item {
    padding: 0.25rem 0.4rem;
  }
  .offer-item-main {
    font-size: 0.9rem;
  }
  .offer-item-variations {
    font-size: 0.55rem;
  }
  .swiper-pagination {
    margin-top: 10px;
  }
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 1px !important;
  }
  .swiper-container {
    padding-bottom: 20px;
  }
  .dates-scroll-container,
  .dates-wrapper {
    scroll-padding-left: 3px !important;
    scroll-padding-right: 3px !important;
  }
  .dates-wrapper {
    justify-content: flex-start !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .dates-scroll-container {
    justify-content: flex-start !important;
  }
}


.date-slot-card {
  display: inline-flex;
  align-items: center;
  padding: 10px 17px;
  border-radius: 8px;
  background: #f7f9fc;
  box-shadow: 0 2px 8px rgba(60, 80, 140, 0.07);
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  gap: 12px;
}

.date-slot-date {
  color: #212121;
  font-weight: 600;
}

.date-slot-divider {
  color: #b0bec5;
  font-weight: normal;
  font-size: 20px;
}

.date-slot-count {
  font-weight: 500;
}


.funofun-footer {
  background: #540066;
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
  padding: 3rem 0 2rem 0;
  position: relative;
}
.funofun-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 2rem;
}
.footer-logo {
  width: 160px;
  margin-bottom: 10px;
}
.footer-about,
.footer-links,
.footer-contact {
  flex: 1 1 270px;
  min-width: 250px;
  margin-bottom: 2rem;
}
.footer-about .footer-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}
.footer-about p {
  color: #e0cdea;
  font-size: 1rem;
  line-height: 1.7;
}
.footer-heading {
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 2.5px solid #ffd600;
  display: inline-block;
  margin-bottom: 1rem;
  padding-bottom: 3px;
  letter-spacing: 0.5px;
}
.footer-links ul,
.footer-contact ul {
  list-style: none;
  margin: 0; padding: 0;
}
.footer-links ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
}
.footer-links li {
  margin-bottom: 2px;
}
.footer-links a {
  color: #ffd600;
  text-decoration: none;
  font-size: 1rem;
  transition: color .18s;
}
.footer-links a:hover { color: #fff; }
.footer-contact ul li {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1rem;
  display: flex; align-items: flex-start; gap: 10px;
  line-height: 1.5;
}
.footer-icon {
  background: #ffd600;
  color: #540066;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  flex-shrink: 0;
}
.footer-review-btn {
  position: absolute;
  top: 32px;
  right: 50px;
  background: #ef24c1;
  color: #fff;
  font-family: inherit;
  border: none;
  border-radius: 34px;
  padding: 14px 38px;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 5px 16px rgba(239,36,193,0.18);
  cursor: pointer;
  transition: background .19s;
  z-index: 1;
}
.footer-review-btn:hover { background: #c21897; }

@media (max-width: 900px) {
  .funofun-footer-container {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }
  .footer-review-btn {
    position: static;
    margin-bottom: 1.6rem;
    width: 70%;
    align-self: flex-end;
  }
}

.date-banner {
  background: linear-gradient(135deg, #168cbbd4 0%, #237c9ac5 100%);
  color: #2c515a;
  text-align: center;
  padding: 10px 10px;
  border-radius: 18px;
  margin: 15px auto;
  max-width: 900px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.date-banner::before {
  content: "";
  /* position: absolute; */
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
  transform: rotate(25deg);
}

.date-banner h3.highlight-text {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.695);
  color: #ffffff;
}

.date-banner p.sub-text {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  opacity: 0.95;
  color: aqua;
}


.date-info-text {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #ee4242;
}

.date-section {
  text-align: center;
  padding: 0.6rem 1rem;
  background: linear-gradient(135deg, #e6edf0cc, #e1e5e6dc);
  color: white;
  border-radius: 15px;
  margin: 1.5rem auto;
  max-width: 1200px;
}

.sub-text{
  color: #6597bb;
}