@font-face {
	font-family: 'site-font';
	src: url('../fonts/optioptionmedium.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

.navbar.scrolled {
	background-color: white !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled .nav-link {
	/* color: black !important; */
	color: #454545 !important;
}

.navbar .navbar-brand img {
	height: 120px;
	width: auto;
	transition: all 0.4s ease-in-out 0.1s;
}

.navbar.scrolled .navbar-brand img {
	height: 100px;
	width: auto;
}

/* .hero-video{
  max-height: 75vh !important;
}

.hero-video video{
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100%;
  width: 100%;
} */

.hero-video {
	position: relative;
	/* overflow: hidden; */
	/* height: 90vh; */
	/* min-height: 400px; */
	/* max-height: 800px; */
}

/* .hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
} */

.hero-video iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.6);
}

.hero-video .container {
	position: absolute;
	top: 90vh;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	z-index: 10;
	padding: 0 15px;
}

p {
	color: #454545 !important;
}

.m-show {
	display: block !important;
}

@media (min-width: 768px) {
	.m-show {
		display: none !important;
	}
}

.pc-show {
	display: none !important;
}

@media (min-width: 768px) {
	.pc-show {
		display: block !important;
	}
}

.hero-count {
	/* bottom: -10px; */
	/* z-index: 10000 !important; */
}

.hero-count div>div {
	padding: 0 50px;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.hero-count h4 {
	font-family: 'Poppins', sans-serif;
	color: #88072c;
	font-weight: 700;
	font-style: Bold !important;
	font-size: 2rem !important;
}

.hero-count h2 {
	font-family: 'site-font';
	font-weight: 500;
	/* font-size: 2.5rem !important; */
	line-height: 1.2;
	margin: 0;
	text-align: center;
	word-wrap: break-word;
}

.hero-count p {
	font-family: 'poppins', sans-serif;
	color: #000000;
	font-weight: 400;
	font-style: Medium;
	font-size: 1rem;
	text-align: center;
}

@media (max-width: 760px) {
	.hero-count {
		margin: 0;
		padding: 0;
		color: black;
	}

	/* .left-text {
		margin-top: 220px;
	} */
}

/* @media (max-width: 540px) {
	.left-text {
		margin-top: 270px;
	}
}

@media (max-width: 450px) {
	.left-text {
		margin-top: 300px;
	}
} */

@media (max-width: 896px) {
	.hero-count p {
		font-size: 0.9rem !important;
	}

	.hero-count h4 {
		font-size: 1.5rem !important;
	}
}

@media (max-width: 760px) {
	.hero-count {
		position: static !important;
	}
}

@media (max-width: 576px) {

	/* .hero-count{
    top: 155px;

  } */
	.left-text {
		padding-left: 0px !important;
	}
}

.section-title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.section-desc {
	font-size: 1.1rem;
}

.bg-white {
	background: #fff;
}

.property-hero {
	height: 500px;
	overflow: hidden;
}

.Commercial-active {
	width: 15%;
	background-color: #88072c !important;
	color: white !important;
	border: none;
}

.Retail-active {
	width: 15%;
	border: none;
}

.Commercial,
.Retail {
	background-color: #88072c !important;
	color: white !important;
}

.btn-commercial {
	background-color: #88072c !important;
	color: white !important;
	border: none;
	width: 120px;
}

.btn-retail {
	color: rgb(0, 0, 0) !important;
	border: none;
	width: 120px;
}

.btn-search {
	width: 120px;
	background-color: #88072c !important;
	color: white !important;
	border: none;
}

@media (max-width: 576px) {

	.btn-commercial,
	.btn-retail,
	.btn-search {
		width: 100%;
		margin-bottom: 10px;
	}
}

.property-main-img {
	object-fit: cover;
	height: 100%;
}

.property-overlay {
	bottom: 180px;
	left: 60px;
	width: 100%;
}

/* .property-thumbs {
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
} */

.navbar {
	transition: all 0.4s ease-in-out;
	background: transparent !important;
	box-shadow: none;
	z-index: 540;
}

@media (max-width: 576px) {
	/* .navbar {
    position: static !important;
    background: #ffffff !important;
  } */

	.nav-item a {
		color: #000 !important;
	}
}

.nav-item {
	color: white !important;
	padding: 0px 25px;
	font-family: 'site-font';
}

/* .nav-link {
  font-family: 'site-font';
  color: #fff !important;
  font-weight: 500;
  font-size: 1.275rem;
}

.nav-link.active {
  color: #88072c !important;
}

.nav-link:hover {
  color: #88072c !important;
} */

.nav-link {
	position: relative;
	font-family: 'site-font';
	color: #fff !important;
	font-weight: 500;
	font-size: 1.275rem;
	text-decoration: none;
	transition: color 0.3s ease;
}

.nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0%;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s ease;
	visibility: hidden;
}

/* .scrolled .nav-link::after{
  display:none;
} */

.nav-link:hover::after {
	width: 100%;
	visibility: visible;
}

.nav-link.active::after {
	width: 100%;
	visibility: visible;
}

.nav-link:hover {
	color: #fff;
}

.nav-link.dropdown-toggle::after {
	/* display: none; */
	content: none !important;
	visibility: hidden !important;
	width: 0 !important;
}

.nav-link:hover {
	color: #fff;
}

.navbar-brand img {
	display: block;
	margin-top: 0;
}

.navbar_box {
	overflow: visible !important;
}

.fixed-img {
	height: 222px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 770px) {
	footer .row>div {
		/* text-align: center !important; */
	}

	footer img {
		margin-left: auto;
		margin-right: auto;
	}

	footer .fw-bold {
		margin-top: 1rem;
	}
}

footer ul {
	padding-left: 0;
}

footer address,
footer p {
	font-size: 22px;
}

.stats-card {
	border: none;
	border-right: 1px solid #ddd;
	border-radius: 0;
	padding: 10px 0;
}

.stats-card:last-child {
	border-right: none;
}

.stats-card h4 {
	color: #88072c;
	font-weight: 700;
	margin-bottom: 5px;
}

.stats-card p {
	margin: 0;
	font-size: 14px;
	color: #333;
}

.equal-height {
	height: 100%;
}

.cardd {
	bottom: 0;
	top: 0;
}

.Hybrid {
	color: #88072c;
	font-family: 'site-font';
	font-weight: 500;
	font-size: 40px;
	text-align: center;
	/* margin-top: 50px; */
}

@media (max-width: 576px) {
	.Hybrid {
		font-size: 25px;
	}
}

.section_half_slider {
	max-width: 100% !important;
	display: flex;
	align-items: center;
	padding: 20px 20px 0px 20px;
	gap: 40px;
	flex-wrap: wrap;
	margin-top: 80px;
}

@media (max-width: 767px) {
	.section_half_slider {
		margin-top: 210px;
	}
}

@media (max-width: 760px) {
	.section_half_slider {
		margin-top: 0px;
	}
}

@media (max-width: 575px) {
	/* .section_half_slider {
		margin-top: 215px;
	} */
}

.left-text {
	width: 480px;
}

.left-text h2 {
	font-size: 40px;
	margin-bottom: 20px;
	font-family: 'site-font';
	font-weight: 500;
	font-style: Regular;
	color: #88072c;
}

.left-text p {
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 30px;
	font-style: creators;
	color: #000000;
}

@media (max-width: 575px) {
	.left-text h2 {
		font-size: 25px;
	}

	.left-text p {
		font-size: 16px;
	}

	/* .left-text{
  margin-top: 270px;
} */
}

.swiper-container {
	flex: 1 1 600px;
	padding-left: 20px;
}

.section_half_slider .swiper-slide {
	/*width: 70% !important;*/
	/*max-height: 400px;*/
	border-radius: 10px;
	overflow: hidden;
}

.section_half_slider .swiper-slide img {
	/* height: 400px !important; */
}

.section_half_slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.section_half_slider .swiper-slide p {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	position: absolute;
	bottom: -10px;
	right: 10px;
	color: white;
	font-size: 1.2rem;
	/* background-color: rgba(136, 7, 44, 0.5); */
	background-color: #88072c;

	padding: 10px;
	text-align: center;
}

@media (max-width: 576px) {
	/*.section_half_slider .swiper-slide img{
  height: auto !important;
}*/

	.section_half_slider .swiper-slide {
		height: auto;
	}

	.section_half_slider .swiper-slide {
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	.section_half_slider .swiper-slide {
		/*height: 260px;*/
	}
}

.logo {
	/* max-height: 120px; */
	/* Default (desktop) */
	height: 120px;
	width: auto;
	transition: height 0.4s ease-in-out;
}

/* Tablet and smaller */
@media (max-width: 992px) {
	.logo {
		max-height: 75px;
	}
}

/* Mobile */
@media (max-width: 576px) {
	.logo {
		max-height: 60px;
	}
}

.properties_section {
	padding: 50px 0px 0px 0px;
}

.hybrid_section {
	/* padding-top: 50px !important; */
	padding: 50px 120px 10px 120px !important;
}

.business_partners {
	padding: 30px 25px 50px 25px !important;
}

@media (max-width: 768px) {
	.business_partners {
		padding-top: 30px !important;
	}
}

.logo_slider .swiper-container {
	flex: 1 1 600px;
	padding-left: 20px;
}

.logo_slider .swiper-wrapper {
	display: flex;
	align-items: center;
}

.logo_slider .swiper-slide {
	text-align: center;
	height: auto;
	width: 23% !important;
	border-radius: 10px;
	overflow: hidden;
}

.logo_slider .swiper-slide img {
	width: auto;
	height: 100%;
	object-fit: contain;
	display: block;
	max-width: 100%;
}

.logo_slider .swiper-button-next,
.logo_slider .swiper-button-prev {
	color: #000;
}

:root {
	--swiper-navigation-size: 24px !important;
}

@media (max-width: 768px) {
	.hybrid_section {
		width: 100%;
		padding: 10px 30px !important;
	}
}

@media (max-width: 992px) {
	.logo_slider .swiper-slide img {
		max-height: 70px;
	}
}

@media (max-width: 768px) {
	.logo_slider .swiper-slide img {
		max-height: 60px;
	}
}

@media (max-width: 576px) {
	.logo_slider .swiper-slide img {
		max-height: 50px;
	}

	.logo_slider .swiper-button-next,
	.logo_slider .swiper-button-prev {
		display: none;
	}
}

.slidshow_gallery {
	position: relative;
	/* height: 90vh; */
}

.mySlides {
	display: none;
	position: relative;
	width: 100%;
	height: 75vh;
	overflow: hidden;
}

@media (max-width: 992px) {
	.mySlides.projects-slide {
		height: 60vh;
	}
}

@media (max-width: 576px) {
	.mySlides.projects-slide {
		height: 35vh;
	}

	.projects-slide .slide-text {
		margin-bottom: 0px !important;
	}

    .projects.property-thumbs {
		bottom: 0px !important;
	}
}

.mySlides img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 2s ease-in-out !important;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.4); */
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 2rem;
}

