:root {
  --primary-color: #2563eb;
  --primary-hover: #1d4ed8;
  --success-color: #10b981;
  --danger-color: #ef4444;
  --warning-color: #f59e0b;
  --text-primary: #1f2937;
  --text-secondary: #6b7280;
  --border-color: #e5e7eb;
  --bg-light: #f9fafb;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  --primary-color2: #1a1a1a;
  --secondary-color2: #6c757d;
  --hover-color2: #333333;
  --border-color2: #e9ecef;
  --active-border2: #1a1a1a;

  --primary-color-header: #2563eb;
  --hover-color-header: #1e40af;
  --text-color-header: #1f2937;
  --border-color-header: #e5e7eb;
  --shadow-header: 0 4px 6px -1px rgba(0, 0, 0, 0.1);

  --color-primary: rgba(5, 249, 255, 1);
}

h2 {
  font-family: "Plus Jakarta Sans" !important;
  font-size: 25px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 45px !important;
  /* 180% */
}

a,
p,
li {
  text-decoration: none !important;
  font-size: 16px !important;
}

a {
  font-size: 16.3px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28.13px !important; /* 172.577% */
}

.section-title1z a {
  font-size: 16.3px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28.13px !important;
  color: #000 !important;
}

.p-80 {
  padding: 80px !important;
}

.banner-slider {
  position: relative;
  height: 86vh;
  overflow: hidden;
  border-radius: 10px !important;
  width: 95% !important;
  margin: auto !important;
  padding: 0px 0%;
}

#hom--banner p.slide-description {
  color: #fff !important;
  text-align: center !important;
  font-size: 18.77px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 28.13px !important;
  display: flex;
  max-width: 414px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 70px;
}

#hom--banner h1.slide-title {
  color: #fff !important;
  text-align: center !important;
  font-size: 38px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 127% !important;
}

/*.slide-video video.slide-video {*/
/*    width: 100% !important;*/
/*    max-height: 100% !important;*/
/*}*/

.banner-slider.banner-section1.aos-init.aos-animate {
  overflow: visible;
  z-index: 9999999;
  height: 97vh;
}

#e-header {
  position: relative;
  z-index: 99999999999;
}

.video-banner {
  position: absolute;
  top: 51%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: 20px;
}

#search--bar {
  width: 62% !important;
  margin: auto !important;
}

.slides-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-logo {
    width: 15%;
}

/*.slide-overlay{*/
/*    background: none !important;*/
/*}*/

.slider-btn.next:hover,
.slider-btn.prev:hover {
  border: 1px solid #000 !important;
  background: transparent !important;
  transition: 0.9s !important;
}

.slider-btn.next,
.slider-btn.prev {
  background: #3b82f6;
  height: 37px;
  transition: 0.9s !important;
  width: 37px;
  justify-content: center;
  display: inline-block;
  font-weight: 400;
  line-height: 86% !important;
  color: #2994ff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #2994ff !important;
  border-radius: 5.25rem;
  display: flex;
  align-items: center;
  padding: 18px 22px 25px 22px;
}

.form-tabs .form-link {
  font-size: 14px !important;
  display: flex;
  align-items: center;
}

.slide-overlay:after {
  content: "";
  background: url(https://ozone.applabz.net/public/assets/images/ozone/vector.png);
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: -12px;
}

.video-section:after {
  content: "";
  background: url(https://ozone.applabz.net/public/assets/images/ozone/vector.png);
  width: 100%;
  height: 26px;
  position: absolute;
  bottom: 0;
}

.main-header {
  position: fixed !important;
  top: 0 !important;
  z-index: 1000 !important;
  width: 100% !important;
}
/* Pagination Dots Styles */
.slider-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem; /* same as gap-2 */
  margin-top: 1.5rem; /* same as mt-4 */
}

.slides-container video.slide-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-link {
  padding: 0rem 1rem !important;
}

.navbar {
  justify-content: space-between !important;
}

.pagination-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d1d5db;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.pagination-dot:hover {
  background-color: #9ca3af;
  transform: scale(1.2);
}

.pagination-dot.active {
  background-color: #3b82f6;
  width: 24px;
  border-radius: 5px;
}

/* Optional: Smooth transition for slider */
.slider-track {
  transition: transform 0.4s ease-in-out;
}

/* Button disabled state */
.slider-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

footer.footer-section:after {
  content: "";
  background: url(https://ozone.applabz.net/public/assets/images/ozone/blank.png);
  width: 100%;
  height: 106px;
  position: absolute;
  top: -107px;
  left: 0;
}

.tour-plan-single:hover .plan-serial span {
  font-size: 1.8rem !important;
}

button.nav-link.nav-btn-style.active svg {
  color: #fff !important;
}

#si-holiday .e::after {
  display: none !important;
}

header.style-2 .main-nav ul li a {
    padding: 0px 0 !important;
    font-weight: 700 !important;
}

header.style-2 {
  box-shadow: none !important;
}

header.style-2.sticky {
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1) !important;
  border-bottom: 1px solid #00000012 !important;
}

header.style-2 {
  padding: 15px 0 !important;
}

header.breadcrumb-header.sub-header {
  border-bottom: 1px solid #e1e1e1;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #3255a1 !important;
}

.video-section-content h2 {
  font-size: 38px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 127% !important;
  margin-top: 19px !important;
}
.video-section-content {
  width: 70%;
}

/* Hover lift + shadow */
.number-bluue a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.3);
}

/* Base ::after */
.btn--primary-outline::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--primary-color1);
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  z-index: -1;
  transform: scale(0.6);
  border-radius: 82px;
  opacity: 0;
}

/* Hover animation */
.btn--primary-outline:hover::after {
  transform: scale(1);
  opacity: 1;
}

/* Override background */
.eg-btn::after {
  background: #000000 !important;
}

#city-namme .deal-section {
  padding: 24px 0 !important;
}

.tour-plan-single .plan-serial {
  width: 26px;
  height: 26px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--primary-color1);
  min-width: 26px;
  border-radius: 0px;
  background: var(--white);
  transition: all 0.45s cubic-bezier(0.84, 0.35, 0.39, 0.74);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tour-plan-single .plan-serial span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color1);
  font-family: var(--font-work-sans);
  transition: all 0.45s cubic-bezier(0.84, 0.35, 0.39, 0.74);
  line-height: 100% !important;
}

button.btn.btn-outline-dark.rounded-circle {
  padding: 15px;
  font-size: 1rem;
  line-height: 100% !important;
}

.section-title1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start !important;
}

/*.tour-information {*/
/*    padding-top: 30px;*/
/*}*/

/*.section-title1zz {*/
/*    display: flex !important;*/
/*    flex-direction: column !important;*/
/*    justify-content: center !important;*/
/*    text-align: center !important;*/
/*    align-items: flex-start;*/
/*}*/

.number-bluue a {
  display: flex;
  padding: 10.058px 18.999px 10.058px 18.038px;
  justify-content: center;
  align-items: center;
  border-radius: 55.88px;
  border: 1.118px solid #2e62ac;
  color: #2e62ac;
  text-align: center;
  font-size: 15.646px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 24.587px !important;
  transition: 0.9s !importanti;
}

.section-title1zzq {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-title1zzq span {
  font-family: var(--font-work-sans);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding-bottom: 10px;
  color: #296fb6;
}

#uu-btn button:disabled {
  opacity: 0.1;
  cursor: not-allowed;
}

#act-galler .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.grid-container {
  display: grid;
  /* Use 6 columns to allow the 1:2 ratio for the bottom row */
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 200px 200px;
  gap: 15px;
  margin: auto;
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(5deg, #00000094, transparent);
}

