@import url('fonts/iranyekan/fonts.css');

html {
  overflow-x: clip;
}
body {
  width: 100%;
  min-height: 100vh;
  overflow-x: clip;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search (legacy - hidden by new header) */
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  gap: 4px;
  background: none;
  border: none;
  border-radius: 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  font-size: 0.82rem;
  color: var(--sa-neutral-400);
  padding: 0;
  text-shadow: none;
  white-space: nowrap;
  position: relative;
}
.breadcrumb > li.breadcrumb-item > a {
  color: var(--sa-neutral-500);
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb > li.breadcrumb-item > a:hover {
  color: var(--sa-accent);
}
.breadcrumb > li.breadcrumb-item:last-child {
  color: var(--sa-neutral-700);
  font-weight: 600;
}
.breadcrumb > li.breadcrumb-item:after {
  display: none;
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "/";
  padding: 0 6px;
  color: var(--sa-neutral-300);
  font-weight: 400;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .iconsax[icon-name="star"] {
  color: #999;
  font-size: 15px;
}
.rating .iconsax[icon-name="star"] {
  color: #FC0;
  font-size: 15px;
}
.rating .iconsax[icon-name="star"] + .iconsax[icon-name="star"] {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* ============================================
   stepinway Theme v3 – App-Style Navy/Gold
   ============================================ */
:root {
  --sa-primary: #0A2139;
  --sa-primary-dark: #081B2E;
  --sa-primary-light: #E2E8F0;
  --sa-primary-100: #2A5A8C;
  --sa-primary-200: #224C76;
  --sa-primary-300: #1A3E62;
  --sa-primary-400: #12304D;
  --sa-accent: #C5A059;
  --sa-accent-dark: #B08A45;
  --sa-accent-light: rgba(197,160,89,0.15);
  --sa-navy-gradient: linear-gradient(135deg, #12304D 0%, #0A2139 100%);
  --sa-gold-gradient: linear-gradient(135deg, #C5A059, #E0C080, #C5A059);
  --sa-footer-bg: #0A2139;
  --sa-footer-secondary: #12304D;
  --sa-neutral-50: #F8FAFC;
  --sa-neutral-100: #F1F5F9;
  --sa-neutral-200: #E2E8F0;
  --sa-neutral-300: #CBD5E1;
  --sa-neutral-500: #64748B;
  --sa-neutral-700: #334155;
  --sa-neutral-900: #0F172A;
  --sa-on-dark: rgba(255,255,255,0.9);
  --sa-on-dark-secondary: rgba(255,255,255,0.7);
  --sa-on-dark-tertiary: rgba(255,255,255,0.5);
  --sa-radius: 16px;
  --sa-radius-sm: 12px;
  --sa-radius-xs: 8px;
  --sa-shadow: 0 2px 12px rgba(0,0,0,.07);
  --sa-shadow-lg: 0 8px 30px rgba(0,0,0,.1);
  --sa-font-fa: 'IRANYekanFaNum', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --sa-font-en: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
html[dir="rtl"] body { font-family: var(--sa-font-fa); }
html[dir="ltr"] body { font-family: var(--sa-font-en); }
.stepinway-header { 
  background: var(--sa-navy-gradient);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 4px 20px rgba(10,33,57,.25);
}
.stepinway-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  gap: 1rem;
}
.stepinway-header-logo {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sa-app-header-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.sa-app-header-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  border: 1.5px solid rgba(255,255,255,0.3);
}
.sa-app-header-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sa-app-header-greeting {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
}
.sa-app-header-location {
  color: rgba(255,255,255,0.7);
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
}
.sa-app-header-location i {
  font-size: 0.8rem;
}
.stepinway-header-logo a { text-decoration: none; }
.stepinway-header-logo img { max-height: 40px; width: auto; }
.stepinway-logo-text { color: #fff; font-size: 1.3rem; font-weight: 800; }
.stepinway-header-search { flex: 1; max-width: 480px; }
.stepinway-header-search .input-group,
.stepinway-header-search-mobile .input-group { margin-bottom: 0 !important; }
.stepinway-header-search form,
.stepinway-header-search-mobile form { margin-bottom: 0 !important; }
.stepinway-header-search .form-control-lg,
.stepinway-header-search-mobile .form-control-lg {
  border-radius: 24px 0 0 24px;
  border: none;
  height: 40px;
  font-size: 14px;
  padding: 0 16px;
  background: rgba(255,255,255,.95);
}
html[dir="rtl"] .stepinway-header-search .form-control-lg,
html[dir="rtl"] .stepinway-header-search-mobile .form-control-lg {
  border-radius: 0 24px 24px 0;
}
.stepinway-header-search .btn-lg,
.stepinway-header-search-mobile .btn-lg {
  border-radius: 0 24px 24px 0;
  background: var(--sa-accent);
  border: none;
  color: #0A2139;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
}
html[dir="rtl"] .stepinway-header-search .btn-lg,
html[dir="rtl"] .stepinway-header-search-mobile .btn-lg {
  border-radius: 24px 0 0 24px;
}
.stepinway-header-search .btn-lg:hover,
.stepinway-header-search-mobile .btn-lg:hover { background: var(--sa-accent-dark); }
.stepinway-header-search-mobile { background: var(--sa-primary-dark); padding: 8px 0; }
.stepinway-header-actions { display: flex; align-items: center; gap: .5rem; }
.stepinway-header-btn {
  color: #fff; font-size: .85rem; padding: 6px 14px;
  border-radius: 20px; text-decoration: none;
  transition: background .2s, color .2s; white-space: nowrap;
}
.stepinway-header-btn:hover { background: rgba(255,255,255,.15); color: #fff; }
.stepinway-header-btn-outline { border: 1.5px solid rgba(255,255,255,.6); }
.stepinway-header-btn-outline:hover { background: #fff; color: var(--sa-primary); }
.stepinway-header-btn-gold {
  background: var(--sa-gold-gradient);
  color: #0A2139;
  font-weight: 700;
  border: none;
  padding: 8px 20px;
  border-radius: 24px;
  font-size: .85rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity .2s, transform .2s;
  box-shadow: 0 2px 12px rgba(197,160,89,.3);
}
.stepinway-header-btn-gold:hover { opacity: .9; transform: translateY(-1px); color: #0A2139; text-decoration: none; }
.stepinway-header .dropdown-menu {
  border: none; box-shadow: var(--sa-shadow-lg);
  border-radius: var(--sa-radius-sm); padding: .5rem 0; min-width: 180px;
}
.stepinway-header .dropdown-item { font-size: .85rem; padding: .5rem 1rem; }
.stepinway-header .dropdown-item:hover { background: var(--sa-primary-light); color: var(--sa-primary-dark); }
.stepinway-language-switcher .dropdown-toggle { color: #fff; font-size: .85rem; }
.stepinway-language-switcher img { border-radius: 3px; }

/* ============================================
   stepinway Theme v2 – Footer
   ============================================ */
.stepinway-footer {
  background: var(--sa-footer-bg);
  color: #ccc;
  padding: 48px 0 0;
  width: 100%;
  border: none;
}
.stepinway-footer h5 {
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: .3px;
}
.stepinway-footer-brand { margin-bottom: 1rem; }
.stepinway-footer-logo { max-height: 40px; width: auto; margin-bottom: .75rem; display: block; }
.stepinway-footer-tagline { color: #999; font-size: .85rem; margin-bottom: 0; }
.stepinway-footer-social { display: flex; gap: .6rem; margin-top: 1rem; }
.stepinway-footer-social a {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--sa-footer-secondary); color: #ccc;
  font-size: 1rem; transition: all .2s; text-decoration: none;
}
.stepinway-footer-social a:hover { background: var(--sa-accent); color: #0A2139; }
.stepinway-footer-links { font-size: .85rem; }
.stepinway-footer-links li { margin-bottom: .5rem; }
.stepinway-footer-links a { color: #aaa; text-decoration: none; transition: color .2s; }
.stepinway-footer-links a:hover { color: var(--sa-accent); }
.stepinway-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 2rem;
  padding: 1.25rem 0;
}
.stepinway-footer-bottom p { margin: 0; font-size: .8rem; color: #777; }
.stepinway-footer-lang { font-size: .82rem; }
.stepinway-footer-lang .dropdown-toggle { color: #aaa; font-size: .82rem; text-decoration: none; }
.stepinway-footer-lang .dropdown-toggle:hover { color: var(--sa-accent); }
.stepinway-footer-lang img { border-radius: 3px; }

/* ============================================
   stepinway Theme v2 – Homepage
   ============================================ */
.stepinway-hero {
  background: url('../../../image/catalog/hero-dubai.jpg') center center / cover no-repeat;
  position: relative;
  padding: 80px 0 90px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.stepinway-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,33,57,.85) 0%, rgba(10,33,57,.6) 100%);
  z-index: 1;
}
.stepinway-hero h1 {
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 20px rgba(0,0,0,.3);
  position: relative;
  z-index: 2;
}
.stepinway-hero-search {
  max-width: 520px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.stepinway-hero-search .input-group {
  box-shadow: 0 4px 24px rgba(0,0,0,.25);
  border-radius: 30px;
  overflow: hidden;
}
.stepinway-hero-search .form-control {
  border: none;
  height: 50px;
  font-size: .95rem;
  padding: 0 24px;
  background: #fff;
}
.stepinway-hero-search .btn {
  background: var(--sa-accent);
  color: #0A2139;
  border: none;
  padding: 0 24px;
  font-size: 1rem;
  font-weight: 600;
}
.stepinway-hero-search .btn:hover { background: var(--sa-accent-dark); }

/* --- Home Sections --- */
.sa-home-section { padding: 32px 0; }
.sa-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 8px;
}
.sa-section-heading {
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--sa-primary);
  margin: 0;
}
.sa-section-sub {
  color: #777;
  font-size: .88rem;
  margin: 4px 0 0;
}
.sa-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 18px;
  border-radius: 20px;
  border: 1.5px solid var(--sa-accent);
  color: var(--sa-accent-dark);
  font-size: .82rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}
.sa-view-all-btn:hover { background: var(--sa-accent); color: #0A2139; }
html[dir="rtl"] .sa-view-all-btn i { transform: rotate(180deg); }

/* --- CTA Module (used in HTML module) --- */
.sa-cta {
  background: var(--sa-navy-gradient);
  border-radius: var(--sa-radius);
  padding: 40px 32px;
  color: #fff;
  text-align: center;
  margin: 8px 0;
  position: relative;
  overflow: hidden;
}
.sa-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(197,160,89,.12) 0%, transparent 70%);
  pointer-events: none;
}
.sa-cta h3 { color: #fff; font-weight: 800; margin-bottom: .5rem; font-size: 1.4rem; position: relative; }
.sa-cta p { color: var(--sa-on-dark-secondary); margin-bottom: 1.5rem; font-size: .95rem; position: relative; }
.sa-cta .sa-cta-btn {
  display: inline-block;
  background: var(--sa-gold-gradient);
  color: #0A2139;
  font-weight: 700;
  border-radius: 24px;
  padding: 12px 36px;
  border: none;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
  font-size: .95rem;
  position: relative;
  box-shadow: 0 4px 16px rgba(197,160,89,.3);
}
.sa-cta .sa-cta-btn:hover { opacity: .9; transform: translateY(-2px); color: #0A2139; }

/* --- HTML Module wrapper --- */
.sa-html-module { margin: 8px 0; }

/* ============================================
   stepinway Theme v2 – Category Icons
   ============================================ */
.sa-categories-section { padding: 24px 0; }
.sa-categories-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.sa-cat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #444;
  transition: transform .2s;
  width: 80px;
  flex-shrink: 0;
}
.sa-cat-item:hover { transform: translateY(-4px); color: var(--sa-primary); }
.sa-cat-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 8px;
  border: 2.5px solid var(--sa-neutral-200);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  transition: border-color .2s, box-shadow .2s;
}
.sa-cat-item:hover .sa-cat-icon {
  border-color: var(--sa-accent);
  box-shadow: 0 4px 16px rgba(197,160,89,.2);
}
.sa-cat-icon img { width: 100%; height: 100%; object-fit: cover; }
.sa-cat-icon i { font-size: 1.6rem; color: var(--sa-primary); }
.sa-cat-name {
  font-size: .72rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .sa-cat-item { width: 90px; }
  .sa-cat-icon { width: 72px; height: 72px; }
  .sa-cat-name { font-size: .78rem; }
}
@media (min-width: 1200px) {
  .sa-categories-grid { gap: 16px; }
  .sa-cat-item { width: 100px; }
  .sa-cat-icon { width: 80px; height: 80px; }
  .sa-cat-name { font-size: .82rem; }
}

/* ============================================
   stepinway Theme v2 – Banner Module (Swiper)
   ============================================ */
.sa-banner-section { padding: 16px 0; }
.sa-banner-card {
  display: block;
  border-radius: var(--sa-radius);
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  transition: box-shadow .2s, transform .2s;
}
.sa-banner-card:hover { box-shadow: var(--sa-shadow-lg); transform: translateY(-2px); }
.sa-banner-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--sa-radius);
}
.sa-banner-swiper .swiper-button-prev,
.sa-banner-swiper .swiper-button-next {
  color: var(--sa-primary);
  background: rgba(255,255,255,.9);
  width: 36px; height: 36px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.sa-banner-swiper .swiper-button-prev::after,
.sa-banner-swiper .swiper-button-next::after { font-size: 14px; font-weight: 700; }
.sa-banner-pagination .swiper-pagination-bullet-active { background: var(--sa-primary); }

/* ============================================
   stepinway Theme v2 – Guides / Blog Carousel
   ============================================ */
.sa-guides-section { padding: 32px 0; }
.sa-guide-card {
  display: block;
  border-radius: var(--sa-radius);
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.sa-guide-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--sa-radius);
}
.sa-guide-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .3s;
}
.sa-guide-card:hover img { transform: scale(1.05); }
.sa-guide-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.1) 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  border-radius: var(--sa-radius);
}
.sa-guide-card-overlay h4 {
  color: #fff; font-size: .95rem; font-weight: 700;
  margin: 0 0 4px; line-height: 1.3;
}
.sa-guide-card-overlay p {
  color: rgba(255,255,255,.8); font-size: .78rem; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sa-guides-swiper .swiper-button-prev,
.sa-guides-swiper .swiper-button-next {
  color: var(--sa-primary);
  background: rgba(255,255,255,.9);
  width: 36px; height: 36px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.sa-guides-swiper .swiper-button-prev::after,
.sa-guides-swiper .swiper-button-next::after { font-size: 14px; font-weight: 700; }

/* ============================================
   stepinway Theme v2 – App Icons / Partner Brands
   ============================================ */
.sa-app-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 16px 0;
}
.sa-app-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #444;
  width: 80px;
  transition: transform .2s;
}
.sa-app-icon-item:hover { transform: translateY(-3px); color: var(--sa-primary); }
.sa-app-icon-img {
  width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: contain;
  background: #f5f5f5;
  border: 1px solid #eee;
  padding: 4px;
  margin-bottom: 6px;
}
.sa-app-icon-label {
  font-size: .7rem; font-weight: 600;
  text-align: center; line-height: 1.2;
}
@media (min-width: 768px) {
  .sa-app-icons { gap: 24px; }
  .sa-app-icon-item { width: 90px; }
  .sa-app-icon-img { width: 64px; height: 64px; }
  .sa-app-icon-label { font-size: .75rem; }
}

/* ============================================
   Override old OpenCart absolute-footer layout
   ============================================ */
#container {
  position: relative !important;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh !important;
}
#container > main { flex: 1; }
#content, #column-left, #column-right { padding-bottom: 20px !important; }
footer { position: static !important; bottom: auto !important; border: none !important; }

/* --- Swiper global nav style --- */
.sa-biz-swiper .swiper-button-prev,
.sa-biz-swiper .swiper-button-next {
  color: var(--sa-primary);
  background: rgba(255,255,255,.92);
  width: 36px; height: 36px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.sa-biz-swiper .swiper-button-prev::after,
.sa-biz-swiper .swiper-button-next::after { font-size: 14px; font-weight: 700; }

/* --- #common-home layout --- */
#common-home .container { max-width: 1200px; }

/* ============================================
   stepinway Theme – Account Dashboard
   ============================================ */
.sa-dashboard {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0 3rem;
  min-height: 60vh;
}

/* ── Sidebar ── */
.sa-sidebar {
  width: 260px;
  flex-shrink: 0;
}
.sa-sidebar-inner {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  padding: 1.25rem 0;
  position: sticky;
  top: 80px;
}
.sa-sidebar-title {
  padding: 0 1.5rem .75rem;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #aaa;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: .5rem;
}
.sa-sidebar-nav {
  display: flex;
  flex-direction: column;
}
.sa-sidebar-link {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .7rem 1.5rem;
  font-size: .875rem;
  color: #555;
  text-decoration: none;
  transition: background .15s, color .15s;
  border-left: 3px solid transparent;
}
.sa-sidebar-link:hover {
  background: var(--sa-accent-light);
  color: var(--sa-primary);
}
.sa-sidebar-link.active {
  background: var(--sa-accent-light);
  color: var(--sa-primary);
  font-weight: 600;
  border-left-color: var(--sa-accent);
}
.sa-sidebar-link i {
  width: 20px;
  text-align: center;
  font-size: .9rem;
}

/* ── Dashboard Main ── */
.sa-dashboard-main {
  flex: 1;
  min-width: 0;
}

/* ── Welcome Card ── */
.sa-welcome-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.sa-welcome-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--sa-primary-light, #e0f2f1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sa-welcome-avatar i {
  font-size: 1.5rem;
  color: var(--sa-primary, #009688);
}
.sa-welcome-info {
  flex: 1;
  min-width: 150px;
}
.sa-welcome-info h4 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #333;
}
.sa-welcome-info p {
  margin: .15rem 0 0;
  font-size: .85rem;
  color: #888;
}
.sa-welcome-actions {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}
.sa-btn-outline-sm {
  border: 1.5px solid var(--sa-primary, #009688);
  color: var(--sa-primary, #009688);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: .82rem;
  font-weight: 600;
  background: transparent;
  transition: background .2s, color .2s;
}
.sa-btn-outline-sm:hover {
  background: var(--sa-primary, #009688);
  color: #fff;
}
.sa-btn-primary-sm {
  background: var(--sa-primary, #009688);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: .82rem;
  font-weight: 600;
  transition: background .2s;
}
.sa-btn-primary-sm:hover {
  background: var(--sa-primary-dark, #00796b);
  color: #fff;
}

/* ── Quick Actions Grid ── */
.sa-quick-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.sa-quick-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
  padding: 1.25rem 1rem;
  text-align: center;
  text-decoration: none;
  color: #555;
  transition: transform .2s, box-shadow .2s, color .2s;
}
.sa-quick-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,.1);
  color: var(--sa-primary, #009688);
}
.sa-quick-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--sa-primary-light, #e0f2f1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto .75rem;
}
.sa-quick-icon i {
  font-size: 1.2rem;
  color: var(--sa-primary, #009688);
}
.sa-quick-label {
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.3;
}

/* ── Section Card ── */
.sa-section-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
}
.sa-section-card h5 {
  font-size: .95rem;
  font-weight: 700;
  color: #333;
  margin-bottom: .75rem;
}
.sa-section-card h5 i {
  color: var(--sa-primary, #009688);
  margin-right: .5rem;
}
.sa-section-links {
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.sa-section-links a {
  color: #555;
  text-decoration: none;
  font-size: .875rem;
  padding: .3rem 0;
  transition: color .15s;
}
.sa-section-links a:hover {
  color: var(--sa-primary, #009688);
}

/* ── Mobile Bottom Navigation ── */
.sa-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-around;
  padding: 6px 0;
  z-index: 1020;
  box-shadow: 0 -2px 12px rgba(0,0,0,.06);
}
.sa-bottom-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  color: #888;
  font-size: .7rem;
  padding: 4px 8px;
  transition: color .15s;
}
.sa-bottom-nav-item i {
  font-size: 1.15rem;
}
.sa-bottom-nav-item:hover,
.sa-bottom-nav-item.active {
  color: var(--sa-primary, #009688);
}

/* ============================================
   stepinway Theme – Account Inner Pages
   ============================================ */
[id^="account-"] {
  padding-bottom: 2rem;
}
[id^="account-"] > .breadcrumb {
  margin-top: 1rem;
  background: transparent;
  border: none;
  padding: 0;
  font-size: .82rem;
}
[id^="account-"] > .breadcrumb .breadcrumb-item a {
  color: var(--sa-primary, #009688);
  text-decoration: none;
}

[id^="account-"] > .row {
  margin-top: .5rem;
}
[id^="account-"] > .row > #content {
  padding: 0;
}
[id^="account-"] > .row > #content > h1,
[id^="account-"] > .row > #content > h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--sa-primary-light, #e0f2f1);
}

/* Card-style wrappers for inner page content */
[id^="account-"] > .row > #content fieldset {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
[id^="account-"] > .row > #content fieldset legend {
  font-size: .95rem;
  font-weight: 700;
  color: var(--sa-primary, #009688);
  border-bottom: none;
  padding: 0 0 .5rem;
  margin-bottom: 1rem;
}
[id^="account-"] > .row > #content .table {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
[id^="account-"] > .row > #content .table thead {
  background: var(--sa-primary-light, #e0f2f1);
}
[id^="account-"] > .row > #content .table thead th {
  color: var(--sa-primary-dark, #00796b);
  font-weight: 600;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .3px;
  border-bottom: none;
}
[id^="account-"] > .row > #content .btn-primary {
  background: var(--sa-primary, #009688);
  border-color: var(--sa-primary, #009688);
  border-radius: 20px;
  padding: 8px 24px;
  font-weight: 600;
  font-size: .875rem;
}
[id^="account-"] > .row > #content .btn-primary:hover {
  background: var(--sa-primary-dark, #00796b);
  border-color: var(--sa-primary-dark, #00796b);
}
[id^="account-"] > .row > #content .form-control,
[id^="account-"] > .row > #content .form-select {
  border-radius: 10px;
  border: 1.5px solid #e0e0e0;
  transition: border-color .2s;
}
[id^="account-"] > .row > #content .form-control:focus,
[id^="account-"] > .row > #content .form-select:focus {
  border-color: var(--sa-primary, #009688);
  box-shadow: 0 0 0 3px rgba(0,150,136,.1);
}
[id^="account-"] > .row > #content .badge.bg-success {
  background: var(--sa-primary, #009688) !important;
}

/* Business list page specific */
#account-business > .row > #content .table .img-thumbnail {
  border-radius: 10px;
  border: 2px solid var(--sa-primary-light, #e0f2f1);
}

/* Mobile adjustments for bottom nav padding */
@media (max-width: 991.98px) {
  .sa-dashboard {
    flex-direction: column;
    padding-bottom: 80px;
  }
  .sa-welcome-card {
    flex-direction: column;
    text-align: center;
  }
  .sa-welcome-actions {
    justify-content: center;
  }
  .sa-quick-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  [id^="account-"] {
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  .sa-quick-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
  }
  .sa-quick-card {
    padding: 1rem .75rem;
  }
}

/* ============================================================
   BUSINESS DETAIL PAGE
   ============================================================ */

:root {
  --biz-primary: #0A2139;
  --biz-primary-dark: #081B2E;
  --biz-primary-light: #E2E8F0;
  --biz-accent: #C5A059;
  --biz-radius: 16px;
  --biz-shadow: 0 2px 12px rgba(0,0,0,.07);
}

/* --- Cover Section --- */
.biz-cover-section {
  position: relative;
  width: 100%;
  background: #f8f9fa;
  padding-bottom: 40px;
}
.biz-cover-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.biz-cover-placeholder {
  height: 320px;
  background: linear-gradient(135deg, #12304D 0%, #0A2139 100%);
}
.biz-cover-container {
  position: relative;
  margin-top: -80px;
  z-index: 2;
}
.biz-cover-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  border: 1px solid #f0f0f0;
}
.biz-cover-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}
.biz-cover-info {
  flex: 1;
  min-width: 0;
  padding-top: 10px;
}
.biz-cover-name {
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0 0 4px;
  line-height: 1.2;
}
.biz-cover-subtitle {
  font-size: .95rem;
  opacity: .88;
  margin: 0 0 10px;
  color: #455a64;
}
.biz-cover-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.biz-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: .8rem;
  font-weight: 600;
  border: 1px solid #e0e0e0;
}
.biz-badge-location {
  background: #fff;
  color: #455a64;
}
.biz-badge-rating {
  background: #fff;
  color: #263238;
}
.biz-badge-discount {
  background: var(--biz-accent);
  color: #0A2139;
  font-weight: 700;
}
.biz-badge-rating i {
  color: #ffd600;
}

/* Cover Logo */
.biz-cover-logo-wrap {
  flex-shrink: 0;
  margin-top: -60px;
}
.biz-cover-logo {
  width: 110px;
  height: 110px;
  border-radius: 16px;
  border: 4px solid #fff;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  background: #fff;
}

/* Cover Action Buttons */
.biz-cover-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}
.biz-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: .85rem;
  font-weight: 600;
  border: 1px solid #e0e0e0;
  color: #455a64;
  background: #fff;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
}
.biz-action-btn:hover {
  background: #f5f5f5;
  color: #263238;
  text-decoration: none;
}
.biz-action-phone {
  background: var(--biz-primary);
  border-color: var(--biz-primary);
  color: #fff;
  flex: 1;
}
.biz-action-copy {
  direction: ltr;
}
.biz-action-phone:hover {
  background: var(--biz-primary-dark);
  border-color: var(--biz-primary-dark);
  color: #fff;
}

/* --- Content Area --- */
.biz-content-area {
  padding-top: 28px;
  padding-bottom: 28px;
}

/* --- Card --- */
.biz-card {
  background: #fff;
  border-radius: var(--biz-radius);
  box-shadow: var(--biz-shadow);
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
.biz-card-title {
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 20px 0;
  margin: 0;
  color: #263238;
  display: flex;
  align-items: center;
  gap: 8px;
}
.biz-card-title i {
  color: var(--biz-primary);
  font-size: 1.05rem;
}
.biz-card-body {
  padding: 14px 20px 18px;
}

/* Description */
.biz-description {
  font-size: .92rem;
  line-height: 1.7;
  color: #455a64;
}
.biz-description p:last-child {
  margin-bottom: 0;
}

/* Map */
.biz-map {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  background: #eceff1;
  margin-bottom: 12px;
  overflow: hidden;
}

/* Address text */
.biz-address-text {
  font-size: .88rem;
  color: #546e7a;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.biz-address-text i {
  margin-top: 3px;
}

/* Contact List */
.biz-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.biz-contact-row {
  display: flex;
  flex-direction: column;
}
.biz-contact-value {
  font-size: .92rem;
  font-weight: 600;
  color: #263238;
}
.biz-contact-value a {
  color: #263238;
  text-decoration: none;
}
.biz-contact-value a:hover {
  color: var(--biz-primary);
}
.biz-contact-label {
  font-size: .78rem;
  color: #90a4ae;
  margin-top: 1px;
}

/* Social Icons */
.biz-social-icons {
  display: flex;
  gap: 12px;
}
.biz-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #cfd8dc;
  color: #455a64;
  font-size: 1.15rem;
  transition: all .2s;
  text-decoration: none;
}
.biz-social-btn:hover {
  background: var(--biz-primary);
  border-color: var(--biz-primary);
  color: #fff;
}

/* Report Link */
/* Stepinway Discount Banner */
.biz-app-discount-banner {
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(90deg, #C5A059 0%, #0A2139 60%, #0A2139 100%);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(10, 33, 57, 0.15);
}
html[dir="ltr"] .biz-app-discount-banner {
  background: linear-gradient(270deg, #C5A059 0%, #0A2139 60%, #0A2139 100%);
}
.biz-app-discount-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.biz-app-discount-left i {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.7);
  transform: rotate(-45deg);
}
.biz-app-discount-text {
  display: flex;
  flex-direction: column;
}
.biz-app-discount-text strong {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2px;
}
.biz-app-discount-text span {
  color: #C5A059;
  font-size: 0.7rem;
}
.biz-app-discount-right {
  display: flex;
  align-items: center;
}
.biz-app-discount-badge {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 8px;
}
.biz-action-share {
  color: var(--biz-accent);
  border-color: var(--biz-accent);
}
.biz-action-share:hover {
  background: var(--biz-accent);
  color: #0A2139;
}
.biz-action-ownership {
  color: #ff8f00;
  border-color: #ff8f00;
}
.biz-action-ownership:hover {
  background: #ff8f00;
  color: #fff;
}

.biz-report-link {
  margin-bottom: 20px;
}
.biz-report-link .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px;
  color: #546e7a;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  transition: all .2s;
}
.biz-report-link .btn-link:hover {
  background: #f5f5f5;
  color: #e53935;
  border-color: #e53935;
}
.biz-report-link .btn-link i {
  margin-right: 6px;
}

/* Working Hours */
.biz-hours-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.biz-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #f5f5f5;
}
.biz-hours-row:last-child {
  border-bottom: none;
}
.biz-hours-day {
  font-weight: 600;
  font-size: .88rem;
  color: #37474f;
}
.biz-hours-time {
  font-size: .88rem;
  color: #546e7a;
}
.biz-hours-closed .biz-hours-day {
  color: #b0bec5;
}

/* Gallery Grid */
.biz-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.biz-gallery-item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.biz-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.biz-gallery-item:hover img {
  transform: scale(1.05);
}

/* Reviews */
.biz-review-item {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
}
.biz-review-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.biz-review-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.biz-review-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--biz-primary-light);
  color: var(--biz-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .85rem;
  flex-shrink: 0;
}
.biz-review-stars {
  display: flex;
  gap: 2px;
}
.biz-review-stars .iconsax[icon-name="star"] {
  color: #ffc107;
  font-size: .7rem;
}
.biz-review-stars .iconsax[icon-name="star-slash"] {
  color: #cfd8dc;
  font-size: .7rem;
}
.biz-review-text {
  font-size: .88rem;
  color: #546e7a;
  margin: 0;
  line-height: 1.6;
}

