.faq-item {
  border-radius: 8px;
  background: #fff;
  padding: 28px 40px;
  border: #e5e5e5;
}

.faq-item:not(:last-child) {
  margin-bottom: 20px;
}

.section-bg {
  background: #f0f5fc;
}

@media screen and (max-width: 575px) {
  .faq-item {
    padding: 15px 25px 15px 15px;
  }
}

.faq-item .faq-title {
  border: none;
  position: relative;
  cursor: pointer;
  margin: 0;
}

.faq-item .faq-title .title {
  border: none;
  margin: 0;
  width: calc(100% - 10px);
  text-transform: capitalize;
}

.faq-item .faq-title .right-icon {
  position: absolute;
  right: -20px;
  width: 40px;
  height: 22px;
  top: 0;
}

.faq-item .faq-title .right-icon::after,
.faq-item .faq-title .right-icon::before {
  position: absolute;
  content: "";
  background: #555555;
  top: 50%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-item .faq-title .right-icon::before {
  width: 2px;
  height: 20px;
}

.faq-item .faq-title .right-icon::after {
  width: 20px;
  height: 2px;
}

.faq-item .faq-content {
  padding: 0;
  padding-top: 30px;
  display: none;
}

.faq-item.open .faq-title .title {
  color: #31c7cb;
}

.faq-item.open .faq-title .right-icon::after,
.faq-item.open .faq-title .right-icon::before {
  background: #31c7cb;
}

.faq-item.open .faq-title .right-icon::before {
  height: 0;
}

.faq-item.active .faq-content {
  display: block;
}

.section-bg .faq-item {
  background: #fff;
}

.image-upload .thumb .profilePicPreview {
  width: 100%;
  height: 310px;
  display: block;
  border: 3px solid #f1f1f1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-size: cover !important;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.image-upload .thumb .profilePicPreview.logoPicPrev {
  background-size: contain !important;
  background-position: center;
}

.image-upload .thumb .profilePicUpload {
  font-size: 0;
  opacity: 0;
}

.image-upload .thumb .avatar-edit label {
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  cursor: pointer;
  padding: 2px 25px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s;
}

.image-upload .thumb .avatar-edit label:hover {
  transform: translateY(-3px);
}

.image-upload .thumb .profilePicPreview .remove-image {
  position: absolute;
  top: -9px;
  right: -9px;
  text-align: center;
  width: 55px;
  height: 55px;
  font-size: 24px;
  border-radius: 50%;
  background-color: #df1c1c;
  color: #fff;
  display: none;
}

.image-upload .thumb .profilePicPreview.has-image .remove-image {
  display: block;
}

.bg--sec {
  background-color: #002046 !important;
  color: #fff !important;
}

.mb-30-none {
  margin-bottom: -30px;
}

.plan {
  border-radius: 5px;
  margin: 0 15px 30px;
  width: 100%;
  max-width: 280px;
}

.plan-inner {
  background: #fff;
  margin: 0 auto;
  position: relative;
  border-radius: 5px;
}

.entry-title {
  background: #43ced2;
  height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  border-radius: 5px 5px 27px 27px;
}

.entry-title > h3 {
  font-size: 20px;
  color: #fff;
  padding: 12px 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.entry-title .price {
  position: absolute;
  bottom: -25px;
  background: #43ced2;
  height: 95px;
  width: 95px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  border: 5px solid #ffffffb0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-break: break-all;
  line-height: 1;
}

.price span {
  position: absolute;
  font-size: 9px;
  bottom: -10px;
  left: 30px;
  font-weight: 400;
}

.entry-content {
  color: #323232;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.entry-content li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.entry-content li:last-child {
  border: none;
}

.btn a {
  background: #43ced2;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3px;
  text-decoration: none;
}

.hot {
  position: absolute;
  top: -7px;
  background: #f80;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  padding: 2px 5px;
  font-size: 9px;
  border-radius: 2px;
  right: 10px;
  font-weight: 700;
}

.paymentPrev {
  width: 25rem;
}

/*image upload */
.product-image-upload-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.4375rem;
}

.single-upload {
  padding: 0.4375rem;
  width: calc(100% / 6);
}

@media (max-width: 1199px) {
  .single-upload {
    width: calc(100% / 5);
  }
}

@media (max-width: 520px) {
  .single-upload {
    width: calc(100% / 3);
  }
}

@media (max-width: 420px) {
  .single-upload {
    width: calc(100% / 2);
  }
}

@media (max-width: 340px) {
  .single-upload {
    width: calc(100% / 2);
  }
}

.form-input {
  width: 100px;
  background: #fff;
}

.form-input input {
  display: none;
}

.form-input label {
  display: block;
  width: 100px;
  height: auto;
  max-height: 100px;
  background: #dadada;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .form-input label {
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    max-height: 70px;
  }
}

.form-input img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

@media (max-width: 767px) {
  .form-input img {
    width: 70px;
    height: 70px;
  }
}

.imgRemove {
  position: relative;
  bottom: 114px;
  left: 68%;
  background-color: transparent;
  border: none;
  outline: none;
}

.imgRemove::after {
  content: " \21BA";
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.5rem;
}

.form-check-primary
  .custom-control-input:checked
  ~ .custom-control-label::before {
  border-color: #7367f0;
  background-color: #7367f0;
}

.pagination {
  margin: -3px !important;
  margin-top: 15px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .page-item {
  text-align: center;
  padding: 3px !important;
  margin: 0 !important;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 35px !important;
  height: 35px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #43cdd2;
  color: #fcf6f5ff;
  padding: 0;
  line-height: 35px !important;
  padding: 0 !important;
  display: block;
  margin: 0 !important;
  border: 1px solid rgba(48, 51, 107, 0.2);
}

.pagination .page-item.active span,
.pagination .page-item.active a,
.pagination .page-item:hover span,
.pagination .page-item:hover a {
  background: #fff;
  background: #43cdd2;
  border: 1px solid rgba(48, 51, 107, 0.2);
}

.pagination .page-item.disabled span {
  background: rgba(249, 159, 11, 0.3);
  border: none;
  color: #30336b;
}

.pagination .page-item.active .page-link {
  background: #43cdd238;
}

.maps {
  height: 100%;
  min-height: 300px;
}

.cookie__wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #002046;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10vh;
  font-size: 18px;
  z-index: 99999;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  animation: fadeInUp 2s;
  -webkit-animation: fadeInUp 2s;
}

.cookie__wrapper .txt {
  max-width: 720px;
  margin-right: 20px;
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .cookie__wrapper {
    padding: 20px;
  }

  .cookie__wrapper .txt {
    font-size: 12px;
  }
}

