body {
	padding-top: 60px;
	overflow-x: hidden;
}

@media (min-width: 1024px) {
	body {
		padding-top: 80px;
	}
}


:root {
	--brand-color: #C9252C;
}

.container {
	max-width: 1200px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

@media (max-width: 1200px) {
	.container {
		padding: 0 24px !important;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 16px !important;
		max-width: 100% !important;
	}
}

a {
	transition: opacity 0.3s ease;
}

a:hover {
	opacity: 0.8;
}

.bg-brand {
	background-color: #C9252C !important;
}


.input {
	height: 45px;
	border: 1px solid #E4E4E4;
	border-radius: 4px;
	outline: none;
	padding-inline: 12px;

}

input[type="date"],
input[type="time"],
input[type="datetime-local"] {
	-webkit-appearance: none;
	/* Remove iOS-specific styles */

}

.input:focus {
	outline: 2px solid #C9252C;
}

.area {
	height: 144px;
	border: 1px solid #E4E4E4;
	border-radius: 4px;
	outline: none;
	padding-inline: 12px;
	resize: horizontal;
}

.area:focus {
	outline: 2px solid #C9252C;
}

.btn {
	height: 45px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-inline: 24px;
	padding-block: 12px;
	border: 1px solid transparent;
	transition: opacity 0.3s ease;
	gap: 12px;
}

.btn:hover {
	opacity: 0.8;
}

.btn--primary--outlined {
	background-color: transparent;
	color: #C9252C;
	border-color: #C9252C;
}

.btn--primary--outlined:hover {
	background-color: #C9252C;
	color: #fff;
	border-color: #C9252C;
}

.btn--primary {
	background-color: #C9252C;
	color: #fff;
	border-color: #C9252C;
}

.btn--primary:hover {
	background-color: #B02128;
	border-color: #B02128;
}

.btn--secondary {
	color: #898989;
	border-color: #E4E4E4;
}

.btn--secondary:hover {
	background-color: #E4E4E4;
	border-color: #E4E4E4;
}

.btn--outlined {
	border-color: #E4E4E4;
}

/* Step Indicator Styles */
[data-step-indicator]>div:first-child {
	background-color: #D1D5DB;
	/* bg-gray-300 */
}

[data-step-indicator]>div:first-child>span {
	color: #B5B5B5;
}

[data-step-indicator]>span:last-child {
	color: #B5B5B5;
}

/* Active step */
[data-step-indicator].active>div:first-child {
	background-color: #C9252C !important;
	/* bg-brand */
}

[data-step-indicator].active>div:first-child>span {
	color: #FFFFFF !important;
	/* text-white */
}

[data-step-indicator].active>span:last-child {
	color: #2B2B2B !important;
}

/* Step Connector Lines */
[data-step-indicator]+div {
	background-color: #D1D5DB;
	/* gray-300 - default for next steps */
}

[data-step-indicator]+div.step-connector-prev {
	background-color: #2B2B2B !important;
	/* black for prev steps */
}

/* Filter Tabs Horizontal Scroll on Mobile */
@media (max-width: 767px) {

	/* Target filter tab containers in sections - using descendant selector for flexibility */
	#office-hcmc-section .flex.flex-wrap,
	#office-hn-section .flex.flex-wrap,
	#leading-industrial-park-section .flex.flex-wrap {
		overflow-x: auto;
		overflow-y: hidden;
		flex-wrap: nowrap !important;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		/* Firefox */
		-ms-overflow-style: none;
		/* IE and Edge */
		margin-left: -16px;
		margin-right: -16px;
		padding-left: 16px;
		padding-right: 16px;
	}

	/* Hide scrollbar for Chrome, Safari and Opera */
	#office-hcmc-section .flex.flex-wrap::-webkit-scrollbar,
	#office-hn-section .flex.flex-wrap::-webkit-scrollbar,
	#leading-industrial-park-section .flex.flex-wrap::-webkit-scrollbar {
		display: none;
	}

	/* Ensure filter tab buttons don't shrink */
	#office-hcmc-section .flex.flex-wrap>button,
	#office-hn-section .flex.flex-wrap>button,
	#leading-industrial-park-section .flex.flex-wrap>button {
		flex-shrink: 0;
		white-space: nowrap;
	}
}

