* {
  font-family: "Poppins", serif;
}

body {
  overflow-x: hidden;
}
.container {
  max-width: 1350px;
}
.choice-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* Ensures responsiveness */
}
.infrastructure iframe {
	margin-top:10px
}
.choice {
  max-width: 100%;
  flex: 1 1 33.33%;
  /* Ensures three equal columns */
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.ekskluzive {
	background-color:#8B1E3F !important
}
.choice .main-image {
  height: 100%;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.choice:hover .main-image {
  transform: scale(1.2);
}

.sale-text-wrapper {
  background: rgb(228, 162, 61);
  background: linear-gradient(
    180deg,
    rgba(228, 162, 61, 1) 0%,
    rgba(228, 162, 61, 0) 100%
  );
  width: 100%;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
}
.sale-text-wrapper p {
  color: white;
  font-size: 30px;
  margin: 0;
  padding: 0;
}

.hidden-search-form {
  display: none;
}

.hidden-form-wrapper {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}

.hidden-form-wrapper form {
  width: 90% !important;
}

.mobile-option-button {
  border: 1px solid #0c3436;
  padding: 5px 10px;
  background: #0c3436;
  border-radius: 10px;
  color: white;
}

.filter-options {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.inner-filter {
  width: 100%;
  height: 8rem;
  margin-top: -60px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px) !important;
  z-index: 1;
  border: 1px solid #e4a23d;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.objects {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.filter-option-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  min-width: 80px;
}

.filter-option-item img {
  width: 40px;
  height: auto;
}

.filter-option-item p {
  margin: 0;
  padding: 0;
}

.item-1:hover,
.item-2:hover,
.item-3:hover,
.item-4:hover,
.item-5:hover,
.item-6:hover,
.item-7:hover,
.item-8:hover,
.item-9:hover,
.item-10:hover,
.item-11:hover {
  transform: scale(1.1);
}
.filter-option-item a {
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.shitje-image {
  height: calc(100vh - 150px);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: start;
}

.shitje-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exclusive-offers,
.other-offers {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.exclusive-text-wrapper,
.other-text-wrapper {
  width: 100%;
}

.exclusive-text,
.other-text {
  color: #e4a23d;
  margin-bottom: 0;
  margin-top: 20px;
}

.exclusive-inner {
  width: 100%;
  min-height: 20rem;
  background: #e4a23d;
  margin-top: 10px;
  border-radius: 20px;
  padding: 15px;
}

.other-inner {
  min-height: 20rem;
  margin-top: 10px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
	padding: 15px;
    background-color: #f2f2f2;
}

.other-object {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .058);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .058);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .058);
}

.object-image-wrapper {
  height: 280px;
  overflow: hidden;
  border-radius: 21px;
}

.object-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.4s;
}

.single-object {
  background: white;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
  overflow: hidden;
}
.single-object:hover .object-image-wrapper img {
  transform: scale(1.1);
}
.object-info-wrapper {
  padding: 20px 15px 10px 15px;
}

.object-info-wrapper p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #2f2f2f;
  line-height: 1.1;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.object-info-wrapper a {
  border: none;
  width: 100%;
  background: #0c3436;
  color: #e4a23d;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  margin-top: 5px;
}

.object-info-wrapper a:hover {
  background: #e4a23d;
  color: #0c3436;
  transition: 0.3s ease-in-out;
}
.btn-type-info {
  display: flex;
  gap: 7px;
}
.top-info-wrapper {
  padding: 15px;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex !important;
  justify-content: space-between !important;
}
.right-side-favorite {
    height: fit-content;
    cursor: pointer;
}
.type-information {
  border: none;
  background: #e4a23d;
  color: white;
  border-radius: 15px;
  padding: 4px 12px;
  font-size: 13px;
}

.favorite-item {
  border: none;
  background: #0c3436;
  color: white;
  border-radius: 10px;
  padding: 5px;
	cursor:pointer
}

