/**
 * REM Hive Property Customize - Styles
 * Custom enhancements for Property Hive plugin
 */

/* Property Status Overlay Styles */
.property-thumbnail-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100% !important;
}

.property-status-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  max-width: 170px;
  text-align: center;
  transition: transform 0.2s ease;
}
.property-thumbnail-wrapper img{
height: 100% !important;
}
.property-status-overlay:hover {
  transform: scale(1.05);
}

/* Status-specific colors */
.property-status-overlay.available {
  background: rgba(34, 139, 34, 0.9); /* Forest Green */
}

.property-status-overlay.let-agreed,
.property-status-overlay.sold,
.property-status-overlay.sold-stc {
  background: rgba(220, 20, 60, 0.9); /* Crimson */
}

.property-status-overlay.under-offer {
  background: rgba(255, 165, 0, 0.9); /* Orange */
}

.property-status-overlay.featured {
  background: rgba(255, 215, 0, 0.9); /* Gold */
  color: #000;
  animation: pulse 2s infinite;
}

.property-status-overlay.available-now {
  background: rgba(0, 128, 255, 0.9); /* Blue */
}

.property-status-overlay.to-let {
  background: rgba(0, 128, 255, 0.9); /* Blue */
}

.property-status-overlay.for-sale {
  background: rgba(34, 139, 34, 0.9); /* Forest Green */
}

/* Property Details Styles */
.property-additional-details {
  margin-top: 0px;
  padding: 0px 0;
  border-top: 1px solid #eee;
}

.property-details-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 0px;
  margin-top: 8px;
}

.property-detail-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #666;
  min-width: 72px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.property-detail-item:hover {
  color: #333;
}


.property-detail-item .detail-label {
  font-weight: 500;
  margin-right: 3px;
}

/* Property detail icons and values */
.property-detail-item .detail-icon {
  font-size: 26px !important;
  margin-right: 16px;
  line-height: 1;
}

.property-detail-item .detail-value {
  font-size: 15px; 
  line-height: 1;
  margin-top: 12px;
  font-weight: 600;
  color: #000;
}

/* Reduce space between price and details */
.details .price {
  margin-bottom: 3px !important;
}
.details .price .price-qualifier {
  color: #999;
  font-size: 17px; 
}

/* Reduce space between details and summary */
.property-additional-details + .summary {
  margin-top: 6px !important;
}



/* Enhanced property listing styles */
.rem-hive-enhanced .property {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rem-hive-enhanced .property:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Status badge animations */
@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7);
  }
  70% {
      box-shadow: 0 0 0 10px rgba(255, 215, 0, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(255, 215, 0, 0);
  }
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .property-details-grid {
      gap: 10px;
  }
  
  .property-detail-item {
      font-size: 12px;
      min-width: 100px;
  }
  
  .property-status-overlay {
      font-size: 11px;
      padding: 4px 8px;
      max-width: 100px;
  }
}

@media (max-width: 480px) {
  .property-details-grid {
      gap: 8px;
  }
  
  .property-detail-item {
      font-size: 11px;
      min-width: 80px;
  }
  
  .property-status-overlay {
      font-size: 10px;
      padding: 3px 6px;
      max-width: 80px;
  }
}

