/* =============================================================================
   Takeoff Asia — Modern Frontend UI
   Professional marketplace redesign layered over the base theme
   ============================================================================= */

:root {
  --ns-ink: #0a1324;
  --ns-ink-soft: #1a2438;
  --ns-muted: #64748b;
  --ns-line: rgba(15, 23, 42, 0.07);
  --ns-surface: #f7f6f3;
  --ns-surface-2: #ffffff;
  /* Logo brand colors */
  --ns-yellow: #F5C400;
  --ns-yellow-dark: #D4A800;
  --ns-yellow-soft: rgba(245, 196, 0, 0.14);
  --ns-red: #E31C23;
  --ns-red-dark: #B8141A;
  --ns-red-soft: rgba(227, 28, 35, 0.1);
  --ns-teal: var(--ns-yellow);
  --ns-teal-dark: var(--ns-yellow-dark);
  --ns-gold: var(--ns-yellow);
  --ns-accent: var(--primary-color, var(--ns-red));
  --ns-radius: 12px;
  --ns-radius-sm: 8px;
  --ns-radius-lg: 18px;
  --ns-shadow: 0 20px 48px -32px rgba(10, 19, 36, 0.4);
  --ns-shadow-soft: 0 8px 24px -16px rgba(10, 19, 36, 0.22);
  --ns-font-display: "Outfit", "Segoe UI", sans-serif;
  --ns-font-body: "Manrope", "Segoe UI", sans-serif;
  --ns-header-h: 76px;
  --ns-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---- Base ---- */
html {
  scroll-behavior: smooth;
}

body,
body.Poppins,
body.Encode_Sans,
body.Sora {
  font-family: var(--ns-font-body) !important;
  color: var(--ns-ink-soft);
  background:
    radial-gradient(1000px 420px at 8% -8%, var(--ns-yellow-soft), transparent 60%),
    radial-gradient(900px 380px at 100% 0%, var(--ns-red-soft), transparent 55%),
    #f7f6f3;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.home-page {
  padding-top: 0;
}

/* Hide empty icon-font fallbacks that can render as stray letters */
header a.open_close span,
#header_menu a.open_close span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6,
.main_title h2,
.hero_single h1,
.page_header h1,
.plan-title h3 {
  font-family: var(--ns-font-display) !important;
  letter-spacing: -0.02em;
  color: var(--ns-ink);
  font-weight: 650;
}

a {
  transition: color 0.25s var(--ns-ease);
}

main {
  min-height: 50vh;
}

/* ---- Buttons ---- */
.btn_1,
a.btn_1,
input[type="submit"].btn_1,
.btn_1.full-width,
.search_bar_list input[type="submit"] {
  background: var(--ns-accent) !important;
  border: none !important;
  border-radius: 999px !important;
  font-family: var(--ns-font-body) !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  padding: 12px 26px !important;
  box-shadow: 0 12px 28px -14px color-mix(in srgb, var(--ns-accent) 70%, transparent);
  transition: transform 0.25s var(--ns-ease), box-shadow 0.25s var(--ns-ease), background 0.25s var(--ns-ease) !important;
}

.btn_1:hover,
a.btn_1:hover,
input[type="submit"].btn_1:hover,
.search_bar_list input[type="submit"]:hover {
  background: color-mix(in srgb, var(--ns-accent) 88%, #000) !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -14px color-mix(in srgb, var(--ns-accent) 80%, transparent);
}

.btn_2,
a.btn_2 {
  border-radius: 999px !important;
  border: 1px solid var(--ns-line) !important;
  background: #fff !important;
  color: var(--ns-ink) !important;
  font-weight: 650 !important;
}

.btn_hero {
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid transparent !important;
  color: var(--ns-ink) !important;
  font-weight: 650 !important;
  box-shadow: 0 10px 24px -12px rgba(0, 0, 0, 0.45);
}

/* ---- Header / Nav ---- */
header.header,
header.header_in {
  height: auto !important;
  min-height: var(--ns-header-h);
  padding: 14px 0;
  transition: background 0.35s var(--ns-ease), box-shadow 0.35s var(--ns-ease), backdrop-filter 0.35s var(--ns-ease);
}

header.header {
  background: transparent;
  border-bottom: 0;
}

header.header.sticky,
header.header.is_sticky,
header.header_in,
header.header_in.sticky,
header.header_in.is_sticky,
body.inner-page header.header_in.is_sticky,
body.inner-page header.header_in.sticky {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid var(--ns-line) !important;
  box-shadow: 0 10px 30px -24px rgba(11, 18, 32, 0.35);
  z-index: 99999;
}

header #logo img,
header .logo_normal,
header .logo_sticky,
#header_menu img {
  width: auto !important;
  max-width: 148px !important;
  max-height: 44px;
  height: auto !important;
  object-fit: contain;
}

header .main-menu > ul > li > a {
  font-family: var(--ns-font-body) !important;
  font-weight: 650 !important;
  font-size: 0.92rem !important;
  letter-spacing: 0.01em;
  position: relative;
}

header.header .main-menu > ul > li > a {
  color: rgba(255, 255, 255, 0.92) !important;
}

header.header.sticky .main-menu > ul > li > a,
header.header.is_sticky .main-menu > ul > li > a,
header.header_in .main-menu > ul > li > a {
  color: var(--ns-ink) !important;
}

header .main-menu > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 2px;
  background: var(--ns-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s var(--ns-ease);
}

header .main-menu > ul > li > a:hover::after {
  transform: scaleX(1);
}

header ul#top_menu li a.login {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

header.header_in ul#top_menu li a.login,
header.header.sticky ul#top_menu li a.login,
header.header.is_sticky ul#top_menu li a.login {
  background: var(--ns-surface);
  border-color: var(--ns-line);
}

header.header_in ul#top_menu li a.login:before,
header.header_in ul#top_menu li a.wishlist_bt_top:before,
header.header_in a.open_close,
header.header.sticky a.open_close,
header.header.is_sticky a.open_close {
  color: var(--ns-ink) !important;
}

.ns-nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
  padding: 9px 16px !important;
  border-radius: 999px !important;
  background: var(--ns-accent) !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 24px -12px color-mix(in srgb, var(--ns-accent) 75%, transparent);
}

.ns-nav-cta::after {
  display: none !important;
}

header.header:not(.sticky):not(.is_sticky) .ns-nav-cta {
  background: #fff !important;
  color: var(--ns-ink) !important;
}

/* Sign-in icon beside Add your business */
header .main-menu > ul > li.ns-nav-login {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
}

header .main-menu > ul > li.ns-nav-login > a.login {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  top: 0 !important;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  margin: 0 !important;
  padding: 0 !important;
}

header .main-menu > ul > li.ns-nav-login > a.login::after {
  display: none !important;
}

header .main-menu > ul > li.ns-nav-login > a.login:before {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  content: "\f007" !important;
  font-size: 1rem !important;
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  color: inherit;
}

header.header .main-menu > ul > li.ns-nav-login > a.login {
  color: #fff;
}

header.header.sticky .main-menu > ul > li.ns-nav-login > a.login,
header.header.is_sticky .main-menu > ul > li.ns-nav-login > a.login,
header.header_in .main-menu > ul > li.ns-nav-login > a.login {
  background: var(--ns-surface);
  border-color: var(--ns-line);
  color: var(--ns-ink);
}

/* Hide desktop duplicate; keep mobile top_menu only on small screens */
@media (min-width: 992px) {
  header ul#top_menu.ns-top-menu-mobile {
    display: none !important;
  }
}

/* ---- Home Hero ---- */
.hero_single.version_2 {
  min-height: 92vh;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
}

.hero_single.version_2::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 19, 36, 0.55) 0%, rgba(10, 19, 36, 0.35) 42%, rgba(10, 19, 36, 0.72) 100%);
  z-index: 1;
  animation: nsHeroWash 12s ease-in-out infinite alternate;
}

