 
body {
    line-height: 1;
    background: #f2f2f2; 
}
#container{
    max-width: inherit !important;
}
 
.single-property  #slider .slides li img {
    width: 100%;
    height: calc(100vh - 90px) !important;       
    object-fit: cover;    
        max-width: inherit !important;
}

 
.single-property  #slider .flex-viewport {
    height: calc(100vh - 90px) !important;
}
.single-property .thumbnails {
    margin-top: 15px;
    background: none;
    justify-content: center;
    display: flex;
    border: 0px;
}
 
/*.single-property .thumbnails .slides li{
    width: 80px !important;
   
}
.single-property .thumbnails .slides li img{
     border:#fff solid 3px;
 }
.single-property .thumbnails {
    margin-top: 15px;
    background: none;
    justify-content: center;
    display: flex;
    border: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 40px;
    z-index: 99;
    display: none !important;
}*/
.single-property .thumbnails .flex-direction-nav{
/*    display: none; */
}
.single-property .images {
    margin-bottom: 30px;
    position: relative;
}
.flexslider {
    margin: 0 0 20px;
}
.single-property .features ul{
    padding: 0px;
    margin:0px;
    list-style: none;
}
.single-property .features ul li 
 {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px; list-style: none;
    padding-left: 20px;
    background: url(../assets/images/check-icon-cui.png) no-repeat;
    background-size: 15px;
    background-position: 0px 2px;
}
.single-property .property-dc-right-col-inner{
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
display: inline-block;
}
/* ==========================
   Property Detail Page CSS
========================== */

/* Main Container */
 .property-detail-flex {
    display: flex;  
    gap: 1rem;  
} 
.property-detail-flex div{
    width:100%;
}

.property-detail-content-col-left   .summary{
 display: none;
}
.property-detail-content-col-left  .summary.entry-summary{
    display: block;
    width: 100%;
}
.single-property .property { 
  
    
    padding:  0px; 
}
.single-property .property-detail-content{
    max-width: 900px;
    width: 90%;
    margin: 0 auto;  color: #333;
    display: flex;
    gap: 1rem;
}
.single-property .property-detail-content .property-detail-content-col-left{
    width:70%;
}
.single-property .property-detail-content .property-detail-content-col-right{
    width:30%;
     
}
/* === Image Slider === */
.single-property .images {
    margin-bottom: 30px;
}

.single-property #slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0px;
    border: 0px !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.single-property .flexslider .slides li img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 0px;
}

.single-property .thumbnails {
    margin-top: 15px;
}

.single-property .thumbnails .slides li img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.single-property .thumbnails .flex-active-slide img {
    border-color: #d71921; /* highlight color */
}

.single-property  h4{
    font-family: futura-stdbook;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 21px;
    margin: 15px 0px;
}


/* Slider navigation */
.single-property .flex-direction-nav a {
  color: #fff;
    font-size: 0px;
    background: rgb(215 25 33);
    padding: 8px 8px;
    border-radius: 100%;
    text-decoration: none;
    position: absolute;
    top: 47%;
  /*  transform: translateY(-50%);*/
    z-index: 10;
	text-align: center;
}
.single-property  .flex-direction-nav a:before { 
    font-size: 16px; 
    color: rgb(255 255 255 / 80%); 
	line-height: 24px;
}
.single-property .flex-direction-nav .flex-prev {
    left: 10px;
}

.single-property .flex-direction-nav .flex-next {
    right: 10px;
}

/* === Property Summary === */
.single-property .summary.entry-summary {
    margin-bottom: 30px;
}

.single-property .property_title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-property .price {
   font-size: 32px;
    font-weight: 600;
    color: #d71921;
    margin-bottom: 20px;
}
/*.single-property .property_meta {
    display: none !important;
}*/
/* Property meta info */
.single-property .property_meta ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.single-property .property_meta ul li {
    background: #f9f9f9;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
}
.single-property .property_meta ul li.reference-number,.single-property .property_meta ul li.bedrooms, .single-property .property_meta ul li.bathrooms, .single-property .property_meta ul li.reception-rooms{
 display:  none !important;
}
.single-property .property_meta ul li span {
    font-weight: 600;
    margin-right: 5px;
}

/* === Property Actions === */
.single-property .property_actions ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px; 
}
.single-property .property_actions ul li{
    width: 100%;
    display: block;
}
.single-property .property_actions ul li a {
 display: flex;
  padding: 15px 23px;
  background: #d71921;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  transition: background 0.3s ease;
  width: 100%;
  text-align: center;
  gap: 0.5rem;
  justify-content: center;
}
.single-property .property_actions ul li a svg{
    width:20px;
    height:20px;
}
.single-property .property_actions ul li a:hover {
    background: #d71921;
}

