@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --w3ep-primary-color: #0996C2;
    --w3ep-secondary-color: #41AFD2;
    --white-color: #ffffff;
    --black-color: #000000;

}

*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

.w3e-property-main-wrapper {
  padding: 50px 0;
}

/* =====================================
Heading Style
===================================== */
.w3e-property-main-wrapper .section-heading .head-title {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  padding-bottom: 50px;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  color: var(--black-color);
}

.w3e-property-main-wrapper .section-heading .sub-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.4px;
  text-align: left;
  color: #545454;
  padding-bottom: 20px;
  margin: 0;
}
/* =====================================
End Heading Style
===================================== */

.w3e-property-item-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

}

.w3e-property-single-item {
    border-radius: 10px;
    background-color: transparent;
    position: relative;
    width: calc(33% - 10px);
    border: 1px solid rgba(0, 0, 0, 5%) !important;

}

/* =====================================
Start Property Featured Image Style
===================================== */

.w3e-property-single-item .w3e-property-feature-image {
    position: relative;
    height: 186px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.w3e-property-single-item .w3e-property-feature-image .property-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 10px 10px 0px 0px !important;
  transition: .3s linear 0s;
  margin-bottom: -7px;

}

.w3e-property-feature-image {
  overflow: hidden;
}

.w3e-property-single-item:hover .w3e-property-feature-image .property-img {
  transform: scale(1.05);
}

.w3e-property-single-item .w3e-property-feature-image .proterty-icon-group {
  position: absolute;
  top: 0;
  align-items: flex-start;
  padding: 10px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.w3e-property-single-item .w3e-property-feature-image .proterty-icon-group img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
}

.w3e-property-single-item .streched-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.w3e-property-single-item .w3e-property-feature-image .property-image-single-icon {
  position: absolute;
  left: 20px;
  top: 10px;
}

/* =====================================
End Property Featured Image Style
===================================== */


/* =====================================
Start Property Content Style
===================================== */
.w3e-property-content {
    background: var(--white-color);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;

}

.property-ratings {
  display: flex;
  gap: 5px;
  margin-bottom: 12px;
  justify-content: space-between;
  align-items: center;

}

.property-ratings-area {
  display: flex;
  align-items: center;
  gap: 5px;
}

.property-review-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.property-type p {
  color: var(--black-color);
}

.property-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.property-rating p {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--w3ep-secondary-color);
}

.property-ratings p {
  margin: 0;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 100%;
}

.property-exceptional[class] {
  gap: 3px;
}

.property-ratings .property-review {
  color: var(--black-color);
  position: relative;
  line-height: 20px;
  
}

.property-ratings .property-rating {
  position: relative;
  padding-right: 6px;
}

.star-ratings .ratings {
  position: relative;
  padding-right: 6px;
}

.star-ratings .ratings:after  {
  content: "";
  position: absolute;
  background: #CCCCCC;
  height: 10px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  
}

.property-ratings .property-review:before  {
  content: "";
  position: absolute;
  background: #CCCCCC;
  height: 10px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: -6px;
  
}

.w3e-property-single-item .w3e-property-content .property-name {
  line-height: 24px;
  margin-bottom: 3px;

}

.review-score-icon {
  width: 17px;
  height: 17px;
  background: #0996c2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.review-score-icon img {
  position: relative;
  top: -1px;
}

.w3e-property-single-item .w3e-property-content .property-name::first-letter {
  text-transform: uppercase;
}

.w3e-property-single-item .w3e-property-content .property-name a {
  font-size: 17px;
  font-weight: 600;
  line-height: 25.2px;
  color: #101828;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-decoration: none;
  margin-bottom: 10px;

}

.single-post .the-post-content .w3e-property-single-item .property-facilities {
  margin: 0;
  padding: 0 0 16px;
  list-style: none;
}

