#main-wrap h1,
#main-wrap h2,
#main-wrap h3,
#main-wrap h4,
#main-wrap h5,
#main-wrap h6,
#main-wrap .item-title {
  font-family: "Cocon Regular", Sans-serif;
}

.page-template-template-search .page-title-wrap,
.page-template-template-search .listing-tools-wrap {
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 991px) {
  .page-template-template-search .page-title-wrap,
  .page-template-template-search .listing-tools-wrap {
    padding: 0 20px;
  }
}

.grid-col-span-1 {
  grid-column: span 1;
}
.grid-col-span-2 {
  grid-column: span 2;
}
.grid-col-span-3 {
  grid-column: span 3;
}
.grid-col-span-4 {
  grid-column: span 4;
}
.grid-col-span-5 {
  grid-column: span 5;
}
.grid-col-span-6 {
  grid-column: span 6;
}

/*****************************/
/* CasaSearch Reset Password */
/*****************************/
.reset-password-wrap form {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.reset-password-wrap form #houzez_forgetpass {
  font-size: 18px;
  font-weight: 600;
  height: 56px;
  border-radius: 0 20px;
}

.reset-password-wrap form .form-field {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.reset-password-wrap form .form-field label {
  padding: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}

.reset-password-wrap form .form-field input {
  height: 56px;
  padding: 0 18px;
  font-size: 18px;
  border: 1px solid #D4D4D4;
  border-radius: 0;
}

/********************/
/* CasaSearch Login */
/********************/
.login-buttons-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.login-buttons-wrap button {
  border: 1px solid #D4D4D4;
  background-color: #fff;
  height: 56px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 18px;
}

.email-login-wrap form {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.email-login-wrap form #houzez-login-btn {
  font-size: 18px;
  font-weight: 600;
  height: 56px;
  border-radius: 0 20px;
}

.email-login-wrap form .form-field {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.email-login-wrap form .form-field > a {
  font-size: 14px;
  text-align: right;
  text-decoration: underline;
  color: #A3A3A3;
  line-height: 1;
}

.email-login-wrap form .form-field label {
  padding: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}

.email-login-wrap form .form-field input {
  height: 56px;
  padding: 0 18px;
  font-size: 18px;
  border: 1px solid #D4D4D4;
  border-radius: 0;
}

/***********************/
/* CasaSearch Register */
/***********************/
.register-buttons-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.register-buttons-wrap button {
  border: 1px solid #D4D4D4;
  background-color: #fff;
  height: 56px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 18px;
}

.email-register-wrap form {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.email-register-wrap form #houzez-register-btn {
  font-size: 18px;
  font-weight: 600;
  height: 56px;
  border-radius: 0 20px;
}

.email-register-wrap form .form-field {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.email-register-wrap form .form-field label {
  padding: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}

.email-register-wrap form .form-field label .required {
  font-size: 18px;
  font-weight: 500;
  color: var(--e-global-color-primary)
}

.email-register-wrap form .form-field input {
  height: 56px;
  padding: 0 18px;
  font-size: 18px;
  border: 1px solid #D4D4D4;
  border-radius: 0;
}

/******************************/
/* CasaSearch Property Slider */
/******************************/
.casasearch-property-tiles-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .casasearch-property-tiles-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .casasearch-property-tiles-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .casasearch-property-tiles-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.casasearch-property-tiles-container .casasearch-property-tile,
.casasearch-property-slide .casasearch-property-tile,
.casasearch-property-tiles-container div.item-wrap,
.casasearch-property-slide div.item-wrap {
  border: 1px solid #e5e5e5;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  background-color: #fff;
  padding: 8px 8px 13px 8px;
  display: flex;
  flex-direction: column;
  row-gap: 21px;
  min-width: 0;
}
.casasearch-property-slide .casasearch-property-tile,
.casasearch-property-slide div.item-wrap {
  margin: 0 12px;
}
.casasearch-property-tiles-container div.item-wrap .item-tools,
.casasearch-property-slide div.item-wrap .item-tools {
  bottom: 12px;
  right: 12px;
}
.casasearch-property-tiles-container div.item-wrap .item-tool > span,
.casasearch-property-slide div.item-wrap .item-tool > span {
  background-color: rgba(0, 0, 0, 0.5);
}
.casasearch-property-tiles-container div.item-wrap .item-tool > span:hover,
.casasearch-property-slide div.item-wrap .item-tool > span:hover {
  background-color: rgba(0, 0, 0, 0.65);
}
.casasearch-property-image-container {
  height: 248px;
}
.casasearch-property-image-container img {
  height: 248px !important;
  border-top-right-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
  position: relative;
  object-fit: cover;
  width:100%;
  /* aspect-ratio: 1.3; */
}
.casasearch-property-image-container img::before {
  display: flex;
  place-items: center;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.casasearch-property-image-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(
    54.01deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  pointer-events: none;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.casasearch-property-pricing-container {
  position: absolute;
  left: 20px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: end;
  pointer-events: none;
}
.casasearch-property-image-container .casasearch-property-status-container {
  position: absolute;
  right: 12px;
  top: 12px;
  display: grid;
  place-content: center;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  padding: 4px 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.casasearch-property-image-container .label-featured {
  background-color: var(--e-global-color-accent);
  color: #ffffff;
  top: 12px;
  left: 12px;
}
.casasearch-property-actions-container {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.casasearch-property-pricing-container .casasearch-property-price {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
}
.casasearch-property-pricing-container .casasearch-property-area {
  font-size: 10px;
  line-height: 10px;
  color: #fff;
}
.casasearch-property-pricing-container .casasearch-property-area .area {
  font-weight: 600;
}
.casasearch-property-content-container {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.casasearch-property-details-container {
  font-size: 14px;
  color: #737373;
}
.casasearch-property-details-container h3 {
  font-family: "Cocon Regular", Sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  color: #3187bf;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.casasearch-property-details-container > div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
}
.casasearch-property-details-container > div > p {
  margin: 0;
}
.casasearch-property-attributes-container {
  display: flex;
  justify-content: center;
}
.casasearch-property-attribute {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.casasearch-property-attribute:not(:first-child) {
  padding-left: 15px;
}
.casasearch-property-attribute:not(:last-child) {
  padding-right: 15px;
  border-right: 1px solid #d4d4d4;
}
.casasearch-property-attribute-value {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 18px;
}
.casasearch-property-attribute-count {
  font-size: 24px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 50px;
}
.casasearch-property-attribute-count p {
  margin: 0;
}
.casasearch-property-attribute-icon {
  width: 18px;
  height: 18px;
  display: grid;
  place-content: center;
}
.casasearch-property-attribute-label {
  font-size: 12px;
  line-height: 12px;
}
.casasearch-property-footer-container {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  font-size: 12px;
  color: #737373;
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px solid #f5f5f5;
}
.casasearch-property-agent,
.casasearch-property-date {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}
.casasearch-property-agent a {
  color: var(--e-global-color-primary);
}
.casasearch-property-agent span,
.casasearch-property-date span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.casasearch-property-slider-arrows {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 47px;
}
.casasearch-property-slider-arrows .slick-prev {
  left: 0;
}
.casasearch-property-slider-arrows .slick-next {
  right: 0;
}
.casasearch-property-slider-arrows .slick-arrow {
  background-color: #ffffff;
  box-shadow: 0px 20px 24px -6px rgba(0, 0, 0, 0.06),
    0px 10px 10px rgba(0, 0, 0, 0.04);
  border-radius: 999px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  position: static;
  margin: 0;
  transform: none;
}
@media (min-width: 1700px) {
  .casasearch-property-slider-arrows {
    margin-top: 0;
  }
  .casasearch-property-slider-arrows .slick-prev {
    margin-left: -90px;
  }
  .casasearch-property-slider-arrows .slick-next {
    margin-right: -90px;
  }
  .casasearch-property-slider-arrows .slick-arrow {
    position: absolute;
  }
}
.casasearch-property-slider-arrows .slick-arrow:before {
  color: #404040;
  transition: color 0.3s ease-in-out;
}
.casasearch-property-slider-arrows .slick-arrow:hover,
.casasearch-property-slider-arrows .slick-arrow:focus {
  background-color: #f4a835;
}
.casasearch-property-slider-arrows .slick-arrow:hover:before,
.casasearch-property-slider-arrows .slick-arrow:focus:before {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .casasearch-property-slider-arrows .slick-arrow {
    display: block !important;
  }
}

/****************************/
/* CasaSearch Country Cards */
/****************************/

.casasearch-country-cards {
  display: flex;
  gap: 80px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1350px) {
  .casasearch-country-cards {
    padding: 0 20px;
  }
}
.casasearch-country-card {
  border: 1px solid #e5e5e5;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  transition: box-shadow 0.2s ease-in-out;
  flex-grow: 1;
}
.casasearch-country-cards.small .casasearch-country-card {
  max-width: 363px;
}
.casasearch-country-card:hover {
  box-shadow: 0px 32px 72px -12px rgba(0, 0, 0, 0.1);
}
.casasearch-country-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px;
  padding-bottom: 40px;
}
.casasearch-country-card .casasearch-country-card-image {
  height: 280px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  overflow: hidden;
  width: 100%;
}
.casasearch-country-cards.small .casasearch-country-card-image {
  height: 249px;
}
.casasearch-country-card-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.casasearch-country-card-country-image {
  width: 56px;
  height: 56px;
  border: 4px solid white;
  border-radius: 999px;
  overflow: hidden;
  margin-top: -28px;
}
.casasearch-country-card-country-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.casasearch-country-card-title h3 {
  font-family: "Cocon Regular";
  text-transform: uppercase;
  font-size: 2.1rem;
  margin-top: 12px;
  color: var(--e-global-color-primary);
}
.casasearch-country-card-counts {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 5px;
}
@media (max-width: 620px) {
  .casasearch-country-card-counts {
    flex-direction: column;
    gap: 15px;
  }
}
.casasearch-country-card .casasearch-country-card-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  gap: 12px;
  border-right: 1px solid #e5e5e5;
  padding: 0 20px;
}
.casasearch-country-cards.small .casasearch-country-card-count {
  padding: 0 5px;
}
@media (max-width: 1350px) {
  .casasearch-country-card-count {
    padding: 0 5px;
  }
}
.casasearch-country-card-count:last-child {
  border-right: none;
}
.casasearch-country-card-count-value {
  color: #737373;
  font-size: 14px;
  display: flex;
  gap: 5px;
}
.casasearch-country-card-count-value span:first-child {
  color: #262626;
  font-weight: 600;
}
.casasearch-country-card-count-label {
  background-color: #fffbeb;
  border-radius: 11px;
  border: 1px solid #fef3c7;
  color: #975218;
  font-size: 12px;
  font-weight: 500;
  width: 102px;
  height: 22px;
  display: grid;
  place-content: center;
}

/*****************************/
/* CasaSearch Search Builder */
/*****************************/
.page-template-template-search .page-filters .e-con.e-flex > .e-con-inner {
  padding-bottom: 30px;
}
.page-template-template-search .elementor-widget-casasearch_search_builder .elementor-form-fields-wrapper {
  gap: 16px 10px;
  margin: 0;
}
.page-template-template-search .elementor-widget-casasearch_search_builder .elementor-form-fields-wrapper > * {
  min-width: 0;
}
.elementor-widget-casasearch_search_builder .elementor-widget-container form.houzez-search-form-js .elementor-field-group {
  padding: 0;
  margin: 0;
  min-height: 56px;
}
.elementor-widget-casasearch_search_builder .elementor-widget-container form.houzez-search-form-js .dropdown-menu.inner.show > li:first-child > a > span {
  font-style: italic;
  color: #999;
}
.elementor-widget-casasearch_search_builder .save-search-form-wrap {
  width: 100%;
  height: 100%;
}
.elementor-widget-casasearch_search_builder .save-search-form-wrap .save-search-btn {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #3187BF;
  border: none;
  border-bottom-left-radius: 28px;
  border-top-right-radius: 28px;
  font-size: 16px;
  font-weight: 600;
  min-height: 56px;
}
.elementor-widget-casasearch_search_builder .save-search-form-wrap .save-search-btn:disabled {
  background-color: #737373;
  opacity: 1;
  cursor: not-allowed;
}
.elementor-widget-casasearch_search_builder .houzez-field-textual.elementor-size-lg button:not(.actions-btn) {
  min-height: 54px;
  border-radius: 0;
  padding: 6px 20px;
}
.elementor-widget-casasearch_search_builder .houzez-field-textual.elementor-size-lg {
  min-height: 54px;
  border-radius: 0;
}
/* .elementor-widget-casasearch_search_builder div.houzez-field-textual.elementor-size-lg {
  border: 1px solid #0C4A6E;
} */
.elementor-widget-casasearch_search_builder .elementor-button.elementor-size-lg {
  padding: 18px 40px;
  border-radius: 0;
  border-bottom-left-radius: 28px;
  border-top-right-radius: 28px;
}
.elementor-widget-casasearch_search_builder .elementor-field-textual.elementor-size-lg {
  min-height: 54px;
  border-radius: 0;
  border: 1px solid #0C4A6E;
}
.elementor-widget-casasearch_search_builder .elementor-field-group.houzez-ele-price-slider div.range-text {
  color: #fff;
  margin-bottom: 17px;
}
.elementor-widget-casasearch_search_builder .elementor-field-group.houzez-ele-price-slider .price-range-values {
  display: flex;
  justify-content: space-between;
  color: white;
  margin-top: 15px;
}
.elementor-widget-casasearch_search_builder .elementor-field-group.houzez-ele-price-slider {
  height: 56px;
  overflow: visible;
  font-size: 16px;
}
.elementor-widget-casasearch_search_builder .elementor-field-group input:disabled {
  color: #8e8e8e;
  cursor: not-allowed;
}
.elementor-widget-casasearch_search_builder .elementor-field-group input:disabled,
.elementor-widget-casasearch_search_builder .elementor-field-group select:disabled,
.elementor-widget-casasearch_search_builder .elementor-field-group select:disabled ~ button.dropdown-toggle {
  background-color: #e5e5e5 !important;
}
.elementor-widget-casasearch_search_builder .elementor-field-group > a,
.elementor-widget-casasearch_search_builder .elementor-field-group > .save-search-form-wrap > a {
  background-color: #569ac7;
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid #478fbf;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0 28px;
}
.elementor-widget-casasearch_search_builder .elementor-field-group.disabled > a,
.elementor-widget-casasearch_search_builder .elementor-field-group.disabled > .save-search-form-wrap > a {
  display: none;
}
.elementor-widget-casasearch_search_builder .elementor-field-group > .save-search-form-wrap > a.premium-button::before,
.elementor-widget-casasearch_search_builder .elementor-field-group > a.premium-button::before {
  content: '';
  display: block;
  width: 19px;
  height: 12px;
  min-width: 19px;
  min-height: 12px;
  margin-right: 10px;
  background-image: url(https://casasearch.com/wp-content/uploads/2025/05/crown.svg);
}
.elementor-widget-casasearch_search_builder .elementor-field-group.disabled:hover > a,
.elementor-widget-casasearch_search_builder .elementor-field-group.disabled:hover > .save-search-form-wrap > a {
  display: flex;
}
.elementor-widget-casasearch_search_builder .elementor-field-group.disabled:hover > .elementor-field,
.elementor-widget-casasearch_search_builder .elementor-field-group.disabled:hover > .save-search-form-wrap > .save-search-btn {
  display: none;
}
.elementor-widget-casasearch_search_builder .elementor-field-group.elementor-field-type-submit button.houzez-search-button {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent
}
.elementor-widget-casasearch_search_builder .elementor-field-group.elementor-field-type-submit button.houzez-search-button::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  margin-right: 10px;
  background-image: url(https://casasearch.com/wp-content/uploads/2025/03/icon-SearchButton.svg);
}
.elementor-widget-casasearch_search_builder  select[name="beschikbaarheid"] + button.dropdown-toggle::before,
.elementor-widget-casasearch_search_builder  select[name="bedrooms"] + button.dropdown-toggle::before,
.elementor-widget-casasearch_search_builder  select[name="bathrooms"] + button.dropdown-toggle::before,
.elementor-widget-casasearch_search_builder  select[name="type[]"] + button.dropdown-toggle::before,
.elementor-widget-casasearch_search_builder  select[name="country[]"] + button.dropdown-toggle::before,
.elementor-widget-casasearch_search_builder  select[name="status[]"] + button.dropdown-toggle::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-right: 12px;
}
.elementor-widget-casasearch_search_builder  select[name="beschikbaarheid"] + button.dropdown-toggle::before {
  background-image: url(https://casasearch.com/wp-content/uploads/2025/03/icon-status.svg);
}
.elementor-widget-casasearch_search_builder  select[name="bathrooms"] + button.dropdown-toggle::before {
  background-image: url(https://casasearch.com/wp-content/uploads/2025/03/icon-bathrooms.svg);
}
.elementor-widget-casasearch_search_builder  select[name="bedrooms"] + button.dropdown-toggle::before {
  background-image: url(https://casasearch.com/wp-content/uploads/2025/03/icon-bedrooms.svg);
}
.elementor-widget-casasearch_search_builder  select[name="type[]"] + button.dropdown-toggle::before {
  background-image: url(https://casasearch.com/wp-content/uploads/2025/03/icon-type.svg);
}
.elementor-widget-casasearch_search_builder  select[name="country[]"] + button.dropdown-toggle::before {
  background-image: url(https://casasearch.com/wp-content/uploads/2025/03/icon-country.svg);
}
.elementor-widget-casasearch_search_builder  select[name="status[]"] + button.dropdown-toggle::before {
  background-image: url(https://casasearch.com/wp-content/uploads/2025/03/icon-properties.svg);
}
.elementor-widget-casasearch_search_builder .bootstrap-select > .dropdown-toggle.bs-placeholder,
.elementor-widget-casasearch_search_builder .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.elementor-widget-casasearch_search_builder .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.elementor-widget-casasearch_search_builder .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #525252;
}