/* Updated Positioning for 6-column grid */
.tall {
  grid-column: span 2;
  grid-row: span 2;
}
.card-balloon {
  grid-column: span 2;
}
.wide {
  grid-column: span 2;
} /* Skydiving */
.card-ski {
  grid-column: span 2;
}
.motiongate {
  grid-column: span 1;
}
.aquarium {
  grid-column: span 1;
} /* Twice as wide as Motiongate */

.card span {
  position: relative;
  z-index: 2;
  font-size: 18.222px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 26.628px !important;
  color: #fff;
  width: 152px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  transition: 0.9s !important;
}

.text-activity {
  left: 6%;
  bottom: 6%;
  font-size: 18.222px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 26.628px !important;
  position: absolute;
}
/* Grid Positioning */
.tall {
  grid-row: span 2;
}

.wide {
  grid-column: span 2;
}

/*.card span {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    font-size: 18.222px !important;*/
/*    font-style: normal !important;*/
/*    font-weight: 500 !important;*/
/*    line-height: 26.628px !important;*/
/*    color: #fff;*/
/*    transition: 0.9s !important;*/
/*}*/

#uu-btn {
  padding: 10px 0 22px 0;
}

.left-uut {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #2994ff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #2994ff !important;
  padding: 1.375rem 1.75rem;
  font-size: 1rem;
  border-radius: 5.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.left-uut:hover {
  background: #c5dcff !important;
}

.right-uut:hover {
  background: #c5dcff !important;
}

.ww-rreaa {
  display: flex;
  gap: 5px;
  justify-content: end;
  padding-bottom: 15px;
}

.right-uut {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #2994ff !important;
  padding: 1.375rem 1.75rem;
  font-size: 1rem;
  border-radius: 5.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #000;
}
.tab-pane h4 {
  font-size: 22px !important;
  font-weight: 700;
}

/* Parent perspective */
.slider-item {
  perspective: 1200px;
}

/* Card base */
.deal-single1 {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.6s ease;
}

/* Hover 3D lift + tilt */
.slider-item:hover .deal-single1 {
  transform: translateY(-12px) rotateX(6deg) rotateY(-6deg);
  box-shadow: 0px 0px 7px rgb(0 0 0 / 4%), 0 0px 9px 0px rgb(0 0 0 / 11%);
}

/* Image zoom for depth */
.deal-image img {
  transition: transform 0.6s ease;
  transform-origin: center;
}

.slider-item:hover .deal-image img {
  transform: scale(1.08) translateZ(20px);
}

/* Content pop-out effect */
.deal-content {
  position: relative;
  z-index: 2;
  transform: translateZ(0);
  transition: transform 0.6s ease;
}

.slider-item:hover .deal-content {
  transform: translateZ(30px);
}

/* Floating badges */
.favourite,
.discount-bagde {
  transition: transform 0.6s ease;
}

.slider-item:hover .favourite {
  transform: translateZ(40px) scale(1.1);
}

.slider-item:hover .discount-bagde {
  transform: translateZ(40px);
}

/* Smooth button animation */
.eg-btn {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.slider-item:hover .eg-btn {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.trip-image-thamp {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

/* Optional glossy highlight */
.deal-single1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.25),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.slider-item:hover .deal-single1::after {
  opacity: 1;
}

.trip-image-thamp {
  width: 100%;
}

.trip-image-thamp img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.tour-plan-single {
  width: 100%;
}

.e:after {
  position: absolute;
  background: linear-gradient(358deg, #000000bf, transparent);
  width: 100%;
  content: "";
  height: 100%;
  top: 0;
}
.e {
  position: relative !important;
}
#gallery_url h6 {
  z-index: 999;
  color: #fff;
}
.destination-img-wrapper {
  overflow: hidden;
}

.destination-img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.slider-item:hover .destination-img {
  transform: rotate(10deg);
}
.destination-img {
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-section {
  background-attachment: inherit !important;
  position: relative !important;
}

.new--container {
  width: calc(80% - 30px) !important;
  margin: auto !important;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}

.slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.slide-image {
  width: 100%;
  height: 100%;
  border-radius: 10px !important;
  object-fit: cover;
}

.slide-overlay {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 99%;
  background: linear-gradient(
    to right,
    rgb(0 0 0 / 0%) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  display: flex;
  align-items: center;
  border-radius: 20px;
}

.slide-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  color: white;
}

.slide-content.text-center {
  text-align: center;
}

.slide-content.text-start {
  text-align: left;
}

.slide-small-text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease forwards 0.2s;
}

.slide-title {
  font-size: 5.6rem;
  font-weight: 800;
  color: #fff !important;
  font-family: var(--font-merriw);
  margin-bottom: 25px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease forwards 0.4s;
  /* font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.6s ease forwards 0.4s; */
}

.slide-description {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff !important;
  margin-bottom: 20px;

  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease forwards 0.6s;
}

.text-center .slide-description {
  margin-left: auto;
  margin-right: auto;
}

.slide-cta {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease forwards 0.8s;
}

.slide-cta:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Navigation Dots */
.slider-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 10;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #fff;
  transform: scale(1.2);
}

.dot:hover {
  background: rgba(255, 255, 255, 0.7);
}

/* Navigation Arrows */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.slider-nav:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.slider-nav.prev {
  left: 2rem;
}

.slider-nav.next {
  right: 2rem;
}

.slider-nav svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.deal-single1 .deal-image span.discount-bagde {
  position: absolute;
  left: 6%;
  z-index: 1;
  color: #000000;
  padding: 5px 21.5px 5px 21px;
  font-size: 14px;
  background: #ffffff;
  display: block;
  bottom: 80%;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  border-radius: 999px;
}

.nav-btn-style:hover svg {
  fill: black !important;
  color: #000 !important;
}

.nav-btn-style:hover {
  background-color: var(--primary-color1);
  color: #000000;
}

ol.breadcrumb a {
  color: #000 !important;
  font-size: 14px !important;
}

.nav-btn-style .active {
  color: #ffffff !important;
  fill: #fff !important;
}
.nav-btn-style .active svg {
  color: #fff !important;
}
/* Image wrapper (controls size) */
.tr-img-wrap {
  width: 100%;
  height: 220px; /* adjust as needed */
  overflow: hidden;
  border-radius: 8px;
}

.eg-btn::after {
  background: #000000 !important;
  border-radius: 82px !important;
}

.inner-banner-section {
  min-height: 330px !important;
}

.inner-banner-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 102%;
  background: rgb(0 0 0 / 68%);
  z-index: 99;
}
.inner-banner-section .container {
  z-index: 999;
}

.inner-banner-section .breadcrumb-area h2 {
  font-size: 4rem !important;
  font-weight: 600 !important;
}

/* Image */
.tr-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills container without stretching */
  display: block;
}

#hotel-wwt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#hotel-wwt .tour-plan-single h4.plan-title {
  font-size: 16px !important;
  margin: 0;
}

#hotel-wwt .tour-plan-single {
  margin: 0;
}

#hotel-wwt .tab-pane h4 {
  font-size: 16px !important;
}

.tour-plan-single {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 40px;
  flex-direction: column;
}

.tour-plan-single img {
  width: 100%;
}

ul.review-comment-list li .comment-item {
  background: #f4f1ff;
  padding: 30px 30px 20px 30px;
}

.review-commetn-area .review-comment-list .comment-item {
  margin-bottom: 15px;
}

.review-item-list > li .star-list li {
  color: #ffc300;
}

.breadcrumb-header nav {
  padding: 8px 0 !important;
}

.nav-pills .nav-link {
  font-size: 16px !important;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  min-width: 145px;
  border-radius: 999px;
  min-width: auto !important;
}