/* Ensure hidden grids with slick carousel stay hidden */
[data-listing-carousel].hidden {
	display: none !important;
	visibility: hidden !important;
}

/* Slick Carousel Dots */
.slick-dots {
	position: relative !important;
	bottom: 0 !important;
	margin-top: 16px !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px !important;
	list-style: none;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}


.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.slick-dots li {
	width: 8px !important;
	height: 8px !important;
	margin: 0 !important;
	background-color: #979797;
	border-radius: 50% !important;

}

.slick-dots li button {
	padding: 0;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50% !important;
	border: none !important;
	text-indent: -9999px !important;
	overflow: hidden !important;
	cursor: pointer !important;
	padding: 0 !important;
	transition: background-color 0.3s ease !important;
}

.slick-dots li button:before {
	display: none !important;
}

.slick-dots li.slick-active button {
	background-color: #C9252C !important;
}

/* Gap between slick slides: margin on slides + negative margin on list */
[data-listing-carousel].slick-initialized .slick-list {
	margin: 0 -8px;
}

[data-listing-carousel].slick-initialized .slick-slide {
	margin: 0 8px;
}

/* Ensure carousel items have equal height to prevent jerky scrolling */
[data-listing-carousel].slick-initialized .slick-list,
[data-listing-carousel].slick-initialized .slick-track {
	display: flex;
}

[data-listing-carousel].slick-initialized .slick-slide {
	height: auto;
	display: flex;
}

[data-listing-carousel].slick-initialized .slick-slide>* {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

/* Ensure all slides have the same height */
[data-listing-carousel].slick-initialized .slick-slide {
	align-items: stretch;
}

[data-listing-carousel].slick-initialized .slick-slide>a {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.filter-tab-button {
	color: #898989 !important;
	border-color: #E4E4E4 !important;
}

.filter-tab-button:hover {
	background-color: #E4E4E4 !important;
	border-color: #E4E4E4 !important;
}

.filter-tab-button.active {
	color: #fff !important;
	background-color: #C9252C !important;
	border-color: #C9252C !important;
}

.filter-tab-button.active:hover {
	background-color: #C9252C !important;
	border-color: #C9252C !important;
}

@media (max-width: 768px) {
	.btn {
		height: 42px;
		padding: 8px;
	}

	.filter-tab-button {
		height: 35px;
	}


	.input {
		height: 42px;
	}

	.area {
		height: 135px;
	}
}

/* Hero Section Background Images */
.hero-section {
	background-image: var(--hero-mobile);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.hero-section {
		background-image: var(--hero-desktop);
	}
}

/* Header Dropdown Menu Styles */

/* Nav Item Base Styles */


/* Dropdown Menu Container */
.nav-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background: white;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	z-index: 1000;
}

.nav-item:hover .nav-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

/* Tab Content */
.nav-menu-content {
	overflow: hidden;
}

.content-item {
	display: none;
	animation: fadeIn 0.3s ease;
}

.content-item.active {
	display: block;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}






.nav-menu {
	z-index: 49;
}

/* Smooth transitions */
* {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-item {
	transition: color 0.4s ease;
}

.nav-item:hover .nav-item-title {
	color: #C9252C;
}
.nav-item-title:hover{
	cursor: pointer;
}

.tabs .tab.active {
	border-bottom-color: #C9252C;
}

.nav-menu .filter-item.active,
.nav-menu .filter-item:hover {
	box-shadow: 0px 4px 4px 0px #00000026;
}
.nav-menu .tabs .tab:hover
{
	cursor: pointer;
}



/* Mobile Menu Styles */
#mobile-menu {
	top: 0;
	overflow: hidden;
}

[id^="mobile-submenu-"] {
	display: none;
}

[id^="mobile-submenu-"],
#mobile-menu-main {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

[id^="mobile-submenu-"]:not(.hidden) {
	display: flex;
	flex-direction: column;
}

#mobile-menu-main {
	padding: 16px;
}

/* Submenu slide animations */
@keyframes slideInFromRight {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

@keyframes slideOutToRight {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(100%);
	}
}