.hero_single.version_2 .opacity-mask {
  background: transparent !important;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 132px 0 100px;
}

.hero_single .ns-brand {
  display: block;
  font-family: var(--ns-font-display);
  font-size: clamp(2.6rem, 6.2vw, 4.6rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  color: #fff;
  line-height: 1.02;
  margin: 0 0 14px;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  animation: nsRise 0.9s var(--ns-ease) both;
}

.hero_single h1 {
  font-size: clamp(1.05rem, 2.1vw, 1.35rem) !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  max-width: 40ch;
  margin: 0 auto 34px !important;
  letter-spacing: 0.01em;
  line-height: 1.45 !important;
  animation: nsRise 0.9s 0.08s var(--ns-ease) both;
}

.hero_single p {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 1.05rem !important;
  margin-bottom: 28px !important;
  animation: nsRise 0.9s 0.16s var(--ns-ease) both;
}

form.search_box_container {
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  padding: 6px !important;
  border-radius: 14px !important;
  box-shadow:
    0 8px 32px -12px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  animation: nsRise 0.9s 0.24s var(--ns-ease) both;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

/* Neutralize old theme white search shell that causes overflow */
form.search_box_container .custom-search-input {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
  border-radius: 0 !important;
  overflow: visible;
}

.custom-search-input.row {
  align-items: stretch;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.custom-search-input > [class*="col-"] {
  padding: 2px !important;
  box-sizing: border-box;
}

.custom-search-input .form-group {
  margin: 0 !important;
  position: relative;
  height: 100%;
}

.custom-search-input input.form-control,
.custom-search-input input[type="text"],
.custom-search-input input[type="search"] {
  height: 38px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  font-family: var(--ns-font-body) !important;
  font-size: 0.82rem !important;
  padding: 8px 36px 8px 12px !important;
  color: #fff !important;
  width: 100% !important;
  max-width: 100% !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.custom-search-input input.form-control::placeholder,
.custom-search-input input[type="text"]::placeholder,
.custom-search-input input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.62) !important;
  opacity: 1;
}

.custom-search-input input.form-control:focus,
.custom-search-input input[type="text"]:focus,
.custom-search-input input[type="search"]:focus {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12) !important;
}

.custom-search-input input[type="submit"] {
  height: 38px !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 10px !important;
  font-weight: 650 !important;
  font-size: 0.82rem !important;
  margin: 0 !important;
  padding: 0 12px !important;
  box-shadow: none !important;
}

.custom-search-input input[type="submit"]:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* Keep adornment icons inside the field */
.custom-search-input i,
.custom-search-input .custom-loc-popup-open {
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  z-index: 3;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.85rem !important;
  pointer-events: none;
}

.custom-search-input .custom-loc-popup-open {
  pointer-events: auto;
  cursor: pointer;
}

.custom-search-input .custom-loc-popup-open:hover {
  color: #fff !important;
}

form.search_box_container .search-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 8px 0 2px !important;
}

form.search_box_container .search-checkbox .btn {
  margin: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 600 !important;
  font-size: 0.75rem !important;
  padding: 5px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

form.search_box_container .search-checkbox .btn.active,
form.search_box_container .search-checkbox .btn:hover {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #0a1324 !important;
  border-color: transparent !important;
}

@media (min-width: 992px) {
  .custom-search-input.row {
    flex-wrap: nowrap;
  }

  .custom-search-input .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .custom-search-input .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .custom-search-input .col-lg-2 { flex: 0 0 16.666%; max-width: 16.666%; }
}

@media (max-width: 991px) {
  .custom-search-input.row {
    flex-direction: column;
  }

  .custom-search-input > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .custom-search-input input[type="submit"] {
    margin-top: 4px !important;
  }
}

/* ---- Sections ---- */
.bg_gray {
  background:
    linear-gradient(180deg, rgba(245, 196, 0, 0.06), rgba(247, 246, 243, 0.95) 40%, #eef0f4) !important;
}

.main_title {
  margin-bottom: 36px !important;
  position: relative;
}

.main_title span em {
  background: linear-gradient(90deg, var(--ns-red), var(--ns-yellow)) !important;
  height: 3px !important;
  width: 40px !important;
  border-radius: 99px;
}

.main_title h2 {
  font-size: clamp(1.55rem, 2.4vw, 2rem) !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.03em;
  font-weight: 700 !important;
}

.main_title p {
  color: var(--ns-muted) !important;
  font-size: 0.98rem !important;
  max-width: 42ch;
}

.main_title.center p {
  margin-left: auto;
  margin-right: auto;
}

.main_title a {
  color: var(--ns-ink) !important;
  font-weight: 700 !important;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid rgba(15, 23, 42, 0.18);
  padding-bottom: 2px;
}

.main_title a:hover {
  color: var(--ns-accent) !important;
  border-bottom-color: var(--ns-accent);
}

.margin_60_40 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.margin_60_35,
.margin_30_40 {
  padding-top: 56px !important;
  padding-bottom: 64px !important;
}

/* ---- Category tiles ---- */
.owl-theme.categories_carousel {
  margin-top: 8px !important;
  padding: 8px 4px 20px;
}

.owl-theme.categories_carousel .item a,
.owl-theme.categories_carousel .item a.ns-cat-card {
  background: #fff !important;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 18px !important;
  padding: 28px 18px 22px !important;
  box-shadow: 0 10px 28px -22px rgba(10, 19, 36, 0.35);
  transition:
    transform 0.45s var(--ns-ease),
    box-shadow 0.45s var(--ns-ease),
    border-color 0.45s var(--ns-ease) !important;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  min-height: 196px;
  animation: nsCatIn 0.7s var(--ns-ease) both;
}

.owl-theme.categories_carousel .owl-item:nth-child(1) .ns-cat-card { animation-delay: 0.04s; }
.owl-theme.categories_carousel .owl-item:nth-child(2) .ns-cat-card { animation-delay: 0.1s; }
.owl-theme.categories_carousel .owl-item:nth-child(3) .ns-cat-card { animation-delay: 0.16s; }
.owl-theme.categories_carousel .owl-item:nth-child(4) .ns-cat-card { animation-delay: 0.22s; }
.owl-theme.categories_carousel .owl-item:nth-child(5) .ns-cat-card { animation-delay: 0.28s; }
.owl-theme.categories_carousel .owl-item:nth-child(6) .ns-cat-card { animation-delay: 0.34s; }
.owl-theme.categories_carousel .owl-item:nth-child(7) .ns-cat-card { animation-delay: 0.4s; }
.owl-theme.categories_carousel .owl-item:nth-child(8) .ns-cat-card { animation-delay: 0.46s; }

.owl-theme.categories_carousel .item a.ns-cat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 80% at 50% -20%, rgba(245, 196, 0, 0.16), transparent 55%);
  opacity: 0;
  transition: opacity 0.45s var(--ns-ease);
  pointer-events: none;
}

.owl-theme.categories_carousel .item a.ns-cat-red::before {
  background: radial-gradient(120% 80% at 50% -20%, rgba(227, 28, 35, 0.14), transparent 55%);
}

.owl-theme.categories_carousel .item a.ns-cat-card:hover {
  transform: translateY(-10px) scale(1.015);
  box-shadow: 0 28px 48px -28px rgba(10, 19, 36, 0.42);
  border-color: rgba(245, 196, 0, 0.5);
}

.owl-theme.categories_carousel .item a.ns-cat-red:hover {
  border-color: rgba(227, 28, 35, 0.35);
}

.owl-theme.categories_carousel .item a.ns-cat-card:hover::before {
  opacity: 1;
}

