@charset "UTF-8";
:root {
  --color-primary: #1563df;
  --color-primary-dark: #0e49a6;
  --color-primary-light: #e7f0ff;
  --color-primary-rgb: 21, 99, 223;
  --color-accent: #00C4B3;
  --color-accent-dark: #009e90;
  --color-accent-light: #e0faf8;
  --color-accent-rgb: 0, 196, 179;
  --color-white: #ffffff;
  --color-black: #161e2d;
  --color-gray-50: #f8f9fb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e4e4e4;
  --color-gray-300: #d9d9d9;
  --color-gray-500: #a3abb0;
  --color-gray-600: #8a8aa0;
  --color-gray-700: #5c6368;
  --color-gray-800: #3a3a3c;
  --color-text-primary: #161e2d;
  --color-text-secondary: #5c6368;
  --color-text-muted: #8a8aa0;
  --color-bg-surface: #f8f9fb;
  --color-border: #e8eaf0;
  --color-border-focus: #1563df;
  --color-success: #25c55b;
  --color-error: #c72929;
  --color-warning: #ffa800;
  --font-family: Manrope, sans-serif;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-full: 9999px;
  --shadow-sm: 0 2px 8px rgba(22, 30, 45, 0.06);
  --shadow-md: 0 4px 16px rgba(22, 30, 45, 0.1);
  --shadow-lg: 0 8px 32px rgba(22, 30, 45, 0.12);
  --transition: all 0.2s ease;
  --af-primary: #1563df;
  --af-primary-dark: #0e49a6;
  --af-primary-light: #e7f0ff;
  --af-text: #161e2d;
  --af-text-secondary:#5c6368;
  --af-text-muted: #8a8aa0;
  --af-bg: #ffffff;
  --af-bg-soft: #f3f4f6;
  --af-border: #e8eaf0;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("https://cdn.imotesa.bg/assets/fonts/manrope-bg.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
:root {
  --bs-primary: #1563df;
  --bs-blue: #1563df;
  --bs-link-color: #1563df;
  --bs-dropdown-link-active-bg: #1563df;
  --bs-list-group-active-bg: #1563df;
  --bs-list-group-active-border-color: #1563df;
  --bs-nav-pills-link-active-bg: #1563df;
  --bs-pagination-active-bg: #1563df;
  --bs-pagination-active-border-color: #1563df;
  --bs-progress-bar-bg: #1563df;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
:-moz-placeholder {
  color: #a3abb0;
}

:-ms-input-placeholder {
  color: #8a8aa0;
}

::-moz-focus-inner {
  padding: 0;
}

::-moz-placeholder {
  color: #a3abb0;
  opacity: 1;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: #a3abb0;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

html {
  margin-right: 0 !important;
}

*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

[type=button], [type=submit], button {
  -webkit-appearance: button;
}

a {
  display: inline-block;
  color: #161e2d;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
a:focus, a:hover {
  outline: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}

abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas,
caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, header, hgroup, html, i, iframe, ins, kbd, legend,
mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span,
strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt,
u, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-optical-sizing: auto;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  margin: 0;
  background-color: #ffffff;
  color: #161e2d;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: var(--bs-body-text-align);
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #161e2d;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 56px;
  line-height: 68px;
}

h2 {
  font-size: 44px;
  line-height: 62px;
}

h3 {
  font-size: 36px;
  line-height: 44px;
}

h4 {
  font-size: 30px;
  line-height: 42px;
}

h5 {
  font-size: 24px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 25.2px;
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  -ms-interpolation-mode: bicubic;
}

img, svg {
  vertical-align: middle;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime],
input[type=email], input[type=month], input[type=number], input[type=password],
input[type=search], input[type=tel], input[type=text], input[type=time],
input[type=url], input[type=week], textarea {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid #e4e4e4;
  border-radius: 99px;
  outline: 0;
  background: #ffffff;
  color: #161e2d;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  box-shadow: none;
}
input[type=color]::placeholder, input[type=date]::placeholder, input[type=datetime-local]::placeholder, input[type=datetime]::placeholder,
input[type=email]::placeholder, input[type=month]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder,
input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=time]::placeholder,
input[type=url]::placeholder, input[type=week]::placeholder, textarea::placeholder {
  color: #a3abb0;
  font-size: 14px;
  line-height: 19.6px;
  transition: all 0.3s ease;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus,
input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus,
input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus,
input[type=url]:focus, input[type=week]:focus, textarea:focus {
  border-color: #1563df;
}

label {
  font-weight: 600;
}

li, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea {
  height: 112px;
  border-radius: 16px;
  resize: none;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.text-variant-1 {
  color: #5c6368;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

@media (min-width: 1200px) {
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.center {
  text-align: center;
}

.lh-lg {
  line-height: 2 !important;
}

.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.link {
  transition: all 0.3s ease;
}
.link:hover {
  color: #1563df !important;
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.g-3 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.g-4 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.col {
  flex: 1 0 0;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}
.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.im-signal {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}
.im-signal--good {
  background: #e8faf0;
  color: #15803d;
}
.im-signal--bad {
  background: #fff8e6;
  color: #8c5a00;
}
.im-signal--neutral {
  background: #f3f4f6;
  color: #5c6368;
}
.im-signal--warn {
  background: #fee2e2;
  color: #b91c1c;
}
.im-signal--empty {
  border: 1px dashed #e4e4e4;
  background: #f3f4f6;
  color: #8a8aa0;
  font-weight: 600;
}

.tf-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 162px;
  min-height: 54px;
  padding: 10px 20px;
  border: 1px solid #161e2d;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #161e2d;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.86px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.tf-btn .icon {
  flex-shrink: 0;
  font-size: 20px;
}
.tf-btn svg {
  flex-shrink: 0;
  width: 20px;
}
.tf-btn svg path {
  transition: all 0.3s ease;
}
.tf-btn.primary {
  border-color: #1563df;
  background-color: #1563df;
  color: #ffffff;
}
.tf-btn.primary .icon {
  color: #ffffff;
}
.tf-btn.primary:hover {
  background-color: #0e49a6;
}
.tf-btn.size-1 {
  min-width: 244px;
  padding: 11px 36px;
}
.tf-btn.size-2 {
  padding: 11px 40px;
}
.tf-btn:hover {
  border-color: #1563df;
  background-color: #1563df;
  color: #ffffff;
}

.btn-line {
  gap: 8px;
  border: 1px solid #1563df;
  background-color: #ffffff;
}
.btn-line .icon {
  color: #161e2d;
  font-size: 20px;
}
.btn-line:hover {
  background-color: #1563df;
  color: #ffffff;
}
.btn-line:hover .icon {
  color: #ffffff;
}
.btn-line:hover svg path {
  stroke: #ffffff;
}

#header-search-form:has(input:focus) .inner-group {
  border-color: transparent;
}

.box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.box-icon .icon {
  font-size: 18px;
}
.box-icon.line {
  border: 1px solid #e4e4e4;
  color: #a3abb0;
}
.box-icon.line:hover {
  background-color: transparent;
  color: #1563df;
}
.box-icon.round {
  border-radius: 50%;
}
.box-icon.social {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.box-icon.social .icon {
  color: #ffffff;
  font-size: 18px;
}
.box-icon.social:hover {
  border-color: #1563df;
  background-color: #1563df;
  color: #ffffff;
}
.box-icon.w-28 {
  width: 28px;
  height: 28px;
}
.box-icon.w-28 .icon {
  font-size: 14px;
}
.box-icon.w-32 {
  width: 32px;
  height: 32px;
}
.box-icon.w-40 {
  width: 40px;
  height: 40px;
}
.box-icon.w-44 {
  width: 44px;
  height: 44px;
}
.box-icon.w-52 {
  width: 52px;
  height: 52px;
}
.box-icon.w-60 {
  width: 60px;
  height: 60px;
}
.box-icon.w-68 {
  width: 68px;
  height: 68px;
}
.box-icon.w-80 {
  width: 80px;
  height: 80px;
}
.box-icon.w-80 .icon {
  font-size: 44px;
}

.box-location .content .box-icon {
  flex-shrink: 0;
  background-color: #ffffff;
}
.box-location .content .box-icon .icon {
  color: #161e2d;
  transition: all 0.3s ease;
}
.box-location .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-location.active .content {
  background-color: #ffffff;
}
.box-location.active .content .sub-title {
  color: #a3abb0;
}
.box-location.active .content .title {
  color: #161e2d;
}
.box-location:hover .content .box-icon {
  border-color: #1563df;
  background-color: #1563df;
}
.box-location:hover .content .box-icon .icon {
  color: #ffffff;
}

.box-floor-property .top .icon {
  font-size: 20px;
}

.box-navigation .navigation {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 67px;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.box-navigation .navigation .icon {
  color: #ffffff;
  font-size: 20px;
}
.box-navigation .navigation:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.close-btn {
  position: fixed;
  top: 25px;
  right: 16px;
  z-index: 9999999999;
  visibility: hidden;
  width: 30px;
  border: 0;
  color: #ffffff;
  opacity: 0;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.collapse:not(.show) {
  display: none;
}

.hover-img .img-style img {
  width: 100%;
  height: 100%;
  transition: transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  object-fit: cover;
}
.hover-img:hover img {
  transform: scale(1.04);
}

.hover-img3 .img-style3 img {
  width: 100%;
  transition: all 0.3s ease;
}
.hover-img3:hover img {
  transform: scale(1.075);
  transition: all 0.3s ease;
}

.inline-0 {
  width: 166px;
  height: 24px;
  vertical-align: baseline;
}

.inline-1 {
  width: 166px;
  height: 24px;
  vertical-align: baseline;
}

.inline-15 {
  display: none;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-backdrop.show {
  opacity: 1;
}

.preload-container {
  position: fixed;
  position: relative;
  inset: 0;
  z-index: 99999999999;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.preload-container .icon {
  color: #1563df;
  font-size: 32px;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  display: block;
  visibility: hidden;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
  box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1019607843);
  transform: translateY(20px);
  transition: all 0.4s linear;
  cursor: pointer;
}
.progress-wrap svg path {
  box-sizing: border-box;
  transition: all 150ms linear;
  fill: #ffffff;
  stroke-width: 5;
  stroke: #1563df;
}
.progress-wrap.active-progress {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 44px;
  height: 44px;
  color: #1563df;
  font-size: 20px;
  font-weight: 900;
  line-height: 44px;
  text-align: center;
  transition: all 0.4s linear;
  cursor: pointer;
  content: "↑";
}

.search-box .icon {
  position: absolute;
  top: 50%;
  left: 18px;
  color: #161e2d;
  font-size: 16px;
  transform: translateY(-50%);
}

.wd-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.wd-navigation .icon {
  color: #161e2d;
  font-size: 14px;
}

.avatar img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.avt-status img {
  border-radius: 50% !important;
}

.offcanvas.canvas-menu .off-canvas-body .login-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.offcanvas.canvas-menu .off-canvas-body .login-box a,
.offcanvas.canvas-menu .off-canvas-body .login-box span {
  font-weight: 600;
}

.offcanvas.canvas-filter .main-header {
  border: 0;
}

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

.box-navigation .navigation.swiper-button-disabled {
  background-color: rgba(22, 30, 45, 0.8);
}

.error {
  margin-bottom: 10px;
  font-size: 16px;
  transition: all ease 0.3s;
}

.form-control {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  outline: 0;
  background: #ffffff;
  background-clip: padding-box;
  color: #161e2d;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  box-shadow: none;
  appearance: none;
}
.form-control.style-1 {
  padding: 10px 16px;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-file-upload-button {
  margin: -0.375rem -0.75rem;
  padding: 0.375rem 0.75rem;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  border-radius: 0;
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-body-color);
  border-inline-end-width: var(--bs-border-width);
  margin-inline-end: 0.75rem;
}
.form-control:focus {
  border-color: #1563df !important;
  box-shadow: unset;
}

.nice-select {
  position: relative;
  clear: both;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 18px;
  border: 1px solid #e4e4e4;
  border-radius: 99px;
  outline: 0;
  background-color: #ffffff;
  color: #161e2d;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: start;
  white-space: nowrap;
  transition: all linear 0.2s;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.nice-select .current::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-right: 1.7px solid #161e2d;
  border-bottom: 1.7px solid #161e2d;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  transition: all 0.15s ease-in-out;
  pointer-events: none;
  content: "";
}
.nice-select .list.style {
  max-height: unset;
}
.nice-select .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.nice-select .list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #a7a7a7;
}
.nice-select .list::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #f5f5f5;
}
.nice-select .nice-select-dropdown .nice-select-search-box {
  position: absolute;
  top: 0;
  display: none;
  width: calc(100% + 20px);
  margin-left: -20px;
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled span {
  opacity: 0.6;
}
.nice-select.open .current::after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  z-index: 10;
  width: 100%;
  opacity: 1;
  transform: scale(1) translateY(0);
  pointer-events: auto;
}
.nice-select.open .nice-select-dropdown .list {
  width: max-content;
  min-width: calc(100% + 30px);
  margin-top: 10px;
  margin-left: -15px;
  word-break: break-word !important;
}
.nice-select.open .nice-select-dropdown .nice-select-search-box {
  display: block;
}
.nice-select.open .nice-select-dropdown .nice-select-search-box input {
  width: 100%;
  margin-top: -2px;
  padding: 0 15px 0 20px;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 13px;
  font-weight: 600;
}
.nice-select.open, .nice-select:active, .nice-select:focus {
  border-color: #e4e4e4;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  right: 0;
  left: auto;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 500;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  font-size: 14px;
  text-align: start;
  transition: all 0.2s;
  color: #161e2d;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #ffffff;
  color: #1563df;
}
.nice-select .option.selected {
  font-weight: 600;
}
.nice-select .option.disabled {
  color: #8a8aa0;
  cursor: default;
}

.hd-find-select {
  display: flex;
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  border-radius: 9999px;
  background-color: #ffffff;
}
.hd-find-select .box-btn-advanced {
  display: flex;
  gap: 10px;
}
.hd-find-select .box-btn-advanced .tf-btn {
  min-width: 0;
  min-height: 0;
  padding: 10px 15px !important;
}
.hd-find-select .form-control, .hd-find-select .form-style {
  width: 100%;
  border: none !important;
  line-height: 16px !important;
}

.wd-filter-select .filter-advanced .icon {
  color: #161e2d;
  font-size: 28px;
}
.wd-filter-select .form-style .form-control,
.wd-filter-select .form-style .nice-select {
  padding: 15px 18px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 22px;
}
.wd-filter-select .tf-btn {
  width: 100%;
}

.wd-find-select .box-btn-advanced {
  display: flex;
  gap: 10px;
}
.wd-find-select .inner-group {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  gap: 20px;
  padding-right: 20px;
}
.wd-find-select .inner-group .box-filter {
  flex-shrink: 0;
  width: max-content;
}
.wd-find-select .inner-group .box-filter .filter-advanced {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #161e2d;
  font-weight: 600;
}
.wd-find-select .inner-group .box-filter .icon {
  font-size: 28px;
}
.wd-find-select .inner-group .form-style {
  width: 100%;
}
.wd-find-select .inner-group .form-style .form-control {
  padding-right: 45px;
  border-radius: 0;
  color: #161e2d;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.86px;
}
.wd-find-select .inner-group .form-style .form-control::placeholder {
  color: #161e2d;
}
.wd-find-select .inner-group .form-style .form-control, .wd-find-select .inner-group .form-style .nice-select {
  padding: 0;
  padding-top: 6px;
  border: 0;
}
.wd-find-select .inner-group .form-style .nice-select {
  color: #161e2d;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.86px;
}
.wd-find-select .inner-group .form-style .nice-select::after {
  right: 20px;
}
.wd-find-select .inner-group .form-style label {
  color: #a3abb0;
  font-weight: 600;
}
.wd-find-select .inner-group .form-style:not(:last-child) {
  border-right: 1px solid #e4e4e4;
}
.wd-find-select.style-3 .form-control, .wd-find-select.style-3 .nice-select {
  background-color: #f7f7f7;
}
.wd-find-select.style-3 .inner-group {
  border: 1px solid #e4e4e4;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-color: #f7f7f7;
}

.wd-search-form .tf-btn {
  width: 100%;
}
.wd-search-form.show {
  display: unset;
  visibility: visible;
  margin-top: 5px;
  opacity: 1;
}
.wd-search-form.style-2 .box {
  margin-bottom: 30px;
}
.wd-search-form.style-2 .box .box-select .nice-select {
  padding: 0;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
.wd-search-form.style-2 .box .box-select:not(:first-child) {
  margin-top: 20px;
}
.wd-search-form.style-2 .box .title-select {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.wrap-search-link a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
}

.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small::after {
  width: 4px;
  height: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.header-account {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-account .btn-login {
  min-width: 140px;
}
.header-account .dropdown-menu {
  width: 100%;
  max-width: 204px;
  margin-top: 23px !important;
  padding: 0;
  border: 1px solid #e4e4e4;
  border-top: 0;
  border-radius: 0;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.header-account .dropdown-toggle::after {
  content: none;
}
.header-account .tf-btn {
  min-width: 206px;
}

.inner-header-center {
  display: flex;
  overflow: hidden;
  flex: 0;
  justify-content: center;
  width: 0;
  min-width: 0;
  max-width: 0;
  opacity: 0;
  backface-visibility: hidden;
  transition: flex 0.3s ease, opacity 0.3s ease, max-width 0.3s ease, width 0.3s ease;
}

.main-header {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 78px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #ffffff;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
}
.main-header .inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .inner-header-center {
  height: 54px;
}
.main-header .inner-header-left {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-header .logo-box {
  position: relative;
  z-index: 10;
}
.main-header .logo-box .logo {
  position: relative;
  padding-top: 10px;
}
.main-header .logo-box .logo img {
  display: inline-block;
  max-width: 100%;
  transition: all 0.3s ease;
}
.main-header .header-lower {
  position: relative;
  transition: all 0.5s ease;
}
.main-header .header-lower .main-menu .navigation {
  position: relative;
}
.main-header .header-lower .nav-outer {
  position: relative;
}
.main-header .main-box {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: none;
  transition: all 0.3s ease;
}
.main-header .main-box .outer-container {
  position: relative;
}
.main-header .outer-box {
  position: relative;
}
.main-header .main-menu {
  position: relative;
  transition: all 0.3s ease;
}
.main-header .main-menu .navbar-collapse {
  display: block;
  padding: 0;
}
.main-header .main-menu .navbar-collapse > ul li.dropdown2 .dropdown2-btn {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 5;
  display: none;
  width: 30px;
  height: 30px;
  border: 1px solid var(--white);
  background-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.main-header .main-menu .navigation li > ul > li.dropdown2:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.main-header .main-menu .navigation > .home > ul {
  width: 204px;
}
.main-header .main-menu .navigation > li {
  position: relative;
  display: inline-block;
  padding-right: 65px;
  transition: all 0.5s ease;
}
.main-header .main-menu .navigation > li.current > a, .main-header .main-menu .navigation > li:hover > a {
  opacity: 1;
}
.main-header .main-menu .navigation > li.current > a::before, .main-header .main-menu .navigation > li:hover > a::before {
  right: auto;
  left: 0;
  width: 100%;
}
.main-header .main-menu .navigation > li.dropdown2:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  pointer-events: all;
}
.main-header .main-menu .navigation > li:hover > ul > li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 70ms;
}
.main-header .main-menu .navigation > li:last-child {
  padding-right: 0;
}
.main-header .main-menu .navigation > li:last-child ul {
  right: 0;
}
.main-header .main-menu .navigation > li:last-child > a {
  padding-right: 0;
}
.main-header .main-menu .navigation > li > a {
  position: relative;
  display: block;
  padding: 27px 0;
  color: #161e2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  transition: all 0.5s ease;
}
.main-header .main-menu .navigation > li > a::before {
  position: absolute;
  right: 0;
  bottom: 25px;
  left: auto;
  z-index: 1;
  width: 0;
  height: 2px;
  background: #1563df;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  content: "";
}
.main-header .main-menu .navigation > li > ul {
  position: absolute;
  left: -35px;
  z-index: 1;
  visibility: hidden;
  width: 280px;
  margin-top: 17px;
  border-radius: 12px;
  background-color: #ffffff;
  opacity: 0;
  box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
  transition: all 0.3s ease;
  pointer-events: none;
}
.main-header .main-menu .navigation > li > ul li:first-child {
  padding-top: 8px;
}
.main-header .main-menu .navigation > li > ul li:last-child {
  padding-bottom: 8px;
}
.main-header .main-menu .navigation > li > ul::after {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  height: 35px;
  background-color: transparent;
  content: "";
}
.main-header .main-menu .navigation > li > ul::before {
  position: absolute;
  bottom: calc(100% - 14px);
  left: 45px;
  border-top: 20px solid #ffffff;
  border-right: 20px solid transparent;
  transform: rotate(45deg);
  content: "";
}
.main-header .main-menu .navigation > li > ul > .current > a {
  color: #1563df;
}
.main-header .main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  text-align: left;
  transform: translateY(10px);
  transition: all 0.5s ease;
}
.main-header .main-menu .navigation > li > ul > li.dropdown2:hover > a::after {
  color: #1563df;
}
.main-header .main-menu .navigation > li > ul > li:hover > a {
  padding-left: 45px;
  color: #1563df;
}
.main-header .main-menu .navigation > li > ul > li:hover > a::before {
  opacity: 1;
}
.main-header .main-menu .navigation > li > ul > li:last-child {
  margin-bottom: 0;
}
.main-header .main-menu .navigation > li > ul > li:last-child > a {
  border-bottom: 0;
}
.main-header .main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 16px 24px;
  color: #161e2d;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.6px;
  text-align: start;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.main-header .main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  overflow: hidden;
  width: 280px;
  border: 1px solid #e4e4e4;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease;
}
.main-header .main-menu .navigation > li > ul > li > ul > .current > a {
  color: #1563df;
}
.main-header .main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  text-align: left;
  transform: translateY(-8px);
  transition: all 0.5s ease;
}
.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a {
  padding-left: 45px;
  background-color: #ffffff;
  color: #1563df;
}
.main-header .main-menu .navigation > li > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
.main-header .main-menu .navigation > li > ul > li > ul > li:last-child a {
  border-bottom: 0;
}
.main-header .main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 16px 24px;
  border-bottom: 1px solid #e4e4e4;
  color: #5c6368;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.main-header .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  visibility: hidden;
  width: 100%;
  padding: 0;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
.main-header .sticky-header .logo {
  position: relative;
  padding: 7px 0;
}
.main-header .sticky-header .main-menu .navigation > li {
  position: relative;
}
.main-header .sticky-header .main-menu .navigation > li:last-child {
  margin-right: 0;
}
.main-header .sticky-header .main-menu .navigation > li > a {
  padding: 22px 0;
}
.main-header .sticky-header .main-menu .navigation > li > a::after {
  top: 22px;
}
.main-header .sticky-header .main-menu .navigation > li > a > span {
  top: 10px;
}
.main-header .sticky-header .mobile-nav-toggler {
  display: none;
  cursor: pointer;
}
.main-header .sticky-header .navbar-header {
  display: none;
}
.main-header.fixed-header .sticky-header {
  z-index: 999;
  visibility: visible;
  opacity: 1;
  animation: fadeInDown 0.5s linear 1;
}
.main-header.header--search-mode #header-menu {
  overflow: hidden;
  width: 0;
  height: 75px;
}
.main-header.header--search-mode .inner-header-center {
  overflow: visible;
  flex: 1;
  width: auto;
  max-width: 870px;
  height: auto;
  opacity: 1;
}
.main-header.header--search-mode .inner-header-left {
  gap: 0 !important;
}
.main-header.header--search-mode .login-text,
.main-header.header--search-mode .logo-text {
  display: none;
}
.main-header.header--search-mode .logo a {
  align-items: center;
}
.main-header.fixed-header {
  position: sticky;
  top: 0;
}
.main-header.is-fixed {
  border-bottom: 1px solid #e4e4e4;
  background-color: #ffffff;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
}

.mobile-button {
  position: absolute;
  top: 50%;
  right: 0;
  float: right;
  display: none;
  width: 26px;
  height: 26px;
  background-color: transparent;
  transform: translateY(-50%);
  transition: all 0s ease;
  cursor: pointer;
}
.mobile-button::before, .mobile-button::after,
.mobile-button span {
  background-color: #1563df;
  transition: all ease 0.3s;
}
.mobile-button::before, .mobile-button::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform-origin: 50% 50%;
  content: "";
}
.mobile-button span {
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 2px;
  text-indent: 200%;
}
.mobile-button::before {
  transform: translate3d(0, -9px, 0);
}
.mobile-button::after {
  transform: translate3d(0, 9px, 0);
}
.mobile-button.active span {
  opacity: 0;
}
.mobile-button.active::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.mobile-button.mobi-style::before, .mobile-button.mobi-style::after,
.mobile-button.mobi-style span {
  background-color: #ffffff;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
}
.mobile-menu .nav-logo {
  position: relative;
  height: 78px;
  padding: 32px 15px;
  background: #ffffff;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
}
.mobile-menu .nav-logo img {
  max-width: 200px;
}
.mobile-menu .bottom-canvas {
  overflow-y: auto;
  height: 100vh;
  padding: 30px 20px 100px;
}
.mobile-menu .button-mobi-sell {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.mobile-menu .button-mobi-sell a {
  width: 100%;
}
.mobile-menu .close-btn:hover {
  opacity: 0.5;
}
.mobile-menu .login-box {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.mobile-menu .login-box a, .mobile-menu .login-box span {
  font-weight: 600;
}
.mobile-menu .login-box svg {
  margin-right: 5px;
}
.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.mobile-menu .menu-box {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 5;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0;
  background-color: #ffffff;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu .menu-outer {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.mobile-menu .mobi-icon-box .box {
  margin-bottom: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e4e4e4;
}
.mobile-menu .mobi-icon-box .box .content {
  color: #a3abb0;
}
.mobile-menu .mobi-icon-box .box .content h5 {
  color: #5c6368;
}
.mobile-menu .mobi-icon-box .box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.mobile-menu .mobi-icon-box .icon {
  margin-right: 10px;
  font-size: 20px;
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
}
.mobile-menu .navigation li.current li.current > a, .mobile-menu .navigation li.current > a, .mobile-menu .navigation li:hover > a {
  color: #1563df;
}
.mobile-menu .navigation li.dropdown2 .dropdown2-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  line-height: 44px;
  text-align: end;
  cursor: pointer;
}
.mobile-menu .navigation li.dropdown2 .dropdown2-btn span {
  opacity: 0;
}
.mobile-menu .navigation li.open .dropdown2-btn::before {
  transform: unset;
}
.mobile-menu .navigation li.dropdown2 > ul li a {
  border-bottom: unset;
  color: #161e2d;
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #161e2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
  padding: 15px 20px;
  border-radius: 10px;
  background: rgba(21, 99, 223, 0.1);
}
.mobile-menu .navigation li > ul > li,
.mobile-menu .navigation li > ul > li > ul > li {
  margin-bottom: 0;
}
.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: 0;
}
.mobile-menu .navigation li > ul > li > a {
  padding: 7px 0 !important;
  font-weight: 500;
}
.mobile-menu .navigation li > ul > li > ul {
  padding-left: 15px;
}
.mobile-menu .navigation li > ul > li > ul > li > a {
  padding-left: 40px;
}

.mobile-menu-visible .close-btn {
  visibility: visible;
  opacity: 1;
}
.mobile-menu-visible .mobile-menu {
  visibility: visible;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
.mobile-menu-visible .mobile-menu .menu-box {
  left: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  -webkit-overflow-scrolling: touch;
}

.wrap-top .logo-box {
  margin-left: 152px;
}

@media only screen and (max-width: 1519px) {
  .main-header .main-menu {
    position: relative;
    margin-left: 1px;
  }
}
@media only screen and (max-width: 1300px) {
  .main-header .main-menu .navigation > li {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-account {
    gap: 10px;
  }
  .header-account .btn-login {
    min-width: 100px;
  }
  .header-account .tf-btn {
    min-width: 150px;
  }
  .header-account ul {
    margin-right: 6px;
  }
  .main-header .main-menu .navigation > li {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1099px) {
  #navbarSupportedContent {
    display: block;
  }
  .header-account {
    margin-right: 50px;
  }
  .header-account .dropdown-menu {
    margin-top: 19px !important;
  }
  .header-account ul {
    margin-right: 20px;
  }
  .header-search .header-account {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .header-search .nav-outer .outer-search {
    width: auto;
    border: 0;
  }
  .header-search .nav-outer .outer-search .form-box {
    display: none;
  }
  .inner-header-center .inner-group {
    margin: 0 auto;
  }
  .main-header {
    padding: 15px;
  }
  .main-header .main-menu {
    display: none;
  }
  .mobile-button {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-account .dropdown-menu {
    margin-top: 21px !important;
  }
  .header-account ul {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .header-account .tf-btn {
    display: none;
  }
  .main-header.header--search-mode .inner-header-left {
    display: none !important;
  }
}
@media only screen and (min-width: 1441px) {
  .main-header {
    padding-right: 30px;
    padding-left: 30px;
  }
  .main-header .inner-header-left {
    gap: 50px;
  }
}
@media only screen and (min-width: 1520px) {
  .main-header {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.header-account .dropdown-toggle::after {
  content: none;
}
.header-account .dropdown-menu {
  max-width: 204px;
  width: 100%;
  margin-top: 23px !important;
  padding: 0;
  border: 1px solid #e4e4e4;
  border-top: 0;
  border-radius: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.header-account .dropdown-menu .dropdown-item {
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #5c6368;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.header-account .dropdown-menu .dropdown-item:hover {
  color: #1563df;
  background-color: #ffffff;
}
.header-account .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

.navigation-menu-footer li a {
  position: relative;
}
.navigation-menu-footer li a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #1563df;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  content: "";
}
.navigation-menu-footer li a:hover {
  color: #1563df;
}
.navigation-menu-footer li a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.footer-exp {
  padding: 64px 32px 0;
  background: #0a1628;
  color: #ffffff;
  font-family: inherit;
}
.footer-exp .fe-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.fe-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fe-brand .fe-wordmark {
  color: #ffffff;
  font-size: 22px;
}

.fe-brand-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 36px 0;
}

.fe-city-grid {
  display: grid;
  gap: 4px 24px;
  grid-template-columns: repeat(5, 1fr);
}
.fe-city-grid a {
  display: block;
  padding: 7px 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.15s ease;
}
.fe-city-grid a:hover {
  color: #5fa0ff;
}

.fe-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.fe-legal .fe-copy {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
}
.fe-legal .fe-legal-links {
  display: flex;
  gap: 32px;
}
.fe-legal .fe-legal-links a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.15s ease;
}
.fe-legal .fe-legal-links a:hover {
  color: #ffffff;
}

.fe-links-col .fe-ai-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 9999px;
  background: #00C4B3;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 196, 179, 0.6);
}
.fe-links-col a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.15s ease;
}
.fe-links-col a:hover {
  color: #5fa0ff;
}
.fe-links-col h4 {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.fe-links-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fe-links-row {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(5, 1fr);
  padding: 48px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fe-matrix {
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.fe-matrix-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 28px;
}
.fe-matrix-head h2 {
  margin: 12px 0 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.fe-matrix-head p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  line-height: 1.55;
}

.fe-seo-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.fe-seo-badge .fe-pip {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: #00C4B3;
}

.fe-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fe-socials .fe-icons {
  display: flex;
  gap: 10px;
}
.fe-socials .fe-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}
.fe-socials .fe-icons a:hover {
  background: #1563df;
  transform: translateY(-1px);
}
.fe-socials .fe-icons svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.fe-socials .fe-socials-label {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.fe-tab-inputs {
  display: none;
}

#fe-t1:checked ~ .fe-tab-bar label[for=fe-t1] {
  background: #1563df;
  color: #ffffff;
}

#fe-t1:checked ~ .fe-tab-panels #fe-p1 {
  display: block;
}

#fe-t2:checked ~ .fe-tab-bar label[for=fe-t2] {
  background: #1563df;
  color: #ffffff;
}

#fe-t2:checked ~ .fe-tab-panels #fe-p2 {
  display: block;
}

#fe-t3:checked ~ .fe-tab-bar label[for=fe-t3] {
  background: #1563df;
  color: #ffffff;
}

#fe-t3:checked ~ .fe-tab-panels #fe-p3 {
  display: block;
}

#fe-t4:checked ~ .fe-tab-bar label[for=fe-t4] {
  background: #1563df;
  color: #ffffff;
}

#fe-t4:checked ~ .fe-tab-panels #fe-p4 {
  display: block;
}

#fe-t5:checked ~ .fe-tab-bar label[for=fe-t5] {
  background: #1563df;
  color: #ffffff;
}

#fe-t5:checked ~ .fe-tab-panels #fe-p5 {
  display: block;
}

#fe-t6:checked ~ .fe-tab-bar label[for=fe-t6] {
  background: #1563df;
  color: #ffffff;
}

