/* General Reset */
body,
ul,
li,
a {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-family: 'Barlow', sans-serif;
	font-weight: lighter;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	width: 100%;
	padding: 0px 0px 0px 0px;
	top: 0;
	z-index: 1000;
	transition: background-color 0.3s ease;
}

.footer-column ul li a {
	font-size: 1rem;
}

/* Initial Transparent Header */
header.transparent {
	background-color: rgba(14, 47, 41, 0.8);
}

/* Solid Background After Scroll */
header.solid {
	background-color: rgb(14, 47, 41);
	color: #fff;
}

.logo {
	font-size: 1.5rem;
	font-weight: bold;
	width: 15%;

	text-align: center;
}

.logo img {
	width: 100%;
	padding: 0px 15px;
}

.menu ul {
	display: flex;
	gap: 1.5rem;
}

.menu ul li {
	padding: 0px 10px;
}

.menu-item {
	color: #fff;
	font-size: 1.2rem;
	transition: color 0.3s;
}

.menu-item.active {
	color: #ffb561;
	border-bottom: 2px solid #0e2f29;
}

.menu-item:hover {
	color: #ffb561;
}

.cta-button {
	background: #ffb561;
	color: #0e2f29;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	transition: background 0.3s;
}

.cta-button:hover {
	background: #0e2f29;
	color: #ffffff;
}

/* Hamburger Menu for Mobile */
.hamburger {
	display: none;
	flex-direction: column;
	gap: 0.3rem;
	cursor: pointer;
}

.hamburger span {
	width: 25px;
	height: 3px;
	background: #fff;
}

 #contact{
  padding: 0px 0px;
  height: 101vh;
  border-bottom: 1px solid #ffb561;
}

/* Section Styling */
section {
	padding: 0px 0px;
	height: auto;
	border-bottom: 1px solid #ffb561;
}

/* Slider Container */
.slider-container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

/* Slider Track */
.slider-track {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

/* Individual Slide */
.slide {
	flex: 0 0 100%;
	height: 100%;
	display: flex;
	background-size: cover;
	background-position: center;
}

/* Slide Content */
.slide .content {
	text-align: left;
	color: white;
	height: 100px;
	align-content: left;
	margin: 34% 15% 10%;
	padding: 0px 20px;
	background: #0e2f29ee;
	width: 340px;
}

.slide .content img {
	width: 150px;
	margin: 0 auto;
}

.slide .content h1 {
	font-size: 1.5rem;
	margin-top: 0px;
	font-weight: lighter;
	margin: 0px;
}

.slide .content p {
	font-size: 1rem;
	margin-bottom: 10px;
}

.content .cta {
	display: inline-block;
	padding: 10px 20px;
	background: #0e2f29;
	color: #ffb561;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
}

.slide .content .cta:hover {
	background: #0e2f29;
}

/* Navigation Arrows */
.arrow {
	position: absolute;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s;
}

.arrow:hover {
	background: rgba(0, 0, 0, 0.8);
}

.arrow.prev {
	left: 20px;
}

.arrow.next {
	right: 20px;
}

/* Line Indicators */
.indicator-container {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 5px;
	z-index: 10;
}

.indicator {
	width: 40px;
	height: 4px;
	background: rgba(255, 255, 255, 0.5);
	transition: background 0.3s ease, transform 0.3s ease;
}

.indicator.active {
	background: #0e2f29;
	transform: scaleX(1.5);
}



/* Full Page Container */
.about-us {
	display: grid;
	grid-template-columns: 5% 45% 50%;
	/* Left | Center | Right */
	height: 100vh;
	background-color: #fffdeb;
}

.abouts {
	display: grid;
	grid-template-columns: 5% 45% 50%;
	/* Left | Center | Right */
	height: 100vh;
	background-color: #fffdeb;
}


.abouts .left-heading h1 {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: lighter;
}

/* Center Image Section */
.abouts .center-image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.abouts .center-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Right Contact Section */
.abouts .right-contact {
	background: #fffdeb;
	padding: 103px;
	display: flex;
	flex-direction: column;
}

.right-contact {
	background: #fffdeb;
	padding: 103px;
	display: flex;
	flex-direction: column;
}

.right-contact h1 {
	color: #0e2f29;
}

.right-contact ul li {
	float: left;
	text-align: center;
	width: 25%;
}

.right-contact ul {
	margin: 50px 0px;
}

.right-contact ul li svg {
	fill: #0e2f29;
}

.abouts .right-contact h2 {
	font-size: 2rem;
	margin-bottom: 20px;
	color: #0e2f29;
}

.abouts .right-contact form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.abouts .form-group {
	display: flex;
	flex-direction: column;
}

.abouts label {
	font-size: 1rem;
	margin-bottom: 5px;
	color: #555;
}

.abouts input,
.abouts textarea {
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1rem;
}

.abouts textarea {
	resize: none;
	height: 100px;
}

.about-us button {
	background: #0e2f29;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	font-size: 1rem;
	cursor: pointer;
	transition: background 0.3s;
}

.about-us button:hover {
	background: #005fa3;
}

#Gallery .container {
	display: grid;
	grid-template-columns: 5% 95%;
	height: 100%;
}