#v-pills-tab {
  gap: 10px !important;
}

.nav-btn-style svg {
  margin: 0;
}

.tour-price span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-secondary);
  font-family: var(--font-merriw);
}

button.eg-btn.btn--primary.btn--lg.w-100.mt-3 {
  border-radius: 999px;
  background: #2e62ac;
}

.tour-price h3 {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-primary);
  font-family: var(--font-merriw);
  margin: 0;
}

.tour-price {
  display: flex;
  margin-bottom: 25px;
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
  max-width: 700px;
  border: 1px solid var(--border-color);
  align-items: flex-start;
  flex-direction: column-reverse;
}

.video-section .eg-btn {
  background: transparent !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
}
.testimonial-section .testimonial-wrapper .newsletter-area {
  background-image: url(https://ozone.applabz.net/public/assets/images/ozone/about-3.jpg) !important;
}

.blog--ee .deal-single1 .deal-content h4 a {
  font-weight: 800 !important;
  line-height: 32px !important;
  color: #000;
  font-size: 24px !important;
  height: 66px;
  width: 328px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  display: inline-block;
}
.blog--ee .deal-single1 .deal-content h4 a {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 18.644px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 29.83px !important;
}
.all-in-warpp {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.all-in-warpp .time {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 100%;
}

.all-in-warpp .calendar {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 100%;
}
/* ============================= */
/* HOVER ANIMATION ONLY */
/* ============================= */

#act-galler .card {
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.6s ease;
  will-change: transform;
  overflow: hidden;
}

/* IMAGE ZOOM EFFECT */
#act-galler .card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

#cricle-section-city {
  padding-top: 70px !important;
}

#idd-book-now .choices__item.choices__placeholder.choices__item--selectable {
  padding-left: 7% !important;
}

/* SLOW BACKGROUND ZOOM */
#act-galler .card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1);
  transition: transform 1.2s ease, opacity 0.6s ease;
  z-index: 0;
}

#act-galler .card:hover::after {
  opacity: 1;
  transform: scale(1.12);
}

/* LIGHT SWEEP */
#act-galler .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(8deg, transparent, rgb(0 0 0 / 32%), transparent);
  transition: left 0.8s ease;
}

#act-galler .card:hover span::before {
  left: 120%;
}

/* TEXT FLOAT */
#act-galler .card:hover span {
  transform: translateY(-6px);
}

.mobliww-po {
  display: none;
}

.carousel-container {
  position: relative;
  padding: 0 60px;
  margin-top: 40px;
}

.carousel-wrapper {
  overflow: hidden;
  border-radius: 20px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-slide {
  flex: 0 0 25%;
  padding: 15px;
  box-sizing: border-box;
}

/* Responsive slides */
@media (max-width: 1200px) {
  .carousel-slide {
    flex: 0 0 33.333%;
  }
}


@media (max-width: 999px) {
    .w-mobile-btn {
        width: 100%;
        justify-content: end;
        display: flex;
    }
    .mob-heading p {
        width: 165px;
        overflow: hidden;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 768px) {
  .carousel-slide {
    flex: 0 0 50%;
  }
}

@media (max-width: 480px) {
  .carousel-slide {
    flex: 0 0 100%;
  }
}

.category-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.category-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
}

.category-content h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #2d3748;
}

.category-content h4 a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

.category-content h4 a:hover {
  color: #667eea;
}

/* Navigation Arrows */
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 10;
  color: #667eea;
}

.carousel-arrow:hover {
  background: #667eea;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.carousel-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.carousel-arrow.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.carousel-arrow-prev {
  left: 0;
}

.carousel-arrow-next {
  right: 0;
}

/* Dots Indicator */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #667eea;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.carousel-dot:hover {
  background: rgba(102, 126, 234, 0.3);
  transform: scale(1.2);
}

.carousel-dot.active {
  background: #667eea;
  transform: scale(1.3);
}

header.style-2 .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.package-form .choices__item.choices__placeholder.choices__item--selectable,
.choices__item.choices__item--selectable {
  padding-left: 13% !important;
}

/* Section Styling */
.pt-120 {
  padding-top: 80px;
}

.pb-120 {
  padding-bottom: 120px;
}

.container {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0 15px;
}

/* Slider Core Styles */
.slider-viewport {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  /* space for shadows/transform */
}

.slider-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.slider-item {
  flex-shrink: 0;
  padding: 0 12px;
  /* Gutter between items */
}

/* Custom Styles for this Design */
.destination-img-wrapper {
  /* Creates the circle */
  width: 135px;
  /* Fixed size for consistency */
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 12px;
  /* Center horizontally, margin bottom */
}

.destination-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures image fills circle without distortion */
  display: block;
}

.destination-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
}

/* Custom Navigation Arrows */
/*.slider-btn {*/
/*    position: relative;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    background: transparent;*/
/*    border: none;*/
/*    font-size: 2.5rem;*/
/*    font-weight: 300;*/
/*    color: #555;*/
/*    padding: 0;*/
/*    line-height: 1;*/
/*    z-index: 2;*/
/*    transition: color 0.2s, opacity 0.2s;*/
/*}*/

.slider-btn {
  font-size: 2.5rem;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #2994ff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #2994ff !important;
  border-radius: 5.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.slider-btn:hover:not(:disabled) {
  color: #000;
}

.slider-btn:disabled {
  opacity: 0.2;
  cursor: default;
}

.slider-btn.prev {
  left: -25px;
}

.slider-btn.next {
  right: 0px;
}

.number-bluue a {
  position: relative;
  display: flex;
  padding: 10.058px 18.999px 10.058px 18.038px;
  justify-content: center;
  align-items: center;
  border-radius: 55.88px;
  border: 1.118px solid #2e62ac;
  color: #2e62ac;
  text-align: center;
}

.number-bluue a:after {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  transform: scale(0.6);
  transition: 0.9s;
  z-index: -1;
  opacity: 0;
}
.number-bluue a:hover {
  color: #fff;
}
.number-bluue a:hover:after {
  transform: scale(1);
  opacity: 1;
}

.banner-section1-wrapperzz {
  position: relative;
  /* background: url(../images/ozone/banner-ozone.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.banner1-content h1,
.banner1-content p {
  color: #fff !important;
}

.search-bar .search-btn img {
  background: #296db4;
  border: none;
  padding: 20px 20px;
  border-left: 1px solid #eee;
  cursor: pointer !important;
  border-radius: 999px;
}

input.form-control.search-input:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: url(../images/ozone/location.png);
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-next:after {
  content: "›" !important;
  font-size: 40px;
  color: #333;
}

.swiper-button-prev:after {
  content: "‹" !important;
  font-size: 40px;
  color: #333;
}

.deal-image img {
  width: 100% !important;
}

.warpperz-price {
  display: flex;
  align-items: center;
}

.sort-label {
  font-size: 16px !important;
}

.alpine-modal-footer button {
  font-size: 16px !important;
}

button.btn-filter-custom {
  font-size: 16px;
}

.e-wrapp h4 {
  margin: 0 !important;
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.deal-single1 .deal-content {
  padding: 15px 25px 35px 25px;
  position: relative;
}

.video-section:before {
  content: "";
  background: #00000087;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}

/*.cta-section {*/
/*  padding: 40px 0;*/
/*}*/

.cta-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  background: #e9f2ff;
  border-radius: 6px;
  overflow: hidden;
}

.cta-image img {
  width: 100%;
}

.cta-content {
  flex: 1;
  padding: 40px 50px;
}

.cta-content h2 {
  color: #0f172a !important;
  margin-bottom: 10px !important;
  font-size: 23.438px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 31.2px !important;
}

.cta-content p {
  font-size: 15px;
  color: #475569;
  margin-bottom: 25px;
}

.cta-btn {
  display: inline-block;
  padding: 9px 22px;
  background: #2e62ac;
  color: #fff;
  font-size: 14px !important;
  border-radius: 25px;
  transition: background 0.3s ease;
}
a.cta-btn {
  color: #fff !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 22px !important; /* 157.143% */
}
.cta-btn:hover {
  background: #1e40af;
}

.cta-image {
  position: relative;
  flex: 1;
  height: 100%;
}

.video-section-content {
  position: relative;
}

.deal-single1 .deal-content h4 a {
  font-weight: 800 !important;
  line-height: 32px !important;
  color: #000;
  font-size: 24px !important;
  height: 35px;
  width: 319px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.warpperz-price {
  display: flex;
  justify-content: space-between;
}

.e-wrapp {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  flex-direction: column;
}

.lig-color {
  color: #737373;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.btn--md {
  border-radius: 50px;
  border: 1px solid #e4e6e8;
  background: #2e62ac;
  border-radius: 999px !important;
  -webkit-border-radius: 999px !important;
  -moz-border-radius: 999px !important;
  -ms-border-radius: 999px !important;
  -o-border-radius: 999px !important;
}

.deal-single1 {
  border: 1px solid #e4e6e8;
  border-radius: 30px !important;
  position: relative;
  overflow: hidden;
}

.deal-single1 .img-deal img {
  border-radius: 30px 30px 0 0;
}

.g-z {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 10px;
}

.tagzz {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0 27px 0;
}

.deal-content:after {
  content: "";
  background: #ffffff;
  width: 100%;
  position: absolute;
  height: 43px;
  top: -29px;
  z-index: 0;
  left: 0;
  border-radius: 30px 30px 0 0;
}

.review-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 50px;
  border: 1px solid #e4e6e8;
  background: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);
  padding: 6px 13px;
  position: absolute;
  top: -45px;
  right: 19px;
  z-index: 99;
}