.slide-text {
	/* padding-bottom: 150px;
	padding-left: 80px; */

	position: relative;
	top: -20%;
	color: white;
	font-size: 2rem;
	font-family: 'site-font';
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
}

.slide-text small {
	font-family: 'site-font';
	font-weight: 500;
	font-size: 20px;
	color: #ffffff;
}

.slide-text h2 {
	font-family: 'site-font';
	font-weight: 500;
	font-size: 40px;
	color: #ffffff;
}

@media (max-width: 576px) {
	.slide-text h2 {
		font-size: 25px;
	}
}

.tab-btn {
	background-color: #f1f1f1;
	border: none;
	cursor: pointer;
	font-weight: 500;
	transition: all 0.3s ease;
	width: 100%;
	max-width: 260px;
	padding: 0.625rem 0.9375rem;
	font-family: 'site-font';
	font-size: clamp(1.2rem, 4vw, 2rem);
	text-align: center;
	box-sizing: border-box;
}

.tab-btn.active {
	background-color: #88072c;
	color: #fff;
}

.slider_tab {
	font-size: 26px;
}

.form-label {
	font-family: 'site-font';
	font-weight: 500;
	font-style: Regular;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0px;
}

@media (max-width: 1200px) {
	.form-label {
		margin-top: 10px;
		font-size: 20px;
	}
}

