/* Real State Plugin Custom CSS (single file for all styles) */
.property-gallery-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    gap: 10px;
}
.property-gallery-grid .property-gallery-thumb ,.property-gallery-grid .property-gallery-thumb img{
    width: 100%;
    height: 100%;
}
.property-gallery-grid .property-gallery-thumb:nth-child(1){
    grid-column: span 2;
    grid-row: span 2;
}
/* ---- share modal ----- */
button.single-share-btn {
    background: #fff !important;
    color: #060B1A !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    padding: 8px 24px !important;
}
.share-modal-heading {
    color: #060B1A !important;
    text-align: center;
}
.share-modal-list a{
    color: #060B1A !important;
    padding: 15px 0px;
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    cursor: pointer;
}
button#close-modal {
    color: #060B1A;
}
.single-share-btn {
    cursor: pointer;
    background: #fff;
    color: #060B1A;
    padding: 10px 20px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}
.property-share-section {
    bottom: 40px;
    position: absolute;
    left: 20px;
}
.property-gallery-count {
    position: absolute;
    bottom: 40px;
    right: 20px;
    background-color: rgba(21, 21, 21, .5);
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 20px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
.share-modal-list a:last-child{
    border-bottom: 0px !important;
}
.share-modal-list {
    display: flex;
    flex-direction: column;
}

/* Gallery :modal */
.property-gallery-modal .gallery-grid {
     display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    overflow-y: auto;
    overflow-x: hidden;
    gap: 5px;
    height: 100%;
}
.property-gallery-modal .gallery-grid img {
    cursor:pointer;
}
.property-gallery-modal {
    width:100vw; height:100vh; max-width:100vw; max-height:100vh; background:#fff; border-radius:0; padding:42px 25px 40px 25px; min-height:60vh;
    box-shadow:0 -4px 32px #060B1A;
    transform:translateY(100%);
    opacity:1;
    transition:transform 0.32s cubic-bezier(.4,0,.2,1);
}
.property-gallery-modal .gallery-close {
    position: absolute;
    top: 10px;
    font-size: 16px;
    color: #060B1A;
    cursor: pointer;
    z-index: 2;
    font-weight: 500;
}
.property-gallery-modal-bg {
    display:none; position:fixed; z-index:9999; left:0; top:0; width:100vw; height:100vh; background:rgba(0,0,0,0.85);
    align-items:flex-end; justify-content:center;
}
.property-gallery-modal-bg.active { display:flex; }

.property-gallery-modal-bg.active .property-gallery-modal {
    transform:translateY(0);
}
/* Inline slider inside modal */
.property-gallery-slider {
    display: none;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.proeprty-image-full-width-image::-webkit-scrollbar {
  width:0;
}
.proeprty-image-full-width-image{
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
}
.property-gallery-slider.active {
    display: flex;
}
.property-gallery-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.2em;
    color: #060B1A;
    cursor: pointer;
    user-select: none;
    z-index: 2;
    background: #fff;
    padding: 10px 10px 14px;
}
.property-gallery-slider-close {
    position: absolute;
    top: -32px;
    font-size: 16px;
    color: #060B1A;
    cursor: pointer;
    font-weight: 500;
    left: 0;
    background: #fff;
    z-index: 999;
} 
.property-gallery-slider-arrow.left { left: 0; }
.property-gallery-slider-arrow.right { right: 0; }
/* Property Feature Texonomy css */
.property-feature-list {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.property-feature-list li i{
    margin-right: 6px;
}

/* review form css */
.review-from-row{
    margin-bottom: 25px !important;
}
.review-from-row input , .review-from-row textarea{
    border: 1px solid #ffffff !important;
    padding: 13px 10px !important;
    border-radius: 4px ! IMPORTANT;
    color: #ffffff !important;
    background: transparent !important;
}
.review-from-row label{
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff !important;
    margin-bottom: 10px !important;
}
.property-review-form{
    max-width: 750px;
    margin: auto;
    background: #221e1e;
    padding: 40px 30px;
    border-radius: 4px;
}
.property-review-form .star{
    font-size: 24px !important;
}
.review-form-btn {
    padding: 12px 40px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}
.review-form-btn:hover{
    background: #ffffff !important;
    color: #060B1A !important;
}

.dropdown-enhanced {
    position: relative;
}

.custom-dropdown-toggle {
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 5px;
}
.dropdown-options, .custom-multiselect-list.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dropdown-options label {
    display: block;
    padding: 8px 12px;
    cursor: pointer;
}

.dropdown-options label:hover {
    background: #f2f2f2;
}

.custom-multiselect-list.dropdown-options.open {
    display: flex !important;
    flex-direction: column !important;
}

#property-filter-wrap #property-filter-form {
    margin-bottom: 40px;
}
#property-filter-wrap #property-filter-form .filter-row{
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr 1fr;
    gap: 10px;
}
#property-filter-form .filter-row select ,#property-filter-form .filter-row .custom-multiselect-wrap .dropdown-enhanced{
  position: relative;
  min-width: 180px;
  margin-bottom: 0;
}
#property-filter-form .filter-row select ,#property-filter-form .filter-row .custom-multiselect-wrap .custom-dropdown-toggle{
    background:transparent;
    border: 1px solid #060B1A;
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 15px;
    color: #060B1A;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0;
    user-select: none; 
    height: 48px;
    display: flex;
    align-items: center;
}
#property-filter-form .filter-row .custom-multiselect-wrap .dropdown-options {
    border: 1px solid #060B1A;
    min-width: 100%;
    max-height: 180px;
    overflow-y: auto;
    padding: 8px 0 8px 0;
    color: #060B1A !important;
    gap: 4px;
}
#property-filter-form .filter-row #property-filter-btn{
    background: #060B1A;
    border: 1px solid #060B1A;
    font-weight: 600;
    border-radius: 6px;
    font-family: 'Raleway', sans-serif;
}
#property-filter-form .filter-row #property-filter-btn:hover{
    background: #ffffff;
    border: 1px solid #060B1A;
    font-weight: 600;
    color: #060B1A  !important;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
  gap: 7px;
  margin-bottom: 2px;
  user-select: none;
  padding: 2px 14px;
}
.custom-checkbox input[type="checkbox"] {
  accent-color: #060B1A;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
}
.custom-checkbox span {
  color: #060B1A;
}
.custom-multiselect-label {
  font-size: 14px;
  color: #060B1A;
  margin-bottom: 2px;
  margin-left: 2px;
}
.no-properties{
    color: #060B1A;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    padding-top: 80px;
    font-weight: 500;
    font-size: 18px;
}
/* -------- Property Grid --------- */
#property-grid-wrap .property-grid{
    column-gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 30px;
}
#property-grid-wrap .property-grid .property-card{
    background: #fff;
    border: 1px solid #ddd;
    transition: all .2s linear;
    border-radius: 8px;
    overflow: hidden;
}
#property-grid-wrap .property-grid .property-card:hover{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 13px 1px;
}
#property-grid-wrap .property-grid .property-card .property-thumb{
    max-height: 330px;
    min-height: 330px;
    overflow: hidden;
    position: relative;
}
#property-grid-wrap .property-grid .property-card .property-thumb .filter-property-card-top-meta {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    display: flex;
    gap: 8px;
}
#property-grid-wrap .property-grid .property-card .property-thumb .filter-property-card-top-meta span{
    background: #060B1A;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
}
#property-grid-wrap .property-grid .property-card .property-thumb a ,#property-grid-wrap .property-grid .property-card .property-thumb a img{
    height: 100%;
    max-height: 330px;
    min-height: 330px;
}
#property-grid-wrap .property-grid .property-card .property-thumb a img{
    transition: all .4s linear;
    transform: scale(1.11);
}
#property-grid-wrap .property-grid .property-card:hover .property-thumb img{
    transform: scale(1.11) translateX(5%) !important;
}
#property-grid-wrap .property-grid .property-card .property-info{
 padding: 25px 25px;
}
.filter-property-meta .property-price{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0b1533 !important;
}
.filter-property-meta .property-title a{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #060B1A !important;
    /* display: block; */
    line-height: 30px;
    min-height: 60px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.filter-property-meta .property-location-with-meta-info{
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #060B1A !important;
    justify-content: space-between;
    min-height: 53px;
}
.filter-property-meta .property-location-with-meta-info .property-location-before{
    display: flex;
    gap: 12px;
    align-items: center;
}
.property-location-before.tower-name{
    margin-top: 5px;
}
.location-separator {
    padding: 0px 6px;
}
.filter-property-agents {
    background: #F2F2F2;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 20px;
    margin-top: 20px;
    min-height: 90px;
}
.filter-property-agents .property-agent {
    font-size: 16px;
    color: #060B1A;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}
.filter-property-agents .property-agent img{
    border-radius: 100%;
    height: 60px;
    object-fit: cover;
    width: 61px;
    object-position: top;
}
.filter-property-logo{
    max-width: 150px !important;
    width: 100%;
}
.property-view-count {
    color: #060B1A;
}
@media (max-width: 600px) {
  .dropdown-enhanced {
    min-width: 100%;
  }
  .dropdown-options {
    max-height: 110px;
  }
}


/* ----- Media Query ------- */
@media(min-width:576px) and  (max-width:1023px){
    .property-feature-list{
            grid-template-columns: 1fr 1fr !important;
    }
}
@media(max-width:575px){
    .property-feature-list{
        grid-template-columns: 1fr !important;
    }
    #property-grid-wrap .property-grid .property-card .property-agent{flex-flow: column-reverse !important;}
    #property-grid-wrap .property-grid .property-card .property-agent img{align-self: self-end !important;}

}
@media (max-width:1440px){
    .filter-property-meta .property-price{
        font-size: 16px !important;
        font-weight: 700;
        margin-bottom: 10px !important;
    }
    .filter-property-meta .property-title a{
        font-size: 14px !important;
        line-height: 24px !important;
        min-height: 48px !important;
        margin-bottom: 10px !important;
    }
    .filter-property-meta .property-location-with-meta-info{
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    #property-grid-wrap .property-grid .property-card .property-info{
        padding: 25px 20px !important;
    }
    #property-grid-wrap .filter-property-logo{
        max-width: 130px !important;
    }
    .filter-property-agents .property-agent{
        gap: 8px !important;
        font-size: 12px !important;
    }
    .filter-property-agents .property-agent img{
        width: 40px !important;
        height: 40px !important;
    }
    .property-location-with-meta-info{

    }
}
@media(min-width:768px) and  (max-width:1199px){
    #property-grid-wrap .property-grid{
        grid-template-columns: 1fr 1fr !important;
    }
    #property-filter-wrap #property-filter-form .filter-row{
        grid-template-columns: 1fr 1fr !important;
    }
    #property-filter-form .filter-row #property-filter-btn{
        grid-column: span 2;
    }
}

