.cta {
  width: 280px !important;
  margin-right: 13px;
}

@media (max-width: 700px) {
  .textoMobile {
    font-size: 14px !important;
    padding: 20px;
  }
}


header.ltn__header-area.ltn__header-6 {
  position: relative !important;
  background-color: var(--cor-site-1);
}

/* Estilos para os selects personalizados */
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-select:hover {
  border-color: #aaa;
}

.custom-select:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

.custom-select-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Estilo para os options */
.custom-select option {
  padding: 10px;
  background: #fff;
  color: #333;
}

.custom-select option:hover {
  background-color: #f5f5f5;
}

/* Estilo quando o select está aberto */
.custom-select:focus + .custom-select-arrow svg {
  transform: rotate(180deg);
}

/* Estilo para o dropdown (usando selectpicker) */
.dropdown-menu.inner {
  max-height: 250px;
  overflow-y: auto;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.inner li a {
  padding: 8px 15px;
  color: #333;
  transition: all 0.2s;
}

.dropdown-menu.inner li a:hover {
  background-color: #f8f9fa;
  color: var(--cor-site-1);
}

/* Estilo para a busca no dropdown */
.bootstrap-select .bs-searchbox {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.bootstrap-select .bs-searchbox input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px 10px;
  width: 100%;
}

/* Estilo para títulos */
.filter-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 8px;
}
input#bairroSearchInput {
  background-color: #fff;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  height: 45px;
  font-size: 15px;
}
.accordion-content input {
  background-color: #fff;
  border: 1px solid #ddd !important;
  border-radius: 4px;
  height: 45px;
  font-size: 15px;
}
.search-btn {
  width: 60px;
  padding: 14px;
  background: var(--cor-site-1);
  color: #fff;
  border: none;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 50px;
  width: 100%;
}
.search-btn i {
  font-size: 20px;
  display: flex;
}
.search-btn:hover {
  background: var(--cor-site-2);
  color: #fff;
}
.ltn__shop-options .short-by .nice-select {
  border-radius: 4px;
  height: 47px;
  background: #f8f9fa !important;
  color: #333 !important;
  line-height: 46px;
  min-width: 190px;
  border: 1px solid #dddddd !important;
}
.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--white);
  border: 2px solid var(--border-color-1);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2sease-in-out;
  transition: all 0.2sease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 35px;
}

.nice-select .list {
  min-width: 100%;
  background-color: #f8f9fa !important;
  border-radius: 4px;
  border: 1px solid #ddd !important;
}

.grid-listagem {
  display: grid;
  grid-template-columns: 350px 1fr;
  column-gap: 20px;
}

@media (max-width: 991px) {
  .grid-listagem {
    display: flex;
    flex-direction: column;
  }
}

.ltn__pagination-area {
  display: flex;
  justify-content: center;
  margin: 32px 0 16px 0;
}

.ltn__pagination {
  display: flex;
  align-items: center;
}

.ltn__pagination ul {
  display: flex;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ltn__pagination li {
  display: flex;
  align-items: center;
}

.ltn__pagination li a,
.ltn__pagination li span {
  display: block;
  min-width: 36px;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 16px;
  color: var(--cor-site-1);
  background: #fff;
  border: 1px solid #ddd;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: background 0.22s, color 0.22s, border 0.22s;
  cursor: pointer;
}

.ltn__pagination li.active a,
.ltn__pagination li.active span {
  background: var(--cor-site-1);
  color: #fff;
  border-color: var(--cor-site-1);
  font-weight: 700;
  cursor: default;
  pointer-events: none;
}

.ltn__pagination li a:hover {
  background: var(--cor-site-2);
  color: #fff;
  border-color: var(--cor-site-2);
}

.ltn__pagination li span {
  cursor: default;
  background: #eee;
  color: #888;
  border-color: #eee;
}

.ltn__pagination li a i {
  font-size: 18px;
  vertical-align: middle;
  margin: 0 2px;
  color: inherit;
}

@media (max-width: 600px) {
  .ltn__pagination li a,
  .ltn__pagination li span {
    min-width: 28px;
    padding: 7px 8px;
    font-size: 14px;
  }
  .ltn__pagination-area {
    margin: 18px 0 10px 0;
  }
}

/* ESTILIZAÇÃO DA BUSCA */

/* Base Styles */
#propertySearchForm {
  background-color: var(--white);
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: #000;
}

#propertySearchForm .section-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--cor-site-1);
  position: relative;
  padding-bottom: 10px;
}

#propertySearchForm .section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--cor-site-3);
}

/* Custom Dropdown Styles */
.custom-dropdown {
  position: relative;
  margin-bottom: 5px;
}

.dropdown-header {
  font-size: 15px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: var(--cor-site-5);
}

.dropdown-toggle {
  background: #fff;
  border: 1px solid #ddd;
  color: var(--cor-site-5);
  border-radius: 4px;
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  height: 40px;
  font-size: 14px;
}

