/*
Theme Name: Homey Child
Theme URI: http://themeforest.net/user/favethemes/
Author: Favethemes
Author URI: http://themeforest.net/user/favethemes/
Description: Homey is a powerful booking platform that lets you run a residential or commercial
rental business online with no hassle
Version: 1.0.0
Tags: right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: homey
Template: homey
*/


/* Your CSS code goes here
-------------------------------------- */
body{
	margin-top: 10px;
    background-color: unset;
    background: url(/wp-content/uploads/2025/12/bodybg.webp) center 44px no-repeat #f1f1f1;
}
ul {
    list-style-position: outside;
}
.cookies-container {
    background-color: #333333;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: -10px;
    opacity: 0.8;
    position: relative;
    text-align: center;
    top: -10px;
    width: 100%;
    line-height: 26px;
}
.cookies-container input {
    background-color: #706f6f;
    border: 1px solid #706f6f;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    olor: #ffffff;
    cursor: pointer;
    font-weight: 700;
    height: 24px;
    letter-spacing: 1px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.main-content-area{margin-top:0;margin-top:-1px;}
.single-page-article .article-detail.block-body {
    padding: 0;
}
.main-content-area .page-wrap{
	background: #fff;
    padding: 30px 15px;
    margin-bottom: 0;
    border: 1px solid #DDD;
    border-top: 0;
    display: flex;
    gap: 34px;
    position: relative;
    z-index: 0;
}
.main-content-area .page-wrap:after{
    content: "";
    position: absolute;
    bottom: -28px;
    background: url(/wp-content/uploads/2025/12/footer_bg.webp) center bottom no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
}
.main-content-area .article-main{
	flex: 0 0 620px;
    max-width: 620px;
}
.main-content-area .article-main .block{
	background-color:unset;
}
.main-content-area .page-title{display:none;}
.header-nav{
	width:986px;
	margin:0 auto;
	border:1px solid #DDD;
}

/* start search */
.header-nav .top-inner-header{
	position: relative;
    z-index: 1;
}
.header-nav .top-inner-header .wra-search-wrap{
	position: absolute;
	margin-top: -104px;
    right: 8px;
    width: 300px;
    height: 340px;
    background: url(/wp-content/uploads/2025/12/search_bg.webp) left top;
    z-index: 2;
    border-radius: 40px 0px 40px 0px;
}
.wra-banner-title{
	display: flex;
    align-items: center;
	gap:15px;
	margin-left: 34px;
    margin-top: -3px;
}
.wra-banner-title h5.banner-title{
	font-size:26px;
	font-weight:400;
	color: #EEE;
}
.wra-banner-title h5.banner-title span{
	color: #FF5000;
}

.search-buy-tab {
    display: flex;
    justify-content: center;
    margin-left: -30px;
}
.search-buy-tab .btn-buy-tab{
	padding: 0px 20px;
    margin: 0px 2px;
	font-size:20px;
	font-weight:300;
    line-height: 34px;
    background: #444;
    color: #FFF;
    border-radius: 4px 4px 0px 0px;
}
.wra-search-fields-wrap {
    padding: 10px 18px 0;
	display: flex;
    flex-direction: column;
    gap: 8px;
}
.search-category-field,.search-country-field,.search-state-field,.search-city-field,.search-price-field{
	display:flex;
}
.search-price-field .price-range{
	display:flex;
	gap:5px;
}
.search-price-field .price-range .form-control{
	border: 1px solid #444;
    background: #444;
    color: #BBB;
    padding: 2px 6px;
    margin: 0px;
	line-height:1.3;
	border-radius: 0;
	height:auto;
}
.search-price-field .price-range input.form-control::placeholder{
	color: #BBB;
}
.search-category-field label,
.search-country-field label,
.search-state-field label,
.search-city-field label,
.search-price-field label
{
	flex:0 0 84px;
    color: #BBB;
    font-size: 16px;
	font-weight:300;
	margin-bottom:0;
}
.search-category-field .bootstrap-select,
.search-country-field .bootstrap-select,
.search-state-field .bootstrap-select,
.search-city-field .bootstrap-select,
.search-price-field .bootstrap-select
{
	min-height:22px !important;
}
.search-category-field .bootstrap-select .btn,
.search-country-field .bootstrap-select .btn,
.search-state-field .bootstrap-select .btn,
.search-city-field .bootstrap-select .btn,
.search-price-field .bootstrap-select .btn
{
	border: 1px solid #444;
    background: #444;
    color: #BBB;
    padding: 2px 6px;
    margin: 0px;
	line-height:1.3;
	border-radius: 0;
}
.search-category-field .bootstrap-select .btn-default.dropdown-toggle:active,.search-category-field .bootstrap-select .btn-default.dropdown-toggle:focus{
	background-color:#444 !important;
	border-color: unset !important;
	border:0;
}
.search-country-field .bootstrap-select .btn-default.dropdown-toggle:active,.search-country-field .bootstrap-select .btn-default.dropdown-toggle:focus{
	background-color:#444 !important;
	border-color: unset !important;
	border:0;
}
.search-state-field .bootstrap-select .btn-default.dropdown-toggle:active,.search-state-field .bootstrap-select .btn-default.dropdown-toggle:focus{
	background-color:#444 !important;
	border-color: unset !important;
	border:0;
}
.search-city-field .bootstrap-select .btn-default.dropdown-toggle:active,.search-city-field .bootstrap-select .btn-default.dropdown-toggle:focus{
	background-color:#444 !important;
	border-color: unset !important;
	border:0;
}
.open > .btn-default.dropdown-toggle{
	border-color:unset;
	border:0;
}
.open > .btn-default.dropdown-toggle:hover{
	background-color:#444;
	border-color:unset;
	border:0;
}
.search-button{
	display: flex !important;
    justify-content: center;
    margin-left: 29px;
    width: auto !important;
}

.search-button .btn-primary{
	height: 36px !important;
    line-height: 1;
    text-align: center;
    color: #FFFFFF !important;
    font-size: 22px !important;
    cursor: pointer;
    border-right: 1px solid #FF5000;
    border-left: 1px solid #FF5000;
    border-top: none;
	border-radius:0;
    border-bottom: none;
	font-weight:300;
}
.bootstrap-select .dropdown-menu{
	background-color:#444;
	
}
.bootstrap-select.btn-group .dropdown-menu a{
	padding: 4px 6px;
}
.bootstrap-select .dropdown-menu li a span.text {
	color:#bbb;
}
.bootstrap-select.btn-group .dropdown-menu a:hover{
	background-color:#1b75d0 !important;
}
.bootstrap-select.btn-group .dropdown-menu .active a{
	background-color:#1b75d0 !important;
}
/* end search */

.header-inner{
	display:flex;
	flex-direction:row;
	align-items:center;
	gap:15px;
}
.header-nav .header-comp-logo{
	padding:0;
}
.header-comp-slogan-part .top-slogan{margin-bottom:0;}
.header-comp-slogan-part .top-slogan li{
	font-weight: 400;
    color: #9d9d9d;
    display: block;
    font-size: 18px;
	text-align:center;
}
.header-type-2 .header-nav .top-inner-header .header-inner{margin-bottom:8px;}
.header-type-2 .header-nav .top-inner-header,.header-type-2 .header-nav .bottom-inner-header{
	border-bottom:0;
}

.bottom-inner-header .header-inner .header-comp-nav nav {
    display: block;
    margin-top: 10px;
    background: url(/wp-content/uploads/2025/12/menu_bg.png) left top repeat;
}
.bottom-inner-header .header-inner .header-comp-nav nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.bottom-inner-header .header-inner .header-comp-nav nav ul li a{
	background-color:unset;
	position:relative;
	color: #BBB;
    text-decoration: none;
    line-height: 39px;
    padding: 0px 36px 0px 37px;
}
.bottom-inner-header .header-inner .header-comp-nav nav ul li a:hover{
	color: #EEE;
}
.bottom-inner-header .header-inner .header-comp-nav nav ul li a:after{
	content:"";
	position:absolute;
	right:0;
	width: 100%;
    height: 100%;
	background: url(/wp-content/uploads/2025/12/menu_sep.png) left top no-repeat;
}
.home_sep {
    clear: both;
    width: 662px;
    height: 24px;
    background: url(/wp-content/uploads/2025/12/home_sep.webp) left top no-repeat;
    margin: 20px 0px;
}
.wra-prop-thumb{
	position: relative;
    z-index: 1;
    margin: 3px;
    overflow: visible !important;
	padding: 3px;
    border: 1px solid #DDD;
	border-radius:0 !important;
}
.wra-prop-thumb a img{
	height:130px;
}
.wra-prop-thumb .label-wrap.top-left {
    left: -4px;
    width: 30%;
    top: -4px;
}
.wra-prop-thumb a.hover-effect:hover img{
transform:inherit;
}
/* start contactus page */
/* Wrapper */
.cf7-contact-wrapper {
  max-width: 500px;
}
/* Label + Input Row */
.cf7-row{
	margin-bottom:10px;
}
.cf7-row p{
  display: flex;
  align-items:start;
  gap:15px;	
  margin-bottom: 20px;
}

/* Labels */
.cf7-row label {
  font-weight: 300;
  margin-bottom: 0;
  font-size:18px;
  margin-top:6px;	
	width: 140px;
  color: #151515;
}

/* Inputs */
.cf7-input,
.cf7-textarea,
.wpcf7-form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 18px;
  box-sizing: border-box;
  font-weight: 300;
}
.wpcf7-form-control-wrap{
	width:300px;
}
.wpcf7-form-control-wrap.recaptcha .wpcf7-form-control iframe{
   float: left;
}
.wpcf7-form .cf7-row .g-recaptcha {
    margin-top: 0;
    padding: 0;
    border: 0;
}