@media(max-width:767px){
       #property-grid-wrap .property-grid{
        grid-template-columns:  1fr !important;
    }
        #property-filter-wrap #property-filter-form .filter-row{
        grid-template-columns: 1fr !important;
    }
    #property-filter-form .filter-row #property-filter-btn{
        grid-column:1;
    }
    #property-grid-wrap .property-grid .property-card .property-thumb{
        max-height: 270px !important;
        min-height: 270px !important;
        overflow: hidden;
    }
    #property-grid-wrap .property-grid .property-card .property-thumb a ,#property-grid-wrap .property-grid .property-card .property-thumb a img{
        height: 100%;
        max-height: 270px !important;
        min-height: 270px !important;
    }
    .property-gallery-modal .gallery-grid{
        grid-template-columns: 1fr  !important;
    }
}

@media(max-width:1023px){
    .property-gallery-grid{
        grid-template-columns: 1fr;
    }

    .property-gallery-grid .property-gallery-thumb:nth-child(n+2){
        display: none;
    }
    .property-gallery-count,.single-share-btn{
        padding: 6px 20px !important;
    }
    .property-gallery-count, .single-share-btn{font-size: 14px !important;}
    .property-share-section, .property-gallery-count{bottom: 20px !important;}
}
@media(min-width: 768px) and (max-width: 1023px){
    .property-gallery-modal .gallery-grid{
        grid-template-columns: 1fr 1fr !important;
    }
}


