/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

.memories-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 88px;
}

.memories-gallery img,
.memories-gallery video {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 40px !important;
}

.memories-form label {
  border: 1px solid #a5816a;
  border-style: dashed;
  border-radius: 14px;
  padding: 39px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  margin-bottom: 63px;
  font-family: MV Boli;
  font-weight: 400;
  font-size: 22px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.memories-form p {
  font-family: MV Boli;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #000000;
  margin: 0;
}

.browse-files {
  border: unset !important;
  margin-bottom: 13px;
  margin-top: 23px;
}

.memories-form p.grey-text {
  color: #434343;
}

.drag-drop {
  margin-bottom: 14px;
}

.icon-text p {
  font-family: MV Boli;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #666666;
  margin: 0;
}

.guidelines {
  margin-bottom: 0px;
}

.guidelines h6 {
  font-family: MV Boli;
  font-weight: 400;
  font-size: 26px;
  line-height: 48px;
  text-transform: capitalize;
  color: #000000;
  margin: 0;
  margin-bottom: 15px;
}

.icon-text {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}

.icon-text:last-of-type {
  margin: 0;
}

.itinerary-section {
  margin-bottom: 80px;
}

.itinerary-section:last-of-type {
  margin-bottom: 0px !important;
}

.itinerary-gallery-hidden {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}

@media (max-width: 1024px) {
  .guidelines h6 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .memories-form label {
    margin-bottom: 40px;
    padding: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  button.delete-memory-btn {
    width: 45px !important;
    height: 45px !important;
  }

  .memories-gallery {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
  }

  .itinerary-section {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .memories-form label {
    margin-bottom: 30px;
  }

  .icon-text p {
    font-size: 14px;
  }

  .memories-gallery {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 40px;
  }

  .itinerary-section {
    margin-bottom: 40px;
  }

  .itinerary-gallery-hidden {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  button.delete-memory-btn img {
    width: 20px !important;
  }
}

@media (max-width: 575px) {
  .memories-form label {
    margin-bottom: 20px;
  }

  .itinerary-gallery-hidden {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ----------- */
.itinerary-selector {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.itinerary-selector select:focus {
  outline: none;
  border-color: #4caf50;
  box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}

.gallery-item {
  position: relative;
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Itinerary Tag on Left */
.itinerary-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(76, 175, 80, 0.9);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(5px);
}

/* Delete Button on Right */
button.delete-memory-btn {
  position: absolute;
  top: 20px;
  right: 23px;
  width: 55px;
  height: 55px;
  background-color: #fff;
  color: #ff0000;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

button.delete-memory-btn img {
  width: 45px;
  height: 28px;
  object-fit: scale-down;
}

button.delete-memory-btn:hover {
  background-color: #fff;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

button.delete-memory-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .itinerary-tag {
    font-size: 10px;
    padding: 4px 8px;
    max-width: 100px;
    left: 10px;
    top: 10px;
  }

  button.delete-memory-btn {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
  }

  button.delete-memory-btn img {
    width: 30px;
    height: 20px;
  }
}

/* -------------- */
.epl-listings-layout {
  display: flex;
  gap: 34px;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-image
  .epl-archive-entry-image,
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-image
  .epl-archive-entry-image
  .epl-blog-image,
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-image
  .epl-archive-entry-image
  .epl-blog-image
  img,
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-image
  .epl-archive-entry-image
  a {
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.property-archive-wrapper .epl-listings-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(100% - 658px);
}
.property-archive-wrapper .epl-listings-left .epl-property-blog-entry-wrapper {
  margin: 0;
  box-shadow: unset;
  border: 1px solid #f1efef;
  border-radius: 8px;
  background: #fff;
  padding: 20px 20px 20px 15px;
  display: flex;
  gap: 15px;
  height: 100%;
  align-items: stretch;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-image {
  width: 215px;
  min-width: 215px;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content {
  width: calc(100% - 230px);
}
.epl-property-blog-entry-wrapper .property-content h3.property-title,
.epl-property-blog-entry-wrapper .property-content h3.property-title a {
  margin: 0;
  color: #333333;
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0px;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-location {
  margin: 0;
  color: #333333;
  font-family: Inter;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px 0 21px 0;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-features {
  border-top: 1px solid #f1efef;
  border-bottom: 1px solid #f1efef;
  padding-block: 14px;
  margin: 21px 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-features
  span.feature-item {
  color: #333333;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-direction: row;
  border-right: 1px solid #dedede;
  padding-right: 14px;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .epl-excerpt-content
  p {
  line-height: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-footer
  .property-price {
  font-family: Inter;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #5d5fef;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-footer
  a.btn-details {
  background: #e6f2ee;
  padding: 12px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #057a55;
  font-size: 16px;
  font-family: "Inter";
  font-weight: 600;
  line-height: 100%;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-features
  span.feature-item:last-child {
  border-right: 0;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-footer
  a.btn-details
  span.icon {
  line-height: 12px;
}
.epl-listings-map {
  width: 624px;
  display: block;
  top: 120px;
  height: calc(100vh - 0px);
  position: sticky;
}



#properties-map {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

body.epl-layout-list .epl-listings-left {
  width: 55%;
}

body.epl-layout-list .epl-listings-map {
  display: block;
}

body.epl-layout-grid .epl-listings-map {
  display: none;
}

/* LIST VIEW layout */
body.epl-layout-list .epl-property-blog-entry-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* Image left */
body.epl-layout-list .property-image {
  flex: 0 0 240px;
}

/* Content right */
body.epl-layout-list .property-content {
  flex: 1;
}

/* GRID VIEW remains stacked */
body.epl-layout-grid .epl-property-blog-entry-wrapper {
  display: block;
}

.property-archive-wrapper .epl-properties-sorting {
  display: none;
}

/* property listing fitler css */
.listing-filter-wrapper .filter-field label {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #111111;
}
.listing-filter-wrapper .filter-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.listing-property-filter {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}

.listing-property-filter .filter-field {
  flex: 1;
}

.listing-property-filter select {
    width: 100%;
    padding: 18px 25px 19px 25px;
    border: 1px solid #e4e7e9;
    border-radius: 8px;
    font-size: 14px!important;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #77878f;
    -webkit-appearance: none;
    appearance: none;
    background: url(http://49.249.236.30:3131/willemVan/wp-content/uploads/2026/01/Group-5.png);
    background-position: 96% 23px;
    background-size: 16px;
    background-repeat: no-repeat;
}
.listing-property-filter button.filter-search-btn {
    width: 236px;
}
.listing-property-filter select#listing-location {
    background: url(http://49.249.236.30:3131/willemVan/wp-content/uploads/2026/01/MagnifyingGlass.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 95%;
}
.listing-property-filter button.filter-search-btn:hover {
    background: #000000;
}
.results-header .results-count {
    color: #333333;
    margin: 0;
    font-family: Inter;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    text-transform: capitalize;
}
.results-header {
    margin: 50px 0;
}
.epl-archive-utility-wrapper {
    margin: -84px 0 50px 0;
}
/* property listing fitler end */



/* .property-archive-wrapper.grid-view .epl-listings-map {
    display: none;
}

.property-archive-wrapper.list-view .epl-listings-map {
    display: block;
} */

/* grid view css start here */
.property-archive-wrapper.grid-view .epl-listings-map {
    display: none;
}
.property-archive-wrapper.grid-view .epl-listings-left {
    width: 100%;
}
.property-archive-wrapper.grid-view .epl-listings-left {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 38px 24px;
}
.property-archive-wrapper.grid-view .epl-listings-left .epl-listing-post {
    width: 32%;
}
.property-archive-wrapper.grid-view .epl-listings-left .epl-listing-post .epl-property-blog-entry-wrapper {
    flex-direction: column;
    padding: 0;
    border-radius: 14px;
}
.property-archive-wrapper.grid-view .epl-listings-left .epl-listing-post .epl-property-blog-entry-wrapper .property-image {
    width: 100%;
    min-width: unset;
}
.property-archive-wrapper.grid-view .epl-listings-left .epl-listing-post .epl-property-blog-entry-wrapper .property-content {
    width: 100%;
    padding: 0px 20px 0px 15px;
}
.property-archive-wrapper.grid-view .epl-listings-left .epl-listing-post .epl-property-blog-entry-wrapper .property-image img {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view.my-switch {
    display: inline-block!important;
}
.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view {
    display: none;
}
.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view {display: none;}

.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view.my-switch {
    display: inline-block!important;
}
.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view.my-switch ul li {
    border: 1px solid #BABABA;
    width: 49px;
    height: 49px;
    background: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 1;
    border-radius: 2px;
}

.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view.my-switch ul li span {
    height: 26px;
}
.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view.my-switch ul li span svg {
    width: 26px;
    height: 26px;
}
.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view.my-switch ul {
    display: flex;
    align-items: center;
    gap: 9px;
}
.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view.my-switch ul li.epl-current-view {
    background: #EBECFF;
    border-color: #5D5FEF;
}
.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view.my-switch ul li.epl-current-view span svg path {
    fill: #5D5FEF;
}

/* media screen here */

@media (max-width: 1200px) {

.listing-property-filter button.filter-search-btn {
    padding: 17px 55px 17px 55px;
}
.listing-property-filter select {
    padding: 19px 25px;
}
.property-archive-wrapper .epl-listings-left {
    width: calc(100% - 420px);
}
.epl-listings-map {
    width: 400px;
}
.results-header {
    margin: 30px 0;
}
.epl-archive-utility-wrapper {
    margin: -62px 0 40px 0;
}
.property-archive-wrapper.grid-view .epl-listings-left .epl-listing-post {
    width: 31.9%;
}
.epl-listings-layout {
    gap: 20px;
}
.property-archive-wrapper .epl-listings-left .epl-property-blog-entry-wrapper {
    padding: 15px;
    gap: 10px;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content {
    width: calc(100% - 190px);
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-image {
    width: 180px;
    min-width: 180px;
}
.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view.my-switch ul li {
    width: 40px;
    height: 40px;
}
.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view.my-switch ul li span {
    height: 20px;
}
.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view.my-switch ul li span svg {
    width: 20px;
    height: 20px;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-features {
    margin: 15px 0px;
    gap: 10px;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-features
  span.feature-item {
    gap: 5px;
    padding-right: 5px;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-location {
    margin: 10px 0 10px 0;
    align-items: flex-start;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-footer
  .property-price {
    font-size: 20px;
    line-height: 30px;
}
.property-archive-wrapper.grid-view .epl-listings-left .epl-listing-post .epl-property-blog-entry-wrapper .property-content {
    padding: 0px 10px 0px 10px;
}
.property-tabs-nav nav.tabs-menu {
    gap: 10px;
}
.property-tabs-nav nav.tabs-menu a.tab-link {
    padding: 13px 23px!important;
}
.property-detail-wrapper {
  padding-block: 80px!important;
}
.gallery-grid .gallery-main img {
    height: 400px;
}
.property-tabs-nav nav.tabs-menu {
    gap: 10px!important;
    flex-wrap: wrap;
}
.property-left-main .hero-content-wrap .price-area  span {
    font-size: 20px;
    line-height: 30px;
}
.property-left-main .property-hero-section .hero-content-wrap .title-area h1.property-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
}
.property-detail-wrapper .property-aside-main {
    gap: 20px;
    margin-top: 35px;
}
.property-left-main .content-section .stats-cards {
    gap: 8px;
    margin-top: 15px;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.property-left-main .content-section .stats-cards .stat-card {
    padding: 13px 20px;
    gap: 7px;
}
.section-title {
    font-size: 20px!important;
    line-height: 30px!important;
}
.key-features {
    margin-bottom: 25px!important;
}
.analysis-main-sec .investment-card-analysis {
    padding: 30px 20px;
}
.analysis-main-sec .investment-card-analysis .row {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
}
.flex-col .feature-item-main {
    margin-top: 25px;
    gap: 12px;
}
.flex-col .feature-item-main .feature-item {
    gap: 8px;
    padding: 12px 24px;
}
.key-features.flex-col {
    padding-bottom: 25px;
}
.section-content .description-content, .bg-border {
    margin-bottom: 25px!important;
    padding-bottom: 25px!important;
}
.roi-lock-wrapper .roi-content {
    padding: 20px!important;
}
.roi-stats .stat-box {
    padding: 12px!important;
}
}
@media (max-width: 1024px) { 
  .banner-main-sec {
    padding-block: 110px!important;
    min-height: unset!important;
}
.banner-main-sec h2 {
    font-size: 40px!important;
    line-height: 50px!important;
}
}
@media (max-width: 991px) { 
.listing-property-filter button.filter-search-btn {
    padding: 17px 16px 17px 16px;
    width: 120px;
}
.listing-property-filter {
    gap: 10px;
}
.listing-property-filter select {
    padding: 19px 10px;
}
.listing-property-filter select {
    background-position: 93% 23px;
    background-size: 12px;
}
.property-archive-wrapper.grid-view .epl-listings-left .epl-listing-post {
    width: 49%;
}
.epl-listings-map {
    width: 100%;
    position: unset;
    height: 100%;
}
.property-archive-wrapper .epl-listings-left {
    width: 100%;
}
.epl-listings-layout {
    flex-direction: column;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-image {
    width: 240px;
    min-width: 240px;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content {
    width: calc(100% - 250px);
}
.property-detail-wrapper .property-aside-main {
    flex-direction: column;
}
.property-aside-main .property-left-main, .property-aside-main .property-right-main {
    width: 100%!important;
}
}

@media (max-width: 767px) {
  .property-detail-wrapper {
  padding-block: 50px!important;
}
.banner-main-sec {
    padding-block: 90px!important;
}
.banner-main-sec h2 {
    font-size: 30px!important;
    line-height: 40px!important;
}
.listing-property-filter select {
    padding: 16px 13px 17px 13px;
    font-size: 13px !important;
}
.listing-property-filter .filter-field {
    flex: unset;
    gap: 8px;
    width: 48%;
}
.listing-property-filter {
    flex-wrap: wrap;
}
.listing-property-filter button.filter-search-btn {
    padding: 10px 16px 10px 16px;
    font-size: 14px;
    line-height: 24px;
    width: 48%;
}
.epl-archive-utility-wrapper {
    margin: 0px 0 25px 0;
}
.results-header {
    margin: 15px 0 15px 0;
    display: block;
    width: 100%;
    text-align: center;
}
.results-header .results-count {
    font-size: 18px;
    line-height: 20px;
}
.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view.my-switch ul li {
    width: 35px;
    height: 35px;
}
.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view.my-switch ul li span svg {
    width: 16px;
    height: 16px;
}
.epl-switching-sorting-wrap {
    text-align: center;
}
.epl-switching-sorting-wrap > .epl-tool-switch.epl-switch-view.my-switch ul {
    padding: 0;
}
.property-archive-wrapper .epl-listings-left .epl-property-blog-entry-wrapper {
    padding: 10px;
    flex-direction: column;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-image, .property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content {
    width: 100%;
    min-width: 100%;
}
.property-archive-wrapper .epl-listings-left .epl-listing-post {
    margin: 0;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-location {
    font-size: 14px;
    gap: 3px;
}
.epl-property-blog-entry-wrapper .property-content h3.property-title, .epl-property-blog-entry-wrapper .property-content h3.property-title a {
    font-size: 16px;
    line-height: 24px;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-footer
  a.btn-details {
    padding: 8px 14px;
    gap: 8px;
    font-size: 14px;
    line-height: 24px;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-footer
  .property-price {
    font-size: 18px;
    line-height: 28px;
}
.property-archive-wrapper
  .epl-listings-left
  .epl-property-blog-entry-wrapper
  .property-content
  .property-features
  span.feature-item {
    font-size: 13px;
}

.property-archive-wrapper.grid-view .epl-listings-left .epl-listing-post {
    width: 100%;
    max-width: 100%;
}
.property-archive-wrapper .epl-listings-left .epl-property-blog-entry-wrapper .property-image .epl-archive-entry-image .epl-blog-image img {
    border-radius: 8px;
    width: 100%;
}
.banner-listing-sec h4 {
    font-size: 14px!important;
    line-height: 21px!important;
}
.banner-listing-sec {
    gap: 5px!important;
    margin-top: 8px!important;
}
.property-left-main .content-section .stats-cards {
    flex-wrap: wrap;
}
.property-left-main .property-hero-section .hero-content-wrap .title-area h1.property-title {
    font-size: 18px;
    line-height: 28px;
}
.hero-content-wrap {
    flex-wrap: wrap;
    gap: 5px;
}
.property-detail-wrapper .property-aside-main {
    margin-top: 20px;
}
.content-section .stats-cards .stat-card .stat-info {
    font-size: 14px!important;
    line-height: 24px;
}
.property-left-main .content-section .stats-cards .stat-card {
    padding: 10px 11px;
    gap: 5px;
}
.content-section .stats-cards .stat-card .stat-icon svg, .content-section .stats-cards .stat-card .stat-icon {
    width: 18px;
    height: 18px;
}
.section-title, .roi-lock-wrapper .unlock-box h3 {
    font-size: 18px!important;
    line-height: 28px!important;
}
.analysis-main-sec .investment-card-analysis {
    padding: 15px;
}
.analysis-main-sec .investment-card-analysis .row {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
}
.investment-card-analysis .unlock-btn {
    padding: 9px 12px;
    font-size: 12px;
}
.key-features {
    margin-bottom: 15px!important;
}
.section-content .description-content, .bg-border {
    margin-bottom: 15px!important;
    padding-bottom: 15px!important;
}
.roi-lock-wrapper .unlock-box button.unlock-btn-big {
    padding: 16px 30px 15px 30px;
}
.bg-border .roi-lock-wrapper .unlock-box {
    padding: 10px;
    max-width: 100%;
}
.section-content .description-content {
    margin-top: 15px;
}
.roi-details-card .roi-stats {
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.roi-details-card .roi-stats .stat-box .stat-title, .roi-details-card .roi-section h4, .roi-details-card .roi-stats .stat-box .stat-value {
    font-size: 14px;
    line-height: 21px;
}.roi-stats .stat-box {
    padding: 8px!important;
    flex: unset!important;
}
.roi-lock-wrapper .roi-content {
    padding: 10px!important;
}
.gallery-grid .gallery-main img {
    height: 300px;
}
.property-tabs-nav nav.tabs-menu a.tab-link {
    font-size: 14px!important;
    line-height: 24px!important;
    padding: 11px 14px !important;
}
.roi-section .download-row {
    gap: 8px;
}
.roi-section .download-row button.download-btn {
    padding: 10px 12px;
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
    gap: 4px;
}
.flex-col .feature-item-main .feature-item {
    padding: 10px 14px;
}
.section-content .description-content {
    margin-top: 10px!important;
}
.property-right-main .sidebar-card .cf7-field, .property-right-main .sidebar-card .cf7-submit, .property-right-main .sidebar-card h3.cf7-title {
    padding-inline: 10px!important;
}
.property-right-main .content-section h3.section-title, .property-right-main .sidebar-card h3.cf7-title {
    font-size: 18px!important;
    line-height: 25px!important;
}
.roi-stats .stat-box .stat-title, .roi-section h4 {
    margin-bottom: 4px!important;
}
.property-archive-wrapper .epl-listings-left .epl-listing-post {
    max-width: 100%;
}
}





.epl-listings-map .leaflet-container {
    width: 100%;
    height: 100%;
    min-height: 600px;
    border-radius: 12px;
}




/* status bar on memebership account page */

.membership-progress-bg {
    background-color: #f0f0f0;
    border-radius: 20px;
    height: 12px;
}

.membership-progress-fill {
    background: linear-gradient(90deg, #5c67f2 0%, #7a85ff 100%);
    border-radius: 20px;
    transition: width 0.5s ease-in-out;
}




.roi-blurred-value {
    filter: blur(5px);
    transition: filter 0.5s ease;
    user-select: none; /* Prevents users from highlighting/copying the hidden text */
}

/* Class to remove the blur */
.roi-unlocked {
    filter: blur(0) !important;
    user-select: auto;
}





/* span.wpcf7-not-valid-tip {
    display: none !important ;
} */


/* 1. Fix the error tips under each field (Remove blue background) */
.wpcf7-not-valid-tip {
    color: #dc3232 !important; /* Standard CF7 Red */
    background: transparent !important; /* Removes the blue box */
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

/* 2. Fix the Bottom Response Output (Yellow Box) */
.wpcf7-response-output {
    border: 2px solid #ffb900 !important; /* Yellow Border */
    background-color: rgba(255, 185, 0, 0.1) !important; /* Light Yellow Fill */
    color: #000000 !important; /* Force Black Text so it's not invisible */
    padding: 10px 15px !important;
    margin-top: 20px !important;
    text-align: center;
    font-weight: 600;
}

/* Specific styling for the 'Invalid' state */
.wpcf7-form.invalid .wpcf7-response-output {
    border-color: #ffb900 !important;
}


/* Ensure only the first validation tip is shown per field */
.wpcf7-form-control-wrap .wpcf7-not-valid-tip ~ .wpcf7-not-valid-tip {
    display: none !important;
}



/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: help;
    margin-left: 5px;
}

/* Tooltip text box */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 100;
    bottom: 125%; /* Position above the icon */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
    font-weight: 400;
    text-transform: none; /* Prevents inherit from parent */
}

span.tooltiptext {
    color: #fff!important;
    font-size: 12px!important;
    line-height: 17px!important;
}
/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Show the tooltip on hover */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.um-login .um-field input{
  text-transform: unset !important;
}