/* Print styles */
@media print {
  .property-status-overlay {
      background: #000 !important;
      color: #fff !important;
      box-shadow: none !important;
  }
  
  .property-additional-details {
      border-top: 1px solid #000 !important;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .property-status-overlay {
      border: 2px solid #000;
  }
  
  .property-detail-item {
      border-bottom: 1px solid #ccc;
      padding-bottom: 2px;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .property-status-overlay,
  .property-detail-item,
  .rem-hive-enhanced .property {
      transition: none !important;
  }
  
  .property-status-overlay.featured {
      animation: none !important;
  }
}






/* ----property list css----  */
/* ================================
 Property Listing Page — Custom Cards
 ================================ */

/* Remove unwanted li padding/margin */
body.propertyhive-page ul.properties,
body.propertyhive-page ul.properties li {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
box-sizing: border-box;
}
body.propertyhive-page .site-content{
  background:#FFFAEA !important;
padding-top:30px;
padding-bottom:30px;
}
/* Main Card Style */
body.propertyhive-page ul.properties li.property {
display: flex;
flex-direction: row;
align-items: stretch;
margin-bottom: 30px !important; 
border-radius: 12px;
overflow: hidden;
background: #fff;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
transition: all 0.3s ease-in-out;
position: relative;
}

body.propertyhive-page ul.properties li.property:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Left Image (full bleed, corner to corner) */
body.propertyhive-page ul.properties li.property .thumbnail {
flex: 0 0 340px;
/* max-width: 340px; */
overflow: hidden;
margin: 0 !important;
padding: 0 !important;
position: relative;
}

body.propertyhive-page ul.properties li.property .thumbnail a,
body.propertyhive-page ul.properties li.property .thumbnail img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
margin: 0;
padding: 0;
transition: transform 0.4s ease-in-out;
}

body.propertyhive-page ul.properties li.property:hover .thumbnail img {
transform: scale(1.08);
}

/* Slideshow integration with property list */
body.propertyhive-page ul.properties li.property .thumbnail .property-slideshow {
height: 100%;
min-height: 250px;
}

body.propertyhive-page ul.properties li.property .thumbnail .property-slideshow .slide img {
height: 100%;
min-height: 250px;
}

/* Ensure slideshow works with property thumbnail wrapper */
.property-thumbnail-wrapper .property-slideshow {
height: 100%;
min-height: 250px;
}

.property-thumbnail-wrapper .property-slideshow .slide img {
height: 100%;
min-height: 250px;
}

/* Test images container */
.test-images {
display: none;
}

/* Badge (top-left) */
body.propertyhive-page ul.properties li.property .badge {
position: absolute;
top: 15px;
left: 15px;
padding: 6px 14px;
border-radius: 20px;
font-size: 0.85rem;
font-weight: 600;
background: #FFCC01;
color: #000;
box-shadow: 0 3px 6px rgba(0,0,0,0.2);
z-index: 2;
}

body.propertyhive-page ul.properties li.property .badge.sold {
background: #e74c3c; /* red */
color: #fff;
}

body.propertyhive-page ul.properties li.property .badge.under-offer {
background: #3498db; /* blue */
color: #fff;
}

/* Right Details */
body.propertyhive-page ul.properties li.property .details {
flex: 1;
padding: 25px;
display: flex;
flex-direction: column;
justify-content: center;
}

body.propertyhive-page ul.properties li.property .details h3 {
font-size: 1.4rem;
font-weight: 600;
margin: 0 0 12px;
color: #222;
}

body.propertyhive-page ul.properties li.property .details h3 a {
text-decoration: none;
color: inherit;
}

body.propertyhive-page ul.properties li.property .details .price {
font-size: 1.5rem;
font-weight: bold;
color: #FFCC01;
margin-bottom: 15px;
}

/* Summary */
body.propertyhive-page ul.properties li.property .details .summary {
color: #555;
line-height: 1.6;
margin-bottom: 20px;
font-size: 0.95rem;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
color: #000;
}

/* Button */
body.propertyhive-page ul.properties li.property .actions .button {
display: inline-block;
padding: 12px 20px;
border-radius: 6px;
background: #FFCC01;
color: #000;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease-in-out;
}

body.propertyhive-page ul.properties li.property .actions .button:hover {
background: #e6b801;
transform: translateY(-2px);
}

/* ================================
 Responsive
 ================================ */