.w3e-property-single-item .property-location {
  color: var(--w3ep-primary-color);
  font-size: 12px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.w3e-property-single-item .property-facilities {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 0 3px;
}

.w3e-property-single-item .property-facilities > li > p {
  text-decoration: none;
  color: #6B7280;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: left;
  margin: 0;
}

.w3e-property-single-item .property-facilities > li:first-child {
  text-decoration: none;
  color: #6B7280;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16.8px;
  text-align: left;
  margin: 0;
}

.w3e-property-single-item .property-price {
  font-size: 18px;
    font-weight: 700;
    color: var(--w3ep-primary-color);
    margin-top: -3px;
    margin-bottom: 10px;
    display: flex;
    gap: 7px;
    align-items: center;
    border-radius: 5px;
}

.w3e-property-single-item .booking-btn a {
  color: #858585;
  font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    text-align: left;
}

.booking-btn img {
  max-width: 100%;
  max-height: 16px;
  width: auto;
}

.w3e-property-feature-image .booking-btn {
  position: absolute;
  bottom: 10px;
  left: 20px;

}

.w3e-property-feature-image .booking-btn a {
  color: var(--white-color);
}

.w3e-property-feature-image .property-price {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 0 10px;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.star-ratings .star-rating-1:before {
  content: '\2605';
}
.star-ratings .star-rating-2:before {
  content: '\2605\2605';
}
.star-ratings .star-rating-3:before {
  content: '\2605\2605\2605';
}
.star-ratings .star-rating-4:before {
  content: '\2605\2605\2605\2605';
}
.star-ratings .star-rating-5:before {
  content: '\2605\2605\2605\2605\2605';
}

.star-ratings .ratings {
  color: #ffc107;
}

.star-ratings .ratings {
  overflow: hidden;
  margin-bottom: 0;
  display: flex;
  gap: 0;
  position: relative;
  top: -1px;
}

/* =====================================
End Property Content Style
===================================== */


/* =====================================
Property Button Style
===================================== */
.w3e-property-single-item .property-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 8px;
  position: relative;
  justify-content: space-between;

}

.w3e-property-single-item .property-buttons a {
  font-size: 12px;
  line-height: 13.2px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--w3ep-primary-color);
  border: 1px solid var(--w3ep-primary-color);
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 12px 0px 10px;
}

.core-attributes.ellipsis {
  display: flex;
  padding: 6px 0 8px;
}

ul.property-deal-list li {
  display: inline-block;
  color: #4B5563;
  font-size: 11.5px;
  position: relative;
  margin-right: 8px;
}

ul.property-deal-list {
  margin: 0;
  padding-left: 0 !important;
}

p.property-room-size {
  color: #4B5563;
  font-size: 11.5px;
}

ul.property-deal-list li:after {
    content: "";
    background: #95A3B8;
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
}

span.property-room-size__value {
  font-size: 11.5px;
  color: #4B5563;
  padding-left: 10px;
}
.w3e-property-single-item .property-buttons a:last-child {
  background: var(--w3ep-primary-color);
  color: #fff;
}

/* =====================================
End Property Button Style
===================================== */

/* =====================================
Start View all btn Style
===================================== */

.property-view-all {
  text-align: center;
  padding-top: 70px;

}

.property-view-all a {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.4px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #B4B4B4;
  border-bottom: 2px solid #B4B4B4;
  padding: 8px 0;

}

.golf-nearby, .pet-friendly-btn {
  align-items: center;
  top: 12px;
  display: flex;
  height: 31px;
  max-width: 50%;
  position: absolute;
  left: 12px;
  z-index: 3;
}