/* .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	width:300px;
} */
/* Textarea */
.cf7-textarea {
  height: 150px;
  resize: vertical;
}

/* reCAPTCHA Box */
.cf7-row .grecaptcha-badge,
.cf7-row .g-recaptcha {
  margin-top: 10px;
}

/* Submit Button */
.wpcf7-submit {
  background: #ff6600;
  color: #fff;
  padding: 10px 25px;
  font-size: 22px; 
  line-height:1;
  border-radius:0;	
  font-weight:300;	
  border: none;
  cursor: pointer;
  display: inline-block;
  width: auto;
  height:40px;
}

.wpcf7-submit:hover {
  background: #e95c00;
}

/* Contact Form 7 Success Message Styling */
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #28a745 !important;
  color: #ffffff !important;
  border: 1px solid #28a745 !important;
  padding: 12px 15px;
  margin: 15px 0;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
}

.wpcf7-response-output.wpcf7-mail-sent-ok::before {
  content: "✓ ";
  font-weight: bold;
  margin-right: 5px;
}

.cf7-submit-row{
	padding-left: 170px;
}

.wra-contactus-form-section {
    padding-left: 10px;
    clear: both;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #DDD;
}

.cf7-contact-wrapper .contactus-title h2{
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 400;
    color: #151515;
}
/* end contactus page */

