.container {
  max-width: 1440px !important;
}

/* Cart Drawer Styles */
.cart-item-thumbnail {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
}

.cart-item-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-details {
  line-height: 1.6;
}

.cart-item-details i {
  width: 16px;
  text-align: center;
}

.cart-item-actions {
  min-width: 80px;
}

.btn-remove-cart-item {
  opacity: 0.7;
  transition: opacity 0.2s;
}

.btn-remove-cart-item:hover {
  opacity: 1;
}
.hotloc-list {
  display: flex;
  gap: 14px;
}
.hotloc-item {
  --radius: 22px;
  position: relative;
  display: block;
  flex: 1;
  min-width: 86px;
  height: 360px;
  border-radius: var(--radius);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  transition: flex 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.45s ease,
    box-shadow 0.45s ease;
}
.hotloc-item .gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.5) 70%
  );
}
.hotloc-item .content {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hotloc-item .title {
  font-weight: 800;
  letter-spacing: 0.2px;
}
.hotloc-item .subtitle {
  opacity: 0.9;
}
.hotloc-item .book-btn {
  position: absolute;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  color: #fff;
  padding: 0.45rem 0.95rem;
  border-radius: 9999px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.hotloc-item:not(.active) {
  flex: 0.9;
}
.hotloc-item:not(.active) .content {
  left: auto;
  right: 12px;
  bottom: 12px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.hotloc-item:not(.active) .title {
  font-size: 1rem;
}
.hotloc-item.active {
  flex: 3.2;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.hotloc-item.active .book-btn {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 991.98px) {
  .hotloc-item {
    height: 280px;
  }
  .hotloc-list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap;
  }
  .hotloc-list::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1024.98px) {
  .hotloc-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: visible;
    padding-bottom: 0;
  }
  .hotloc-item {
    width: 100%;
    min-width: 0;
    flex: none;
    height: 140px;
  }
  .hotloc-item.active {
    height: 240px;
    flex: none !important;
  }
  .hotloc-item:not(.active) {
    flex: none;
  }
  .hotloc-item:not(.active) .content {
    left: 18px;
    right: auto;
    bottom: 18px;
    writing-mode: initial;
    text-orientation: initial;
  }

  .category-slider .container,
  .category-slider .category-tabs {
    padding: 0;
  }
}
.simple-footer {
  background: #f7f8fb;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.simple-footer .sf-main {
  padding-top: 26px;
}
.simple-footer .sf-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.simple-footer .sf-links li {
  margin: 0.45rem 0;
}
.simple-footer .sf-links a {
  color: #111;
  text-decoration: none;
}
.simple-footer .sf-links a:hover {
  color: var(--primary);
}
.simple-footer .sf-social {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #111;
}
.simple-footer .sf-credits {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 18px;
}
.hero-search-wrap {
  backdrop-filter: saturate(130%) blur(6px);
}
.hero-search {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.35);
  padding: 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.hero-search.single {
  background: transparent;
  border: none;
  padding: 0;
}
.hero-search.single .hs-single {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border: 2px solid var(--primary);
  border-radius: 9999px;
  padding: 0.35rem 0.35rem 0.35rem 0.75rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}
.hero-search.single .hs-single i {
  color: #111;
  font-size: 1.1rem;
}
.hero-search.single .hs-single .form-control {
  border: none;
  box-shadow: none;
  padding: 0.65rem 0.5rem;
}
.hero-search.single .hs-single .form-control::placeholder {
  color: #9aa3ac;
}
.hero-search.single .hs-single .btn {
  border-radius: 9999px;
  padding: 0.65rem 1.1rem;
  background: var(--primary);
  border: none;
}
.hero-search .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(229, 57, 53, 0.2);
}

@media (min-width: 768px) {
  .hero-search {
    grid-template-columns: 1.2fr 1fr 1fr auto;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 14px;
  }
  .hero-search.single {
    grid-template-columns: 1fr;
    padding: 0;
  }
}

/* mobile spacing fixes for hero */
@media (max-width: 575.98px) {
  #video-area {
    padding-top: calc(var(--header-height) + 8px);
  }
  #video-area .carousel-caption {
    padding-top: 0.25rem;
  }
  .promo-text {
    padding-bottom: 116px;
  } /* leave space for bottom category tabs */
  .hero-search {
    gap: 0.6rem;
    padding: 0.7rem;
    border-radius: 12px;
  }
  .hero-search-wrap {
    margin-top: 0.5rem;
  }
  /* more breathing room and readability */
  #video-area {
    min-height: 78vh;
  }
  #video-area .hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.45) 10%,
      rgba(0, 0, 0, 0.65) 60%,
      rgba(0, 0, 0, 0.75) 100%
    );
  }
  .hero-search .form-control{
    height: 44px;
    font-size: 16px;
  }
}