#fe-t6:checked ~ .fe-tab-panels #fe-p6 {
  display: block;
}

.fe-tab-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 28px;
}
.fe-tab-bar label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-weight: 600;
  transition: all 0.18s ease;
  cursor: pointer;
  user-select: none;
}
.fe-tab-bar label:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.fe-tab-panel {
  display: none;
}
.fe-tab-panel h3 {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-weight: 600;
}

.fe-tab-panels {
  position: relative;
}

.footer-cl-1 {
  margin-right: 20.4%;
}

.footer-cl-2 {
  margin-left: 15.4%;
}

.footer-cl-3 {
  margin-left: 20%;
}

.footer-cl-4 {
  margin-left: 17.3%;
}

#subscribe-form {
  position: relative;
  margin-top: 24px;
}
#subscribe-form .icon-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #a3abb0;
}
#subscribe-form input {
  background: rgba(255, 255, 255, 0.07);
  padding: 12px 16px;
  border-color: transparent;
  border-radius: 999px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19.6px;
  color: #a3abb0;
  font-style: unset;
}
#subscribe-form input::placeholder {
  font-size: 14px;
  line-height: 19.6px;
  color: #a3abb0;
  font-style: unset;
}
#subscribe-form button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: transparent;
  border: 0;
}
#subscribe-form button .icon {
  font-size: 20px;
  color: #a3abb0;
}

