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

.ban-logo {
	width: 50%;
}
.text-18 {
    
    text-align:justify !important;
}

@media only screen and (max-width: 600px) {

	.ban-logo {
		width: 90%;
	}
}

.bg-dark-custom {
	background: #293d34;
	position: absolute;
	bottom: -50px;
	/* Adjust to make half inside and half outside */
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	z-index: 10;
	border-radius: 10px;
	overflow: hidden;
}

.info-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px;
}

.info-box i {
	font-size: 30px;
	color: #dabb69;
	/* Gold color for icons */
}

.alt-bg {
	background: #21352c;
	/* Darker shade for 2nd & 4th blocks */
}

.info-box h6 {
	font-weight: 600;
	font-size: 20px;
}

.prata-font {
	font-family: 'TCVolume';
	font-size: 40px !important;
	text-transform: capitalize;
}

#map-back {
	background: #21352c;
}

#map-back h2 {
	color: #fff !important;
}

#map-back p {
	color: #fff !important;
}

	#ban-mobadd {
		display: none !important;
	}
	
	
@media only screen and (max-width: 768px) {
	#ban-webadd {
		display: none !important;
	}
	
	.alt-bg2 {
	background: #293d34;
	/* Darker shade for 2nd & 4th blocks */
}
		#ban-mobadd {
		display: block !important;
	}
	.bg-dark-custom {
	background: #293d34;
	position: absolute;
	bottom: 0px;
	/* Adjust to make half inside and half outside */
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 10;
	border-radius: 10px;
	overflow: hidden;
}
	
	
}

.ev-villahead {
	font-family: 'TCVolume';
	font-size: 40px;
	font-weight: bold;
}

.ev-villa {
	font-family: 'TCVolume';
	font-size: 36px;
	font-weight: normal;
}

.split-section {
	display: flex;
	align-items: center;
	justify-content: center;

	/* Full background color */
	padding: 60px;
	position: relative;
}

.split-section .row {
	background: #f4f4f4;
}

.split-section .col-md-5 {
	padding: 0px;
}

.split-section .col-md-7 {
	padding: 0px;
}

.split-section .text-content {
	padding: 40px;
	background: #f4f4f4;
	position: relative;
}

.split-section .key-image {
	position: absolute;
	bottom: -105px;
	right: 360px;
	/* Adjusted position */
	width: 70%;

	opacity: 0.8;
	/* Light faded effect */
}

@media (max-width: 768px) {
	.split-section .text-content {
		padding: 20px 10px;
	}

	.ev-villahead {
		font-family: 'TCVolume';
		font-size: 33px;
		font-weight: bold;
	}

	.ev-villa {
		font-family: 'TCVolume';
		font-size: 28px;
		font-weight: normal;
	}

	.split-section {
		flex-direction: column;
		text-align: center;
		padding: 30px 0px !important;
	}

	.key-image {
		display: none;
	}

	.split-section .key-image {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 70%;
		/* Adjust size for mobile */
		bottom: -10px;
	}
}

.split-section p {
	line-height: 2;
}

.chap-1 {
	padding-top: 70px;
}

@media (max-width: 768px) {
	.chap-1 {
		padding-top: 20px;
	}
}

/* Swiper Main Container */
.amenities-swiper {
	width: 100%;
	height: 70vh;
	position: relative;
}

/* Individual Slides */
.amenities-swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}

.amenities-swiper-slide img {
	width: 100%;
	height: 70vh;
	object-fit: cover;
}

.amenities-swiper-slide img {
	width: 100%;
	height: 70vh;
	object-fit: cover;
}

/* Ultra-large screens (1600px and up) */
@media (min-width: 1600px) {
	.amenities-swiper-slide img {
		height: 60vh;
	}
}

/* Extra large screens (1400px - 1599px) */
@media (min-width: 1400px) and (max-width: 1599px) {
	.amenities-swiper-slide img {
		height: 65vh;
	}
}

