.property-filter {
  margin-bottom: 56px;
}
.filter-locations label {
  margin-right: 20px;
  cursor: pointer;
}
.filter-row {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.property-card {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
}
.property-single {
  color: #0F507A;
  max-width: 1100px;
  margin: 0 auto;
}
.property-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
.property-title span {
  font-weight: 400;
}
.property-description {
  font-size: 15px;
  line-height: 1.7;
  max-width: 900px;
  margin-bottom: 30px;
}
.property-details {
  column-count: 2;
  column-gap: 40px;
}
.property-icons {
  display: flex;
  gap: 15px;
  margin: 25px 0;
}
.property-icons .icon {
  width: 45px;
  height: 45px;
  background: #0b4f7d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.property-actions {
  display: flex;
  align-items: center;
  gap: 20px 40px;
  margin-bottom: 25px;
}
.action-link {
  color: #0b8fdc;
  font-weight: 600;
  text-decoration: none;
}
.icon-btn {
  color: #0b8fdc;
  text-decoration: none;
  font-weight: 600;
}
.property-location {
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.epl-button-wrapper .epl-floor-plan {
  display: none;
}

/* Results wrapper (important for overlay positioning) */
.property-loader-wrapper {
  position: relative;
}
.property-section .pagination {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.property-section .pagination a {
  color: #fff;
  line-height: auto;
}
/* Loader overlay */
.property-loader {
  display: none;
  position: absolute;
  left: 46%;
  left: calc(50% - 33px);
  /* inset: 0; */
  /* background: rgba(255,255,255,0.8); */
  z-index: 99;
  align-items: center;
  justify-content: center;
}

/* Spinner */
.property-loader .spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #ddd;
  border-top-color: #0a3a67;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Disable clicks while loading */
.loading {
  pointer-events: none;
  opacity: 0.6;
}

/*-single-property-start-*/

body.single-property .page-banner {
  margin-bottom: 70px;
}
body.single-property a.back-link {
  margin-bottom: 15px;
  display: inline-flex;
  color: #11335f;
}
body.single-property .title-meta-wrapper {
  display: flex;
  margin-bottom: 20px;
  margin-top: 10px;
}
body.single-property .title-meta-wrapper h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #0F507A;
}

.single-property .entry-form p{
  color: #13345E;
  font-size: 19px;
}
.single-property  .property-details p,.single-property  .property-details li,.single-property .entry-content p,.single-property .entry-content li{
  font-size: 19px;
  color: #0F507A;
}
.property-actions .epl-floor-plan {
  font-weight: 600;
  font-size: 19px;
  position: relative;
}
.single-property .entry-header .property-details{
  column-count: 1;
}
/*-single-property-end-*/

/*-property-listing-start-*/

.property-section .filter-locations {
  display: flex;
  align-items: start;
}
.property-section .filter-locations label {
  display: flex;
  align-items: start;
  position: relative;
  padding-left: 33px;
  gap: 0;
}

.property-section .filter-locations label input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 !important;
  background: transparent;
  border: none;
  width: 0;
}
.property-section .filter-locations label:has(> input[type="radio"])::before {
  -webkit-appearance: none;
  background-color: #F5F7F9;
  width: 25px;
  height: 25px;
  border: 2px solid #14345D;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0px;
}
.property-section .filter-locations label:has(> input[type="radio"]:checked)::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  border-radius: 50%;
  border: 8px solid #14345D;
}
.property-section .property-filter {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.property-section .property-filter .filter-row > * {
  border-radius: 0;
}
.property-section input#property-search {
  border-color: #14345D;
  color: #14345D;
  background-color: #ffffff;
}