/* Review CTA Button */
.biz-btn-review-cta {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: var(--sa-accent-light);
  color: var(--sa-accent-dark);
  font-weight: 600;
  font-size: .88rem;
  border: none;
  transition: all .2s;
}
.biz-btn-review-cta:hover {
  background: var(--sa-accent);
  color: #0A2139;
}

/* Primary button for modals */
.biz-btn-primary {
  background: var(--biz-primary);
  border-color: var(--biz-primary);
  color: #fff;
  border-radius: 10px;
  padding: 8px 24px;
  font-weight: 600;
}
.biz-btn-primary:hover {
  background: var(--biz-primary-dark);
  border-color: var(--biz-primary-dark);
  color: #fff;
}

/* Modal */
.biz-modal {
  border-radius: var(--biz-radius);
}
.biz-modal .modal-header {
  border-bottom: 1px solid #f0f0f0;
}
.biz-modal .modal-footer {
  border-top: 1px solid #f0f0f0;
}

/* Rating selector */
.biz-rating-select {
  display: flex;
  gap: 6px;
}
.biz-rating-star {
  cursor: pointer;
  font-size: 1.5rem;
  color: #cfd8dc;
  transition: color .15s;
}
.biz-rating-star .iconsax[icon-name="star"] {
  color: #ffc107;
}
.biz-rating-star:hover i {
  color: #ffc107 !important;
}