/* Left Heading Section */
#Gallery .heading-section {
	width: 76%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.heading-section h1 {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #0e2f29;
	font-weight: lighter;
}

/* Gallery Section */
.gallery-section {
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

/* Preview Section */
.preview {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	/* For positioning arrows within this container */
	transition: background 0.5s ease-in-out;
	cursor: grab;
}

.preview:active {
	cursor: grabbing;
}

.slide-in {
	animation: slideIn 0.5s ease-in-out;
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(10%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Navigation Buttons */
.nav-button {
	position: absolute;
	/* Positioned relative to .preview */
	bottom: 10px;
	/* Fixed at the bottom of .preview */
	width: 40px;
	height: 40px;
	font-size: 1.5rem;
	color: white;
	border: none;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s, transform 0.2s;
	border-radius: 50%;
	/* Circle design */
}

.nav-button:hover {
	background: rgba(0, 0, 0, 0.9);
	transform: scale(1.1);
}

.nav-button.prev {
	left: 15%;
	/* Adjusted for left alignment */
}

.nav-button.next {
	right: 15%;
	/* Adjusted for right alignment */
}

/* Thumbnails Section */
.thumbnails {
	display: flex;
	gap: 10px;
	justify-content: center;
	width: 100%;
	max-width: 800px;
	padding: 10px;
	bottom: 105px;
	position: relative;
	left: 20%;
	right: 20%;
}

.thumbnail {
	width: 120px;
	height: 80px;
	flex-shrink: 0;
	background-color: #2c2c3b;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.3s;
}

.thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thumbnail:hover {
	transform: scale(1.05);
}

/* Active Thumbnail */
.thumbnail.active {
	border: 3px solid #0e2f29;
}

.amenities-section {
	display: grid;
	grid-template-columns: 5% 45% 50%;

	background: #ffffff;
	align-items: flex-start;
}

.vertical-heading {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 5px;
	background-color: #0e2f29;
	height: 100vh;
}

.vertical-heading h1 {
	margin: 0;

	justify-items: center;
	justify-content: center;
}

.left-content {
	padding: 60px;
}

#keydestination .container {
	display: grid;
	grid-template-columns: 5% 55% 40%;
	width: 100%;
	height: 100%;
}

.icon-grid {
	margin-top: 80px;
}

.left-content h2 {
	font-size: 1.8rem;
	font-weight: 700;
	color: #2c3e50;
	margin: 0px;
}

.left-content h3 {
	font-size: 1.5rem;
	color: #0f5b45;
	font-weight: 700;
	margin: 10px 0;
}

.left-content p {
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #555;
}

.icon-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(21%, 1fr));
	gap: 23px;
}

.icon-item {
	text-align: center;
}

.icon-item img {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}

.icon-item p {
	font-size: 0.9rem;
	color: #2c3e50;
	margin: 0px;
}

.right-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.right-content img {
	max-width: 100%;
}


.container {
	display: grid;
	grid-template-columns: 20% 40% 40%;


}


.heading-section h2 {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 5px;
	width: 56%;
}

.image-section img {
	width: 100%;
}

/* Layout Styles */
.specifications-section {
	display: grid;
	grid-template-columns: 5% 45% 50%;
	height: 100vh;
	background-image: url("./../img/BG.jpg");
	background-size: cover;
	background-position: center;
	background-color: #fffdeb;

}