/* Large screens (1200px - 1399px) */
@media (max-width: 1399px) {
	.amenities-swiper-slide img {
		height: 60vh;
	}
}

/* Medium screens (992px - 1199px) */
@media (max-width: 1199px) {
	.amenities-swiper-slide img {
		height: 55vh;
	}
}

/* Small screens (768px - 991px) */
@media (min-width: 900px) and (max-width: 1150px) {
	.amenities-swiper-slide img {
		height: 65vh;
	}
}

/* Extra small screens (below 768px) */
@media (max-width: 767px) {
	.amenities-swiper-slide img {
		height: 60vh;
	}
}

/* Very small devices (phones under 576px) */
@media (max-width: 575px) {
	.amenities-swiper-slide img {
		height: 60vh;
	}
}


/* Slide Content */
.amenities-swiper-content {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	max-width: 40%;
	z-index: 10;
}

.amenities-swiper-content h2 {
	font-size: 40px;
	font-weight: bold;
	font-family: 'TCVolume';
	display: inline-block;
}

.amenities-swiper-content p {
	font-size: 18px;
	font-weight: normal;
	margin-top: 40px;
}

/* Custom Navigation Buttons */
.amenities-prev-button,
.amenities-next-button {
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
	border: 1px solid #dabb69;
	background: rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-in-out;
	z-index: 15;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	color: #000;
	font-weight: bold;
}

/* Position navigation buttons */
.amenities-prev-button {
	left: 20px;
}

.amenities-next-button {
	right: 20px;
}