@media (max-width: 576px) {
	.form-label {
		margin-top: 10px;
		font-size: 18px;
	}
}

.search-section {
	padding: 30px 80px;
	margin: auto;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.form-select {
	background-color: #f1f1f1;
	--bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M9.59808 10.5C8.44338 12.5 5.55662 12.5 4.40192 10.5L0.937821 4.5C-0.216878 2.5 1.22649 1.37896e-06 3.53589 1.17707e-06L10.4641 5.71387e-07C12.7735 3.69492e-07 14.2169 2.5 13.0622 4.5L9.59808 10.5Z' fill='%23767676'/%3E%3C/svg%3E") !important;
	border: none;
	padding: 10px;
	box-shadow: none !important;
	font-family: 'Poppins' !important;
	font-weight: 500;
	font-size: 20px;
	color: #767676;
}

@media (max-width: 576px) {
	.form-select {
		font-size: 16px;
	}
}

.form-select option {
	font-family: 'Poppins' !important;
	font-weight: 500;
	font-size: 20px;
	color: #000000;
}

@media (max-width: 1200px) {
	.form-select {
		font-size: 16px;
	}
}

.search-btn {
	cursor: pointer;
	background-color: #8b0d2f;
	color: #fff;
	padding: 0.4em 1.5em;
	width: auto;
	min-width: 80px;
	border: none;
	text-align: center;
	transition: all 0.3s ease;
	margin-top: 20px;
	font-family: 'Poppins' !important;
	font-weight: 600;
	font-size: 20px;
}

.search-btn:hover,
.update-btn:hover {
	background-color: #50061a !important;
}

@media (max-width: 768px) {
	.search-section {
		padding: 10px;
	}
}

@media (max-width: 576px) {
	.search-btn {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.tab-btn {
		width: 50%;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.slide-text {
		font-size: 1.5rem;
	}

	.slide-text small {
		font-size: 1rem;
	}

	.hero_new_video {
		height: auto !important;
	}
}

@media (max-width: 767px) {
	.bg-image {
		width: 100vw;
		height: 100vw;
		max-width: 100%;
		object-fit: cover;
		object-position: center;
		border-radius: 0;
		overflow: hidden;
	}
}

@media (max-width: 575px) {
	.slide-text {
		margin-bottom: 80px;
		padding-left: 20px;
	}
}

.property-thumbs {
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.property-thumb-img {
	width: 100px;
	/* height: 100px; */
	object-fit: cover;
	border: 2px solid white;
	cursor: pointer;
	transition: 0.3s;
}

.property-thumb-img:hover {
	transform: scale(1.05);
	border-color: #ddd;
}

.cursor {
	cursor: pointer;
}

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

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

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

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
}

.row:after {
	content: '';
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 16.66%;
}

.demo {
	opacity: 0.6;
}

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

video {
	width: 100%;
	height: auto;
}

.hover-card-section {
	padding: 50px 0px;
	/* margin-top: 50px; */
	font-family: Arial, sans-serif;
}

@media (max-width: 768px) {
	.hover-card-section {
		padding: 1.875rem 0px;
	}
}

.news-section {
	padding: 25px 0px 0px 0px;
	text-align: center;
}

.overlap-wrapper {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}

.news-card {
	width: 280px;
	height: 320px;
	margin-left: -15px;
	overflow: hidden;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
	position: relative;
	transition: transform 0.4s ease, z-index 0.3s;
	background-color: white;
	flex-shrink: 0;
}

.news-card:hover {
	transform: translateY(-30px);
	z-index: 999 !important;
}

.news-card:nth-child(1) {
	z-index: 4;
}

.news-card:nth-child(2) {
	z-index: 3;
}

.news-card:nth-child(3) {
	z-index: 2;
}

.news-card:nth-child(4) {
	z-index: 1;
}

.news-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	/* background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); */
	color: white;
}

.news-overlay h5 {
	/* display: flex;
  flex-direction: row;
	justify-content: center; */
	text-align: center;
	font-size: 1.4rem;
	margin: 0;
	line-height: 1.4;
	font-family: 'site-font';
	font-weight: 500;
	text-align: left;
	border-radius: 5px;
	background: #8b0d2f;
	padding: 5px 10px;
}

.white-overlay h5 {
	background-color: rgba(255, 255, 255, 0.7);
}

.update-btn {
	font-family: 'Poppins';
	background-color: #8b0d2f;
	color: #fff;
	padding: 0.3em 1em;
	width: auto;
	min-width: 80px;
	border: none;
	text-align: center;
	transition: all 0.3s ease;
	margin-top: 20px;
	font-family: 'Poppins' !important;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
}

@media (max-width: 992px) {
	.overlap-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}

	.news-card {
		margin: 10px;
		width: 90%;
	}
}

/* .background-banner {
      background-image: url('../../assets/img/title_bg.png') ;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding: 10px 20px;
      border-radius: 8px;
      position: relative;
      width: 100% ;
      margin: 0 auto;
    } */
/* .background-banner h2 {
      color: #fff;
      text-shadow: 2px 2px 8px #00000066;
      margin: 0;
      font-size: 2rem;
      text-align: center;
      font-family: Arial, sans-serif;
    } */

.swiper-button-next,
.swiper-button-prev {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

/* .contact_form_lable, */
.footer_para,
.footer_main,
.list-unstyled a,
.footer_section h6,
.footer_section div,
.footer_section p,
.footer_section a,
.copy_right {
	color: #454545 !important;
}

.slider_link p {
	color: #fff !important;
}

.footer_first p {
	font-family: 'Poppins';
	color: #525252;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
}

.footer_first img {
	height: 160px;
}

@media (max-width: 991px) {
	.footer_first img {
		height: 100px;
	}
}

.footer_main {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
}

.footer_section a,
.footer_section div,
.footer_section p {
	text-decoration: none !important;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}

@media (max-width: 991px) {
	.footer_section {
		padding-top: 25px;
	}
}

.copy_right {
	font-family: 'Poppins';
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 770px) {
	.footer_logo_section {
		display: flex;
	}
}

/* ABOUT CSS */

/* .image-wrapper {
	position: relative;
	height: 90vh;
}

.bg-image {
	width: 100%;
  height: 90vh;
	display: block;
} */

.image-wrapper {
	position: relative;
	/* width: 100%;
  height: 90vh; */
	overflow: hidden;
}

.bg-image {
	width: 100%;
	/* height: 100%;
  object-fit: cover; */
	object-position: center;
	display: block;
}

/* Tooltip container (bottom-right) */
.chat-tooltip-container {
	position: absolute;
	bottom: 60px;
	right: 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 2;
}

/* @media (max-width: 576px) {
  .image-wrapper {
    height: 40vh;
  }
} */

@media (max-width: 576px) {
	.chat-tooltip-container {
		display: none;
	}
}

/* Tooltip bubble */
.chat-tooltip {
	/* background: white;
    color: #000;
    padding: 8px 12px;
    border-radius: 10px;
    margin-bottom: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-size: 14px;
    animation: fadeInUp 0.5s ease;
    white-space: nowrap; */

	background: white;
	color: #80072c;
	padding: 8px 12px;
	border-radius: 10px;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
}

/* Chat icon */
.chat-icon {
	width: 45px;
	height: 45px;
	background-color: #80072c;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

/* Optional animation */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* .overlay-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.8;
} */

.overlay-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.85;
	z-index: 1;
}

/* .overlay-text {
  position: absolute;
  font-family: 'site-font';
  top: 50%;
  left: 5%;
  z-index: 2;
  color: white;
  font-size: 60px;
  font-weight: bold;
  font-family: 'Georgia', serif;
}
.overlay-text h1 {
  font-family: 'site-font';
  font-weight: 500;
  font-size: 64px;
  text-align: center;
} */

.overlay-text {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 2;
	color: white;
	font-family: 'Georgia', serif;
}

.overlay-text h1 {
	font-family: 'site-font', Georgia, serif;
	font-weight: 500;
	font-size: 4vw;
	/* responsive unit */
	line-height: 1.2;
	text-align: left;
}

@media (max-width: 768px) {
	.phone_view {
		display: none;
	}

	.phone_view:first-of-type {
		display: block;
	}
}

/* Tablet and smaller */
@media (max-width: 992px) {
	.overlay-text {
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.overlay-text h1 {
		font-size: 6vw;
		/* adjust for medium screen */
	}
}

/* Mobile */
@media (max-width: 576px) {
	.overlay-text h1 {
		font-size: 8vw;
		/* smaller screen font size */
	}
}

.about_desc,
.statement-desc {
	font-family: 'Poppins', sans-serif;
	/* font-weight: 300; */
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: center;
}

@media (max-width: 576px) {

	.about_desc,
	.statement-desc {
		font-size: 16px;
	}
}

.team-card {
	border-radius: 25px;
	padding: 30px 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.team-card img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	background: #ddd;
	border-radius: 5px;
}

.team-card h5 {
	font-family: 'poppins';
	font-weight: 700;
	font-style: Bold;
	font-size: 22px;
	/* margin-top: 20px; */
	line-height: 120%;
	letter-spacing: 0px;
	text-align: center;
}

.team-card .divider {
	width: 90%;
	margin: 0 auto 10px;
	height: 1px;
	background: #000;
}

.team-card p {
	font-family: 'poppins';
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 120%;
	letter-spacing: 0px;
	text-align: center;
}

@media (max-width: 576px) {
	.team-card h5 {
		font-size: 18px;
	}

	.team-card p {
		font-size: 16px;
	}
}

/* body,
html {
	height: 100%;
	background-color: white;
} */

.container {
	overflow: hidden;
	padding: 0px 20px;

	.slider {
		animation: slidein 30s linear infinite;
		white-space: nowrap;

		.logos {
			width: 100%;
			display: inline-block;
			margin: 0px 0;

			.fab {
				width: calc(100% / 5);
				animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
			}
		}
	}
}

.logo_slider {
	padding: 0px 70px;
}

@keyframes slidein {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* proparty */

.proparty_heading h2 {
	font-family: 'site-font';
	font-weight: 500;
	font-size: 30px;
}

.proparty_heading span {
	font-weight: 500;
	font-size: 30px;
	color: #88072c;
}

.proparty_location p {
	/* width: 52%; */
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 16px;
}

@media (max-width: 576px) {
	.proparty_heading h2 {
		font-size: 25px;
	}

	.proparty_heading span {
		font-size: 25px;
	}

	.proparty_location p {
		font-size: 16px;
	}
}

.proparty_section p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-style: Medium;
	font-size: 16px;
	line-height: 120%;
	text-align: center;
}

.about_property_description p {
	padding: 0px 20px;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 18px;
}

@media (max-width: 576px) {
	.about_property_description p {
		font-size: 16px;
	}
}

/*
.slider_overlay {
  position: relative;
  display: inline-block;
  height: 100% !important;
  overflow: hidden;
} */

/* .slider_overlay img {
  width: 100% ;
  height: auto ;
  display: block;
}

.slider_overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
} */

.slider_overlay p {
	position: absolute;
	font-family: 'Poppins';
	/* top: 50%;
  left: 50%; */

	bottom: 0;
	right: 0px;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	margin: 0;
	z-index: 1;
}

.update_news_card .update-news-card {
	width: 320px;
	height: 350px;
	background-size: cover !important;
	margin-left: -70px;
	overflow: hidden;
	box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
	position: relative;
}

.update-news-card img {
	max-width: 100%;
}

/* contact */

.contact_form_lable {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
}

.form-control-2 {
	width: 445;
	height: 50;
	top: 964px;
	left: 564px;
	border-radius: 10px;
	border: none;
	background-color: #ededed;
}

.form-control-2:focus {
	border-color: #88072c !important;
	box-shadow: 0 0 5px rgba(136, 7, 44, 0.5) !important;
}

.contact_info h5 {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 24px;
}

.contact_info div {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
	line-height: 170%;
	letter-spacing: 0px;
}

.contact_info {
	padding-bottom: 50px;
}

.contact_info a:hover {
	color: #88072c !important;
}

@media (max-width: 576px) {
	.contact-form-box {
		padding: 20px;
	}

	.contact-info-title {
		font-size: 1.2rem;
	}
}

/* .update-news-card-new{
	min-height: 350px;

}
.news-overlay-2 {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	color: white;
}

.news-overlay-2 h5 {
	font-size: 1.4rem;
	margin: 0;
	line-height: 1.4;
	font-family: 'site-font';
	font-weight: 500;
	text-align: left;
} */

.update-news-card {
	position: relative;
	width: 100%;
	padding-top: 100%;
	/* 1:1 aspect ratio */
	background-size: cover;
	background-position: center;
	border-radius: 0;
	overflow: hidden;
}

.news-overlay {
	position: absolute;
	inset: 0;
	/* background: rgba(0, 0, 0, 0.4); */
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
	color: white;
	font-size: 1.25rem;
}

.news-overlay h5 {
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.news-overlay.text-center h5 {
	text-align: center;
}

.news-overlay .btn {
	width: 32px;
	height: 32px;
	padding: 0;
	font-size: 1rem;
	border-radius: 50%;
}

/* blog */

.sub_heading {
	color: #88072c;
	font-family: 'site-font';
	font-weight: 500;
	font-size: 32px;
}

.date-text {
	color: #88072c;
	font-size: 0.9rem;
	font-weight: 600;
}

.side-card-text {
	font-size: 1rem;
}

.img-box {
	/* background-color: #d7d7d7; */
	/* background-image: url('../slider_pro.png'); */

	width: 100%;
	height: 120px;
}

.main-img-box {
	/* background-image: url('../slider_pro.png'); */
	width: 100%;
	height: 395px;
}

.custom-card {
	border: 1px solid #eee;
	padding: 20px 0px;
	text-align: center;
	transition: 0.3s;
	height: auto;
	width: 360px;
}

.custom-card:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.read-more {
	font-family: 'Poppins';
	/* color: #88072c; */
	color: #525252;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}

.read-more:hover {
	text-decoration: none;
	color: #88072c;
}

.custom-card h5 {
	color: #88072c;
	font-family: 'Poppins';
	font-weight: 400;
}

.custom-card p {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 14px;
}

.footer_link:hover {
	color: #88072c;
}

.footer_icon {
	color: #525252;
}

.footer_icon:hover {
	color: #88072c !important;
}

.footer_section a:hover {
	color: #88072c !important;
}

.about_text {
	padding: 50px 0 25px 0;
}

.update_news_section {
	padding: 50px 0 25px 0;
}

@media (max-width: 768px) {
	.about_text {
		padding: 30px 0 15px 0;
	}

	.update_news_section {
		padding: 30px 0 15px 0;
	}
}

.leaders_section {
	background-color: #efefef;
	padding: 25px 0;
}

.vision_section {
	/* padding: 25px 0 50px 0; */
	padding-bottom: 50px;
}

.proparty_content,
.recent_blog {
	padding: 25px 0;
}

@media (max-width: 768px) {
	.leaders_section {
		padding: 15px 0;
	}

	.vision_section {
		padding-bottom: 30px;
	}

	.proparty_content {
		padding: 0;
	}
}

.blog_main {
	padding-top: 25px;
}

.contact_heading {
	padding-top: 30px;
}

.contact_form_4 {
	padding-bottom: 50px;
}

@media (max-width: 761px) {
	.count_text {
		color: #88072c !important;
	}
}

.register_form {
	padding: 60px 100px;
	color: #fff;
	background-color: #88072c;
}

.register-text {
	max-width: 500px;
}

.register-text p {
	line-height: 1.7;
	color: #ddd !important;
	font-family: 'Poppins';
	font-size: 16px;
}

.contact_form {
	/* background: rgba(0, 0, 0, 0.6);  */
	padding: 30px;
	border-radius: 6px;
	max-width: 450px;
	width: 100%;
}

.form-control-1,
.form-select-1 {
	padding: 10px;
	width: 100%;
	background: transparent;
	border: 1px solid #fff;
	color: #fff !important;
	border-radius: 0;
}

.form-control-1::placeholder {
	color: #aaa;
}

.form-select-1 option {
	color: #000 !important;
}

.submit-btn {
	background: transparent;
	border: none;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.submit-btn:hover {
	color: #000;
}

.contact_form_heading {
	line-height: 1.3;
	font-family: 'site-font';
	font-weight: 500;
	font-size: 30px;
	padding: 15px 0px 0px 10px;
}

.contact_form_para {
	padding: 10px;
}

/* ✅ Responsive Settings */
@media (max-width: 992px) {
	.register_form {
		padding: 40px 50px;
	}

	.contact_form_heading {
		font-size: 26px;
	}
}

@media (max-width: 768px) {
	.register_form {
		padding: 30px 20px;
	}

	.register-text {
		text-align: center;
		max-width: 100%;
	}

	.contact_form_heading {
		font-size: 22px;
		border-left: none;
		/* border-bottom: 3px solid #000; */
		display: inline-block;
		padding: 10px;
	}

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

	.register_form .row {
		flex-direction: column;
	}

	.register_form .col-md-6 {
		width: 100%;
		padding: 20px !important;
		justify-content: center !important;
	}
}

@media (max-width: 480px) {
	.contact_form_heading {
		font-size: 18px;
	}

	.register-text p {
		font-size: 14px;
		line-height: 1.5;
	}

	.form-control-1,
	.form-select-1 {
		padding: 8px;
		font-size: 14px;
	}

	.submit-btn {
		font-size: 14px;
		gap: 5px;
	}
}

.amenities_item {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.amenities_item figure {
	border: 1px solid #88072c;
	width: 80px;
	height: 80px;
	transition: 0.4s;
	position: relative;
	border-radius: 50%;
	transition: transform 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.amenities_item:hover figure {
	transform: translateY(-10px);
	background-color: #efe1e5;
}

.amenities_item figure img {
	max-width: 50%;
	max-height: 50%;
	object-fit: contain;
}

.amenities_title {
	font-size: 18px;
	font-family: 'Poppins', sans-serif !important;
}

/* Swiper container */
.customSwiper {
	width: 100%;
	/* height: 100px; */
	margin: 0 auto;
}

/* @media (max-width: 768px) {
	.customSwiper {
		height: 100px;
	}
}

@media (max-width: 480px) {
	.customSwiper {
		height: 100px;
	}
} */

/* Slides */
.custom-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
}

.custom-slide img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 6px;
}

.partner-pagination {
	display: flex;
	justify-content: center;
}

.swiper-pagination {
	top: 90px !important;
}

.customSwiper .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.6;
	transition: opacity 0.3s;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #88072c !important;
}

.swiper-button-next,
.swiper-button-prev {
	background-color: #fff !important;
	padding: 20px;
	border-radius: 10px;
	color: #88072c !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: #000 !important;
}

.brand_next,
.brand_prev {
	top: 35px !important;
}

.property_slider_pagination {
	/* bottom:0px !important; */
	/* top:10px; */
	display: flex;
	justify-content: center;
}

.sub_title_para {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #000000;
}

.dropdown-item:hover {
	color: #fff;
	background: #88072c;
}

/* .tab-pane{
  max-width:100%;
}


.tab-pane .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.myCustomSlider9 .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: contain;
} */

.swiper-floor-slider {
	height: auto !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all 200ms linear !important;
	transform: scale(0.8) !important;
}

/* blog details */

.category_name {
	/* color: #88072c; */
	color: #000000;
	font-family: 'poppins';
	font-weight: 400;
	font-size: 18px;
	text-align: center;
}

.blog_date {
	font-family: 'poppins', sans-serif;
	/* color: #000000; */
	color: gray;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
}

.post-item img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 8px;
}

.post-item {
	margin-bottom: 15px;
}

.post-title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 3px;
	font-family: 'poppins', sans-serif;
	color: #000000;
}

.post-date {
	font-family: 'poppins', sans-serif;

	font-size: 13px;
	color: gray;
}

.latest_post {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}

.latest_post::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 50%;
	height: 2px;
	background-color: #88072c;
}

@media (max-width: 768px) {
	.properties_section {
		/* padding: 30px 0px 30px 0px; */
	}

	.news-section {
		padding: 0px;
	}
}

.privacy_email {
	color: #88072c;
}

.privacy_email:hover {
	color: #000 !important;
	text-decoration: underline !important;
}

.property_submit {
	background-color: #fff;
	color: #88072c !important;
	border: 1px solid #fff;
}

.property_submit:hover {
	background-color: #88072c !important;
	color: #fff !important;
}

.footer_section .footer_email,
.footer_section .footer-call {
	font-size: 15px !important;
}

.strategic_slider {
	margin: 0px auto;
	/* width: 69% !important; */
}

@media (max-width: 1024px) {
	.strategic_slider {
		width: 100% !important;
	}
}

.grayscale {
	filter: grayscale(100%);
	transition: all 0.3s ease-in-out;
}

.grayscale:hover {
	filter: grayscale(0%);
}

.full_map iframe {
	width: 100% !important;
	height: 400px !important;
}

#register_form {
	height: 70px;
}