.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.py-80 {
  padding: 80px 0;
}

.py-85 {
  padding: 85px 0;
}

.py-90 {
  padding: 90px 0;
}

.py-95 {
  padding: 95px 0;
}

.py-100 {
  padding: 100px 0;
}

.py-105 {
  padding: 105px 0;
}

.py-110 {
  padding: 110px 0;
}

.py-115 {
  padding: 100px 0;
}

.py-120 {
  padding: 115px 0;
}

.py-125 {
  padding: 125px 0;
}

.py-130 {
  padding: 130px 0;
}

.py-135 {
  padding: 135px 0;
}

.py-140 {
  padding: 140px 0;
}

.py-145 {
  padding: 145px 0;
}

.py-150 {
  padding: 150px 0;
}

label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}

/* Language */

.dropdown-lang {
  margin-left: 30px !important;
}

@media (max-width: 1199px) {
  .dropdown-lang {
    margin-left: 0px !important;
  }
}

.dropdown-lang .language-btn .flag {
  width: 20px;
  height: 15px;
  border-radius: 2px;
}

.dropdown-lang .language-btn::after {
  color: hsl(var(--body-color));
}

.dropdown-lang .language-text {
  color: #fff;
  font-size: 16px;
}

.dropdown-lang .language-btn {
  color: #fff;
}

.dropdown-lang .dropdown-menu {
  width: 112px !important;
  border: 1px solid hsl(var(--border));
  border-radius: 8px;
  padding: 10px !important;
  max-height: 370px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 999;
  box-shadow: var(--box-shadow);
  transform: inherit;
  min-width: 130px !important;
  margin-top: 20px;
}

.dropdown-lang .dropdown-menu.show {
  opacity: 1 !important;
  visibility: visible !important;
}

.dropdown-lang .dropdown-menu a {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000 !important;
  transition: 0.3s;
  padding-bottom: 6px;
  border-bottom: 1px solid #f3f3f3;
}

.dropdown-lang .dropdown-menu a:hover {
  color: hsl(var(--base));
}

.dropdown-lang .dropdown-menu li:last-child a {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown-lang .dropdown-menu a .flag {
  width: 20px;
  margin-right: 10px;
  height: 15px;
}

.dropdown-lang .dropdown-menu li:last-child a {
  margin-bottom: 0px;
}

.dropdown-lang .a {
  color: #fff !important;
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 80%;
  left: 50%;
  width: 280px;
  background-color: #1a1a1a;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

.image--uploader {
  width: 240px;
  border-radius: 10px;
}

.image-upload-wrapper {
  height: 280px;
  position: relative;
}

.image-upload-preview {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.image-upload-input-wrapper {
  position: absolute;
  display: inline-flex;
  bottom: -14px;
  right: -7px;
  pointer-events: none; /* the outer label handles all taps */
}

/* legacy: input was previously here, now hidden via inline style — keep for safety */
.image-upload-input-wrapper input {
  width: 0;
  opacity: 0;
}

/* icon badge — was <label>, now <span> (parent label handles the click/tap) */
.image-upload-input-wrapper span,
.image-upload-input-wrapper label {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  color: #fff;
}

.card-empty {
  margin: 0 auto;
  text-align: center;
  padding: clamp(2rem, 1.391rem + 1.268vw, 2.5rem)
    clamp(1.5rem, 0.283rem + 2.536vw, 2.5rem);
}

.card-empty img {
  height: 100px;
}

.card-empty .empty-thumb {
  text-align: center;
  margin-bottom: 10px;
}

.gateway-card {
  padding: 15px;
}

.payment-card-title {
  padding: 13px 25px;
  text-align: center;
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
  margin-bottom: 0 !important;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid transparent;
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid transparent;
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding: 0px 5px;
  }
}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;
}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover + .payment-item__btn {
  border-top-color: #fff;
}

/* ////////////////// select 2 css //////////////// */
.select2-dropdown {
  border: 0 !important;
  margin-top: 8px !important;
  border-radius: 5px !important;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0.05),
    6px 4px 19px rgb(115 103 240 / 20%);
}

.select2-search--dropdown {
  padding: 10px 10px !important;
  border-color: #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px 20px;
  background: transparent !important;
  color: #464646 !important;
  border-radius: 3px;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  padding: 12px 14px !important;
  border-bottom: 1px solid #eee;
}

.select2-results__option.select2-results__message {
  text-align: center !important;
  padding: 12px 14px !important;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: 0.3s;
  transform: translateY(-50%);
}

.selection {
  width: 100%;
}

.select2-selection.select2-selection--single {
  background: #fff;
  padding: 10px 10px !important;
  line-height: 1;
  height: 50px !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 3px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px !important;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:after {
  content: "\f106";
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: rgba(255, 255, 255, 0.7);
  line-height: 32px !important;
  color: #464646;
  padding-left: 0;
}

.select2-results__option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-results__option:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-results__option.select2-results__option--selected,
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  box-shadow: 0 0 25px rgba(115, 103, 240 0.071) !important;
  outline: 0 !important;
}

.select2-dropdown .country-flag {
  width: 25px;
  height: 25px;
  border-radius: 8px;
}

.select2-dropdown {
  background-color: #fff !important;
}

.select2-dropdown .gateway-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.select2-dropdown .gateway-subtitle {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.select2-container--open .select2-selection.select2-selection--single,
.select2-container--open .select2-selection.select2-selection--multiple {
  border-radius: 3px !important;
}

.select2-results__option.select2-results__option--selected,
.select2-results__option--selectable,
.select2-container--default .select2-results__option--disabled {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}


/* ============================================================
   Business Directory — custom styles
   Added during ClassiLab → Directory conversion
   ============================================================ */

/* Footer 4-column layout */
.footer-widget .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-widget .footer-menu li {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-widget .footer-menu li:last-child {
    border-bottom: none;
}
.footer-widget .footer-menu a {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    transition: color 0.2s;
    text-decoration: none;
}
.footer-widget .footer-menu a:hover {
    color: #fff;
}
.footer-widget__title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--base-color, #43ced2);
    display: inline-block;
}

/* Location / city cards */
.location-card {
    transition: transform 0.2s, box-shadow 0.2s;
}
.location-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
}

/* Latest businesses cards */
.latest-biz-card {
    transition: box-shadow 0.2s;
}
.latest-biz-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.10) !important;
}

/* Pricing teaser highlight border */
.plan--highlight {
    border: 2px solid var(--base-color, #43ced2) !important;
    position: relative;
}

/* Header dropdown menu */
.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    border-radius: 8px;
    padding: 8px 0;
    min-width: 200px;
}
.navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    color: #444;
    transition: background 0.15s;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
    background: var(--base-color, #43ced2);
    color: #fff;
}
.navbar-nav .dropdown-menu .dropdown-divider {
    margin: 4px 0;
}

