/*
Theme Name: BizcorLuxury
Theme URI:
Description: Bizcor Theme
Author: Bizcor
Author URI:
Version: 2.1
*/
.section-great {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

.section-great .title {
  margin-bottom: 10px;
}

.section-great .subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 10px;
}

.section-great .desc {
  color: #777;
  margin-bottom: 40px;
}

.section-great .box-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.section-great .box {
  width: calc(33.333% - 27px);
  text-align: center;
}

.section-great .box img {
  max-width: 280px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.section-great .box p {
  font-weight: 500;
  color: #7A7A7A;
}
.units .unit-wrap .hnt:hover, .units .unit-wrap .hnt img {
    transition: all 0.3s linear;
}
.topBanner::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.3);
}
.cat_description{
	text-align:center;
	background:#F8F8F8;
}
.cat_description .container-custom{
	max-width: 1140px;
	margin: 0 auto;
}
.grid_property{
	max-width: 1180px;
    margin: 0 auto;
}
.grid_property .container-custom article{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}
.unit-card {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.unit-content {
    padding: 0 20px 10px;
	color: #7A7A7A;
	text-align: center;
}
.unit-content h3 {
    font-family: "Niconne", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1.7px;
    color: #000000;
	margin-top: 10px;
}
.divider{
    display: block;
    width: 80px;
    height: 3px;
    background: #1A85A1;
    margin: 18px auto;
    border-radius: 50px;
}
.grid_property a>p{
	display:none;
}
.unit-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform .6s ease;
}
.display_none{
	display: none;
}
.data-link {
    cursor: pointer;
    color: inherit;
}
.data-link:hover {
    text-decoration: underline;
}
.property-list{
	padding: 0;
}
@media (max-width: 768px) {
	.grid_property .container-custom article{
		grid-template-columns: repeat(1, 1fr);
	}
  .section-great .title {
    font-size: 22px;
  }

  .section-great .subtitle {
    font-size: 16px;
  }

  .section-great .desc {
    font-size: 13px;
  }

  .section-great .box-row {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .section-great .box {
    width: 100%;
    max-width: 320px;
  }

  .box img {
    max-width: 200px;
  }
}

@media (max-width: 480px) {
  .section-great .title {
    font-size: 20px;
  }

  .section-great .box img {
    max-width: 180px;
  }
}