#subscribe-msg .notification_ok {
  color: #198754;
}

.ft-download li:not(:last-child) {
  margin-bottom: 10px;
}

.footer {
  background-color: #161e2d;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .content-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer .content-footer-bottom .menu-bottom {
  display: flex;
  align-items: center;
  gap: 19px;
}
.footer .content-footer-bottom .menu-bottom a {
  color: #a3abb0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.footer .content-footer-bottom .menu-bottom a:hover {
  color: #1563df;
}
.footer .inner-footer {
  padding: 50px 0;
}
.footer .inner-footer .navigation-menu-footer li {
  margin-top: 4px;
}
.footer .top-footer {
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer .top-footer .content-footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer .wd-social {
  display: flex;
  align-items: center;
}
.footer .wd-social span {
  margin-right: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 767px) {
  .footer .footer-col-block.open .footer-heading-mobile::after {
    transform: translate(0, -50%) rotate(180deg);
  }
  .footer .footer-col-block.open .footer-heading-mobile::before {
    opacity: 0;
  }
  .footer .footer-heading-mobile {
    position: relative;
    display: block;
  }
  .footer .footer-heading-mobile::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 1px;
    background-color: #ffffff;
    transform: translateY(-50%);
    transition: 0.25s ease-in-out;
    content: "";
  }
  .footer .footer-heading-mobile::before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 1px;
    height: 12px;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    transition: 0.25s ease-in-out;
    content: "";
  }
  .footer .tf-collapse-content {
    display: none;
  }
}
@media (max-width: 991px) {
  .footer .inner-footer,
  .footer .top-footer {
    padding: 40px 0;
  }
  .footer .wd-social span {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .footer-cl-1,
  .footer-cl-2 {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-cl-3,
  .footer-cl-4 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-cl-1,
  .footer .footer-cl-2,
  .footer .footer-cl-3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  .fe-city-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 900px) {
  .fe-links-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .fe-city-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 560px) {
  .fe-city-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@property --angle {
  inherits: false;
  initial-value: 0;
  syntax: "<angle>";
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button {
  filter: grayscale(1);
}

select {
  border: 0;
  background: #ffffff;
  word-wrap: normal;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle, [disabled].noUi-origin {
  cursor: not-allowed;
}

.noUi-background {
  background: #e7f0ff;
}

.noUi-base {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #e7f0ff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-connect {
  background: #1563df;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-draggable {
  cursor: w-resize;
}

.noUi-handle {
  position: relative;
  z-index: 1;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  cursor: default;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  position: relative;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #1563df;
  transform: translateY(-50%);
  cursor: pointer;
}

.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-target {
  position: relative;
  width: 100%;
  padding-right: 15px;
  direction: ltr;
}
.noUi-target, .noUi-target * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.nice-select .list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-height: 155px;
  margin-top: 4px;
  padding: 0;
  border-radius: 5px;
  background-color: #ffffff;
  opacity: 0;
  font-size: 14px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  transform: scale(0.75) translateY(-21px);
  transform-origin: 50% 0;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  pointer-events: none;
}

.nice-select .option {
  min-height: 40px;
  padding-right: 29px;
  padding-left: 18px;
  outline: 0;
  color: #161e2d;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  text-align: start;
  list-style: none;
  transition: all 0.2s;
  cursor: pointer;
}
.nice-select .option.disabled {
  color: #161e2d;
  cursor: default;
}
.nice-select .option.selected {
  font-weight: 600;
}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background-color: #ffffff;
  color: #1563df;
}

.nice-select.open .nice-select-dropdown .list .option.disabled {
  background-color: #ffffff !important;
  color: #a3abb0;
}
.nice-select.open .nice-select-dropdown .list .option.focus, .nice-select.open .nice-select-dropdown .list .option:hover {
  background-color: #f0f0f0;
  color: #161e2d;
}
.nice-select.open .nice-select-dropdown .list .option.focus:after, .nice-select.open .nice-select-dropdown .list .option.selected:after {
  position: absolute;
  right: 10px;
  opacity: 0.7;
}
.nice-select.open .nice-select-dropdown .list .option.selected {
  color: #0a53be;
  font-weight: 600;
}
.nice-select.open:has(.nice-select-search-box) .current, .nice-select.open:has(.nice-select-search-box) .multiple-options {
  opacity: 0;
}

#modalAdvancedFilter.af-modal {
  --af-bg-soft: #f3f4f6;
  --af-bg: #ffffff;
  --af-border: #e8eaf0;
  --af-primary-dark: #0e49a6;
  --af-primary-light: #e7f0ff;
  --af-primary: #1563df;
  --af-text-muted: #8a8aa0;
  --af-text-secondary:#5c6368;
  --af-text: #161e2d;
}

#modalAdvancedFilter .af-active-count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  font-size: 11px;
}
#modalAdvancedFilter .af-apply-btn {
  flex: 1;
  padding: 14px;
  border: 0;
  border-radius: 9999px;
  background: #1563df;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 700;
  transition: background 0.15s;
  cursor: pointer;
}
#modalAdvancedFilter .af-apply-btn:active {
  transform: scale(0.99);
}
#modalAdvancedFilter .af-apply-btn:hover {
  background: #0e49a6;
}
#modalAdvancedFilter .af-back-btn {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f3f4f6;
  color: #5c6368;
  cursor: pointer;
}
#modalAdvancedFilter .af-back-btn:hover {
  background: #e7e9ee;
}
#modalAdvancedFilter .af-body {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 22px;
  min-height: 0;
  padding: 20px;
  transform: translateZ(0);
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}
#modalAdvancedFilter .af-chips-strip {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 6px;
  padding: 8px 20px 0;
}
#modalAdvancedFilter .af-clear-btn {
  padding: 10px 14px;
  border: 0;
  background: none;
  color: #5c6368;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}