.benefitslist ul li{
	font-size:13px;
}
/* start footer */
.footersection a.footer-link{
	text-decoration:underline;
	color:#333333 !important;
	margin:0 4px;
}
.footersection span.divider{
	margin-left:4px;
}
/*end footer*/

/*start sidebar*/
.wra-sidebar {
    padding-left: 0;
    flex: 0 0 300px;
    max-width: 300px;
}
.wra-sidebar .widget{
    padding: 0;
    margin-bottom: 20px;
}
/*end sidebar*/

/*start propertygrid homepage*/
.wra-property-listinggrid .property-item .media-body .title a{
	white-space: inherit;
    overflow: inherit;
    -o-text-overflow: inherit;
    text-overflow: inherit;
}
.wra-property-listinggrid .property-item .media-body .title a:hover{
	color:#FF5000;
}

.listing-page.listing-page-full-width .listing-wrap.item-grid-view > .row {
    grid-gap: 0px 15px !important;
}

.listing-page.listing-page-full-width .listing-wrap.item-grid-view > .row .item-grid-view .property-item .item-body .item-title-head .title-head-left h2.title {
    font-size: 17px;
}
/*end propertygrid homepage*/

/*start discover propertylisting page*/
.wr-listing-title{
    color: #151515;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 30px;
}
.wr-none-found .not-found{
    color: #151515;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 0;
    line-height: 50px;
}
.wra-sort-wrap{
    background: #EEE;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 30px;
    height: 40px;
    padding: 3px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wra-sort-wrap .number-of-listings{
    line-height: 24px;
    color: #818181;
    font-size: 15px;
    font-weight: 300;
    padding: 0;
}
.wra-sort-wrap  .wra-sort-tool-right{
    display: flex;
    align-items: center;
    gap: 20px;
}
.wra-sort-wrap .sort-label{margin-bottom: 0;}
.wra-sort-wrap .sort-label strong{
    line-height: 24px;
    color: #818181;
    font-size: 15px;
    font-weight: 300;
    padding: 0;
}
.wra-sort-wrap  .list-inline li strong{
line-height: 24px;
    color: #818181;
    font-size: 15px;
    font-weight: 300;
}
.wra-sort-wrap .show-map-link{
    line-height: 24px;
    color: #818181;
    font-size: 15px;
    font-weight: 300;
    padding: 0;
    text-decoration: underline;
}
.wra-property-item-v1{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #DDD;
}
.wra-property-item-v1.item-wrap .media{
    align-items: start;
    gap: 15px;
}
.wra-property-item-v1.item-wrap .media .media-left {
    padding-right: 0;
    flex: 0 0 176px;
    max-width: 176px;
}
.wra-property-item-v1.item-wrap .media .media-left .item-media-thumb {
    width: 176px;
    max-height: 130px;
}
.wra-property-item-v1.item-wrap .media .item-body{
flex: 0 0 428px;
    max-width: 428px;
    padding-left: 0;
    width: 100%;
    height: inherit;
}
.wra-property-item-v1.item-wrap .media .item-body .item-title-head h3.title a{
    color: #F55000;
    text-decoration: underline;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px;
    white-space: normal;
}
/*.wra-property-item-v1.item-wrap .media .item-title-head .item-price-display{
    text-align: right;
}*/
.item-list-view .item-wrap .item-body .item-title-head .item-price-display .item-price{
    color: #151515;
    font-size: 20px;
    font-weight: 300;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 3px;
/*    margin-left: 336px;*/
}
/*.item-list-view .item-wrap .item-body .item-title-head .wra-private-negotiation-txt .item-price{*/
    /* font-size: 20px; */
/*    margin-left: 322px;*/
/*}*/
.item-list-view .item-wrap .item-body .item-title-head .item-price-display .item-price sup{
    top: 0;
    font-size: 27px;
    font-weight: 300;
}
.wra-property-item-v1.item-wrap .media .item-body .item-description p{
    color: #666666;
    font-size: 13px;
    font-family: Arial;
    line-height: 18px;
    margin-bottom: 0;
}
.wra-property-items-meta{
    display: flex;
    gap: 30px;
    padding: 8px 0;
}
.item-amenities{
    padding-left: 20px;
    border-left: 1px dotted #AAA;
}
.item-list-view nav ul.pagination{
    display: flex;
    align-items: center;
/*    padding-left: 50px;*/
    justify-content: center;
}
.item-list-view nav ul.pagination li a{
    list-style: none;
    display: block;
    margin: 0 4px;
     padding: 0px 8px;
     border-radius: 4px;
     font-size: 17px;
    font-weight: 300;
    line-height: 24px;
    border: 1px solid #DDD;
    background: #EEE;
    color: #616161;
     height: inherit;
    width: inherit;
}
.item-list-view nav ul.pagination li a i{
    font-size: 10px;
}
.item-list-view nav ul.pagination li  {
   margin: 0;
}
.item-list-view nav ul.pagination li.active a{
    background: #556270;
    border: 1px solid #DDD;
      display: block;
    margin: 0 4px;
     padding: 0px 8px;
     border-radius: 4px;
    font-size: 17px;
    font-weight: 300;
    line-height: inherit;
    height: inherit;
    width: inherit;
    color: #EEE;
}
.item-list-view nav ul.pagination li a:hover{
    background: #DDD;
}
.item-list-view nav ul.pagination li.active a:hover{
    background: #556270;
}
/*end discover propertylisting page*/

/*Single Property Details Page Css */
.breadcrumb{
 line-height: 1;
 color: #151515;
 padding-bottom: 20px;
 background: url(/wp-content/uploads/2025/12/breadcrumb-divider.webp) -40px bottom no-repeat;
}
 .breadcrumb li{
   font-family: Arial !important;
    font-size: 11px;
    color: #151515;
    font-weight: 300;
    line-height: 1;
 }
 .breadcrumb li:after{
    padding-left: 4px;
 }
  .breadcrumb li a{
    font-family: Arial !important;
    color: #FF5000;
    text-decoration: underline;
  }
 .breadcrumb>.active{
    color: #151515;
    font-weight: 300;
 }
/* Single Listing Page Custom Header Styles */
.wra-custom-header .property-header-image-wrapper {
    position: relative;
    overflow: hidden;
}

.wra-custom-header .property-header-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height: 500px;
    position: relative;
}