.golf-nearby[class] p, .pet-friendly-btn p {
  background-color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 30px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  padding: 8px 16px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pet-friendly-btn {
  bottom: 12px;
  right: 12px;
  left: auto;
  top: auto;
}

.pet-friendly-btn p {
  text-transform: capitalize;
  background-color: rgba(57, 59, 68, .4);
  border-radius: 4px;
  padding: 8px 6px;
}

/* =====================================
End View all btn Style
===================================== */

/* =====================================
Start Property Grid Style
===================================== */
.w3e-property-item-wrap.grid-1 .w3e-property-single-item {
  width: calc(100% - 0px);
}
.w3e-property-item-wrap.grid-2 .w3e-property-single-item {
  width: calc(50% - 10px);
}
.w3e-property-item-wrap.grid-3 .w3e-property-single-item {
  width: calc(33.33% - 13.33px);
}
.w3e-property-item-wrap.grid-4 .w3e-property-single-item {
  width: calc(25% - 15px);
}
.w3e-property-item-wrap.grid-5 .w3e-property-single-item {
  width: calc(20% - 16px);
}
.w3e-property-item-wrap.grid-6 .w3e-property-single-item {
  width: calc(16% - 7px);
}
/* =====================================
End Property Grid Style
===================================== */

.pickleball-court-nearby {
  align-items: center;
  bottom: 10px;
  display: flex;
  height: 31px;
  max-width: 100%;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.pickleball-court-nearby p {
  background-color: rgba(0, 0, 0, .6);
  border-radius: 14px;
  color: #F7FF00;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  padding: 5px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 31px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* =====================================
Modern property card UI
===================================== */
.single-post .w3e-activity-section {
  max-width: 1140px;
  margin: 0 auto 44px;
  padding: 34px 46px 46px;
  border-radius: 24px;
  background: #083648;
  color: #fff;
}

.single-post .w3e-activity-section__header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.single-post .w3e-activity-section__title {
  margin: 0 0 4px;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
}

.single-post .w3e-activity-section__header .w3e-activity-section__subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.single-post .w3e-activity-section__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
}

.single-post .w3e-activity-filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.single-post .w3e-activity-filter-btn--all {
  justify-content: center;
  gap: 8px;
}

.single-post .w3e-activity-count {
  margin-left: auto;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.single-post .w3e-activity-item-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
}

.single-post .w3e-activity-single-item {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
  color: #1f2937;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.single-post .w3e-activity-single-item .streched-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.single-post .w3e-activity-card__media {
  position: relative;
  height: 188px;
  overflow: hidden;
  background: #dbe5eb;
}

.single-post .w3e-activity-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-post .w3e-activity-card__icons {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 7px;
}

.single-post .w3e-activity-card__icons span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
/*   background: rgba(255, 255, 255, 0.75); */
  color: #6b7280;
  font-size: 12px;
}

.single-post .w3e-activity-card__badge {
  position: absolute;
  top: 12px;
  right: 10px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.68);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.single-post .w3e-activity-card__body {
  padding: 20px 16px 25px;
}

.single-post .w3e-activity-card__title {
  margin: 0 0 16px;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.18;
}

.single-post .w3e-activity-card__title a {
  color: inherit;
  text-decoration: none;
}

.single-post .w3e-activity-card__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.single-post .w3e-activity-card__score {
  min-width: 38px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #3a5f3e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.single-post .w3e-activity-card__rating strong,
.single-post .w3e-activity-card__rating small {
  display: block;
}

.single-post .w3e-activity-card__rating strong {
  color: #2C4349;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 4px;
}

.single-post .w3e-activity-card__rating small {
  color: #6b7280;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.single-post .w3e-activity-card__body .w3e-activity-card__recommend {
  position: relative;
  margin: 0 0 16px;
  padding-left: 18px;
  color: #2D2D2D !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  line-height: unset !important;
}

.single-post .w3e-activity-card__body .w3e-activity-card__recommend:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 13px;
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f97316;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}

.single-post .w3e-activity-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.single-post .w3e-activity-card__price span,
.single-post .w3e-activity-card__price small {
  display: block;
}

.single-post .w3e-activity-card__price span {
  color: #2D2D2D;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 4px;
}

.single-post .w3e-activity-card__price strong {
  color: #111827;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.single-post .w3e-activity-card__price small {
  color: #8B8B8B;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.05;
  width: 40px;
}
.single-post .w3e-activity-card__price-inner {
  display: flex;
  align-items: center;
  gap: 6px;
}

.single-post .w3e-activity-card__footer  .w3e-activity-card__btn {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: #e34828;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.w3e-property-main-wrapper .heading {
  margin-bottom: 23px;
}

.w3e-property-main-wrapper .heading h2{
  margin-bottom: 4px;
}

.single-post .w3e-activity-card__btn:hover {
  color: #fff;
  background: #cb3b20;
}

.single-post .w3e-activity-filter-btn span {
  position: relative;
  top: -4px;
}

.single-post .single-post .w3e-property-main-wrapper .w3e-activity-show-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.single-post .w3e-activity-show-all:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.w3e-property-item-wrap {
  gap: 18px;
  align-items: stretch;
}

.w3e-property-single-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.w3e-property-single-item.w3e-property-single-item--amenity-overflow {
  overflow: visible;
/*   z-index: 4; */
}

.w3e-property-single-item.w3e-property-single-item--amenity-overflow:focus-within,
.w3e-property-single-item.w3e-property-single-item--amenity-overflow:hover {
/*   z-index: 6; */
}

.w3e-property-single-item .streched-link {
  z-index: 1;
}

.w3e-property-single-item .w3e-property-feature-image {
  height: 200px;
  border-radius: 12px 12px 0 0;
}

.w3e-property-single-item .w3e-property-feature-image .property-img {
  border-radius: 12px 12px 0 0 !important;
  margin-bottom: 0;
}

.w3e-property-single-item .w3e-property-feature-image .proterty-icon-group,
.w3e-property-single-item .w3e-property-feature-image .golf-nearby,
.w3e-property-single-item .w3e-property-feature-image .pickleball-court-nearby {
  display: none;
}

.property-promo-badge {
  position: absolute;
  left: 14px;
  bottom: 13px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: calc(100% - 28px);
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
}

.property-promo-badge--hot {
  background: linear-gradient(90deg, #ff8a2a 0%, #ff4f3d 100%);
}

.property-promo-badge--top {
  background: #f5b81f;
  color: #1f2937;
}

.property-promo-badge--drop {
  background: #ecfdf5;
  color: #047857;
}

.property-promo-badge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
}

.w3e-property-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 16px 16px 14px;
  border-radius: 0 0 12px 12px;
}

