
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

.propertyhive-info.no-results-message{
text-align:center;
padding:40px 0px;
}
 .pph-count-order{
width: 93%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
align-items: center;
}
 .pph-count-order .orderby{
padding:10px 25px;
border:#000 solid 1px;
background:#fff;
border-radius:10px;

}
.property-listing-wrapper {
margin:150px 0px 0px 0px;
}
.property-listing-wrapper .property-listing-container {
max-width: 1280px;
margin:0px auto; 
}
.property-listing-wrapper .property-listing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 per row */
    gap: 1.5rem;
    width: 93%;
    max-width: 1600px;
    margin: 0 auto;
    align-items: stretch;
    margin-bottom: 40px;
}

.property-listing-wrapper .property-listing-card {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a),
                0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.property-listing-wrapper .property-listing-grid .property-listing-card .property-action-category.listing-view {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}
.property-listing-wrapper .property-listing-grid .property-listing-card .property-action-category.listing-view span {
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
}
.property-listing-wrapper .property-listing-grid .property-listing-card .image_slide_area {
  position: relative;
}
.property-listing-wrapper .property-listing-grid .property-listing-card .image_slide_area .image_slider img {
 aspect-ratio: 2/1.5; 
  width: 100%;
height: auto;
  object-fit: cover;
  border-radius: 0px;
}

.property-listing-wrapper .property-listing-grid .property-listing-card .result_title {
  padding: calc(.25rem * 6); ;
  display: flex;
  color: #000;
      gap: 0.99rem;
    flex-direction: column;
    flex: 1; 
}
.property-listing-wrapper .property-listing-grid .property-listing-card .result_title a,.property-listing-wrapper .property-listing-grid .property-listing-card .result_title a:hover{
 color: #000 !important;
}