.owl-theme.categories_carousel .item a .ns-cat-count,
.owl-theme.categories_carousel .item a span.ns-cat-count {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  left: auto !important;
  background: var(--ns-ink) !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  min-width: 30px;
  height: 26px !important;
  line-height: 26px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 11px !important;
  padding: 0 8px !important;
  z-index: 2;
  box-shadow: 0 8px 16px -10px rgba(10, 19, 36, 0.55);
}

.owl-theme.categories_carousel .item a .ns-cat-icon {
  width: 78px;
  height: 78px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 0;
  position: relative;
  z-index: 1;
  background: linear-gradient(145deg, var(--ns-yellow) 0%, #ffe066 100%);
  color: #0a1324;
  box-shadow:
    0 16px 28px -16px rgba(245, 196, 0, 0.75),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: transform 0.5s var(--ns-ease), box-shadow 0.5s var(--ns-ease);
}

.owl-theme.categories_carousel .item a.ns-cat-red .ns-cat-icon {
  background: linear-gradient(145deg, var(--ns-red) 0%, #ff4d53 100%);
  color: #fff;
  box-shadow:
    0 16px 28px -16px rgba(227, 28, 35, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.owl-theme.categories_carousel .item a .ns-cat-icon::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 26px;
  border: 1px solid rgba(245, 196, 0, 0.35);
  opacity: 0;
  transform: scale(0.86);
  transition: opacity 0.45s var(--ns-ease), transform 0.45s var(--ns-ease);
}

.owl-theme.categories_carousel .item a.ns-cat-red .ns-cat-icon::after {
  border-color: rgba(227, 28, 35, 0.35);
}

.owl-theme.categories_carousel .item a:hover .ns-cat-icon {
  transform: translateY(-4px) rotate(-4deg) scale(1.08);
}

.owl-theme.categories_carousel .item a:hover .ns-cat-icon::after {
  opacity: 1;
  transform: scale(1);
}

.owl-theme.categories_carousel .item a .ns-cat-icon i {
  font-size: 1.7rem !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: 1 !important;
  display: block !important;
  transition: transform 0.45s var(--ns-ease);
}

.owl-theme.categories_carousel .item a:hover .ns-cat-icon i {
  transform: scale(1.08);
}

.owl-theme.categories_carousel .item a h3 {
  font-size: 1rem !important;
  margin: 16px 0 0 !important;
  font-weight: 750 !important;
  letter-spacing: -0.02em;
  color: var(--ns-ink) !important;
  position: relative;
  z-index: 1;
}

.owl-theme.categories_carousel .item a .ns-cat-explore {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  color: var(--ns-muted) !important;
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  border-radius: 0 !important;
  line-height: 1.2 !important;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s var(--ns-ease), transform 0.35s var(--ns-ease), color 0.35s var(--ns-ease);
}

.owl-theme.categories_carousel .item a .ns-cat-explore i {
  font-size: 0.7rem !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: none !important;
  box-shadow: none !important;
  transition: transform 0.35s var(--ns-ease);
}

.owl-theme.categories_carousel .item a:hover .ns-cat-explore {
  opacity: 1;
  transform: translateY(0);
  color: var(--ns-red) !important;
}

.owl-theme.categories_carousel .item a.ns-cat-yellow:hover .ns-cat-explore {
  color: #8a6d00 !important;
}

.owl-theme.categories_carousel .item a:hover .ns-cat-explore i {
  transform: translateX(3px);
}

@keyframes nsCatIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .owl-theme.categories_carousel .item a.ns-cat-card,
  .owl-theme.categories_carousel .item a .ns-cat-icon,
  .owl-theme.categories_carousel .item a .ns-cat-explore {
    animation: none !important;
    transition: none !important;
  }
}

/* legacy icon override */
.owl-theme.categories_carousel .item a i.icon {
  display: none !important;
}

/* ---- Store / event strips ---- */
.strip {
  background: #fff !important;
  border: 1px solid var(--ns-line);
  border-radius: var(--ns-radius) !important;
  overflow: hidden;
  box-shadow: none;
  transition: transform 0.35s var(--ns-ease), box-shadow 0.35s var(--ns-ease), border-color 0.35s var(--ns-ease);
}

.strip:hover {
  transform: translateY(-5px);
  box-shadow: var(--ns-shadow);
  border-color: rgba(227, 28, 35, 0.18);
}

.strip figure {
  border-radius: 0 !important;
  height: 220px !important;
  margin-bottom: 0 !important;
}

.strip figure img,
.strip figure .cover {
  transition: transform 0.7s var(--ns-ease);
}

.strip:hover figure img {
  transform: translate(-50%, -50%) scale(1.06);
}

.strip:hover figure .cover {
  transform: scale(1.06);
}

.strip figure a.strip_info {
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 38%,
    rgba(11, 18, 32, 0.35) 68%,
    rgba(11, 18, 32, 0.82) 100%
  ) !important;
  padding: 0 !important;
}

.strip figure a.strip_info > small {
  top: 14px !important;
  left: 14px !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px !important;
  padding: 6px 12px 5px !important;
  font-family: var(--ns-font-body);
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.strip figure .item_title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 28px 18px 16px !important;
  background: transparent !important;
  filter: none !important;
}

.strip figure .item_title h3 {
  font-family: var(--ns-font-display) !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  line-height: 1.25 !important;
  margin: 0 0 6px !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.strip figure .item_title small {
  font-family: var(--ns-font-body);
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  line-height: 1.35 !important;
  opacity: 0.95;
}

.strip .ribbon.off,
.list_home .ribbon.off,
.badge.discount {
  border-radius: 999px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 16px rgba(229, 55, 52, 0.28);
}

.strip > ul {
  border-top: 1px solid var(--ns-line) !important;
  padding: 14px 16px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(180deg, #fbfcfd 0%, #fff 100%);
  min-height: 58px;
}

.strip > ul li {
  display: flex !important;
  align-items: center;
  padding: 0 !important;
  float: none !important;
  font-size: inherit !important;
}

.strip > ul li:last-child {
  margin-left: auto;
  float: none !important;
  padding: 0 !important;
}

.strip .loc_open,
.strip .loc_closed {
  top: 0 !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 7px 12px !important;
  font-family: var(--ns-font-body);
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  line-height: 1 !important;
}

.strip .loc_open {
  color: #8a6d00 !important;
  background: var(--ns-yellow-soft) !important;
}

.strip .loc_closed {
  color: #be123c !important;
  background: rgba(190, 18, 60, 0.1) !important;
}

.strip .score {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.strip .score span {
  top: 0 !important;
  margin-right: 0 !important;
  font-family: var(--ns-font-body);
  font-size: 12px !important;
  font-weight: 700 !important;
  color: var(--ns-ink-soft) !important;
  line-height: 1.15 !important;
  text-align: right;
}

.strip .score span em {
  margin-top: 2px;
  font-size: 10px !important;
  font-weight: 500 !important;
  color: var(--ns-muted) !important;
  font-style: normal !important;
}

.strip .score strong {
  background: linear-gradient(145deg, var(--ns-red) 0%, var(--ns-red-dark) 100%) !important;
  color: #fff !important;
  border-radius: 10px !important;
  min-width: 44px;
  height: 36px;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-family: var(--ns-font-display) !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: 0 8px 18px -10px rgba(227, 28, 35, 0.7);
}

.strip .score strong i {
  color: var(--ns-yellow) !important;
  font-size: 11px;
}

.list_home {
  margin-bottom: 18px;
}

.list_home ul li a {
  background: #fff;
  border: 1px solid var(--ns-line);
  border-radius: var(--ns-radius);
  overflow: hidden;
  box-shadow: var(--ns-shadow-soft);
  transition: transform 0.35s var(--ns-ease), box-shadow 0.35s var(--ns-ease);
}

.list_home ul li a:hover {
  transform: translateY(-4px);
  box-shadow: var(--ns-shadow);
}

.list_home ul li a h3 {
  font-size: 1.05rem !important;
}

/* ---- Join CTA band ---- */
.join_us {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
}

.join_us::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(10, 19, 36, 0.15) 0%, rgba(10, 19, 36, 0.78) 55%, rgba(10, 19, 36, 0.88) 100%);
}

.join_us .box_1 {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  border-radius: 16px !important;
  padding: 40px 36px !important;
  color: #fff;
  box-shadow: 0 24px 48px -28px rgba(0, 0, 0, 0.5);
}

.join_us .box_1 h3 {
  color: #fff !important;
  font-size: clamp(1.55rem, 2.4vw, 2rem) !important;
  letter-spacing: -0.03em;
  margin-bottom: 12px !important;
}

.join_us .box_1 p {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 1rem !important;
  margin-bottom: 22px !important;
  max-width: 34ch;
}

/* ---- Inner page header ---- */
.page_header {
  background:
    linear-gradient(135deg, rgba(10, 19, 36, 0.97), rgba(227, 28, 35, 0.88) 70%, rgba(245, 196, 0, 0.75)) !important;
  border-bottom: 0 !important;
  padding: 34px 0 28px !important;
  margin-top: 0 !important;
  position: relative;
  overflow: hidden;
}

.page_header::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 65%);
  pointer-events: none;
}