.swal2-styled {
	background-color: #88072c;
	border: 2px solid #88072c;
}

.swal2-styled:hover {
	background-color: #7e0e2e;
	border: 2px solid #7e0e2e;
}

.events-conatiner a {
	text-decoration: none;
	color: #000;
}

.event-card {
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #bbbaba;
}

.event-card .event-image {
	position: relative;
	width: 100%;
	padding-top: 80%;
	overflow: hidden;
}

.event-card .event-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease-in-out;
}

.event-card .content {
	transition: color 0.3s ease-in-out;
}

.events-conatiner .event-card:hover {
	.event-image img {
		transform: scale(1.1);
	}

	.content {
		color: #88072c;
	}
}

.event-card .content p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* event - end */
.event-detail-container .event-image {
	position: relative;
	width: 100%;
	padding-top: 75%;
	overflow: hidden;
}

.event-detail-container .event-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.proximity-text-scale h3,
.proximity-text-scale p {
	transition: transform 0.3s ease-in-out;
	/* display: inline-block;  */
}

.proximity-text-scale:hover h3 {
	transform: scale(1.1);
}

.proximity-text-scale:hover p {
	transform: scale(1.08);
}

.blog-grid-images .image {
	overflow: hidden;
	width: 100%;
	height: 250px;
}