.property-detail-content-col-left .property_actions  ul{
    gap: 2px;
}
.property-detail-content-col-left .property_actions  ul li{
    display: inline-block;
    width: auto;
}
.property-detail-content-col-left .property_actions  ul li a {
    padding: 20px 30px;
    border-radius:8px;
    flex-direction: column;
}
.property-detail-content-col-left .property_actions  ul li a svg{
    width:50px;
    height:50px;
}
 
.property-detail-content-col-left .property_actions,.property-detail-content-col-left .price{
    display: none;
} 
.property-no-make-cta .property_actions li.action-make-enquiry{
   /* display: none;*/
}
.property-only-make-cta .property_actions li{
    display: none !important; 
}

.property-only-make-cta .property_actions li.action-make-enquiry{
    display: block !important; 
}
/* === Property Features === */
.single-property .features {
    margin-bottom: 30px;
}

.single-property .features h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-property .features ul {
    list-style: disc inside;
    padding-left: 0;
}

.single-property .features ul li {
    margin-bottom: 5px;
}
 .single-property .summary.entry-summary, .single-property  .description,.single-property .features{
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
/* === Property Description / Summary === */
.single-property .summary-contents,
.single-property .description-contents {
     
    padding: 0px;
    border-radius: 6px;
    line-height: 1.6;
    
    font-size: 15px;
}

/* === Lightbox Forms === */
.single-property .property-enquiry-form input[type="text"],
.single-property .property-enquiry-form input[type="email"],
.single-property .property-enquiry-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}
.single-property .property-enquiry-form textarea {
    height:120px;
}
.single-property .property-enquiry-form input[type="submit"] {
    background: #d71921;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
}

.single-property .property-enquiry-form input[type="submit"]:hover {
    background: #d71921;
}
.property-material-information strong{
    display: block;
font-weight: bold;
margin: 5px 0px;
margin-top: 10px;
}
.fancybox-content { 
  padding: 40px; 
  border-radius: 20px;
}
.fancybox-content p{
    margin:10px 0px;
    font-size: 15px;
}
.fancybox-image, .fancybox-spaceball{
    border-radius: 20px;
}
.fancybox-content h2{ 
font-family: futura-stdbook;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 21px;
}
.property-enquiry-form .control label {
    display: block;
    margin-bottom: 5px;
}
.single-property .property-dc-right-col-inner.responive-property-title {
display:none;
}
/* === Responsive === */
@media (max-width: 768px) {
    .single-property .property_meta ul {
      /*  flex-direction: column;
        gap: 10px;
		*/
    }

    .single-property .property_actions ul {
         
        gap: 10px;
    }

    .single-property .thumbnails .slides li img {
        height: 100px;
    }
}

@media (max-width: 650px) {
    .single-property .property_title {
        font-size: 22px;
    }
	.property-stat-details {
  gap: 40px 30px!important;
  }
	.single-property .property-dc-right-col-inner.responive-property-title .property-ref {
font-size: 12px!important;
}
.single-property .property-dc-right-col-inner.responive-property-title {
display:inherit;
}
.single-property .property-detail-content-col-left .summary.entry-summary .property-ref , .single-property .property-detail-content-col-left .summary.entry-summary .property_title.entry-title {
display:none;
}

    .single-property .price {
        font-size: 20px;
    }
    .property-detail-flex {
    flex-direction: column;
  gap: 0.5rem; 
}
/* Slider main container height fix karna */
.single-property  #slider .slides li img {
    width: 100%;
    max-width: inherit;
    height: calc(60vh - 90px) !important;       /* desired height */
    object-fit: cover;   /* image crop karke fit kare container me */
}

/* Agar FlexSlider ke liye viewport ka height bhi kam karna ho */
.single-property  #slider .flex-viewport {
    height: calc(60vh - 90px) !important;
}
.property-stat-details .detail-item h3 {
   font-size: 16px !important;
}
.property-stat-details .detail-item p {
   font-size: 13px !important;
}
.single-property .property-detail-content{
    flex-direction: column-reverse;
}
.single-property .property-detail-content .property-detail-content-col-left {
  width: 100%;
}
.single-property .property-detail-content .property-detail-content-col-right {
  width: 100%;
}
.flex-direction-nav a {
  width: 28px;
  height: 28px;
}
.single-property .flex-direction-nav a {
  background: rgba(215, 25, 33, 0.5);
  padding: 4px 4px;
}


.single-property .flex-direction-nav a::before {
  font-size: 13px;
  line-height: 21px;
}

}