.vertical-heading {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	background: #0e2f29;
	color: #ffb561;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.left-images {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	padding: 40px;
}

.image-container {
	position: relative;
}

.image-container img {
	width: 80%;
}

.image-caption {
	text-align: center;
	font-size: 0.9rem;
	margin-top: 10px;
	color: #555;
	font-style: italic;
}

.right-specifications {
	padding: 100px 10px 20px;

}

.right-specifications h2 {
	font-size: 1.8rem;
	color: #2c3e50;
	margin-bottom: 20px;
}

.spec-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.spec-item {
	display: flex;
	align-items: flex-start;
}

.spec-item img {
	width: 38px;
	height: 39px;
	padding: 10px;
}

.spec-item h3 {
	font-size: 1.1rem;
	color: #0f5b45;
	margin-bottom: 10px;
}

.spec-item ul li {
	font-size: 0.9rem;
	padding: 6px 0px;
	color: #555;
}

.social-icons a img {
	width: 30px;
}

/* Responsive Styles */
@media (max-width: 768px) {
	.specifications-section {
		grid-template-columns: 1fr;
	}

	.vertical-heading {
		display: none;
	}

	.spec-grid {
		grid-template-columns: 1fr;
	}

	.image-container img {
		width: 100% !important;
	}

	.thumbnail {
		width: 51px !important;
		height: 44px !important;
	}
}

/* Layout */
.container {
	display: grid;
	grid-template-columns: 4% 95%;
	height: 100%;
}

/* Left Vertical Heading */
.left-heading {
	background: #0e2f29;
	color: #ffb561;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 94%;
}

.left-heading h1 {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: lighter;
}

/* Right Tabs Section */
.right-content {
	display: flex;
	flex-direction: column;
	padding: 20px;
}

/* Tabs */
.tabs {
	display: flex;
	gap: 20px;
	border-bottom: 2px solid #ffb561;
	margin-bottom: 20px;
	width: 100%;
	background-color: #0e2f29;
	margin-left: -6px;
}

.tab {
	padding: 10px 20px;
	cursor: pointer;
	font-size: 1rem;
	color: #fff;
	background-color: #0e2f29;
	border: none;
	border-bottom: 3px solid transparent;
	transition: border-color 0.3s;
}

.tab.active {

	font-weight: bold;
	color: #0e2f29;
	background-color: #ffb561;
}

/* Tab Content */
.tab-content {
	display: none;
	/* Hidden by default */
	width: 100%;
	text-align: center;
	align-items: center;
}

.tab-content img {

	width: 83%;
}

.tab-content.active {
	display: block;
	/* Display only active tab content */
}

.tab-content h2 {
	color: #0e2f29;
	margin-bottom: 10px;
}

.tab-content p {
	font-size: 1rem;
	line-height: 1.6;
	color: #555;
}

.company-logo {
	width: 10%;
	background: #0e2f29;
	padding: 8px;
}

.company-logo img {
	width: 100%;
}

/* Page Layout */
.container {
	display: grid;
	grid-template-columns: 4% 55% 40%;
	height: 100%;
}

/* Left Vertical Heading */



.left-heading h1 {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: lighter;
}

/* Google Map Section */
.map-section {
	position: relative;
}

.map {
	width: 100%;
	height: 100%;
	border: none;
}

/* Address Section */
.address-section {
	background: white;

	padding: 20px;
}

.address-card {
	background: #f1f1f1;
	padding: 15px;
	margin-bottom: 15px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.address-card h2 {
	font-size: 1rem;
	margin-bottom: 5px;
	color: #333;
}

.address-card p {
	font-size: 0.9rem;
	color: #555;
	margin-bottom: 10px;
}

.status {
	color: green;
	font-weight: bold;
}

.map-section iframe {
	height: 100vh;
	width: 100%;
}

.contact-us {
	display: grid;
	grid-template-columns: 4.7% 32% 32% 31%;
	height: 60vh;
}

/* Page Container */
#floor .container {
	display: grid;
	grid-template-columns: 5% 95%;
	width: 100%;
	height: 100%;
	background-color: #fffdeb;
}