.blog-grid-images .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.property_font li a {
	font-size: 18px !important;
}

.mobile-view {
	display: none;
}

.destop-view {
	display: block;
}

@media (max-width: 768px) {

	.footer_para,
	.footer_section .footer-call,
	.footer_section .footer_email {
		font-size: 12px !important;
	}

	.mobile-view {
		display: block;
	}

	.mobile-view {}

	.destop-view {
		display: none;
	}

	.footer_align {
		margin-bottom: 22px !important;
	}

	.mobile_align {
		display: flex;
		justify-content: left !important;
	}
}

.container.navbar_box:has(.show),
.container.navbar_box .navbar-collapse.show {
	/* background-color: #fff; */
}

.navbar_box.mobile-active {
	background-color: #fff;
}

.container.navbar_box {
	transition: background-color 1.3s ease-out;
}

.container.navbar_box:has(.show),
.container.navbar_box .navbar-collapse.show {
	transition: background-color 0.3s ease-in-out;
	/* background-color: #fff; */
}

.navbar_box.mobile-active {
	transition: background-color 0.3s ease-in-out;
	background-color: #fff !important;
}

/* Ensure smooth transition when removing mobile-active */
.navbar_box {
	transition: background-color 0.3s ease-in-out;
}

@media (max-width: 768px) {
	.contact_form_lable {
		padding-left: 1.1rem !important;
		margin-bottom: 3px;
	}
}