.page_header .breadcrumbs ul li,
.page_header .breadcrumbs ul li a,
.page_header h1,
.page_header .result-title {
  color: #fff !important;
}

.page_header .breadcrumbs ul li:after {
  color: rgba(255, 255, 255, 0.55) !important;
}

.page_header h1,
.page_header .result-title {
  font-size: clamp(1.55rem, 2.4vw, 2.1rem) !important;
  margin: 4px 0 0 !important;
}

.search_bar_list {
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px !important;
  padding: 4px !important;
  backdrop-filter: blur(10px);
}

.search_bar_list .form-control {
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  height: 44px !important;
}

.search_bar_list .form-control::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.search_bar_list input[type="submit"] {
  height: 44px !important;
  border-radius: 999px !important;
  padding: 0 20px !important;
}

/* ---- Filters / sidebar ---- */
#sidebar_fixed .filter_col,
.filter_col {
  background: #fff !important;
  border: 1px solid var(--ns-line);
  border-radius: var(--ns-radius) !important;
  box-shadow: var(--ns-shadow-soft);
  padding: 8px 16px 18px !important;
}

@media (min-width: 768px) {
  #sidebar_fixed .filter_col,
  .filter_col {
    position: sticky !important;
    top: 96px !important;
    left: auto !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
    z-index: 2 !important;
  }

  a.btn_filters.filters_mobile_only,
  .filters_mobile_only,
  .listing_toolbar .filters_mobile_only,
  aside#sidebar_fixed > .filters_mobile_only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #sidebar_fixed .filter_col,
  .filter_col {
    position: fixed !important;
    top: 0 !important;
    left: -360px !important;
    width: 340px !important;
    max-width: 92vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
    overflow-y: auto;
    border-radius: 0 !important;
    transform: none !important;
  }

  #sidebar_fixed .filter_col.show,
  .filter_col.show {
    left: 0 !important;
  }
}

.listing_toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.listing_toolbar .sort_select {
  flex: 1 1 180px;
  margin: 0 !important;
  height: 46px !important;
  display: flex;
  align-items: center;
  padding: 0 36px 0 14px !important;
  border-radius: var(--ns-radius-sm) !important;
  background: #fff;
}

.listing_toolbar .sort_select select {
  height: 46px !important;
  line-height: 46px !important;
}

.listing_toolbar .btn_map,
.listing_toolbar .btn_filters:not(.filters_mobile_only),
.listing_toolbar a.btn_map {
  height: 46px !important;
  min-width: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border-radius: var(--ns-radius-sm) !important;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  a.btn_filters.filters_mobile_only,
  .listing_toolbar a.btn_filters.filters_mobile_only,
  .listing_toolbar a.open_filters.filters_mobile_only,
  aside#sidebar_fixed > a.filters_mobile_only,
  .filters_mobile_only {
    display: none !important;
  }
}

.filter_type h4 a {
  font-family: var(--ns-font-display) !important;
  font-weight: 650 !important;
  color: var(--ns-ink) !important;
}

.filter_type h4 a:after {
  content: "\f078" !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  position: static !important;
  color: #5b677a;
  transform: none !important;
}

.filter_type h4 a.opened:after {
  content: "\f077" !important;
  color: var(--ns-accent) !important;
  transform: none !important;
}

.filter_type h4 a.closed:after {
  content: "\f078" !important;
  transform: none !important;
}

.btn_map {
  border-radius: var(--ns-radius-sm) !important;
  background: var(--ns-ink) !important;
  color: #fff !important;
  font-weight: 650 !important;
}

.sort_select select {
  border-radius: var(--ns-radius-sm) !important;
  border-color: var(--ns-line) !important;
  height: 46px !important;
  font-weight: 600;
}

.container_check .checkmark {
  border-radius: 6px !important;
}

/* ---- Detail heroes ---- */
.hero_in.detail_page,
.hero_in.detail_page.ns-detail-hero {
  height: auto !important;
  display: flex !important;
  align-items: flex-end;
  background-size: cover !important;
  background-position: center !important;
}

.hero_in.detail_page .wrapper,
.hero_in.detail_page .opacity-mask {
  position: relative !important;
  width: 100%;
  padding: 110px 0 36px !important;
  background:
    linear-gradient(180deg, rgba(11, 18, 32, 0.25) 0%, rgba(11, 18, 32, 0.72) 55%, rgba(11, 18, 32, 0.9) 100%) !important;
}

.hero_in.detail_page .wrapper .main_info {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  padding: 0 !important;
  z-index: 2;
}

.hero_in.detail_page .ns-detail-hero-row {
  align-items: flex-end !important;
  row-gap: 18px;
}

.hero_in .main_info h1 {
  color: #fff !important;
  font-family: var(--ns-font-display) !important;
  font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  line-height: 1.15 !important;
  margin: 10px 0 12px !important;
}

.hero_in .main_info,
.hero_in .main_info a {
  color: rgba(255, 255, 255, 0.9) !important;
}

.hero_in .main_info .head .score {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}

.hero_in .main_info .head .score span {
  float: none !important;
  margin: 0 !important;
  color: #fff !important;
  font-weight: 700;
  line-height: 1.15;
}

.hero_in .main_info .head .score span em {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.78);
}

.hero_in .score strong {
  background: linear-gradient(145deg, var(--ns-red), var(--ns-red-dark)) !important;
  border-radius: 12px !important;
  min-width: 48px;
  height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 20px -12px rgba(227, 28, 35, 0.8);
}

.ns-detail-address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 0.95rem;
  font-weight: 500;
}

.ns-detail-address i {
  opacity: 0.85;
}

.ns-detail-address a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
  font-weight: 650;
}

.hero_in.detail_page .wrapper .buttons,
.ns-detail-actions {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
}

.hero_in.detail_page .wrapper .buttons a.btn_hero {
  background: #fff !important;
  color: var(--ns-ink) !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  box-shadow: 0 12px 28px -14px rgba(0, 0, 0, 0.5);
  transition: transform 0.25s var(--ns-ease), box-shadow 0.25s var(--ns-ease);
}

.hero_in.detail_page .wrapper .buttons a.btn_hero:hover {
  transform: translateY(-2px);
  color: var(--ns-accent) !important;
  box-shadow: 0 16px 32px -14px rgba(0, 0, 0, 0.45);
}

@media (max-width: 767px) {
  .hero_in.detail_page .wrapper,
  .hero_in.detail_page .opacity-mask {
    padding: 96px 0 28px !important;
  }

  .ns-detail-actions {
    justify-content: flex-start !important;
  }
}