/* --- Related Businesses Section --- */
.biz-related-section {
  background: #f9fafb;
  padding: 32px 0 40px;
  margin-top: 10px;
}
.biz-related-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.biz-related-header h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #263238;
  margin: 0;
}
.biz-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 18px;
  border-radius: 20px;
  border: 1.5px solid var(--sa-accent);
  color: var(--sa-accent-dark);
  font-size: .82rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}
.biz-view-all-btn:hover {
  background: var(--sa-accent);
  color: #0A2139;
}

/* --- Global Business Card --- */
.sa-biz-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
}
.sa-biz-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-4px);
  text-decoration: none;
  color: inherit;
}
.sa-biz-card-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #eee;
  overflow: hidden;
}
.sa-biz-card-thumb-blur {
  position: absolute;
  inset: -20px;
  background-size: cover;
  background-position: center;
  filter: blur(20px) brightness(.95);
  z-index: 0;
  pointer-events: none;
}
.sa-biz-card-cover {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.sa-biz-card-info {
  padding: 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.sa-biz-card-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.sa-biz-card-categories {
  flex: 1;
  min-width: 0;
  margin-left: 8px;
}
html[dir="ltr"] .sa-biz-card-categories {
  margin-left: 0;
  margin-right: 8px;
}
.sa-biz-card-category {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 50px;
  background: #f5f5f5;
  color: #64748b;
  font-size: 0.7rem;
  font-weight: 600;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.sa-biz-card-badges {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sa-biz-card-discount {
  background: var(--sa-primary);
  color: #fff;
  padding: 2px 8px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
}
.sa-biz-card-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
}
.sa-biz-card-rating .iconsax {
  color: #F59E0B;
  font-size: 0.7rem;
}
.sa-biz-card-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sa-biz-card-verified {
  color: #1DA1F2;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.sa-biz-card-location {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 0.75rem;
  color: #64748B;
  margin-top: auto;
}
.sa-biz-card-location span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sa-biz-card-location i {
  margin-top: 2px;
  font-size: 0.8rem;
}

/* Swiper navigation override */
.biz-related-swiper {
  padding: 15px 5px;
  margin: -15px -5px;
}
.biz-related-swiper .swiper-button-prev,
.biz-related-swiper .swiper-button-next {
  color: var(--biz-primary);
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.biz-related-swiper .swiper-button-prev::after,
.biz-related-swiper .swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
}

/* --- Responsive --- */
@media (max-width: 991.98px) {
  .biz-cover-img {
    height: 260px;
  }
  .biz-cover-placeholder {
    height: 260px;
  }
  .biz-cover-name {
    font-size: 1.35rem;
  }
  .biz-cover-logo {
    width: 90px;
    height: 90px;
    border-radius: 12px;
  }
  .biz-cover-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .biz-cover-logo-wrap {
    align-self: flex-start;
    margin-bottom: 0;
    margin-top: -50px;
  }
}

@media (max-width: 575.98px) {
  .biz-cover-img {
    height: 200px;
  }
  .biz-cover-placeholder {
    height: 200px;
  }
  .biz-cover-card {
    padding: 20px;
    border-radius: 16px;
  }
  .biz-cover-name {
    font-size: 1.15rem;
  }
  .biz-cover-logo {
    width: 76px;
    height: 76px;
    border-radius: 10px;
  }
  .biz-cover-logo-wrap {
    margin-top: -40px;
  }
  .biz-cover-actions {
    gap: 6px;
    padding-top: 15px;
  }
  .biz-action-btn {
    padding: 6px 10px;
    font-size: .78rem;
    flex: 1;
  }
  .biz-action-bookmark {
    flex: 0 0 auto;
  }
  .biz-card-body {
    padding: 12px 16px 14px;
  }
  .biz-card-title {
    padding: 14px 16px 0;
    font-size: .92rem;
  }
  .biz-map {
    height: 180px;
  }
  .biz-gallery-grid {
    gap: 6px;
  }
}

/* ============================================
   stepinway Theme v3 – Homepage Responsive
   ============================================ */
@media (max-width: 767.98px) {
  .stepinway-hero { padding: 50px 0 60px; }
  .stepinway-hero h1 { font-size: 1.4rem; margin-bottom: 1rem; }
  .stepinway-hero-search .form-control { height: 44px; font-size: .88rem; padding: 0 16px; }
  .stepinway-hero-search .btn { padding: 0 18px; }
  .sa-section-heading { font-size: 1.1rem; }
  .sa-banner-section { padding: 12px 0; }
  .sa-home-section { padding: 20px 0; }
  .sa-cta { padding: 28px 20px; }
  .sa-cta h3 { font-size: 1.15rem; }
  .sa-guide-card-overlay h4 { font-size: .85rem; }
  .sa-guide-card-overlay p { font-size: .72rem; }
  .sa-hero-cta { flex-direction: column; align-items: center; }
  .sa-hero-btn-primary, .sa-hero-btn-secondary { width: 100%; max-width: 300px; justify-content: center; font-size: .9rem; padding: 12px 24px; }
  main {/* padding-bottom: 64px; */}
  .sa-footer-app { flex-direction: column; text-align: center; }
  .sa-footer-app-badges { justify-content: center; }
}
@media (max-width: 575.98px) {
  .stepinway-hero { padding: 36px 0 44px; }
  .stepinway-hero h1 { font-size: 1.2rem; }
  .sa-categories-grid { gap: 8px; }
  .sa-cat-item { width: 68px; }
  .sa-cat-icon { width: 52px; height: 52px; }
  .sa-cat-name { font-size: .65rem; }
  .sa-hero-btn-primary { font-size: .85rem; padding: 11px 20px; }
  .sa-hero-btn-secondary { font-size: .85rem; padding: 11px 20px; }
}

/* ============================================
   stepinway Theme v3 – Footer Responsive
   ============================================ */
@media (max-width: 767.98px) {
  .stepinway-footer { padding: 32px 0 0; text-align: center; }
  .stepinway-footer-social { justify-content: center; }
  .stepinway-footer-bottom .d-flex { flex-direction: column; gap: 8px; text-align: center; }
  .stepinway-footer { padding-bottom: 72px; }
}

/* ============================================
   Smart Banner (top app-install bar)
   ============================================ */
.sa-smart-banner {
  background: var(--sa-navy-gradient);
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid rgba(197,160,89,.2);
  position: relative;
  z-index: 1031;
}
.sa-smart-banner-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.sa-smart-banner-close {
  background: none;
  border: none;
  color: var(--sa-on-dark-tertiary);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  flex-shrink: 0;
}
.sa-smart-banner-close:hover { color: #fff; }
.sa-smart-banner-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}
.sa-smart-banner-icon img { width: 100%; height: 100%; object-fit: cover; }
.sa-smart-banner-info { flex: 1; min-width: 0; }
.sa-smart-banner-title { font-size: .85rem; font-weight: 700; line-height: 1.2; }
.sa-smart-banner-subtitle { font-size: .72rem; color: var(--sa-on-dark-secondary); }
.sa-smart-banner-rating {
  font-size: .7rem;
  color: var(--sa-accent);
  display: flex;
  align-items: center;
  gap: 2px;
}
.sa-smart-banner-btn {
  background: var(--sa-gold-gradient);
  color: #0A2139;
  font-weight: 700;
  font-size: .78rem;
  padding: 7px 18px;
  border-radius: 20px;
  border: none;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity .2s;
}
.sa-smart-banner-btn:hover { opacity: .9; color: #0A2139; text-decoration: none; }

/* ============================================
   App Install Modal
   ============================================ */
.sa-app-modal .modal-content {
  border: none;
  border-radius: 24px;
  overflow: hidden;
}
.sa-app-modal-header {
  background: var(--sa-navy-gradient);
  padding: 40px 32px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sa-app-modal-header::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -20%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 30% 50%, rgba(197,160,89,.08) 0%, transparent 50%);
  pointer-events: none;
}
.sa-app-modal-logo {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  margin: 0 auto 16px;
  display: block;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  position: relative;
}
.sa-app-modal-header h4 {
  color: #fff;
  font-weight: 800;
  font-size: 1.3rem;
  margin: 0 0 8px;
  position: relative;
}
.sa-app-modal-header p {
  color: var(--sa-on-dark-secondary);
  font-size: .9rem;
  margin: 0;
  position: relative;
}
.sa-app-modal-body {
  padding: 32px;
  text-align: center;
}
.sa-app-modal-body p {
  color: var(--sa-neutral-500);
  font-size: .9rem;
  margin-bottom: 24px;
}
.sa-app-store-badges {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.sa-app-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 14px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  font-size: .85rem;
  font-weight: 600;
}
.sa-app-store-badge:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,.12); text-decoration: none; }
.sa-app-store-badge i { font-size: 1.5rem; }
.sa-badge-ios {
  background: #000;
  color: #fff;
}
.sa-badge-ios:hover { color: #fff; }
.sa-badge-android {
  background: var(--sa-primary);
  color: #fff;
}
.sa-badge-android:hover { color: #fff; }
.sa-app-store-badge small { display: block; font-size: .65rem; font-weight: 400; opacity: .8; }
.sa-app-store-badge span { display: block; font-size: .9rem; font-weight: 700; }
.sa-app-modal-body .sa-or-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  color: var(--sa-neutral-300);
  font-size: .8rem;
}
.sa-or-divider::before, .sa-or-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--sa-neutral-200);
}