@media (max-width: 768px) {
/* Search form stack */
body.propertyhive-page .property-search-form {
  flex-direction: column;
  gap: 15px;
}

/* Results bar stack */
body.propertyhive-page .propertyhive-result-count,
body.propertyhive-page .propertyhive-ordering {
  float: none;
  display: block;
  margin: 0 0 10px;
}

/* Cards stack */
body.propertyhive-page ul.properties li.property {
  flex-direction: column;
}

body.propertyhive-page ul.properties li.property .thumbnail {
  width: 100%;
  max-width: 100%;
  height: 220px;
  flex: none;
}

body.propertyhive-page ul.properties li.property .thumbnail img {
  height: 100% !important;
}

/* Mobile slideshow adjustments */
body.propertyhive-page ul.properties li.property .thumbnail .property-slideshow {
  min-height: 220px;
}

body.propertyhive-page ul.properties li.property .thumbnail .property-slideshow .slide img {
  min-height: 220px;
}

body.propertyhive-page ul.properties li.property .details {
  padding: 18px;
  width: 100% !important;
}
}



/* --------  */


/* ================================
 SEARCH FORM
 ================================ */
body.propertyhive-page .property-search-form {
background: #fff;
padding: 20px 25px;
margin: 0 0 30px;
margin-top:30px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.08);
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: flex-end;
}

/* Control wrapper */
body.propertyhive-page .property-search-form .control {
flex: 1;
min-width: 180px;
display: flex;
flex-direction: column;
gap: 6px;
}

/* Labels */
body.propertyhive-page .property-search-form label {
font-size: 0.9rem;
font-weight: 600;
color: #444;
margin: 0;
}

/* Inputs & selects */
body.propertyhive-page .property-search-form select,
body.propertyhive-page .property-search-form input[type="text"],
body.propertyhive-page .property-search-form input[type="number"] {
border: 1px solid #ddd;
border-radius: 6px;
padding: 10px 12px;
font-size: 0.95rem;
width: 100%;
transition: all 0.3s ease;
}

body.propertyhive-page .property-search-form select:focus,
body.propertyhive-page .property-search-form input:focus {
border-color: #FFCC01;
outline: none;
box-shadow: 0 0 0 2px rgba(255,204,1,0.3);
}

/* --- Department radios as toggle buttons --- */
body.propertyhive-page .property-search-form .control-department {
flex: 100%;
display: flex;
gap: 12px;
flex-wrap: wrap;
}

body.propertyhive-page .property-search-form .control-department input[type="radio"] {
display: none;
}

body.propertyhive-page .property-search-form .control-department label {
background: #f2f2f2;
color: #444;
padding: 10px 20px;
border-radius: 6px;
font-weight: 600;
cursor: pointer;
border: 1px solid #ddd;
transition: all 0.3s ease;
display: inline-flex;
align-items: center;
gap: 6px;
}

body.propertyhive-page .property-search-form .control-department label:hover {
background: #eaeaea;
}