.property-listing-wrapper .property-listing-grid .property-listing-card .result_title > span, .property-listing-wrapper .property-listing-grid .property-listing-card .result_title p {
    font-size: 16px;
  }

  .property-listing-wrapper .property-listing-grid .property-listing-card  .property-department-tag{
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    border-radius: 6px;
    padding: 8px 12px;
    color: #000;
    font-size: 12px;
    line-height: 1.3;
  }
  
 .property-listing-wrapper .property-listing-grid .property-listing-card .result_title h3 {
    font-size: 16px;
    line-height: 26px;
	margin-bottom:0px;
  font-family: futura-stdbook;
  font-weight: 600;
  color:#000433;
  }
   .property-listing-wrapper .property-listing-grid .property-listing-card .result_title .price {
  font-size: 16px;
  color:#000;
}
  .property-listing-wrapper .property-listing-grid .property-listing-card .arrow_btn_row {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.property-listing-wrapper .property-listing-grid .property-listing-card .gthh_row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px;
  gap: 10px;
}
.property-listing-wrapper .property-listing-grid .property-listing-card .gthh_row .gthh {
  background: #fff;
  box-shadow: 0 0 15px #00000014;
  padding: 9px 16px;
  border-radius: 7px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.property-listing-wrapper .property-listing-grid .property-listing-card .gthh_row .gthh > img {
  height: 20px;
}
.property-listing-wrapper .property-listing-grid .property-listing-card .arrow_btn_row button {
  background: transparent;
  padding: 5px;
  transition: 0.5s;
  opacity: 0;
}
.property-listing-wrapper .property-listing-grid .property-listing-card .arrow_btn_row button > img {
    height: 14px;
  }
 .property-listing-wrapper .property-listing-grid .property-listing-card .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.property-listing-wrapper .property-listing-grid .property-listing-card .image_slider .slick-dots {
  display: none !important;
  }
  
  .property-listing-wrapper .property-listing-grid .property-listing-card .arrow_btn_row {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.property-listing-wrapper .property-listing-grid .property-listing-card .arrow_btn_row button>img {
    height: 18px;
}

.property-listing-wrapper .property-listing-grid .property-listing-card .arrow_btn_row button {
    background: transparent;
    padding: 5px;
    transition: 0.5s;
    opacity: 0;
}

.property-listing-wrapper .property-listing-grid .property-listing-card:hover .arrow_btn_row button {
    opacity: 1;
}

.property-listing-wrapper .property-listing-grid .property-listing-card .slide_left {
    transform: rotate(90deg);
}

.property-listing-wrapper .property-listing-grid .property-listing-card .slide_right {
    transform: rotate(-90deg);
}
  
@media only screen and (max-width: 650px) {
.propertyhive-result-count{
display:none !important;
}

.property-listing-wrapper .property-listing-container {
  width: 90%;
  margin: 0px auto;
}

.property-listing-wrapper .property-listing-grid {
display:block;
}

.property-listing-wrapper .property-listing-grid .property-listing-card {
width:100%;
max-width:100%;
margin-bottom:30px;
}
}
/* ===============================
   PROPERTY HIVE PAGINATION
================================ */

.propertyhive-pagination {
  margin: 60px 0 40px;
  display: flex;
  justify-content: center;
}

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

/* Base buttons */
.propertyhive-pagination .page-numbers li a,
.propertyhive-pagination .page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  background: #fff;
  transition: all 0.25s ease;
}

/* Hover */
.propertyhive-pagination .page-numbers li a:hover {
  background: #d71921;
  color: #fff;
  transform: translateY(-2px);
}

/* Active page */
.propertyhive-pagination .page-numbers li .current {
  background: #d71921;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Next arrow */
.propertyhive-pagination .page-numbers li a.next {
  font-size: 18px;
  padding: 0 18px;
}

/* Mobile */
@media (max-width: 600px) {
  .propertyhive-pagination .page-numbers {
    gap: 8px;
  }

  .propertyhive-pagination .page-numbers li a,
  .propertyhive-pagination .page-numbers li span {
    min-width: 38px;
    height: 38px;
    font-size: 14px;
  }

}

/* ===============================
   MODERN PROPERTY SEARCH FORM
================================ */
.property-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    background: #fff;
    padding: 20px 24px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    align-items: flex-end;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    
}

.property-search-accordion{
  position: sticky !important;
    overflow: visible;
    top: 0px;
     z-index: 9;
}

/* Controls layout */
.property-search-form .control {
    flex: 1 1 180px;
    display: flex;
    flex-direction: column;
        border-right: #777171 solid 1px;
    padding-right: 20px;
}

/* Labels */
.property-search-form label {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}
.property-search-form .hide-radios label{
    display: none !important;
    
}

/* Inputs & Selects */
.property-search-form select,
.property-search-form input[type="text"] {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #000; /* subtle border */
    font-size: 14px;
    width: 100%;
    transition: border-color 0.3s, box-shadow 0.3s;
    background: #000 ;
    color: #fff;
}
 
.property-search-form select:focus,
.property-search-form input[type="text"]:focus {
   
    outline: none;
}

/* Radio buttons */
.property-search-form input[type="radio"] {
    margin-right: 6px;
}
.property-listing-wrapper .property-search-form {
    display: table;
    width: 100%;
    margin: 0px auto;
    background: #000;
    border-radius: 0px;
    padding:   0px;
 max-width: initial;
 
}
/* Submit button */
.property-search-form input[type="submit"] {
  background-color: #D2141E;
    color: #fff;
    border: none;
    border-radius: 0px;
    font-weight: 600;
    cursor: pointer;
    padding: 20px 25px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    }

.property-search-form input[type="submit"]:hover {
    background-color: transparent;
   /* transform: translateY(-2px);*/
}
.property-search-form .control label
 
 {
    display: block;
}


.property-listing-banner{
    margin-top: 80px;
}

.property-listing-banner .property-listing-banner-inner img{
    object-fit:cover;
    width: 100%;
    object-position: center;
}
.property-listing-banner .property-listing-banner-inner{
    width: 93%;
    height: 100%;
    overflow: hidden;
    margin:0 auto;
    border-radius: 20px;
}
.property-listing-wrapper .property-listing-grid .property-listing-card  .thumbnail.image_slider{
    line-height: 1px;
}
.property-listing-wrapper .property-listing-grid .property-listing-card  .property-price{
  padding: 15px calc(.25rem * 6);
  font-size: 24px;
  line-height: 32px;
  letter-spacing: .1px; 
background-color: #f2f3f4;
  color: #4f5064;
  font-family: futura-stdbook;
  font-weight: 600;
}

.propertyhive {
    background: #fff;
}

.property-listing-wrapper .propertyhive {
    background: #fff;
 
    margin-top: -20px;
    padding-bottom: 70px;
}

.property-listing-banner {
    position: relative;
    height: 65vh;
    margin-bottom: 25px;
}
.property-listing-banner-content{
    position: absolute;
    z-index: 9;
    left: 0%;
    top:0%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-listing-banner-content h2  {
  text-transform: uppercase;
  font-family: futura-stdbook;
  font-size: 4vw;
  font-style: normal;
  color: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  text-rendering: optimizeLegibility;
  font-weight: normal;
}
.property-listing-banner img{
    width: 100%;
    min-height: 65vh;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

 


/* Hide the default radio button */
.control.control-department input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Style the label to act as a custom radio button */
.control.control-department label {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

/* Create the custom radio button circle */
.control.control-department label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s;
}

/* Inner dot when checked */
.control.control-department  label.checked::after {
  content: "";
  position: absolute;
  left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;  background: #d71921; /* theme color */
  border-radius: 50%;
}
.control.control-department label.checked::before,
.control.control-department label:hover::before {
  border-color: #d71921;
}

    .ph-bb-item {
        display: flex;
        gap: 1rem;
    }
    .ph-bb-item svg{
        height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
    }

    .gthh {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: default;
}
 .gthh[data-tooltip]:after {
  content: attr(data-tooltip);
  white-space: pre-line;
  position: absolute;
  bottom: 130%;
  left: 60%;
  transform: translateX(-50%) translateY(0px);
  width: 86px;
  padding: 8px 10px;
  background: #d71921;
  border: 0px solid rgba(36, 42, 56, 0.75);
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease; 
  z-index: 999;
  text-align:center;
}


/* Tooltip Arrow */
.gthh[data-tooltip]:before {
   content: "";
  position: absolute;
  bottom: 80%; /* slightly below tooltip box */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px; /* size of arrow */
  border-style: solid;
  border-color: #d71921 transparent transparent transparent; /* top pointing triangle */
   
  opacity: 0;
  transition: 0.25s ease;
  z-index: 998;
}

/* Show Tooltip */
.gthh[data-tooltip]:hover::after,
.gthh[data-tooltip]:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
 .ph-bb-item{
                margin-bottom: 5px;
            }
            .card-contact-footer{
                display: flex;
                justify-content: space-between;
                 gap: 1rem;
                 font-size: 15px;
                 color: #000;
                 align-items: center;

                 font-weight: 600;
                 margin-top: auto;
            }
            .card-contact-footer .card-footer-left {
                display: flex;
                gap: 1rem; align-items: center;
            }
            .card-contact-footer .card-footer-left div{
                display: flex;
                gap: 0.5rem;
                 align-items: center;

            }
             .card-contact-footer  svg{
                width:18px;
                height: auto;
}

 
/* Responsive for mobile */
@media (max-width: 768px) {
    .property-search-form {
        flex-direction: column;
        gap: 12px;
    }
 
    .property-search-form .control {
        width: 100%;
    } 
.property-listing-wrapper .property-search-form {
  display: flex !important;
 width: 100% !important;
   
    padding: 20px;}

.property-search-form .control {
  flex: 1 1 38px;
padding: 0px !important;
border:0px !important;
}
.property-listing-wrapper .property-listing-grid{
padding-left:10px;
padding-right:10px;
}
.property-listing-banner-content h2 {
   font-size: 12vw;
}
.property-search-form input[type="submit"] {
  
  width: 100%;
}
}



@media (max-width:1200px){
 .property-listing-wrapper .property-listing-grid{
   grid-template-columns:repeat(3,1fr);
 }
}

@media (max-width:900px){
 .property-listing-wrapper .property-listing-grid{
   grid-template-columns:repeat(2,1fr);
 }
}

@media (max-width:600px){
  .property-search-form select, .property-search-form input[type="text"] {
  padding: 12px 14px;
    border-radius: 0px;
    border-bottom: 1px solid #fff;}
 .property-listing-wrapper .property-listing-grid{
   grid-template-columns:1fr;
 }

 .property-listing-banner {
  position: relative;
  height: 45vh;
  margin-bottom: 25px;
}
}