/* Custom Navigation Buttons */
.add1-button-next,
.add1-button-prev {
	width: 50px !important;
	height: 50px !important;
	border-radius: 50%;
	border: 1px solid #dabb69;
	background: rgba(255, 255, 255, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-in-out;
	z-index: 15;
}

/* Position navigation buttons */
.add1-button-prev {
	left: 20px;

}

.add1-button-next {
	right: 20px;
}

.add1-button-next img,
.add1-button-prev img {
	width: 40px;
	height: auto;
}

/* Remove Swiper's default arrow icons */
.amenities-prev-button::after,
.amenities-next-button::after {
	display: none !important;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
	.amenities-swiper-content p {
		font-size: 18px;

	}


	.amenities-swiper {
		width: 100%;
		height: 60vh;

	}

	.amenities-swiper-content {
		width: 100%;
		padding: 10px;
		max-width: 80%;
		text-align: center;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.amenities-swiper-content h2 {
		font-size: 38px;
	}

	.amenities-prev-button,
	.amenities-next-button {
		width: 40px !important;
		height: 40px !important;
		font-size: 20px;
	}
}

.section-title {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	font-family: 'TCVolume';
}

.section-title::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: black;
	margin: 10px auto 0;
}

.image-box {
	text-align: center;
	position: relative;
}

.image-box img {
	width: 100%;
	border-radius: 8px;
}

.image-box p {
	margin-top: 10px;
	font-family: 'TCVolume';
	font-size: 30px;
}

/* Adjusting positions */
.offset-img-2 {
	margin-top: 120px;
}

.offset-img-5 {
	margin-top: 120px;
}
@media only screen and (max-width: 600px) {

.section-title {
    font-size: 40px !important;
    
}
	/* Adjusting positions */
	.offset-img-2 {
		margin-top: 0px;
	}

	.offset-img-5 {
		margin-top: 0px;
	}
}

.incorville p {
	font-family: 'TCVolume';
	font-size: 25px;
}

.section-hero {
	margin: 30px 0px;
	padding: 50px 0px;
}

.section-hero .container {
	position: relative;
	background: url("../images/home_everafter.webp") no-repeat center center/cover;
	height: 60vh;
	display: flex;
	align-items: center;
	color: white;
}

/* Large screens (desktops) */

@media (min-width: 1400px) {
	.section-hero .container {
		height: 60vh;
	}
}

@media (max-width: 1200px) {
	.section-hero .container {
		height: 70vh;
	}
}

/* Medium screens (tablets) */
@media (max-width: 992px) {
	.section-hero .container {
		height: 75vh;
	}
}

/* Medium screens (tablets) */
@media (max-width: 900px) {
	.section-hero .container {
		height: 70vh;
	}
}

/* Small screens (phones) */
@media (max-width: 768px) {
	.section-hero .container {
		height: 65vh;
	}
	.hero-container {

	padding: 0px !important;

}
}


.hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-container {

	padding: 30px;

}

.hero-title {
    font-family: 'TCVolume';
	font-size: 3rem;
	font-weight: bold;
}

.hero-subtitle {
	font-size: 2rem;
	font-weight: 300;
}

.hero-text {
	font-size: 18px;
	margin-top: 15px;
}

.hero-section3 .container {
	position: relative;
	background: url("../images/home_incor.webp") no-repeat center center/cover;
	height: 370px;
	color: white;
	text-align: left;
	display: flex;
	align-items: center;
	padding: 40px;
}

.content {
	position: relative;
	z-index: 2;
	max-width: 600px;
}

.content h2 {
	font-family: 'TCVolume';
}

.content p {
	font-size: 18px;
	margin-top: 20px;
}

.stats {
	color: white;

	text-align: center;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {

	.stats h5 {
		font-size: 16px;
	}
}

.stats .col-md-3 {
	padding: 20px;
	color: white;
}

.stats .col-md-3:nth-child(odd) {
	background-color: #16342c;
}

.stats .col-md-3:nth-child(even) {
	background-color: #1b4d3e;
}


.stats .col-md-6 {
	padding: 20px;
	color: white;
}

.stats .col-md-6:nth-child(odd) {
	background-color: #16342c;
}

.stats .col-md-6:nth-child(even) {
	background-color: #1b4d3e;
}


.stats h5 {
	font-weight: bold;
}

/* Updated class names to avoid conflicts */
.inc-section-title {
	font-family: 'TCVolume';
	text-align: center;
	margin-bottom: 10px;
	color: #1b3b2f;

}

.inc-section-subtitle {
	text-align: center;
	margin-bottom: 30px;
	color: #444;
}

.inc-form-container {
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 30px;
	max-width: 1250px;
	margin: 0 auto;
}

.inc-btn-submit {
	background: #c1a260;
	color: white;
	border: none;
	padding: 10px 30px;
	border-radius: 5px;

}

.inc-btn-submit:hover {
	background: #a68a50;
	color:#fff;
}

@media only screen and (max-width: 600px) {
    
    .inc-btn-submit {

	width:80%;
}
}

.inc-consultation-text {
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

.form-control {
	border: 1px solid rgb(231, 231, 231) !important;
	border-radius: 20px;
	padding: 8px;
}

.iti {
	width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
	border-radius: 20px;
}

.re .swiper-wrapper {
	height: 300px !important;
}

@media only screen and (max-width: 600px) {
	.re .swiper-wrapper {
		height: 200px !important;
	}

	.modal-content {
		top: 10%;
		width: 90% !important;
	}
}


.hero-section3 h2 {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 600;
}

.hero-section3 p {
	font-size: 16px;
	max-width: 700px;
	margin: 0 auto;
	color: #fff;
}

.hero-button-prev,
.hero-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}


.hero-swiper-section .swiper {
	overflow: hidden;
	/* Hides overflow from sides */
}

.hero-swiper-section .swiper-wrapper {
	display: flex;
}

.hero-swiper-section .swiper-slide {
	width: 100% !important;
	flex-shrink: 0;
}


.hero-swiper-section {
	position: relative;
}

.hero-swiper-section .hero-button-prev,
.hero-swiper-section .hero-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	cursor: pointer;
}

@media only screen and (max-width: 600px) {


	.hero-swiper-section .hero-button-prev,
	.hero-swiper-section .hero-button-next {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 20;
		cursor: pointer;
	}
}


.hero-swiper-section .hero-button-prev {
	left: 50px;
	/* Inside the container bounds */
	padding: 5px;
	border: 2px solid #dabb69;
	border-radius: 50%;
}


.hero-swiper-section .hero-button-next {
	right: 50px;
	padding: 5px;
	border: 2px solid #dabb69;
	border-radius: 50%;
}


/* Small screens (768px - 991px) */
@media (min-width: 1431px) and (max-width: 1499px) {
	.hero-swiper-section .hero-button-prev {
		left: 10px !important;
		/* Inside the container bounds */

	}


	.hero-swiper-section .hero-button-next {
		right: 10px !important;

	}
}


@media (min-width: 1900px) {
	.hero-swiper-section .hero-button-prev {
		left: 25% !important;
		/* Inside the container bounds */

	}


	.hero-swiper-section .hero-button-next {
		right: 25% !important;

	}
}


/* Small screens (768px - 991px) */
@media (min-width: 1401px) and (max-width: 1430px) {
	.hero-swiper-section .hero-button-prev {
		left: 5px !important;
		/* Inside the container bounds */

	}


	.hero-swiper-section .hero-button-next {
		right: 5px !important;

	}
}


/* Small screens (768px - 991px) */
@media (min-width: 1500px) and (max-width: 1520px) {
	.hero-swiper-section .hero-button-prev {
		left: 25px !important;
		/* Inside the container bounds */

	}


	.hero-swiper-section .hero-button-next {
		right: 25px !important;

	}
}


/* Small screens (768px - 991px) */
@media (min-width: 1200px) and (max-width: 1300px) {
	.hero-swiper-section .hero-button-prev {
		left: 5px !important;
		/* Inside the container bounds */

	}

	.hero-swiper-section .hero-button-next {
		right: 5px !important;

	}
}

/* Small screens (768px - 991px) */
@media (min-width: 992px) and (max-width: 1100px) {
	.hero-swiper-section .hero-button-prev {
		left: 5px !important;
		/* Inside the container bounds */

	}

	.hero-swiper-section .hero-button-next {
		right: 5px !important;

	}
}


.hero-swiper-section .hero-button-prev img,
.hero-swiper-section .hero-button-next img {
	width: 30px;
	height: auto;
}


#mb {
	display: none !important;
}