.r-w-z {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#act-galler .card {
  cursor: pointer !important;
}

.section-title1zz {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  text-align: center !important;
  align-items: flex-start !important;
}

.cont-grid-box h6 {
  font-size: 18.222px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 26.628px !important;
}

.w-rpp {
  display: flex;
}

.cont-grid-box {
  display: flex;
  gap: 20px;
}

.box-pack-box {
  width: 30%;
  background: url(../images/ozone/activites-image-1.jpg);
  height: 447px;
  object-fit: cover;
  border-radius: 15px;
  padding: 25px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  color: #fff;
}

.activities-1-large h6 {
  color: #fff;
}

.w-rp {
  display: flex;
}

.w-rpp {
  display: flex;
  width: 70%;
  flex-direction: column;
}

.w-rp {
  display: flex;
  gap: 20px;
}

.w-rps {
  display: flex;
  gap: 23px;
  margin-top: 20px;
}

.box-pack-box-sssm {
  width: 25%;
  background: url(../images/ozone/activites-image-4.png);
  height: 213.02px;
  object-fit: cover;
  border-radius: 15px;
  padding: 25px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.box-pack-box-ssm {
  width: 35%;
  background: url(../images/ozone/activites-image-1.jpg);
  height: 213.02px;
  object-fit: cover;
  border-radius: 15px;
  padding: 25px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.box-pack-box-ssmz {
  width: 35%;
  background: url(../images/ozone/activites-image-5.png);
  height: 213.02px;
  object-fit: cover;
  border-radius: 15px;
  padding: 25px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.box-pack-box-sm {
  width: 35%;
  background: url(../images/ozone/activites-image-1.jpg);
  height: 213.02px;
  object-fit: cover;
  border-radius: 15px;
  padding: 25px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.box-pack-box-lg {
  width: 63%;
  background: url(../images/ozone/activites-image-3.png);
  height: 213.02px;
  object-fit: cover;
  border-radius: 15px;
  padding: 25px;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.section-title1zz span {
  font-family: var(--font-work-sans);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  padding-bottom: 10px;
  color: #296fb6;
}

.bo-r {
  margin-top: 45px;
  color: #fff;
}

.footer-section {
  margin-top: 120px;
}

.menu-close-btn i {
  font-size: 16px;
}

/* --- 1. DESKTOP STYLES (Your Original Logic) --- */
/* Applies to screens larger than 1024px */
.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* Fixed height rows for desktop layout */
  grid-template-rows: repeat(2, 200px);
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  cursor: pointer;
}

/* Image styling */
.parent div {
  border-radius: 8px;
  overflow: hidden;
}

.parent div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures image covers the area without stretching */
  border-radius: 8px;
  display: block;
}

/* Desktop specific placements */
.div1 {
  grid-row: span 2 / span 2;
  /* Auto-placed in Column 1 */
}

/* Auto-placed item (will land in Col 2, Row 1) */
.div2 {
  /* No specific grid rules, follows flow */
}

/* Bottom Row, Column 2 */
.div3 {
  grid-column-start: 2;
  grid-row-start: 2;
}

/* Top Row, Spanning Columns 3 & 4 */
.div4 {
  grid-column: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 1;
}

/* Bottom Row, Column 3 */
.div5 {
  grid-column-start: 3;
  grid-row-start: 2;
}

/* Bottom Row, Column 4 */
.div6 {
  grid-column-start: 4;
  grid-row-start: 2;
}

/* --- 2. TABLET / LAPTOP STYLES (Max Width: 1024px) --- */
/* Changes layout to 2 Columns */
@media (max-width: 1024px) {
  .parent {
    grid-template-columns: repeat(2, 1fr);
    /* Switch to 2 columns */
    grid-template-rows: repeat(4, 250px);
    /* We need more rows now */
  }

  /* Reset specific starts so they flow naturally */
  .div3,
  .div5,
  .div6 {
    grid-column-start: auto;
    grid-row-start: auto;
  }

  /* Adjust the "Tall" image (Div1) */
  .div1 {
    grid-row: span 2;
    /* Keep it tall */
    grid-column: 1;
    /* Stick to left column */
  }

  /* Adjust the "Wide" image (Div4) */
  .div4 {
    grid-column: span 2;
    /* Span across both columns */
    grid-row: auto;
    /* Let it find its natural row */
    order: -1;
    /* Optional: Move it to the very top for better visual flow */
  }
}

/*===========================================================

mega menu

=========================================================*/

a.mm-city-card {
  display: flex !important;
  align-items: center;
  gap: 20px !important;
}

.mega-menu {
  background: #ffffff;
  width: 95%;
  margin: auto;
  border-radius: 10px;
}

a.mm-cat-link span {
  padding: 12px 16px;
}

.t-headettz {
  font-size: 16px !important;
}

@media (max-width: 999px) {
  .aaz {
    display: none !important;
  }
  .pt-120 {
    padding-top: 40px !important;
  }
  .mobliww-po {
    display: flex !important;
    margin-top: 26px;
    justify-content: center;
  }

  .slider-pagination {
    display: none !important;
  }

  .r-w-z {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: column-reverse !important;
    gap: 14px !important;
    align-items: stretch !important;
  }
  .slider-btn.next {
    right: -45px !important;
  }
  .slider-btn.prev {
    left: -42px !important;
  }
  #search--bar {
    width: 100% !important;
  }
  .category-section {
    padding-inline: 44px;
  }
  .section-title1zzq {
    align-items: center;
  }
  .cta-container {
    max-width: 90% !important;
    flex-direction: column;
  }
  #hom--banner p.slide-description {
    margin-top: 30px;
  }
  .video-section-content {
    width: 100% !important;
  }
  .wrapp-crile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-title1zz {
    align-items: center !important;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .banner-slider {
    height: 500px;
  }

  .slide-title {
    font-size: 3rem !important;
    margin: 0;
  }

  .slide-description {
    font-size: 2rem !important;
  }

  .slider-nav {
    width: 40px;
    height: 40px;
  }

  .slider-nav.prev {
    left: 1rem;
  }

  .slider-nav.next {
    right: 1rem;
  }

  .slider-dots {
    bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .deal-single1 .deal-content h4 a {
    width: 234px !important;
  }
  .section-title1zz {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
    align-items: center;
  }
  .destination-img-wrapper {
    width: 102px !important;
    height: 102px !important;
  }
  .section-title1z {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    margin-bottom: 10px !important;
  }

  .banner-slider {
    height: 400px;
  }

  .slide-title {
    font-size: 1.5rem;
  }

  .slide-small-text {
    font-size: 0.75rem;
  }

  .slide-cta {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
  }
}
/* Mobile View (Phones) */
@media (max-width: 999px) {
  .grid-container {
    grid-template-columns: 1fr; /* Single column stack */
    grid-auto-rows: 180px; /* Shorter cards for mobile */
  }

  /* Reset all spans to 1 so they stack vertically */
  .tall,
  .card-balloon,
  .wide,
  .card-ski,
  .motiongate,
  .aquarium {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  ul.menu-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .new--container {
    width: 100% !important;
  }
}

@media (max-width: 499px) {
  .warpperz-price {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .deal-single1 .deal-image span.discount-bagde {
    position: absolute;
    left: 7%;
    z-index: 1;
    color: #000000;
    padding: 5px 21.5px 5px 21px;
    font-size: 14px;
    background: #ffffff;
    display: block;
    bottom: 80%;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    border-radius: 999px;
  }
}

/* --- 3. MOBILE STYLES (Max Width: 768px) --- */
/* Changes layout to 1 Column */
@media (max-width: 768px) {
  .parent {
    grid-template-columns: 1fr;
    /* Single column */
    grid-template-rows: auto;
    /* Rows size automatically based on height */
    gap: 15px;
  }

  /* Reset everything to basic blocks */
  .div1,
  .div2,
  .div3,
  .div4,
  .div5,
  .div6 {
    grid-column: auto;
    grid-row: auto;
    grid-column-start: auto;
    grid-row-start: auto;
    height: 300px;
    /* Fixed height for mobile images so they look good */
  }

  /* Remove order change from tablet view */
  .div4 {
    order: 0;
  }
}

#gallery_url h6 {
  left: 6%;

  bottom: 6%;

  font-size: 18.222px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 26.628px !important;
}

.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;

  max-height: 1.5em;
  /* height of 1 line */
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;

  opacity: 0.9;
  transform: translateY(2px);
}

.parent a:hover .clamp-text {
  -webkit-line-clamp: unset;
  display: block;

  max-height: 200px;
  /* enough to show full text */
  opacity: 1;
  transform: translateY(0);
}

.parent img {
  transition: 0.4s ease-in-out transform;
}

.parent img:hover {
  transform: scale(1.5);
}

.feature_div {
  height: 32px;
  width: 32px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #f0fdf4;
}

.feature-icon-box svg {
  width: 20px;
  height: 20px;
  display: inline-block;
}

/* Add this only if the inline colors above don't work */
/* Base styling for the icon container */
.feature-icon-box {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  /* Soft rounded corners */
  font-size: 1.25rem;
  /* Icon size */
  flex-shrink: 0;
  /* Prevent shrinking */
}

/* 1. Green (Operating Hours) */
.theme-green {
  background-color: #e6f6ec;
  color: #28a745;
}

/* 2. Blue (Mobile Voucher) */
.theme-blue {
  background-color: #e7f1ff;
  color: #0d6efd;
}

/* 3. Purple (Language) */
.theme-purple {
  background-color: #f3e5f5;
  color: #6f42c1;
}

/* 4. Red (Instant Confirmation) */
.theme-red {
  background-color: #fce4e4;
  color: #dc3545;
}

/* 5. Yellow/Gold (Non Refundable) */
.theme-yellow {
  background-color: #fff8e1;
  color: #d39e00;
}

/* 6. Orange (Location) */
.theme-orange {
  background-color: #fff3cd;
  color: #fd7e14;
}

.feature-content {
  margin-top: 10px !important;
}

.feature-content p {
  font-size: 12px !important;
  letter-spacing: 1px;
}

.feature-content h6 {
  letter-spacing: 1.5px;

  font-weight: 600;
  line-height: 19.6px;
  font-size: 14px;
}

/* .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 4/3;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    backdrop-filter: blur(10px);
} */
.last_img {
  position: relative;
}

.gallery-badge {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  backdrop-filter: blur(10px);
}

.modal-gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-gallery.show {
  opacity: 1;
  z-index: 999999999999999999999;
}

.modal-content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.modal-header-custom {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.modal-title-custom {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.btn-close-custom {
  position: absolute;
  right: 20px;
  background: transparent;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s ease;
}

.btn-close-custom:hover {
  background: rgba(255, 255, 255, 0.1);
}

.modal-body-custom {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}

.modal-image-container {
  max-width: 90%;
  max-height: 70vh;
  position: relative;
}

.modal-image-container img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 8px;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 1.5rem;
  color: #333;
  z-index: 10;
}

.nav-button:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
}

.nav-button.prev {
  left: 20px;
}

.nav-button.next {
  right: 20px;
}

.modal-counter {
  text-align: center;
  color: white;
  padding: 20px;
  font-size: 1rem;
  font-weight: 500;
}

.thumbnail-strip {
  display: flex;
  gap: 10px;
  padding: 20px;
  overflow-x: auto;
  justify-content: center;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.thumbnail-strip::-webkit-scrollbar {
  height: 6px;
}

.thumbnail-strip::-webkit-scrollbar-track {
  background: transparent;
}

.thumbnail-strip::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.thumbnail-item {
  width: 80px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.2s ease;
  flex-shrink: 0;
  border: 2px solid transparent;
}

.thumbnail-item:hover {
  opacity: 0.8;
}

.thumbnail-item.active {
  opacity: 1;
  border-color: white;
}

.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }

  .nav-button {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .modal-image-container {
    max-width: 95%;
  }

  .thumbnail-strip {
    padding: 10px;
  }

  .thumbnail-item {
    width: 60px;
    height: 45px;
  }
}

.choices__list--dropdown,
.choices__list[aria-expanded],
.choices__inner {
  background-color: #ffffff !important;

  /* border: 1px solid #009edf !important; */
}

.choices__inner {
  border-radius: 10.5px !important;
}

ul.list,
.nice-select {
  display: none;
}

.booking-form-box {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid var(--border-color);
}

.booking-form-box h3 {
  color: var(--text-primary);
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -0.025em;
}

.booking-form-box > p {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 2rem;
}

/* ==========================================
   TAB NAVIGATION
   ========================================== */

.form-tabs {
  display: flex;
  gap: 0.5rem;
  border-bottom: 2px solid var(--border-color);
  margin-bottom: 2rem;
  list-style: none;
  padding: 0;
}

.form-tab-item,
.form-tabs .nav-item {
  flex: 1;
}

.form-tabs .form-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  background: transparent;
  color: var(--text-secondary);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: var(--transition);
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  position: relative;
}

.form-tabs .form-link i {
  font-size: 1.1rem;
}

.form-tabs .form-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  transition: var(--transition);
}

.form-tabs .form-link:hover {
  color: var(--primary-color);
  background: var(--bg-light);
}

.form-tabs .form-link.active {
  color: var(--primary-color);
  background: var(--bg-light);
}

.form-tabs .form-link.active::after {
  background: var(--primary-color);
}

/* ==========================================
   ALERT MESSAGES
   ========================================== */

.alert {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-md);
  margin-bottom: 1.5rem;
  border: 1px solid;
  font-size: 0.95rem;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.alert-success {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #065f46;
}

.alert-danger {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.alert i {
  font-size: 1.25rem;
  margin-right: 0.75rem;
}

.alert .btn-close {
  margin-left: auto;
  opacity: 0.5;
  transition: var(--transition);
}

.alert .btn-close:hover {
  opacity: 1;
}

/* ==========================================
   FORM ELEMENTS
   ========================================== */

.banner-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.search-box-single {
  position: relative;
  background: var(--bg-light);
  border: 2px solid var(--border-color);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  transition: var(--transition);
  overflow: hidden;
}

.search-box-single:hover {
  border-color: #d1d5db;
  box-shadow: var(--shadow-sm);
}

.search-box-single:focus-within {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
  background: #ffffff;
}

.searchbox-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
  color: var(--text-secondary);
  font-size: 1.25rem;
  transition: var(--transition);
}

.search-box-single:focus-within .searchbox-icon {
  color: var(--primary-color);
}

.searchbox-input {
  flex: 1;
  display: flex;
}

.searchbox-input input,
.searchbox-input select,
.searchbox-input textarea {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 1rem 1.25rem 1rem 0;
  font-size: 0.95rem;
  color: var(--text-primary);
  font-family: inherit;
}

.searchbox-input input::placeholder,
.searchbox-input textarea::placeholder {
  color: var(--text-secondary);
  opacity: 0.7;
}

/* .searchbox-input select {
            cursor: pointer;
            padding-right: 2.5rem;
            appearance: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 1rem center;
            background-size: 1.25rem;
        } */

.searchbox-input textarea {
  resize: vertical;
  min-height: 100px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.6;
}

/* Invalid state */
.search-box-single:has(.is-invalid) {
  border-color: var(--danger-color);
  background: #fef2f2;
}

.search-box-single:has(.is-invalid):focus-within {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.is-invalid {
  border-color: var(--danger-color) !important;
}

/* ==========================================
   VALIDATION ERRORS
   ========================================== */

.text-danger {
  color: var(--danger-color);
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: -0.75rem;
  padding-left: 0.5rem;
  animation: shake 0.3s ease-in-out;
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(5px);
  }
}

.text-danger i {
  font-size: 1rem;
}

/* ==========================================
   SUBMIT BUTTON
   ========================================== */

.eg-btn {
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.025em;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  color: #fff !important;
  font-size: 16px !important;
}
.main-nav.show-menu .eg-btn.btn--primary {
  background: #2e62ac !important;
}

.eg-btn.btn--primary {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--primary-hover) 100%
  );
  color: #ffffff;
}