.toursSwiper .swiper-button-prev,
.toursSwiper .swiper-button-next,
.popularSwiper .swiper-button-prev,
.popularSwiper .swiper-button-next,
.testimonialsSwiper .swiper-button-prev,
.testimonialsSwiper .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  opacity: 0.95;
}
.toursSwiper .swiper-button-prev:after,
.toursSwiper .swiper-button-next:after,
.popularSwiper .swiper-button-prev:after,
.popularSwiper .swiper-button-next:after,
.testimonialsSwiper .swiper-button-prev:after,
.testimonialsSwiper .swiper-button-next:after {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .toursSwiper .swiper-button-prev,
  .toursSwiper .swiper-button-next,
  .popularSwiper .swiper-button-prev,
  .popularSwiper .swiper-button-next,
  .testimonialsSwiper .swiper-button-prev,
  .testimonialsSwiper .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}

/* Why Choose (static grid) */
.why-section .why-head .overline {
  letter-spacing: 0.08em;
}
.why-section .why-head h2 {
  line-height: 1.15;
}
.why-section .why-head p {
  max-width: 720px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.why-section .why-grid-fixed {
  margin-top: 1.25rem;
}
.why-section {
  position: relative;
}
.why-grid-fixed .why-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.why-grid-fixed .why-card .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(229, 57, 53, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  flex: 0 0 auto;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
}
.why-grid-fixed .why-card .icon i {
  font-size: 22px;
}
.why-grid-fixed .why-card .text {
  padding-top: 4px;
}
.why-grid-fixed .why-card .title {
  font-weight: 700;
  margin: 0;
  color: #111;
}
.why-grid-fixed .why-card .desc {
  color: #6b7280;
  margin: 0.25rem 0 0;
}
@media (max-width: 575.98px) {
  .why-grid-fixed {
    margin-top: 1rem;
  }
  .why-grid-fixed .col-6 {
    margin-bottom: 0.75rem;
  }
}
:root {
  --header-height: 80px;
  --primary: #e53935;
  --primary-600: #d32f2f;
  --primary-700: #c62828;
  --surface: #ffffff;
  --text: #111111;
  --muted: #6c757d;
}
body {
  background: #f7f8fb;
}
#main-wrapper {
  position: relative;
  min-height: 100vh;
  /* overflow-x: hidden; */
}

.header {
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.header .navbar .nav-link {
  color: #fff;
}
.header .brand-text {
  font-weight: 800;
  letter-spacing: 0.3px;
  font-size: 1.25rem;
  color: #fff;
  transition: color 0.3s ease;
}
.header .brand-text strong {
  color: #ffefe6;
  font-weight: 900;
}
.header-transparent {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}
.header.is-sticky {
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.header.is-sticky .navbar .nav-link {
  color: #111;
}
.header.is-sticky .brand-text {
  color: #111;
}
.header.is-sticky .brand-text strong {
  color: #dc3545;
}

.header .product-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #dc3545;
  color: #fff;
  border-radius: 12px;
  font-size: 10px;
  line-height: 1;
  padding: 2px 6px;
}

.custom-toggler {
  border: none;
}
.custom-toggler .toggler-bar {
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  margin: 6px 0;
  border-radius: 2px;
  transition: background 0.3s;
}
.header.is-sticky .custom-toggler .toggler-bar {
  background: #333;
}

.glass-nav {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: saturate(180%) blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.header.is-sticky .glass-nav {
  background: #fff;
  border-color: transparent;
}

.mobile-search-wrap {
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 5;
}

#video-area {
  height: 72vh;
  min-height: 540px;
  position: relative;
}
#video-area video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}
#video-area .carousel-caption {
  z-index: 2;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0 12px;
}