.property-ratings {
  margin-bottom: 6px;
}

.property-ratings-area {
  gap: 4px;
}

.star-ratings .ratings {
  top: 0;
  font-size: 13px;
  line-height: 1;
}

.star-ratings .ratings:after {
  display: none;
}

.property-type p {
  color: #475569;
  font-size: 12px;
  font-weight: 500;
}

.w3e-property-single-item .w3e-property-content .property-name {
  margin: 0 0 6px;
  line-height: 1.25;
}

.w3e-property-single-item .w3e-property-content .property-name a {
  margin-bottom: 0;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.22;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}

.w3e-property-single-item .property-location {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  color: #0f8bc0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 3px;
}

.w3e-property-content .property-location .property-location__cat-link {
  text-decoration: none;
  color: #0a84b1;
  font-size: 11px;
}

/* .w3e-property-single-item .property-location:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  border: 2px solid #0f8bc0;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg) scale(0.72);
} */

.w3e-property-single-item .property-location__cat {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 6px;
}

.w3e-property-single-item .property-location__cat-name {
  font-weight: 700;
}

.w3e-property-single-item .property-location__cat-slug {
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
  word-break: break-word;
}

.w3e-property-single-item .property-location__sep {
  color: #94a3b8;
  font-weight: 500;
}

.w3e-property-single-item .property-location__cat-link {
  color: inherit;
  text-decoration: none;
}