.eg-btn.btn--lg {
  padding: 1rem 2rem;
  border-radius: var(--radius-md);
  font-size: 1.05rem;
}

.eg-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.3);
}

.eg-btn:active:not(:disabled) {
  transform: translateY(0);
}

.eg-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none !important;
}

.eg-btn i {
  font-size: 1.1rem;
}

/* Loading spinner */
.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border-sm {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 0.12em;
}

/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */

@media (max-width: 768px) {
  .booking-form-box {
    padding: 1.5rem;
    border-radius: var(--radius-md);
  }

  .booking-form-box h3 {
    font-size: 1.5rem;
  }

  .form-tabs .form-link {
    padding: 0.875rem 1rem;
    font-size: 0.875rem;
  }

  .form-tabs .form-link i {
    font-size: 1rem;
  }

  .searchbox-icon {
    padding: 0 1rem;
    font-size: 1.125rem;
  }

  .searchbox-input input,
  .searchbox-input select,
  .searchbox-input textarea {
    padding: 0.875rem 1rem 0.875rem 0;
    font-size: 0.9rem;
  }

  .eg-btn.btn--lg {
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .booking-form-box {
    padding: 1.25rem;
  }

  .form-tabs {
    gap: 0.25rem;
  }

  .form-tabs .form-link {
    padding: 0.75rem 0.5rem;
    font-size: 0.8125rem;
    flex-direction: column;
    gap: 0.25rem;
  }

  .form-tabs .form-link i {
    margin-right: 0 !important;
    margin-bottom: 0.25rem;
  }
}

/* ==========================================
   UTILITY CLASSES
   ========================================== */

.w-100 {
  width: 100%;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.ms-2 {
  margin-left: 0.5rem;
}

.me-1 {
  margin-right: 0.25rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.small {
  font-size: 0.875rem;
}

/* ==========================================
   ACCESSIBILITY
   ========================================== */

.form-link:focus-visible,
.eg-btn:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}

.searchbox-input input:focus,
.searchbox-input select:focus,
.searchbox-input textarea:focus {
  outline: none;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .search-box-single {
    border-width: 3px;
  }

  .form-tabs .form-link.active::after {
    height: 3px;
  }
}

.select-tag i {
  z-index: 1;
  right: 18%;
  left: 12px;
  top: 25px;
  /* background: gray;
    display: inline-block; */
  width: 15px;
}

form.banner-form {
  font-size: 16px !important;
}

.toast-error {
  font-size: 16px !important;
}

.custom-toast .toast-header {
  padding: 2rem 2.25rem;
  font-size: 16px !important;
}

.toast-body {
  padding: 2rem 2.25rem;
  font-size: 16px !important;
}

.toast {
  margin: 0 !important;
}

.choices__item.choices__placeholder.choices__item--selectable,
.choices__item.choices__item--selectable {
  padding-left: 6%;
}

select.form-select {
  font-size: 16px;
  color: #1f293785 !important;
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  background-image: none !important;
}
/* Custom Toast Styles */
.custom-toast {
  min-width: 350px;
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border: none;
  overflow: hidden;
  margin-bottom: 1rem;
  animation: slideInRight 0.5s ease-out;
}

.custom-toast.hiding {
  animation: slideOutRight 0.5s ease-in forwards;
}

.custom-toast .toast-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  background-color: #fff;
}

.custom-toast .toast-body {
  padding: 1rem 1.25rem;
  font-size: 0.925rem;
  line-height: 1.6;
  color: #4b5563;
  background-color: #fff;
}

/* Toast Icons */
.toast-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  font-size: 1rem;
}

