/*
Theme Name: Houzez Child
Template: houzez
Author: Parvez Khan
Description: Custom Child Theme for Houzez
Version: 1.0
*/

.agent-information .agent-link{
	display: none !important;
}


.detail-wrap ul.list-3-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 items per row */
    column-gap: 40px; /* 🔴 horizontal gap between columns */
    row-gap: 15px;    /* vertical space between rows */
    padding: 0;
    margin: 0;
}

.detail-wrap ul.list-3-cols li {
    display: flex;
    align-items: center;
    gap: 5px; /* 🟡 reduce label-value space */
    list-style: none;
}

.detail-wrap ul.list-3-cols li strong {
    min-width: 130px; /* 🟡 all labels same width to align values */
    font-weight: 600;
}

.detail-wrap ul.list-3-cols li span {
    white-space: nowrap;
}



.custom-header {
  padding: 10px 0;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.header-logo img {
  max-height: 50px;
}

.header-menu .main-nav {
  display: flex;
  gap: 25px;
  list-style: none;
}

.header-menu .main-nav li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
}

.header-menu .main-nav li a:hover {
  color: #007bff;
}

.header-social a {
  color: #333;
  font-size: 16px;
  margin-left: 15px;
  transition: 0.3s;
}

.header-social a:hover {
  color: #007bff;
}


.custom-header {
  width: 100%;
  padding: 20px 0px 0px 0px;
  position: fixed;
  left: 0;
  z-index: 9999;
  transition: all 0.4s ease;
}

.transparent-header {
  background: transparent;
  border-bottom: none;
}

.sticky-header {
  background: rgb(15, 17, 56) !important;
  border-bottom: 1px solid #222;
}

.sticky-header .header-menu .main-nav li a,
.sticky-header .header-social a {
  color: #fff;
}

.transparent-header .header-menu .main-nav li a,
.transparent-header .header-social a {
  color: #fff;
}

.footer-search .e-search-form{
	  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer-search .e-search-input-wrapper{
	width:80%;
}
.footer-search .e-search-submit  {
	padding: 10px 25px 10px 30px !important;
}
.footer-search .elementor-social-icons-wrapper{
	margin-left: -20px !important;
}

.property-description-wrap .block-title-wrap{
	display: none !important;
}

.property-description-wrap .block-title-wrap{
	display: none !important;
}




