.property_attribute{
  padding: 8.375rem 0 0rem 0;
  overflow: hidden;
}
.property_attribute .property_top_content{
	padding-left: 45rem;
	gap: 1.375rem;
}
.property_attribute .property_text .label {
    display: inline-block;
    width: 7.8125rem;       
    min-width: 7.8125rem;        
}
.property_attribute .property_text .value {
    flex: 1;            
    text-align: left;
}
.property_attribute .property_text{
	text-transform: uppercase;
	gap: 2rem;
}
.property_attribute .property_bottom_content .property_bottom_text{
	gap: 1.375rem;
}
.property_attribute .property_bottom_content .property_text .label {
    display: inline-block;
    width: 8.4375rem;       
    min-width: 8.4375rem;        
}
.property_attribute .properties__list{
	position: relative;
	min-height: 100vh;
	width: 100%;
	overflow: hidden;
}
.property_attribute .properties__list .properties__list-content{
	padding-right: 3rem;
	padding-left: 3rem;
	height: 100vh;
}
.property_attribute .properties__list .properties__item{
	width: auto;
	height: 28.375rem;
	flex-shrink: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.property_attribute .properties__list .properties__item img{
	height: 100%;
	width: auto;
	flex-shrink: 0;
}
.property_attribute .property_bottom_content {
	padding: 0 5.625rem 8.375rem 10.125rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;        
}

.property_attribute .property_button {
    display: flex;
    gap: 1.5rem;          
    align-items: center; 
    flex-wrap: wrap;    
}
.property_attribute .property_button .button_icon{
	gap: 1.5rem;
	align-items: center;
}
.property_attribute .property_button svg{
    stroke: var(--dark);   
}
.property_attribute .property-scroller{
	width: 100%;
  	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.property_attribute .property-image  {
  width: 100%;
  height: 22.75rem;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.properties__item {
    overflow: hidden;
}

.properties__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform, filter, opacity;
}
.property_attribute .dark-button{
  --black-button-hover: var(--section-color, var(--light));
}
.properties__item--preview {
    min-width: 40rem; 
    height: 100%;   
    background-color: #282827;
    color: var(--light);
    text-align: center;
    position: relative;
}

.properties__item--preview .heading {
    font-family: "Mingolia Display"; 
    font-size: 4.06125rem;
    line-height: 1.2;
    margin-bottom: 5rem;
    color: var(--light); 
}

.properties__item--preview .button {
    background: transparent;
    border: 1px solid rgba(245, 245, 241, 0.4);
    color: #f5f5f1;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 0.8rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}


.modal-gallery {
    display: none;
    position: fixed;
    z-index: 99999999;
    padding-top: 3.125rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: var(--light-secondary);
}


.modal-content-gallery {
    position: relative;
    background-color: var(--light-secondary);
    margin: auto;
    padding: 0;
    width: 90%;
}


.close-gallery {
    color: var(--dark);
    position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
    top: 0.5rem;
    right: 1rem;
    z-index: 10000000;
	width: 3.5rem;
	height: 3.5rem;
	border: 1px solid var(--dark);
	border-radius: 500px;
}
.close-gallery svg{
    stroke: var(--dark);
	width: 1.5rem;
}

.close-gallery:hover,
.close-gallery:focus {
    cursor: pointer;
}


.slidesGallery {
    display: block;
	height: 75vh;
    background-color: var(--light-secondary);
}


#modalMainImg{
    width: 100%;
	height: 100%;
	border-radius: 0.3125rem;
}

.prev-gallery,
.next-gallery {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-size: 1.5rem;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.1);
}

.next-gallery {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev-gallery:hover,
.next-gallery:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: var(--dark);
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    position: absolute;
    top: 0;
}

.cursor {
    cursor: pointer;
}

.thumbnails-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    background-color: var(--light-secondary);
    padding: 0.625rem 0;
    justify-content: center;
}

.column-gallery {
    flex: 0 0 auto;
    width: 9.375rem; 
}

.demo-gallery {
    opacity: 0.6;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    height: 3.75rem;
    object-fit: cover;
    display: block;
}

.active-gallery,
.demo-gallery:hover {
    opacity: 1;
}

.property_form_accordion {
    background-color: #282827; 
    color: #fff;
    transition: background-color 0.3s ease;
}

.property_form_inner {
    margin: 0 auto;
    padding: 60px 20px;
}

.property_form_accordion .field input,
.property_form_accordion .field textarea,
.property_form_accordion .field select {
    color: #fff;
    border-bottom-color: rgba(255,255,255,0.3);
}

.property_form_accordion .field input::placeholder {
    color: rgba(255,255,255,0.5);
}

.property_form_accordion .contact-block .contact-block-content {
  margin-bottom: 0;
}

.property_form_accordion .contact-block {
  padding-top: 0;
}

.property_form_accordion section {
    min-height: auto !important;
}

.property_form_accordion .contact-block .contact-block-form{
    margin-top: 0;
}
@media screen and (max-width: 767px) {
	.property_attribute .properties__list .properties__item{
		width: 19.125rem;
		height: 13.6875rem;
	}
	.property_attribute .property_top_content{
		padding-left: 1.375rem;
	}
	.property_attribute .properties__list .properties__list-content{
		padding-right: 1.375rem;
		padding-left: 1.375rem;
	}
	.property_attribute .property_bottom_content {
		padding: 0 1.375rem 4.125rem 1.375rem; 
		align-items: center;
		gap: 4.5625rem;
	}
	.property_attribute .property_button .dark-button{
		width: 100%;   
	}
	.property_attribute .property_button .button_icon button{
		width: 18rem;   
	}
	#Lightbox .close-gallery {
		top: 0.5rem;
		right: 0.5rem;
		width: 2.5rem;
		height: 2.5rem;
	}
	#Lightbox .close-gallery svg{
		stroke: var(--dark);
		width: 1rem;
	}
	.properties__item--preview {
		min-width: 20rem; 
	}

	.properties__item--preview .heading {
		font-size: 2rem;
		margin-bottom: 2.5rem;
	}

	.properties__item--preview .button {
		padding: 10px 20px;
		font-size: 0.725rem;
	}
	
	.thumbnails-row {
		justify-content: flex-start;
	}
}