@keyframes slideInFromLeft {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideOutToLeft {
	from {
		transform: translateX(0);
		opacity: 1;
	}

	to {
		transform: translateX(-100%);
		opacity: 0;
	}
}

.slide-in-right {
	animation: slideInFromRight 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.slide-out-right {
	animation: slideOutToRight 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.slide-in-left {
	animation: slideInFromLeft 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.slide-out-left {
	animation: slideOutToLeft 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.mobile-tab.active {
	border-bottom-color: #C9252C !important;
}

.mobile-zone-center {
	display: grid;
	grid-template-rows: 0fr;
	gap: 8px;
	overflow: hidden;
	transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1),
		margin-top 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	margin-top: 0;
}

.mobile-zone-center>* {
	overflow: hidden;
}

.mobile-zone-center.hidden {
	display: none;
}

.mobile-zone-center.expanded {
	grid-template-rows: 1fr;
	margin-top: 16px;
}

.mobile-zone-item.active .mobile-zone-arrow {
	transform: rotate(180deg);
}

.mobile-zone-arrow {
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-street-item {
	padding: 12px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	border-radius: 4px;
	border: 1px solid #E4E4E4;
	background: #fff;
}
.nav-street-item:hover
{
	cursor: pointer;
}

.industrial-filter-item.active .nav-street-item__title {
	color: #C9252C;
}

.nav-street-item__title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}

.nav-street-item:hover {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.nav-district-item {
	display: flex;
	gap: 12px;
	padding: 12px;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #E4E4E4;
	justify-content: space-between;
	align-items: center;
}
.nav-district-item:hover
{
	cursor: pointer;
}

.nav-district-item.active {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.nav-district-item__title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}

.nav-district-item__count {
	padding: 2px 8px;
	font-weight: 500;
	background: #949699;
	color: #fff;
	border-radius: 4px;
	flex-shrink: 0;
}

.nav-district-item.active .nav-district-item__count {
	background: #C9252C;
}


@media (max-width: 768px) {

	.nav-street-item,
	.nav-district-item {
		padding-inline: 8px;
		padding-block: 16px;
	}

	.nav-street-item__title {
		font-size: 14px;
	}

	.nav-street-item__buildings {
		font-size: 14px;
	}
}


.toc .toc-list {
	counter-reset: parent-counter !important;
	padding-left: 2rem !important;
	list-style: none !important;
	margin: 0 !important;
}

.toc .toc-list__child {
	padding-left: 1.6rem !important;
	counter-reset: child-counter !important;
	list-style: none !important;
	margin: 0 !important;
}

.toc .toc-list>li {
	counter-increment: parent-counter !important;
	display: list-item !important;
	list-style-type: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	position: relative;
}

.toc .toc-list>li::marker {
	content: counter(parent-counter) ". " !important;
	display: inline-block !important;
	width: auto !important;
	margin-right: 0.5rem !important;
}

.toc .toc-list__child>li {
	counter-increment: child-counter !important;
	display: list-item !important;
	list-style-type: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
	position: relative;
}

.toc-list__item {
	display: block;
}

.toc .toc-list__child>li::marker {
	content: counter(parent-counter) "." counter(child-counter) " " !important;
	display: inline-block !important;
	width: auto !important;
}

/* TOC Link Styles */
.toc__link {
	position: relative;
	transition: all 0.3s ease;
	color: #374151;
	/* text-gray-700 */
	text-decoration: none;
}


.toc-list li>.toc__link::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: transparent;
	transition: background-color 0.3s ease;
}

.toc-list li>.toc__link::before {
	left: -28px;
}

.toc-list__child li>.toc__link::before {
	left: -36px;
}


.toc__link:hover {
	color: var(--brand-color);
}

.toc__link.active {
	color: var(--brand-color);
}

.toc__link.active::before {
	background-color: var(--brand-color) !important;
}

.toc__link.active:hover {
	color: var(--brand-color);
}

.toc-list__item:not(:last-child) {
	margin-bottom: 12px;
}

.toc-list__child {
	padding-top: 12px;
}


.property-anchor {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-inline: 16px;
	padding-block: 24px;
	font-weight: 500;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.3;
	transition: color 0.3s ease;
	position: relative;
}

.property-anchor::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: transparent;
	transition: background-color 0.3s ease;
}

.property-anchor:hover {
	color: var(--brand-color);
}

.property-anchor.active {
	color: var(--brand-color);
}

.property-anchor.active::before {
	background-color: var(--brand-color) !important;
}

/* Utility class to hide scrollbar */
.scrollbar-hide {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari and Opera */
}


/*
Source - https://stackoverflow.com/a
Posted by Anton Strogonoff, modified by community. See post 'Timeline' for change history
Retrieved 2026-01-24, License - CC BY-SA 4.0
*/

hr {
	border-color: #E4E4E4 !important;
}

/* Mobile District Filter Button */
#mobile-district-filter-btn {
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
}

.mobile-filter-arrow {
	flex-shrink: 0;
	margin-left: 8px;
	transition: transform 0.3s ease;
}

#mobile-district-filter-btn[aria-expanded="true"] ~ .mobile-filter-arrow {
	transform: rotate(180deg);
}

.mobile-district-filter-clear-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	cursor: pointer;
	color: #2B2B2B;
	transition: color 0.2s ease, opacity 0.2s ease;
	flex-shrink: 0;
	margin-left: 4px;
}