/* archive-property page css start  */
.post-type-archive-property .property-section .results .col-md-4{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.post-type-archive-property .property-filter .filter-row{
	gap: 15px 30px;
}
.property-section .property-filter h2{
  color: #0F507A;
}
.property-section .property-filter p,.property-section .filter-locations label{
  color: #13345E;
}
.epl-blog-image {
  margin-bottom: 50px;
}
.epl-blog-image img {
  height: auto;
    width: auto;
    max-height: 700px;
    max-width: 100%;
    display: flex;
    margin: 0 auto;
}
.property-section #property-type{
  color: #13345E;
  appearance: none;
  background-image: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  font-size: 18px !important;
  padding-right: 20px !important;
  border: 0;
}
.property-section #property-type option:hover{
  background-color: #e6e9ed;
  color: #13345E;
}
.property-section input#property-search{
  font-size: 18px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.property-section input#property-search::-webkit-input-placeholder{color: #13345E;opacity: 1}
.property-section input#property-search::-moz-placeholder{color: #13345E;opacity: 1}
.property-section input#property-search:-ms-input-placeholder{color: #13345E;opacity: 1}
.property-section input#property-search::-ms-input-placeholder{color: #13345E;opacity: 1}
.property-section input#property-search::placeholder{color: #13345E;opacity: 1}
.property-section .blog{
  border-color: #0F507A;
}
.property-section .blog h3 {
  font-size: 28px;
  color: #0F507A;
  -webkit-line-clamp: unset;
}
.property-section .blog p{
  color: #0F507A;
}
.property-section .blog .subtitle{
  font-weight: 400;
  font-size: 22px;
  color: #0F507A;
  margin-bottom: 5px;
}
.wc_custom_sidebar_wapper>:last-child{
  margin-bottom: 0;
}
.blog-cta .img-wrp{
  background-color: #1A9FE0;
}
.blog-cta .img-wrp img{
  object-fit: scale-down;
  object-position: 58% 50%;
}
.property-section .filter-locations label {
  margin-bottom: 10px;
}
.single-property .entry-header,
.single-property .entry-content {
  color: #0F507A;
}
.property-actions .epl-floor-plan .icon {
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 15px;
}
.single-property .entry-form h2,
.single-property .gform_legacy_markup_wrapper .top_label .gfield_label, 
.single-property .gform_legacy_markup_wrapper legend.gfield_label{
  color: #13345E;
}
.single-property .gform_legacy_markup_wrapper .gfield_required{
  color: #13345E;
  margin-left: 2px;
}
.single-property input:not([type=submit]), .single-property  select, .single-property  textarea{
  border-color: #EDF0F5;
  background-color: #EDF0F5;
}
.single-property .gfield_checkbox label {
  font-size: 16px !important;
  color: #13345E;
}
.single-property .epl-property-single input[type="checkbox"]{
  appearance: none !important;
  height: 14px;
  width: 14px !important;
  border: 1px solid #0F507A;
  padding: 0 !important;
  border-radius: 0;
  margin: 0px 5px 0 0;
  position: relative !important;
  top: 2px !important;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}
.single-property .epl-property-single input[type="checkbox"]:checked{
  background-image: url(../images/tick.png);
}
.single-property .epl-property-single input[type="checkbox"]:focus{
  outline: 0 !important;
}
.single-property .epl-property-single input[type="submit"] {
  min-width: 310px;
}
.single-property .gform_legacy_markup_wrapper .top_label select{
  appearance: none;
  background-image: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  color: #13345E;
}
.single-property .top_label li.gfield.gf_right_half{
  padding-left: 15px !important;
  padding-right: 0 !important;
}
.single-property .epl-slider-thumb-container .p{
  width: 140px;
  height: 90px;
}
.single-property .epl-slider-thumb-container .pav .c,
.single-property .epl-slider-thumb-container .c{
  display: none;
}
.single-property .epl-slider-thumb-container .t{
  object-fit: cover;
}
.single-property .epl-slider-thumb-container {
  margin-top: -15px;
}
.single-property .property-actions a:hover img{
  filter: brightness(0) saturate(100%) invert(18%) sepia(22%) saturate(6569%) hue-rotate(177deg) brightness(95%) contrast(98%);
}
.property-section *:focus {
  outline: 0 !important;
}
.epl-property-single .gform_validation_error .gform_fields li.gfield_error.gfield,
.single-property .top_label li.gfield.gf_right_half{
  max-width: unset !important;
}
/* archive-property page css End */

