body {
  width: 100%;
  height: 100%;
}
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 {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.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 .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-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;
}

/* ============================================
   StepApp Theme – Header
   ============================================ */
:root {
  --sa-primary: #009688;
  --sa-primary-dark: #00796b;
  --sa-primary-light: #e0f2f1;
  --sa-footer-bg: #1a1a2e;
  --sa-footer-secondary: #2d2d44;
}
.stepapp-header {
  background: linear-gradient(135deg, var(--sa-primary) 0%, var(--sa-primary-dark) 100%);
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 2px 12px rgba(0,0,0,.15);
}
.stepapp-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 1rem;
}
.stepapp-header-logo a {
  text-decoration: none;
}
.stepapp-header-logo img {
  max-height: 42px;
  width: auto;
}
.stepapp-logo-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .5px;
}
.stepapp-header-search {
  flex: 1;
  max-width: 480px;
}
.stepapp-header-search .input-group,
.stepapp-header-search-mobile .input-group {
  margin-bottom: 0 !important;
}
.stepapp-header-search form,
.stepapp-header-search-mobile form {
  margin-bottom: 0 !important;
}
.stepapp-header-search .form-control-lg,
.stepapp-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);
}
.stepapp-header-search .btn-lg,
.stepapp-header-search-mobile .btn-lg {
  border-radius: 0 24px 24px 0;
  background: var(--sa-primary-dark);
  border: none;
  color: #fff;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
}
.stepapp-header-search .btn-lg:hover,
.stepapp-header-search-mobile .btn-lg:hover {
  background: #004d40;
}
.stepapp-header-search-mobile {
  background: var(--sa-primary-dark);
  padding: 8px 0;
}
.stepapp-header-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.stepapp-header-btn {
  color: #fff;
  font-size: .875rem;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.stepapp-header-btn:hover {
  background: rgba(255,255,255,.15);
  color: #fff;
}
.stepapp-header-btn-outline {
  border: 1.5px solid rgba(255,255,255,.6);
}
.stepapp-header-btn-outline:hover {
  background: #fff;
  color: var(--sa-primary);
}
.stepapp-header .dropdown-menu {
  border: none;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
  border-radius: 10px;
  padding: .5rem 0;
  min-width: 180px;
}
.stepapp-header .dropdown-item {
  font-size: .875rem;
  padding: .5rem 1rem;
}
.stepapp-header .dropdown-item:hover {
  background: var(--sa-primary-light);
  color: var(--sa-primary-dark);
}

/* ============================================
   StepApp Theme – Footer
   ============================================ */
.stepapp-footer {
  background: var(--sa-footer-bg);
  color: #ccc;
  padding: 50px 0 0;
  width: 100%;
  border: none;
}
.stepapp-footer h5 {
  color: #fff;
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.stepapp-footer-brand {
  margin-bottom: 1rem;
}
.stepapp-footer-logo {
  max-height: 40px;
  width: auto;
  margin-bottom: .75rem;
}
.stepapp-footer-tagline {
  color: #999;
  font-size: .85rem;
  margin-bottom: 0;
}
.stepapp-footer-social {
  display: flex;
  gap: .75rem;
  margin-top: 1rem;
}
.stepapp-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: background .2s, color .2s;
  text-decoration: none;
}
.stepapp-footer-social a:hover {
  background: var(--sa-primary);
  color: #fff;
}
.stepapp-footer-links {
  font-size: .85rem;
}
.stepapp-footer-links li {
  margin-bottom: .5rem;
}
.stepapp-footer-links a {
  color: #aaa;
  text-decoration: none;
  transition: color .2s;
}
.stepapp-footer-links a:hover {
  color: var(--sa-primary);
}
.stepapp-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 2rem;
  padding: 1.25rem 0;
  text-align: center;
}
.stepapp-footer-bottom p {
  margin: 0;
  font-size: .8rem;
  color: #777;
}

/* ============================================
   StepApp Theme – Homepage
   ============================================ */