/* ============================================
   Hero CTA Buttons
   ============================================ */
.sa-hero-cta {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
  position: relative;
  z-index: 2;
}
.sa-hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: var(--sa-gold-gradient);
  color: #0A2139;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(197,160,89,.35);
  transition: opacity .2s, transform .2s;
}
.sa-hero-btn-primary:hover { opacity: .92; transform: translateY(-2px); color: #0A2139; text-decoration: none; }
.sa-hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 30px;
  border: 1.5px solid rgba(255,255,255,.3);
  text-decoration: none;
  transition: background .2s;
}
.sa-hero-btn-secondary:hover { background: rgba(255,255,255,.2); color: #fff; text-decoration: none; }

/* ============================================
   Footer App Download Section
   ============================================ */
.sa-footer-app {
  background: var(--sa-footer-secondary);
  border-radius: var(--sa-radius);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1.5rem;
}
.sa-footer-app-info { flex: 1; }
.sa-footer-app-info h5 { color: #fff; font-size: .95rem; margin: 0 0 4px; }
.sa-footer-app-info p { color: var(--sa-on-dark-secondary); font-size: .82rem; margin: 0; }
.sa-footer-app-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.sa-footer-app-badges a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0A2139;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 8px 16px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
.sa-footer-app-badges a:hover {
  background: #142d45;
  color: #fff;
}
.sa-footer-app-badges a i {
  font-size: 1.4rem;
}
.sa-footer-app-badges a div {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.sa-footer-app-badges a small {
  font-size: 0.55rem;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sa-footer-app-badges a span {
  font-size: 0.85rem;
  font-weight: 600;
}
.sa-footer-app-badges a img { height: 100%; width: auto; }

/* ============================================
   Bottom Navigation (Mobile)
   ============================================ */
.sa-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid var(--sa-neutral-200);
  display: none;
  justify-content: space-around;
  padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
  z-index: 1040;
  box-shadow: 0 -4px 20px rgba(0,0,0,.06);
}
.sa-bottom-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  color: var(--sa-neutral-500);
  font-size: .68rem;
  font-weight: 500;
  padding: 4px 12px;
  transition: color .15s;
  position: relative;
}
.sa-bottom-nav-item i { font-size: 1.2rem; }
.sa-bottom-nav-item:hover,
.sa-bottom-nav-item.active { color: var(--sa-primary); }
.sa-bottom-nav-item.sa-bottom-nav-download {
  color: var(--sa-accent-dark);
}
.sa-bottom-nav-item.sa-bottom-nav-download i {
  background: var(--sa-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 767.98px) {
  .sa-bottom-nav { display: flex; }
  .stepinway-header {  position: sticky; top: 0; }
}

/* ============================================
   Mobile Header Hamburger
   ============================================ */
@media (max-width: 767.98px) {
  .stepinway-header-actions .stepinway-language-switcher,
  .stepinway-header-actions .stepinway-header-btn-gold { display: none; }
  .stepinway-header-search.d-none.d-md-block { display: none !important; }
}

/* Mobile menu overlay */
.sa-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1050;
  visibility: hidden;
  display: flex;
}
.sa-mobile-menu.open { visibility: visible; }
.sa-mobile-menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sa-mobile-menu.open .sa-mobile-menu-backdrop {
  opacity: 1;
}
.sa-mobile-menu-panel {
  position: relative;
  width: 280px;
  max-width: 80vw;
  background: #fff;
  height: 100%;
  overflow-y: auto;
  box-shadow: 4px 0 30px rgba(0,0,0,.15);
  padding: 0;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
html[dir="rtl"] .sa-mobile-menu-panel { margin-left: auto; transform: translateX(100%); }
html[dir="ltr"] .sa-mobile-menu-panel { margin-right: auto; transform: translateX(-100%); }
.sa-mobile-menu.open .sa-mobile-menu-panel {
  transform: translateX(0);
}
.sa-mobile-menu-header {
  background: var(--sa-navy-gradient);
  padding: 24px 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sa-mobile-menu-header img { height: 36px; width: auto; object-fit: contain; }
.sa-mobile-menu-close {
  background: none;
  border: none;
  color: rgba(255,255,255,.7);
  font-size: 1.2rem;
  cursor: pointer;
  position: absolute;
  left: 20px;
}
html[dir="rtl"] .sa-mobile-menu-close { left: 20px; right: auto; }
html[dir="ltr"] .sa-mobile-menu-close { right: 20px; left: auto; }
.sa-mobile-menu-nav {
  padding: 16px 0;
  flex: 1;
}
.sa-mobile-menu-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  color: var(--sa-neutral-700);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 500;
  transition: background .15s;
}
.sa-mobile-menu-link:hover { background: var(--sa-neutral-50); }
.sa-mobile-menu-link i { width: 20px; text-align: center; color: var(--sa-primary); }
.sa-mobile-menu-cta {
  padding: 16px 20px;
  border-top: 1px solid var(--sa-neutral-200);
}
.sa-mobile-menu-cta a {
  display: block;
  background: var(--sa-gold-gradient);
  color: #0A2139;
  text-align: center;
  padding: 12px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(197,160,89,.25);
}

/* ============================================
   Desktop Fixed Sidebar
   ============================================ */
@media (min-width: 992px) {
  .sa-mobile-menu {
    visibility: visible !important;
    display: block !important;
    width: 280px;
    right: 0;
    left: auto;
    box-shadow: -2px 0 20px rgba(0,0,0,0.05);
  }
  html[dir="ltr"] .sa-mobile-menu {
    left: 0;
    right: auto;
    box-shadow: 2px 0 20px rgba(0,0,0,0.05);
  }
  .sa-mobile-menu-backdrop {
    display: none !important;
  }
  .sa-mobile-menu-panel {
    transform: translateX(0) !important;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
  }
  .sa-mobile-menu-close {
    display: none !important;
  }
  .sa-mobile-menu-header {
    padding: 43px;
  }
  .sa-mobile-menu-header img {
    height: 48px;
  }

  /* Adjust main content to sit next to sidebar */
  body {
    padding-right: 280px;
  }
  html[dir="ltr"] body {
    padding-right: 0;
    padding-left: 280px;
  }
  
  /* Hide hamburger toggle on desktop */
  #sa-mobile-toggle {
    display: none !important;
  }
}

/* ============================================
   App action interceptor (redirect to install)
   ============================================ */
.sa-action-app-only {
  cursor: pointer;
}

/* ============================================
   Features Grid (Home)
   ============================================ */
.sa-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 0 16px;
}
.sa-feature-card {
  background: #fff;
  border-radius: var(--sa-radius);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--sa-shadow);
  border: 1px solid var(--sa-neutral-100);
  transition: transform .2s, box-shadow .2s;
}
.sa-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sa-shadow-lg);
}
.sa-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--sa-accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.sa-feature-icon i {
  font-size: 1.4rem;
  color: var(--sa-accent-dark);
}
.sa-feature-card h4 {
  font-size: .95rem;
  font-weight: 700;
  color: var(--sa-primary);
  margin: 0 0 6px;
}
.sa-feature-card p {
  font-size: .82rem;
  color: var(--sa-neutral-500);
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .sa-features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575.98px) {
  .sa-features-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .sa-feature-card { padding: 20px 14px; }
  .sa-feature-icon { width: 48px; height: 48px; }
  .sa-feature-icon i { font-size: 1.1rem; }
  .sa-feature-card h4 { font-size: .85rem; }
  .sa-feature-card p { font-size: .75rem; }
}

