/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* Base & Global Styles */
@media (min-width: 992px) {
	.navbar-center-desktop {
		position: absolute;
		left: 50%;
		width: max-content;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
body {
	font-family: "Urbanist", sans-serif;
}
.form-control{appearance: auto;}

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

p {
	font-size: 18px;
	font-weight: 400;
	color: #000000B2;
	margin: 0;
}


html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

section {
	padding: 100px 0;
}

.container {
	max-width: 1500px;
}
.btn-container .btn-brochure:nth-child(2) {
	background-color: transparent;
	color: #8E7B47;
	border-color: #8E7B47;
}
.btn-container .btn-brochure {
    margin-left: 15px;
}

:root {
	--white: #ffffff;
	--gold: #8E7B47;
}
/* Hero Banner */
.hero-banner {
	height: calc(100vh - 118px);
	min-height: 500px;
	overflow: hidden;
}

.hero-banner > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}

/* Hero Banner */
.hero-content {
	position: absolute;
	bottom: 40px;
	left: 24px;
	width: 46%;
	z-index: 3;
}

.cta-buttons a {
	margin-right: 18px;
}

.hero-content h1 {
	font-size: 64px;
	font-weight: 400;
	margin-bottom: 32px;
	color: var(--white);
	font-family: 'Monteilga';
}

.hero-banner::after {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(4 4 4 / 58%) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* About Project Section */
.right-about h2 {
	margin-bottom: 32px;
}

section.h-location p {
	margin: 32px 0 0;
}

.w-title {
	font-size: 36px;
	font-weight: 400;
	line-height: 55px;
	width: 60%;
	color: #000000E5;
	font-family: 'Monteilga';
}

.w-title span {
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2%;
	color: var(--gold);
	position: relative;
	padding-left: 33px;
	margin-bottom: 24px;
	font-family: "Urbanist", sans-serif;
}

.w-title span::after {
	content: "";
	left: 1px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 2px;
	background-color: var(--gold);
	position: absolute;
}

.right-about {
	padding-left: 70px;
}

.right-about p:not(:last-child) {
	margin-bottom: 16px;
}

/* Location Advantages Section */
.h-location {
	background: #F6F6F6;
	padding: 80px 0;
}

/* Custom Location Distance List */
.distance-wrapper {
	margin-top: 48px;
	padding-right: 0;
}

.distance-group {
	margin-bottom: 40px;
}

.distance-title {
	font-family: 'Times New Roman', Times, serif;
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 24px;
}

.distance-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.distance-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0 14px;
	border-bottom: 1px solid #0000001A;
	;
	margin-bottom: 14px;
}

.distance-list li:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.loc-name {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	color: #000000B2;
}

.loc-dist {
	font-size: 18px;
	font-weight: 400;
	color: #000000B2;
}

.l-location {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.distance-wrapper .distance-group:last-child {
	margin: 0;
}

/* Amenities Section */
.amenities-section {
	padding: 100px 0;
	background-color: #ffffff;
	overflow: hidden;
}

.amenities-header {
	margin-bottom: 50px;
}

.amenities-header .sub-title {
	color: var(--gold);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 24px;
}

.amenities-header .sub-title span {
	color: var(--gold);
	margin: 0 5px;
}

.amenities-header .main-title {
	font-family: 'Monteilga';
	font-size: 36px;
	font-weight: 400;
	color: #111111;
	margin-bottom: 32px;
}


/* Slider Alignment to Container */
.amenities-slider {
	width: 100%;
	padding-left: 15px;
}



.amenity-card {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

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

.amenity-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
	pointer-events: none;
}

.amenity-name {
	position: absolute;
	bottom: 24px;
	left: 24px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	z-index: 2;
}

/* About Developer Section */
.about-developer {
	background: #F4F0E4 url('../images/Layer_1.png') no-repeat right center / contain;
	padding: 84px 0;
	position: relative;
}

/* Stats Cards styling */
.stat-card {
	padding: 36px 24px;
}

.stat-number {
	font-family: 'Times New Roman', Times, serif;
	font-size: 28px;
	font-weight: 400;
	color: #000000E5;
}

.stat-label {
	color: #000000B2;
}

/* CTA Section */
.cta-section {
	background-color: #1a1a1a;
	background-image: url('../images/cta-shap.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 120px 0;
	position: relative;
}

.cta-subtitle {
	color: var(--gold);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-transform: uppercase;
}

.cta-subtitle span {
	color: var(--gold);
}

.cta-title {
	font-family: 'Monteilga';
	font-size: 56px;
	font-weight: 400;
	color: #ffffff;
	line-height: 80px;
	margin-bottom: 35px;
}

.btn-gold {
	display: inline-block;
	background-color: var(--gold);
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 45px;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid var(--gold);
}

.btn-gold:hover {
	background-color: transparent;
	color: var(--gold);
}

/* Footer Section */
.footer-section {
	background-color: #ffffff;
	padding:32px 0;
}

.footer-logo img {
	height: 34px;
}

.footer-desc {
	font-size: 14px;
	line-height: 1.6;
	max-width: 330px;
	margin: 0;
}

.footer-links-wrapper {
	margin-top: 15px; 
}

.footer-link-col {
	min-width: 150px;
}

.footer-link-col ul li {
	margin-bottom: 12px;
}

.footer-link-col ul li:last-child {
	margin-bottom: 0;
}

.footer-link-col ul li a {
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.3s ease;
	color: #000000B2;
	line-height: 15px;
	display: inline-block;
}

.footer-link-col ul li a:hover {
	color: var(--gold);
}

.footer-bottom {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #0000001A;
}


.copyright-text {
	font-size: 14px;
	color: #00000080;
}

.inner-banner {
	background-color: #ccc;
	text-align: center;
	padding: 70px 0;
	position:relative;
}


.inner-banner:after {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(4 4 4 / 58%) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.breadcrumb-wrap a, .breadcrumb-wrap li {
	color: #fff;
	text-decoration: none;
	margin-right: 6px;
}
.pre-content p {
	margin-bottom: 20px;
	color: #000;
}
.home-section-title {
	font-size: 40px;
	position: relative;
	z-index: 1;
	font-weight: 600;
	color: #fff;
	margin-bottom: 18px;
}

.breadcrumb-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 2;
}

.pre-content {
	width: 80%;
	margin: 0 auto;
}

.pre-content ul li {
	margin: 0 0 10px 0;
}

.pre-content ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
}

.footer-bottom ul li a {
	font-size: 14px;
	margin-right: 15px;
	color: #00000080;
	position:relative;
}

.footer-bottom li a:before {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #00000080;
	top: 50%;
	transform: translate(-50%, -50%);
	right: -10px;
}
.footer-bottom li:last-child a::before{display: none;}
.text-field {
	height: 110px;
}
.wpcf7-spinner {
	position: absolute !important;
}
.has-spinner {
    padding: 12px 40px;
    border-radius: 4px;
}
.custom-header .navbar {
    padding: 0;
}

.indu-contu h2 {
    margin: 0 auto;
}
.indu-contu {
    width: 70%;
    margin: 0 auto 30px;
    text-align: center;
}

.indu-contu h2 {
    margin: 0 auto 14px;
}

.powering{background-color:#F4F0E4;}

.powering .container {
    max-width: 1320px;
}
.indu h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: var(--black);
    margin: 20px 0 0;
}
.qr {
    height: 100px;
    width: 135px;
    margin: 0 auto;
}
.app span {
    display: block;
    text-transform: none;
}

.app {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: var(--black);
    text-transform: uppercase;
    line-height: 18px;
}
.container-fluid {
    padding: 0px 18px !important;
}