.wra-header-container {
    position: relative;
    height: 100%;
}

.wra-header-col {
    position: relative;
    height: 100%;
}

.wra-custom-header .property-header-gallery-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

.wra-site-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}

.wra-site-label {
    background: rgba(0,0,0,0.6);
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
}

.wra-site-name {
    background: rgba(255,215,0,0.9);
    padding: 10px 20px;
    border-radius: 4px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
}

.wra-property-stats {
   /* position: absolute;
    top: 575px;
    right: 620px;*/
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.property-header-image{
    display: flex;
    gap: 4px;
}
.property-header-image img{
    width: 506px;
    height: 380px;
}

.wra-stat-box {
    background: #D1D1D1;
    height: 92px;
    padding: 10px;
    text-align: center;
    width: 110px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*.wra-stat-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}*/

.wra-stat-value {
    font-size: 37px;
    font-weight: 300;
    color: #151515;
    line-height: 1;
}

.wra-stat-label {
    font-size: 15px;
    color: #151515;
    font-weight: 300;
    line-height: 1;
}

/* Property Gallery Section */
.wra-property-gallery-section {
    background: #f5f5f5;
    padding: 20px 0;
}

.wra-gallery-thumbnails {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
}

.wra-gallery-thumbnails::-webkit-scrollbar {
    height: 6px;
}

.wra-gallery-thumbnails::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 3px;
}