/* ============================================
   Responsive: tablet cards
   ============================================ */
@media (min-width: 768px) and (max-width: 1199.98px) {
  #business-directory .row-cols-lg-3 { --bs-columns: 2; }
}
@media (max-width: 767.98px) {
  #business-directory .row-cols-md-2 { --bs-columns: 1; }
  .biz-content-area .row > .col-lg-5,
  .biz-content-area .row > .col-lg-7 { width: 100%; }
}

/* ============================================================
   APP-STYLE BUSINESS DETAIL PAGE (.biz-app-*)
   ============================================================ */
.biz-app-page {
  background: #f8f9fa;
  min-height: 100vh;
  padding-bottom: 60px;
}
.biz-app-container {
  max-width: 800px;
  margin: 0 auto;
  background: #f8f9fa;
}

/* --- Cover --- */
.biz-app-cover-wrap {
  position: relative;
  width: 100%;
  height: 330px;
  background: linear-gradient(135deg, #12304D 0%, #0A2139 100%);
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}
.biz-app-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.biz-app-btn-back,
.biz-app-btn-bookmark {
  position: absolute;
  top: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  color: #0A2139;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 10;
  text-decoration: none;
  transition: all 0.2s;
}
.biz-app-btn-back:hover,
.biz-app-btn-bookmark:hover {
  background: #fff;
  color: #0A2139;
  transform: scale(1.05);
}
.biz-app-btn-back { right: 16px; }
.biz-app-btn-bookmark { left: 16px; }
html[dir="ltr"] .biz-app-btn-back { left: 16px; right: auto; }
html[dir="ltr"] .biz-app-btn-bookmark { right: 16px; left: auto; }

/* --- Info Card --- */
.biz-app-info-card {
  position: relative;
  margin: 0;
  background: #fff;
  padding: 16px 16px 20px;
  z-index: 20;
}
.biz-app-info-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
.biz-app-info-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
}
.biz-app-logo-wrap {
  margin-top: 0;
  flex-shrink: 0;
}
.biz-app-logo {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  object-fit: cover;
  background: #fff;
}
.biz-app-title-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}
.biz-app-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0A2139;
  margin: 0;
  line-height: 1.3;
}
.biz-app-verified {
  color: #1DA1F2;
  font-size: 1.05rem;
}
.biz-app-category {
  font-size: 0.8rem;
  color: #64748B;
  margin-bottom: 6px;
}
.biz-app-badge-featured {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #C5A059;
  border-radius: 20px;
  color: #0A2139;
  font-size: 0.7rem;
  font-weight: 500;
}
  