#modalAdvancedFilter .af-clear-btn:hover {
  color: #1563df;
}
#modalAdvancedFilter .af-close-btn {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #f3f4f6;
  color: #5c6368;
  cursor: pointer;
}
#modalAdvancedFilter .af-close-btn:hover {
  background-color: #e7e9ee;
  color: #161e2d;
}
#modalAdvancedFilter .af-content {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: min(720px, 100dvh - 80px);
  max-height: calc(100dvh - 80px);
  border: 0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 24px 64px rgba(22, 30, 45, 0.2);
}
#modalAdvancedFilter .af-count-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  font-size: 11px;
}
#modalAdvancedFilter .af-footer {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-top: 1px solid #f0f2f5;
  background: #ffffff;
}
#modalAdvancedFilter .af-form {
  position: relative;
  display: flex;
  overflow: hidden;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
#modalAdvancedFilter .af-handle {
  position: relative;
  display: none;
  flex-shrink: 0;
  width: 100%;
  height: 22px;
  padding: 9px 0;
  cursor: grab;
  touch-action: none;
}
#modalAdvancedFilter .af-handle::before {
  display: block;
  width: 36px;
  height: 4px;
  margin: 0 auto;
  border-radius: 2px;
  background: #d1d5db;
  content: "";
}
#modalAdvancedFilter .af-handle:active {
  cursor: grabbing;
}
#modalAdvancedFilter .af-header {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 20px 14px;
  border-bottom: 1px solid #f0f2f5;
}
#modalAdvancedFilter .af-header--sub .af-title {
  flex: 1;
  text-align: center;
}
#modalAdvancedFilter .af-hidden-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
#modalAdvancedFilter .af-hint {
  flex-shrink: 0;
  padding: 8px 20px 4px;
  color: #a3abb0;
  font-size: 13px;
  font-style: italic;
}
#modalAdvancedFilter .af-list {
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
  padding: 8px 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
#modalAdvancedFilter .af-list-cb {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border: 2px solid #d0d4da;
  border-radius: 6px;
  background: #ffffff;
  transition: all 0.15s;
}
#modalAdvancedFilter .af-list-cb--checked {
  border-color: #1563df;
  background: #1563df;
}
#modalAdvancedFilter .af-list-cb--radio {
  border-radius: 50%;
}
#modalAdvancedFilter .af-list-cb--radio.af-list-cb--checked {
  background: #ffffff;
}
#modalAdvancedFilter .af-list-cb--radio.af-list-cb--checked::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1563df;
  content: "";
}
#modalAdvancedFilter .af-list-empty {
  padding: 32px 20px;
  color: #a3abb0;
  font-size: 14px;
  text-align: center;
}
#modalAdvancedFilter .af-list-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 20px;
  border-bottom: 1px solid #f8f9fb;
  transition: background 0.1s;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
#modalAdvancedFilter .af-list-item--header {
  padding: 14px 20px 6px;
  border: 0;
  background: transparent;
  color: #a3abb0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: default;
  pointer-events: none;
}
#modalAdvancedFilter .af-list-item--highlight {
  outline: 2px solid #1563df;
  outline-offset: -2px;
  background: #dbeafe;
}
#modalAdvancedFilter .af-list-item--selected {
  background: #f0f6ff;
}
#modalAdvancedFilter .af-list-item--selected .af-list-label {
  color: #1563df;
  font-weight: 600;
}
#modalAdvancedFilter .af-list-item:active {
  background: #f5f8ff;
}
#modalAdvancedFilter .af-list-item:focus-visible {
  border-radius: 2px;
  outline: 2px solid #1563df;
  outline-offset: -2px;
}
#modalAdvancedFilter .af-list-label {
  flex: 1;
  color: #161e2d;
  font-size: 15px;
  font-weight: 500;
}
#modalAdvancedFilter .af-panel {
  position: absolute;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-height: 0;
  background: #ffffff;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
  pointer-events: none;
  inset: 0;
}
#modalAdvancedFilter .af-panel--active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
#modalAdvancedFilter .af-panel[data-af-panel=main], #modalAdvancedFilter .af-panel[data-af-panel=main] {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
#modalAdvancedFilter .af-panel[data-af-panel=main].af-panel--pushed, #modalAdvancedFilter .af-panel[data-af-panel=main].af-panel--pushed {
  transform: translateX(-15%);
  pointer-events: none;
}
#modalAdvancedFilter .af-pill {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 16px;
  border: 1.5px solid #e0e4ec;
  border-radius: 9999px;
  background: #ffffff;
  color: #3a3a3c;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.15s ease;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
#modalAdvancedFilter .af-pill--num {
  justify-content: center;
  min-width: 52px;
}
#modalAdvancedFilter .af-pill--on {
  border-color: #1563df;
  background: #1563df;
  color: #ffffff;
}
#modalAdvancedFilter .af-pill--on:hover {
  border-color: #1563df;
}
#modalAdvancedFilter .af-pill:active {
  transform: scale(0.97);
}
#modalAdvancedFilter .af-pill:hover {
  border-color: #c4d6f8;
}
#modalAdvancedFilter .af-pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#modalAdvancedFilter .af-range {
  padding: 6px 6px 0;
}
#modalAdvancedFilter .af-range-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
#modalAdvancedFilter .af-range-sep {
  margin: 0 6px;
  color: #a3abb0;
  font-size: 13px;
}
#modalAdvancedFilter .af-range-val {
  color: #161e2d;
  font-size: 15px;
  font-weight: 700;
}
#modalAdvancedFilter .af-search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 12px;
  background: #f3f4f6;
  transition: all 0.15s;
}
#modalAdvancedFilter .af-search-box svg {
  flex-shrink: 0;
  color: #a3abb0;
}
#modalAdvancedFilter .af-search-box:focus-within {
  background: #eef3fc;
  box-shadow: 0 0 0 2px rgba(21, 99, 223, 0.2);
}
#modalAdvancedFilter .af-search-clear {
  display: flex;
  align-items: center;
  padding: 2px;
  border: 0;
  background: none;
  color: #a3abb0;
  cursor: pointer;
}
#modalAdvancedFilter .af-search-input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #161e2d;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
}
#modalAdvancedFilter .af-search-input::placeholder {
  color: #a3abb0;
}
#modalAdvancedFilter .af-search-wrap {
  flex-shrink: 0;
  padding: 14px 20px 0;
}
#modalAdvancedFilter .af-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#modalAdvancedFilter .af-section-label {
  color: #8a8aa0;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
