@font-face {
    font-family: 'Nunito Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/nunito-regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Nunito Bold';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/nunito-bold.woff2) format('woff2');
}

@font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/poppins-bold.woff2) format('woff2');
}

@font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/poppins-regular.woff2) format('woff2');
}

:root {
    --primary: #ee2d3d;
}

html, body { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

h1 { font-family: 'Poppins Bold'; font-weight: 700; line-height: 1.3; font-size: 48px; color: #333; }

h2 { font-family: 'Poppins Bold'; font-weight: 700; line-height: 1.3; font-size: 36px; color: #333; }

h3 { font-family: 'Poppins Bold'; font-weight: 700; line-height: 1.3; font-size: 28px; color: #333; }

h4 { font-family: 'Poppins Regular'; font-weight: 400; line-height: 1.3; font-size: 20px; color: #333; }

p, a, li, span, button, select, input, textarea, label { font-family: 'Nunito Regular'; font-weight: 400; line-height: 1.5; font-size: 16px; color: #666; margin: 0; padding: 0; }

ul { margin: 0; padding: 0; }

li { list-style: none; }

a, button { transition: background 0.6s, border-color 0.6s, color 0.6s; }

a { text-decoration: none; }

img, iframe, video, textarea, figure { display: block; }

figure { margin: 0; }

.container { max-width: 1200px; width: 80%; margin: auto; }

.d-flex { display: flex; }

.align-items-center { align-items: center; }

.justify-content-center { justify-content: center; }

.justify-content-between { justify-content: space-between; }

.flex-wrap { flex-wrap: wrap; }

.text-center { text-align: center; }

.text-uppercase { text-transform: uppercase; }

.position-relative { position: relative; }

.btn { padding: 8px 20px; border-radius: 5px; border: 1px solid transparent; display: table; }

.btn-primary { background: var(--primary); border-color: var(--primary); color: #fff; }

.btn-primary:hover { background: #333; border-color: #333; }

.btn-secondary { background: #fff; border-color: #fff; color: #333; }

.btn-secondary:hover { color: #fff; background: #333; border-color: #333; }

.slider-container { position: relative; overflow: hidden; }

.slider { display: flex; transition: transform 0.4s ease; }

.slider-item { min-width: 100%; }

.slider img { width: 100%; display: block; }

.slider-dots { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 10; }

.slider-dots button { width: 10px; min-width: 10px; border: 0; height: 10px; border-radius: 50%; cursor: pointer; }

.slider-dots button.active { background: var(--primary); }

.loader { display: none; position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 99; }

.popup-section { position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 999; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.4s ease, visibility 0.4s ease; }

.popup-section.active { opacity: 1; visibility: visible; }

.popup-section .popup-content { padding: 30px; box-sizing: border-box; background: #fff; width: 100%; max-width: 500px; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); border-radius: 5px; box-shadow: 0 2px 5px rgb(0 0 0 / 10%); }

.popup-section .popup-content .popup-icon { font-size: 60px; line-height: 80px; width: 80px; height: 80px; border: 4px solid transparent; border-radius: 50%; text-align: center; margin: auto; }

.popup-section .popup-content .popup-icon.warning-icon { border-color: #f8bb86; color: #f8bb86; }

.popup-section .popup-content .popup-icon.success-icon { border-color: #2ecc71; color: #2ecc71; }

.popup-section .popup-content .popup-title { margin-top: 20px; }

.popup-section .popup-content .popup-text { margin-top: 5px; }

.popup-section .popup-content .popup-buttons-group { margin-top: 20px; column-gap: 10px; }

.popup-section .popup-content .popup-confirmation-button { transition: background 0.6s, border-color 0.6s; cursor: pointer; }

.loader img { position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); max-width: 40px; }

.instagram-icon { margin-top: 5px; display: table; }

/* home page styles */

.header { position: fixed; padding: 20px 0; z-index: 99; width: 100%; }

.header.fixed-header { background: #fff; box-shadow: 0 2px 5px rgb(0 0 0 / 10%); }

.header.fixed-header li a { color: #333; text-shadow: none; }

.header.fixed-header img { content: url(../images/footer-logo.png); max-width: 250px; }

.header.fixed-header .menu-burguer .bar { background: #333; }

.header .desktop-menu a { color: #fff; text-shadow: 0 2px 5px rgba(0 0 0 / 20%); }

.header .desktop-menu .row { column-gap: 50px; }

.header .desktop-menu .row .second-column ul { column-gap: 20px; }

.header .mobile-menu { display: none; }

.home-banner-section { height: 100vh; }

.home-banner-section .slider,
.home-banner-section .slider-item { height: 100%; }

.home-banner-section img { width: 100%; height: 100%; object-fit: cover; }

.home-banner-section .text-content { position: absolute; top: 50%; transform: translateY(-50%) translateX(-50%); width: 80%; max-width: 1200px; left: 50%; z-index: 9; }

.home-banner-section .text-content h1,
.home-banner-section .text-content h2,
.home-banner-section .text-content h4 { color: #fff; }

.home-banner-section .text-content h2 { font-size: 48px; }

.home-banner-section .text-content a { margin-top: 20px; }

.home-banner-section .cover { background: rgba(0, 0, 0, 0.3); position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.properties-in-canning-section { padding: 70px 0; }

.properties-in-canning-section .row { max-width: 900px; margin: auto; }

.properties-in-canning-section .row p { margin-top: 5px; }

.why-choosing-us-section { padding: 70px 0; background: #f8f9fa; }

.why-choosing-us-section .first-row { max-width: 900px; margin: auto; }

.why-choosing-us-section .first-row p { margin-top: 5px; }

.why-choosing-us-section .second-row { margin-top: 40px; gap: 20px; }

.why-choosing-us-section .second-row .column { width: calc(25% - 5px); background: #fff; padding: 30px; box-sizing: border-box; box-shadow: 0 2px 5px rgba(0 0 0 / 10%); border-radius: 5px; }

.why-choosing-us-section .second-row .column h4 { font-weight: bold; max-width: 80%; margin: auto; }

.why-choosing-us-section .second-row .column p { margin-top: 10px; }

.properties-list-section { padding: 70px 0; }

.properties-list-section.gray-background { background: #f8f9fa; }

.properties-list-section .first-row { max-width: 900px; margin: auto; }

.properties-list-section .first-row p { margin-top: 5px; }

.properties-list-section .second-row { margin-top: 30px; overflow: hidden; }

.properties-list-section .props-slider-track { display: flex; gap: 20px; transition: transform 0.4s ease; }

.properties-list-section .props-slider-track .column { flex: 0 0 calc((100% - 40px) / 3); box-shadow: 0 2px 5px rgb(0 0 0 / 10%); border-radius: 5px; }

.properties-list-section .second-row figure { border-radius: 5px; overflow: hidden; }

.properties-list-section .second-row img { transition: transform 0.6s; width: 100%; border-radius: 5px; }

.properties-list-section .second-row .column:hover img { transform: scale(1.1); }

.properties-list-section .second-row .column .text-content { position: absolute; bottom: 30px; left: 30px; }

.properties-list-section .second-row .column .text-content h4,
.properties-list-section .second-row .column .text-content p { color: #fff; }

.properties-list-section .second-row .column .text-content h4 { font-weight: bold; text-shadow: 0 0 5px #000; }

.properties-list-section .second-row .column .text-content .price { margin-top: 5px; }

.props-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.9); border: 0; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; font-size: 32px; line-height: 1; display: flex; align-items: center; justify-content: center; transition: background 0.3s, opacity 0.3s; z-index: 2; box-shadow: 0 2px 6px rgba(0,0,0,0.15); }

.props-arrow:hover { background: #fff; }

.props-prev { left: 10px; }

.props-next { right: 10px; }

.props-dots { display: flex; justify-content: center; gap: 8px; margin-top: 25px; }

.props-dots button { width: 10px; min-width: 10px; height: 10px; border-radius: 50%; border: 0; cursor: pointer; background: #ddd; padding: 0; transition: background 0.3s; }

.props-dots button.active { background: var(--primary); }

.lots-list-section { padding: 70px 0; background: #f8f9fa; }

.lots-list-section .subtitle { margin-top: 5px; }

.lots-list-section .row { margin-top: 30px; gap: 20px; }

.lots-list-section .row .column { width: calc(50% - 10px); box-shadow: 0 2px 5px rgb(0 0 0 / 10%); border-radius: 5px; }

.lots-list-section .row .column figure { border-top-left-radius: 5px; border-top-right-radius: 5px; overflow: hidden; }

.lots-list-section .row .column img { transition: transform 0.6s; width: 100%; border-top-left-radius: 5px; border-top-right-radius: 5px; }

.lots-list-section .row .column:hover img { transform: scale(1.1); }

.lots-list-section .row .column .text-content { padding: 30px; box-sizing: border-box; }

.lots-list-section .row .column .text-content h4 { font-weight: bold; }

.lots-list-section .row .column .text-content p { margin-top: 5px; }

.talk-to-advisor-section { background: var(--primary); padding: 70px 0; }

.talk-to-advisor-section .row { column-gap: 50px; }

.talk-to-advisor-section .row .first-column h2,
.talk-to-advisor-section .row .first-column h4 { color: #fff; }

.talk-to-advisor-section .row .first-column h4 { margin-top: 5px; }

.footer { background: #f8f9fa; }

.footer .footer-main-content { padding-top: 70px; padding-bottom: 20px; }

.footer .footer-main-content .row { column-gap: 40px; }

.footer .footer-main-content .row .column { width: 25%; }

.footer .footer-main-content .row .first-column img { width: 100%; }

.footer .footer-main-content .row .first-column p { margin-top: 15px; }

.footer .footer-main-content .row .column h4 { font-weight: bold; margin-top: 16px; }

.footer .footer-main-content .row .column .divider-horizontal-line { width: 100%; height: 2px; background: var(--primary); display: block; margin-top: 10px; margin-bottom: 25px; }

.footer .footer-main-content .row .second-column a,
.footer .footer-main-content .row .third-column a { display: block; }

.footer .footer-main-content .row .fourth-column a { column-gap: 5px; align-items: flex-start; }

.footer .footer-main-content .row .fourth-column .first-item svg { position: relative; top: 3px; }

.footer .footer-main-content .row .fourth-column svg { width: 20px; fill: var(--primary); }

.footer .main-divider-horizontal-line { width: 100%; height: 1px; display: block; background: #ccc; }

.footer .footer-copyright-content { padding: 20px 0; }

.footer a:hover { color: var(--primary); }

@media (max-width: 1380px) {
	h1 { font-size: 38px; }

	h2 { font-size: 29px; }

	h3 { font-size: 22px; }

	h4 { font-size: 16px; }

	p, a, li, span, button, select, input, textarea, label { font-size: 15px; }

	.header .row .first-column img { max-width: 200px; }

	.home-banner-section .text-content h2 { font-size: 38px; }

	.properties-in-canning-section .row { max-width: 840px; }

	.why-choosing-us-section .first-row { max-width: 840px; }

	.properties-list-section .first-row { max-width: 840px; }
}

@media (max-width: 1200px) {
	.header .desktop-menu { display: none; }

	.header .mobile-menu { display: block; }

	.header .mobile-menu .menu-burguer { display: grid; row-gap: 5px; cursor: pointer; }

	.header .mobile-menu .bar { width: 35px; height: 4px; background: #fff; display: block; transition: transform 0.4s ease, opacity 0.4s ease; }

	.header .mobile-menu .menu-burguer.open .bar-01 { transform: translateY(9px) rotate(45deg); }

	.header .mobile-menu .menu-burguer.open .bar-02 { opacity: 0; transform: scaleX(0); }

	.header .mobile-menu .menu-burguer.open .bar-03 { transform: translateY(-9px) rotate(-45deg); }

    .header .mobile-menu .second-row { overflow: hidden; max-height: 0; transition: max-height 0.4s ease; background: #fff; border-top: 3px solid transparent; margin-top: 20px; position: absolute; z-index: 9999; width: 100%; }

	.header .mobile-menu .second-row.open { border-top-color: var(--primary); }

	.header .mobile-menu ul li a { display: block; width: 100%; padding: 18px 35px; background: #fff; box-sizing: border-box; border-bottom: 1px solid #eee; }

	.header .mobile-menu ul li:last-child a { border-bottom: 0; }

	.home-banner-section { height: 600px; }

	.why-choosing-us-section .second-row { flex-wrap: wrap; }

	.why-choosing-us-section .second-row .column { width: calc(50% - 10px); }

	.footer .footer-main-content .row { flex-wrap: wrap; row-gap: 20px; }

	.footer .footer-main-content .row .first-column { width: 100%; text-align: center; }

	.footer .footer-main-content .row .first-column img { max-width: 200px; margin: auto; }

	.footer .footer-main-content .row .second-column,
	.footer .footer-main-content .row .third-column,
	.footer .footer-main-content .row .fourth-column { width: calc(33.33% - 27px); }
}

@media (max-width: 992px) {
	.properties-list-section .props-slider-track .column { flex: 0 0 calc(50% - 10px); }

	.lots-list-section .row .column { width: 100%; }

	.talk-to-advisor-section .row { flex-wrap: wrap; }

    .talk-to-advisor-section .row .column { width: 100%; text-align: center; }

    .talk-to-advisor-section .row .column a { margin: auto; }

    .talk-to-advisor-section .row .second-column { margin-top: 20px; }

	.footer .footer-main-content .row .column { width: 100%; text-align: center; }

	.footer .footer-main-content .row .fourth-column a { justify-content: center; }
}

@media (max-width: 768px) {
	.why-choosing-us-section .second-row .column { width: 100%; }

	.properties-list-section .props-slider-track .column { flex: 0 0 100%; }
}

/* end home page styles */



/* contact us page styles */

.header.is-internal-header { background: #fff; box-shadow: 0 2px 5px rgb(0 0 0 / 10%); }

.header.is-internal-header li a { color: #333; text-shadow: none; }

.header.is-internal-header img { content: url(../images/footer-logo.png); max-width: 250px; }

.header.is-internal-header .menu-burguer .bar { background: #333; }

.contact-us-section { padding-top: 140px; padding-bottom: 70px; }

.contact-us-section.gray-bg { background: #f8f9fa; padding-top: 70px; }

.contact-us-section.gray-bg .row .second-column form input, .contact-us-section.gray-bg .row .second-column form textarea { background: #f8f9fa; }

.contact-us-section p { margin-top: 5px; }

.contact-us-section .row { margin-top: 40px; column-gap: 30px; }

.contact-us-section .row .first-column { width: 35%; }

.contact-us-section .row .first-column .inner-row { column-gap: 10px; margin-top: 20px; }

.contact-us-section .row .first-column .inner-row svg { width: 20px; min-width: 20px; height: 20px; border-radius: 50%; padding: 10px; background: var(--primary); fill: #fff; }

.contact-us-section .row .first-column .inner-row .title { font-weight: bold; color: #333; }

.contact-us-section .row .first-column .inner-row a:hover { color: var(--primary); }

.contact-us-section .row .second-column { width: 65%; }

.contact-us-section .row .second-column form { display: grid; row-gap: 12px; margin-top: 20px; }

.contact-us-section .row .second-column form .form-group { column-gap: 12px; }

.contact-us-section .row .second-column form input,
.contact-us-section .row .second-column form textarea { outline: none; width: 100%; border: 1px solid #ddd; padding: 12px 20px; box-sizing: border-box; border-radius: 5px; }

.contact-us-section .row .second-column form textarea { resize: none; height: 100px; }

.contact-us-section .row .second-column form button { cursor: pointer; }

.contact-us-section .row .second-column form input[type="submit"] { transition: background 0.6s; background: var(--primary); cursor: pointer; color: #fff; }

.contact-us-section .row .second-column form input[type="submit"]:hover { background: #000; }

.contact-us-section .row .second-column form .hs-error-msg { color: var(--primary); display: block; margin-top: 10px; }

.contact-us-section .row .second-column form .hs-error-msgs label { color: var(--primary); }

.faqs-section { padding-top: 70px; background: #f8f9fa; }

.faqs-section .subtitle { margin-top: 5px; }

.faqs-section .row { max-width: 80%; margin: auto; margin-top: 40px; }

.faqs-section .row .tab-content { background: #fff; box-shadow: 0 2px 5px rgb(0 0 0 / 10%); }

.faqs-section .row .tab-content .tab-header { cursor: pointer; }

.faqs-section .row .tab-content:first-child .tab-header { border-top-left-radius: 5px; border-top-right-radius: 5px; }

.faqs-section .row .tab-content.active .tab-header { background: var(--primary); }

.faqs-section .row .tab-content.active .tab-header h4 { color: #fff; }

.faqs-section .row .tab-content.active .tab-header svg { fill: #fff; }

.faqs-section .row .tab-content .tab-header { padding: 20px 30px; column-gap: 20px; }

.faqs-section .row .tab-content .tab-header svg { width: 20px; transition: transform 0.4s ease; }

.faqs-section .row .tab-content.active .tab-header svg { transform: rotate(180deg); }

.faqs-section .row .tab-content .tab-header h4 { font-weight: bold; }

.faqs-section .row .tab-content .tab-body { padding: 0 30px; overflow: hidden; max-height: 0; transition: max-height 0.4s ease, padding 0.4s ease; }

.faqs-section .row .tab-content.active .tab-body { padding: 20px 30px; }

@media (max-width: 992px) {
	.contact-us-section .row { flex-wrap: wrap; }

	.contact-us-section .row .column { width: 100%; }

	.contact-us-section .row .second-column { margin-top: 40px; }

	.faqs-section .row { max-width: 100%; }
}

@media (max-width: 575px) {
	.contact-us-section .row .second-column form .form-group { flex-wrap: wrap; row-gap: 12px; }
}

/* end contact us page styles */



/* property details page styles */

.breadcrumb-section { padding-top: 120px; padding-bottom: 20px; }

.breadcrumb-section .row { column-gap: 6px; }

.breadcrumb-section .row p { font-weight: bold; }

.breadcrumb-section .row a:hover { color: var(--primary); }

.breadcrumb-section .row svg { width: 16px; }

.property-details-section { padding-bottom: 70px; }

.property-details-section .row { column-gap: 50px; }

.property-details-section .row .first-column { width: 65%; }

.property-details-section .row .second-column { width: 35%; }

.property-details-section .row .first-column h1 { font-size: 32px; }

.property-details-section .row .first-column .property-price { font-size: 24px; }

.property-details-section .row .first-column .property-tag { background: var(--primary); padding: 6px 10px; border-radius: 5px; color: #fff; width: fit-content; margin-top: 5px; display: block; }

.property-details-section .row .first-column .property-location { margin-top: 15px; column-gap: 10px; font-weight: bold; }

.property-details-section .row .first-column .property-location svg { width: 20px; min-width: 20px; height: 20px; padding: 10px; background: var(--primary); fill: #fff; border-radius: 50%; }

.property-details-section .row .first-column .property-subtitle { margin-top: 20px; font-size: 20px; }

.property-details-section .row .first-column .property-images-slider { margin-top: 20px; }

.property-details-section .row .first-column .property-description-content { margin-top: 30px; }

.property-details-section .row .first-column .property-description-content .divider-horizontal-line { width: 100%; display: block; height: 2px; background: var(--primary); margin-top: 10px; width: 50px; }

.property-details-section .row .first-column .property-amenities-content .inner-row { margin-top: 20px; gap: 20px; }

.property-details-section .row .first-column .property-amenities-content .inner-column { column-gap: 5px; }

.property-details-section .row .first-column .property-amenities-content .inner-column svg { width: 20px; fill: var(--primary); position: relative; top: -2px; }

.property-details-section .row .first-column .property-amenities-content .inner-column p { margin-top: 0; }

.property-details-section .row .second-column form { display: grid; row-gap: 12px; margin-top: 20px; }

.property-details-section .row .second-column form input,
.property-details-section .row .second-column form textarea { outline: none; width: 100%; border: 1px solid #ddd; padding: 12px 20px; box-sizing: border-box; border-radius: 5px; }

.property-details-section .row .second-column form textarea { resize: none; height: 100px; }

.property-details-section .row .second-column form button { cursor: pointer; }

.property-details-section .row .second-column .inner-row { column-gap: 10px; margin-top: 20px; }

.property-details-section .row .second-column .first-inner-row { margin-top: 30px; }

.property-details-section .row .second-column .inner-row svg { width: 20px; min-width: 20px; height: 20px; border-radius: 50%; padding: 10px; background: var(--primary); fill: #fff; }

.property-details-section .row .second-column .inner-row .title { font-weight: bold; color: #333; }

@media (max-width: 1380px) {
	.property-details-section .row .first-column h1 { font-size: 26px; }

	.property-details-section .row .first-column .property-price { font-size: 19px; }

	.property-details-section .row .first-column .property-subtitle { font-size: 16px; }
}

@media (max-width: 1200px) {
	.property-details-section .row .first-column .price-content { flex-wrap: wrap; }

	.property-details-section .row .first-column h1 { width: 100%; }

	.property-details-section .row .first-column .property-price { margin-top: 10px; margin-bottom: 10px; }
}

@media (max-width: 992px) {
	.property-details-section .row { flex-wrap: wrap; }

	.property-details-section .row .column { width: 100%; }

	.property-details-section .row .second-column { margin-top: 40px; }
}

.prop-slider-container { position: relative; overflow: hidden; border-radius: 12px; }

.prop-slider { display: flex; transition: transform 0.4s ease; }

.prop-slide { min-width: 100%; }

.prop-slide img { width: 100%; display: block; height: 420px; object-fit: cover; }

.prop-slider-arrows { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; display: flex; justify-content: space-between; padding: 0 15px; box-sizing: border-box; pointer-events: none; }

.prop-slider-prev, .prop-slider-next { pointer-events: all; background: rgba(255,255,255,0.9); border: 0; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; font-size: 26px; line-height: 1; display: flex; align-items: center; justify-content: center; transition: background 0.3s; }

.prop-slider-prev:hover, .prop-slider-next:hover { background: #fff; }

.prop-slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 25px; }

.prop-slider-dots button { width: 10px; min-width: 10px; height: 10px; border-radius: 50%; border: 0; cursor: pointer; background: #ddd; padding: 0; }

.prop-slider-dots button.active { background: var(--primary); }

.property-description-content .description-text { margin-top: 20px; line-height: 1.8; color: #555; }

.property-description-content .description-text p { margin-top: 0; }

.property-specs-content { margin-top: 30px; }

.property-specs-content h3 { margin-bottom: 0; }

.property-specs-content .specs-grid { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 20px; }

.property-specs-content .spec-item { display: flex; align-items: center; gap: 12px; background: #f7f7f7; border-radius: 8px; padding: 14px 18px; width: calc(33.33% - 47px); max-width: 210px; }

.property-specs-content .spec-icon { flex-shrink: 0; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; }

.property-specs-content .spec-icon svg { width: 26px; height: 26px; stroke: var(--primary); fill: none; }

.property-specs-content .spec-text { display: flex; flex-direction: column; gap: 2px; }

.property-specs-content .spec-value { font-size: 1rem; font-weight: 700; color: var(--text); line-height: 1.2; }

.property-specs-content .spec-label { font-size: 0.78rem; color: #888; text-transform: uppercase; letter-spacing: 0.03em; line-height: 1.2; }

.property-amenities-content { margin-top: 30px; }

.property-amenities-content h3 { margin-bottom: 0; }

.property-amenities-content .inner-row { margin-top: 20px; gap: 12px 30px; }

.property-amenities-content .inner-column { column-gap: 8px; }

.property-amenities-content .inner-column svg { width: 18px; min-width: 18px; fill: var(--primary); }

.property-amenities-content .inner-column p { margin: 0; }

.property-video-content { margin-top: 30px; }

.property-video-content h3 { margin-bottom: 0; }

.property-video-content .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-top: 20px; border-radius: 8px; }

.property-video-content .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 8px; }

.video-lazy-cover { position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; border-radius: 8px; overflow: hidden; }

.video-lazy-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }

.video-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: none; border: none; padding: 0; cursor: pointer; width: 68px; height: 48px; opacity: .9; transition: opacity .2s; }

.video-play-btn:hover, .video-lazy-cover:hover .video-play-btn { opacity: 1; }

.property-share-content { margin-top: 30px; }

.property-share-content h3 { margin-bottom: 0; }

.share-buttons { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }

.share-btn { display: flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 8px; border: 1px solid #ddd; background: #fff; cursor: pointer; font-family: 'Nunito Regular'; font-size: 14px; transition: background 0.3s, border-color 0.3s; }

.share-btn:hover { background: #f5f5f5; border-color: #bbb; }

.share-btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.property-map-sticky { position: sticky; top: 100px; }

.property-map-sticky h3 { margin-bottom: 0; }

#property-map { width: 100%; height: 380px; border-radius: 12px; overflow: hidden; margin-top: 20px; }

.property-map-address { margin-top: 10px; font-size: 14px; color: #666; }

.related-properties-section { padding-bottom: 70px; }

.related-properties-section h3 { margin-bottom: 30px; }

.related-properties-section .inner-row { gap: 20px; }

.related-properties-section .inner-column { width: calc(33.33% - 16px); border: 1px solid #ccc; border-radius: 20px; overflow: hidden; }

.related-properties-section .inner-column figure { overflow: hidden; }

.related-properties-section .inner-column img { width: 100%; display: block; transition: transform 0.6s; }

.related-properties-section .inner-column:hover img { transform: scale(1.05); }

.related-properties-section .inner-column .text-content { padding: 10px; }

.related-properties-section .inner-column .text-content p { font-weight: bold; color: #000; margin: 0; }

.related-properties-section .inner-column .text-content .price { color: var(--primary); margin-top: 4px; }

@media (max-width: 768px) {
    .prop-slide img { height: 240px; }
    
    .related-properties-section .inner-column { width: 100%; }
    
    .share-buttons { gap: 8px; }
    
    .share-btn span { display: none; }
    
    .share-btn { padding: 10px; }

    .property-specs-content .spec-item { width: calc(50% - 25px); }
}

@media (max-width: 575px) {
	.property-specs-content .spec-item { width: 100%; }
}

/* end property details page styles */



/* properties list page styles */

.in-list-properties-section { padding-top: 0; padding-bottom: 70px; }

.in-list-properties-section .no-properties-text { margin-top: 40px; color: #888; font-size: 1.1rem; }

.in-list-properties-section .first-row .second-column .view-map-button { transition: background 0.6s, border-color 0.6s; cursor: pointer; }

.in-list-properties-section .second-row { margin-top: 20px; column-gap: 60px; }

.in-list-properties-section .second-row .first-column { width: 30%; }

.in-list-properties-section .second-row .first-column .filters .column-content h4 { margin-bottom: 5px; }

.in-list-properties-section .second-row .first-column .filters .column-content span { display: block; cursor: pointer; transition: color 0.6s; }

.in-list-properties-section .second-row .first-column .filters .column-content span:hover { color: var(--primary); }

.in-list-properties-section .second-row .first-column .filters .column-content span span { display: inline-block; }

.in-list-properties-section .second-row .first-column .filters .column-content .filter-group { margin-top: 20px; }

.in-list-properties-section .second-row .first-column .filters .column-content .filter-group:first-child { margin-top: 0; }

.in-list-properties-section .second-row .first-column h4 { font-weight: bold; }

.in-list-properties-section .second-row .first-column .active-filters { flex-wrap: wrap; margin-bottom: 25px; gap: 15px; }

.in-list-properties-section .second-row .first-column .active-filters .active-filter-chip { column-gap: 12px; background: #eee; padding: 10px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; font-size: 14px; }

.in-list-properties-section .second-row .first-column .active-filters .active-filter-chip button { background: transparent; border: 0; cursor: pointer; transition: color 0.6s; }

.in-list-properties-section .second-row .first-column .active-filters .active-filter-chip button:hover { color: var(--primary); }

.in-list-properties-section .second-row .second-column { width: 70%; }

.in-list-properties-section .second-row .second-column .inner-row { gap: 20px; }

.in-list-properties-section .second-row .second-column .inner-row .inner-column { width: calc(33.33% - 16px); border: 1px solid #ccc; border-radius: 20px; }

.in-list-properties-section .second-row .second-column .inner-row .inner-column figure { border-top-left-radius: 20px; border-top-right-radius: 20px; overflow: hidden; }

.in-list-properties-section .second-row .second-column .inner-row .inner-column img { transition: transform 0.6s; width: 100%; border-top-left-radius: 20px; border-top-right-radius: 20px; }

.in-list-properties-section .second-row .second-column .inner-row .inner-column:hover img { transform: scale(1.1); }

.in-list-properties-section .second-row .second-column .inner-row .inner-column .text-content { padding: 10px; box-sizing: border-box; }

.in-list-properties-section .second-row .second-column .inner-row .inner-column .text-content p { font-weight: bold; color: #000; }

#map-view { width: 100%; height: 600px; border-radius: 12px; overflow: hidden; }

/* end properties list page styles */