.property-card {
  border: 1px solid #eaeaea;
  background-color: #FAF8F2;
  font-family: sans-serif;
  text-align: left; 
}

.property-card h2 {
  font-size: 1.3rem; 
  font-weight: 400;
  color: #000;
}

.property-card h2 span {
  font-weight: 900 !important;
}

.property-image {
  position: relative;
  padding-top: 60%; /* 16:9 ratio */
  background-size: cover;
  background-position: center;
}

.property-type {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(240, 240, 240, 0.9);
  padding: 4px 8px;
  font-size: 14px;
  color: #333;
}

.property-body {
  padding: 16px;
}

.property-price {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}

.property-address {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}

.property-details {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding-top: 12px;
}

.property-details .detail {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #333;
}

.property-details img {
  width: 20px;
  height: 20px;
}

#gallery .row {
  max-width: 100% !important; 
  width: 100% !important; 
  padding: 0px;
  margin: 0px;
}

#gallery .gallery-item
 {
    padding: 0px !important; 
}

.overlay-content {
  position: absolute;
  top: 80%;
  left: 20%;
  width: 100%;
  color: white;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.overlay-content i {
  margin-right: 6px;
}

.virtual-tour {
  background-color: red;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
}

.photo-count {
  background-color: red;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 13px;
}
img {
  width: 100%;
}

.property-title {
  font-weight: 600;
  font-size: 2rem;
}

.property-price {
  color: #000;
}

.property-location i {
  vertical-align: middle;
}
@media only screen and (min-width: 600px) {
.align-right {
  text-align: right; 
}
}
.pswp__scroll-wrap {
  display: none; 
}
.estate_property-template-default .tab a{
   background-color: #333; 
  color: #fff !important; 
}
.estate_property-template-default .tab.active  a {
  background-color: #e60000 !important; 
  color: #fff !important;  
}
.tab-panels h2 {
    font-size: revert !important;
	color:#e60000 !important;
}
/*
 * Always set the map height explicitly to define the size of the div element
 * that contains the map.
 */
 .map-container {
     height: 450px;
     overflow: hidden;
     position: relative;
 }
#map {
    height: 450px; /* This will make it take up 50% of the viewport height */
    width: 100%;
    position: absolute;
   
     
}
.icons {
    width: 30px !important;
}
/*.first_color {
    background-color: #FAF8F2;
}*/

.card .row .col-md-12 {
	background-color: #FAF8F2;
	padding: 50px;
}
.tabbed-content.main-tabs {
	margin-bottom:60px;
}

@media only screen and (max-width: 600px) {
 .overlay-content {
    top: 50%;
    left: 0%;
    gap: 5px;
}
.tabbed-content .nav-tabs>li, .tabbed-content .nav-tabs>li a {
     margin: 1px !important;
    width: 100%;
}
.card .row .col-md-12 {
	background-color: #FAF8F2;
	padding: 25px!important;
}
}