.map-hero-title {
  color: #ffffff;
  font-size: 50px;
  line-height: 140%;
  font-weight: 700;
}

.map-features {
  padding-top: 30px;
  padding-bottom: 50px;
}

.filter-select-wrapper {
  width: 150px;
  position: relative;
}

.filter-select-wrapper > button {
  width: 100%;
  background: #259fd0;
  border-radius: 50px;
  padding: 0px 20px 0px 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  height: 42px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.filter-select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  background-image: url(../images/mi_filter_icon.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  pointer-events: none;
  transform: translateY(-50%);
  width: 40px;
  height: 24px;
}

.default-sorting-wrapper {
  width: 216px;
  position: relative;
}

.default-sorting-wrapper > select {
  width: 100%;
  background: #fff;
  border-radius: 50px;
  padding: 0px 20px 0px 20px;
  color: #333333;
  border: 1px solid #333333;
  font-size: 16px;
  font-weight: 400;
 
  height: 42px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.default-sorting-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  pointer-events: none;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #259fd0;
}

.price-range-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.price-range-list {
  width: 80%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 23px;
}

.price-range-items {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  width: calc(33.33% - 23px);
}

.price-range-items > p {
  color: #333333;
  font-size: 16px;
  letter-spacing: -0.015em;
  font-weight: 600;
}

.price-range-item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 10px;
}

.reset-btn {
  color: #555555;
  font-size: 16px;
  letter-spacing: -0.015em;
  font-weight: 600;
  background: none;
  outline: none;
  border: none;
}

.close-btn {
  color: #555555;
  font-size: 16px;
  letter-spacing: -0.015em;
  font-weight: 600;
  background: none;
  outline: none;
  border: none;
}

/* Hide the default checkbox */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 2px solid #bdbbb2;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
  background-color: #259fd0;
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
  display: block;
}

.custom-checkbox .checkmark::after {
  left: 4px;
  top: -2px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.card-image-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.card-image-wrapper > img {
  width: 100%;
  height: 100%;
}

.card-content-wrapper > p {
  color: #333333;
  font-size: 24px;
  line-height: 150%;
  font-weight: 500;
}

.card-content > p {
  color: #333333;
  font-size: 16px;
  line-height:unset;
  font-weight: 500;
  opacity: 0.5;
}



.price-text {
  color: #9999;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.rate-underlined {
  text-decoration: line-through;
}

.offer-rate {
  color: #F01F24;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
}

.book-now-btn {
  width: 100%;
  border: 1px solid #259fd0;
  padding: 5px 0px 5px 0px;
  border-radius: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: #259fd0;
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.book-now-btn:hover {
  /*background: #259fd0;*/
  color: #259fd0;
}

.book-now-btn.active {
  background-color: #259fd0;
  color: #ffffff;
}

.footer-text-style > h6 {
  color: #ffffff;
  font-size: 26px;
  line-height: 150%;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom:15px;
}

.footer-text-style > p {
  color: #ffffff;
  font-size: 12px;
  line-height: 160%;
  font-weight: 400;
  opacity: 0.8;
  max-width: 260px;
}

.social-media-list a{
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.social-media-list a>span{
  width: 20px;
  height: 20px;
}

.social-media-list a{
  color: #ffffff;
  font-size: 12px;
  line-height: 160%;
  font-weight: 400;
  opacity: 0.8;
}

.social-media-list a:hover{
  color: #ffffff; opacity: 1;
}

.follow-us-title{
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 500;
}



@media (max-width: 1600px) {
  .card-content-wrapper > p {
    font-size: 19px;
  }
}



/* --------------my--style--------- */
.card-content span{ margin-top: -5px;}
.filter-main-rapper{ display: none;}
#filterSection.flex {
  display: flex;
}

.hidden {
  display: none;
}
.card-content{ align-items: center;}

.pagination_ul{ margin: 0; padding: 0; display: flex; flex-wrap: wrap; }

.pagination_ul li{ list-style: none; padding: 10px;}
.pagination_ul li a{ display: flex; flex-wrap: wrap; align-items: center; font-size: 12px; font-weight:400; justify-content: center; width: 38px; height: 38px; border-radius: 100%; border: solid 1px #259fd0; color: #259fd0;} 
.pagination_ul li a.active, .pagination_ul li a:hover { background:#259fd0 ; color: #fff; }
.card-image-wrapper img{ width: 100%; height: 100%; object-fit: cover;}
.card-image-wrapper a{ display: block; width: 100%; }
footer{
  padding: 50px 50px 50px
}



@media (max-width: 1600px) {
  footer{
    padding:27px 5% 35px
  }
  .map-hero-title{    font-size: 32px;}
  .ud-header{ padding-top: 20px !important; padding-bottom: 20px !important;}
  h3 {
    font-size: 23px;
}
}