.wra-gallery-thumbnails::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 3px;
}

.wra-gallery-thumbnails::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.wra-gallery-thumb {
    flex-shrink: 0;
    width: 150px;
    height: 100px;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.wra-gallery-thumb:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    border-color: #FFD700;
}

.wra-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Single Listing Page Custom Header Styles */
/* .wra-single-property-detail-pg .page-wrap .content-area {
    width: 880px;
} */
.wra-single-property-detail-pg .page-wrap .content-area .block {
    border-bottom: 0px;
}
.wra-single-property-detail-pg .page-wrap .content-area .block .block-body {
    padding: 0px;
}

.wra-single-property-detail-pg .page-wrap .content-area .block .block-body h1.listing-title{
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    color: #151515;
    width: 100%;
}

/*.wra-single-property-detail-pg .page-wrap .wra-property-header-image-wrapper .property-header-image img {
    width: 506px;
}*/

/* Property Gallery Styles - Matching Old Site */
.property-gallery {
    position: relative;
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 2px;
    width: 506px;
}

.property-gallery .prev,
.property-gallery .next {
    width: 48px;
    height: 81px;
    min-width: 48px;
    min-height: 81px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    position: relative;
    flex-shrink: 0;
    transition: opacity 0.3s ease;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}

.property-gallery .prev:hover,
.property-gallery .next:hover {
    opacity: 0.8;
}

.property-gallery .prev {
    background: url('/wp-content/themes/homey-child/assets/imgs/pg_arrows.png') no-repeat #CCC;
    background-position: 0 -81px;
    background-size: 48px 162px;
    background-position: 0px -100px;
}