/* Vertical Heading Section */
.heading-section {
	background-color: #0e2f29;
	color: #ffb561;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-bottom: 1px solid #ffb561;
}

.heading-section h1 {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 2rem;
	text-transform: uppercase;
	color: #ffb561;
	font-weight: lighter;
	margin: 19px;
}

/* Content Section */
.content-section {
	background-color: #0e2f29;
	padding: 10%;

	display: flex;
	flex-direction: column;
	justify-content: top;
}

.content-section h2 {
	font-size: 1.8rem;
	color: #ffb561;
	margin-bottom: 0px;
}

.content-section p {
	font-size: 1rem;
	margin-bottom: 5px;
	color: #fff;
}

/* Form Section */
.form-section {
	background-color: #f6f3ee;
	padding: 20px;

	border-left: 1px solid #ddd;
}

.form-section h2 {
	font-size: 1.8rem;
	color: #0e2f29;
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 15px;
}

.form-group label {
	display: block;
	font-size: 1rem;
	margin-bottom: 5px;
	color: #555;
}

.form-group input,
.form-group textarea {
	width: 90%;
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 1rem;
	background-color: #f9f9f9;
	transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
	border-color: #0e2f29;
	outline: none;
}

.form-group textarea {
	height: 100px;
	resize: none;
}