.biz-app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.biz-app-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid #E2E8F0;
  background: #fff;
  color: #334155;
}
.biz-app-badge i { font-size: 0.85rem; }
.biz-app-badge-rating { background: #FFFBEB; border-color: #FDE68A; color: #B45309; }
.biz-app-badge-rating i { color: #F59E0B; }
.biz-app-badge-special { background: #F8FAFC; border-color: #F59E0B; color: #0A2139; }
.biz-app-badge-special i { color: #F59E0B; }

/* --- Actions --- */
.biz-app-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.biz-app-btn-share {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #E2E8F0;
  background: #fff;
  color: #0A2139;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: all 0.2s;
}
.biz-app-btn-share:hover { background: #F1F5F9; }
.biz-app-btn-call {
  flex: 1;
  height: 48px;
  border-radius: 12px;
  background: #0A2139;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  border: none;
  transition: background 0.2s;
}
.biz-app-btn-call:hover { background: #081B2E; color: #fff; text-decoration: none; }

/* --- Tabs --- */
.biz-app-tabs-wrap {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1020;
  margin-bottom: 24px;
}
.biz-app-tabs {
  display: flex;
  border-bottom: 1px solid #E2E8F0;
  padding: 0;
  margin: 0 16px;
  list-style: none;
}
.biz-app-tab {
  flex: 1;
  text-align: center;
}
.biz-app-tab-link {
  display: block;
  padding: 14px 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: #94A3B8;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  width: 100%;
}
.biz-app-tab-link.active {
  color: #0A2139;
  font-weight: 700;
  border-bottom-color: #C5A059;
}
.biz-app-tab-link:hover { color: #0A2139; text-decoration: none; }

/* --- Shop Category Chips (sticky below tabs) --- */
.biz-app-shop-cats-wrap {
  background: #fff;
  border-bottom: 1px solid #E2E8F0;
  padding: 8px 16px;
}
.biz-app-shop-cats {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.biz-app-shop-cats::-webkit-scrollbar { display: none; }
.shop-cat-chip {
  flex-shrink: 0;
  border: none;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  background: #F1F5F9;
  color: #334155;
}
.shop-cat-chip.active {
  background: #C5A059;
  color: #fff;
}
.shop-cat-chip:hover:not(.active) {
  background: #E2E8F0;
}

/* --- Tab Content Area --- */
.biz-app-tab-content {
  padding: 0 16px 24px;
}

/* --- Cards inside Details --- */
.biz-app-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border: none;
}
.biz-app-card-header {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 12px;
}
html[dir="ltr"] .biz-app-card-header {
  flex-direction: row;
  justify-content: flex-start;
}
.biz-app-card-icon {
  width: 24px;
  height: 24px;
  color: #0A2139;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.biz-app-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0A2139;
  margin: 0;
}
.biz-app-card-body {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.6;
}

/* --- Contact List --- */
.biz-app-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.biz-app-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.biz-app-contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #F8FAFC;
  color: #0A2139;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.biz-app-contact-info {
  display: flex;
  flex-direction: column;
}
.biz-app-contact-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0A2139;
  text-decoration: none;
  direction: ltr;
  text-align: right;
}
html[dir="ltr"] .biz-app-contact-value { text-align: left; }
.biz-app-contact-label {
  font-size: 0.75rem;
  color: #64748B;
}

/* --- Socials --- */
.biz-app-socials {
  display: flex;
  gap: 12px;
}
.biz-app-social-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #F8FAFC;
  color: #0A2139;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  text-decoration: none;
  transition: all 0.2s;
}
.biz-app-social-btn:hover { background: #0A2139; color: #fff; }

/* --- Map --- */
.biz-app-map-wrap {
  width: 100%;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #E2E8F0;
}
.biz-app-address-text {
  font-size: 0.85rem;
  color: #475569;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.biz-app-address-text i { color: #C5A059; margin-top: 3px; }

.biz-app-directions-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 0;
  margin-top: 10px;
  background-color: #0A2139 !important;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  text-decoration: none !important;
  transition: background-color 0.2s;
  cursor: pointer;
}
.biz-app-directions-btn:hover,
.biz-app-directions-btn:focus,
.biz-app-directions-btn:active {
  background-color: #12304D !important;
  color: #fff !important;
  text-decoration: none !important;
}
.biz-app-directions-btn i {
  font-size: 1.1rem;
  color: #fff;
}

/* --- Gallery (Horizontal Scroll) --- */
.biz-app-gallery {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none; /* Firefox */
}
.biz-app-gallery::-webkit-scrollbar { display: none; } /* Chrome */
.biz-app-gallery-item {
  flex: 0 0 auto;
  width: 140px;
  height: 110px;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
.biz-app-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Working Hours Accordion --- */
.biz-app-hours-accordion {
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  overflow: hidden;
}
.biz-app-hours-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #F8FAFC;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0A2139;
}
.biz-app-hours-status {
  display: flex;
  align-items: center;
  gap: 6px;
}
.biz-app-hours-badge {
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.biz-app-hours-badge.open { background: #DCFCE7; color: #B45309; } /* Using warning color for open as requested before, or green? Let's use green for open */
.biz-app-hours-badge.open { background: #DCFCE7; color: #166534; }
.biz-app-hours-badge.closed { background: #FEE2E2; color: #991B1B; }
.biz-app-hours-body {
  padding: 0 16px;
  display: none;
}
.biz-app-hours-body.show { display: block; }
.biz-app-hour-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #F1F5F9;
  font-size: 0.85rem;
}
.biz-app-hour-row:last-child { border-bottom: none; }
.biz-app-hour-row.today { background: #F0F9FF; border-radius: 6px; padding-left: 8px; padding-right: 8px; }
.biz-app-hour-row.today .biz-app-hour-day { color: #0A2139; font-weight: 700; }
.biz-app-hour-day { color: #334155; font-weight: 500; }
.biz-app-hour-time { color: #64748B; }
.biz-app-hour-time.closed { color: #EF4444; }
.biz-app-hour-time.h24 { color: #C5A059; font-weight: 600; }

/* --- Subtle Actions (Report/Ownership) --- */
.biz-app-subtle-actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 16px 0;
}
.biz-app-subtle-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #94A3B8;
  font-size: 0.8rem;
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
}
.biz-app-subtle-btn i { font-size: 0.9rem; }
.biz-app-subtle-btn:hover { color: #64748B; }

/* --- Reviews Tab --- */
.biz-app-rating-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #E2E8F0;
  margin-bottom: 16px;
}
.biz-app-rating-score {
  font-size: 2.5rem;
  font-weight: 800;
  color: #C5A059;
  line-height: 1;
}
.biz-app-rating-stars {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.biz-app-rating-stars-icons {
  color: #C5A059;
  font-size: 1.1rem;
}
.biz-app-rating-count {
  font-size: 0.8rem;
  color: #64748B;
}
.biz-app-review-cta {
  width: 100%;
  padding: 14px;
  background: #0A2139;
  color: #fff;
  border-radius: 12px;
  border: none;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.biz-app-review-cta:hover { background: #081B2E; color: #fff; }
.biz-app-review-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.biz-app-review-item {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #F1F5F9;
}
.biz-app-review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.biz-app-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0A2139;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}
.biz-app-review-meta {
  flex: 1;
}
.biz-app-review-author {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0A2139;
  margin: 0 0 2px;
}
.biz-app-review-stars {
  color: #C5A059;
  font-size: 0.75rem;
}
.biz-app-review-date {
  font-size: 0.75rem;
  color: #94A3B8;
}
.biz-app-review-text {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}
.biz-app-empty-reviews {
  text-align: center;
  padding: 32px 16px;
  color: #94A3B8;
}
.biz-app-empty-reviews i {
  font-size: 3rem;
  margin-bottom: 12px;
  opacity: 0.5;
}

/* --- Related Businesses (Swiper) --- */
.biz-app-related-section {
  padding: 24px 16px;
}
.biz-app-related-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.biz-app-related-header i {
  color: #0A2139;
  font-size: 1.2rem;
}
.biz-app-related-header h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0A2139;
  margin: 0;
}

/* Iconsax alignment */
.iconsax {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
}
.iconsax::before {
  line-height: 1;
}

/* Home App View Styles */
#sa-home-app-view {
  background-color: #f8fafc;
  min-height: calc(100vh - 200px);
  /* padding-bottom: 80px; */
}

/* Banners */
.sa-home-banners {
  overflow: hidden; /* Prevent horizontal scrollbar from peeking slides */
}
.sa-banner-swiper {
  padding-bottom: 40px !important; /* for pagination */
  overflow: visible; /* allow peeking outside container if needed */
}
.sa-banner-swiper .swiper-slide {
  width: 90%;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media (min-width: 768px) {
  .sa-banner-swiper .swiper-slide {
    width: 100%;
  }
}
.sa-banner-swiper .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.92);
  opacity: 0.6;
}
@media (min-width: 768px) {
  .sa-banner-swiper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(1);
    opacity: 1;
  }
}
.sa-banner-img {
  width: 100%;
  aspect-ratio: 272 / 131;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
@media (min-width: 992px) {
  .sa-banner-img {
    border-radius: 24px;
  }
}
.sa-banner-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--sa-primary);
  opacity: 0.2;
  transition: all 0.3s ease;
}
.sa-banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 32px;
  border-radius: 4px;
}

/* Categories Scroll */
.sa-categories-scroll {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 8px 0 16px;
  justify-items: center;
}
@media (min-width: 992px) {
  .sa-categories-scroll {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    overflow: visible;
  }
}
.sa-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sa-category-item {
    min-width: 90px;
  }
}
.sa-category-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 30%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid #f1f5f9;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sa-category-item:hover .sa-category-icon-wrap {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.sa-category-icon-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.sa-category-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}

/* Horizontal Swiper for Businesses */
.sa-biz-swiper {
  padding-bottom: 16px;
}
.sa-biz-swiper .swiper-slide {
  width: 260px;
  height: auto;
}
.sa-biz-swiper .sa-biz-card {
  height: 100%;
  margin-bottom: 0;
}


/* ============================================
   App-Style Header Redesign
   ============================================ */
.stepinway-header {
  background: var(--sa-navy-gradient);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.stepinway-header-pattern {
  position: absolute;
  inset: 0;
  background-image: url('pattern.svg');
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  pointer-events: none;
  overflow: hidden;
}
.stepinway-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 140px;
  padding-top: 24px;
  padding-bottom: 48px;
}
.sa-app-header-buttons {
  gap: 1rem;
}
.sa-app-header-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 10px 18px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin-bottom: 12px;
}
.sa-app-header-btn:hover {
  background: rgba(255,255,255,0.15);
}
.sa-app-header-btn i {
  font-size: 1.1rem;
  color: var(--sa-gold-light);
}
.sa-app-header-btn-text {
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
}

/* Bottom Curve & Search */
.stepinway-header-bottom-curve {
  background: #f8fafc;
  border-radius: 24px 24px 0 0;
  padding: 24px 0 10px;
  position: relative;
  margin-top: -40px;
  z-index: 2;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.05);
}
.stepinway-header-search-wrap {
  width: 100%;
}
.sa-header-search-form {
  margin: 0;
}
.sa-header-search-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 4px 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
  border: 1px solid #f1f5f9;
}
.sa-header-search-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 0;
  font-size: 0.95rem;
  color: var(--sa-neutral-700);
  outline: none;
  cursor: pointer;
}
.sa-header-search-input::placeholder {
  color: var(--sa-neutral-400);
}
.sa-header-search-btn {
  background: transparent;
  border: none;
  color: var(--sa-neutral-500);
  font-size: 1.3rem;
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================
   Business List Page
   ============================================ */
.sa-biz-list-page {
  padding-top: 16px;
  padding-bottom: 40px;
}

.sa-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  gap: 4px;
}
.sa-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 0.82rem;
  color: var(--sa-neutral-400);
}
.sa-breadcrumb li a {
  color: var(--sa-neutral-500);
  text-decoration: none;
  transition: color 0.2s;
}
.sa-breadcrumb li a:hover {
  color: var(--sa-accent);
}
.sa-breadcrumb li.active {
  color: var(--sa-neutral-700);
  font-weight: 600;
}
.sa-breadcrumb-sep {
  font-size: 0.65rem;
  margin: 0 4px;
  color: var(--sa-neutral-300);
}
html[dir="ltr"] .sa-breadcrumb-sep {
  transform: rotate(180deg);
}

.sa-biz-list-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0A2139;
  margin: 0 0 20px;
}

.sa-biz-list-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: #f8fafc;
  border-radius: var(--sa-radius);
  border: 1px solid var(--sa-neutral-200);
}
.sa-biz-list-toolbar-start {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sa-biz-list-toolbar-end {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sa-biz-filter-form {
  display: flex;
  align-items: center;
}
.sa-biz-filter-select,
.sa-biz-sort-select {
  padding: 8px 14px;
  border: 1px solid var(--sa-neutral-200);
  border-radius: 50px;
  background: #fff;
  font-size: 0.85rem;
  color: var(--sa-neutral-700);
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s;
}
.sa-biz-filter-select:focus,
.sa-biz-sort-select:focus {
  border-color: var(--sa-accent);
}
.sa-biz-list-results {
  font-size: 0.82rem;
  color: var(--sa-neutral-400);
  white-space: nowrap;
}

.sa-biz-list-empty {
  text-align: center;
  padding: 60px 20px;
}
.sa-biz-list-empty .iconsax {
  font-size: 3rem;
  color: var(--sa-neutral-300);
}
.sa-biz-list-empty p {
  margin-top: 12px;
  color: var(--sa-neutral-500);
}

/* Pagination styling */
.sa-biz-pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.sa-biz-pagination-wrap .pagination {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sa-biz-pagination-wrap .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--sa-neutral-600);
  background: #fff;
  border: 1px solid var(--sa-neutral-200);
  text-decoration: none;
  transition: all 0.2s;
}
.sa-biz-pagination-wrap .page-item .page-link:hover {
  background: var(--sa-neutral-100);
  border-color: var(--sa-neutral-300);
}
.sa-biz-pagination-wrap .page-item.active .page-link {
  background: #0A2139;
  color: #fff;
  border-color: #0A2139;
  font-weight: 700;
}
.sa-biz-pagination-wrap .page-item.disabled .page-link {
  opacity: 0.4;
  pointer-events: none;
}

@media (max-width: 576px) {
  .sa-biz-list-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .sa-biz-list-toolbar-end {
    justify-content: space-between;
  }
}

/* ============================================
   Blog / Articles Page
   ============================================ */
.sa-blog-page {
  padding-top: 16px;
  padding-bottom: 40px;
}
.sa-blog-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0A2139;
  margin: 0 0 12px;
}
.sa-blog-desc {
  font-size: 0.9rem;
  color: var(--sa-neutral-500);
  margin-bottom: 20px;
  line-height: 1.6;
}