.real-state-booking-search {
    width: 100%;
    max-width:100%;
    position: relative;
}

.real-state-booking-search-form {
    margin: 0;
}

.real-state-booking-search-shell {
    display: grid;
    grid-template-columns: 1.3fr 1.2fr 1fr auto;
    align-items: center;
    background: #ffffff;
    border: 1px solid #F1F5F9;
    border-radius: 999px;
      padding: 13px 12px 13px 33px;
  gap: 10px;
}

.booking-field {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
  padding:0px;
  
  
}

.booking-field-label {
    display: block;
  font-family: Inter;
  font-size: 11px;
  font-weight: 700;
  color: #64748B;
  line-height: 15px;
  letter-spacing: 0.5px;
  font-style: uppercase;
  margin-bottom: 4px;

}

.booking-field input,
.booking-date-trigger {
    font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  color: #64748B;
  line-height: 100%;
  padding:  0px;
  border: none;
  outline: none;
}
.booking-field {
    padding:0px;
min-height: auto;
    padding-left: 10px;
}
.booking-field [type=button], [type=submit], button {
    text-align: start;
}
.booking-field .booking-field-value{
       font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  color: #64748B;
  line-height: 100%;
  padding:  0px;
  border: none;
  outline: none;
}
.booking-field-dates .booking-field-label{
  margin-top: 0px;
}
.booking-field input::placeholder {
   font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  color: #94A3B8;
  line-height: 100%;
  padding:  0px;
  border: none;
  outline: none;
}
.booking-field .booking-date-trigger:hover,
.booking-field .booking-date-trigger:active,
.booking-field .booking-date-trigger:focus {
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    transition: none !important;
}
.booking-date-trigger {
    cursor: pointer;
}
.real-state-booking-search-shell .booking-search-submit{
     border-radius: 9999px;
    border: none;
    background: #D4AF37;
    padding: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.real-state-booking-search-shell .booking-search-submit:hover,
.real-state-booking-search-shell .booking-search-submit:active,
.real-state-booking-search-shell .booking-search-submit:focus{
      background: #D4AF37 !important;
}

.booking-date-panel {
    position: absolute;
    left: 50%;
    top: calc(100% + 18px);
    transform: translateX(-50%);
    width: min(860px, calc(100vw - 32px));
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.16);
    border: 1px solid #ececf1;
    padding: 20px;
    z-index: 1;
}