.submit-button {
	padding: 10px 20px;
	background-color: #0e2f29;
	color: white;
	font-size: 1rem;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.submit-button:hover {
	background-color: #0e2f29;
}



.footer {
  background-color: #0e2f29;
  color: #fff;
  padding: 10px 28px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 29px;
  width: 97%;
}

.footer-column {
	flex: 1 1 200px;
	min-width: 80%;
}

.footer-column2 {
	flex: 1 1 10px;
	min-width: 10%;
	padding: 10px;
}

.footer-column h3 {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-column ul li {
	margin-bottom: 10px;
	font-size: 0.9rem;
	float: left;
	padding: 10px;
}

.footer-column ul li a {
	text-decoration: none;
	color: #b0c7da;
	transition: color 0.3s;
}

.footer-column ul li a:hover {
	color: #fff;
}

.social-icons {
	position: fixed;
	top: 50%;
	/* Vertical centering */
	right: 0;
	/* Align to the right side */
	transform: translateY(-50%);
	/* Adjust for true vertical center */
	display: flex;
	flex-direction: column;
	/* Stack icons vertically */
	gap: 10px;
	/* Space between icons */
	background-color: #f8f9fa;
	/* Optional background */
	padding: 10px;
	/* Optional padding */
	border-radius: 10px 0 0 10px;
	/* Rounded edges on the left */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	/* Optional shadow */
}

.social-icons a img {
	width: 30px;
	/* Icon size */
	height: 30px;
	transition: transform 0.3s;
	/* Hover effect */
}

.social-icons a img:hover {
	transform: scale(1.5);
	/* Slight zoom effect */
}

.newsletter button:hover {
	background-color: #1b3b59;
}

.social-icons {
	display: flex;
	gap: 10px;
}

.social-icons a {
	color: #b0c7da;
	font-size: 1.5rem;
	text-decoration: none;
	transition: color 0.3s;
}

.social-icons a:hover {
	color: #fff;
}

@media (max-width: 768px) {

	/* Footer */
	.footer {
		flex-direction: column;
		align-items: center;
		text-align: center;
		width: 87% !important;
	}

	.footer-column {
		flex: 1 1 100%;
		max-width: 400px;
	}

	/* Menu and Hamburger */
	.menu ul {
		flex-direction: column;
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		background: #0e2f29;
		width: 100%;
		padding: 15px;
		border-top: 1px solid #ffb561;
	}

	.menu ul.active {
		display: flex;

	}

	.abouts {
		display: grid;
		grid-template-columns: 1fr !important;
		height: auto;
	}

	.specifications-section {

		height: auto !important;

	}

	.contact-us {
		display: grid;
		grid-template-columns: 1fr;
		height: auto;
	}

	header.transparent {
		background-color: #0e2f29;
	}

	.slider-container {
		position: relative;
		width: 100%;
		height: auto !important;
		overflow: hidden;
	}

	.hamburger {
		display: flex;
	}

	/* Thumbnails */
	.thumbnails {
		left: 0 !important;
		right: 0 !important;
		padding: 0 !important;
		gap: 5px;
	}

	.thumbnails {
		display: flex;
		gap: 0px;
		justify-content: center;
		width: 100%;
		max-width: 100% !important;
		padding: 10px;
		bottom: 53px;
		position: relative;
		left: 0% !important;
		right: 0% !important;
	}

	.left-heading {

		width: 100%;
	}

	.thumbnail {
		width: 100px;
		height: 60px;
	}

	.specifications-section .left-images {
		display: flex;
		flex-direction: column;
		width: 92%;
		padding: 15px;
	}

	/* Header */
	header {
		width: 98% !important;
		padding-right: 10px;
	}

	.logo {
		width: 33% !important;
		padding: 10px 10px 10px 0px;
	}

	.logo img {
		width: 100%;
		padding: 0px 5px;
	}

	.company-logo {
		width: 31%;
		background: #0e2f29;
		padding: 6px;
		margin-right: -38px;
	}

	/* About Us Section */
	.about-us {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
	}


	.about-us .left-heading h1 {
		writing-mode: horizontal-tb;
		transform: none;
		font-size: 2rem;
		font-weight: lighter;
	}

	.about-us .center-image {
		height: 100vh;
	}

	.about-us .right-contact {
		padding: 20px;
	}

	/* Section */
	section {
		height: auto !important;
		width: 100%;
	}

	.heading-section {
		align-items: flex-start;
		width: 100%;
		height: auto;
	}

	.heading-section h1,
	.heading-section h2 {
		writing-mode: horizontal-tb;
		transform: none;
		font-size: 1rem;
		text-align: center;
		font-weight: lighter;
	}

	.heading-section h1 {

		margin: 19px auto !important;
	}

	.map-section iframe {
		height: 33vh !important;
		width: 100%;
	}

	/* Content and Navigation */
	.content h1 {
		font-size: 2rem;
		font-weight: lighter;
	}

	.content p {
		font-size: 1rem;
	}

	.preview {
		height: 100%;
	}

	.nav-button {
		width: 35px;
		height: 35px;
		font-size: 1.2rem;
		bottom: 5%;
	}

	/* Amenities */
	.amenities-container {
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr;

	}

	#Amenities {
		grid-template-columns: 1fr;
		grid-template-rows: auto 1fr;
		background-image: none !important;
		background-size: cover;
		background-position: center;
		height: 100vh;
	}

	.specifications-section {
		background-image: none;
	}

	/* Container Adjustments */
	.container {
		flex-direction: column;
		height: auto;
	}

	.left-heading h1 {
		font-size: 1rem !important;
	}

	.map-section,
	.address-section {
		height: 50%;
	}

	.abouts .right-contact {
		background: #f6f3ee;
		padding: 35px;
		display: flex;
		flex-direction: column;
	}

  .right-contact ul li {
    float: left;
    text-align: center;
    width: 58%;
    line-height: 53px;
    margin-bottom: 40px;
  }

	.left-heading h1 {
		writing-mode: horizontal-tb !important;
		transform: initial !important;

	}

	#Gallery .heading-section {

		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 60px;
	}

	.gallery-section {
		height: 600px;
	}

	.about-us {

		height: fit-content;
	}

	#Gallery .container {
		grid-template-columns: 100% !important;
	}

	#floor .container {
		grid-template-columns: 1fr !important;
	}

	.amenities-container {
		height: auto;
	}

	.project {
		width: 90%;
		margin: 20px auto;
	}

	.project .header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}

	.project .header h1 {
		font-size: 24px;
		margin: 0;
	}

	.project .view-toggle {
		font-size: 14px;
		display: flex;
		gap: 10px;
	}
	.download-btn2 {
  left: 22% !important;
}
.slide .content {
  text-align: left;
  color: white;
  height: 100px !important;
  align-content: left;
  margin: 95% 3% 10% !important;
  padding: 0px 20px;
  background: #0e2f29ee;
  width: 340px;
}