.sa-blog-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.sa-blog-topic-pill {
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--sa-neutral-600);
  background: #f1f5f9;
  text-decoration: none;
  transition: all 0.2s;
  border: 1px solid transparent;
}
.sa-blog-topic-pill:hover {
  background: #e2e8f0;
  color: #0A2139;
}
.sa-blog-topic-pill.active {
  background: #0A2139;
  color: #fff;
  border-color: #0A2139;
}

.sa-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 576px) {
  .sa-blog-grid { gap: 20px; }
}
@media (min-width: 992px) {
  .sa-blog-grid { grid-template-columns: repeat(4, 1fr); }
}

.sa-blog-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--sa-radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--sa-neutral-200);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.2s;
}
.sa-blog-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-2px);
  color: inherit;
  text-decoration: none;
}
.sa-blog-card-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #f1f5f9;
}
.sa-blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sa-blog-card-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #12304D 0%, #0A2139 100%);
}
.sa-blog-card-img-placeholder .iconsax {
  font-size: 2.5rem;
  color: rgba(255,255,255,0.25);
}
.sa-blog-card-body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sa-blog-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0A2139;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
[dir="rtl"] .sa-blog-card-title {
  font-size: 0.85rem;
  line-height: 1.5;
}
.sa-blog-card-excerpt {
  font-size: 0.82rem;
  color: var(--sa-neutral-500);
  line-height: 1.5;
  margin: 0 0 12px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
[dir="rtl"] .sa-blog-card-excerpt {
  font-size: 0.75rem;
  line-height: 1.6;
}
.sa-blog-card-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.75rem;
  color: var(--sa-neutral-400);
}
[dir="rtl"] .sa-blog-card-meta {
  font-size: 0.65rem;
}
.sa-blog-card-meta > span {
  display: inline-flex;
  align-items: center;
}
.sa-blog-card-meta .iconsax {
  font-size: 0.8rem;
  margin-inline-end: 4px;
}
.sa-blog-card-topic {
  background: var(--sa-neutral-100);
  color: var(--sa-neutral-600);
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
  display: inline-block !important;
  vertical-align: middle;
}

.sa-blog-empty {
  text-align: center;
  padding: 60px 20px;
}
.sa-blog-empty .iconsax {
  font-size: 3rem;
  color: var(--sa-neutral-300);
}
.sa-blog-empty p {
  margin-top: 12px;
  color: var(--sa-neutral-500);
}