#modalAdvancedFilter .af-section.filter-hidden, #modalAdvancedFilter .af-section[style*="display: none"] {
  display: none !important;
}
#modalAdvancedFilter .af-segmented {
  display: flex;
  gap: 2px;
  padding: 3px;
  border-radius: 10px;
  background: #f3f4f6;
}
#modalAdvancedFilter .af-segmented .af-seg-btn {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  padding: 9px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #5c6368;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.15s;
  cursor: pointer;
}
#modalAdvancedFilter .af-segmented .af-seg-btn--on {
  background: #ffffff;
  color: #1563df;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
#modalAdvancedFilter .af-segmented--3 input.af-furn {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#modalAdvancedFilter .af-segmented--3 input.af-furn:checked + .af-seg-btn {
  background: #ffffff;
  color: #1563df;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
#modalAdvancedFilter .af-segmented input.af-furn:checked + .af-seg-btn {
  background: #ffffff;
  color: #1563df;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
#modalAdvancedFilter .af-strip-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px 4px 12px;
  border-radius: 9999px;
  background: #e7f0ff;
  color: #1563df;
  font-size: 13px;
  font-weight: 600;
}
#modalAdvancedFilter .af-strip-chip button {
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: none;
  color: #1563df;
  opacity: 0.6;
  cursor: pointer;
}
#modalAdvancedFilter .af-tile {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 12px 14px;
  border: 1.5px solid #e0e4ec;
  border-radius: 12px;
  background: #ffffff;
  transition: all 0.15s;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
#modalAdvancedFilter .af-tile--on {
  border-color: #c4d6f8;
  background: #f0f6ff;
}
#modalAdvancedFilter .af-tile--on .af-tile-label {
  color: #1563df;
}
#modalAdvancedFilter .af-tile:active {
  transform: scale(0.97);
}
#modalAdvancedFilter .af-tile:hover {
  border-color: #c4d6f8;
}
#modalAdvancedFilter .af-tile-cb {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border: 2px solid #d0d4da;
  border-radius: 6px;
  background: #ffffff;
  transition: all 0.15s;
}
#modalAdvancedFilter .af-tile-cb--on {
  border-color: #1563df;
  background: #1563df;
}
#modalAdvancedFilter .af-tile-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
#modalAdvancedFilter .af-tile-label {
  color: #3a3a3c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}
#modalAdvancedFilter .af-title {
  color: #161e2d;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
#modalAdvancedFilter .af-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #f3f4f6;
  background: transparent;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#modalAdvancedFilter .af-trigger-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
#modalAdvancedFilter .af-trigger-label {
  color: #a3abb0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
#modalAdvancedFilter .af-trigger-meta {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  color: #c0c6d0;
}
#modalAdvancedFilter .af-trigger-section {
  gap: 0;
}
#modalAdvancedFilter .af-trigger-value {
  overflow: hidden;
  color: #161e2d;
  font-size: 15px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#modalAdvancedFilter .af-trigger-value--empty {
  color: #a3abb0;
  font-weight: 400;
}
#modalAdvancedFilter .af-trigger:active {
  opacity: 0.7;
}
#modalAdvancedFilter .af-trigger:disabled, #modalAdvancedFilter .af-trigger[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}
#modalAdvancedFilter .modal-content::before {
  display: none !important;
}
#modalAdvancedFilter .modal-dialog {
  max-width: 560px;
}
#modalAdvancedFilter .nice-select {
  height: 44px;
  border: 1px solid #e8eaf0;
  border-radius: 10px;
  background: #f3f4f6;
  color: #161e2d;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 42px;
}
#modalAdvancedFilter .nice-select.open {
  border-color: #1563df;
  background: #ffffff;
}
#modalAdvancedFilter .noUi-connect {
  background: #1563df;
}
#modalAdvancedFilter .noUi-handle {
  border: 2px solid #ffffff;
  background-color: #1563df;
  box-shadow: 0 1px 6px rgba(21, 99, 223, 0.45);
}
#modalAdvancedFilter .noUi-handle.noUi-active {
  box-shadow: 0 2px 10px rgba(21, 99, 223, 0.55);
}
#modalAdvancedFilter .noUi-target {
  border: 0;
  background: #e4e8f0;
  box-shadow: none;
}

#modalSearch .caption-price {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 5px;
}
#modalSearch .widget-slider,
#modalSearch .title-select {
  margin: 10px 0 5px 10px;
}

#price-dropdown {
  position: relative;
  width: 256px;
  padding: 10px 20px 25px;
}
#price-dropdown .caption-price {
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 5px;
}

#price-select .list {
  right: 0;
  left: auto;
}

.active-chip {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 5px;
  height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(21, 99, 223, 0.2);
  border-radius: 9999px;
  background: #e7f0ff;
  color: #1563df;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}
.active-chip svg {
  width: 10px;
  height: 10px;
  opacity: 0.7;
}

.active-chips-strip {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  padding: 0 16px 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.active-chips-strip::-webkit-scrollbar {
  display: none;
}

.chip {
  height: 38px;
  padding: 0 16px;
  border: 1px solid #e8eaf0;
  border-radius: 9999px;
  background: #ffffff;
  color: #5c6368;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 32px;
  transition: 0.15s;
  cursor: pointer;
}
.chip.on {
  color: #ffffff;
}
.chip:hover {
  border-color: #1563df;
  color: #1563df;
}

.chips-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chk {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border: 1.5px solid #d1d5db;
  border-radius: 4px;
  transition: 0.15s;
}

.filter-bar-desktop {
  position: sticky;
  top: 78px;
  z-index: 200;
  display: none;
  border-bottom: 1px solid #e8eaf0;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(22, 30, 45, 0.06);
}
.filter-bar-desktop .nice-select {
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 19px;
}
.filter-bar-desktop .nice-select .current,
.filter-bar-desktop .nice-select .multiple-options {
  overflow: hidden;
  color: #161e2d;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter-bar-desktop .nice-select .current:after {
  top: 70%;
  right: 0;
  width: 5px;
  height: 5px;
}
.filter-bar-desktop .nice-select:after {
  position: absolute;
  content: "";
  inset-block: -10px;
  inset-inline: -10px;
}
.filter-bar-desktop .tf-trigger-btn {
  overflow: hidden;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #161e2d;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.filter-bar-desktop .tf-trigger-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.filter-bar-inner {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 1280px;
  height: 56px;
  margin: 0 auto;
  padding: 0 24px;
}

.filter-bar-mobile {
  position: sticky;
  top: 78px;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-bottom: 1px solid #e8eaf0;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(22, 30, 45, 0.06);
}

.filter-dropdown {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  height: 100%;
  padding: 0 16px;
  border-right: 1px solid #f0f2f5;
  transition: background 0.15s;
  cursor: pointer;
}
.filter-dropdown.active {
  background: #e7f0ff;
}
.filter-dropdown.active .fd-label {
  color: #1563df;
}
.filter-dropdown.active .fd-value {
  color: #1563df;
}
.filter-dropdown.active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: #1563df;
  content: "";
}
.filter-dropdown:hover {
  background: #f8f9fb;
}

.fd-label {
  margin-bottom: 3px;
  color: #a3abb0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fd-value {
  display: flex;
  overflow: hidden;
  align-items: center;
  gap: 4px;
  color: #161e2d;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fd-value svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-left: auto;
  color: #a3abb0;
}

.filter-actions-desktop {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  padding-left: 12px;
}

.filter-count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1563df;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
}

.filter-count-badge {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: auto;
  border-radius: 50%;
  background: #1563df;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
}

.filter-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-group .nice-select.open .nice-select-dropdown .nice-select-search-box input {
  width: 100%;
  padding: 17px 15px 0 20px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
}

.filter-summary-pill {
  display: flex;
  overflow: hidden;
  flex: 1;
  align-items: center;
  gap: 8px;
  min-width: 0;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #e8eaf0;
  border-radius: 9999px;
  background: #f8f9fb;
  transition: border-color 0.2s, background 0.2s;
  cursor: pointer;
}
.filter-summary-pill svg {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  color: #a3abb0;
}
.filter-summary-pill.has-active {
  border-color: rgba(21, 99, 223, 0.3);
  background: #e7f0ff;
}
.filter-summary-pill.has-active .filter-summary-text {
  color: #1563df;
  font-weight: 600;
}
.filter-summary-pill.has-active svg {
  color: #1563df;
}
.filter-summary-pill:hover {
  border-color: #1563df;
  background: #e7f0ff;
}