.arrow {
  position: absolute;
  bottom: 45% !important;
}
.gallery-title {

  width:100% !important;
}
	.project .grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 20px;
	}

	.project .card {
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	}
.popup-form {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  width: 74% !important;
  max-width: 70%;
  box-shadow: 0 0 10px rgb(9, 48, 41);
  position: relative;
}
	.project .card img {
		width: 100%;
		height: auto;
	}

	.project .card-content {
		padding: 15px;
	}

	.project .card-content h2 {
		font-size: 20px;
		margin: 0 0 10px;
		color: #1a73e8;
	}

	.project .card-content p {
		margin: 5px 0;
		color: #555;
	}

	.project .card-content .icons {
		display: flex;
		gap: 15px;
		margin-top: 10px;
	}

	.project .icon {
		display: flex;
		align-items: center;
		gap: 5px;
		font-size: 14px;
	}

	.project .icon img {
		width: 16px;
		height: 16px;
	}

	.gallery {

		grid-template-columns: repeat(auto-fill, minmax(100%, 2fr)) !important;
		height: auto !important;
	}

	#keydestination .container {
		grid-template-columns: 1fr !important;
	}

	.icon-grid {

		grid-template-columns: repeat(auto-fit, minmax(99px, 1fr));

	}

	.right-specifications {
		padding: 4px 10px 20px;
	}
}

/* Full-page grid gallery */
.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(32%, 3fr));
	align-content: baseline;
	gap: 10px;
	padding-top: 80px;
	background-color: #fffdeb;
	height:90vh;
}

.right-contact p {
	font-size: 0.9rem;
	padding: 6px 0px;
	line-height: 23px;
	color: #383838;
}

.gallery-item img {
	width: 100%;
	height: 395px;
	display: block;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.gallery-item {
	align-content: center;
	justify-content: center;
	align-items: center;
}

/* Lightbox Styles */
.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 1000;
}

.gallery-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px 16px;
	cursor: pointer;
	font-size: 18px;
	z-index: 100;
}

.prev-btn {
	left: 0;
}

.next-btn {
	right: 0;
}

.lightbox-content {
	max-width: 90%;
	max-height: 90%;
}

#lightbox {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
}

#lightbox img {
	max-width: 90%;
	max-height: 90%;
}

#closeLightbox {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 40px;
	color: white;
	cursor: pointer;
}
.gallery-title {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #0e2f29b6;
  color: #fff;
  padding: 10px 0px;
  margin-top: -43px;
  margin-right: 22px;
  font-size: 19px;
  text-align: center;
}

/* Download Button */
.download-btn {
	padding: 12px 25px;
	background-color: #fc9c2f;
	color: #002415;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	width: 200px;
	margin: 30px 0px;
	text-align: center;
}

.download-btn2 {
	padding: 12px 25px;
	background-color: #fc9c2f ;
	color: #002415;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	width: 240px;
	margin: 30px 0px;
	position: relative;
	left: 40%;
	right: 40%;
	top: 0%;
	z-index: 130;
	margin: 30px auto;
}

.download-btn:hover {
	background-color: #ffb561;
}

/* Overlay background */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 48, 41, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Form container */
.popup-form {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  width: 22%;
  max-width: 70%;
  box-shadow: 0 0 10px rgb(9, 48, 41);
  position: relative;
}

.popup-form h2 {
	margin-top: 0;
}

label {
	font-weight: bold;
	margin-top: 12px;
	display: block;
}