/* Map view toggle buttons */
.btn-group .btn.active {
    pointer-events: none;
}

/* Business profile open/closed badge */
.badge--open   { background: #28a745; color: #fff; }
.badge--closed { background: #dc3545; color: #fff; }

/* Star rating display */
.star-rating-display i {
    color: #f0a500;
    font-size: 13px;
}

/* Section header with subtitle */
.section-header p.text-muted {
    font-size: 15px;
    margin-top: 4px;
}


/* ============================================================
   Business Card — Featured Businesses section
   ============================================================ */
.biz-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.biz-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.13);
}
.biz-card__header {
    position: relative;
    height: 130px;
    background: linear-gradient(135deg, var(--base-color, #43ced2) 0%, #004d70 100%);
}
.biz-card__cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.biz-card__cover--placeholder {
    background: linear-gradient(135deg, var(--base-color, #43ced2) 0%, #004d70 100%);
}
.biz-card__logo {
    position: absolute;
    bottom: -24px;
    left: 20px;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    border: 3px solid #fff;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.biz-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.biz-card__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 20px;
}
.biz-card__badge--featured {
    background: rgba(255,165,0,0.9);
    color: #fff;
}
.biz-card__badge--verified {
    background: rgba(40,167,69,0.9);
    color: #fff;
    top: 36px;
}
.biz-card__body {
    padding: 36px 20px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.biz-card__category {
    font-size: 12px;
    color: var(--base-color, #43ced2);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.biz-card__name {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.3;
}
.biz-card__name a {
    color: #1a1a2e;
    text-decoration: none;
    transition: color 0.2s;
}
.biz-card__name a:hover { color: var(--base-color, #43ced2); }
.biz-card__location {
    font-size: 13px;
    color: #888;
    margin-bottom: 14px;
}
.biz-card__location i { margin-right: 4px; }
.biz-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}
.biz-card__rating {
    color: #f0a500;
    font-size: 13px;
}
.biz-card__rating span { color: #333; font-weight: 600; margin: 0 3px; }
.biz-card__rating small { color: #aaa; }
.biz-card__link {
    font-size: 13px;
    font-weight: 600;
    color: var(--base-color, #43ced2);
    text-decoration: none;
    transition: opacity 0.2s;
}
.biz-card__link:hover { opacity: 0.75; }

/* ============================================================
   User Account Dropdown — Header (profile-dropdown style)
   ============================================================ */
.nav-user-dropdown {
    position: relative;
    list-style: none;
}

/* Trigger button */
.nav-user-trigger {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px 8px 14px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}
.nav-user-trigger:hover {
    border-color: rgba(0,0,0,0.18);
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    background: #fafafa;
}
.nav-user-trigger__info {
    text-align: left;
    min-width: 0;
}
.nav-user-trigger__name {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}
.nav-user-trigger__email {
    font-size: 11px;
    color: #888;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}
.nav-user-trigger__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(135deg, #a78bfa, #ec4899, #fb923c);
    padding: 2px;
}
.nav-user-trigger__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    display: block;
}

/* Dropdown menu panel — always fixed, JS positions it on desktop */
.nav-profile-menu {
    position: fixed;
    top: 70px;
    right: 16px;
    width: 240px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
    z-index: 100000;
    padding: 36px 8px 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.95);
    transform-origin: top right;
    transition: opacity 0.22s cubic-bezier(0.16,1,0.3,1),
                transform 0.22s cubic-bezier(0.16,1,0.3,1),
                visibility 0.22s;
}
.nav-profile-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* X close button */
.nav-profile-menu__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #f4f4f5;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 13px;
    line-height: 1;
    transition: background 0.15s, color 0.15s;
    padding: 0;
    z-index: 2;
}
.nav-profile-menu__close:hover { background: #e4e4e7; color: #111; }

/* Menu items */
.nav-profile-menu__list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.nav-profile-menu__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    color: #111 !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: all 0.15s ease;
    background: transparent;
}
.nav-profile-menu__item:hover {
    background: #f4f4f5 !important;
    border-color: rgba(0,0,0,0.06) !important;
    color: #000 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.nav-profile-menu__icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f4f4f5;
    color: var(--base-color, #43ced2);
    font-size: 15px;
    flex-shrink: 0;
    transition: background 0.15s;
}
.nav-profile-menu__item:hover .nav-profile-menu__icon {
    background: #e4e4e7;
}
.nav-profile-menu__label {
    flex: 1;
    color: #111;
    font-weight: 500;
}

/* Divider */
.nav-profile-menu__divider {
    height: 1px;
    margin: 6px 0;
    background: linear-gradient(to right, transparent, #e4e4e7, transparent);
}

/* Sign out */
.nav-profile-menu__signout {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    color: #ef4444 !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
    background: rgba(239,68,68,0.07);
    border: 1px solid transparent;
    transition: all 0.15s ease;
    width: 100%;
}
.nav-profile-menu__signout:hover {
    background: rgba(239,68,68,0.13) !important;
    border-color: rgba(239,68,68,0.2) !important;
    color: #dc2626 !important;
}
.nav-profile-menu__signout .nav-profile-menu__icon {
    background: rgba(239,68,68,0.1);
    color: #ef4444;
}
.nav-profile-menu__signout:hover .nav-profile-menu__icon {
    background: rgba(239,68,68,0.15);
}

/* Responsive — mobile: centered popup */
@media (max-width: 991px) {
    .nav-user-trigger__info { display: none; }
    .nav-user-trigger {
        padding: 4px;
        border-radius: 50%;
        border: 2px solid rgba(255,255,255,0.3);
        background: transparent;
        box-shadow: none;
    }
    .nav-user-trigger:hover { background: rgba(255,255,255,0.1); }
    .nav-user-trigger__avatar { width: 34px; height: 34px; }

    /* Center the popup on mobile */
    .nav-profile-menu {
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        width: calc(100vw - 48px);
        max-width: 300px;
        transform: translate(-50%, -50%) scale(0.88);
        transform-origin: center center;
    }
    .nav-profile-menu.open {
        transform: translate(-50%, -50%) scale(1);
    }

    .nav-profile-menu__item { padding: 12px 14px; font-size: 14px; border-radius: 13px; }
    .nav-profile-menu__icon { width: 30px; height: 30px; font-size: 15px; }
    .nav-profile-menu__signout { margin: 0 6px; padding: 12px 14px; font-size: 14px; border-radius: 13px; }

    /* Backdrop */
    .nav-profile-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.5);
        z-index: 99999;           /* one below popup's 100000 */
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.22s ease, visibility 0.22s;
    }
    .nav-profile-backdrop.open {
        opacity: 1;
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .nav-profile-backdrop { display: none !important; }
}

/* ============================================================
   Category section — add count badge
   ============================================================ */
.category-item__content small {
    display: block;
    font-size: 11px;
    color: var(--base-color, #43ced2);
    font-weight: 600;
    margin-top: 2px;
}

/* ============================================================
   Section header improvements
   ============================================================ */
.section-header .section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}
.section-header .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--base-color, #43ced2);
    border-radius: 2px;
}

/* ============================================================
   Popular Cities — improved card appearance
   ============================================================ */
section .location-card {
    border-radius: 10px;
    min-height: 150px;
}

/* ============================================================
   Latest Businesses cards
   ============================================================ */
.latest-biz-item {
    border: 1px solid #eef0f5;
    border-radius: 10px;
    padding: 16px;
    background: #fff;
    transition: box-shadow 0.2s, transform 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.latest-biz-item:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.09);
    transform: translateY(-3px);
}

/* ============================================================
   Pricing teaser section
   ============================================================ */
.plan--highlight {
    border: 2px solid var(--base-color, #43ced2) !important;
    box-shadow: 0 8px 30px rgba(67,206,210,0.2);
}

/* ============================================================
   Hero search improvements
   ============================================================ */
.hero-search-form .input-group i.las {
    font-size: 20px;
    color: #888;
}

/* ============================================================
   How it works — step numbers
   ============================================================ */
.how__item {
    position: relative;
}
.how__item .how__content .title {
    font-weight: 700;
}

/* ============================================================
   Responsive fixes
   ============================================================ */
@media (max-width: 991px) {
    .nav-user-menu {
        position: fixed;
        right: 16px;
        top: 70px;
        width: calc(100vw - 32px);
        max-width: 300px;
    }
    .biz-card__header { height: 100px; }
}


/* ============================================================
   USER DASHBOARD — Complete Design System
   ============================================================ */

/* Page section — replaces the old pt-100 pb-100 */
.ud-page-section {
    background: #f4f6fb;
    min-height: calc(100vh - 80px);
    padding: 0;
}

/* ============================================================
   Sidebar
   ============================================================ */
.ud-sidebar-wrap {
    background: #fff;
    border-right: 1px solid #eef0f5;
    min-height: calc(100vh - 80px);
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: thin;
}
.ud-sidebar-wrap::-webkit-scrollbar { width: 4px; }
.ud-sidebar-wrap::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }

.ud-sidebar__inner {
    padding: 20px 0 30px;
}

/* Profile card */
.ud-profile-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 16px 16px;
    border-bottom: 1px solid #eef0f5;
    margin-bottom: 6px;
    position: relative;
}
.ud-profile-card__avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid #eef0f5;
}
.ud-profile-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.ud-profile-card__info { min-width: 0; flex: 1; }
.ud-profile-card__name {
    font-weight: 700;
    font-size: 13px;
    color: #1a1a2e;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ud-profile-card__email {
    font-size: 11px;
    color: #999;
    margin: 2px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ud-profile-card__edit {
    width: 26px;
    height: 26px;
    background: #f4f6fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 12px;
    transition: all 0.2s;
    text-decoration: none;
    flex-shrink: 0;
}
.ud-profile-card__edit:hover { background: var(--base-color,#43ced2); color: #fff; }

/* Nav */
.ud-nav { padding: 0 10px; }
.ud-nav__section-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #bbb;
    padding: 12px 8px 5px;
}
.ud-nav__item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 12px;
    border-radius: 8px;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.15s;
    margin-bottom: 1px;
}
.ud-nav__item i {
    font-size: 17px;
    width: 20px;
    text-align: center;
    color: #bbb;
    flex-shrink: 0;
}
.ud-nav__item:hover { background: #f4f6fb; color: var(--base-color,#43ced2); }
.ud-nav__item:hover i { color: var(--base-color,#43ced2); }
.ud-nav__item.active { background: var(--base-color,#43ced2); color: #fff; font-weight: 600; }
.ud-nav__item.active i { color: #fff; }
.ud-nav__item--logout { color: #e53935; }
.ud-nav__item--logout i { color: #e53935; }
.ud-nav__item--logout:hover { background: #fff5f5; color: #c62828; }
.ud-nav__divider { height: 1px; background: #eef0f5; margin: 10px 0; }

/* ============================================================
   Content area
   ============================================================ */
.ud-content-area {
    padding: 24px 20px 120px;
    background: #f4f6fb;
    min-height: calc(100vh - 80px);
}
@media (max-width: 991px) {
    .ud-content-area { padding: 20px 4px 90px; }
}

/* ============================================================
   Welcome banner
   ============================================================ */
.ud-welcome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1C3D1F;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 14px;
}
.ud-welcome__text h4 { color: #fff; margin: 0; font-size: 1.05rem; }
.ud-welcome__text p { color: rgba(255,255,255,0.8); margin: 4px 0 0; font-size: 12px; }
.ud-welcome__btn {
    background: #A9CF3A !important;
    color: #1C3D1F !important;
    font-weight: 700;
    border: none;
    white-space: nowrap;
    font-size: 13px;
    padding: 9px 18px;
    border-radius: 8px;
}

/* ============================================================
   Stat cards grid
   ============================================================ */
.ud-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 0;
}
@media (max-width: 900px) { .ud-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }
@media (max-width: 480px) { .ud-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; } }

.ud-stat-card {
    border-radius: 12px;
    padding: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s;
}
.ud-stat-card:hover { transform: translateY(-2px); }
.ud-stat-card--blue   { background: linear-gradient(135deg,#2196f3,#1565c0); }
.ud-stat-card--green  { background: linear-gradient(135deg,#43a047,#2e7d32); }
.ud-stat-card--orange { background: linear-gradient(135deg,#fb8c00,#e65100); }
.ud-stat-card--purple { background: linear-gradient(135deg,#8e24aa,#6a1b9a); }
.ud-stat-card--teal   { background: linear-gradient(135deg,var(--base-color,#43ced2),#004d70); }
.ud-stat-card--dark   { background: linear-gradient(135deg,#455a64,#263238); }
.ud-stat-card__icon { font-size: 20px; opacity: 0.75; }
.ud-stat-card__value { font-size: 1.8rem; font-weight: 800; line-height: 1; }
.ud-stat-card__label { font-size: 11px; opacity: 0.85; font-weight: 500; }
.ud-stat-card__link {
    font-size: 11px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    margin-top: 2px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-weight: 600;
}
.ud-stat-card__link:hover { color: #fff; }

/* ============================================================
   Quick Actions
   ============================================================ */
.ud-quick-actions {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
@media (max-width: 900px) { .ud-quick-actions { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 400px) { .ud-quick-actions { grid-template-columns: repeat(3, 1fr); gap: 6px; } }

.ud-quick-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #eef0f5;
    border-radius: 10px;
    padding: 14px 6px;
    text-decoration: none;
    color: #555;
    font-size: 11px;
    font-weight: 600;
    transition: all 0.2s;
    text-align: center;
}
.ud-quick-action:hover {
    border-color: var(--base-color,#43ced2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
    color: var(--base-color,#43ced2);
}
.ud-quick-action__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}
.ud-quick-action__icon--blue   { background: linear-gradient(135deg,#2196f3,#1565c0); }
.ud-quick-action__icon--green  { background: linear-gradient(135deg,#43a047,#2e7d32); }
.ud-quick-action__icon--purple { background: linear-gradient(135deg,#8e24aa,#6a1b9a); }
.ud-quick-action__icon--orange { background: linear-gradient(135deg,#fb8c00,#e65100); }
.ud-quick-action__icon--teal   { background: linear-gradient(135deg,var(--base-color,#43ced2),#004d70); }
.ud-quick-action__icon--dark   { background: linear-gradient(135deg,#455a64,#263238); }

/* ============================================================
   Section headers
   ============================================================ */
.ud-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ud-section-header h5 { margin: 0; font-weight: 700; color: #1a1a2e; font-size: 1rem; }
.ud-section-header__link {
    font-size: 12px;
    color: var(--base-color,#43ced2);
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 3px;
}

/* ============================================================
   Business list items
   ============================================================ */
.ud-biz-list { display: flex; flex-direction: column; gap: 8px; }
.ud-biz-item {
    background: #fff;
    border: 1px solid #eef0f5;
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: box-shadow 0.2s;
}
.ud-biz-item:hover { box-shadow: 0 3px 12px rgba(0,0,0,0.07); }
.ud-biz-item__logo {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #eef0f5;
    background: #f4f6fb;
}
.ud-biz-item__logo img { width: 100%; height: 100%; object-fit: cover; }
.ud-biz-item__info { flex: 1; min-width: 0; }
.ud-biz-item__name {
    font-weight: 700;
    font-size: 13px;
    color: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ud-biz-item__name a { color: inherit; text-decoration: none; }
.ud-biz-item__name a:hover { color: var(--base-color,#43ced2); }
.ud-biz-item__meta {
    font-size: 11px;
    color: #aaa;
    margin-top: 2px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.ud-biz-item__meta i { color: var(--base-color,#43ced2); }
.ud-biz-item__badges { display: flex; gap: 4px; flex-wrap: wrap; flex-shrink: 0; }
.ud-badge {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
}
.ud-badge--green  {
    background: #e8f5e9;
    color: #2e7d32;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.ud-badge--green::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
    animation: livePulse 1.6s ease-in-out infinite;
}
@keyframes livePulse {
    0%   { box-shadow: 0 0 0 0 rgba(34,197,94,0.7); }
    70%  { box-shadow: 0 0 0 6px rgba(34,197,94,0); }
    100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); }
}
.ud-badge--orange { background: #fff3e0; color: #e65100; }
.ud-badge--gray   { background: #f5f5f5; color: #757575; }
.ud-badge--red    { background: #ffebee; color: #c62828; }
.ud-badge--purple { background: #f3e5f5; color: #6a1b9a; }

/* Dark mode badge visibility */
[data-theme="dark"] .ud-badge--green  { background: #0f2e14; color: #4ade80; }
[data-theme="dark"] .ud-badge--orange { background: #2e1a00; color: #fb923c; }
[data-theme="dark"] .ud-badge--gray   { background: #2a2a2a; color: #bbb; }
[data-theme="dark"] .ud-badge--red    { background: #2e0a0a; color: #f87171; }
[data-theme="dark"] .ud-badge--purple { background: #1e0a2e; color: #c084fc; }
.ud-biz-item__rating {
    font-size: 12px;
    color: #555;
    flex-shrink: 0;
    white-space: nowrap;
}
.ud-biz-item__rating .las { color: #f0a500; }
.ud-biz-item__actions { display: flex; gap: 5px; flex-shrink: 0; }
.ud-icon-btn {
    width: 32px;
    height: 32px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s;
    border: none;
}
.ud-icon-btn--primary { background: #e3f2fd; color: #1565c0; }
.ud-icon-btn--primary:hover { background: #1565c0; color: #fff; }
.ud-icon-btn--star { background: #fff8e1; color: #f57f17; }
.ud-icon-btn--star:hover { background: #f57f17; color: #fff; }

/* Mobile: hide rating and badges on very small screens */
@media (max-width: 480px) {
    .ud-biz-item__rating { display: none; }
    .ud-biz-item__badges { display: none; }
    .ud-biz-item { padding: 10px 12px; }
}

/* ============================================================
   Empty state
   ============================================================ */
.ud-empty-state {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    border: 1px dashed #d0d5e8;
    border-radius: 12px;
}
.ud-empty-state i { font-size: 44px; color: #d0d5e8; display: block; margin-bottom: 10px; }
.ud-empty-state h6 { font-weight: 700; color: #666; margin-bottom: 5px; }
.ud-empty-state p { color: #aaa; font-size: 13px; margin-bottom: 14px; }

/* ============================================================
   Mobile Bottom Navigation — styles moved to master.blade.php
   ============================================================ */


/* ============================================================
   Popular Cities — location cards
   ============================================================ */
.location-card-item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s;
    text-decoration: none !important;
}
.location-card-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.location-card-inner {
    background: linear-gradient(135deg, #43ced2 0%, #004d70 100%);
    border-radius: 12px;
    padding: 28px 20px 22px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}
/* Subtle decorative circle */
.location-card-inner::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 110px;
    height: 110px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}
.location-card-icon {
    font-size: 28px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 10px;
}
.location-card-name {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 1.2;
}
.location-card-count {
    color: rgba(255,255,255,0.8);
    font-size: 0.8rem;
    font-weight: 500;
}


/* ============================================================
   Plan expiry warning banners — user dashboard
   ============================================================ */
.ud-plan-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.ud-plan-banner--expired {
    background: #fff5f5;
    border: 1.5px solid #fecaca;
}
.ud-plan-banner--warning {
    background: #fffbeb;
    border: 1.5px solid #fde68a;
}
.ud-plan-banner__icon {
    font-size: 24px;
    flex-shrink: 0;
}
.ud-plan-banner--expired .ud-plan-banner__icon { color: #ef4444; }
.ud-plan-banner--warning .ud-plan-banner__icon { color: #f59e0b; }
.ud-plan-banner__text {
    flex: 1;
    font-size: 14px;
    color: #333;
    min-width: 200px;
}
.ud-plan-banner--expired .ud-plan-banner__text strong { color: #dc2626; }
.ud-plan-banner--warning .ud-plan-banner__text strong { color: #d97706; }
.ud-plan-banner__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s;
    flex-shrink: 0;
}
.ud-plan-banner__btn:hover { opacity: 0.85; text-decoration: none; }
.ud-plan-banner--expired .ud-plan-banner__btn {
    background: #ef4444;
    color: #fff;
}
.ud-plan-banner--warning .ud-plan-banner__btn {
    background: #f59e0b;
    color: #fff;
}
@media (max-width: 575px) {
    .ud-plan-banner { flex-direction: column; align-items: flex-start; }
    .ud-plan-banner__btn { width: 100%; justify-content: center; }
}


/* ============================================================
   Category icon cards — homepage + listing wizard
   ============================================================ */
.cat-icon-card {
    padding: 12px 8px;
    border-radius: 14px;
    border: 1px solid #eef0f5;
    background: #fff;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
    cursor: pointer;
}
.cat-icon-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.09);
    border-color: #d0d5e8;
}
.cat-icon-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 10px;
    transition: transform 0.2s;
}
.cat-icon-card:hover .cat-icon-card__icon {
    transform: scale(1.08);
}
.cat-icon-card__name {
    font-size: 12px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.3;
    margin-bottom: 3px;
}
.cat-icon-card__count {
    font-size: 11px;
    color: var(--base-color, #43ced2);
    font-weight: 500;
}

/* Also use icon style in listing wizard category picker */
.category-card .cat-icon-badge {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}


/* ============================================================
   Dark Mode Toggle Button
   ============================================================ */
.dark-mode-toggle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.3);
    background: transparent;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    transition: background 0.2s, border-color 0.2s;
    vertical-align: middle;
}
.dark-mode-toggle:hover {
    background: rgba(255,255,255,0.12);
}

/* ============================================================
   Dark Mode — [data-theme="dark"]
   ============================================================ */
[data-theme="dark"] {
    /* Page background & text */
    --dm-bg:        #0f1117;
    --dm-bg2:       #1a1d27;
    --dm-bg3:       #22263a;
    --dm-text:      #e8eaf0;
    --dm-text-muted:#9ba3b8;
    --dm-border:    #2e3347;
    --dm-card:      #1a1d27;
    --dm-input-bg:  #1e2235;
}

/* Body & page */
[data-theme="dark"] body {
    background-color: var(--dm-bg);
    color: var(--dm-text);
}

/* Cards, panels, sections */
[data-theme="dark"] .card,
[data-theme="dark"] .list-item,
[data-theme="dark"] .biz-card,
[data-theme="dark"] .ud-quick-action,
[data-theme="dark"] .ud-biz-item,
[data-theme="dark"] .ud-content-area,
[data-theme="dark"] .sidebar-widget,
[data-theme="dark"] .filter-sidebar,
[data-theme="dark"] .nav-profile-menu,
[data-theme="dark"] .cookies-card {
    background-color: var(--dm-card) !important;
    border-color: var(--dm-border) !important;
}

/* Section backgrounds */
[data-theme="dark"] .section--bg,
[data-theme="dark"] .section--bg2,
[data-theme="dark"] .ud-page-section {
    background-color: var(--dm-bg2) !important;
}

/* Text colours */
[data-theme="dark"] h1,[data-theme="dark"] h2,[data-theme="dark"] h3,
[data-theme="dark"] h4,[data-theme="dark"] h5,[data-theme="dark"] h6 {
    color: var(--dm-text);
}
[data-theme="dark"] p,
[data-theme="dark"] span,
[data-theme="dark"] li,
[data-theme="dark"] label {
    color: var(--dm-text);
}
[data-theme="dark"] .text-muted,
[data-theme="dark"] small {
    color: var(--dm-text-muted) !important;
}

/* Links */
[data-theme="dark"] a:not(.btn):not(.nav-link):not(.biz-card__link):not(.ud-mobile-nav__item) {
    color: var(--dm-text);
}

/* Borders & dividers */
[data-theme="dark"] hr,
[data-theme="dark"] .border,
[data-theme="dark"] .card {
    border-color: var(--dm-border) !important;
}

/* Forms */
[data-theme="dark"] .form--control,
[data-theme="dark"] .form-control,
[data-theme="dark"] input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
[data-theme="dark"] textarea,
[data-theme="dark"] select {
    background-color: var(--dm-input-bg) !important;
    color: var(--dm-text) !important;
    border-color: var(--dm-border) !important;
}

/* Tables */
[data-theme="dark"] table,
[data-theme="dark"] .table {
    color: var(--dm-text);
}
[data-theme="dark"] .table td,
[data-theme="dark"] .table th {
    border-color: var(--dm-border);
}
[data-theme="dark"] .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,0.03);
}

/* Navbar */
[data-theme="dark"] .header__bottom,
[data-theme="dark"] .header.menu-fixed .header__bottom {
    background-color: #111827 !important;
}
[data-theme="dark"] .navbar-collapse {
    background-color: #111827 !important;
}
[data-theme="dark"] .header .main-menu li a {
    color: var(--dm-text);
}

/* Search bar (homepage) */
[data-theme="dark"] .smart-search-bar {
    background: var(--dm-card);
    box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}
[data-theme="dark"] .smart-search-bar__input,
[data-theme="dark"] .smart-search-bar__label {
    color: var(--dm-text) !important;
    background: transparent !important;
}
[data-theme="dark"] .smart-search-bar__divider {
    background: var(--dm-border);
}
[data-theme="dark"] .hero-autocomplete {
    background: var(--dm-card);
    box-shadow: 0 16px 50px rgba(0,0,0,0.5);
}
[data-theme="dark"] .hero-ac-item {
    border-bottom-color: var(--dm-border);
    color: var(--dm-text);
}
[data-theme="dark"] .hero-ac-item:hover {
    background: var(--dm-bg3);
}
[data-theme="dark"] .hero-ac-label {
    color: var(--dm-text);
}

/* Business listing page sidebar */
[data-theme="dark"] .sidebar-menu li a,
[data-theme="dark"] .sidebar-widget__title {
    color: var(--dm-text);
}

/* Business cards */
[data-theme="dark"] .biz-card__name a,
[data-theme="dark"] .fl-card__name,
[data-theme="dark"] .list-item__wrapper .title a {
    color: var(--dm-text);
}
[data-theme="dark"] .biz-card__location,
[data-theme="dark"] .fl-card__location,
[data-theme="dark"] .fl-card__tagline {
    color: var(--dm-text-muted);
}
[data-theme="dark"] .fl-card {
    border-color: #3a3300 !important;
    background: var(--dm-card) !important;
}
[data-theme="dark"] .fl-card__footer {
    border-top-color: var(--dm-border);
}

/* User dashboard */
[data-theme="dark"] .ud-sidebar-wrap {
    background: var(--dm-card) !important;
    border-right-color: var(--dm-border) !important;
}
[data-theme="dark"] .ud-profile-card__name { color: var(--dm-text); }
[data-theme="dark"] .ud-profile-card__email { color: var(--dm-text-muted); }
[data-theme="dark"] .ud-profile-card__avatar { border-color: var(--dm-border); }
[data-theme="dark"] .ud-nav__section-label { color: var(--dm-text-muted); }
[data-theme="dark"] .ud-nav__item { color: var(--dm-text); }
[data-theme="dark"] .ud-nav__item:hover { background: var(--dm-bg3); color: var(--dm-text); }
[data-theme="dark"] .ud-nav__divider { background: var(--dm-border); }
[data-theme="dark"] .ud-icon-btn--primary { background: #1e3a5f; color: #90caf9; }
[data-theme="dark"] .ud-icon-btn--primary:hover { background: #1565c0; color: #fff; }
[data-theme="dark"] .ud-icon-btn--star { background: #3d2e00; color: #ffca28; }
[data-theme="dark"] .ud-icon-btn--star:hover { background: #f57f17; color: #fff; }

[data-theme="dark"] .ud-biz-item {
    border-bottom-color: var(--dm-border);
}
[data-theme="dark"] .ud-biz-item__name,
[data-theme="dark"] .ud-biz-item__name a {
    color: var(--dm-text);
}
[data-theme="dark"] .ud-quick-action span {
    color: var(--dm-text);
}
[data-theme="dark"] .ud-mobile-nav {
    background: var(--dm-card);
    border-color: var(--dm-border);
}
[data-theme="dark"] .ud-mobile-nav__item {
    color: var(--dm-text-muted);
}

/* Footer */
[data-theme="dark"] .footer {
    background-color: #080b12 !important;
}
[data-theme="dark"] .footer__bottom {
    background-color: #05070e !important;
}
[data-theme="dark"] .footer-widget p,
[data-theme="dark"] .footer-widget a,
[data-theme="dark"] .footer-menu a {
    color: rgba(232,234,240,0.7);
}

/* Dropdowns */
[data-theme="dark"] .dropdown-menu,
[data-theme="dark"] .navbar-nav .dropdown-menu {
    background-color: var(--dm-card);
    border-color: var(--dm-border);
}
[data-theme="dark"] .dropdown-item {
    color: var(--dm-text);
}
[data-theme="dark"] .dropdown-item:hover {
    background-color: var(--dm-bg3);
}

/* Dark mode toggle button adjusts on light header backgrounds */
[data-theme="dark"] .dark-mode-toggle {
    border-color: rgba(255,255,255,0.2);
    color: #f0d060;
}

/* ============================================================
   Dark mode — Search bar mobile fields + Category section
   ============================================================ */

/* Search bar mobile stacked fields */
[data-theme="dark"] .smart-search-bar__field {
    background: var(--dm-bg3) !important;
}
[data-theme="dark"] .smart-search-bar__input,
[data-theme="dark"] .smart-search-bar__input::placeholder {
    color: var(--dm-text) !important;
}
[data-theme="dark"] .smart-search-bar__input::placeholder {
    color: var(--dm-text-muted) !important;
}
[data-theme="dark"] .smart-search-bar__label {
    color: var(--dm-text-muted) !important;
}
[data-theme="dark"] .smart-search-bar__icon {
    color: var(--dm-text-muted);
}
/* Select2 rendered text inside the location field */
[data-theme="dark"] .smart-search-bar .select2-selection__rendered {
    color: var(--dm-text) !important;
    background: transparent !important;
}
[data-theme="dark"] .smart-search-bar .select2-selection--single {
    background: transparent !important;
}

/* Browse by Category section */
[data-theme="dark"] .section--bg,
[data-theme="dark"] .category-wrapper,
[data-theme="dark"] .pb-50,
[data-theme="dark"] .pt-50 {
    background-color: var(--dm-bg2) !important;
}
[data-theme="dark"] .cat-icon-card__name {
    color: var(--dm-text) !important;
}
[data-theme="dark"] .cat-icon-card {
    background: var(--dm-bg3) !important;
    border-color: var(--dm-border) !important;
}
[data-theme="dark"] .cat-icon-card:hover {
    background: var(--dm-card) !important;
    border-color: #3a4060 !important;
}
[data-theme="dark"] .section-title {
    color: var(--dm-text) !important;
}

/* ============================================================
   Header nav — prevent wrapping on desktop
   ============================================================ */
@media (min-width: 1200px) {
    .header .main-menu {
        flex-wrap: nowrap;
        align-items: center;
    }
    .header .main-menu li a {
        white-space: nowrap;
        font-size: 13px;
        padding: 0 10px;
    }
    .nav-right {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        gap: 6px;
        flex-wrap: nowrap;
    }
    .nav-right .btn {
        white-space: nowrap;
        font-size: 13px;
        padding: 8px 14px;
    }
    .dark-mode-toggle {
        flex-shrink: 0;
    }
}

/* Feature Listing quick action — gold gradient with pulse */
.ud-quick-action__icon--feature {
    background: linear-gradient(135deg, #f59e0b, #f97316);
    position: relative;
}
.ud-quick-action__icon--feature::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, #f59e0b, #f97316);
    animation: featurePulse 2s ease-in-out infinite;
    z-index: -1;
}
@keyframes featurePulse {
    0%   { transform: scale(1);   opacity: 0.6; }
    50%  { transform: scale(1.25); opacity: 0; }
    100% { transform: scale(1);   opacity: 0; }
}
.ud-quick-action--feature .ud-quick-action__icon--feature i {
    color: #fff;
}

/* ============================================================
   Dark mode — Pricing / Plans page
   ============================================================ */
[data-theme="dark"] .plan {
    background-color: var(--dm-card) !important;
    border-color: var(--dm-border) !important;
    color: var(--dm-text);
}
[data-theme="dark"] .plan h4 {
    color: var(--dm-text);
}
[data-theme="dark"] .plan .text-muted {
    color: var(--dm-text-muted) !important;
}
[data-theme="dark"] .plan ul li {
    color: var(--dm-text);
}
[data-theme="dark"] .plan .badge--success {
    background-color: #0f2e14;
    color: #4ade80;
    border-color: #4ade80;
}
[data-theme="dark"] .plan .badge--primary {
    background-color: rgba(169,207,58,0.12);
    color: #A9CF3A;
    border-color: #A9CF3A;
}
/* Page heading */
[data-theme="dark"] .pt-60 h2,
[data-theme="dark"] .pb-60 h2 {
    color: var(--dm-text);
}
/* Breadcrumb section */
[data-theme="dark"] .breadcrumb-section {
    background-color: var(--dm-bg2) !important;
}
[data-theme="dark"] .breadcrumb-item,
[data-theme="dark"] .breadcrumb-item a,
[data-theme="dark"] .page-breadcrumb li {
    color: var(--dm-text-muted);
}

/* Pricing page section background + general page wrapper */
[data-theme="dark"] .pt-60,
[data-theme="dark"] .pb-60,
[data-theme="dark"] .main-wrapper {
    background-color: var(--dm-bg) !important;
}

/* ============================================================
   Dark mode — User dashboard content area + business list table
   ============================================================ */

/* Main content wrapper */
[data-theme="dark"] .ud-content-area {
    background-color: var(--dm-bg) !important;
}

/* Table */
[data-theme="dark"] .custom--table,
[data-theme="dark"] .table-responsive {
    background-color: var(--dm-card) !important;
    border-radius: 8px;
    overflow: hidden;
}
[data-theme="dark"] .custom--table thead tr {
    background-color: #1C3D1F !important;
    color: #fff;
}
[data-theme="dark"] .custom--table tbody tr {
    background-color: var(--dm-card) !important;
    border-bottom: 1px solid var(--dm-border);
}
[data-theme="dark"] .custom--table tbody tr:hover {
    background-color: var(--dm-bg3) !important;
}
[data-theme="dark"] .custom--table td,
[data-theme="dark"] .custom--table th {
    color: var(--dm-text) !important;
    border-color: var(--dm-border) !important;
}
[data-theme="dark"] .custom--table td h6,
[data-theme="dark"] .custom--table td h6 a,
[data-theme="dark"] .custom--table td small {
    color: var(--dm-text) !important;
}
[data-theme="dark"] .custom--table td small {
    color: var(--dm-text-muted) !important;
}

/* Page heading row (My Businesses + Add New Business button) */
[data-theme="dark"] .ud-content-area h5 {
    color: var(--dm-text) !important;
}

/* Add New Listing / create wizard pages */
[data-theme="dark"] .card {
    background-color: var(--dm-card) !important;
    border-color: var(--dm-border) !important;
}
[data-theme="dark"] .card-header {
    background-color: var(--dm-bg3) !important;
    border-bottom-color: var(--dm-border) !important;
    color: var(--dm-text) !important;
}
[data-theme="dark"] .card-body {
    background-color: var(--dm-card) !important;
    color: var(--dm-text) !important;
}
[data-theme="dark"] .card label,
[data-theme="dark"] .card p,
[data-theme="dark"] .card h6,
[data-theme="dark"] .card h5 {
    color: var(--dm-text) !important;
}

/* ============================================================
   Dark mode — Subscribe to Plan / Payment page
   ============================================================ */
[data-theme="dark"] .payment-system-list {
    background-color: var(--dm-card) !important;
    border-color: var(--dm-border) !important;
}
[data-theme="dark"] .payment-item {
    background-color: var(--dm-card) !important;
    border-color: var(--dm-border) !important;
    color: var(--dm-text) !important;
}
[data-theme="dark"] .payment-item:hover {
    background-color: var(--dm-bg3) !important;
}
[data-theme="dark"] .payment-item__name {
    color: var(--dm-text) !important;
}
[data-theme="dark"] .payment-item__btn {
    background-color: var(--dm-bg3) !important;
    border-color: var(--dm-border) !important;
    color: var(--dm-text) !important;
}
[data-theme="dark"] .deposit-info__title .text,
[data-theme="dark"] .deposit-info__input .text,
[data-theme="dark"] .deposit-info p {
    color: var(--dm-text) !important;
}
[data-theme="dark"] .deposit-info hr,
[data-theme="dark"] .total-amount {
    border-color: var(--dm-border) !important;
}
[data-theme="dark"] .form--control.amount,
[data-theme="dark"] .deposit-info__input-group {
    background-color: var(--dm-input-bg) !important;
    border-color: var(--dm-border) !important;
    color: var(--dm-text) !important;
}
[data-theme="dark"] .deposit-info__input-group-text {
    background-color: var(--dm-bg3) !important;
    border-color: var(--dm-border) !important;
    color: var(--dm-text) !important;
}
[data-theme="dark"] .info-text .text {
    color: var(--dm-text-muted) !important;
}
[data-theme="dark"] .gateway-card {
    background-color: var(--dm-bg) !important;
}

/* ============================================================
   Dark mode — Payment Confirm pages (Flutterwave, Paystack, etc.)
   ============================================================ */
[data-theme="dark"] .list-group-item {
    background-color: var(--dm-card) !important;
    border-color: var(--dm-border) !important;
    color: var(--dm-text) !important;
}
[data-theme="dark"] .list-group-item strong {
    color: var(--dm-text) !important;
}
[data-theme="dark"] .list-group {
    border-color: var(--dm-border) !important;
}

/* ============================================================
   Dark mode — Login & Register pages
   ============================================================ */
[data-theme="dark"] .pt-100,
[data-theme="dark"] .pb-100 {
    background-color: var(--dm-bg) !important;
}
[data-theme="dark"] .account-wrapper {
    background-color: var(--dm-card) !important;
}
[data-theme="dark"] .account-wrapper .right {
    background-color: var(--dm-card) !important;
    border-color: var(--dm-border) !important;
}
[data-theme="dark"] .account-wrapper .right .title {
    color: var(--dm-text) !important;
}
[data-theme="dark"] .account-wrapper .right label {
    color: var(--dm-text) !important;
}
[data-theme="dark"] .account-wrapper .right p,
[data-theme="dark"] .account-wrapper .right a:not(.btn) {
    color: var(--dm-text-muted) !important;
}
[data-theme="dark"] .account-wrapper .right .form-check-label {
    color: var(--dm-text) !important;
}

/* Login / Register page — black overlay on left image panel */
.account-wrapper .left::before {
    background-color: #000000 !important;
    opacity: 0.4 !important;
}

/* Breadcrumb banner overlay — black instead of blue */
.inner-hero::before {
    background-color: #000000 !important;
    opacity: 0.55 !important;
}

/* Breadcrumb banner overlay — black instead of blue */
.inner-hero::before {
    background-color: #000000 !important;
    opacity: 0.45 !important;
}