.filter-summary-text {
  overflow: hidden;
  color: #5c6368;
  font-size: 13px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-ai-desktop {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(0, 196, 179, 0.3);
  border-radius: 9999px;
  background: #e0faf8;
  color: #009e90;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-ai-desktop svg {
  width: 14px;
  height: 14px;
}
.btn-ai-desktop:hover {
  border-color: #00C4B3;
  background: #00C4B3;
  color: #ffffff;
}

.btn-filter-mobile {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #e8eaf0;
  border-radius: 9999px;
  background: #ffffff;
  color: #374151;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-filter-mobile svg {
  width: 15px;
  height: 15px;
}
.btn-filter-mobile.active, .btn-filter-mobile:hover {
  border-color: #1563df;
  background: #e7f0ff;
  color: #1563df;
}

.btn-group-vertical.search-filter-group,
.btn-group.search-filter-group {
  display: none !important;
}

.btn-more-desktop {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #e8eaf0;
  border-radius: 9999px;
  background: #ffffff;
  color: #374151;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s;
  cursor: pointer;
}
.btn-more-desktop svg {
  width: 14px;
  height: 14px;
}
.btn-more-desktop.active, .btn-more-desktop:hover {
  border-color: #1563df;
  background: #e7f0ff;
  color: #1563df;
}

.btn-search-desktop,
.btn-search-mobile {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #1563df;
  color: #ffffff;
  transition: background 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.btn-search-desktop:hover,
.btn-search-mobile:hover {
  background: #0e49a6;
  box-shadow: 0 4px 16px rgba(21, 99, 223, 0.35);
}

.btn-search-mobile svg {
  width: 16px;
  height: 16px;
}

.btn-sheet-apply {
  flex: 1;
  height: 48px;
  border: 0;
  border-radius: 9999px;
  background: #1563df;
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.btn-sheet-apply:hover {
  background: #0e49a6;
  box-shadow: 0 4px 16px rgba(21, 99, 223, 0.35);
}

.btn-sheet-reset {
  flex: 0 0 auto;
  height: 48px;
  padding: 0 20px;
  border: 1px solid #e8eaf0;
  border-radius: 9999px;
  background: #ffffff;
  color: #5c6368;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s;
  cursor: pointer;
}

.modal-sheet {
  z-index: 900;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 680px;
  max-height: calc(100vh - 120px);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 -8px 40px rgba(22, 30, 45, 0.15);
}

.sheet-body {
  display: flex;
  overflow-y: auto;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
}

.sheet-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #e8eaf0;
  border-radius: 50%;
  background: #ffffff;
  color: #5c6368;
  transition: background 0.15s;
  cursor: pointer;
}
.sheet-close:hover {
  background: #f8f9fb;
}

.sheet-footer {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  padding: 12px 20px;
  border-top: 1px solid #f0f2f5;
}

.sheet-header {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 14px;
  border-bottom: 1px solid #f0f2f5;
}
.sheet-header h3 {
  font-size: 16px;
  font-weight: 700;
}

.box-title-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.box-title-listing.style-1 {
  margin-bottom: 30px;
}
.box-title-listing .box-filter-tab {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.box-title-listing .box-filter-tab .list-page {
  width: 160px;
  height: 48px;
}
.box-title-listing .box-filter-tab .list-sort {
  height: 40px;
  line-height: 40px;
}
.box-title-listing .box-filter-tab .nice-select {
  padding: 0 40px 0 10px;
  border-radius: 10px;
  font-family: Poppins, sans-serif;
}
.box-title-listing .box-filter-tab .nice-select .list {
  left: calc(-50% + 15px);
  margin-left: 0;
}
.box-title-listing .box-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.box-title-listing .box-left .text {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.ai-border {
  position: relative;
  transition: box-shadow 0.2s;
}
.ai-border::before {
  position: absolute;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(var(--angle), rgba(0, 71, 171, 0.6), rgba(0, 196, 179, 0.6), rgba(0, 71, 171, 0.6), rgba(0, 196, 179, 0.6));
  opacity: 0;
  box-shadow: 0 0 10px 2px rgba(0, 196, 179, 0.3);
  isolation: isolate;
  transition: opacity 0.2s;
  content: "";
  inset: -3px;
}
.ai-border:has(input:focus)::before {
  opacity: 1;
  animation: 5s linear infinite rotate;
}

.amenities-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}

.amenities-item {
  align-items: center;
  padding: 5px 0 5px 15px;
}
.amenities-item .tf-checkbox {
  display: inline-flex;
}
.amenities-item label {
  vertical-align: top;
}

.amenity-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #e8eaf0;
  border-radius: 8px;
  color: #374151;
  font-size: 13px;
  transition: 0.15s;
  cursor: pointer;
}
.amenity-item.on {
  border-color: #1563df;
  background: #e7f0ff;
  color: #1563df;
}
.amenity-item.on .chk {
  border-color: #1563df;
  background: #1563df;
}
.amenity-item.on .chk::after {
  width: 8px;
  height: 5px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg) translate(1px, -1px);
  content: "";
}
.amenity-item:hover {
  border-color: #1563df;
  background: #f8fbff;
}

.box-amenities-property .amenities-item input {
  flex-shrink: 0;
}

.property-box {
  display: block;
  overflow: hidden !important;
  border: 1px solid var(--color-border) !important;
  border-radius: var(--radius-lg) !important;
  background: var(--color-white) !important;
  box-shadow: var(--shadow-sm) !important;
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s !important;
}
.property-box .archive-bottom {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 16px !important;
}
.property-box .archive-bottom .content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.property-box .btn-favourite {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: var(--color-text-secondary);
  backdrop-filter: blur(4px);
  transition: var(--transition);
  cursor: pointer;
}
.property-box .btn-favourite:hover {
  background: #ffffff;
  color: var(--color-error);
  transform: scale(1.1);
}
.property-box .content-top {
  height: 38px;
  min-height: 42px;
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 0;
}
.property-box .content-top .link, .property-box .content-top .link:hover {
  display: -webkit-box !important;
  overflow: hidden !important;
  min-height: 38px;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  color: var(--color-black) !important;
}
.property-box .content-top .meta-list {
  overflow: hidden;
  max-height: 20px;
}
.property-box .content-top .meta-list .item .icon {
  color: #a3abb0;
  font-size: 16px;
}
.property-box .flag-tag {
  padding: 3px 10px 4px 10px !important;
  border-radius: var(--radius-full) !important;
  color: #ffffff;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  backdrop-filter: blur(4px) !important;
}
.property-box .flag-tag.primary {
  border: none !important;
  background: rgba(21, 99, 223, 0.88) !important;
  color: #ffffff !important;
}
.property-box .flag-tag.style-1 {
  border: none !important;
  background: rgba(199, 41, 41, 0.88) !important;
  color: #ffffff !important;
}
.property-box .flag-tag.style-2 {
  border: none !important;
  background: rgba(0, 196, 179, 0.9) !important;
  color: #ffffff !important;
}
.property-box .im-direct {
  width: fit-content;
  padding: 2px 7px;
  border-radius: var(--radius-sm);
  background: #e0f2fe;
  color: #0284c7;
  font-size: 11px;
  font-weight: 600;
}
.property-box .im-market-ref {
  min-height: 16px;
  margin: 0 0 6px !important;
  color: #8a8aa0 !important;
  font-size: 11px !important;
  text-align: right !important;
}
.property-box .im-market-ref.im-yield-grade-fair, .property-box .im-market-ref.im-yield-grade-good, .property-box .im-market-ref.im-yield-grade-low, .property-box .im-market-ref.im-yield-grade-strong {
  color: var(--color-text-muted);
}
.property-box .im-price-row {
  display: flex !important;
  flex-direction: column !important;
  flex-shrink: 0;
  align-items: flex-end !important;
  gap: 2px;
  margin-bottom: 0 !important;
}
.property-box .im-price-row .price {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.15;
  text-align: right;
}
.property-box .im-price-sqm {
  display: block !important;
  margin: 0;
  color: var(--color-text-muted) !important;
  font-size: 11px !important;
  text-align: right;
}
.property-box .im-signal-row {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
  height: 40px;
  min-height: 40px;
}
.property-box .im-yield-grade {
  width: 100%;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 11px;
  text-align: left;
}
.property-box .im-yield-pct {
  margin: 0;
  color: #15803d;
  font-size: 12px;
  font-weight: 700;
}
.property-box .im-yield-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  width: 100%;
}
.property-box .im-yield.im-yield--empty {
  color: #c4c9d4;
}
.property-box .im-yield.im-yield--empty .im-yield-grade {
  color: #c4c9d4;
}
.property-box .im-yield.im-yield--empty .im-yield-pct {
  color: #a3abb0;
  font-weight: 600;
}
.property-box .im-yield.im-yield--empty .im-yield-top {
  color: #a3abb0;
}
.property-box .images-group {
  position: relative;
  display: block;
}
.property-box .images-group .bottom {
  position: absolute;
  right: 20px;
  bottom: 12px;
  left: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
.property-box .images-group .top {
  position: absolute;
  top: 16px;
  right: 16px;
  left: 16px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.property-box .images-group:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 69.05%, rgba(0, 0, 0, 0.7) 100%);
  transition: all 0.3s ease;
  content: "";
}
.property-box .images-style {
  position: relative;
  overflow: hidden;
  height: auto !important;
}
.property-box .images-style img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s !important;
  aspect-ratio: 1.5/1 !important;
  object-fit: cover !important;
  filter: brightness(1.05) contrast(1.08) saturate(1.2);
}
.property-box .images-style img:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  filter: brightness(1.1) contrast(1.1) saturate(1.3);
}
.property-box .images-style.no-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #f4f5f8;
}
.property-box .link {
  display: -webkit-box !important;
  overflow: hidden !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: color 0.2s !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
.property-box .price {
  color: var(--color-primary) !important;
}
.property-box .price-sqm {
  color: var(--color-text-muted) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
}
.property-box .meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  min-height: 28px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-left: 0 !important;
  border-bottom: 1px solid #f0f2f5;
  list-style: none;
}
.property-box .meta-list .item {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #5c6368;
  font-size: 12px;
  font-weight: 500;
}
.property-box .meta-list li {
  flex-shrink: 1;
  min-width: 0;
  white-space: nowrap;
}
.property-box .rating svg {
  fill: #e4e4e4;
}
.property-box .rating svg.icon-fill {
  fill: #ffa800;
}
.property-box .signal-price-row {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.property-box .signal-price-row:has(.im-signal--bad) .im-price-row .price {
  color: #8c6a1f !important;
}
.property-box .signal-price-row:has(.im-signal--good) .im-price-row .price {
  color: #15803d !important;
}
.property-box .signal-price-row:has(.im-signal--neutral) .im-price-row .price {
  color: var(--color-primary) !important;
}
.property-box .signal-price-row:has(.im-signal--warn) .im-price-row .price {
  color: #b91c1c !important;
}
.property-box h6.price {
  font-size: 17px !important;
  font-weight: 700 !important;
}
.property-box.list-style-1 .images-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-box:hover {
  border-color: #d4daf0 !important;
  box-shadow: var(--shadow-md) !important;
  transform: translateY(-3px) !important;
}
.property-box:hover .images-style img {
  transform: scale(1.04) !important;
}
.property-box:hover:not(.list-style-1, .list-style-2) .images-style img {
  transform: scale(1.05);
}

.hover-btn-view:hover .btn-view.style-1 .icon {
  animation: 0.3s link-icon linear;
}

#gridLayout .property-box .content-top h6 {
  height: 55px;
}

.im-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.im-sidebar-ad-body--blue {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px 20px;
  background: linear-gradient(135deg, #f0f4fb 0, #e8f0fe 100%);
  text-align: center;
}

.im-sidebar-ad-btn {
  margin-top: 4px;
  padding: 8px 20px;
  border: 0;
  border-radius: 9999px;
  background: var(--color-primary);
  color: #ffffff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  transition: background 0.2s;
  cursor: pointer;
}
.im-sidebar-ad-btn:hover {
  background: var(--color-primary-dark);
}

.im-sidebar-ad-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #d0dff8;
  color: var(--color-primary);
}

.im-sidebar-ad-label {
  padding: 6px 12px;
  border-bottom: 1px solid #f0f2f5;
  color: #b0b8c8;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.im-sidebar-ad-text {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 12px;
  line-height: 1.4;
}

.im-sidebar-ad-title {
  color: var(--color-black);
  font-size: 14px;
  font-weight: 700;
}