/* ---- Tabs / content panels ---- */
.ns-detail-page {
  padding-top: 36px !important;
  padding-bottom: 64px !important;
}

.tabs_detail {
  margin-top: 0 !important;
}

.tabs_detail .nav-tabs {
  border: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px !important;
  padding: 0 0 4px;
}

.tabs_detail .nav-tabs .nav-item {
  margin: 0;
}

.tabs_detail .nav-tabs .nav-link {
  border: 1px solid var(--ns-line) !important;
  border-radius: 999px !important;
  padding: 11px 22px !important;
  min-height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--ns-font-body);
  font-size: 0.9rem !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  color: var(--ns-muted) !important;
  background: #fff !important;
  text-transform: none !important;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 2px rgba(11, 18, 32, 0.04);
  transition: background 0.25s var(--ns-ease), color 0.25s var(--ns-ease),
              border-color 0.25s var(--ns-ease), box-shadow 0.25s var(--ns-ease),
              transform 0.25s var(--ns-ease);
}

.tabs_detail .nav-tabs .nav-link:hover {
  color: var(--ns-ink) !important;
  border-color: rgba(15, 23, 42, 0.16) !important;
  box-shadow: 0 6px 16px -10px rgba(11, 18, 32, 0.28);
  transform: translateY(-1px);
}

.tabs_detail .nav-tabs .nav-link.active {
  background: var(--ns-ink) !important;
  color: #fff !important;
  border-color: var(--ns-ink) !important;
  box-shadow: 0 10px 22px -12px rgba(11, 18, 32, 0.55);
}

.tabs_detail .nav-tabs .nav-link.active:hover {
  color: #fff !important;
  transform: none;
}

.tabs_detail .tab-content > .card.tab-pane {
  background: #fff !important;
  border: 1px solid var(--ns-line) !important;
  border-radius: var(--ns-radius-lg) !important;
  box-shadow: var(--ns-shadow-soft);
  overflow: hidden;
}

.tabs_detail .tab-content > .card.tab-pane:not(.active) {
  display: none !important;
}

@media (max-width: 767px) {
  .tabs_detail .tab-content > .card.tab-pane {
    display: block !important;
    margin-bottom: 14px;
  }
}

.tabs_detail .card,
.box_general,
.box_booking,
.review_card {
  background: #fff !important;
  border: 1px solid var(--ns-line) !important;
  border-radius: var(--ns-radius) !important;
  box-shadow: var(--ns-shadow-soft);
}

.tabs_detail .tab-content .card .card-body,
.tabs_detail .info_content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 28px !important;
}

.box_booking .head {
  background: var(--ns-ink) !important;
  border-radius: var(--ns-radius) var(--ns-radius) 0 0 !important;
  padding: 16px 20px !important;
}

.box_booking .head h3 {
  color: #fff !important;
  margin: 0 !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
}

.info_content,
#description {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.ns-detail-section {
  margin-bottom: 28px;
}

.ns-detail-section:last-child {
  margin-bottom: 0;
}

.ns-detail-section h3 {
  font-family: var(--ns-font-display) !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  color: var(--ns-ink) !important;
  margin: 0 0 12px !important;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.ns-detail-desc {
  margin: 0;
  color: var(--ns-ink-soft);
  line-height: 1.7;
  font-size: 0.98rem;
}

.ns-detail-empty,
.ns-detail-muted {
  color: var(--ns-muted) !important;
  margin: 0 0 12px;
  font-size: 0.92rem;
}

.ns-detail-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--ns-yellow-soft);
  color: #8a6d00;
  font-size: 0.9rem;
  font-weight: 700;
}

.ns-detail-grid {
  margin-left: -10px;
  margin-right: -10px;
}

.ns-detail-grid > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.ns-detail-grid .ns-detail-section {
  width: 100%;
  height: auto;
  flex: 1;
  background: var(--ns-surface);
  border: 1px solid var(--ns-line);
  border-radius: var(--ns-radius);
  padding: 18px;
}

.ns-detail-page.margin_60_35 {
  padding-top: 28px !important;
  padding-bottom: 64px !important;
}

.rating_list table.reviews {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.rating_list table.reviews td {
  padding: 8px 10px;
  vertical-align: middle;
}

.rating_list .ns-rate-label {
  width: 48px;
  white-space: nowrap;
  color: var(--ns-ink-soft);
  font-size: 13px;
  padding-left: 4px;
}

.rating_list .ns-rate-count {
  width: 28px;
  text-align: right;
  color: var(--ns-muted);
  font-size: 12px;
  font-weight: 600;
}

.rating_list .rt-progress {
  display: block;
  height: 8px;
  background: #e8edf3;
  border-radius: 999px;
  overflow: hidden;
}

.rating_list .rt-progress small {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--ns-yellow-dark), var(--ns-yellow));
  border-radius: 999px;
}

.ns-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ns-contact-list li {
  margin: 0 0 12px;
}

.ns-contact-list li:last-child {
  margin-bottom: 0;
}

.ns-contact-list a,
.ns-contact-list > li > span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ns-ink-soft) !important;
  text-decoration: none !important;
  font-weight: 550;
  line-height: 1.4;
}

.ns-contact-list a:hover {
  color: var(--ns-accent) !important;
}

.ns-contact-list i {
  margin-top: 3px;
  color: var(--ns-muted);
}

.ns-contact-list .ns-online {
  color: #16a34a !important;
  font-size: 10px;
  margin-top: 6px;
}

.ns-detail-map .map-container {
  margin-top: 12px;
  border-radius: var(--ns-radius) !important;
  overflow: hidden;
  border: 1px solid var(--ns-line);
  height: 240px;
}

.ns-detail-map .map_contact {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.map-container,
.map_contact {
  border-radius: var(--ns-radius-sm) !important;
  overflow: hidden;
}

.ns-detail-sidebar {
  position: sticky;
  top: 96px;
  overflow: hidden;
}

.ns-detail-sidebar .main {
  padding: 22px !important;
}

.ns-detail-sidebar .form-control {
  height: 46px !important;
  border-radius: 12px !important;
  border: 1px solid var(--ns-line) !important;
  background: #fbfcfd !important;
  padding: 10px 14px !important;
}

.ns-detail-sidebar textarea.form-control {
  height: 120px !important;
  resize: vertical;
}

.ns-detail-sidebar .btn_1.full-width {
  width: 100%;
  border-radius: 999px !important;
  margin-top: 4px;
}

.ns-share-buttons {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none !important;
  margin: 18px 0 0 !important;
  padding: 16px 0 0 !important;
  border-top: 1px solid var(--ns-line);
  text-align: left !important;
}

.ns-share-buttons li {
  display: block !important;
  flex: 1 1 140px;
  margin: 0 !important;
  float: none !important;
}

.ns-share-buttons a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--ns-line) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--ns-ink-soft) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  text-decoration: none !important;
  padding: 10px 14px !important;
  line-height: 1.2 !important;
  position: relative !important;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

/* Kill booking-list checkmark pseudo on share links */
.box_booking .main .ns-share-buttons li a:before,
.ns-share-buttons a:before {
  content: none !important;
  display: none !important;
}

.ns-share-buttons a i,
.ns-share-buttons a .fab,
.ns-share-buttons a .social_facebook,
.ns-share-buttons a .social_twitter {
  font-size: 15px !important;
  line-height: 1 !important;
  width: 1em;
  text-align: center;
  display: inline-block !important;
  flex-shrink: 0;
  position: static !important;
  right: auto !important;
  top: auto !important;
}

.ns-share-buttons a span {
  display: inline-block;
}

.ns-share-buttons a.fb-share {
  color: #1877f2 !important;
  border-color: rgba(24, 119, 242, 0.28) !important;
}