/* Article Detail */
.sa-article {
  max-width: 800px;
  margin: 0 auto;
}
.sa-article-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0A2139;
  margin: 0 0 12px;
  line-height: 1.4;
}
.sa-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 0.82rem;
  color: var(--sa-neutral-500);
}
.sa-article-meta a {
  color: var(--sa-accent);
  text-decoration: none;
}
.sa-article-meta .iconsax {
  font-size: 0.85rem;
  margin-inline-end: 4px;
}
.sa-article-cover {
  border-radius: var(--sa-radius);
  overflow: hidden;
  margin-bottom: 24px;
}
.sa-article-cover img {
  width: 100%;
  height: auto;
  display: block;
}
.sa-article-content {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--sa-neutral-700);
  margin-bottom: 24px;
}
.sa-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 12px 0;
}
.sa-article-content h2,
.sa-article-content h3 {
  color: #0A2139;
  margin-top: 24px;
}
.sa-article-content .wp-imported-content {
  overflow-wrap: anywhere;
}
.sa-article-content .wp-imported-content a {
  color: #0A2139;
  text-decoration: underline;
  text-decoration-color: rgba(212, 175, 55, 0.85);
  text-underline-offset: 3px;
  word-break: break-word;
}
.sa-article-content .wp-imported-content a:hover {
  color: var(--sa-accent);
}
.sa-article-content .wp-imported-content ul,
.sa-article-content .wp-imported-content ol {
  margin: 16px 0;
  padding-inline-start: 1.35rem;
}
.sa-article-content .wp-imported-content li {
  margin-bottom: 10px;
  line-height: 1.9;
}
.sa-article-content .wp-imported-content ol li::marker,
.sa-article-content .wp-imported-content ul li::marker {
  font-size: 0.95em;
  font-weight: 700;
  color: #0A2139;
}
.sa-article-content .wp-imported-content table {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px 0;
  border: 1px solid rgba(10, 33, 57, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(10, 33, 57, 0.05);
}
.sa-article-content .wp-imported-content table thead th {
  background: rgba(10, 33, 57, 0.05);
  color: #0A2139;
  font-weight: 800;
}
.sa-article-content .wp-imported-content table th,
.sa-article-content .wp-imported-content table td {
  min-width: 140px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(10, 33, 57, 0.08);
  border-inline-end: 1px solid rgba(10, 33, 57, 0.08);
  text-align: start;
  vertical-align: top;
  background: #fff;
}
.sa-article-content .wp-imported-content table tr:last-child td {
  border-bottom: 0;
}
.sa-article-content .wp-imported-content table th:last-child,
.sa-article-content .wp-imported-content table td:last-child {
  border-inline-end: 0;
}
.sa-article-content .wp-imported-content .container-fluid {
  padding: 0;
}
.sa-article-content .wp-imported-content .results-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 18px;
  margin: 20px 0;
}
.sa-article-content .wp-imported-content .results-wrapper.grid,
.sa-article-content .wp-imported-content .results-wrapper.loading {
  display: grid;
}
.sa-article-content .wp-imported-content .results-wrapper .grid-item,
.sa-article-content .wp-imported-content .results-wrapper > [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
  float: none;
}
.sa-article-content .wp-imported-content .lf-item-container.listing-preview {
  border: 1px solid rgba(10, 33, 57, 0.08);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 34px rgba(10, 33, 57, 0.08);
}
.sa-article-content .wp-imported-content .lf-item {
  position: relative;
  min-height: 250px;
  background: #0A2139;
}
.sa-article-content .wp-imported-content .lf-item > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.sa-article-content .wp-imported-content .lf-item .lf-background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}
.sa-article-content .wp-imported-content .lf-item .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 33, 57, 0.08), rgba(10, 33, 57, 0.82)) !important;
  opacity: 1 !important;
}
.sa-article-content .wp-imported-content .lf-item-info-2 {
  position: relative;
  z-index: 1;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 20px 18px 18px;
}
.sa-article-content .wp-imported-content .lf-avatar {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(10, 33, 57, 0.2);
}
.sa-article-content .wp-imported-content .listing-preview-title {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 800;
}
.sa-article-content .wp-imported-content .listing-preview-title .verified-listing {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-inline-start: 6px;
}
.sa-article-content .wp-imported-content .lf-item-info-2 h6 {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.83rem;
  line-height: 1.85;
  font-weight: 500;
}
.sa-article-content .wp-imported-content .lf-head {
  position: absolute;
  top: 14px;
  inset-inline-end: 14px;
  z-index: 2;
}
.sa-article-content .wp-imported-content .lf-head-btn,
.sa-article-content .wp-imported-content .offer-custom-field {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.96);
  color: #0A2139;
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(10, 33, 57, 0.18);
}
.sa-article-content .wp-imported-content .lf-head-btn i {
  font-style: normal;
}
.sa-article-content .wp-imported-content .tooltip-container {
  display: none;
}
.sa-article-content .wp-imported-content .listing-details.c27-footer-section {
  padding: 14px 16px 16px;
  background: #fff;
}
.sa-article-content .wp-imported-content .c27-listing-preview-category-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.sa-article-content .wp-imported-content .c27-listing-preview-category-list li {
  margin: 0;
}
.sa-article-content .wp-imported-content .c27-listing-preview-category-list a,
.sa-article-content .wp-imported-content .categories-dropdown > span > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  background: #f6f8fb;
  color: #0A2139;
}
.sa-article-content .wp-imported-content .cat-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 0 0 auto;
}
.sa-article-content .wp-imported-content .cat-icon i {
  display: none;
}
.sa-article-content .wp-imported-content .cat-more {
  background: #e8edf5 !important;
  color: #0A2139 !important;
  font-size: 0.78rem;
  font-weight: 800;
}
.sa-article-content .wp-imported-content .category-name {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0A2139;
}
.sa-article-content .wp-imported-content .categories-dropdown .tooltip-container {
  display: none;
}
.sa-article-content .wp-imported-content .ld-info,
.sa-article-content .wp-imported-content .ld-info ul {
  display: none;
}
.sa-article-content .wp-imported-content .elementor-widget-icon.icon2,
.sa-article-content .wp-imported-content .elementor-widget-icon.odd {
  margin: 0 0 10px;
}
.sa-article-content .wp-imported-content .elementor-widget-icon.icon2 .elementor-widget-container,
.sa-article-content .wp-imported-content .elementor-widget-icon.odd .elementor-widget-container {
  display: flex;
  align-items: center;
}
.sa-article-content .wp-imported-content .elementor-widget-icon.icon2 .elementor-icon-wrapper,
.sa-article-content .wp-imported-content .elementor-widget-icon.odd .elementor-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sa-article-content .wp-imported-content .elementor-widget-icon.icon2 .elementor-icon,
.sa-article-content .wp-imported-content .elementor-widget-icon.odd .elementor-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0A2139;
  border: 1px solid rgba(10, 33, 57, 0.1);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.18), rgba(212, 175, 55, 0.08));
  box-shadow: 0 10px 24px rgba(10, 33, 57, 0.08);
}
.sa-article-content .wp-imported-content .elementor-widget-icon.icon2 .elementor-icon svg,
.sa-article-content .wp-imported-content .elementor-widget-icon.odd .elementor-icon svg {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px;
  max-height: 22px;
  display: block;
}
.sa-article-content .wp-imported-content .elementor-widget-icon.icon2 + .elementor-widget-heading,
.sa-article-content .wp-imported-content .elementor-widget-icon.odd + .elementor-widget-heading {
  margin-top: 8px;
}
.sa-article-content .wp-imported-content .elementor-widget-icon.icon2 + .elementor-widget-heading .elementor-heading-title,
.sa-article-content .wp-imported-content .elementor-widget-icon.odd + .elementor-widget-heading .elementor-heading-title {
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}
.sa-article-content .wp-imported-content .elementor-widget-icon.odd .elementor-icon {
  background: linear-gradient(180deg, rgba(86, 180, 140, 0.2), rgba(86, 180, 140, 0.08));
}
.sa-article-content .wp-imported-content .elementor-widget-icon-box {
  margin: 0;
}
.sa-article-content .wp-imported-content .elementor-widget-icon-box .elementor-icon-box-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(10, 33, 57, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(10, 33, 57, 0.06);
}
.sa-article-content .wp-imported-content .elementor-widget-icon-box .elementor-icon-box-icon {
  flex: 0 0 auto;
}
.sa-article-content .wp-imported-content .elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10, 33, 57, 0.1);
  background: linear-gradient(180deg, rgba(86, 180, 140, 0.2), rgba(86, 180, 140, 0.08));
  box-shadow: 0 10px 24px rgba(10, 33, 57, 0.08);
}
.sa-article-content .wp-imported-content .elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon svg {
  width: 22px !important;
  height: 22px !important;
  max-width: 22px;
  max-height: 22px;
  display: block;
}
.sa-article-content .wp-imported-content .elementor-widget-icon-box .elementor-icon-box-content {
  flex: 1 1 auto;
  min-width: 0;
}
.sa-article-content .wp-imported-content .elementor-widget-icon-box .elementor-icon-box-title,
.sa-article-content .wp-imported-content .elementor-widget-icon-box .elementor-icon-box-description {
  margin: 0;
}
.sa-article-content .wp-imported-content .elementor-widget-icon-box .elementor-icon-box-title {
  font-size: 1rem;
  line-height: 1.65;
  color: #0A2139;
  font-weight: 800;
  margin-bottom: 6px;
}
.sa-article-content .wp-imported-content .elementor-widget-icon-box .elementor-icon-box-description {
  font-size: 0.92rem;
  line-height: 1.9;
  color: var(--sa-neutral-700);
}
.sa-article-content .wp-imported-content .elementor-widget-lottie {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 4px 0;
}
.sa-article-content .wp-imported-content .elementor-widget-lottie .e-lottie__container {
  width: 2px;
  min-height: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.2), rgba(10, 33, 57, 0.2));
  position: relative;
}
.sa-article-content .wp-imported-content .elementor-widget-lottie .e-lottie__container::before,
.sa-article-content .wp-imported-content .elementor-widget-lottie .e-lottie__container::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4af37;
  transform: translateX(-50%);
}
.sa-article-content .wp-imported-content .elementor-widget-lottie .e-lottie__container::before {
  top: -1px;
}
.sa-article-content .wp-imported-content .elementor-widget-lottie .e-lottie__container::after {
  bottom: -1px;
}
.sa-article-content .wp-imported-content .elementor-widget-lottie .e-lottie__animation {
  display: none;
}
@media (min-width: 768px) {
  .sa-article-content .wp-imported-content .results-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .sa-article-content .wp-imported-content .results-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sa-article-content .wp-imported-content .e-n-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
}
.sa-article-content .wp-imported-content .e-n-accordion-item {
  border: 1px solid rgba(10, 33, 57, 0.1);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(10, 33, 57, 0.05);
}
.sa-article-content .wp-imported-content .e-n-accordion-item-title {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 16px 18px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.7;
  color: #0A2139;
  background: #fff;
}
.sa-article-content .wp-imported-content .e-n-accordion-item-title::-webkit-details-marker {
  display: none;
}
.sa-article-content .wp-imported-content .e-n-accordion-item-title::marker {
  display: none;
  content: "";
}
.sa-article-content .wp-imported-content .e-n-accordion-item-title-header {
  flex: 1 1 auto;
}
.sa-article-content .wp-imported-content .e-n-accordion-item-title-text {
  display: block;
}
.sa-article-content .wp-imported-content .e-n-accordion-item-title-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0A2139;
  background: rgba(212, 175, 55, 0.14);
}
.sa-article-content .wp-imported-content .e-opened,
.sa-article-content .wp-imported-content .e-closed {
  display: none;
  align-items: center;
  justify-content: center;
}
.sa-article-content .wp-imported-content .e-n-accordion-item[open] > .e-n-accordion-item-title .e-opened {
  display: inline-flex;
}
.sa-article-content .wp-imported-content .e-n-accordion-item:not([open]) > .e-n-accordion-item-title .e-closed {
  display: inline-flex;
}
.sa-article-content .wp-imported-content .e-font-icon-svg {
  width: 14px;
  height: 14px;
  display: block;
  fill: currentColor;
}
.sa-article-content .wp-imported-content .e-n-accordion-item[open] > .e-n-accordion-item-title {
  border-bottom: 1px solid rgba(10, 33, 57, 0.08);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.12), rgba(212, 175, 55, 0.04));
}
.sa-article-content .wp-imported-content .e-n-accordion-item > [role="region"] {
  padding: 0 18px 18px;
}
.sa-article-content .wp-imported-content .e-n-accordion-item > [role="region"] > .e-con-inner,
.sa-article-content .wp-imported-content .e-n-accordion-item > [role="region"] .elementor-widget-container > :first-child {
  margin-top: 0;
}
.sa-article-content .wp-imported-content .e-n-accordion-item > [role="region"] p:last-child {
  margin-bottom: 0;
}
.sa-article-rating-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 24px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(10, 33, 57, 0.04), rgba(212, 175, 55, 0.08));
  border: 1px solid rgba(10, 33, 57, 0.08);
}
.sa-article-rating-copy h2 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: #0A2139;
}
.sa-article-rating-copy p {
  margin: 0;
  color: var(--sa-neutral-600);
  font-size: 0.88rem;
}
.sa-article-rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sa-article-rating-star {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #c7d2de;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 18px rgba(10, 33, 57, 0.08);
}
.sa-article-rating-star .iconsax {
  font-size: 20px;
}
.sa-article-rating-star.is-active {
  color: #d4af37;
}
.sa-article-rating-star:hover {
  transform: translateY(-1px);
}
.sa-article-rating-stars.is-loading {
  opacity: 0.65;
  pointer-events: none;
}
.sa-article-rating-feedback {
  width: 100%;
  font-size: 0.84rem;
  font-weight: 600;
}
.sa-article-rating-feedback.is-success {
  color: #1f7a58;
}
.sa-article-rating-feedback.is-error {
  color: #b42318;
}
.sa-related-articles {
  margin: 28px 0 32px;
}
.sa-related-articles-head {
  margin-bottom: 16px;
}
.sa-related-articles-head h2 {
  margin: 0 0 6px;
  color: #0A2139;
  font-size: 1.15rem;
}
.sa-related-articles-head p {
  margin: 0;
  color: var(--sa-neutral-500);
  font-size: 0.88rem;
}
.sa-related-articles-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 14px;
}
.sa-related-article-card {
  display: flex;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  padding: 12px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(10, 33, 57, 0.08);
  box-shadow: 0 10px 24px rgba(10, 33, 57, 0.06);
}
.sa-related-article-img {
  width: 110px;
  min-width: 110px;
  height: 90px;
  overflow: hidden;
  border-radius: 14px;
}
.sa-related-article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sa-related-article-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.sa-related-article-date {
  font-size: 0.75rem;
  color: var(--sa-neutral-500);
}
.sa-related-article-title {
  color: #0A2139;
  font-weight: 800;
  line-height: 1.6;
}
.sa-related-article-excerpt {
  font-size: 0.82rem;
  color: var(--sa-neutral-600);
  line-height: 1.7;
}
.sa-article-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--sa-neutral-200);
}
.sa-article-tags .iconsax {
  font-size: 1rem;
  color: var(--sa-neutral-400);
}
.sa-article-tag {
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
  background: #f1f5f9;
  color: var(--sa-neutral-600);
  text-decoration: none;
  transition: all 0.2s;
}
.sa-article-tag:hover {
  background: var(--sa-accent);
  color: #0A2139;
}
.sa-article-comments {
  margin-bottom: 24px;
}
.sa-article-back {
  margin-bottom: 28px;
}
.sa-article-back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 50px;
  background: #0A2139;
  color: #fff;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.2s;
}
.sa-article-back a:hover {
  background: #0f2e4f;
  color: #fff;
}
.sa-not-found-page {
  padding: 24px 0 40px;
}
.sa-not-found-card {
  max-width: 760px;
  margin: 32px auto 0;
  padding: 32px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(10, 33, 57, 0.04), rgba(212, 175, 55, 0.08));
  border: 1px solid rgba(10, 33, 57, 0.08);
  text-align: center;
}
.sa-not-found-code {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  color: #0A2139;
  margin-bottom: 10px;
}
.sa-not-found-card h1 {
  margin: 0 0 12px;
  color: #0A2139;
}
.sa-not-found-card p {
  margin: 0 auto 22px;
  max-width: 520px;
  color: var(--sa-neutral-600);
  line-height: 1.8;
}
.sa-not-found-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.sa-not-found-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  background: #fff;
  color: #0A2139;
  border: 1px solid rgba(10, 33, 57, 0.08);
}
.sa-not-found-btn-primary {
  background: #0A2139;
  color: #fff;
}
.sa-not-found-btn-primary:hover {
  color: #fff;
}
.sa-app-install-page {
  padding: 24px 0 40px;
}
.sa-app-install-hero {
  margin-top: 22px;
}
.sa-app-install-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 420px);
  gap: 24px;
  align-items: stretch;
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(10, 33, 57, 0.04), rgba(212, 175, 55, 0.08));
  border: 1px solid rgba(10, 33, 57, 0.08);
}
.sa-app-install-copy {
  display: flex;
  flex-direction: column;
}
.sa-app-install-kicker {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(10, 33, 57, 0.08);
  color: #0A2139;
  font-size: 0.8rem;
  font-weight: 700;
}
.sa-app-install-copy h1 {
  margin: 0 0 12px;
  color: #0A2139;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.25;
}
.sa-app-install-copy > p,
.sa-app-install-description,
.sa-app-install-note {
  color: var(--sa-neutral-600);
  line-height: 1.9;
}
.sa-app-install-description {
  margin-top: 4px;
}
.sa-app-install-features {
  margin-top: 24px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(10, 33, 57, 0.06);
}
.sa-app-install-features h2 {
  margin: 0 0 12px;
  font-size: 1rem;
  color: #0A2139;
}
.sa-app-install-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.sa-app-install-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #0A2139;
}
.sa-app-install-features .iconsax {
  color: #d4af37;
  margin-top: 2px;
}
.sa-app-install-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.sa-app-install-note {
  margin-top: 14px;
  font-size: 0.88rem;
}
.sa-app-install-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #0A2139;
  font-weight: 700;
  text-decoration: none;
}
.sa-app-install-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sa-app-install-phone {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 28px 22px;
  border-radius: 32px;
  background: linear-gradient(180deg, #0A2139 0%, #173e65 100%);
  color: #fff;
  box-shadow: 0 24px 50px rgba(10, 33, 57, 0.22);
  overflow: hidden;
}
.sa-app-install-phone::before {
  content: '';
  position: absolute;
  inset: auto -60px -90px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.16);
}
.sa-app-install-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 18px;
}
.sa-app-install-phone-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.18);
  color: #f2d27b;
  font-weight: 700;
  font-size: 0.8rem;
}
.sa-app-install-phone-title {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.sa-app-install-phone-text {
  max-width: 320px;
  color: rgba(255,255,255,0.82);
  line-height: 1.9;
}
@media (min-width: 768px) {
  .sa-related-articles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767.98px) {
  .sa-article-rating-card {
    padding: 16px;
  }
  .sa-related-article-card {
    flex-direction: column;
  }
  .sa-related-article-img {
    width: 100%;
    min-width: 100%;
    height: 180px;
  }
  .sa-app-install-card {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 24px;
  }
  .sa-app-install-phone {
    min-height: 280px;
    border-radius: 26px;
  }
}

/* SSR fallback grid for homepage */
.sa-biz-ssr-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .sa-biz-ssr-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sa-biz-ssr-grid .sa-biz-card {
  width: 100%;
}