.im-sidebar-banner-body {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 16px;
  background: linear-gradient(135deg, #fff8e6, #fff3cc);
}

.im-sidebar-banner-icon {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #ffd966;
  color: #b57400;
}

.im-sidebar-banner-link {
  display: inline-block;
  margin-top: 4px;
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}
.im-sidebar-banner-link:hover {
  text-decoration: underline;
}

.im-sidebar-banner-text {
  margin: 2px 0 0;
  color: var(--color-text-secondary);
  font-size: 12px;
  line-height: 1.4;
}

.im-sidebar-banner-title {
  color: var(--color-black);
  font-size: 13px;
  font-weight: 700;
}

.im-sidebar-card {
  overflow: hidden;
  border: 1px solid #e8ecf2;
  border-radius: 12px;
  background: #ffffff;
}

.im-related-group + .im-related-group {
  margin-top: 16px;
}

.im-related-group-title {
  margin-bottom: 7px;
  color: var(--color-black);
  font-size: 12px;
  font-weight: 700;
}

.im-related-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.im-related-links a {
  padding: 2px 0;
  color: var(--color-primary);
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
}
.im-related-links a:hover {
  text-decoration: underline;
}

.im-related-searches {
  padding: 16px 18px;
}

.im-related-title {
  margin-bottom: 14px;
  color: var(--color-text-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.map-listing-item .content .list-info li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 19.6px;
}
.map-listing-item .content .list-info li .icon {
  color: #a3abb0;
  font-size: 16px;
}
.map-listing-item .content .location .icon {
  color: #a3abb0;
  font-size: 16px;
}
.map-listing-item .content .title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.map-listing-item .inner-box .image-box img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  object-fit: cover;
}

.ad-type-select .btn-left {
  border-radius: 99px 0 0 99px !important;
}
.ad-type-select .btn-right {
  border-radius: 0 99px 99px 0 !important;
}
.ad-type-select button {
  width: 100%;
  border-color: #e4e4e4;
  color: rgba(22, 30, 45, 0.5);
}

.badge {
  --bs-badge-border-radius: var(--bs-border-radius);
  --bs-badge-color: #ffffff;
  --bs-badge-font-size: .75em;
  --bs-badge-font-weight: 700;
  --bs-badge-padding-x: .65em;
  --bs-badge-padding-y: .35em;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  border-radius: var(--bs-badge-border-radius);
  color: var(--bs-badge-color);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}

.banner-property-2 img {
  width: 100%;
  object-fit: cover;
}

.box-img-upload .item-upload .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
.box-img-upload .item-upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-service .tf-btn {
  padding-right: 45px;
  padding-left: 45px;
}
.box-service:hover .tf-btn {
  background-color: #1563df;
  color: #ffffff;
}
.box-service:hover .tf-btn .icon {
  color: #ffffff;
}

.btn-view .icon {
  color: #1563df;
  font-size: 16px;
}
.btn-view:hover .icon {
  animation: 0.3s link-icon linear;
}

.caption {
  margin-bottom: 10px;
}

.caption-price span.sep {
  padding-right: 10px;
  padding-left: 10px;
}

.fade:not(.show) {
  opacity: 0;
}

.flag-tag.primary {
  background-color: #1563df;
}
.flag-tag.score-tag svg {
  height: 14px;
  stroke: #ffffff;
}

.flat-account .banner-account img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flat-account .form-account .box:not(:last-child) {
  margin-bottom: 30px;
}
.flat-account .form-account .title-box .icon {
  font-size: 24px;
  cursor: pointer;
}
.flat-account .group-btn .btn-social img {
  width: 20px;
  height: 20px;
}

.flat-animate-tab .tab-pane.active {
  position: relative;
  z-index: 2;
  visibility: visible;
  opacity: 1;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0.3s;
  pointer-events: auto;
}

.flat-filter-search-v2 .flat-tab-form .form-style .form-control,
.flat-filter-search-v2 .flat-tab-form .form-style .nice-select {
  padding: 16px 18px;
  padding-right: 48px;
  border: 1px solid #e4e4e4;
  border-radius: 9999px;
  color: #5c6368;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}
.flat-filter-search-v2 .flat-tab-form .nav-tab-form .nav-link-item.active,
.flat-filter-search-v2 .flat-tab-form .nav-tab-form .nav-link-item:hover {
  background-color: #1563df;
  color: #ffffff;
}
.flat-filter-search-v2 .flat-tab-form .search-form .form-control {
  padding-left: 44px !important;
}
.flat-filter-search-v2 .flat-tab-form .search-form .icon {
  position: absolute;
  top: 50%;
  left: 18px;
  font-size: 16px;
  transform: translateY(-50%);
}
.flat-filter-search-v2 .flat-tab-form .wd-find-select .inner-group {
  gap: 12px;
  padding: 0;
}

.flat-location .navigation,
.flat-location-v2 .navigation {
  position: absolute;
  z-index: 123;
}

.flat-location .navigation {
  top: 50%;
  transform: translateY(-50%);
}

.flat-location-v2 .navigation {
  top: 60%;
  transform: translateY(-50%);
}

.flat-property-box .item-icon .icon {
  color: #1563df;
  font-size: 24px;
  transition: all 0.3s ease;
}
.flat-property-box .item-icon:hover .icon {
  color: #ffffff;
}
.flat-property-box .meta-list .item .icon {
  color: #a3abb0;
  font-size: 16px;
}

.flat-recommended .box-title {
  margin-bottom: 32px;
}
.flat-recommended .property-box {
  margin-bottom: 30px;
}
.flat-recommended .tf-btn {
  margin-top: 10px;
}

.flat-section {
  padding-top: 50px;
  padding-bottom: 100px;
}

.flat-slider .slider-home2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flat-slider-wrap .navigation {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.flat-slider.home-2 .wrap-search-link a {
  color: #161e2d;
}

.flat-slider.home-5 .box-img img {
  width: 100%;
  object-fit: cover;
}

.flat-tab-form .nav-tab-form.style-1 .nav-link-item.active,
.flat-tab-form .nav-tab-form.style-1 .nav-link-item:hover {
  border-color: #1563df;
  background-color: #1563df;
}
.flat-tab-form .nav-tab-form.style-1 .nav-link-item.active::after,
.flat-tab-form .nav-tab-form.style-1 .nav-link-item:hover::after {
  display: block;
}
.flat-tab-form .nav-tab-form.style-2 .nav-link-item.active,
.flat-tab-form .nav-tab-form.style-2 .nav-link-item:hover {
  background-color: #1563df;
  color: #ffffff;
}
.flat-tab-form .nav-tab-form.style-4 .nav-link-item.active,
.flat-tab-form .nav-tab-form.style-4 .nav-link-item:hover {
  border-color: #161e2d;
  color: #161e2d;
}

.glow-animated {
  animation: 2s infinite pulse;
}

.glow-box {
  animation: 10s infinite pulse;
}

.group-label {
  color: #a3abb0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hidden-select {
  display: none;
}

.images-style img {
  filter: brightness(1.05) contrast(1.08) saturate(1.2);
  transition: filter 0.3s, box-shadow 0.3s;
}
.images-style img:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  filter: brightness(1.1) contrast(1.1) saturate(1.3);
}

.info-box .meta-list .item .icon {
  color: #5c6368;
  font-size: 28px;
}
.info-box .meta-list .item span {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.internal-link {
  display: inline;
  padding: 5px;
  text-decoration: underline;
}

.layout-wrap .wd-chart .wd-filter-date input {
  color: #5c6368;
  font-weight: 600;
}
.layout-wrap .wd-chart .wd-filter-date input::placeholder {
  color: #5c6368;
  font-weight: 600;
}
.layout-wrap .wd-listing .wd-filter .nice-select, .layout-wrap .wd-listing .wd-filter input {
  padding: 8px 18px;
  color: #a3abb0;
}
.layout-wrap .wd-listing .wd-filter .nice-select:focus, .layout-wrap .wd-listing .wd-filter input:focus {
  border-color: #e4e4e4;
}

.list-star .icon {
  color: #ffa800;
  font-size: 24px;
}

.modal {
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  --bs-modal-footer-gap: .5rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-margin: .5rem;
  --bs-modal-padding: 1rem;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-width: 500px;
  --bs-modal-zindex: 1055;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  color: var(--bs-modal-color);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.nav-tab-filter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-tab-filter .nav-link-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.nav-tab-filter .nav-link-item .icon {
  width: 24px;
}
.nav-tab-filter .nav-link-item .icon path {
  transition: all 0.3s ease;
}
.nav-tab-filter .nav-link-item.active {
  border-color: #161e2d;
}
.nav-tab-filter .nav-link-item.active svg path {
  fill: #161e2d;
}
.nav-tab-filter .nav-link-item:hover {
  border-color: #161e2d;
}
.nav-tab-filter .nav-link-item:hover svg path {
  fill: #161e2d;
}

.nav-tab-privacy .nav-link-item.active::before,
.nav-tab-privacy .nav-link-item:hover::before {
  opacity: 1;
}

.nav-tab-recommended .nav-link-item.active,
.nav-tab-recommended .nav-link-item:hover {
  background-color: #1563df;
  color: #ffffff;
}

.placeholder-line {
  height: 12px;
  border-radius: 4px;
  background: var(--color-gray-100);
}
.placeholder-line.short {
  width: 75%;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.search-filter-group {
  position: fixed;
  z-index: 9999;
  background: #ffffff;
}
.search-filter-group .btn-default {
  background: linear-gradient(135deg, rgba(0, 71, 171, 0.1) 0, rgba(0, 196, 179, 0.1) 100%);
}
.search-filter-group.btn-group {
  bottom: 5vh;
  left: 50%;
  transform: translateX(-50%);
}
.search-filter-group.btn-group .btn {
  width: 20vw;
  height: 50px;
}
.search-filter-group.btn-group-vertical {
  top: 30%;
  right: 20px;
  max-width: 55px;
}
.search-filter-group.btn-group-vertical .btn {
  max-width: 55px;
  height: 65px;
}

.slider-labels .caption {
  font-size: 16px;
  font-weight: 500;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.text-bg-primary {
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
  color: #ffffff !important;
}

.tf-checkbox.primary {
  border-color: #a3abb0;
}
.tf-checkbox.primary:checked {
  border-color: #1563df;
  background-color: #1563df;
}

.tf-image-wrap .tag-item .icon {
  color: #1563df;
  font-size: 20px;
}
.tf-image-wrap .tag-item span {
  font-weight: 600;
}

.title {
  color: #161e2d;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}
.visually-hidden * {
  overflow: hidden !important;
}
.visually-hidden:not(caption) {
  position: absolute !important;
}

.w-100 {
  width: 100% !important;
}

.wd-filter {
  margin-top: 0;
  padding: 0;
  border-radius: 0;
}
.wd-filter .btn-line {
  border: 0;
  border-left: 1px solid #e6e6e6;
}
.wd-filter .inner-group {
  padding: 0 20px;
  border-bottom: 1px solid #e6e6e6;
}
.wd-filter .inner-group .form-style {
  padding-top: 8px;
}
.wd-filter .tf-btn {
  min-width: 45px;
  height: 65px;
  border-radius: 0;
}

.wd-find-select {
  border: 1px solid #e4e4e4;
}
.wd-find-select .tf-btn {
  min-width: 72px;
  min-height: 52px;
  padding: 0 !important;
}
.wd-find-select input {
  border: none !important;
}

.wd-navigation .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 21.86px;
}
.wd-navigation .nav-item.active, .wd-navigation .nav-item:not(.sep):hover {
  background-color: #1563df;
  color: #ffffff;
}
.wd-navigation .nav-item.sep {
  width: 10px;
  padding-top: 10px;
  border: 0;
}

.widget-box-2 .box:not(:last-child) {
  margin-bottom: 30px;
}
.widget-box-2 .title span {
  color: #1563df;
}

.widget-filter-search .box:not(:last-child) {
  margin-bottom: 30px;
}
.widget-filter-search .nav-tab-form .nav-tab-item .nav-link-item.active,
.widget-filter-search .nav-tab-form .nav-tab-item .nav-link-item:hover {
  background-color: #1563df;
  color: #ffffff;
}
.widget-filter-search .wd-filter-select .form-style input {
  color: #5c6368;
}
.widget-filter-search .wd-filter-select .form-style input::placeholder {
  color: #5c6368;
}

.wrap-banner .box-right img {
  margin-top: -60px;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 10px rgba(0, 71, 171, 0.6), 0 0 20px rgba(255, 71, 171, 0.6);
  }
  25%, 75% {
    box-shadow: 0 0 10px rgba(0, 196, 179, 0.6), 0 0 20px rgba(0, 196, 179, 0.6);
  }
  50% {
    box-shadow: 0 0 10px rgba(0, 71, 171, 0.6), 0 0 20px rgba(0, 71, 171, 0.6);
  }
}
@keyframes rotate {
  to {
    --angle: 360deg;
  }
}
@media (hover: none) and (pointer: coarse) {
  #modalAdvancedFilter .af-hint-kb {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #modalAdvancedFilter .af-content {
    height: 92dvh;
    max-height: 92dvh;
    border-radius: 20px 20px 0 0;
  }
  #modalAdvancedFilter .af-handle {
    display: block;
  }
  #modalAdvancedFilter .af-header {
    padding-top: 8px;
  }
  #modalAdvancedFilter .af-search-input {
    font-size: 16px;
  }
  #modalAdvancedFilter .af-tile-grid {
    grid-template-columns: 1fr 1fr;
  }
  #modalAdvancedFilter .modal-dialog {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  #modalAdvancedFilter input, #modalAdvancedFilter select {
    font-size: 16px;
  }
  #modalAdvancedFilter.fade .modal-dialog {
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
  }
  #modalAdvancedFilter.fade.show .modal-dialog {
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  #modalAdvancedFilter .check-box {
    padding: 10px 12px !important;
    border: 1px solid var(--color-border) !important;
    border-radius: var(--radius-md) !important;
  }
  #modalAdvancedFilter .check-box:hover {
    border-color: var(--color-primary) !important;
    background: #f8fbff !important;
  }
  #modalAdvancedFilter .form-control, #modalAdvancedFilter .nice-select {
    height: 48px !important;
    border: 1px solid var(--color-border) !important;
    border-radius: var(--radius-md) !important;
    background: var(--color-bg-surface) !important;
  }
  #modalAdvancedFilter .form-control:focus {
    border-color: var(--color-primary) !important;
  }
  #modalAdvancedFilter .modal-body {
    padding: 20px !important;
  }
  #modalAdvancedFilter .modal-content {
    overflow-y: auto !important;
    max-height: 90dvh !important;
    padding-bottom: env(safe-area-inset-bottom, 0) !important;
    border: none !important;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: 0 -8px 40px rgba(22, 30, 45, 0.15) !important;
  }
  #modalAdvancedFilter .modal-content::before {
    display: block !important;
    width: 36px !important;
    height: 4px !important;
    margin: 12px auto 4px !important;
    border-radius: 2px !important;
    background: #d1d5db !important;
    content: "" !important;
  }
  #modalAdvancedFilter .modal-dialog {
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  #modalAdvancedFilter .modal-footer {
    flex-wrap: nowrap !important;
    gap: 10px !important;
    padding: 12px 20px !important;
  }
  #modalAdvancedFilter .modal-footer .tf-btn {
    height: 48px !important;
    border-radius: var(--radius-full) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }
  #modalAdvancedFilter .modal-footer .tf-btn.primary {
    flex: 1 !important;
  }
  #modalAdvancedFilter input, #modalAdvancedFilter select {
    font-size: 16px !important;
  }
  #modalAdvancedFilter.fade .modal-dialog {
    transform: translateY(100%) !important;
    transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1) !important;
  }
  #modalAdvancedFilter.fade.show .modal-dialog {
    transform: translateY(0) !important;
  }
  #modalAdvancedFilter.show .modal-sheet {
    transform: translateY(0);
  }
  #modalSearch .modal-body {
    padding: 20px !important;
  }
  #modalSearch .modal-content {
    overflow-y: auto !important;
    max-height: 90dvh !important;
    padding-bottom: env(safe-area-inset-bottom, 0) !important;
    border: none !important;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: 0 -8px 40px rgba(22, 30, 45, 0.15) !important;
  }
  #modalSearch .modal-content::before {
    display: block !important;
    width: 36px !important;
    height: 4px !important;
    margin: 12px auto 4px !important;
    border-radius: 2px !important;
    background: #d1d5db !important;
    content: "" !important;
  }
  #modalSearch .modal-dialog {
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  #modalSearch .modal-footer {
    flex-wrap: nowrap !important;
    gap: 10px !important;
    padding: 12px 20px !important;
  }
  #modalSearch input, #modalSearch select {
    font-size: 16px !important;
  }
  #modalSearch.fade .modal-dialog {
    transform: translateY(100%) !important;
    transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1) !important;
  }
  #modalSearch.fade.show .modal-dialog {
    transform: translateY(0) !important;
  }
  .active-chip {
    display: inline-flex !important;
    flex-shrink: 0 !important;
    align-items: center !important;
    gap: 5px !important;
    height: 26px !important;
    padding: 0 10px !important;
    border: 1px solid rgba(21, 99, 223, 0.2) !important;
    border-radius: var(--radius-full) !important;
    background: var(--color-primary-light) !important;
    color: var(--color-primary) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
  }
  .active-chips-strip {
    display: flex !important;
    overflow-x: auto !important;
    gap: 8px !important;
    padding: 0 16px 10px !important;
    background: #ffffff !important;
    scrollbar-width: none !important;
  }
  .btn-filter-mobile {
    display: inline-flex !important;
    flex-shrink: 0 !important;
    align-items: center !important;
    gap: 6px !important;
    height: 44px !important;
    padding: 0 16px !important;
    border: 1px solid var(--color-border) !important;
    border-radius: var(--radius-full) !important;
    background: #ffffff !important;
    color: #374151 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
  }
  .btn-filter-mobile.has-active {
    border-color: var(--color-primary) !important;
    background: var(--color-primary-light) !important;
    color: var(--color-primary) !important;
  }
  .filter-mobile-bar {
    position: sticky !important;
    top: 78px !important;
    z-index: 200 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 16px !important;
    border-bottom: 1px solid var(--color-border) !important;
    background: #ffffff !important;
    box-shadow: var(--shadow-sm) !important;
  }
  .filter-mobile-count {
    display: flex !important;
    flex-shrink: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    background: var(--color-primary) !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
  }
  .filter-mobile-summary {
    display: flex !important;
    overflow: hidden !important;
    flex: 1 !important;
    align-items: center !important;
    gap: 8px !important;
    min-width: 0 !important;
    height: 44px !important;
    padding: 0 14px !important;
    border: 1px solid var(--color-border) !important;
    border-radius: var(--radius-full) !important;
    background: var(--color-bg-surface) !important;
    color: var(--color-text-secondary) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: var(--transition) !important;
    cursor: pointer !important;
  }
  .filter-mobile-summary.has-active {
    border-color: rgba(21, 99, 223, 0.3) !important;
    background: var(--color-primary-light) !important;
    color: var(--color-primary) !important;
    font-weight: 600 !important;
  }
  .property-box .archive-bottom {
    padding: 12px !important;
  }
  .property-box .im-signal {
    font-size: 11px !important;
    white-space: normal !important;
  }
  .property-box .images-style {
    height: 180px !important;
  }
  .property-box .link {
    font-size: 13px !important;
  }
  .property-box .meta-list {
    gap: 6px !important;
  }
  .property-box .meta-list .item {
    font-size: 12px !important;
  }
  .property-box h6.price {
    font-size: 15px !important;
  }
  .modal-sheet {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 80vh;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
  }
  .sheet-handle {
    display: block;
    flex-shrink: 0;
    width: 36px;
    height: 4px;
    margin: 12px auto 0;
    border-radius: 2px;
    background: #d1d5db;
  }
  .wd-find-select .box-btn-advanced .filter-advanced,
  .wd-find-select .inner-group {
    display: none !important;
  }
  .wd-find-select .tf-btn.btn-search {
    width: 44px !important;
    min-width: unset !important;
    height: 44px !important;
    padding: 0 !important;
    border-radius: 50% !important;
  }
}
@media (max-width: 1110px) {
  .filter-actions-desktop button {
    font-size: 0;
  }
}
@media (min-width: 480px) {
  #modalAdvancedFilter .af-tile-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .amenities-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-box-shadow: var(--bs-box-shadow);
    --bs-modal-margin: 1.75rem;
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  #modalAdvancedFilter .modal-content, #modalSearch .modal-content {
    overflow-y: auto !important;
    max-height: calc(100vh - 120px) !important;
    border: none !important;
    border-radius: var(--radius-xl) !important;
    box-shadow: 0 24px 64px rgba(22, 30, 45, 0.2) !important;
  }
  #modalAdvancedFilter .modal-dialog, #modalSearch .modal-dialog {
    max-width: 680px !important;
  }
  .box-btn-advanced {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding-left: 12px !important;
  }
  .btn-ai-inline {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    height: 36px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(0, 196, 179, 0.3) !important;
    border-radius: var(--radius-full) !important;
    background: var(--color-accent-light) !important;
    color: var(--color-accent-dark) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transition: var(--transition) !important;
    cursor: pointer !important;
  }
  .btn-ai-inline:hover {
    border-color: var(--color-accent) !important;
    background: var(--color-accent) !important;
    color: #ffffff !important;
  }
  .btn-more-filters {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    height: 36px !important;
    padding: 0 14px !important;
    border: 1px solid var(--color-border) !important;
    border-radius: var(--radius-full) !important;
    background: #ffffff !important;
    color: #374151 !important;
    font-family: var(--font-family) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    transition: var(--transition) !important;
    cursor: pointer !important;
  }
  .btn-more-filters .active-count {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: var(--color-primary) !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
  }
  .btn-more-filters.has-active, .btn-more-filters:hover {
    border-color: var(--color-primary) !important;
    background: var(--color-primary-light) !important;
    color: var(--color-primary) !important;
  }
  .filter-bar-desktop {
    display: block;
  }
  .filter-bar-mobile {
    display: none;
  }
  .wd-find-select .form-style {
    position: relative !important;
  }
  .wd-find-select .form-style label {
    color: var(--color-text-muted) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
  }
  .wd-find-select .form-style .nice-select .current {
    font-size: 13px !important;
    font-weight: 600 !important;
  }
  .wd-find-select .form-style + .form-style {
    border-left: 1px solid #f0f2f5 !important;
  }
  .wd-find-select .form-style:has(.nice-select.open)::after {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 2px !important;
    border-radius: 2px 2px 0 0 !important;
    background: var(--color-primary) !important;
    content: "" !important;
  }
}
@media only screen and (max-width: 1099px) {
  .hd-find-select,
  .hd-find-select .form-control,
  .hd-find-select .form-style {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 38px !important;
  }
  .wd-filter {
    flex-direction: unset;
    gap: 0;
  }
  .wd-filter .box-btn-advanced {
    gap: 0 !important;
  }
  .wd-filter .inner-group {
    flex-wrap: nowrap !important;
    padding-right: 0 !important;
  }
  .wd-filter .inner-group .form-style {
    flex: 1 1 0;
    min-width: 0;
    border-right: 1px solid #e6e6e6 !important;
  }
  .wd-filter .inner-group .form-style .current {
    display: block;
    overflow: hidden;
    max-width: calc(100% - 25px);
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .wd-filter .inner-group .form-style .nice-select {
    max-width: 100%;
    padding: 6px 0 !important;
    border: none !important;
  }
  .wd-filter .inner-group label {
    margin-bottom: 0 !important;
  }
  .wd-find-select {
    padding: 5px;
  }
  .wd-find-select .tf-btn {
    min-width: 60px;
  }
}
@media only screen and (max-width: 1520px) {
  .main-header .inner-header-left {
    gap: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .box-title-listing .box-filter-tab .nav-tab-filter {
    width: 100%;
  }
  .hd-find-select .form-control {
    line-height: 33px !important;
  }
  .hd-find-select .tf-btn {
    padding: 5px 20px;
  }
  .title-large {
    font-size: 32px;
    line-height: 48px;
  }
}

/*# sourceMappingURL=search.css.map */