.ns-share-buttons a.twitter-share {
  color: #1d9bf0 !important;
  border-color: rgba(29, 155, 240, 0.28) !important;
}

.ns-share-buttons a:hover {
  transform: translateY(-1px);
}

.ns-share-buttons a.fb-share:hover {
  background: #1877f2 !important;
  border-color: #1877f2 !important;
  color: #fff !important;
}

.ns-share-buttons a.twitter-share:hover {
  background: #1d9bf0 !important;
  border-color: #1d9bf0 !important;
  color: #fff !important;
}

.tabs_detail .card-body.reviews,
.tabs_detail .card-body.offers {
  min-height: 160px;
}

/* ---- Pricing / join page ---- */
.plan {
  background: #fff !important;
  border: 1px solid var(--ns-line) !important;
  border-radius: var(--ns-radius-lg) !important;
  box-shadow: var(--ns-shadow-soft) !important;
  padding: 28px 24px 32px !important;
  transition: transform 0.35s var(--ns-ease), box-shadow 0.35s var(--ns-ease);
}

.plan:hover {
  transform: translateY(-8px);
  box-shadow: var(--ns-shadow) !important;
}

.plan.plan-tall {
  border-color: color-mix(in srgb, var(--ns-accent) 45%, var(--ns-line)) !important;
  box-shadow: 0 24px 50px -28px color-mix(in srgb, var(--ns-accent) 55%, transparent) !important;
  position: relative;
}

.plan-price {
  font-family: var(--ns-font-display) !important;
  font-size: 2.4rem !important;
  color: var(--ns-ink) !important;
  font-weight: 750 !important;
}

.plan-features li {
  border-color: var(--ns-line) !important;
  color: var(--ns-muted) !important;
}

.box_about {
  border: 1px solid var(--ns-line);
  border-radius: var(--ns-radius-lg) !important;
  box-shadow: var(--ns-shadow-soft);
}

.box_about h2,
.box_about h3 {
  color: var(--ns-ink) !important;
  font-family: var(--ns-font-display) !important;
}

/* ---- Content / CMS / 404 ---- */
.ns-content-shell,
.ns-empty-shell {
  max-width: 920px;
  margin: 0 auto;
}

.ns-empty-shell {
  text-align: center;
  padding: 80px 20px;
  background: #fff;
  border: 1px solid var(--ns-line);
  border-radius: var(--ns-radius-lg);
  box-shadow: var(--ns-shadow-soft);
}

.ns-empty-shell h2 {
  margin-bottom: 10px;
}

.ns-empty-shell p {
  color: var(--ns-muted);
}

/* ---- Footer ---- */
footer,
footer.ns-footer {
  background: linear-gradient(180deg, #0a1324 0%, #060d18 100%) !important;
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 80px 0 0 !important;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

footer h3 {
  color: #fff !important;
  font-family: var(--ns-font-display) !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px !important;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer h3:after {
  display: none !important;
  content: none !important;
}

footer .ns-footer-h-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ns-accent, #e53734);
  font-size: 12px;
  flex: 0 0 auto;
}

footer a {
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none !important;
  transition: color .2s ease, transform .2s ease;
}

footer a:hover {
  color: #fff !important;
}

footer hr {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

footer .additional_links li span,
footer .contacts li {
  color: rgba(255, 255, 255, 0.65) !important;
}

.ns-footer-top {
  padding-bottom: 36px;
}

.ns-footer-col {
  margin-bottom: 28px;
}

.ns-footer-brand {
  font-family: var(--ns-font-display);
  font-size: 1.65rem;
  font-weight: 750;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  line-height: 1.2;
}

.ns-footer-tagline {
  color: rgba(255, 255, 255, 0.62);
  max-width: 32ch;
  margin-bottom: 22px;
  line-height: 1.55;
  font-size: 0.95rem;
}

.ns-footer-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ns-footer-social li a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff !important;
  font-size: 14px;
}

.ns-footer-social li a:hover {
  background: var(--ns-accent, #e53734) !important;
  border-color: transparent;
  transform: translateY(-2px);
  color: #fff !important;
}

footer .links ul,
footer .contacts ul,
.ns-footer-contact {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

footer .links ul li,
footer .contacts ul li,
.ns-footer-contact li {
  margin: 0 0 10px !important;
}

footer .links ul li a {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  font-size: 0.92rem;
  font-weight: 500;
}

footer .links ul li a i {
  width: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  flex: 0 0 auto;
  transition: color .2s ease;
}

footer .links ul li a:hover i {
  color: var(--ns-accent, #e53734);
}

footer .links ul li a:after {
  display: none !important;
}

.ns-footer-contact li {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7) !important;
  padding-left: 0 !important;
  position: relative;
}

.ns-footer-ico {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  width: auto;
  height: auto;
  min-width: 1.1em;
  border-radius: 0;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  flex: 0 0 auto;
  margin-top: 3px;
  position: relative;
}

footer .contacts .ns-footer-contact li i,
.ns-footer-contact li i {
  position: static !important;
  top: auto !important;
  left: auto !important;
  font-size: inherit !important;
  color: inherit !important;
  line-height: 1 !important;
}

.ns-footer-contact li a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.ns-footer-contact li a:hover {
  color: #fff !important;
}

.ns-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 24px;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ns-footer-copy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.86rem;
  margin: 0;
}

.ns-footer-copy i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
}

.ns-footer-legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.ns-footer-legal li a {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  font-size: 0.86rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.62) !important;
}

.ns-footer-legal li a i {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

.ns-footer-legal li a:hover i {
  color: var(--ns-accent, #e53734);
}

@media (max-width: 767px) {
  footer,
  footer.ns-footer {
    padding-top: 48px !important;
  }

  footer h3 {
    cursor: pointer;
    position: relative;
    padding-right: 28px !important;
  }

  footer h3:after {
    display: block !important;
    content: "\f078" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 12px !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-70%) !important;
    color: rgba(255, 255, 255, 0.55) !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
  }

  footer h3.opened:after {
    content: "\f077" !important;
  }

  .ns-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

/* ---- Sign-in modal ---- */
#sign-in-dialog {
  border-radius: var(--ns-radius-lg) !important;
  overflow: hidden;
}

.small-dialog-header {
  background: var(--ns-ink) !important;
}

.small-dialog-header h3 {
  color: #fff !important;
}

.sign-in-wrapper .form-control {
  border-radius: var(--ns-radius-sm) !important;
  height: 48px !important;
  border-color: var(--ns-line) !important;
}

/* ---- Pagination ---- */
.pagination-container .pagination li a,
.pagination > li > a {
  border-radius: 10px !important;
  border-color: var(--ns-line) !important;
  color: var(--ns-ink) !important;
  font-weight: 650;
}

.pagination > .active > a,
.pagination-container .pagination li.active a {
  background: var(--ns-accent) !important;
  border-color: var(--ns-accent) !important;
}

/* ---- Event tags ---- */
.tags-container .upcoming,
.tags-container span.upcoming {
  background: var(--ns-yellow-dark) !important;
  color: #0a1324 !important;
  border-radius: 8px !important;
}

.tags-container .started,
.tags-container span.started {
  background: var(--ns-red) !important;
  border-radius: 8px !important;
}

.tags-container .finished,
.tags-container span.finished {
  background: #9f1239 !important;
  border-radius: 8px !important;
}

.tags-container .price {
  border-radius: 8px !important;
}

.date-calender {
  border-radius: 12px !important;
  overflow: hidden;
}

/* ---- Motion ---- */
@keyframes nsRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes nsHeroWash {
  from {
    filter: saturate(1);
  }
  to {
    filter: saturate(1.15);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .hero_single.version_2 {
    min-height: 78vh;
  }

  .hero_single.version_2 .opacity-mask {
    padding: 110px 0 70px;
  }

  .custom-search-input input.form-control,
  .custom-search-input input[type="submit"] {
    margin-bottom: 8px;
  }

  .ns-nav-cta {
    margin: 12px 0 0;
  }

  .page_header {
    padding-top: 28px !important;
  }
}

@media (max-width: 575px) {
  .hero_single .ns-brand {
    font-size: 2.2rem;
  }

  form.search_box_container .search-checkbox .btn {
    width: auto;
    margin-bottom: 8px;
  }

  .info_content,
  #description {
    padding: 18px;
  }
}

/* =============================================================================
   Global layout alignment fixes
   ============================================================================= */

header.header .container,
header.header_in .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}

header #logo {
  float: none !important;
  min-height: 0 !important;
  max-height: none !important;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  z-index: 2;
}