/* Success Toast */
.toast-success {
  border-left: 4px solid #10b981;
}

.toast-success .toast-progress {
  position: relative;
  bottom: 0px;
  left: 0px;
  height: 4px;
  background-color: #10b981;
  opacity: 1;
  animation: progress 5s linear forwards;
}

.toast-icon-success {
  background-color: #d1fae5;
  color: #10b981;
}
.toast-error .toast-progress {
  position: relative;
  bottom: 0px !important;
  left: 0px;
  height: 4px;
  opacity: 1;
  animation: progress 10005s linear forwards;
  background-color: #fee2e2 !important;
}
/* Error Toast */
.toast-error {
  border-left: 4px solid #ef4444;
}

.toast-icon-error {
  background-color: #fee2e2;
  color: #ef4444;
}

/* Warning Toast */
.toast-warning {
  border-left: 4px solid #f59e0b;
}

.toast-icon-warning {
  background-color: #fef3c7;
  color: #f59e0b;
}

/* Info Toast */
.toast-info {
  border-left: 4px solid #3b82f6;
}

.toast-icon-info {
  background-color: #dbeafe;
  color: #3b82f6;
}

/* Close Button */
.custom-toast .btn-close {
  font-size: 0.75rem;
  padding: 0.5rem;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.custom-toast .btn-close:hover {
  opacity: 1;
}

/* Animations */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

/* Progress Bar */
.toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: currentColor;
  opacity: 0.3;
  animation: progress 5s linear forwards;
}