.prona-swiper-pagination {
  position: relative !important;
  margin-top: 20px;
}

.swiper-pagination-bullet-active {
  background-color: #0c3436 !important;
}

.modal-dialog {
  max-width: 90%;
  width: 90%;
}

.modal-filter-button {
  background: #e4a23d;
  border: 1px solid #e4a23d;
}

.modal-filter-button:hover {
  background: #e4a23d;
  border: 1px solid #e4a23d;
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}

.modal-close-button {
  background: #0c3436;
  border: 1px solid #0c3436;
}

.modal-close-button:hover {
  background: #0c3436;
  border: 1px solid #0c3436;
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.search-wrapper {
  border: 1px solid #e4a23d;
  border-radius: 10px;
  padding: 2px;
}

.search-input {
  border: 1px solid #e4a23d;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
	    background-color: #fff;
}
.right-side {
  display: flex;
  gap: 10px;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 20px 0;
}

.navbar-nav {
  gap: 10px;
}

.search-form input {
  outline: none;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.search-form {
  position: relative;
  min-width: 460px;
}

.search-form img {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.footer-wrapper {
  background-color: #e4a23d;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin-top: 20px;
}

.left-side-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  /* width: 15%; */
}

.left-side-footer a {
  color: #222222;
  text-decoration: none;
}

.left-side-footer p,
.right-side-footer p {
  margin: 0;
  padding: 0;
}

#offer {
  background: #e4a23d;
  color: white;
  border-radius: 10px;
  padding: 10px 15px;
}

#favorite {
  background: #0c3436;
  border-radius: 10px;
  position: relative;
  padding: 10px;
}
.favorite-count {
  position: absolute;
  top: -10px;
  right: -5px;
  background-color: #e4a23d;
  color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 100px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#navbarSupportedContent ul {
  display: flex;
  justify-content: space-between;
}

.contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 15px;
}

.info-wrapper {
  min-height: 18rem;
  padding: 20px;
  border: 1px solid #e4a23d;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.contact-us-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 165px;
}
.contact-us {
  padding: 40px 0;
}

.info-text {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.info-email,
.info-phone,
.info-location {
  display: flex;
  align-items: center;
}
form.contact-us-form input {
  margin-bottom: 15px;
}
.socials {
  display: flex;
  gap: 15px;
}

.socials a i {
  color: #222222;
  font-size: 30px;
}

.socials i:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
}