.foundations-slider .slider-image-container {
	height: 40vh !important;
	min-height: 250px;
	max-height: 500px;
	overflow: hidden;
}

.foundations-slider .slider-image-container img {
	height: 100%;
	width: 100%;
	object-fit: cover !important;
}

.slide-text.content-box {
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 1);
}

.featured-text {
	position: relative;
	padding-inline: 4px;
	z-index: 2;
	width: fit-content;
}

.featured-text::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.3);
	filter: blur(4px);
	z-index: -1;
}

.about_property_dcp p,
.about_property_dcp p span {
	color: #454545 !important;
}

.video-icon-bottom-right {
	position: fixed;
	right: 22px;
	bottom: 122px;
	z-index: 999;
	transition: all 0.3s ease;
}

@media (min-width: 768px) {
	.video-icon-bottom-right {
		right: 10px;
		bottom: 110px;
	}
}

@media (min-width: 1024px) {
	.video-icon-bottom-right {
		right: 27px;
		bottom: 112px;
	}
}

.video-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #541c25;
	border: 2px solid #fff;
	padding: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	animation: pulse 2s infinite ease-in-out;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: grab;
}

.video-icon:active {
	cursor: grabbing;
}

.video-icon-bottom-right:hover .video-icon {
	transform: scale(1.15);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
}

.video-tooltip {
	position: absolute;
	bottom: 68px;
	right: 0;
	background: white;
	color: #454545;
	padding: 6px 12px;
	border-radius: 8px 8px 0px 8px;
	font-size: 16px;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
	opacity: 0;
	transform: translateY(10px);
	pointer-events: none;
	transition: all 0.3s ease;
}

.video-icon-bottom-right:hover .video-tooltip {
	opacity: 1;
	transform: translateY(0);
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(136, 7, 44, 0.7);
	}

	70% {
		transform: scale(1.01);
		box-shadow: 0 0 0 15px rgba(136, 7, 44, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(136, 7, 44, 0);
	}
}

@keyframes clickPulse {
	0% {
		transform: scale(1);
	}

	30% {
		transform: scale(0.9);
	}

	60% {
		transform: scale(1.01);
	}

	100% {
		transform: scale(1);
	}
}

.video-icon.clicked {
	animation: clickPulse 0.4s ease;
}

.project-nav-link {
	cursor: pointer;
	pointer-events: auto;
}

@media (min-width: 1024px) {
	.project-nav-link {
		cursor: default;
		pointer-events: none;
	}
}