@media only screen and (min-width: 768px) {
  .property-section .blog .btn-wrp{
    bottom: 55px;
  }
  .property-section .blog{
    margin-bottom: 75px;
    height: calc(100% - 75px);
  }
}
@media only screen and (max-width: 1199px) {
  body.single-property .title-meta-wrapper h1{
    font-size: 36px;
  }
  .single-property .property-details p, .single-property .property-details li, .single-property .entry-content p, .single-property .entry-content li,
  .single-property .entry-form p{
    font-size: 18px;
  }
  .property-actions{
    gap: 20px;
  }
  .property-actions .epl-floor-plan{
    font-size: 18px;
  }
  .property-actions .epl-floor-plan .icon{
    height: 24px;
    width: 24px;
  }
  .property-actions .icon-btn img {
    max-width: 24px;
  }
  .property-icons .icon{
    width: 35px;
    height: 35px;
  }
  .property-icons .icon img {
    max-height: 25px;
  }
  .single-property .epl-property-single input[type="checkbox"]{
    top: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .post-type-archive-property .property-section .results .col-md-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .property-filter {
    margin-bottom: 35px;
  }
  .post-type-archive-property .property-filter .filter-row {
    flex-wrap: wrap;
  }
  .property-section .blog h3{
    font-size: 24px;
  }
  body.single-property .title-meta-wrapper h1 {
    font-size: 30px;
  }
  .property-actions {
    flex-wrap: wrap;
  }
  .single-property .top_label li.gfield.gf_right_half {
    padding-left: 0 !important;
  }
  .single-property .epl-property-single input[type="submit"] {
    min-width: auto;
  }
  .property-details {
    column-count: 1;
    column-gap: 20px;
  }
  body.single-property .page-banner {
    margin-bottom: 30px;
  }
  .property-section .blog .subtitle{
    font-size: 19px;
  }
}
.pdf-mode .tab-wrapper {
  margin-bottom: 50px;
}
.pdf-mode .property-single {
  margin: 0 !important;
}
.pdf-mode .col-lg-3,
.pdf-mode .col-lg-9 {
  max-width: 100% !important;
  flex: 100%;
}
.pdf-mode h1 {
  font-size: 25px !important;
  line-height: normal  !important;
}
.pdf-mode h2 {
  font-size: 22px;
  line-height: normal;
}
.pdf-mode .epl-blog-image img {
  max-height: 500px;
}
body.pdf-mode.logged-in {
  margin-top: -35px;
}
body.pdf-mode.single-property .title-meta-wrapper {
  margin-bottom: 0;
}
.pdf-mode .epl-blog-image,
body.pdf-mode.single-property .page-banner {
  margin-bottom: 30px;
}
.pdf-mode .property-single .mt-4 {
  margin-top: 0 !important;
}
.pdf-mode .property-details p {
  margin-bottom: 5px;
}
.pdf-mode .property-actions .epl-floor-plan,
.pdf-mode.single-property .entry-form p,
.pdf-mode.single-property .property-details p, 
.pdf-mode.single-property .property-details li, 
.pdf-mode.single-property .entry-content p, 
.pdf-mode.single-property .entry-content li {
  font-size: 16px;
}

.pdf-mode .bread-cump,
.pdf-mode .site-title,
.pdf-mode #wpadminbar,
.pdf-mode .header-bottom,
.pdf-mode .back-link,
.pdf-mode .logo-text,
.pdf-mode .logo-poster, 
.pdf-mode .entry-form,
.pdf-mode .footer-bottom {
  display: none !important;
}

/* overlay */
.share-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* popup box */
.share-box {
    background: #fff;
    width: 320px;
    border-radius: 10px;
    padding: 15px;
    animation: fadeIn .2s ease;
}

/* header */
.share-header {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 15px;
}

.share-header button {
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
}

/* links */
.share-links {
    display: grid;
    gap: 10px;
}

.share-item {
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    background: #f5f5f5;
}

.share-item:hover {
    background: #e8e8e8;
}

/* animation */
@keyframes fadeIn {
    from {transform: scale(.9); opacity:0;}
    to {transform: scale(1); opacity:1;}
}