#we {
	display: block;
}

@media only screen and (max-width: 600px) {


	.hero-swiper-section .hero-button-prev {
		left: 30px;
		/* Inside the container bounds */


	}


	.hero-swiper-section .hero-button-next {
		right: 30px;

	}


	#mb {
		display: block !important;
	}

	#we {
		display: none !important;
	}

}

/* Modal Styling */
.custom-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
}

.custom-modal-content {
	position: relative;
	margin: 5% auto;
	padding: 10px;
	background: #fff;
	width: 90%;
	max-width: 1000px;
	border-radius: 8px;
	max-height: 90vh;
	overflow: hidden;
}

@media only screen and (max-width: 600px) {
	.custom-modal-content {

		margin: 25% auto;

	}
}


.custom-modal-close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	z-index: 10;
}

.custom-modal-title {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}

/* Swiper */
.custom-swiper {
	width: 100%;
	height: 500px;
}

.custom-swiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

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

.swiper-pagination-bullet-active {
	background-color: #000;
}

/* Optional: Smooth modal transition */
.custom-modal.fade-in {
	animation: fadeIn 0.3s ease-in-out forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.add1-button-next img {

	width: 40px;
	height: auto;

}

.add1-button-prev img {

	width: 40px;
	height: auto;
}

.btn {
	display: block;
	background: #21352c;
	color: #fff;
	padding: 10px;
	margin: 0 auto;
}