.w3e-property-single-item .property-location__cat-link:hover .property-location__cat-name,
.w3e-property-single-item .property-location__cat-link:focus-visible .property-location__cat-name {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.w3e-property-single-item .property-location__cat-link:focus-visible {
  outline: 2px solid #0f8bc0;
  outline-offset: 2px;
  border-radius: 4px;
}

.property-review-area {
  gap: 4px;
  margin-bottom: 6px;
}

.property-review-area p.property-review {
  font-size: 10px;
  color: #6A7282;
  line-height: 15px
}

.property-rating {
  gap: 6px;
}

.property-score-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 22px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #083648;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.property-score-pill img {
  width: 12px;
  height: 12px;
}

.property-score-text {
  color: #083648;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.property-ratings .property-review:before,
.property-ratings .property-rating:before {
  display: none;
}

.property-review-area .property-review {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
}

.core-attributes.ellipsis {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  padding: 0 0 8px;
}

ul.property-deal-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0 !important;
  list-style: none;
  line-height: normal !important;
  background: transparent;
  border: 0;
}

ul.property-deal-list li {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  color: #4B5563;
  font-size: 11px;
  font-weight: 400;
}

ul.property-deal-list li:after {
  content: "\2022";
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0px 2px 0 0px;
  background: transparent;
  color: #94a3b8;
  transform: none;
}

ul.property-deal-list:not(:has(+ .property-room-size)) li:last-child:after {
  display: none;
}

p.property-room-size {
  margin: 0;
  color: #64748b;
  line-height: 22px !important;
}

span.property-room-size__value {
  padding-left: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
}

.w3e-property-single-item .property-facilities {
  gap: 3px;
  padding: 0 0 16px;
}

.w3e-property-single-item .property-facilities > li {
  /* display: inline-flex !important; */
}

.w3e-property-single-item .property-facilities > li.property-facilities__more {
  display: inline-flex !important;
}

.property-facilities__more-host {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 5;
}

.property-facilities__more-btn {
  width: 22px;
  height: 22px;
  min-width: 20px;
  border-radius: 50%;
  border: 1px solid #d6dee9;
  background: #f8fafc;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.property-facilities__more-dots {
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  transform: translateY(1px);
}

.w3e-property-content .property-ratings-area .new-property {
  color: #fff;
  font-size: 11.5px;
  font-weight: 600;
  display: flex;
  background-color: #059669;
  border-radius: 34px;
  padding: 4px 10px;
}

.w3e-property-single-item .property-highlight-area .property-highlight-item {
  position: absolute;
  right: 0;
  font-weight: 600;
  line-height: 14px;
  left: 8px;
  bottom: 8px;
  padding: 6px 13px;
  text-shadow: none;
  font-size: 11px;
  cursor: default;
  display: flex;
  align-items: center;
  max-width: fit-content;
  gap: 6px;
  border-radius: 100px;
  background: linear-gradient(90deg, rgba(243, 74, 51, 1), rgba(200, 61, 42, 1));
  color: #fff;
}