.property-gallery .next {
    background: url('/wp-content/themes/homey-child/assets/imgs/pg_arrows.png') no-repeat #CCC;
    background-position: 0 0;
    background-size: 48px 162px;
    background-position: 0px 21px;
}

.property-gallery .prev.disabled,
.property-gallery .next.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

#property-gallery-container {
    flex: 1;
    overflow: hidden;
    position: relative;
}

#property-gallery-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    /* gap: 8px; */
    transition: left 0.3s ease;
    position: relative;
}

#property-gallery-container ul li {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

#property-gallery-container ul li a {
    display: block;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease;
    position: relative;
    text-decoration: none;
}

#property-gallery-container ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FF5000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

#property-gallery-container ul li a:hover {
    /* border-color: #FF5000; */
    transform: scale(1.05);
}

#property-gallery-container ul li a:hover::after {
    transform: scaleX(1);
}

#property-gallery-container ul li a img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    display: block;
}

/* About Section Styles - Matching Old Site Layout */
.wra-single-property-detail-pg .page-wrap .content-area .wra-about-section .block-body {
    display: flex;
    border-top: 1px solid #DDD;
    /* padding: 20px 0; */
    /* gap: 5px; */
    border-bottom: 1px solid #DDD;
}

/* Remove ::before and ::after pseudo-elements from block-body */
.wra-single-property-detail-pg .page-wrap .content-area .wra-about-section .block-body::before,
.wra-single-property-detail-pg .page-wrap .content-area .wra-about-section .block-body::after {
    display: none !important;
    content: none !important;
}

/* Contacts Message Section Styles */
.wra-single-property-detail-pg .page-wrap .content-area .wra-contacts-msg-section {
    background: #FF5000;
    color: #ffffff;
    margin: 10px 0px;
}

.wra-single-property-detail-pg .page-wrap .content-area .wra-contacts-msg-section .msg-text {
    padding: 10px 10px;
    font-size: 19px;
}