.category-slider {
  z-index: 3;
}
.navbar .nav-link {
  position: relative;
}
.navbar .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}
.navbar .nav-link:hover::before,
.navbar .dropdown.show > .nav-link::before {
  transform: scaleX(1);
}
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0.5rem;
  }
}
.navbar .dropdown-menu {
  min-width: 220px;
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}
.navbar .dropdown-item {
  padding: 0.6rem 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar .dropdown-item:hover {
  background: #f8f9fb;
}
.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.35rem;
  vertical-align: 0.15em;
  content: "";
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
}
.navbar .nav-link.no-caret::after {
  display: none !important;
}

.custom-toggler {
  border: none;
}
.custom-toggler .toggler-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #111;
  border-radius: 9999px;
  margin: 0.22rem 0;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.header.header-transparent .custom-toggler .toggler-bar {
  background: #111;
}
.header.header-transparent:not(.is-sticky) .custom-toggler .toggler-bar {
  background: #fff;
}
.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}
.dropdown-item {
  padding: 0.6rem 1rem;
  border-radius: 8px;
}
.dropdown-item:hover {
  background: #f8f9fb;
}

.search-explore-wrap {
  position: relative;
  top: -20px;
}
.search-explore-wrap .secHeading-wrap {
  padding: 0 4px;
}
.search-explore-wrap .secHeading-wrap .sec-desc {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 720px;
}
@media (max-width: 575.98px) {
  .search-explore-wrap .secHeading-wrap {
    flex-direction: row;
    align-items: flex-start;
  }
}
.toursSwiper .swiper-slide {
  width: 360px;
}
.tour-card--detailed .card-img-top {
  height: 220px;
}
.tour-card--detailed .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
}
.tour-card--detailed .desc {
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tour-card--detailed .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
}
@media (max-width: 575.98px) {
  .toursSwiper .swiper-slide {
    width: 320px;
  }
  .tour-card--detailed .card-img-top {
    height: 200px;
  }
}
.tour-card .card-img-top {
  height: 240px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.tour-card {
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.tour-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}
.toursSwiper {
  padding-bottom: 12px;
}


.tour-card--detailed .desc {
  color: #6b7280;
  margin: 0 0 0.65rem 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tour-card--detailed .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
}
.tour-card--detailed .price-from {
  font-weight: 800;
}
.tour-card--detailed .meta-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6b7280;
  font-size: 0.93rem;
  margin: 0.25rem 0 0.4rem;
}
.tour-card--detailed .meta-top .left i,
.tour-card--detailed .meta-top .right i {
  color: #6c757d;
}
.tour-card--detailed .meta-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  color: #6b7280;
  font-size: 0.9rem;
}

.cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #111;
  color: #fff;
}
.cta-banner .cta-bg {
  position: absolute;
  inset: 0;
}
.cta-banner .cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65);
}
.cta-banner .cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.35) 45%,
    rgba(0, 0, 0, 0) 100%
  );
}
.cta-banner .cta-content {
  position: relative;
  z-index: 2;
  padding: 2.25rem;
}
.cta-banner h3 {
  font-weight: 800;
}
.cta-badges .badge {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.city-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.city-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, filter 0.25s ease;
}
.city-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.55) 100%
  );
}
.city-card .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 1.1rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.popularSwiper .swiper-slide {
  width: 260px;
}
@media (max-width: 767.98px) {
  .city-card img {
    height: 340px;
  }
  .popularSwiper .swiper-slide {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .city-card img {
    height: 460px;
  }
  .popularSwiper .swiper-slide {
    width: 280px;
  }
}
.city-card .content h4 {
  margin: 0;
  font-weight: 700;
}
.city-card .price {
  font-weight: 700;
}
.city-card:hover img {
  transform: scale(1.03);
  filter: brightness(0.75);
}

.to-top {
  --progress: 0;
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: conic-gradient(#000 calc(var(--progress) * 1%), #e5e7eb 0);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  z-index: 1060;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  border: none;
}
.to-top::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #fff;
  border-radius: 50%;
}
.to-top i {
  position: relative;
  z-index: 2;
}
.to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.object-cover {
  object-fit: cover;
}
.split-cta .split-wrap {
  background: #fff;
}
.split-cta .split-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.55) 80%
  );
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.split-cta .split-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 1.5rem 1.75rem;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.split-cta .split-wrap video {
  width: 100%;
  height: clamp(220px, 45vw, 520px);
  object-fit: cover;
  display: block;
}
.split-cta .split-wrap.playing .split-overlay,
.split-cta .split-wrap.playing .split-text {
  opacity: 0;
  visibility: hidden;
}
.split-cta .split-text .play-btn {
  margin-top: 0.75rem;
  border: none;
  border-radius: 9999px;
  background: #fff;
  color: #111;
  padding: 0.5rem 0.9rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.split-cta .split-features {
  background: #fff;
  padding: 1.25rem;
}
.split-cta .feat-item .fi-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f6f7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  flex: 0 0 auto;
}
.split-cta .feat-item .fi-title {
  margin: 0 0 0.15rem 0;
}
.split-cta .feat-item .fi-desc {
  font-size: 0.95rem;
}
@media (min-width: 992px) {
  .split-cta .split-text {
    padding: 2rem;
  }
}
@media (max-width: 575.98px) {
  .split-cta .split-text h2 {
    font-size: 1.8rem;
  }
}

.contact-fab {
  position: fixed;
  right: 76px;
  bottom: 18px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1060;
  transition: right 0.25s ease, transform 0.25s ease;
}
.contact-fab.at-to-top {
  right: 18px;
}

.contact-actions {
  position: fixed;
  right: 76px;
  bottom: 18px;
  z-index: 1059;
  pointer-events: none;
  transition: right 0.25s ease;
}
.contact-actions.at-to-top {
  right: 18px;
}
.contact-actions .action {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: scale(0.6);
  transition: transform 0.2s ease, opacity 0.2s ease;
  text-decoration: none;
}
.contact-actions .action i {
  font-size: 18px;
}
.contact-actions .action.phone {
  right: 0;
  bottom: 60px;
}
.contact-actions .action.whatsapp {
  right: 52px;
  bottom: 36px;
  background: #25d366;
  color: #fff;
  border: none;
}
.contact-actions .action.email {
  right: 60px;
  bottom: -10px;
}
.contact-actions.show {
  pointer-events: auto;
}
.contact-actions.show .action {
  opacity: 1;
  transform: scale(1);
}