.dropdown-toggle:hover {
  background: rgba(255, 255, 255, 0.15);
}

.dropdown-toggle:after {
  content: "▼";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: var(--cor-site-3);
  border: none;
}

.dropdown-toggle.active:after {
  content: "▲";
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background: #ddd;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  z-index: 1000;
  margin-top: -1px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.dropdown-menu.show {
  display: block;
}

.dropdown-item {
  padding: 6px 15px;
  font-size: 14px;
  color: var(--cor-site-1);
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dropdown-item:hover {
  background: var(--cor-site-1);
  color: #fff;
}

.dropdown-item.selected {
  background: var(--cor-site-1);
  color: #fff;
}

.dropdown-search {
  padding: 10px;
  background: var(--cor-site-1);
  position: sticky;
  top: 0;
  z-index: 1;
}

.dropdown-search input {
  width: 100%;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #fff;
  height: 30px;
  font-size: 13px;
}

.dropdown-search input::placeholder {
  color: #fff;
}

.dropdown-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}

.dropdown-tag {
  background: rgb(48 86 45 / 28%);
  color: var(--cor-site-1);
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.dropdown-tag-remove {
  margin-left: 5px;
  cursor: pointer;
}

/* Price Range */
.price-range-container {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.price-input {
  position: relative;
  flex: 1;
}

.price-input input {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px 10px 35px;
  color: var(--cor-site-5);
  font-size: 14px;
  height: 40px;
}

.price-input .input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--cor-site-3);
}

.price-input .placeholder {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  pointer-events: none;
  transition: all 0.3s;
}

.price-input input:focus + .placeholder,
.price-input input:not(:placeholder-shown) + .placeholder {
  opacity: 0;
}

/* Feature Selectors */
.feature-selector {
  margin-bottom: 20px;
}

.feature-title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ecf0f1;
}

.feature-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.feature-option {
  position: relative;
  cursor: pointer;
}

.feature-option input {
  position: absolute;
  opacity: 0;
}

.feature-badge {
  display: inline-block;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: #ecf0f1;
  font-size: 14px;
  transition: all 0.3s;
  min-width: 40px;
  text-align: center;
}

.feature-option input:checked + .feature-badge {
  background: #f39c12;
  color: #fff;
  border-color: #f39c12;
}

/* Area Inputs */
.area-inputs {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.area-input {
  flex: 1;
  position: relative;
}

.area-input input {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px 10px 15px;
  color: var(--cor-site-5);
  font-size: 14px;
  height: 40px;
}

.area-input .unit {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--cor-site-1);
  font-size: 12px;
}

/* Code Search */
.code-search {
  margin-bottom: 10px;
}

.code-search input {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  color: var(--cor-site-5);
  font-size: 14px;
  height: 40px;
}

/* Keyword Search */
.keyword-search {
  margin-bottom: 25px;
}

.keyword-search input {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  color: var(--cor-site-5);
  font-size: 14px;
  height: 40px;
}

/* Action Buttons */
.action-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.clear-btn {
  color: var(--cor-site-1);
  font-size: 14px;
  cursor: pointer;
  transition: color 0.3s;
}

.clear-btn:hover {
  color: var(--cor-site-2);
  text-decoration: underline;
}

.search-btn {
  background: var(--cor-site-1);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  flex: 1;
  max-width: 200px;
}

.search-btn:hover {
  background: var(--cor-site-2);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  #propertySearchForm {
    padding: 15px;
  }

  .price-range-container,
  .area-inputs {
    flex-direction: column;
    gap: 10px;
  }

  .search-btn {
    max-width: 100%;
  }
}

/* Tooltip */
.tooltip-icon {
  color: #f39c12;
  margin-left: 5px;
  cursor: help;
}
.resultado {
  display: flex;
  flex-wrap: wrap;
    height: max-content;
}
@media (max-width: 1024px) and (min-width: 993px) {
  .grid-listagem {
    display: grid;
    grid-template-columns: 300px 1fr;
    column-gap: 20px;
  }
  .container-fluid.px-5 {
    padding: 0px 10px !important;
  }
  .action-buttons {
    gap: 7px;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .grid-listagem {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .card {
    max-width: 100%;
  }
  .container-fluid.px-5 {
    padding: 0px 10px !important;
  }
}
.filtro-busca {
  position: fixed;
  left: 0;
  top: 13%;
  z-index: 10;
}
a.botao-busca {
  padding: 12px 17px;
  background-color: var(--cor-site-1);
  color: #fff;
  border-radius: 0px 30px 30px 0px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.botao-busca svg {
  fill: #fff;
}

.offcanvas-body {
    padding: 0rem 1rem;
    overflow-y: auto;
    height: 84%;
}
.mobile {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    padding: 1rem;
}