body.propertyhive-page .property-search-form .control-department label:has(input[type="radio"]:checked) {
background: #FFCC01;
border-color: #FFCC01;
color: #000;
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Submit button */
body.propertyhive-page .property-search-form input[type="submit"] {
background: #FFCC01;
border: none;
padding: 12px 25px;
border-radius: 6px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
margin-top: 22px;
}

body.propertyhive-page .property-search-form input[type="submit"]:hover {
background: #e6b801;
transform: translateY(-2px);
}
/* ================================
   Mobile: Full width fields
   ================================ */
@media (max-width: 768px) {
  /* Make each form field 100% wide */
  body.propertyhive-page .property-search-form .control {
    flex: 100% !important;
    width: 100% !important;
  }

  /* Department toggle buttons maintain three column layout on mobile */
  body.propertyhive-page .property-search-form .control-department {
    flex: 100% !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
  }

  /* Each department label takes equal space */
  body.propertyhive-page .property-search-form .control-department label {
    flex: none !important;
    text-align: center;
    width: 100% !important;
    justify-content: center;
  }

  /* Submit button full width */
  body.propertyhive-page .property-search-form input[type="submit"] {
    width: 100% !important;
  }
}

/* ================================
 RESULTS BAR (count left, filter right)
 ================================ */
body.propertyhive-page .propertyhive-result-count,
body.propertyhive-page .propertyhive-ordering {
display: inline-block;
vertical-align: middle;
}

body.propertyhive-page .propertyhive-result-count {
float: left;
margin: 0 0 20px;
font-size: 0.95rem;
font-weight: 500;
color: #444;
}

body.propertyhive-page .propertyhive-ordering {
float: right;
margin: 0 0 20px;
}

body.propertyhive-page .propertyhive-ordering select {
border: 1px solid #ddd;
border-radius: 6px;
padding: 8px 12px;
font-size: 0.95rem;
transition: all 0.3s ease;
}

body.propertyhive-page .propertyhive-ordering select:focus {
border-color: #FFCC01;
box-shadow: 0 0 0 2px rgba(255,204,1,0.3);
outline: none;
}




/* ----pagination css ---- */
/* ================================
 Pagination Styling
 ================================ */
body.propertyhive-page .propertyhive-pagination {
text-align: center;
margin: 30px 0;
}

body.propertyhive-page .propertyhive-pagination .page-numbers {
display: inline-flex;
gap: 8px;
padding: 0;
margin: 0;
list-style: none;
}

body.propertyhive-page .propertyhive-pagination .page-numbers li {
margin: 0;
padding: 0;
}

/* Links */
body.propertyhive-page .propertyhive-pagination .page-numbers a,
body.propertyhive-page .propertyhive-pagination .page-numbers span {
display: inline-block;
min-width: 38px;
height: 38px;
line-height: 38px;
border-radius: 6px;
font-size: 0.95rem;
font-weight: 600;
text-align: center;
text-decoration: none;
background: #f5f5f5;
color: #444;
border: 1px solid #ddd;
transition: all 0.3s ease;
}

/* Hover */
body.propertyhive-page .propertyhive-pagination .page-numbers a:hover {
background: #FFCC01;
border-color: #FFCC01;
color: #000;
}

/* Current page */
body.propertyhive-page .propertyhive-pagination .page-numbers .current {
background: #FFCC01;
border-color: #FFCC01;
color: #000;
cursor: default;
}

/* Next/Prev arrows */
body.propertyhive-page .propertyhive-pagination .page-numbers .next,
body.propertyhive-page .propertyhive-pagination .page-numbers .prev {
font-size: 1.1rem;
padding: 0 12px;
}



/* -----property-details-page-css---- */
/* ================================
   Single Property Page (Modern Look)
   ================================ */
body.single-property #property-1790,
body.single-property #property-1789 {
  background: none !important; /* remove background */
  box-shadow: none !important; /* remove shadow */
  border: none !important;
  padding: 0;
  margin: 0;
}

/* --- Enhanced Image Carousel --- */
body.single-property .images,
body.single-property .flexslider {
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto 30px auto;
  border-radius: 15px;
  /* overflow: hidden; */
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  position: relative;
  border: 0 !important;
  border-radius: 15px!important;
}
body.single-property .images{
  margin-top: 30px;
}
body.single-property .flexslider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255,204,1,0.1), rgba(255,204,1,0.05));
  pointer-events: none;
  z-index: 1;
}

body.single-property .flexslider .slides img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.5s ease;
}
body.single-property .flexslider .slides a {
 
  border-radius: 15px;
}

body.single-property .flexslider:hover .slides img {
  transform: scale(1.02);
}

/* Enhanced Thumbnails */
body.single-property .thumbnails {
  margin: 20px auto;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 15px;
  background: rgba(255,255,255,0.9);
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

body.single-property .thumbnails img {
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 3px solid transparent;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

body.single-property .thumbnails img:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(255,204,1,0.4);
  border-color: #FFCC01;
}

body.single-property .thumbnails .flex-active-slide img {
  border-color: #FFCC01;
  box-shadow: 0 4px 15px rgba(255,204,1,0.4);
}

/* --- Enhanced Property Summary --- */
body.single-property .summary.entry-summary {
background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
box-shadow: 0 8px 25px rgba(0,0,0,0.1);
padding: 30px;
margin-bottom: 30px;
border-radius: 20px;
border: 1px solid rgba(255,204,1,0.2);
position: relative;
overflow: hidden;
}

body.single-property .summary.entry-summary::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #FFCC01, #e6b801, #FFCC01);
}