.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  display: none;
  z-index: 1055;
}
.search-overlay.show {
  display: block;
  animation: fadeIn 0.2s ease;
}
.search-overlay-form {
  display: flex;
  align-items: center;
  max-width: 720px;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 9999px;
  padding: 0.5rem 0.75rem;
}
.search-overlay-form .form-control {
  border: none;
  flex: 1;
  background: transparent;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mobile-bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: space-around;
  padding: 0.5rem 0.75rem;
  transition: transform 0.25s ease;
}
.mobile-bottom-bar.hidden {
  transform: translateY(100%);
}
.mobile-bottom-bar .btn-icon {
  background: none;
  border: none;
  font-size: 1.25rem;
  color: #333;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.btn-primary {
  --bs-btn-bg: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-bg: var(--primary-600);
  --bs-btn-hover-border-color: var(--primary-600);
  --bs-btn-active-bg: var(--primary-700);
  --bs-btn-active-border-color: var(--primary-700);
  border-radius: 9999px;
}
.btn-outline-primary {
  --bs-btn-color: var(--primary);
  --bs-btn-border-color: var(--primary);
  --bs-btn-hover-bg: var(--primary);
  --bs-btn-hover-border-color: var(--primary);
  --bs-btn-hover-color: #fff;
  border-radius: 9999px;
}


@media (max-width: 991.98px) {
  .search-area .form-control.arama {
    min-width: unset;
  }
  #video-area {
    height: 80vh;
  }
}

@media (max-width: 767.98px) {
  .navbar.glass-nav {
    margin-top: 0.5rem !important;
    border-radius: 16px;
  }
  .toursSwiper .swiper-button-next,
  .toursSwiper .swiper-button-prev {
    color: #000;
    opacity: 0.45;
  }
  .toursSwiper .swiper-button-next:hover,
  .toursSwiper .swiper-button-prev:hover{
    opacity: 0.7;
  }
  .to-top {
    bottom: 78px;
  }
  .contact-fab {
    bottom: 78px;
  }
  .contact-actions {
    bottom: 78px;
  }
}

.header.header-transparent:not(.is-sticky) .navbar .nav-link {
  color: #fff;
}
.header.header-transparent:not(.is-sticky) .navbar .nav-link i {
  color: #fff;
}
.header.header-transparent:not(.is-sticky) .navbar .dropdown-toggle::after {
  border-top-color: #fff;
}
.header.is-sticky .navbar .nav-link {
  color: #111;
}
.header.is-sticky .navbar .nav-link i {
  color: #111;
}
.header.is-sticky .navbar .dropdown-toggle::after {
  border-top-color: #111;
}