@keyframes progress {
  from {
    width: 100%;
  }

  to {
    width: 0%;
  }
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .custom-toast {
    min-width: 90vw;
    max-width: 90vw;
  }

  .toast-container {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    padding: 1rem !important;
  }
}
.date-range-input .flatpickr-calendar {
  background: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  z-index: 9999 !important;
}

.date-range-input .flatpickr-day.selected {
  background: #3b82f6;
  border-color: #3b82f6;
  color: white;
}

.date-range-input .flatpickr-day.inRange {
  background: #dbeafe;
  border-color: #dbeafe;
  color: #1e40af;
}

.date-range-input .flatpickr-day.startRange,
.date-range-input .flatpickr-day.endRange {
  background: #3b82f6;
  border-color: #3b82f6;
  color: white;
}

.date-range-input .flatpickr-day.today {
  border-color: #3b82f6;
}

.date-range-input .flatpickr-day.today:hover {
  background: #3b82f6;
  color: white;
}

.date-range-input .calendar {
  cursor: pointer;
  background-color: white;
}

.date-range-input .calendar:focus {
  box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, 0.25);
  border-color: #3b82f6;
}

.footer-section .footer-social {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0 0 0 15px;
}

.footer-section .footer-social li {
  transition: all 0.3s ease;
}

.footer-section .footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0f1012;
  border: 1px solid #5e5e5e;
  transition: all 0.5s ease-out 0s;
  position: relative;
  overflow: hidden;
}

.footer-section .footer-social li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.5s ease;
  z-index: 0;
}

.footer-section .footer-social li a:hover {
  border: 1px solid var(--primary-color1);
}
.footer-section .footer-social li a:hover::before {
  transform: scale(1);
  background: var(--primary-color1);
}

.footer-section .footer-social svg {
  width: 15px;
  height: 15px;
  color: var(--white);
  fill: var(--white);
  stroke: var(--white);
  transition: all 0.5s ease-out 0s;
  position: relative;
  z-index: 1;
}

.footer-section .footer-social li a:hover svg {
  color: #ffffff;
  fill: #ffffff;
  stroke: #ffffff;
  transform: scale(1.1) rotate(5deg);
}

.footer-section h4 {
  margin: 0;
  font-size: 18px;
  color: var(--white);
}