body.single-property .summary.entry-summary h1.property_title {
font-size: 2.2rem;
margin: 0 0 15px;
color: #222;
font-weight: 700;
line-height: 1.3;
position: relative;
}

body.single-property .summary.entry-summary .price {
font-size: 1.8rem;
font-weight: 700;
color: #FFCC01;
margin: 0 0 20px;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

body.single-property .summary.entry-summary .price .price-qualifier {
font-size: 1rem;
color: #666;
font-weight: 500;
margin-left: 8px;
}

/* Enhanced Meta info */
body.single-property .property_meta ul {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
padding: 0;
margin: 0;
list-style: none;
}

body.single-property .property_meta li {
font-size: 1rem;
color: #444;
background: rgba(255,255,255,0.8);
padding: 12px 15px;
border-radius: 10px;
border-left: 4px solid #FFCC01;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: all 0.3s ease;
}

body.single-property .property_meta li:hover {
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

body.single-property .property_meta li span:first-child {
font-weight: 600;
color: #333;
margin-right: 8px;
}

body.single-property .property_meta li span:last-child {
font-weight: 500;
color: #555;
}

/* --- Enhanced Property Actions --- */
body.single-property .property_actions {
background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
padding: 25px;
border-radius: 20px;
box-shadow: 0 8px 25px rgba(0,0,0,0.1);
margin: 30px 0;
border: 1px solid rgba(255,204,1,0.2);
position: relative;
overflow: hidden;
}

body.single-property .property_actions::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #FFCC01, #e6b801, #FFCC01);
}

body.single-property .property_actions ul {
display: flex;
gap: 15px;
list-style: none;
padding: 0;
margin: 0;
flex-wrap: wrap;
justify-content: center;
}

body.single-property .property_actions li {
flex: 1;
min-width: 150px;
}

body.single-property .property_actions a {
background: linear-gradient(135deg, #FFCC01 0%, #e6b801 100%);
padding: 15px 25px;
border-radius: 12px;
font-weight: 600;
text-decoration: none;
color: #000;
transition: all 0.3s ease;
display: block;
text-align: center;
box-shadow: 0 4px 15px rgba(255,204,1,0.3);
position: relative;
overflow: hidden;
}

body.single-property .property_actions a::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
transition: left 0.5s ease;
}

body.single-property .property_actions a:hover {
background: linear-gradient(135deg, #e6b801 0%, #d4a600 100%);
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(255,204,1,0.4);
}

body.single-property .property_actions a:hover::before {
left: 100%;
}

/* --- Enhanced Features, Summary, Description --- */
body.single-property .features,
body.single-property .summary,
body.single-property .description {
background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
padding: 30px;
border-radius: 20px;
box-shadow: 0 8px 25px rgba(0,0,0,0.1);
margin-bottom: 30px;
border: 1px solid rgba(255,204,1,0.2);
position: relative;
overflow: hidden;
}

body.single-property .features::before,
body.single-property .summary::before,
body.single-property .description::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #FFCC01, #e6b801, #FFCC01);
}

body.single-property .features h4,
body.single-property .summary h4,
body.single-property .description h4 {
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 20px;
color: #222;
display: flex;
align-items: center;
gap: 10px;
}

body.single-property .features h4::before {
content: "🏠";
font-size: 1.2em;
}

body.single-property .summary h4::before {
content: "📝";
font-size: 1.2em;
}

body.single-property .description h4::before {
content: "📋";
font-size: 1.2em;
}

/* Enhanced Features List */
body.single-property .features ul {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 12px;
}

body.single-property .features ul li {
font-size: 1rem;
color: #333;
position: relative;
padding: 15px 20px 15px 50px;
background: rgba(255,255,255,0.9);
border-radius: 12px;
border-left: 4px solid #FFCC01;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: all 0.3s ease;
font-weight: 500;
}

body.single-property .features ul li:hover {
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
background: rgba(255,255,255,1);
}

body.single-property .features ul li::before {
content: "✓";
position: absolute;
left: 15px;
top: 50%;
transform: translateY(-50%);
color: #FFCC01;
font-weight: bold;
font-size: 1.2em;
background: rgba(255,204,1,0.1);
width: 25px;
height: 25px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}

/* Summary and Description Content */
body.single-property .summary .summary-contents,
body.single-property .description .description-contents {
line-height: 1.8;
color: #555;
font-size: 1.05rem;
background: rgba(255,255,255,0.5);
padding: 20px;
border-radius: 12px;
border: 1px solid rgba(255,204,1,0.2);
}

/* --- Enquiry Form (Modal) --- */
body.single-property .property-enquiry-form {
display: flex;
flex-direction: column;
gap: 15px;
}
body.single-property .property-enquiry-form label {
font-weight: 600;
font-size: 0.95rem;
}
body.single-property .property-enquiry-form input,
body.single-property .property-enquiry-form textarea {
border: 1px solid #ddd;
border-radius: 6px;
padding: 10px 12px;
font-size: 1rem;
transition: all 0.3s ease;
}
body.single-property .property-enquiry-form input:focus,
body.single-property .property-enquiry-form textarea:focus {
border-color: #FFCC01;
box-shadow: 0 0 0 2px rgba(255,204,1,0.25);
outline: none;
}
body.single-property .property-enquiry-form input[type="submit"] {
background: #FFCC01;
border: none;
font-weight: 600;
cursor: pointer;
padding: 12px;
transition: all 0.3s ease;
}
body.single-property .property-enquiry-form input[type="submit"]:hover {
background: #e6b801;
}

/* --- Enhanced Responsive --- */
@media (max-width: 768px) {
  /* Image carousel */
  body.single-property .flexslider .slides img {
    height: 300px;
  }
  
  /* Thumbnails */
  body.single-property .thumbnails {
    padding: 10px;
    gap: 8px;
  }
  
  body.single-property .thumbnails img {
    width: 60px;
    height: 60px;
  }
  
  /* Property summary */
  body.single-property .summary.entry-summary {
    padding: 20px;
  }
  
  body.single-property .summary.entry-summary h1.property_title {
    font-size: 1.8rem;
  }
  
  body.single-property .summary.entry-summary .price {
    font-size: 1.5rem;
  }
  
  /* Meta info */
  body.single-property .property_meta ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  /* Property actions */
  body.single-property .property_actions ul {
    flex-direction: column;
    gap: 12px;
  }
  
  body.single-property .property_actions li {
    min-width: auto;
  }
  
  /* Features */
  body.single-property .features ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  
  /* Content sections */
  body.single-property .features,
  body.single-property .summary,
  body.single-property .description {
    padding: 20px;
  }
  
}

@media (max-width: 480px) {
  /* Further mobile optimizations */
  body.single-property .summary.entry-summary h1.property_title {
    font-size: 1.6rem;
  }
  
  body.single-property .summary.entry-summary .price {
    font-size: 1.3rem;
  }
  
  body.single-property .features h4,
  body.single-property .summary h4,
  body.single-property .description h4 {
    font-size: 1.3rem;
  }
  
  body.single-property .features ul li {
    padding: 12px 15px 12px 45px;
    font-size: 0.95rem;
  }
  
  /* Ensure department controls stay in three columns on very small screens */
  body.propertyhive-page .property-search-form .control-department {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6px !important;
  }
  
  body.propertyhive-page .property-search-form .control-department label {
    font-size: 0.85rem;
    padding: 8px 12px;
  }
}

/* Force three-column layout for department radios */
body.propertyhive-page .property-search-form .control-department {
display: grid;
grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
gap: 12px; /* spacing between them */
width: 100%;
}

body.propertyhive-page .property-search-form .control-department label {
text-align: center;
justify-content: center;
width: 100%; /* take full column space */
}

body.propertyhive-page .page-title{
display:none;
}


body.propertyhive-page #container{
  max-width:1258px;
  margin-top:30px;
}
body.single-property .thumbnails {
margin-bottom: 0px !important;
  }