/* Inner pages: force sticky (white) header look */
.header.always-sticky {
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}
.header.always-sticky .navbar .nav-link { color:#111; }
.header.always-sticky .navbar .nav-link i { color:#111; }
.header.always-sticky .dropdown-toggle::after { border-top-color:#111; }
.header.always-sticky .glass-nav { background:#fff; border-color:transparent; }
.header.always-sticky .brand-text { color:#111; }
.header.always-sticky .brand-text strong { color:#dc3545; }

/* Inner pages: non-sticky but white header */
.header.no-sticky { background:#fff; box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.header.no-sticky .navbar .nav-link { color:#111; }
.header.no-sticky .navbar .nav-link i { color:#111; }
.header.no-sticky .dropdown-toggle::after { border-top-color:#111; }
.header.no-sticky .glass-nav { background:#fff; border-color:transparent; }
.header.no-sticky .brand-text { color:#111; }
.header.no-sticky .brand-text strong { color:#dc3545; }

.why-section {
  background: #f7f8fb;
}




.about-section .exp-badge {
  position: absolute;
}
.about-section .exp-badge .badge-inner {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 0.6rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.about-section .exp-badge .badge-inner strong {
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  color: var(--primary);
}
.about-section .exp-badge .badge-inner span {
  font-size: 12px;
  color: #6b7280;
  margin-top: 2px;
}
.about-section .exp-badge .pulse-ring {
  position: absolute;
  inset: -8px;
  border-radius: 14px;
  background: rgba(229, 57, 53, 0.35);
  filter: blur(0);
  animation: pulse 1.4s ease-out infinite;
  z-index: 1;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  70% {
    transform: scale(1.12);
    opacity: 0.25;
  }
  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

.text-primary {
  color: var(--primary) !important;
}

.cta-banner {
  position: relative;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .cta-banner {
    padding-bottom: 0;
  }
}

.category-tabs {
  z-index: 20;
  pointer-events: auto;
  left: 0;
  right: 0;
  padding: 0 15px;
}
.category-tabs .cat-list {
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
}
.category-tabs .cat-tab {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  background: transparent;
  color: #fff;
  padding: 0.55rem 1rem;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
.category-tabs .cat-tab i {
  color: #fff;
}
.category-tabs .cat-tab.active {
  background: #f7f8fb;
  color: #0e2a38;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  text-shadow: none;
}
.category-tabs .cat-tab.active i {
  color: #0e2a38;
}
.category-tabs .cat-list::-webkit-scrollbar {
  display: none;
}
.category-tabs .cat-list {
  scrollbar-width: none;
}

.category-tabs .cat-tab {
  font-size: 22px !important;
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

@media (max-width: 575.98px) {
  .category-tabs {
    position: static !important;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 6px 12px 0 12px;
    margin: 0 auto;
    touch-action: pan-x;
  }
  .category-tabs::-webkit-scrollbar {
    display: none;
  }
  .category-tabs .cat-tab {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

.video-section .video-wrap video {
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

/* Tour detail galleries (duplicated also in tour-detail.css) */
#mobile-tour-gallery .swiper { --swiper-pagination-bullet-inactive-color:#d1d5db; --swiper-pagination-color: var(--primary); }
#mobile-tour-gallery .swiper-slide img { display:block; width:100%; height:440px; object-fit:cover; border-radius:14px; }

#desktop-tour-gallery .td-grid{ display:grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 240px 240px; gap:12px; }
#desktop-tour-gallery .td-item{ position:relative; overflow:hidden; border-radius:16px; }
#desktop-tour-gallery .td-item img{ width:100%; height:100%; object-fit:cover; display:block; }
#desktop-tour-gallery .td-item--big-left{ grid-column:1/2; grid-row:1/3; }
#desktop-tour-gallery .td-item--r1c1{ grid-column:2/3; grid-row:1/2; }
#desktop-tour-gallery .td-item--r1c2{ grid-column:3/4; grid-row:1/2; }
#desktop-tour-gallery .td-item--r2c1{ grid-column:2/3; grid-row:2/3; }
#desktop-tour-gallery .td-item--r2c2{ grid-column:3/4; grid-row:2/3; }
#desktop-tour-gallery .td-more{ position:absolute; right:12px; bottom:12px; }
@media (min-width:1400px){ #desktop-tour-gallery .td-grid{ grid-template-rows: 280px 280px; } }

/* Tour head (duplicated, also in tour-detail.css) */
#tour-head .tour-title{ font-size: clamp(1.6rem, 2.5vw, 2.4rem); font-weight: 800; color:#0b2a4a; letter-spacing:-.2px; }
#tour-head .meta-bar{ display:flex; align-items:center; gap:0; border:1px solid #e9ecef; background:#fff; box-shadow:0 8px 24px rgba(0,0,0,.04); padding:10px; }
#tour-head .meta-item{ flex:1 1 0; padding:10px 14px; text-align:center; color:#344054; border-right:1px dashed #e5e7eb; white-space:nowrap; }
#tour-head .meta-item:last-child{ border-right:none; }
#tour-head .meta-item i{ color:#111; opacity:.8; }
@media (max-width: 767.98px){
  #tour-head .meta-bar{ flex-wrap:wrap; border-radius:14px; }
  #tour-head .meta-item{ flex:1 1 50%; border-right:none; border-bottom:1px dashed #e5e7eb; }
  #tour-head .meta-item:nth-child(odd){ border-right:1px dashed transparent; }
  #tour-head .meta-item:nth-last-child(-n+2){ border-bottom:none; }
}
.features-lord .feat-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 118px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #0f2d3a, #123e52);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.35s ease, background 0.35s ease;
}
.features-lord .feat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    120% 80% at 80% 50%,
    rgba(0, 0, 0, 0.22) 0%,
    rgba(0, 0, 0, 0.12) 40%,
    rgba(0, 0, 0, 0) 70%
  );
}
.features-lord .feat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}
.features-lord .feat-card .icon-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}
.features-lord .feat-card .icon-wrap::before {
  content: "";
  position: absolute;
  inset: -6px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 14px;
  z-index: -1;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.features-lord .feat-card .title {
  position: relative;
  z-index: 1;
  margin-left: 8px;
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: 0.2px;
  color: #fff;
  display: inline-block;
  background: rgba(0, 0, 0, 0.35);
  padding: 0.35rem 0.6rem;
  border-radius: 9999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}
.features-lord .feat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
  background: linear-gradient(135deg, #123e52, #15526e);
}
@media (max-width: 575.98px) {
  .features-lord .feat-card {
    height: 104px;
  }
}
@media (max-width: 575.98px) {
  .features-lord .feat-card {
    height: 104px;
  }
}

.testimonials-section .t-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
  padding: 16px;
}
.testimonials-section .t-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.testimonials-section .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials-section .name {
  font-weight: 700;
}
.testimonials-section .stars {
  color: #f6b10a;
}
.testimonials-section .quote {
  color: #6b7280;
  margin: 0;
}
.testimonialsSwiper .swiper-slide {
  height: auto;
}
.testimonialsSwiper .swiper-button-prev,
.testimonialsSwiper .swiper-button-next {
  color: #111;
}
.testimonialsSwiper .swiper-pagination {
  display: none;
}

.blog-section .blog-title-link {
  color: #111;
  text-decoration: none;
}
.blog-section .blog-title-link:hover {
  color: var(--primary);
}
.blog-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}
.blog-card .thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
@media (min-width: 1200px) {
  .blog-card .thumb img {
    height: 280px;
  }
}
.blog-card .content {
  padding: 14px 16px;
}
.blog-card .content .title {
  font-size: 1.05rem;
  margin: 0 0 0.4rem;
}
.blog-card .content .title a {
  color: #111;
  text-decoration: none;
}
.blog-card .content .title a:hover {
  color: var(--primary);
}
.blog-card .content .excerpt {
  color: #6b7280;
  margin: 0;
}
.blog-card .meta .chip {
  display: inline-block;
  background: #eef7ff;
  color: #0b61bf;
  border: 1px solid #cfe6ff;
  border-radius: 9999px;
  padding: 0.15rem 0.5rem;
  font-size: 0.75rem;
}
.blog-card .card-footer {
  padding: 0 16px 16px;
}

.preloader {
  position: fixed;
  inset: 0;
  background: #0e2a38;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader.hide {
  opacity: 0;
  visibility: hidden;
}
.preloader .brand {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-top: 12px;
}
.preloader .ring {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.modal .nav-tabs {
  gap: 0.5rem;
  background: #f6f7fb;
  border-radius: 9999px;
  padding: 0.35rem 0.35rem;
}
.modal .nav-tabs .nav-link {
  border: none;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  color: #555;
}
.modal .nav-tabs .nav-link.active {
  background: #fff;
  color: #111;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
.modal .modal-body {
  padding-top: 1rem;
}

/* Newsletter */
.newsletter .news-wrap {
  background: #0e2a38;
  color: #cfe3ec;
}
.newsletter .title {
  color: #fff;
  font-weight: 800;
}
.newsletter .desc {
  opacity: 0.9;
}
.newsletter .news-form .form-control {
  border-radius: 9999px;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #fff;
  color: #111;
}
.newsletter .news-form .btn {
  border-radius: 9999px;
  padding: 0.9rem 1.5rem;
}

.lang-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  transition: all 0.2s;
}
.lang-item:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
.lang-item.active {
  background: #eef7ff;
  border-color: #cfe6ff;
}

.bg-none {
  background-color: #f7f8fb !important;
  border-radius: 10px;
}


.is-sticky .navbar {
    margin-top: 0 !important;
}