header #logo a {
  display: inline-flex;
  align-items: center;
}

header ul#top_menu {
  float: none !important;
  margin: 0 0 0 12px !important;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}

header ul#top_menu li {
  margin: 0 !important;
}

header ul#top_menu li a.login,
header ul#top_menu li a.wishlist_bt_top {
  top: 0 !important;
  width: 42px !important;
  height: 42px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-indent: -9999px;
  overflow: hidden;
}

header a.open_close {
  top: 50% !important;
  transform: translateY(-50%);
  left: 12px !important;
}

/* Desktop: inline nav */
@media (min-width: 992px) {
  header a.open_close {
    display: none !important;
  }

  header .main-menu {
    float: none !important;
    top: 0 !important;
    position: static !important;
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: visible !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
  }

  header .main-menu > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    gap: 4px 2px;
  }

  header .main-menu > ul > li > a {
    padding: 8px 12px !important;
    white-space: nowrap;
  }

  .ns-nav-cta {
    margin-left: 8px !important;
  }

  header .main-menu > ul > li.ns-nav-login {
    margin-left: 8px;
  }
}

/* Mobile header alignment — keep off-canvas menu intact */
@media (max-width: 991px) {
  /* backdrop-filter creates a containing block that traps position:fixed
     children inside the header (~85px) — disable on mobile so the drawer works */
  header.header,
  header.header_in,
  header.header.sticky,
  header.header.is_sticky,
  header.header_in.sticky,
  header.header_in.is_sticky,
  body.inner-page header.header_in.is_sticky,
  body.inner-page header.header_in.sticky {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: visible !important;
  }

  header.header .container,
  header.header_in .container {
    justify-content: center;
    min-height: 56px;
    overflow: visible !important;
  }

  header #logo {
    width: auto;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  header ul#top_menu {
    position: absolute !important;
    top: 50% !important;
    right: 12px !important;
    transform: translateY(-50%);
    margin: 0 !important;
    z-index: 5;
  }

  header a.open_close {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    left: 6px !important;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 6 !important;
    font-size: 26px !important;
    line-height: 1;
  }

  header .main-menu {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    width: min(320px, 86vw) !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #fff !important;
    z-index: 100000 !important;
    transform: translateX(-105%) !important;
    -webkit-transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1) !important;
    transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1) !important;
    box-shadow: 8px 0 30px rgba(11, 18, 32, 0.18);
  }

  header .main-menu.show {
    transform: translateX(0) !important;
  }

  header .main-menu > ul {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0 0 40px;
  }

  header .main-menu > ul > li > a {
    color: #000 !important;
  }

  header .main-menu > ul > li > a:hover {
    color: #000 !important;
  }

  header .main-menu li,
  header .main-menu a {
    color: #000 !important;
  }

  header .main-menu > ul > li > a::after {
    display: none !important;
  }

  header .main-menu .ns-nav-cta {
    display: inline-block !important;
    margin: 16px 15px !important;
    color: #fff !important;
    background: var(--ns-accent, #e53734) !important;
    border-radius: 999px !important;
    padding: 12px 18px !important;
    text-align: center;
    font-weight: 700 !important;
  }

  #header_menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 72px;
    padding: 18px 48px !important;
    background-color: var(--ns-accent, #e53734) !important;
  }

  #header_menu a.open_close {
    position: absolute !important;
    left: 12px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 22px !important;
  }

  #header_menu img {
    max-height: 40px !important;
  }

  header .main-menu > ul > li.ns-nav-login {
    display: none !important; /* use #top_menu on mobile */
  }

  .layer {
    z-index: 99998 !important;
  }

  body.ns-menu-open {
    overflow: hidden;
  }
}

/* Hero search row alignment */
.hero_single .container {
  width: 100%;
}

.hero_single .ns-brand,
.hero_single h1,
.hero_single p {
  text-align: center;
}

/* Inner page header alignment */
.page_header .container > .row {
  align-items: center !important;
}

.page_header .breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0 0 6px;
  padding: 0;
}

.page_header .search_bar_list {
  margin-left: auto;
  max-width: 360px;
  width: 100%;
}

@media (max-width: 767px) {
  .page_header .search_bar_list {
    max-width: none;
    margin-top: 14px;
  }
}

/* Content containers */
.container.margin_60_40,
.container.margin_60_35,
.container.margin_30_40 {
  max-width: 1140px;
}

.main_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main_title.center {
  align-items: center;
  text-align: center;
}

.main_title.center span,
.main_title.center h2,
.main_title.center p {
  text-align: center;
}

.main_title > a {
  align-self: flex-end;
  margin-top: -28px;
}

.main_title.center > a {
  align-self: center;
  margin-top: 4px;
}

/* Listing / filter sidebar alignment */
#sidebar_fixed .clearfix {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

#sidebar_fixed .sort_select {
  flex: 1 1 auto;
  margin-bottom: 0 !important;
  height: 46px !important;
  display: flex;
  align-items: center;
  padding: 0 36px 0 14px !important;
  border-radius: var(--ns-radius-sm) !important;
  background: #fff;
}

#sidebar_fixed .sort_select select {
  height: 46px !important;
  line-height: 46px !important;
}

#sidebar_fixed .btn_map,
#sidebar_fixed .btn_filters,
#sidebar_fixed a.btn_map,
#sidebar_fixed a.open_filters {
  height: 46px !important;
  min-width: 46px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  border-radius: var(--ns-radius-sm) !important;
  box-sizing: border-box;
}

#sidebar_fixed .btn_map.mobile,
#sidebar_fixed a.btn_filters {
  padding: 0 12px !important;
}

.list-container,
.stores-list,
.offers-list,
.events-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.list-container > [class*="col-"],
.stores-list > [class*="col-"],
.offers-list > [class*="col-"],
.events-list > [class*="col-"],
.list-placeholder > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}