.booking-date-panel-tabs {
    width: 310px;
    max-width: 100%;
    margin: 0 auto 26px;
    padding: 4px;
    background: #e7e7ea;
    border-radius: 999px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.booking-date-panel-tabs span {
    text-align: center;
    padding: 8px 16px;
    border-radius: 999px;
    color: #455468;
    font-weight: 600;
}

.booking-date-panel-tabs .active {
    background: #fff;
    color: #111827;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
}

.booking-date-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.booking-date-panel-grid label {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    border: 1px solid #e7e7ea;
    border-radius: 24px;
    background: #fafafa;
}

.booking-date-panel-grid label span {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
}

.booking-date-panel-grid input {
    font-size: 18px;
    color: #1f2937;
}

.booking-search-submit {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    border: 0px;
    border-radius: 9999px;
    background: yellow;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.booking-search-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(217, 178, 41, 0.28);
}

.booking-search-submit-icon {
    font-size: 24px;
    line-height: 1;
}

.real-state-search-summary {
    margin: 00px 0 0px;
}

.real-state-search-summary h3 {
    margin: 0 0 8px;
    font-size: 30px;
    color: #101828;
}

.real-state-search-summary p,
.property-guest-capacity {
    color: #667085;
    font-size: 14px;
}

.property-guest-capacity {
    margin-top: 8px;
    font-weight: 600;
}
.booking-field input[type="date"],
.booking-field input[type="email"],
.booking-field input[type="number"],
.booking-field input[type="password"],
.booking-field input[type="search"],
.booking-field input[type="tel"],
.booking-field input[type="text"],
.booking-field input[type="url"],
.booking-field select,
.booking-field textarea {
    border: 0px;
    border-radius: 0px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
    padding:0px;
}
.booking-field .booking-date-trigger{
      border: 0px;
    border-radius: 0px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
    padding:0px;
}

@media (max-width: 767px) {
    .real-state-booking-search-shell {
        grid-template-columns: 1fr;
        border-radius: 32px;
        padding: 12px;
        gap: 10px;
    }

    .booking-field {
        border-left: 0 !important;
        border-radius: 0px;
        border: none;
        min-height: auto;
        padding:10px;
        border-bottom: 1px solid #94A3B8;
        
    }

    .booking-search-submit {
        width: 100%;
        border-radius: 0;
        margin: 0;
    }

    .booking-date-panel {
        left: 0;
        right: 0;
        top: calc(100% + 10px);
        transform: none;
        width: 100%;
        padding: 15px;
        border-radius: 24px;
    }

    .booking-date-panel-grid {
        grid-template-columns: 1fr;
    }
.booking-search-submit{
   min-width: 100%;

}
}
.real-state-search-summary h3
 {
      max-width: 1650px !important;
  width:100%;
  margin:auto;
      font-weight: bold;
  padding:40px 50px 10px 50px;
}
.real-state-search-summary p
 {
      max-width: 1650px !important;
  width:100%;
  margin:auto;
  padding:0px 50px;
}
.site-main{
           max-width: 100% !important;
           width:100%;
        padding: 0px!important;
    }

.property-grid {
  max-width: 1650px !important;
  width:100%;
  margin:auto;
  padding:40px 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch; /* equal height */
}
@media (max-width: 1200px){
.property-grid {
  max-width: 1650px !important;
  width:100%;
  margin:auto;
  padding:20px 20px;
}
.real-state-search-summary h3
 {
      max-width: 1650px !important;
  width:100%;
  margin:auto;
  padding:30px 20px 10px 20px;
}
.real-state-search-summary p
 {
      max-width: 1650px !important;
  width:100%;
  margin:auto;
  padding:0px 20px;
}

}
@media (max-width: 767px){
.property-grid {
  max-width: 1650px !important;
  width:100%;
  margin:auto;
  padding:20px 20px;
}
.real-state-search-summary h3
 {
      max-width: 1650px !important;
  width:100%;
  margin:auto;
  padding:30px 15px 10px 15px;
}
.real-state-search-summary p
 {
      max-width: 1650px !important;
  width:100%;
  margin:auto;
  padding:0px 15px;
}

}

.property-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.property-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.property-card .card-content {
  flex-grow: 1; /* content stretch karega */
}
@media (max-width: 1024px) {
  .property-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .property-grid {
    grid-template-columns: 1fr;
  }
}
.property-thumb img{
height:278px!important;
border-radius: 20px;
}
@media (max-width: 1200px) {
.property-thumb img{
height:240px!important;
border-radius: 20px;
}
}
.property-grid .property-card{
   padding:12px 18px!important;
   box-shadow: 0px 1px 3px 0px #0000001A;
border-radius: 20px;
}
.property-grid  .filter-property-agents{
 display:none!important;
}
.filter-property-meta .property-title a {
  font-family: 'Inter', sans-serif!important;
  font-size: 16px!important;
  line-height: 1.7!important;
  letter-spacing: 1px!important;
  font-weight: 600!important;
  text-decoration: none!important;
}

.property-location-before .fa-map-marker{
display:none!important;
}

.iti__country-container .iti__selected-country{
    padding: 0;
    border: none;
}

.iti__country-container .iti__selected-country:hover{
    background-color: transparent;
}