input,
textarea {
	width: 92%;
	padding: 10px;
	margin-top: 5px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.error {
	color: red;
	font-size: 13px;
	margin-top: 3px;
}

button[type="submit"] {
	margin-top: 20px;
	background: rgb(9, 48, 41);
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

button[type="submit"]:hover {
	background: rgba(14, 47, 41, 0.8);
}

.close-btn {
	position: absolute;
	top: -10px;
	right: 13px;
	font-size: 51px;
	color: #093029;
	cursor: pointer;
}

.blur {
	transition: filter 0.3s ease;
	filter: blur(5px);
}
   .highlight-block {
  flex: 1 1 23%;
  margin: 13px 50px 0px;
}

    .highlight-block h3 {
      font-size: 19px;
      margin-bottom: 12px;
      color: #143a27;
      display: flex;
      align-items: center;
    }

    .highlight-block h3::before {
      content: '';
      display: inline-block;
     width: 48px;
  height: 42px;
      margin-right: 10px;
      background-size: contain;
      background-repeat: no-repeat;
    }

    .highlight-block:nth-child(1) h3::before {
      background-image: url('../img/Icone_1.png');
	  background-size: 40px;
    }

    .highlight-block:nth-child(2) h3::before {
      background-image: url('../img/Icone_2.png');
	  background-size: 40px;
    }

    .highlight-block:nth-child(3) h3::before {
     background-image: url('../img/Icone_3.png');
	 background-size: 40px;
    }

    .highlight-block:nth-child(4) h3::before {
      background-image: url('../img/Icone_4.png');
	  background-size: 40px;
    }

    .highlight-block:nth-child(5) h3::before {
      background-image: url('../img/Icone_5.png');
	  background-size: 40px;
    }

    .highlight-block:nth-child(6) h3::before {
     background-image: url('../img/Icone_6.png');
	 background-size: 40px;
    }

    ul {
      list-style: none;
      padding-left: 0;
      font-size: 16px;
    }

    ul li {
      margin-bottom: 6px;
      display: flex;
      justify-content: space-between;
    }


  .left-box {
  flex: 1 1 50%;
  padding-right: 30px;
  grid: unset;
  display: grid;
  grid-template-columns: 45% 40%;
  height: auto;
  margin: 8% 0% 5% 5%;
}

    .highlight-block {
      margin-bottom: 30px;
    }

    .highlight-block h3 {
      font-size: 20px;
      font-weight: 600;
      color: #2d4c3f;
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc;
      padding-bottom: 5px;
    }

    .highlight-block ul {
      list-style: none;
      padding: 0;
    }

    .highlight-block li {
      display: flex;
      justify-content: space-between;
      padding: 4px 0;
      font-size: 16px;
      border-bottom: 1px dashed #e0e0e0;
    }

    .highlight-block li span:last-child {
      font-weight: bold;
    }

    .right-box {
      flex: 1 1 45%;
      display: flex;
      justify-content: center;
    }

    .right-box img {
      width: 100%;
      height: auto;
    }

    @media (max-width: 768px) {
        .keydestination {
    flex-direction: column;
    padding: 0px 0%;
  }
  .left-box {
    flex: 1 1 50%;
    padding-right: -5px;
    grid: unset;
    grid-template-columns: unset;
    display: grid;
    grid-template-columns: 95% !important;
    height: auto !important;
    margin: 8% 0% 5% 5% !important;
  }
.highlight-block {
  flex: 1 1 23%;
  margin: 13px 27px 0px !important;
    margin-bottom: 0px;
}
      .right-box {
        margin-top: 30px;
      }
    }
	.keydestination
	{background-image:url(../img/BG_1.jpg); background-repeat: repeat;}

	
#walkthrough {
  background: #fbfbfb;
  height: 100%;
  text-align: center;
  background-image: ma;
  margin: 0px;
  padding: 0px;
}

  /* Video thumbnail container */
  .video-thumbnail {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: url('../img/Gallery-02.jpg') center/cover no-repeat;
    cursor: pointer;
  }

   /* Animated circular play button */
  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.9);
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
  }

  .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
  }

  /* Play icon (triangle) */
  .play-btn::after {
    content: '';
    position: absolute;
    left: 38%;
    top: 30%;
    width: 0;
    height: 0;
    border-left: 24px solid white;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
  }

  /* Pulse ripple animation */
  .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.4);
    animation: pulse 1.5s infinite;
    z-index: -1;
  }

  @keyframes pulse {
    0% { transform: scale(0.9); opacity: 0.9; }
    70% { transform: scale(1.6); opacity: 0; }
    100% { transform: scale(0.9); opacity: 0; }
  }

  /* Popup overlay */
  .popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(5px);
    animation: fadeIn 0.3s ease;
  }

  /* Popup content */
  .popup-content {
    position: relative;
    width: 80%;
    max-width: 900px;
    animation: scaleIn 0.3s ease;
  }

  /* Close button */
  .close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    background: white;
    border-radius: 50%;
    padding: 6px 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
  }

  /* Video iframe */
  .popup-content iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px;
  }

  /* Animations */
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  @keyframes scaleIn {
    from {transform: scale(0.9); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
  }

  @media (max-width:768px){
    .popup-content iframe {
      height: 300px;
    }
  }