.strip {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.strip figure {
  margin: 0;
}

/* Detail page content alignment */
.hero_in .main_info .row {
  align-items: flex-end !important;
}

.box_booking .main {
  padding: 20px;
}

.review_card {
  padding: 18px;
  margin-bottom: 16px;
}

/* Pricing plans — side by side on desktop */
.plans.row,
.row.plans {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.plans .plan,
.plans .plan.col-md-4,
.row.plans > .plan {
  display: flex !important;
  flex-direction: column;
  float: none !important;
  position: relative;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 28px 24px 30px !important;
  width: calc((100% - 48px) / 3) !important;
  max-width: calc((100% - 48px) / 3) !important;
  flex: 1 1 calc((100% - 48px) / 3) !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 12px 32px -24px rgba(10, 19, 36, 0.35);
}

.plans .plan .plan-title {
  margin: -28px -24px 20px !important;
  padding: 24px 20px 16px !important;
}

.plans .plan .plan-title,
.plans .plan .plan-features,
.plans .plan .plan-price {
  width: 100%;
}

.plans .plan .btn_1,
.plans .plan .sign-up {
  margin-top: auto;
  align-self: stretch;
  text-align: center;
}

@media (max-width: 991px) {
  .plans .plan,
  .plans .plan.col-md-4,
  .row.plans > .plan {
    width: calc((100% - 24px) / 2) !important;
    max-width: calc((100% - 24px) / 2) !important;
    flex: 1 1 calc((100% - 24px) / 2) !important;
  }
}

@media (max-width: 767px) {
  .plans .plan,
  .plans .plan.col-md-4,
  .row.plans > .plan {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }
}

/* Footer columns */
footer .row {
  align-items: flex-start;
}

footer .links ul,
footer .contacts ul {
  padding-left: 0;
  margin: 0;
}

footer .links ul li,
footer .contacts ul li {
  margin-bottom: 8px;
}

/* CMS / content shell */
.ns-content-shell {
  width: 100%;
}

.ns-content-shell.box_general {
  padding: 32px !important;
}

/* Owl carousel alignment */
.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.owl-carousel .owl-item {
  display: flex;
}

.owl-carousel .owl-item .item,
.owl-carousel .owl-item .strip {
  width: 100%;
}

/* Join CTA alignment */
.join_us .container {
  position: relative;
  z-index: 1;
}

.join_us .box_1 {
  float: none !important;
  margin-left: auto;
  max-width: 420px;
}

@media (max-width: 767px) {
  .join_us .col-lg-5,
  .join_us .col-md-6 {
    float: none !important;
    width: 100%;
    max-width: none;
  }

  .join_us .box_1 {
    max-width: none;
  }
}

/* =============================================================================
   Professional polish pass — homepage cohesion
   ============================================================================= */

body.home-page header.header:not(.sticky):not(.is_sticky) a.open_close:before,
body.home-page header.header:not(.sticky):not(.is_sticky) a.open_close {
  color: #fff !important;
}

body.home-page header.header:not(.sticky):not(.is_sticky) .main-menu > ul > li > a:hover {
  color: #fff !important;
  opacity: 0.85;
}

.ns-section-alt {
  background:
    linear-gradient(180deg, rgba(245, 196, 0, 0.05), #eef0f4 35%, #eef0f4);
}

footer .ns-footer-h-icon {
  background: rgba(245, 196, 0, 0.14) !important;
  color: var(--ns-yellow) !important;
}

.ns-footer-social li a:hover {
  background: var(--ns-red) !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--ns-red) !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgba(227, 28, 35, 0.25) !important;
}

/* Sticky CTA and accents */
header.header.sticky .ns-nav-cta,
header.header.is_sticky .ns-nav-cta,
header.header_in .ns-nav-cta {
  background: var(--ns-red) !important;
  color: #fff !important;
}

form.search_box_container .search-checkbox .btn.active {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #0a1324 !important;
}

.custom-search-input input[type="submit"] {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #0a1324 !important;
}

.custom-search-input input[type="submit"]:hover {
  background: #fff !important;
  color: #0a1324 !important;
}

.ns-section .main_title.center span,
.ns-section .main_title span {
  display: block;
  margin-bottom: 10px;
}

/* Soft section rhythm */
.nearbyStoresWidget,
.popular_stores,
.offer_widget {
  margin-bottom: 28px;
}

.popular_stores {
  padding-top: 24px;
}

.offer_widget {
  padding-top: 24px;
}

/* Cleaner owl nav — circular, optically centered chevrons */
.owl-theme .owl-nav [class*="owl-"],
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: #fff !important;
  color: var(--ns-ink) !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: 0 10px 24px -16px rgba(10, 19, 36, 0.4) !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  margin: 0 4px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  font-size: 14px !important;
  vertical-align: middle;
  transition:
    transform 0.3s var(--ns-ease),
    border-color 0.3s var(--ns-ease),
    background 0.3s var(--ns-ease),
    color 0.3s var(--ns-ease),
    box-shadow 0.3s var(--ns-ease) !important;
}

.owl-theme .owl-nav [class*="owl-"] i,
.owl-theme .owl-nav [class*="owl-"] .fas,
.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev .fas,
.owl-carousel .owl-nav button.owl-next .fas,
.owl-carousel .owl-nav .fa-chevron-left,
.owl-carousel .owl-nav .fa-chevron-right {
  font-size: 14px !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  display: block !important;
  /* Optical center: FA chevrons sit slightly low in circles */
  transform: translateY(-1.5px) !important;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  top: 0 !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  transform: translateY(-2px) scale(1.04);
  border-color: transparent !important;
  background: var(--ns-red) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px -14px rgba(227, 28, 35, 0.65) !important;
}

.owl-theme .owl-nav [class*="owl-"].disabled {
  opacity: 0.35 !important;
  pointer-events: none;
}

/* Categories carousel side arrows */
.owl-theme.categories_carousel .owl-nav .owl-prev,
.owl-theme.categories_carousel .owl-nav .owl-next,
.owl-theme.carousel_4 .owl-nav .owl-prev,
.owl-theme.carousel_4 .owl-nav .owl-next {
  background: #fff !important;
}

.owl-theme.categories_carousel .owl-nav .owl-prev i,
.owl-theme.categories_carousel .owl-nav .owl-next i,
.owl-theme.carousel_4 .owl-nav .owl-prev i,
.owl-theme.carousel_4 .owl-nav .owl-next i,
.owl-theme .owl-nav .owl-prev i,
.owl-theme .owl-nav .owl-next i {
  font-size: 14px !important;
  color: inherit !important;
  line-height: 1 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: translateY(-1.5px) !important;
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

.owl-theme.categories_carousel .owl-nav .owl-prev:hover i,
.owl-theme.categories_carousel .owl-nav .owl-next:hover i,
.owl-theme .owl-nav .owl-prev:hover i,
.owl-theme .owl-nav .owl-next:hover i {
  color: #fff !important;
}

/* Category carousel polish */
.categories_carousel .owl-item {
  padding: 10px 6px 18px;
}

/* Strip footer bar */
.strip > ul {
  background: #fff !important;
  min-height: 54px;
  padding: 12px 14px !important;
}

.strip .score strong {
  background: linear-gradient(145deg, var(--ns-red) 0%, var(--ns-red-dark) 100%) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 18px -10px rgba(227, 28, 35, 0.55);
  height: 34px;
  min-width: 42px;
}

.strip .score strong i {
  color: var(--ns-yellow) !important;
}

/* Event widgets breathing room */
.event_widget.ns-section-alt,
.event_widget1.ns-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Buttons less “bubble”, more enterprise */
.btn_1,
a.btn_1,
input[type="submit"].btn_1,
.search_bar_list input[type="submit"] {
  border-radius: 10px !important;
  letter-spacing: 0.02em;
  text-transform: none !important;
  background: var(--ns-red) !important;
}

.ns-nav-cta {
  border-radius: 10px !important;
  padding: 10px 16px !important;
  font-size: 0.88rem !important;
  background: var(--ns-red) !important;
}

header.header:not(.sticky):not(.is_sticky) .ns-nav-cta {
  background: var(--ns-yellow) !important;
  color: #0a1324 !important;
  box-shadow: 0 10px 28px -16px rgba(245, 196, 0, 0.65);
}

header.header:not(.sticky):not(.is_sticky) .ns-nav-cta:hover {
  background: #ffd84a !important;
}

/* Hero brand accent underline */
.hero_single .ns-brand::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--ns-red), var(--ns-yellow));
  opacity: 0.95;
}

/* Sticky header refinement */
header.header.sticky,
header.header.is_sticky,
header.header_in {
  padding: 10px 0 !important;
}

/* Page feels denser / more premium */
main {
  background: transparent;
}

@media (max-width: 991px) {
  body.home-page header.header:not(.sticky):not(.is_sticky) .main-menu > ul > li > a {
    color: var(--ns-ink) !important;
  }
}

