a,
a:hover {
  text-decoration: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--secondary-color);
}
btn,
img {
  vertical-align: middle;
}
ul {
  list-style: none;
  margin: 0;
}
.section__title--centered,
.text-center {
  text-align: center;
}
.right {
  float: right;
}
.agency-name h4,
.description,
.listing__title,
.progress-step {
  text-overflow: ellipsis;
  white-space: nowrap;
}
:root {
  --primary-color: #252525;
  --secondary-color: #565656;
  --text-color: #333;
  --label-color: #555;
  --border-color: #e0e0e0;
  --background-color: #f8f9fa;
  --form-bg-color: #fff;
  --light-gray: #f8f9fa;
  --dark-gray: #343a40;
  --featured-color: #28a745;
  --rent-color: #e74c3c;
  --price-color: #1fc341;
  --box-shadow-light: rgba(0, 0, 0, 0.1);
  --header-bg-color: #001747;
  --link-color: #fff;
  --link-hover-active-color: #3c3;
  --newsletter-text-color: #ecf0f1;
  --font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --border-radius: 5px;
  --shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  --font-family: "Arial", sans-serif;
  --transition-speed: 0.3s;
}
.listing-homepage,
.post-item {
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
html {
  box-sizing: border-box;
  font-size: 16px;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background-color: var(--light-gray);
  font-family: var(--font-family;min-height: 4957px);
  line-height: 1.6;
  overflow-x: hidden;
}
a {
  color: #373b45;
  transition: color var(--transition-speed) ease;
}
a:hover {
  color: #181b1d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
}
h1 {
  font-size: 32px;
}
h2 {
  color: #1e3a8a;
  font-size: 2rem;
}
ul {
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
}
.listing-homepage {
  background-color: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 12px var(--box-shadow-light);
  display: flex;
  flex-direction: column;
  position: relative;
}
.item-grid {
  min-height: 2409px;
}
.item-grid__image-container {
  aspect-ratio: 16/10;
  background-color: #eee;
  display: block;
  overflow: hidden;
  position: relative;
}
.item-grid__image-container img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 0.4s;
  width: 100%;
}
.info-topbar a,
.pbr-mainmenu .nav > li > a {
  color: var(--link-color);
  text-decoration: none;
  transition: color var(--transition-speed) ease;
}
.post-item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
.entry-thumbnail {
  aspect-ratio: 16/9;
  background-color: #eee;
  display: block;
  overflow: hidden;
}
.alert,
.header-main,
.row {
  display: flex;
}
.entry-thumbnail img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.similar-home__image {
  aspect-ratio: 10/7;
  background-color: #eee;
  border-radius: 0.5rem;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  width: 100px;
}
.main-slider,
.swiper-slide {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.similar-home__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.new-listing__bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 136px;
  transition: 0.3s ease-out;
  width: 100%;
}
.main-slider {
  background-color: #eee;
  border-radius: 8px;
  height: 662px;
  margin-bottom: 10px;
  width: 100%;
}
.swiper-slide {
  width: 100%;
}
.swiper-slide img {
  height: 682px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 872px;
}
.alert {
  align-items: center;
  border-radius: 0.5rem;
  font-weight: 500;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 1rem;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1rem;
}
.row {
  flex-wrap: wrap;
  margin: 0 -10px;
}
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-9 {
  padding: 10px;
}
.pb-5,
.py-5 {
  padding: 5px !important;
}
.padding-15 {
  padding: 15px;
}
.section__title {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.section__title--b-margin-40 {
  margin-bottom: 40px;
}
.level-1 {
  border-bottom: 1px solid #6c757d;
}
.site-header {
  background-color: var(--header-bg-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.header-main {
  align-items: center;
  justify-content: space-between;
}
.logo-wrapper {
  flex-shrink: 0;
}
.logo-wrapper img {
  max-height: 50px;
}
.main-listing__form-radio,
.mobile-menu-toggle,
.submit-property__checkbox,
.upload-input {
  display: none;
}
.nav-actions-container {
  align-items: center;
  display: flex;
  gap: 2.5rem;
}
.pbr-mainmenu {
  flex-grow: 1;
}
.pbr-mainmenu .nav {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: flex-end;
  padding: 0;
}
.pbr-mainmenu .nav > li > a {
  display: block;
  font-weight: 600;
  padding: 0.5rem 0;
}
.info-topbar a:hover,
.pbr-mainmenu .nav li a:hover {
  color: var(--link-hover-active-color);
}
.header__logo-name-menu,
.pbr-mainmenu .dropdown {
  position: relative;
}
.pbr-mainmenu .dropdown-menu {
  background-color: #002462;
  border: 1px solid #001f56;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 200px;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 11;
}
.btn-add-ads:hover,
.button-primary:hover,
.sign-up__submit:hover {
  background-color: #27a127;
}
.form-step.active,
.pbr-mainmenu .dropdown.is-open > .dropdown-menu,
.pbr-mainmenu .dropdown:hover > .dropdown-menu {
  display: block;
}
.pbr-mainmenu .dropdown-menu li a {
  color: var(--link-color);
  display: block;
  padding: 0.75rem 1rem 12px 20px;
  transition: background-color var(--transition-speed) ease;
  white-space: nowrap;
}
.pbr-mainmenu .dropdown-menu li a:hover {
  background-color: #003080;
  color: var(--link-hover-active-color);
}
.info-topbar,
.info-topbar a {
  align-items: center;
  display: flex;
}
.info-topbar {
  gap: 1rem;
}
.info-topbar a {
  font-weight: 500;
  gap: 0.5em;
}
.info-topbar a i {
  font-size: 1.2em;
}
.user-actions {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}
.header__logo-name {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 1rem;
}
.header__logo {
  height: auto;
  width: 50px;
}
.header__name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.user__menu-dropdown {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
  min-width: 150px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
  z-index: 1000;
}
.user__menu-dropdown a {
  color: #1f2937;
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  white-space: nowrap;
}
.similar-home a:hover,
.user__menu-dropdown a:hover {
  background-color: #f3f4f6;
}
.header__logo-name-menu:hover .user__menu-dropdown {
  opacity: 1;
  visibility: visible;
}
.btn-add-ads {
  background-color: #3c3;
  border: none;
  border-radius: var(--border-radius);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  transition: background-color var(--transition-speed) ease;
  white-space: nowrap;
}
.btn-add-ads:hover {
  color: #fff;
}
.button {
  border: none;
  border-radius: var(--border-radius);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  padding: var(--spacing-md) var(--spacing-lg);
  transition: background-color 0.2s, transform 0.2s;
}
.calculator__submit,
.contact-form__submit,
.sign-up__submit {
  background-color: #3c3;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  transition: background-color 0.2s;
}
.button-primary {
  background-color: #3c3;
  color: #fff;
}
.button-primary:hover {
  transform: translateY(-2px);
}
.agence-card:hover,
.listing-homepage:hover {
  transform: translateY(-5px);
}
.contact-form__submit,
.sign-up__submit {
  border: none;
  border-radius: 0.5rem;
}
.calculator__submit:hover,
.contact-form__submit:hover {
  background-color: #28a745;
}
.calculator__submit {
  border: none;
  border-radius: 0.5rem;
  width: 100%;
}
.readmore {
  align-self: flex-start;
  background-color: #3498db;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 10px 22px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.readmore:hover {
  background-color: #2980b9;
  color: #fff;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  color: #000;
  font-size: 14px;
  height: 42px;
  line-height: 1;
  padding: 0 15px;
  transition: 0.2s;
}
.form-content {
  background-color: var(--form-bg-color);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  padding: 10px;
}
.form-section {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: var(--spacing-lg);
  padding-bottom: var(--spacing-lg);
}
.form-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.form-section-title {
  color: var(--primary-color);
  font-size: 1.5rem;
  margin-top: 0;
}
.form-group {
  margin-bottom: var(--spacing-md);
}
.form-calculator__label,
.main-listing__form-title,
.sign-up__label,
.submit-property__label {
  color: var(--label-color);
  display: block;
  font-weight: 600;
  margin-bottom: var(--spacing-sm);
}
.form-label {
  color: var(--label-color);
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
}
.contact-form__field,
.form-calculator__field,
.form-field,
.form-select,
.form-textarea,
.js-example-basic-single,
.main-listing__form-field,
.sign-up__field {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  box-sizing: border-box;
  font-size: 1rem;
  padding: var(--spacing-sm) var(--spacing-md);
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.contact-form__field:focus,
.form-calculator__field:focus,
.form-field:focus,
.form-select:focus,
.form-textarea:focus,
.js-example-basic-single:focus,
.main-listing__form-field:focus,
.sign-up__field:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
  outline: 0;
}
.contact-form__comment,
.form-textarea {
  min-height: 150px;
  resize: vertical;
}
.input-with-unit {
  align-items: center;
  display: flex;
  gap: 0;
}
.input-with-unit .form-field {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  flex: 1;
}
.input-with-unit .unit {
  background-color: #e9ecef;
  border: 1px solid var(--border-color);
  border-left: none;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  color: var(--secondary-color);
  font-weight: 700;
  padding: var(--spacing-sm);
}
.error-message,
.help-block {
  color: #dc3545;
  display: block;
  font-size: 0.8rem;
  margin-top: var(--spacing-sm);
}
.opalmembership-login-form-wrapper {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  padding: 10px;
}
.opalmembership-login-form-wrapper h1 {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.listing__title a:hover {
  color: var(--primary-color);
}
.opalmembership-input.text.input-text {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  color: #333;
  font-size: 1rem;
  padding: 12px 15px;
  transition: 0.3s;
  width: 100%;
}
.opalmembership-input.text.input-text::-moz-placeholder {
  color: #999;
}
.opalmembership-input.text.input-text::placeholder {
  color: #999;
}
.dk-select.main-listing__form-field {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  position: relative;
}
.dk-select.main-listing__form-field .dk-selected {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 1rem;
  color: #2d3748;
  font-size: 1rem;
  outline: 0;
  padding: 12px 40px 12px 12px;
  position: relative;
}
.dk-select-options {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
  padding: 8px 0;
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
  z-index: 10;
}
.dk-option {
  color: #4a5568;
  cursor: pointer;
  font-size: 1rem;
  padding: 12px;
  transition: background-color 0.1s;
}
.main-listing__form-field,
.main-listing__form-field-sm {
  background-color: #f9f9f9;
  color: #555;
  font-size: 0.9rem;
  padding: 12px 15px;
  transition: 0.3s;
}
.dk-option:hover {
  background-color: #f0f4f8;
}
.dk-option.dk-option-highlight,
.dk-option.dk-option-selected {
  background-color: #f0f4f8;
  color: #2d3748;
  font-weight: 500;
}
.dk-select.main-listing__form-field:focus,
.dk-select.main-listing__form-field:focus-within {
  border-color: #4c51bf;
  box-shadow: 0 0 0 2px rgba(76, 81, 191, 0.2);
}
.main-listing__form-field {
  width: 100%;
}
.main-listing__form-field,
.main-listing__form-field-sm {
  border: 1px solid #ddd;
  border-radius: var(--border-radius);
}
.main-listing__form-field-sm {
  width: 48%;
}
.main-listing__form-field:focus {
  background-color: #fff;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2);
  outline: 0;
}
.select2-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer;
  height: 41px;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 41px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear,
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--classic .select2-results > .select2-results__options,
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #1fc341;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:hover {
  border: 1px solid #1fc341;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 41px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default .select2-results__option[aria-disabled="true"],
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #1fc341;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #1fc341;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear,
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
  height: 33px;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #1fc341;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #1fc341;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #1fc341;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #1fc341;
  border-radius: 4px 0 0 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: 0 0;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #1fc341;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #1fc341;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #1fc341;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.main-listing__wrapper {
  padding-top: 10px;
}
.main-listing__form-select {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  position: relative;
}
.main-listing__form-label {
  align-items: center;
  color: #353535;
  display: flex;
  font-size: 0.95rem;
  transition: color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.submit-property__upload,
.upload-area {
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s;
}
.main-listing__form-label:before {
  background-color: #f5f5f5;
  border: 1px solid #aaa;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  min-width: 18px;
  transition: 0.3s;
  width: 18px;
}
.main-listing__form-radio:checked + .main-listing__form-label {
  color: #3c3;
  font-weight: 600;
}
.main-listing__form-radio:checked + .main-listing__form-label:before {
  background-color: #3c3;
  border-color: #3c3;
  box-shadow: inset 0 0 0 4px #fff;
}
.main-listing__form-label:hover {
  color: #007bff;
}
.main-listing__form-desc {
  color: #888;
  font-size: 0.85rem;
  margin-left: auto;
}
.item-grid__container {
  margin-bottom: 10px;
  padding: 0 10px;
}
.submit-property__feature {
  cursor: pointer;
  line-height: 20px;
  padding-left: 28px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.submit-property__feature:before {
  background-color: #f0f2f5;
  border: 2px solid #e0e6ed;
  border-radius: var(--border-radius);
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.2s;
  width: 20px;
}
.submit-property__checkbox:checked + .submit-property__feature:before {
  background-color: #1fc341;
  border-color: #1fc341;
}
.submit-property__feature:after {
  color: #fff;
  content: "\2713";
  font-size: 18px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s;
}
.submit-property__checkbox:checked + .submit-property__feature:after {
  opacity: 1;
}
.form-section-media,
li.message:last-child {
  border-bottom: none;
}
.media-preview-container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.upload-area {
  align-items: center;
  border: 2px dashed var(--border-color);
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  min-height: 150px;
}
.upload-area:hover {
  border-color: var(--primary-color);
}
.upload-content {
  color: var(--secondary-color);
}
.upload-icon {
  display: block;
  font-size: 2rem;
  margin-bottom: var(--spacing-sm);
}
.upload-text {
  display: block;
  font-size: 0.9rem;
}
.submit-property__upload {
  border: 2px dashed #e0e6ed;
  border-radius: var(--border-radius);
  padding: 30px;
  position: relative;
}
.ht-breadcrumbs__link,
.listing__title a {
  text-decoration: none;
  transition: color 0.3s;
}
.submit-property__upload:hover {
  border-color: #1fc341;
}
.submit-property__upload input[type="file"] {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.submit-property__upload-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.submit-property__icon {
  color: #ccc;
  font-size: 3rem;
  margin-bottom: 10px;
}
.submit-property__upload-desc {
  color: #888;
  font-size: 0.9rem;
  line-height: 1.4;
}
#previewMultiImage {
  margin-top: 20px;
}
#previewMultiImage .margin {
  padding: 5px;
}
.ht-breadcrumbs {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ht-breadcrumbs--y-padding {
  padding-bottom: 20px;
  padding-top: 20px;
}
.ht-breadcrumbs__item {
  align-items: center;
  display: flex;
  font-size: 12px;
  padding-right: 5px;
}
.absolute,
.list-details-link {
  display: flex;
  flex-direction: column;
}
.ht-breadcrumbs__item:not(:last-child):after {
  color: #888;
  content: "/";
  padding: 0;
}
.ht-breadcrumbs__link {
  color: #888;
  font-size: 12px;
  padding-right: 10px;
}
.ht-breadcrumbs__link:hover {
  color: #353535;
}
.ht-breadcrumbs__page,
.ht-breadcrumbs__title {
  font-weight: 500;
}
.ht-breadcrumbs__item:last-child .ht-breadcrumbs__page {
  color: #000;
  cursor: default;
  font-weight: 700;
}
.ht-breadcrumbs__item:last-child .ht-breadcrumbs__link {
  color: #000;
  pointer-events: none;
}
.unread .from {
  font-weight: 700;
}
.listing-homepage:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.list-details-link {
  height: 100%;
  text-decoration: none;
}
.agency-logo-container {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 180px;
  justify-content: center;
  padding: 20px;
}
.agency-logo-container img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.agency-logo-container .avatar {
  align-items: center;
  background-color: #f8f9fa;
  border-radius: 4px;
  box-sizing: border-box;
  color: #495057;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.agency-name {
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding: 15px 20px;
  text-align: center;
}
.agency-name h4 {
  color: #212529;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
}
#listing-ads .col-lg-3,
.list-details img {
  margin-bottom: 10px;
}
.item-grid__container.col-md-12 {
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
}
.style-hover-zoom:hover img {
  transform: scale(1.1);
}
.absolute {
  gap: 0.5rem;
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 10;
}
.property-status {
  margin: 0;
  padding: 0;
}
.property-group-label .label-success,
.property-status-item span {
  background-color: #ff7d12;
  border-radius: var(--border-radius);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.3rem 0.6rem;
  text-transform: uppercase;
}
.property-group-label .label-success {
  background-color: #3c3;
}
.item-grid__content-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px;
}
.listing__header {
  margin-bottom: 0.5rem;
}
.listing__title {
  font-size: 1.15rem;
  line-height: 1.3;
  margin: 0 0 0.25rem;
  min-height: 30px;
  overflow: hidden;
}
.listing__title a {
  color: var(--secondary-color);
}
.listing__type a {
  color: #888;
  font-size: 0.9rem;
}
.listing__price {
  color: var(--price-color);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0.5rem 0 0;
}
.list-details {
  align-items: center;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
}
.avatar50,
.pagination span {
  display: flex;
  justify-content: center;
}
.list-details img {
  border: 1px solid var(--border-color);
  border-radius: 50%;
  height: 250px;
}
.property-meta-list {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.property-meta-list li {
  color: #666;
  font-size: 0.9rem;
}
.property-meta-list i {
  margin-right: 0.25rem;
}
.avatar50 {
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  height: 50px;
  width: 50px;
}
.agence-card,
.main-search__container,
.manage-list {
  border-radius: var(--border-radius);
}
.manage-list {
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.manage-list__item {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0;
}
.agence-card {
  background-color: #f3f4f6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s;
}
.agence-card img {
  border-radius: 50%;
  height: 80px;
  margin-bottom: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 80px;
}
.agence-card h3 {
  color: #1e3a8a;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.agence-card p {
  color: #374151;
  font-size: 0.95rem;
}
.post-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-8px);
}
.noo-content {
  color: #555;
  flex-grow: 1;
  line-height: 1.6;
  margin-bottom: 25px;
}
.main-search {
  padding: 0;
}
.main-search__container {
  background-color: #fff;
  box-shadow: 0 4px 12px var(--box-shadow-light);
  padding: 0 10px;
}
.search-form-inline,
.slick-list .draggable {
  width: 100%;
}
.search-form-inline .row {
  align-items: center;
}
.search-form-inline input[type="text"] {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  font-size: 1rem;
  padding: 0.75rem 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
  width: 100%;
}
.search-form-inline input[type="text"]:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.search-form-inline input[type="text"]::-moz-placeholder {
  color: #999;
}
.search-form-inline input[type="text"]::placeholder {
  color: #999;
}
.listing-search__btn {
  background-color: #3c3;
  border: none;
  border-radius: var(--border-radius);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
  transition: background-color 0.3s;
  width: 100%;
}
.pagination,
.widget {
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.listing-search__btn:hover {
  background-color: #27a127;
}
.pagination {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  padding: 10px;
  width: 100%;
}
.pagination span {
  align-items: center;
  border-radius: 0.5rem;
  font-weight: 600;
  height: 2.5rem;
  min-width: 2.5rem;
  transition: 0.2s ease-in-out;
}
.pagination .current {
  background-color: #3c3;
  color: #fff;
  pointer-events: none;
}
.contact-form__header,
.widget {
  background-color: #fff;
}
.pagination .last a,
.pagination .next a,
.pagination .page a {
  align-items: center;
  color: #4b5563;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 0.5rem;
  text-decoration: none;
  width: 100%;
}
.pagination a:hover {
  background-color: #e5e7eb;
  border-radius: 0.5rem;
  color: #111827;
}
.widget {
  overflow: hidden;
}
.widget--padding-20 {
  margin-bottom: 10px;
  padding: 10px;
}
.widget__title {
  color: #111827;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
.widget.main-listing__widget {
  background-color: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 10px;
}
.footer__list,
.settings {
  list-style: none;
  margin: 0;
  padding: 0;
}
.property-agent-section {
  padding: 0 0 10px;
}
.contact-form__header {
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
}
.contact-form__header-container {
  align-items: center;
  display: flex;
  gap: 1rem;
  padding-bottom: 5px;
}
.contact-form__header img {
  border: 1px solid #e5e7eb;
  border-radius: 50%;
}
.contact-info {
  display: flex;
  flex-direction: column;
}
.contact-name {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}
.contact-name a {
  color: #111827;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-name a:hover {
  color: #002462;
}
.contact-number {
  color: #6b7280;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  text-decoration: none;
}
.contact-form__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 10px 0 0;
}
.similar-home {
  display: block;
  margin-bottom: 1rem;
}
.similar-home a {
  border-radius: 0.5rem;
  display: flex;
  gap: 0.75rem;
  text-decoration: none;
  transition: background-color 0.2s;
}
.similar-home__overlay {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.similar-home__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.similar-home__title {
  color: #374151;
  display: -webkit-box;
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.similar-home__price {
  color: #002462;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.25rem;
}
.form-calculator__group {
  margin-bottom: 1rem;
  position: relative;
}
.form-calculator__icon {
  color: #6b7280;
  left: 0.75rem;
  position: absolute;
  top: 2.2rem;
}
.form-calculator__result {
  border-top: 1px dashed #e5e7eb;
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: center;
}
.mortgage-payment {
  color: #374151;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.mensualite {
  color: #002462;
  font-size: 1.25rem;
  font-weight: 700;
}
.new-listing {
  background: #fff;
  padding: 30px 0;
}
.new-listing__block {
  overflow: hidden;
  position: relative;
}
.new-listing__content {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.new-listing__title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.new-listing__bg--ariana-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/ariana.webp);
}
.new-listing__bg--beja-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/beja.webp);
}
.new-listing__bg--ben-arous-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/ben-arous.webp);
}
.new-listing__bg--bizerte-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/bizerte.webp);
}
.new-listing__bg--gabes-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/gabes.webp);
}
.new-listing__bg--gafsa-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/gafsa.webp);
}
.new-listing__bg--jendouba-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/jendouba.webp);
}
.new-listing__bg--kairouan-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/kairouan.webp);
}
.new-listing__bg--kasserine-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/kasserine.webp);
}
.new-listing__bg--kebili-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/kebili.webp);
}
.new-listing__bg--kef-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/kef.webp);
}
.new-listing__bg--la-manouba-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/manouba.webp);
}
.new-listing__bg--mahdia-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/mahdia.webp);
}
.new-listing__bg--medenine-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/medenine.webp);
}
.new-listing__bg--monastir-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/monastir.webp);
}
.new-listing__bg--nabeul-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/nabeul.webp);
}
.new-listing__bg--sfax-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/sfax.webp);
}
.new-listing__bg--sidi-bouzid-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/sidi-bouzid.webp);
}
.new-listing__bg--siliana-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/siliana.webp);
}
.new-listing__bg--sousse-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/sousse.webp);
}
.new-listing__bg--tataouine-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/tataouine.webp);
}
.new-listing__bg--tozeur-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/tozeur.webp);
}
.new-listing__bg--tunis-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/tunis.webp);
}
.new-listing__bg--zaghouan-1 {
  background-image: url(https://limmobilier.tn/asset/images/city/webp/zaghouan.webp);
}
.top-agences {
  margin: auto;
  max-width: 1200px;
  padding: 40px 20px;
}
.agence-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.property__header {
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 10px;
  padding: 2rem 0;
}
.property__main,
.property__stats {
  display: flex;
  list-style: none;
  padding: 0;
}
.property__header-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: normal;
}
.property__main {
  flex-direction: column;
  gap: 1.5rem;
  margin: 0;
  width: 100%;
}
.property__main-item {
  flex-grow: 1;
}
.property__title {
  max-width: 60%;
}
.property__offer {
  color: #4b5563;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.property__name {
  color: #1f2937;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0.5rem 0;
}
.property__address {
  align-items: center;
  color: #6b7280;
  display: flex;
  font-size: 1rem;
  gap: 0.5rem;
}
.property__stats {
  color: #374151;
  font-size: 1.1rem;
  font-weight: 500;
  gap: 2rem;
  margin: 0;
}
.property__stat {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.property__figure {
  color: #1f2937;
  font-weight: 700;
  line-height: 1;
}
.property__price {
  align-self: flex-end;
  text-align: right;
}
.footer__main,
.progress-step,
.setting__link i {
  text-align: center;
}
.property__price-primary {
  color: #002462;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.property__feature-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0 auto;
  padding: 10px 0;
}
.property__feature {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 10px;
}
.property__feature-title--b-spacing {
  border-bottom: 1px solid #eee;
  color: #333;
  margin-bottom: 25px;
}
.property__features-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.property__features-item {
  align-items: center;
  display: flex;
  padding: 0.75rem;
}
.property__features-icon {
  color: #3c3;
  font-size: 1.25rem;
  margin-right: 0.75rem;
}
.thumb-nav .swiper-slide {
  opacity: 1;
  transition: opacity 0.3s;
}
.setting__link,
.settings-block {
  border-radius: var(--border-radius);
}
.my-profile {
  padding-bottom: 4rem;
}
.my-profile__container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.settings-block {
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  padding: 20px;
}
.setting {
  margin-bottom: 5px;
}
.setting__link {
  align-items: center;
  background-color: transparent;
  color: #000;
  display: flex;
  gap: 12px;
  padding: 12px 15px;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.setting__link:hover {
  background-color: #e2e8f0;
  color: #384196;
}
.setting__link i {
  font-size: 1.1rem;
  width: 20px;
}
.bookmarked-listing__headline {
  color: #2d3748;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.bookmarked-listing__headline strong {
  color: #3c3;
  font-weight: 700;
}
.logo-agence {
  height: 110px;
}
.submit-property {
  background-color: #f5f7fa;
  padding: 0;
}
.submit-property__block {
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 30px;
}
.slick-next,
.slick-prev,
li.message.unread a:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.submit-property__label {
  color: #4a4a4a;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}
.form-step,
.progress-step:last-child:after {
  display: none;
}
.submit-property__label:before {
  color: #3c3;
  font-weight: 700;
  margin-right: -87px;
  padding: 0 0 17px 3px;
}
.form-step {
  animation: fadeIn 0.5s ease-in-out;
}
.slick-track {
  display: flex;
  transition: transform 0.3s ease-in-out;
}
.img-fluid {
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}
.slick-next,
.slick-prev {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: background-color 0.2s;
  width: 40px;
  z-index: 10;
}
.slick-next:hover,
.slick-prev:hover {
  background-color: #fff;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.thumb-nav {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
}
.thumb-nav::-webkit-scrollbar {
  display: none;
}
.thumb-nav li {
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  overflow: hidden;
  transition: border-color 0.2s;
}
.header,
.progress-indicator {
  display: flex;
  justify-content: space-between;
}
.thumb-nav li.slick-current {
  border-color: #3b82f6;
}
.thumb-nav img {
  border-radius: 6px;
  display: block;
  height: 58px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 80px;
}
.progress-indicator {
  align-items: center;
  padding: 0;
}
.progress-step {
  border-bottom: 2px solid transparent;
  color: #888;
  cursor: pointer;
  flex-basis: 0;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  padding: 10px 5px;
  position: relative;
  transition: 0.3s;
}
.progress-step.active {
  background-color: #959fa7;
  border-bottom-color: #212529;
  color: #fff;
  z-index: 2;
}
.alert-danger {
  background-color: #fee2e2;
  color: #991b1b;
}
.alert .close {
  background: 0 0;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 1.25rem;
}
li.message {
  border-bottom: 1px solid #dee2e6;
  transition: background-color 0.2s;
}
li.message a {
  color: inherit;
  display: block;
  padding: 16px 20px;
  position: relative;
  text-decoration: none;
}
li.message.unread {
  background-color: #f8f9fa;
}
li.message.unread a:before {
  background-color: #0d6efd;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 8px;
  width: 8px;
}
li.message.unread a {
  padding-left: 30px;
}
li.message:hover {
  background-color: #e9ecef;
}
.header {
  align-items: center;
  margin-bottom: 4px;
}
.from {
  color: #212529;
  font-size: 0.95rem;
  font-weight: 600;
}
.date {
  color: #6c757d;
  font-size: 0.8rem;
  margin-left: 10px;
  white-space: nowrap;
}
.title {
  color: #495057;
  font-size: 1rem;
  margin-bottom: 6px;
}
.description,
.footer__list a {
  font-size: 0.9rem;
}
.unread .title {
  color: #212529;
  font-weight: 700;
}
.description {
  color: #6c757d;
  max-width: 95%;
  overflow: hidden;
}
.email-app {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
}
main.message {
  padding: 25px 30px;
}
.details .title {
  border-bottom: 1px solid #e9ecef;
  color: #212529;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.content-responder,
.content-sender {
  border-radius: 12px;
  line-height: 1.6;
  margin-bottom: 8px;
  padding: 16px 20px;
}
.content-sender {
  background-color: #f1f3f5;
  color: #343a40;
}
.content-responder p,
.content-sender p {
  margin: 0;
}
.content-responder {
  background-color: #e9f5ff;
  color: #2a568c;
}
.details .header {
  align-items: center;
  color: #6c757d;
  display: flex;
  font-size: 0.85rem;
  justify-content: space-between;
  margin-bottom: 25px;
  padding: 0 5px;
}
.header .from span {
  display: block;
  line-height: 1.4;
}
.header .date b,
.header .from span:first-child {
  color: #495057;
  font-weight: 600;
}
.details form {
  border-top: 1px solid #e9ecef;
  margin-top: 20px;
  padding-top: 30px;
}
.contact-form__field.contact-form__comment {
  border: 1px solid #ced4da;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.5;
  min-height: 120px;
  padding: 12px 15px;
  resize: vertical;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.contact-form__field.contact-form__comment:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
  outline: 0;
}
.newsletter {
  background-color: #22355b;
  margin-top: 10px;
  padding: 40px 0;
}
.newsletter__content {
  display: flex;
  margin-bottom: 16px;
}
.newsletter__desc {
  color: hsla(0, 0%, 100%, 0.7);
  margin-bottom: 0;
}
.newsletter__form {
  display: flex;
}
.newsletter__field {
  float: left;
  width: 69%;
}
.newsletter__icon {
  flex-shrink: 0;
  height: 42px;
  width: 60px;
}
.newsletter__submit {
  background-color: #3c3;
  border: none;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.25);
  color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 7px;
  transition: background-color 0.3s, transform 0.2s;
  width: 20%;
}
.newsletter__submit:hover {
  background-color: #27a127;
}
.newsletter__submit:active {
  transform: translateY(0);
}
.newsletter__text-content {
  margin-left: 20px;
}
.newsletter__title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 2px;
}
.footer-wrapper {
  color: #545454;
  font-family: var(--font-family);
  padding-top: 3rem;
}
.footer__links,
.footer__main {
  padding: 2rem 0;
}
.footer a {
  color: #6c757d;
  text-decoration: none;
  transition: color var(--transition-speed) ease;
}
.footer a:hover {
  color: #3c3;
}
.footer__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.footer__list li {
  margin-bottom: 0.5rem;
}
.footer__logo img {
  height: auto;
  margin-bottom: 1rem;
  max-width: 150px;
}
.footer__social {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__social li a {
  color: var(--newsletter-text-color);
  font-size: 1.5rem;
}
.footer__social li a:hover {
  color: var(--link-hover-active-color);
}
.footer__desc {
  color: #545454;
  font-size: 0.85rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  text-align: justify;
}
.footer__copyright {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  padding: 1.5rem 0;
  text-align: center;
}
.footer__copyright-desc {
  font-size: 0.8rem;
  margin: 0;
}
.footer--highlighted {
  color: var(--link-hover-active-color);
  font-weight: 700;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .property__main {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  #pbr-mainmenu,
  .pbr-mainmenu {
    max-height: 0;
    overflow: hidden;
  }
  #pbr-mainmenu.is-open,
  .pbr-mainmenu.is-open {
    max-height: 100vh;
    overflow: visible;
  }
  .header-main {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-menu-toggle {
    background: 0 0;
    border: none;
    color: #fff;
    display: block;
    margin-top: 10px;
    order: 2;
  }
  .pbr-mainmenu,
  .pbr-mainmenu .nav {
    background-color: #002462;
    width: 100%;
  }
  .hamburger-icon .line {
    fill: #fff;
    transform-origin: center;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  #pbr-mainmenu,
  #pbr-mainmenu.is-open,
  .pbr-mainmenu,
  .pbr-mainmenu .dropdown-menu {
    transition: max-height 0.3s ease-in-out;
  }
  .mobile-menu-toggle[aria-expanded="true"] .line.top {
    transform: rotate(45deg) translate(18px, -18px);
  }
  .mobile-menu-toggle[aria-expanded="true"] .line.middle {
    opacity: 0;
  }
  .mobile-menu-toggle[aria-expanded="true"] .line.bottom {
    transform: rotate(-45deg) translate(18px, 18px);
  }
  .logo-wrapper {
    margin-right: auto;
    order: 1;
  }
  .nav-actions-container {
    display: flex;
    flex-direction: column;
  }
  .pbr-mainmenu {
    order: 2;
    position: absolute;
    right: 0;
    top: 117px;
    z-index: 11;
  }
  .user-actions.is-open {
    align-items: center;
    display: flex;
    order: 1;
  }
  .pbr-mainmenu .nav {
    align-items: flex-start;
    flex-direction: column;
  }
  .pbr-mainmenu .nav > li {
    width: 100%;
  }
  .pbr-mainmenu .nav > li > a {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    padding: 1rem 1.5rem;
    text-align: left;
  }
  .pbr-mainmenu .dropdown-menu {
    background-color: #001f56;
    border: none;
    box-shadow: none;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    position: static;
    width: 100%;
  }
  .pbr-mainmenu .dropdown-menu li a {
    padding-left: 3rem;
  }
  .pbr-mainmenu .dropdown.is-open > .dropdown-menu {
    max-height: 300px;
  }
  .pbr-mainmenu .nav .btn-add-ads {
    background-color: transparent;
    border: none;
    color: var(--link-hover-active-color);
    display: inline-block;
    font-weight: 600;
    margin: 0;
    padding: 1rem 1.5rem;
  }
  .ht-breadcrumbs {
    flex-wrap: wrap;
  }
  .list-details,
  .meta-wrap,
  .property__main {
    flex-direction: column;
  }
  .ht-breadcrumbs__item {
    margin-bottom: 5px;
  }
  .listing-homepage {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  .item-grid__image-container {
    height: auto;
    width: 100%;
  }
  .item-grid__image-container img {
    height: auto;
  }
  .list-details {
    align-items: flex-start;
    gap: 0.5rem;
    padding-top: 0.5rem;
  }
  .property-meta-list {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .listing__title {
    min-height: unset;
    white-space: normal;
  }
  .section__title {
    font-size: 2rem;
  }
  .property__title {
    max-width: 100%;
  }
  .property__price {
    text-align: left;
  }
  .blog-inner article {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-wrap {
    padding: 20px;
  }
  h1.entry-title {
    font-size: 2em;
  }
  ul.entry-meta li {
    margin-bottom: 10px;
  }
  .entry-content {
    font-size: 1em;
  }
  .thumb-nav .swiper-slide {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .progress-step {
    font-size: 10px;
    padding: 5px;
  }
}
@media (max-width: 640px) {
  .property__feature-container {
    padding: 10px 0 0;
  }
  .property__feature {
    padding: 10px 5px 0;
  }
  .property__feature-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .main-listing__form-container {
    flex-direction: column;
    gap: 0;
  }
  .newsletter__form {
    flex-direction: column;
    gap: 1rem;
  }
  .agence-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .col-sm-6 {
    width: 50%;
  }
  .col-md-12,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-7,
  .col-md-9,
  .form-content {
    padding: 10px;
  }
  .pbr-mainmenu .nav {
    gap: 0;
  }
  .pagination {
    gap: 0.25rem;
    padding: 0.75rem;
  }
  .pagination span {
    height: 2rem;
    min-width: 2rem;
  }
  .pagination a {
    font-size: 0.875rem;
  }
  .button {
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    transition: background-color 0.2s, transform 0.2s;
  }
  .btn-add-ads {
    margin-left: auto;
    margin-right: 10px;
  }
  .form-calculator__label,
  .form-label,
  .form-select,
  .main-listing__form-title,
  .sign-up__label,
  .submit-property__label {
    font-size: 14px;
  }
}