@font-face {
	font-family: 'KaiseiDecol-Bold';
	src: url('../fonts/KaiseiDecol-Bold.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'KaiseiDecol-Medium';
	src: url('../fonts/KaiseiDecol-Medium.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'KaiseiDecol-Regular';
	src: url('../fonts/KaiseiDecol-Regular.woff2') format('woff2');
	font-display: swap;
}

body {
	background: linear-gradient(to top, #03474f, #00282f);
	color: #fff;
}

.poshd {
	position: absolute;
	top: 37%;
	left: 11%;

}

.poshd h1 {
	font-family: 'KaiseiDecol-Bold';
	color: #ffffff;
	font-size: 36px;
	text-shadow: 4px 3px 5px black;
}

h2 {
	font-family: 'KaiseiDecol-Bold';
	color: #ffffff;
}

p {
	font-family: 'KaiseiDecol-Regular';
	font-size: 15px;
}

.tenantlogoimg {
	display: block;
	width: 30% !important;
	height: 65px !important;
	object-fit: contain;
	margin: auto;
}


.tenant_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin: auto;
}

.tw_item {
	width: 19%;
	background: #0d1f3900;
	border: 1px solid #fff;
	margin: auto;
	display: flex;
	padding: 10px;
	height: 103px;
	align-items: center;
	justify-content: center;
}

.tw_item:hover {
	background: #15684260;
	backdrop-filter: blur(5px);
}

.my-popup {
	background: #cfcfce;
	width: 700px;
}

.popup-content {
	width: 69%;
	font-family: 'KaiseiDecol-Medium';
	font-size: 14px;
	text-align: left;
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-popup-layout {
	display: flex;
	flex-direction: row;
	margin-top: 1rem;
	align-items: center;
	gap: 1.5rem;
}

.my-close-btn {
	position: absolute;
	top: 0rem;
	right: 1rem;
}

.my-close-btn {
	background: transparent;
	border: none;
	font-size: 30px;
	color: #000;
	padding: 0;
	margin: 0;
}

.tlogo {
	width: 200px;
	height: 80px;
	object-fit: contain;

}

div:where(.swal2-container).swal2-center>.swal2-popup {
	padding: 0;
}

.my-popup .swal2-actions {
	display: none;
}

.locationbg {
	background: url(../images/green-sparkle.jpg);
	background-size: cover;
	width: 100%;
	background-position: center;
}

.gtc-bg {
	background: url(../images/greengrad.jpg);
	background-size: cover;
	width: 100%;
	background-position: center;
}

.cta-loc {
	max-width: 50%;
}

.ic-wrap {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

.sliderImg {
	height: 410px;
	width: 100%;
	object-fit: cover;
}

#events-and-happenings p {
	text-align: justify;
}

.owl-carousel .item img.tenantlogo {
	display: block;
	width: 87%;
    height: 137px;
	object-fit: contain;
	margin: auto;
}

.owl-carousel .item.active img.tenantlogo {
	display: block;
	width: 186px;
	height: 118px;
	object-fit: contain;
	margin: auto;
}

.tenant-sec .owl-stage {
	margin: 15px 0;
	display: flex;
	display: -webkit-flex;
}

.tenant-sec .item {
	margin: 0 15px 0;
	width: 290px;
	height: 293px;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	background: transparent no-repeat center center / cover;
	border-radius: 0;
	border: 2px solid #cfcfce;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	cursor: pointer;
	position: relative;
}

.tenant-sec .item.active {
	width: 600px;
	background: #cfcfce;
	border: 2px solid transparent;
}
.tenant-sec .item::after { 
    content: url("../images/plus-icon.svg"); 
  position: absolute;
  right: 8px;   /* adjust spacing */
  bottom: 8px;  /* adjust spacing */
  width: 20px;  /* optional if SVG/png needs scaling */
  height: 20px;
      filter: invert(1);
}
.tenant-sec .item.active::after {
 content:"";
}
.tenant-sec .item-desc {
	padding: 0 24px 12px;
	display: none;
	color: #000000;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transform: translateX(calc(100% - 54px));
	-webkit-transform: translateX(calc(100% - 54px));
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.tenant-sec .item.active .item-desc {
	display: flex;
	-webkit-transform: none;
	height: 100%;
	width: 60%;
	align-items: center;
	justify-content: center;
}

.tenant-sec .item-desc p {
	opacity: 0;
	display: none;
	/* width: 0; */
	-webkit-transform: translateX(32px);
	transform: translateX(32px);
	transition: all 0.4s ease-in-out 0.2s;
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	font-size: 14px;
	margin: 0;
}

.tenant-sec .item.active .item-desc p {
	opacity: 1;
	width: 100%;
	display: flex;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.tenant-sec .owl-theme.custom-carousel .owl-dots {
	margin-top: -20px;

	position: relative;
	z-index: 5;
}

.hystmodal--active {
	z-index: 99999 !important;
}

.zz-btn {
	top: 20%;
	left: 1rem;
	flex-direction: column;
}

#mappopup .hystmodal__window {
	background: #363535;
}

.bg-br {
	background-color: #521e2e;
	color: white;
	font-size: 20px;
	font-family: 'Poppins-Bold';
	cursor: pointer;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50px;
}

.hystmodal__window {
	width: 500px;
}

/******** Middle section CSS End *******/
.owl-nav {
	position: absolute;
	top: -13%;
	width: 100%;
	display: flex;
	justify-content: end;
	bottom: auto;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	background: #0e262b;
	color: #fff;
	padding: 0;
	border-radius: 50%;
	width: 40px;
	cursor: pointer;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-dots {
	text-align: center;
	margin-top: 10px;
}

.owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: #ccc;
	display: inline-block;
	border-radius: 50%;
	margin: 0 0px;
}

.owl-dots .owl-dot.active span {
	background: #ffffff;
}

.info-contact h5 {
	font-family: 'KaiseiDecol-Bold';
}

.custom-progress {
	display: flex;
	align-items: center;
	gap: 10px;
	color: white;
	font-family: 'KaiseiDecol-Bold';
	max-width: 24%;
	margin-top: 17px;
	margin: auto;
}

.progress-track {
	flex: 1;
	height: 4px;
	background: rgb(0 0 0 / 40%);
	position: relative;
	border-radius: 10px;
}

.progress-fill {
	height: 100%;
	background: linear-gradient(to right, #0e353c, #6ca0ac);
	width: 0;
	transition: width 0.3s ease;
}

.progress-text {
	font-size: 14px;
	letter-spacing: 1.2px;
	padding: 10px;
	border-radius: 8px;
	background: #10262f;
}

.mapwrap {
	max-width: 26vw;
	margin: auto;
}

.custom-carousel span.owl-next:before,
.custom-carousel span.owl-prev:before {
	color: #fff;
	font-family: 'simedarbyproperty' !important;
	content: "\eb09";
	display: none;
	font-size: 32px;
	display: block;
	z-index: 99;
}

.custom-carousel span.owl-prev:before {
	transform: rotate(180deg);
	display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {

	/* -------- Landing page ------- */
	.tenant-sec {
		padding: 50px 30px;
	}

	.tenant-sec .item {
		margin: 0 12px 60px;
		width: 260px;
		height: 360px;
	}

	.tenant-sec .item.active {
		width: 400px;
	}

	.tenant-sec .item-desc {
		transform: translateY(calc(100% - 46px));
		-webkit-transform: translateY(calc(100% - 46px));
	}
}

@media screen and (max-width: 600px) {
	p {
		font-size: 14px;
		line-height: normal;
	}

	.custom-carousel {
		padding-top: 2rem;
	}

	.owl-nav {
		position: absolute;
		top: -13px;
		width: 100%;
		display: flex;
		justify-content: center;
		bottom: auto;
	}

	.tenant-sec .item.active {
		width: 50vw;
		display: flex;
		flex-direction: column;
	}

	.tenant-sec .item {
		width: 50vw;
		height: 100%;
		margin: 0 5px 0;
	}

	.tenant-sec .item.active .item-desc {
		width: 100%;
		padding: 10px;
		align-items: self-start;
		margin-top: 1rem;

	}

	.tenant-sec .item-desc p {
		font-size: 12px;
		max-height: 173px;
		overflow-y: scroll;
		/* force scrollbar visible */
		padding-right: 5px;

		/* Smooth scrolling for iOS */
		-webkit-overflow-scrolling: touch;

		/* Always show scrollbar track (Webkit browsers like iOS Safari, Chrome, Android) */
		scrollbar-gutter: stable;
		/* modern CSS, keeps space for scrollbar */
	}

	/* Chrome, Edge, Safari */
	.tenant-sec .item-desc p::-webkit-scrollbar {
		width: 6px;
		/* width of scrollbar */
	}

	.tenant-sec .item-desc p::-webkit-scrollbar-track {
		background: #f1f1f1;
		/* track color */
	}

	.tenant-sec .item-desc p::-webkit-scrollbar-thumb {
		background: #888;
		/* scrollbar color */
		border-radius: 6px;
	}

	.tenant-sec .item-desc p::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

	/* Firefox */
	.tenant-sec .item-desc p {
		scrollbar-width: thin;
		scrollbar-color: #888 #f1f1f1;
	}

	.owl-carousel .item.active img.tenantlogo {
		width: 33vw;
		height: 15vw;
		margin-top: 1rem;
	}

	.owl-carousel .item img.tenantlogo {
		width: 172px;
		height: 74px;
	}

	.mapwrap {
		max-width: 100%;
		margin: auto;
	}

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

	.cta-loc {
		margin: auto;
		max-width: 87%;
	}

	.ic-wrap {
		display: block;
		margin: auto;
	}

	.poshd {
		position: absolute;
		top: 70%;
		left: 11%;
	}

	.poshd h1 {
		font-family: 'KaiseiDecol-Bold';
		color: #ffffff;
		font-size: 28px;
		text-shadow: 4px 3px 5px black;
	}

	.info-contact h5 {
		font-size: 19px;
	}

	h2 {
		font-size: 28px;
	}
}