/* Animation for smooth entrance */
.footer-section .footer-social li {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.footer-section .footer-social li:nth-child(1) {
  animation-delay: 0.1s;
}
.footer-section .footer-social li:nth-child(2) {
  animation-delay: 0.2s;
}
.footer-section .footer-social li:nth-child(3) {
  animation-delay: 0.3s;
}
.footer-section .footer-social li:nth-child(4) {
  animation-delay: 0.4s;
}
.footer-section .footer-social li:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .footer-section .footer-social {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.search-wrapper {
  position: relative;
  width: 66%;
  max-width: 800px;
  margin: auto;
  z-index: 1050;
}

.search-bar .input-group {
  position: relative;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.search-bar .input-group:focus-within {
  border-color: #296db4;
  box-shadow: 0 8px 35px rgba(41, 109, 180, 0.2);
}

.search-bar .search-input {
  border: none;
  padding: 18px 70px 18px 48px;
  font-size: 16px;
  border-radius: 50px;
  background: transparent;
  width: 100%;
  color: #333;
}

.input-group:after {
  content: "";
  background: url(https://ozone.applabz.net/public/assets/images/ozone/SVG-location.png);
  width: 20px;
  height: 20px;
  top: 21px;
  position: absolute;
  z-index: 99999;
  left: 15px;
}

.search-bar .search-input::placeholder {
  color: #aaa;
}

.search-bar .search-input:focus {
  outline: none;
  box-shadow: none;
  background: #fff;
}

.search-bar .search-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.search-bar .search-btn:hover {
  transform: translateY(-50%) scale(1.05);
}

.search-bar .search-btn img {
  background: #296db4;
  border-radius: 50%;
  padding: 15px;
  display: block;
}

.result-info {
  text-align: start !important;
}

.autocomplete-dropdown {
  position: fixed !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 999999 !important;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border: 1px solid #e8eaed;
  animation: slideDown 0.3s ease;
  max-width: 470px !important;
  width: 85%;
  padding: 15px;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.autocomplete-dropdown ul {
  list-style: none;
  padding: 8px;
  margin: 0;
  max-height: 420px;
  overflow-y: auto;
}

.result-item {
  display: flex;
  align-items: center;
  padding: 12px 0px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.2s ease;
  gap: 12px;
  margin-bottom: 4px;
}

.result-item:hover {
  background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
  text-decoration: none;
  transform: translateX(4px);
}

.result-image {
  flex-shrink: 0;
}

.result-image img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
  border: 2px solid #f0f0f0;
  background: #fafafa;
}

.result-info {
  flex-grow: 1;
  min-width: 0;
}

.result-group {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #296db4;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  background: #e8f4fd;
  border-radius: 4px;
}

.result-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result-price {
  flex-shrink: 0;
  text-align: right;
  color: #296db4;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.result-price small {
  font-size: 10px;
  font-weight: 600;
  color: #888;
  line-height: 1;
  margin-bottom: 2px;
}

.empty-state {
  padding: 32px 20px;
  text-align: center;
}

.empty-state p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.empty-state .search-term {
  color: #296db4;
  font-weight: 600;
}

.autocomplete-dropdown ul::-webkit-scrollbar {
  width: 8px;
}

.autocomplete-dropdown ul::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}

.autocomplete-dropdown ul::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 10px;
}

.autocomplete-dropdown ul::-webkit-scrollbar-thumb:hover {
  background: #b0b0b0;
}

@media (max-width: 768px) {
  .search-wrapper {
    width: 90%;
  }

  .result-image img {
    width: 50px;
    height: 50px;
  }

  .result-title {
    font-size: 14px;
  }

  .result-price {
    font-size: 16px;
  }
}
/* BREADCRUMB SUB HEADER */
.sub-header {
  /*position: fixed;*/
  top: 80px; /* 👈 height of main header */
  left: 0;
  width: 100%;
  z-index: 1040;
  background: #ffffff;
  border-top: 1px solid #e5e7eb; /* horizontal divider */
}

/* Breadcrumb style */
.sub-header .breadcrumb {
  background: none;
  font-size: 14px;
}
.page-content {
  padding-top: 130px; /* main header + breadcrumb header */
}
/* --- Filter Button --- */
.btn-filter-custom {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 50px;
  color: #1f2937;
  font-weight: 600;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.btn-filter-custom:hover {
  background-color: #f9fafb;
  transform: translateY(-1px);
  box-shadow: 0 6px 8px -1px rgba(0, 0, 0, 0.1);
}
.btn-filter-custom svg {
  width: 20px;
  height: 20px;
}

/* --- Alpine Custom Modal --- */
.alpine-modal-backdrop {
  position: fixed;
  inset: 0; /* top:0, right:0, bottom:0, left:0 */
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.alpine-modal-content {
  background: white;
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.alpine-modal-header {
  padding: 20px 24px;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.alpine-modal-body {
  padding: 24px;
  overflow-y: auto;
}

.alpine-modal-footer {
  padding: 16px 24px;
  background-color: #f9fafb;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

submenu-list__item has-submenu active a.submenu-list__item-link {
  color: #fff !important;
}

submenu-list__item has-submenu active span.submenu-list__item-title {
  color: #606060 !important;
}

/* --- Radio Card Styling --- */
.sort-label {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
}

/* Hide actual radio input */
.sort-label input[type="radio"] {
  display: none;
}

.sort-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border: 2px solid #f3f4f6;
  border-radius: 12px;
  background: #fff;
  transition: all 0.2s;
  color: #4b5563;
}

.sort-card:hover {
  border-color: #d1d5db;
  background-color: #f9fafb;
}

/* Selected State */
.sort-label input[type="radio"]:checked + .sort-card {
  border-color: #f59e0b; /* Amber/Yellow color */
  background-color: #fffbeb;
  color: #111827;
}

.check-icon {
  opacity: 0;
  color: #f59e0b;
  transform: scale(0.5);
  transition: all 0.2s;
}

.sort-label input[type="radio"]:checked + .sort-card .check-icon {
  opacity: 1;
  transform: scale(1);
}

.section-title {
  font-weight: 700;
  color: var(--primary-color2);
  margin-bottom: 1.5rem;
}

.nav-tabs-custom {
  border-bottom: none;
  overflow-x: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.nav-tabs-custom::-webkit-scrollbar {
  display: none;
}

.nav-tabs-custom {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.nav-tabs-custom .nav-link {
  border: none;
  border-radius: 0;
  color: var(--secondary-color2);
  padding: 0.75rem 1rem;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.nav-tabs-custom .nav-link:hover {
  color: var(--hover-color2);
  border-bottom: 2px solid var(--border-color2);
}

.nav-tabs-custom .nav-link.active {
  color: var(--primary-color2);
  border-bottom: 2px solid var(--active-border2);
  font-weight: 600;
}

.nav-tabs-custom .nav-link img {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  object-fit: contain;
}

.nav-tabs-custom .nav-link.active img {
  filter: invert(18%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(20%)
    contrast(90%);
}

.tag-container {
  position: relative;
}

.scroll-gradient {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.scroll-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.tag-link {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--border-color2);
  border-radius: 0.5rem;
  color: var(--secondary-color2);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-bottom: 0.5rem;
}

.tag-link:hover {
  color: var(--primary-color2);
  border-color: #ced4da;
  text-decoration: none;
}

.tab-content {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .nav-tabs-custom .nav-link {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }

  .section-title {
    font-size: 1.5rem;
  }
}
.group-title {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b7280;
  background: #f9fafb;
}
.package-image img {
  max-width: 100%;
}

.section-title1 h4 {
  font-size: 25px !important;
  font-weight: 600;
}

#page-loading-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.loading-overlay.active {
  display: block;
  opacity: 1;
}

.loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 2rem;
}

.logo-spinner {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  animation: pulse 2s ease-in-out infinite;
}

.spinner-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border: 3px solid rgba(0, 123, 255, 0.1);
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.spinner-ring::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 3px solid transparent;
  border-top-color: rgba(0, 123, 255, 0.3);
  border-radius: 50%;
  animation: spin 2s linear infinite reverse;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(0.95);
  }
}

.loading-text {
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
  margin-top: 1rem;
  animation: fadeInOut 2s ease-in-out infinite;
}

@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  z-index: 11111111;
}

/* ==========================================
           HEADER
        ========================================== */
.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
  z-index: 1000;
  height: 70px;
  display: flex;
  align-items: center;
}
.site-header__container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo {
  color: #1a202c;
  font-size: 16px !important;
}

/* ==========================================
           DESKTOP NAVIGATION (Visible lg+)
        ========================================== */
.desktop-nav {
  display: none;
  gap: 2rem;
  align-items: center;
}
.desktop-link {
  color: #4a5568;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 1.5rem 0;
  position: relative;
  transition: color 0.2s;
}
.desktop-link:hover {
  color: #2563eb;
}

@media (min-width: 992px) {
  .desktop-nav {
    display: flex;
  }
}

/* ==========================================
           DESKTOP MEGA MENU
    ========================================== */


.mega-menu {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #f1f1f1;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 990;
}
.mega-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mm-grid,
.mm-grid-2 {
  display: grid;
  gap: 2rem;
  padding: 2rem;
  width: 100% !important;
  margin: 0 auto;
  max-height: 434px;
  overflow-y: auto;
}

.mm-content {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 14px;
}

.mm-sidebar {
    box-shadow: 0px 0px 20px 3px #00000014;
    padding: 15px;
    border-radius: 15px;
}

.mm-grid {
  grid-template-columns: 250px 1fr;
}

.mm-cat-link::after{
    display:none !important;
}
.t-headettz,
p.texxt-gridz-heading {
  width: 210px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px !important;
  font-weight: 700; 
  margin: 0;
}

p.texxt-gridz-sub-heading {
    font-size: 14px !important;
    margin: 0;
    width: 182px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}
/* Desktop Category Links */
.mm-cat-link {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  color: #333;
  margin-bottom: 2px;
}
.mm-cat-link:hover,
.mm-cat-link.active {
  background-color: #eff6ff;
  color: #2563eb;
}

/* Desktop City Cards */
.mm-city-grid,
.mm-city-grid-2 {
  display: grid;

  gap: 1rem;
}
.mm-city-grid {
  grid-template-columns: repeat(3, 1fr);
}
.mm-city-grid-2 {
  grid-template-columns: repeat(6, 1fr);
}
.mm-city-card {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.5rem;
  border-radius: 8px;
  transition: transform 0.2s;
}
.mm-city-card:hover {
  background-color: #f8fafc;
  transform: translateY(-3px);
}
.mm-city-img {
  width: 65px;
  height: 65px;
  border-radius: 8px;
  object-fit: cover;
}

.mm-city-card::after {
  display: none !important;
  content: none;
}
/* ==========================================
           MOBILE DRAWER (The Sliding Panel)
        ========================================== */
/* Hamburger Button */
.mobile-toggle {
  display: block;
  border: none;
  background: transparent;
  padding: 0.5rem;
  cursor: pointer;
}
@media (min-width: 992px) {
  .mobile-toggle {
    display: none;
  }
}

/* Overlay (Backdrop) */
.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.mobile-overlay.show {
  display: block;
  opacity: 1;
}

/* The Drawer Panel */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  max-width: 85%;
  background: #ffffff;
  z-index: 1050;
  transform: translateX(100%); /* Start hidden to the right */
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
}
.mobile-drawer.open {
  transform: translateX(0); /* Slide in */
}

/* Drawer Header */
.drawer-header {
  padding: 1.25rem;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drawer-close {
  background: #f3f4f6;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #333;
}

/* Drawer Content */
.drawer-content {
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 10px 20px;
}

/* Mobile Links */
.m-link {
  display: block;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f3f4f6;
  color: #1f2937;
  font-weight: 600;
  font-size: 1.1rem;
}

/* Mobile Accordion Styles */
.m-sub-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 1px solid #f3f4f6;
  padding: 0.75rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1f2937;
  cursor: pointer;
}
.m-chevron {
  transition: transform 0.3s;
}
.m-sub-trigger.active .m-chevron {
  transform: rotate(180deg);
}

button.m-sub-trigger span {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.m-sub-menu {
  padding-left: 1rem !important;
  display: none;
  background-color: #f9fafb !important;
  margin: 0 -1rem;
  padding: 0.5rem 1.5rem;
  background: #efefef;
  max-height: 400px;
  overflow: auto;
  margin-bottom: 20px;
  border-radius: 10px;
}

button.m-cat-btn {
    font-size: 16px;
}

.m-sub-menu.show {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.m-cat-btn {
  width: 100%;
  text-align: left;
  padding: 0.6rem 0;
  background: none;
  border: none;
  color: #4b5563;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.m-cat-btn.active {
  color: #2563eb;
}

.m-city-list {
  padding-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.m-city-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.4rem 0;
  font-size: 0.9rem;
  color: #6b7280;
  flex-direction: row;
}
.m-city-link img {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  object-fit: cover;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