.wra-single-property-detail-pg .page-wrap .content-area .wra-contacts-msg-section .msg-text a {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

/* Left Column - Main Content */
.wra-about-listing-content {
    flex: 1;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wra-about-listing-content h3{
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #333333;
}
.wra-about-listing-content p {
    color: #333333;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 22px;
    font-weight: 300;
}

.wra-about-listing-content p:first-child {
    margin-top: 0;
}

.wra-section-title {
    color: #151515;
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 15px 0;
    line-height: 1.4;
}

.wra-key-facts-section {
    margin: 30px 0;
}

.wra-key-facts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wra-key-facts-list li {
    color: #151515;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-weight: 300;
}


.wra-key-facts-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #151515;
    font-weight: 600;
    font-size: 18px;
}

.wra-availability-section {
    margin: 30px 0;
}

.wra-availability-content {
    color: #151515;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}

.wra-availability-content p {
    margin-bottom: 10px;
    color: #151515;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}

.wra-keywords-section {
    margin: 30px 0 0 0;
    padding-top: 20px;
}

.wra-keywords {
    color: #666;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    font-weight: 300;
}

/* Right Column - Sidebar Options */
.wra-single-property-detail-pg .page-wrap .content-area .wra-about-section .block-body .wra-about-listing-options {
    flex: 0 0 200px;
    max-width: 300px;
    padding-left: 20px;
    border-left: 1px solid #DDD;
}

.wra-about-listing-options ul {
    list-style: none;
    /* padding: 0; */
    margin: 0;
    padding: 20px 0px 20px 0px;
}

.wra-about-listing-options ul li {
    padding: 6px 10px;
    margin: 2px 0px;
    background: #EEE;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #666;
}
.wra-about-listing-options li:nth-child(2n) {
    background: #FFF;
}
.wra-about-listing-options ul li:last-child {
    margin-bottom: 0;
}

.wra-download-brochure-section {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.wra-download-brochure-section .wra-download-brochure-btn .wra-download-brochure-icon{
    width: 200px;
}

.wra-single-property-detail-pg .container .page-wrap .content-area #map-section {
    margin-top: 20px;
}

.wra-about-listing-content .wra-item-price-display {
    margin-top: 25px;
    font-size: 34px;
    display: block;
    float: left;
    background-color: #666;
    color: #FFF;
    padding: 10px 15px 15px;
    border-radius: 5px;
}

/* start event single page */
.page-wrap .wra-event-single-body-wrapper {
    padding: 0;
}
/* end event single page */

/* Responsive Styles */
@media screen and (min-width: 1020px){
    .container{
    width:986px;
    padding:0 10px;
}
    .main-content-area .container {
    width: 986px;
    padding:0;
}
}
 @media screen and (min-width: 992px) and (max-width: 1020px) {
    .container{
        width:986px;
    }
    .main-content-area .container {
         width:986px;
         padding:0;
    }
}
@media (max-width: 991px) {
    body{
        background: unset;
    }

    .main-content-area .page-wrap{
        flex-direction: column;
    }
    .main-content-area .article-main {
        flex: 0 0 100%;
        max-width: 100%;
    }
   .wra-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header-nav{
        width: 750px;
        background-color:unset !important;
        border: 0;
    }
    .header-nav .container .row{
        margin-left: 0;
        margin-right: 0;
        padding: 0 15px;
        background-color: #fff;
    }
    .header-nav .container .row .col-xs-10,.header-nav .container .row .col-xs-2{
        padding: 0;
    }
    .header-inner-slider {
        background-color: #fff;
        padding: 0 15px;
    }
    .main-content-area .page-wrap{
        border: 0;
    }
    .main-content-area .page-wrap:after{
        bottom: -18px;
        background-size: contain;
    }
    .mobile-logo img{
        width: 170px !important;
        height: auto !important;
    }
    .header-mobile .btn-mobile-nav{
        padding: 0;
        height: auto;
    }
    .mobile-search-btn {
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
    }
    .mobile-search-btn .wra-search-img {
        display: block;
    }
    .mobile-nav-wrap{
        top: 30%;
        left: 0;
        width: 750px;
        margin: 0 auto;
        padding: 0 15px;
        background-color:unset;
    }
    .nav-dropdown.navbar-collapse{
        background: url(/wp-content/uploads/2025/12/menu_bg.png) left top repeat;
        background-size: contain;
    }
    .mobile-nav-wrap li{
        border-bottom: 1px solid #6b6b6b;
    }
    .mobile-nav-wrap a{
        padding: 15px;
        color: #BBB;
    }
    .mobile-nav-wrap a:hover{
        color: #EEE;
    }
    .header-mobile-wrap{
        position: relative;
        z-index: 1;
    }
    .wra-banner-title h5.banner-title{
        font-size: 22px;
    }
    .header-mobile-wrap .wra-search-wrap{
        position: absolute;
        margin-top: -54px;
        right: 70px;
        width: 265px;
        height: 320px;
        background: url(/wp-content/uploads/2025/12/search_bg.webp) left top;
        z-index: 2;
        border-radius: 40px 0px 40px 0px;
        /* Hide by default on mobile, show when collapsed is toggled */
        display: none;
    }
    /* Show search wrap when collapse is toggled (has .in class) on mobile */
    .header-mobile-wrap .wra-search-wrap.collapse.in {
        display: block !important;
        margin-top: 0;
    }
     .header-mobile-wrap .wra-search-wrap .wra-banner-title img{
        width: 40px;
     }
     .header-mobile-wrap .wra-search-wrap .search-banner-mobile form .search-buy-tab{margin-left: 0;}
     .header-mobile-wrap .wra-search-wrap .search-banner-mobile form .search-buy-tab .btn-buy-tab{
        font-size:16px;
     }
     .header-mobile-wrap .wra-search-wrap .search-banner-mobile form .wra-search-fields-wrap .search-button{
        margin-left: 49px;
     }
     .header-mobile-wrap .wra-search-wrap .search-banner-mobile form .wra-search-fields-wrap .search-button .btn-primary{
            font-size: 16px !important;
     }
}

/* Hide mobile search icon at 768px and above */
@media (min-width: 768px) {
    .mobile-search-btn {
        display: none !important;
    }
    /* Ensure search wrap is always visible at 768px and above, regardless of collapse state */
    .header-mobile-wrap .wra-search-wrap.collapse,
    .header-mobile-wrap .wra-search-wrap.collapse.in,
    .header-mobile-wrap .wra-search-wrap.collapse.show {
        display: block !important;
/*        height: auto !important;*/
        overflow: visible !important;
        visibility: visible !important;
    }
}


@media (min-width: 768px) and (max-width: 991px){
    .wra-sidebar{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 20px;
    }
    .wra-sidebar .widget{
        margin-bottom: 0;
    }
    .listing-page.listing-page-full-width .listing-wrap.item-grid-view > .row{
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
     .container{
        width: 750px;
    }
     body{
        background: unset;
    }

    .main-content-area .page-wrap{
        flex-direction: column;
    }
    .main-content-area .article-main {
        flex: 0 0 100%;
        max-width: 100%;
    }
   .wra-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .item-list-view .item-wrap .media{
        display: flex;
    }
    .wra-property-item-v1.item-wrap .media .item-body{
        flex: 0 0 500px;
        max-width: 500px;
        padding: 0;
    }

    .property-gallery .prev,
    .property-gallery .next {
        width: 25px;
        height: 25px;
    }

    .wra-custom-header .property-header-image {
        min-height: 400px;
    }
    .property-header-image img{
        width: 606px;
        height: 390px;
    }
    .property-gallery{
        width: 606px;
    }

    .wra-site-overlay {
        position: relative;
        top: auto;
        left: auto;
        margin: 15px;
        text-align: center;
    }

    .wra-gallery-thumb {
        width: 120px;
        height: 80px;
    }

    .wra-about-listing-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .wra-about-listing-options {
        flex: 1;
        max-width: 100%;
        padding-left: 0;
        border-left: none;
        border-top: 1px solid #DDD;
        padding-top: 30px;
    }
}

@media (max-width: 767px){
     .container{
        width: 100%;
    }
    #section-body{
        overflow-y: hidden;
    }
    .header-nav{
        width: 100%;
    }
    .mobile-nav-wrap{
        width: 100%;
    }
    .mobile-logo{min-height: inherit;line-height: 1;}
     .mobile-logo img{
        width: 130px !important;
    }
    .mobile-nav-wrap{
        top: 25%;
    }
    .wra-search-wrap-mobile{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header-mobile-wrap{
        position: inherit;
        z-index: 0;
    }
     .wra-prop-thumb a img{
        height: inherit;
        width: 100%;
    }
    .wra-sidebar{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
     .wra-property-listinggrid .listing-page.listing-page-full-width .listing-wrap.item-grid-view > .row{
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 20px;
    }
    .wra-property-listinggrid .listing-page.listing-page-full-width .item-wrap{
        margin-bottom: 0;
    }

    .wra-prop-thumb a img{
        height: inherit;
        width: 100%;
    }
    .wra-property-listinggrid .module-wrap{
        margin-bottom: 10px;
    }
    .item-list-view .item-wrap .media{
        flex-direction: column;
    }
    .wra-property-item-v1.item-wrap .media .media-left,
    .wra-property-item-v1.item-wrap .media .item-body
    {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wra-property-item-v1.item-wrap .media .media-left .item-media-thumb {
        width: 100%;
        max-height: 100%;
    }
    .event-manager-pagination ul.page-numbers{
        display: flex;
        justify-content: center;
    }
    .property-header-image{
        flex-direction: column;
    }
    .property-header-image img {
        width: 100%;
        height: auto;
    }
    .wra-property-stats{flex-direction: row;}
    .wra-stat-box{width: inherit;flex-grow: 1;display: flex;flex-direction: column;justify-content: center;}
    .property-gallery {width: 100%;}
    .main-content-area .page-wrap:after{
        bottom: -8px;
    }
}

@media (max-width: 574px) {
    .cf7-row p{
        flex-direction: column;
        gap: 0;
    }
    .cf7-submit-row {padding-left: 3px;}
    .wpcf7-form-control-wrap {width: 100%;}
    .wra-stat-value {
        font-size: 32px;
    }
}