.mobile-district-filter-clear-icon:hover {
	color: #C9252C;
}

.mobile-district-filter-clear-icon:active,
.mobile-district-filter-clear-icon:focus {
	opacity: 0.7;
	outline: none;
}

.mobile-district-filter-clear-icon.hidden {
	display: none;
}

/* Mobile District Filter Modal */
.mobile-district-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: flex;
	align-items: flex-end;
}

.mobile-district-modal.hidden {
	display: none;
}

.mobile-district-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.mobile-district-modal.show .mobile-district-modal-overlay {
	opacity: 1;
}

.mobile-district-modal-content {
	position: relative;
	width: 100%;
	max-height: 80vh;
	background-color: #fff;
	border-radius: 16px 16px 0 0;
	transform: translateY(100%);
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	z-index: 1;
}

.mobile-district-modal.show .mobile-district-modal-content {
	transform: translateY(0);
}

.mobile-district-modal-header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid #E4E4E4;
	background-color: #F9F9F9;
}

.mobile-district-modal-close {
	background: none;
	border: none;
	padding: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease;
}

.mobile-district-modal-close:hover {
	opacity: 0.7;
}

.mobile-district-modal-body {
	flex: 1;
	overflow-y: auto;
	padding: 0;
}

.mobile-district-list {
	display: flex;
	flex-direction: column;
}

.mobile-district-item {
	width: 100%;
	padding: 16px;
	text-align: left;
	background: none;
	border: none;
	border-bottom: 1px solid #E4E4E4;
	font-size: 16px;
	font-weight: 400;
	color: #2B2B2B;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.mobile-district-item:hover {
	background-color: #F9F9F9;
}

.mobile-district-item:active {
	background-color: #F0F0F0;
}

.mobile-district-item:last-child {
	border-bottom: none;
}

.mobile-district-item.active {
	background-color: #F3F8FA;
	color: #C9252C;
	font-weight: 500;
}

/* Prevent body scroll when modal is open */
body.mobile-modal-open {
	overflow: hidden;
}

/* Table Toggle Animation Styles */
tbody tr.hidden {
	display: none !important;
}

tbody tr.table-row-expanding {
	display: table-row !important;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

tbody tr.table-row-expanded {
	display: table-row !important;
	opacity: 1;
	transition: opacity 0.3s ease-out;
}

tbody tr.table-row-collapsing {
	display: table-row !important;
	opacity: 0;
	transition: opacity 0.3s ease-in;
}

.entry-content ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.entry-content ol {
  list-style: decimal;
  padding-left: 1.5rem;
}

.entry-content h1 {
  font-size: 2rem;
  font-weight: 700;
}

.entry-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.entry-content a {
  color: #2563eb;
  text-decoration: underline;
}

.entry-content h1,
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5,
.entry-content ol, 
.entry-content ul,
.entry-content p {
	margin-bottom: 15px;
}

.product_info b 
{
 color: #DF0A08;
}

.entry-content table tr td,
.entry-content table tr th
{
	border: 1px solid;
	padding: 0px 10px;
}
#content table tr td
{
	border: 1px solid;
	padding: 0px 10px;
}
.entry-content table
{
	margin-bottom: 15px;
}

#content ul li,
#content ol li
{
	margin-bottom: 7px;
}