.w3e-property-single-item .property-highlight-area .property-highlight-item.highlight-1 {
  border: 1px solid #ddd6fe;
  background: #f5f3ff;
  color: #7c3aed;
}
.w3e-property-single-item .property-highlight-area .property-highlight-item.highlight-2 {
  background: linear-gradient(90deg, #f97316, #ef4444);
  color: #fff;
}
.w3e-property-single-item .property-highlight-area .property-highlight-item.highlight-3 {
  background: linear-gradient(90deg, rgba(243, 74, 51, 1), rgba(200, 61, 42, 1));
  color: #fff;
}
.w3e-property-single-item .property-highlight-area .property-highlight-item.highlight-4 {
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  color: #78350f;
}
.w3e-property-single-item .property-highlight-area .property-highlight-item.highlight-5 {
  border: 1px solid #a5f3fc;
  background: #ecfeff;
  color: #0e7490;
}
.w3e-property-single-item .property-highlight-area .property-highlight-item.highlight-6 {
  border: 1px solid #fde68a;
  background: #fffbeb;
  color: #d97706;
}

.w3e-property-single-item .property-highlight-area .property-highlight-item.highlight-7 {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #c2410c;
}


.w3e-property-single-item .property-facilities .property-facilities__tooltip {
  position: absolute;
  z-index: 40;
  left: 50%;
  right: auto;
  top: auto;
  bottom: calc(100% + 10px);
  min-width: 300px;
  max-width: min(280px, 70vw);
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
  transform: translateX(-60%);
  display: none !important;
}

.w3e-property-single-item .property-facilities .property-facilities__more-host:hover .property-facilities__tooltip {
  display: block !important;
}

.w3e-property-single-item .property-facilities .property-facilities__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 23px;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #fff;
  filter: drop-shadow(0 -1px 0 #e2e8f0);
  transform: rotate(180deg);
}

ul.property-facilities__tooltip-list {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
  background: transparent;
  border: 0;
}

.property-facilities__tooltip-list > li {
  display: inline-block !important;
  padding: 4px 0;
  color: #475569;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35 !important;
  border-bottom: 0 solid #f1f5f9;
  
}

.property-facilities__tooltip-list > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.property-facilities__tooltip-text {
  display: block;
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.w3e-property-single-item .property-facilities li p {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border: 1px solid #d8e3ef;
  border-radius: 999px;
  background: #f8fbff;
  color: #475569;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.w3e-property-single-item .property-buttons {
  margin-top: auto;
  gap: 14px;
  padding-top: 0;
}

.property-ratings-area .property-type p {
  color: #364153;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.property-location span.property-distance-from-center {
  font-size: 11px;
  color: #6A7282;
  margin-left: 4px;
  text-transform: lowercase;
}

.property-price-area {
  min-width: 0;
}

.property-per-night-area {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #1f2937;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.property-price-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  line-height: 0;
  position: relative;
  z-index: 3;
  flex-shrink: 0;
}

.property-location__icon {
  line-height: 10px;
}

.property-price-info-btn:hover,
.property-price-info-btn:focus-visible {
  outline: none;
}

.property-price-info-btn:focus-visible {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3b82f6;
}

.property-price-info-btn img {
  align-self: center;
  width: 15px;
  height: 15px;
  display: block;
}

.property-price-info-btn__svg {
  display: block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.property-price-info-btn__svg-bg {
  fill: #818998;
}

.property-price-info-btn__svg-ring {
  fill: none;
  stroke: #818998;
}

.property-price-info-btn__svg-mark {
  fill: #ffffff;
}

.property-per-night {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.property-night-bundle-area {
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.property-deal-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.property-parner-logo {
  min-height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.parner-logo {
  max-width: 86px;
  max-height: 17px;
  width: auto;
  height: auto;
}

.parner-logo-text {
  color: #1f2937;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.w3e-property-single-item .property-buttons a.property-btn {
  position: relative;
  z-index: 3;
  min-width: 96px;
  padding: 12px 18px 11px;
  border: 0;
  border-radius: 8px;
  background: #d74120;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.w3e-property-single-item .property-buttons a.property-btn:hover {
  color: #fff;
  filter: brightness(0.96);
}


/* =====================================
Start Responsive Style
===================================== */
@media only screen and (max-width: 480px) {
  .single-post .w3e-activity-section {
    padding: 24px 16px;
    border-radius: 18px;
  }

  .single-post .w3e-activity-section__title {
    font-size: 26px;
  }

  .single-post .w3e-activity-section__toolbar {
    align-items: stretch;
  }

  .single-post .w3e-activity-filter-btn,
  .single-post .w3e-activity-count {
    width: 100%;
  }

  .single-post .w3e-activity-item-wrap {
    grid-template-columns: 1fr;
  }

  .w3e-property-item-wrap .w3e-property-single-item {
      width: calc(100%) !important;
  }
	.w3e-property-single-item .property-facilities .property-facilities__tooltip {
		transform: translateX(-85%);
	}
	.w3e-property-single-item .property-facilities .property-facilities__tooltip::after {
		margin-left: 100px;
	}
}

@media (min-width: 481px) and (max-width: 667px) {
  .single-post .w3e-activity-section {
    padding: 28px 20px;
  }

  .single-post .w3e-activity-item-wrap {
    grid-template-columns: 1fr;
  }

  .w3e-property-item-wrap .w3e-property-single-item {
      width: 100% !important;
  }
}

@media (min-width: 668px) and (max-width: 767px) {
	.w3e-property-item-wrap .w3e-property-single-item {
      width: calc(100% - 10px) !important;
  }
}
@media (min-width: 668px) and (max-width: 991px) {
  .single-post .w3e-activity-item-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  
}

@media (min-width: 768px) and (max-width: 1100px) {
  .w3e-property-item-wrap .w3e-property-single-item {
      width: calc(50% - 10px) !important;
  }
	.w3e-property-single-item .property-facilities .property-facilities__tooltip {
		left: -100%;
	}
	.w3e-property-single-item .property-facilities .property-facilities__tooltip::after {
    margin-left: 56px;
  }
}

@media (min-width: 1280px) and (max-width: 1400px) {
    .w3e-property-single-item .property-facilities .property-facilities__tooltip {
		transform: translateX(-78%);
	}
	.w3e-property-single-item .property-facilities .property-facilities__tooltip::after {
		margin-left: 76px;
	}
}

@media (min-width: 668px) and (max-width: 1100px) {
  .property-ratings-area {
    margin-bottom: 0;

  }

  .property-ratings .property-type {
    margin-bottom: 0;

  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .single-post .pickleball-court-nearby p {
    font-size: 12px;
  }
	
}

@media (min-width: 992px) and (max-width: 1440px) {
  .w3e-property-item-wrap .w3e-property-single-item {
      width: calc(33.33% - 16px);
  }

  .w3e-property-item-wrap.grid-1 .w3e-property-single-item {
    width: calc(33.33% - 16px);
  }
  .w3e-property-item-wrap.grid-2 .w3e-property-single-item {
    width: calc(33.33% - 16px);
  }
  .w3e-property-item-wrap.grid-3 .w3e-property-single-item {
    width: calc(33.33% - 16px);
  }
  .w3e-property-item-wrap.grid-4 .w3e-property-single-item {
    width: calc(33.33% - 16px);
  }
  .w3e-property-item-wrap.grid-5 .w3e-property-single-item {
    width: calc(33.33% - 16px);
  }
  .w3e-property-item-wrap.grid-6 .w3e-property-single-item {
    width: calc(33.33% - 16px);
  }
	
  .w3e-property-single-item .property-facilities li p {
    font-size: 10px;
	padding: 5px 7px;
  }
	.property-per-night-area {
    font-size: 17px;
  }
  .property-night-bundle-area {
    font-size: 11px;
  }
	
}

/* =====================================
End Responsive Style
===================================== */

/* Price Details modal (info icon beside /night) */
body.w3e-property-price-modal-open {
  overflow: hidden;
}

.property-price-modal {
  position: absolute;
  inset: 0;
  z-index: 100050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.property-price-modal.is-open {
  display: flex;
}

.property-price-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(6px);
  border-radius: 12px;
}

.property-price-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}

.property-price-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid #e5e7eb;
}

.property-price-modal__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
}

.property-price-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #64748b;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.property-price-modal__close:hover,
.property-price-modal__close:focus-visible {
  background: #f1f5f9;
  color: #0f172a;
  outline: none;
}

.property-price-modal__body {
  padding: 18px 20px 22px;
}

.property-price-modal__text {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: #374151;
}

.property-price-modal__link {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}

.property-price-modal__link:hover {
  color: #1d4ed8;
}