.stepapp-hero {
  background: linear-gradient(135deg, var(--sa-primary) 0%, #004d40 100%);
  position: relative;
  padding: 60px 0 80px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.stepapp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0v40M0 20h40' stroke='%23ffffff' stroke-width='.5' opacity='.07'/%3E%3C/svg%3E");
  pointer-events: none;
}
.stepapp-hero h1 {
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: .5rem;
}
.stepapp-hero p {
  font-size: 1.1rem;
  opacity: .85;
  margin-bottom: 2rem;
}
.stepapp-hero-search {
  max-width: 560px;
  margin: 0 auto;
}
.stepapp-hero-search .input-group {
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
  border-radius: 30px;
  overflow: hidden;
}
.stepapp-hero-search .form-control {
  border: none;
  height: 50px;
  font-size: 1rem;
  padding: 0 24px;
}
.stepapp-hero-search .btn {
  background: var(--sa-primary-dark);
  color: #fff;
  border: none;
  padding: 0 28px;
  font-size: 1rem;
}
.stepapp-hero-search .btn:hover {
  background: #004d40;
}
.stepapp-section {
  padding: 50px 0;
}
.stepapp-section-title {
  text-align: center;
  margin-bottom: 2rem;
}
.stepapp-section-title h2 {
  font-weight: 700;
  font-size: 1.6rem;
  color: #333;
}
.stepapp-section-title p {
  color: #777;
  font-size: .95rem;
}
.stepapp-cta {
  background: linear-gradient(135deg, var(--sa-primary) 0%, var(--sa-primary-dark) 100%);
  border-radius: 16px;
  padding: 48px;
  color: #fff;
  text-align: center;
  margin: 40px 0 20px;
}
.stepapp-cta h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: .75rem;
}
.stepapp-cta p {
  opacity: .9;
  margin-bottom: 1.5rem;
}
.stepapp-cta .btn {
  background: #fff;
  color: var(--sa-primary-dark);
  font-weight: 600;
  border-radius: 24px;
  padding: 10px 32px;
  border: none;
}
.stepapp-cta .btn:hover {
  background: var(--sa-primary-light);
}

/* ============================================
   StepApp Theme – Business Category Widget
   ============================================ */
.stepapp-categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 1.5rem;
  justify-items: center;
}
.stepapp-cat-item {
  text-align: center;
  text-decoration: none;
  color: #444;
  transition: transform .2s;
}
.stepapp-cat-item:hover {
  transform: translateY(-4px);
  color: var(--sa-primary);
}
.stepapp-cat-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto .75rem;
  border: 3px solid var(--sa-primary-light);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  transition: border-color .2s, box-shadow .2s;
}
.stepapp-cat-item:hover .stepapp-cat-icon {
  border-color: var(--sa-primary);
  box-shadow: 0 4px 16px rgba(0,150,136,.2);
}
.stepapp-cat-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stepapp-cat-icon i {
  font-size: 2rem;
  color: var(--sa-primary);
}
.stepapp-cat-name {
  font-size: .8rem;
  font-weight: 600;
}

/* ============================================
   StepApp Theme – Business Listing Carousel
   ============================================ */
.stepapp-biz-carousel {
  padding: 10px;
  margin: -10px;
}
.stepapp-biz-carousel .swiper-pagination-bullet-active {
  background: var(--sa-primary);
}
.stepapp-biz-carousel .swiper-button-next,
.stepapp-biz-carousel .swiper-button-prev {
  color: var(--sa-primary);
}

/* ============================================
   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;
}

/* ============================================
   StepApp 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-primary-light, #e0f2f1);
  color: var(--sa-primary, #009688);
}
.sa-sidebar-link.active {
  background: var(--sa-primary-light, #e0f2f1);
  color: var(--sa-primary, #009688);
  font-weight: 600;
  border-left-color: var(--sa-primary, #009688);
}
.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);
}

/* ============================================
   StepApp 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: #009688;
  --biz-primary-dark: #00796b;
  --biz-primary-light: #e0f2f1;
  --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, #00796b 0%, #263238 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-primary);
  color: #fff;
}
.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 */
.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 .fa-solid.fa-star {
  color: #ffc107;
  font-size: .7rem;
}
.biz-review-stars .fa-regular.fa-star {
  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(--biz-primary-light);
  color: var(--biz-primary-dark);
  font-weight: 600;
  font-size: .88rem;
  border: none;
  transition: all .2s;
}
.biz-btn-review-cta:hover {
  background: var(--biz-primary);
  color: #fff;
}

/* 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 .fa-solid.fa-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(--biz-primary);
  color: var(--biz-primary);
  font-size: .82rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}
.biz-view-all-btn:hover {
  background: var(--biz-primary);
  color: #fff;
}

/* --- 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-thumb-blur + .sa-biz-card-cover {
  object-fit: contain;
}
.sa-biz-card-rating {
  position: absolute;
  bottom: -14px;
  left: 16px;
  background: #fff;
  color: #263238;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 2;
}
.sa-biz-card-rating i {
  color: #263238;
}
.sa-biz-card-logo-wrap {
  position: absolute;
  bottom: -24px;
  right: 16px;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fff;
  padding: 2px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  z-index: 2;
}
.sa-biz-card-logo {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.sa-biz-card-info {
  padding: 36px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
html[dir="ltr"] .sa-biz-card-info {
  align-items: flex-start;
  text-align: left;
}
html[dir="ltr"] .sa-biz-card-rating {
  left: auto;
  right: 16px;
}
html[dir="ltr"] .sa-biz-card-logo-wrap {
  right: auto;
  left: 16px;
}
.sa-biz-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #263238;
  margin: 0 0 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sa-biz-card-category {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  font-size: 0.75rem;
  color: #263238;
  background: #fff;
  font-weight: 600;
}

/* 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;
  }
}