.info-email p,
.info-phone p,
.info-location p {
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

.contact-us-wrapper h3 {
  color: #e4a23d;
}

.fullname p {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary.submit-button {
  width: 100%;
}
::placeholder {
  color: #e4a23d !important;
}

.general-input {
  border: 1px solid #e4a23d;
  border-radius: 10px;
  color: #e4a23d !important;
}

.general-input:focus,
.general-input:active {
  border: 1px solid #e4a23d !important;
  outline: none !important;
}

#first-name,
#last-name {
  width: 48% !important;
}

.submit {
  width: 100%;
  background: #e4a23d;
  color: white;
  border: 1px solid #e4a23d;
}

.submit:hover {
  background: #e4a23d;
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
  border: 1px solid #e4a23d;
}

.contact-wrapper .contact-form {
  display: flex;
  justify-content: center;
}

.contact-wrapper .contact-form {
  border: none;
}
.about-us {
  padding-top: 80px;
  padding-bottom: 80px;
}
.aboutus-wrapper {
  min-height: 34.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.information {
  display: flex;
  flex-direction: column;
}

.about-text h3 {
  color: #e4a23d;
}

.images {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.left-images,
.right-images {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.first-image-wrapper {
  height: 15rem;
  width: 15rem;
  display: flex;
  justify-content: center;
}

.second-image-wrapper {
  height: 15rem;
  width: 15rem;
  display: flex;
  justify-content: center;
}

.first-image,
.second-image,
.third-image,
.fourth-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.back-button-wrapper {
  padding: 0 0 20px 0;
}

.back-button {
  border: 1px solid #e4a23d;
  background: #e4a23d;
  border-radius: 10px;
  padding: 5px 10px;
  width: 6rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
	color:#fff
}
.operator-info {
  position: sticky;
  top: 20px;
}

.main-wrapper,
.more-info-wrapper,
.map-location-wrapper {
  padding: 0 100px;
}
.main-description {
  margin-top: 25px;
}
.object-name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.object-name p {
  margin-bottom: 5px;
}
.heart-icon {
  font-size: 25px;
  cursor: pointer;
}

.heart-icon:hover {
  transform: scale(1.15);
  transition: 0.3s ease-in-out;
}

.details-swiper {
  width: 100%;
}

.details-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details-swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.details-swiper {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
	    border-radius: 11px;
}

.details-swiper .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
  object-fit: cover;
	    border-radius: 11px;
    overflow: hidden;
}

.mySwiper2 {
  width: 100%;
}

.details-swiper1 {
  height: 150px;
  box-sizing: border-box;
  padding: 10px 0;
}

.details-swiper1 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.extra-info ul li, .infrastructure ul li {
    position: relative;
}
.extra-info ul,
.infrastructure ul {
  list-style-type: none;
	list-style-type: none;
    padding-left: 20px;
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:10px;
	position:relative
}

.extra-info ul li:before,
.infrastructure ul li:before {
  content: "✓";
	    left: -18px;
    position: absolute;
}

.colored-text {
  color: #e4a23d;
}

hr {
  border: 1px solid #e4a23d;
}

.operator-details {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e4a23d;
  border-radius: 10px;
  padding: 10px;
}
.operator-picture {
    width: 70px;
    height: 70px;
}
.operator-picture img {
width: 100%;
    background: #e4a23d;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.operator-profile div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.operator-name {
  color: #e4a23d;
}

.operator-profile div p,
.operator-profile p {
  margin: 0;
  padding: 0;
}

.contact-form {
  border: 1px solid #e4a23d;
  border-radius: 10px;
  padding: 10px;
}

.contact-form p {
  font-size: 13px;
}

.general-input {
  border: 1px solid #e4a23d;
  height: 55px;
  margin-bottom: 0;
}

.general-input:focus {
  border: 1px solid #e4a23d !important;
}

.general-textarea {
  border: 1px solid #e4a23d;
	height: 100px;
}

.general-textarea:focus {
  box-shadow: none;
  border: 1px solid #e4a23d;
}

.inner-contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.submit-button {
  background: #e4a23d;
  border: 1px solid #e4a23d;
     height: 50px;
    width: 100%;
}

.submit-button:hover {
  background: #e4a23d;
  border: 1px solid #e4a23d;
  transition: 0.3s ease-in-out;
}

.city p {
  margin: 0;
  padding: 0;
}

.city {
  display: flex;
  align-items: center;
  gap: 10px;
}

.city i {
  cursor: pointer;
}

.map-wrapper iframe {
  width: 100%;
  margin-top: 15px;
}
.active-view p {
  color: #e4a23d;
}
.categories-view .inner-filter {
  margin-top: 20px;
}
.tax-property_category .other-inner {
  margin-top: 20px;
}
.type-btns {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.type-btns a {
  padding: 10px 20px;
  border: 1px solid #e4a23d;
  border-radius: 10px;
  text-decoration: none;
  color: #2f2f2f;
}
.active-btn-type {
  background-color: #e4a23d;
  color: #fff !important;
}
.overlay {
  display: block;
  position: fixed;
  background-color: #00000080;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.overlay.overlay-active {
  opacity: 1;
  visibility: visible;
}
.favoritet {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 600px;
  background: #fff;
  border-left: 1px solid rgb(238, 238, 238);
  z-index: 99;
  transform: translateX(600px);
  transition: all 0.4s;
}
.overflow-hidden {
  overflow: hidden;
}
.favoritet.active-favoritet {
  transform: translateX(0);
}
.favoritet-header {
  border-bottom: 1px solid #e4a23d;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.favoritet-header h4 {
  margin-bottom: 0;
  color: #2f2f2f;
  font-weight: 400;
}
.favoritet-header i {
  font-size: 20px;
  cursor: pointer;
}
.close-favoritet {
  display: flex;
}
.favorite-item-heart img {
  height: 100px;
}
li.favorite-item-heart {
  display: grid;
  grid-column-gap: 20px;
  padding: 15px;
  position: relative;
  grid-template-columns: 160px 1fr;
}
.favoritet ul {
  padding-left: 0;
  position: relative;
  list-style: none;
}
.fav-price {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #2f2f2f;
}
.fav-title {
  margin-bottom: 7px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #2f2f2f;
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.remove-fav-btn {
    position: absolute;
    right: 15px;
    top: 20px;
    border: 0;
    z-index: 9;
	    border-radius: 50%;
}
.fav-img {
  height: 140px;
  width: 100%;
  display: flex;
  border-radius: 10px;
}
.no-fav {
  padding: 15px;
}
.fav-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fav-details {
  display: flex;
  flex-direction: column;
  padding-right: 50px;
}
.fav-details .type-information {
  width: fit-content;
}
.favorite-item-heart {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.favorite-item-heart:first-child {
  border-top: 0;
}
header {
  border-bottom:1px solid #e4a23d;
}
.search-mobile {
  display: none;
}
.post-title-md {
  margin: 25px 0;
}
.post-title-md span {
  color: #e4a23d;
}
.object-info-wrapper p:first-child {
  font-weight: 500;
}
section.single-post-details {
  padding: 70px 0;
}
.mobile-logo {
	display:none
}
.right-side-footer {
    display: flex;
    align-items: center;
    gap: 20px;
}
footer .socials a i {
	font-size:20px
}
footer .socials a {
    display: flex;
	color:inherit;
	    text-decoration: none;
}
@media (max-width: 991px) {
	.desktop-logo {
	display:none
}
	.mobile-logo {
	display:block;
		        height: 40px;
}
	.details-swiper1 {
		height:100px
	}
	.remove-fav-btn {
    position: absolute;
    right: 15px;
    top: 20px;
    background-color: #ccc;
    border: 0;
    z-index: 9;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
	.search-mobile {
		display:none
	}
	.choice {
		display:none
	}
  .sale-text-wrapper {
    background: linear-gradient(
      180deg,
      rgba(228, 162, 61, 0.5) 0%,
      rgba(228, 162, 61, 0) 100%
    );
    height: 100%;
  }
  .images {
    display: block;
  }
  .left-images,
  .right-images {
    flex-direction: row;
    margin-bottom: 10px;
  }
  .contact-us-form {
    margin-top: 0;
  }
  .about-us {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .search-form {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s;
  }
  form.search-form.active-search {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.4s;
  }

  .search-mobile img {
    width: 30px;
    margin-top: 5px;
  }
  .search-form {
    position: absolute;
    width: calc(100% - 20px);
    top: 69px;
    z-index: 9;
    left: 10px;
    min-width: auto;
  }
  .type-btns a {
    padding: 6px 15px;
  }
  .type-btns {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .favorite-count {
    top: -7px;
    right: -6px;
    height: 17px;
    width: 17px;
  }
  #favorite {
    padding: 7px;
  }
  #offer {
    background: #e4a23d;
    color: white;
    border-radius: 10px;
    padding: 7px 8px;
    font-size: 14px;
    line-height: 23px;
  }
  nav {
    padding: 10px 0;
  }
  .logo img {
    max-height: 50px;
  }
  .navbar-wrapper .col-4 {
    width: auto !important;
  }
  .back-button-wrapper {
    padding: 20px 0;
  }

  .main-wrapper,
  .more-info-wrapper,
  .map-location-wrapper {
    padding: 0 20px;
  }

  .navbar-wrapper form,
  .choice-wrapper {
    margin-bottom: 25px;
  }

  .hidden-search-form {
    display: block;
  }

  .inner-filter {
    height: auto;
    margin-top: 0;
    padding: 15px 11px;
  }

  .objects {
    overflow-x: scroll;
	          overflow-y: hidden;
  }

  .hidden-form-wrapper {
    padding: 0;
  }
  li.favorite-item-heart {
    grid-template-columns: 120px 1fr;
    gap: 15px;
  }
  .fav-img {
    height: 110px;
  }
  .fav-title {
    font-size: 16px;
  }
  .fav-price {
    font-size: 16px;
    margin-top: 5px;
  }
  .choice-wrapper {
    display: block;
  }
  .shitje-image {
    height: 350px;
  }
  .other-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .footer-wrapper {
    flex-direction: column;
  }
  .sale-text-wrapper p {
    font-size: 20px;
  }
  .shitje-image {
    height: 220px;
  }
  .other-inner {
    grid-template-columns: 1fr;
  }
}
.filters {
  position: fixed;
  height: 90%;
  width: 80%;
  left: 50%;
  top: 5%;
  background-color: #fff;
  z-index: 9;
  padding: 0 25px 25px 25px;
  overflow-y: scroll;
  transform: translate(-50%, 0);
  border-radius: 11px;
  box-shadow: 0px 0px 3px 1px rgba(228, 162, 61, 1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.message-input textarea {
  min-height: 100px;
  resize: none;
}
.filters select {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #e4a23d;
	    background-color: #fff;
    height: 47px;
	color:#000
}
.filters::-webkit-scrollbar {
  display: none;
}
.submit-btn {
  padding: 10px 20px;
  background-color: #e4a23d;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  border: 0;
}
select:focus {
  outline: none;
}
.filters.filters-active {
  opacity: 1;
  visibility: visible;
}
.filter-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 5px 0;
  border-bottom: 1px solid #e4a23d;
  margin-bottom: 25px;
  position: sticky;
  top: 0;
  background-color: #fff;
}
.filter-head .close-filterat {
  cursor: pointer;
}
.property-tags {
  padding-left: 0;
  list-style: none;
  display: flex;
  gap: 5px;
  margin-top: 25px;
}
.property-tags li {
  background-color: #f5f5f5;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 11px;
  color: rgb(115, 115, 115);
  white-space: nowrap;
}
.search-form-mobile {
	display:none
}
@media (max-width: 991px) {
	section.single-post-details {
    padding: 20px 0;
}
	.object-name {
    display: grid;
    gap: 15px;
}
	form.search-form.search-form-mobile {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    margin-top: 18px;
    width: 100%;
		display: block;
}
  .filters {
    width: 98%;
    padding: 0 15px 15px 15px;
  }
}
.property-category-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.category-btn {
  background: #fff;
  border: 1px solid #e4a23d;
  padding: 8px 15px;
  cursor: pointer;
  transition: 0.3s;
}

.category-btn.active,
.category-btn:hover {
  background: #e4a23d;
  color: #fff;
  border-color: #e4a23d;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 35px;
    height: 35px;
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--swiper-navigation-color, var(--swiper-theme-color));
    border-radius: 50%;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size:20px
}
@media(max-width:767px){
	.footer-wrapper{
		display:grid;
	  gap:10px
	}
	.right-side-footer {
    display: grid;
    gap: 10px;
}
	.object-info-wrapper p {
line-height:22px;
    -webkit-line-clamp: 3;
}
	.item-1:hover, .item-2:hover, .item-3:hover, .item-4:hover, .item-5:hover, .item-6:hover, .item-7:hover, .item-8:hover, .item-9:hover, .item-10:hover, .item-11:hover {
    transform: scale(1);
}
}