:root {
	--gold: #ab9273;
	--gold-light: #cbb494;
	--ink: #14110d;
	--cream: #faf6ef;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body{
    font-family:"DM Sans", Arial, sans-serif;
    line-height:1.5;
}

html {
	scroll-behavior: smooth
}

.cormorant-garamond-<uniquifier> {
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
/* ===============================
   Cormorant Garamond Local Font
================================== */

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant-garamond-v21-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant-garamond-v21-latin-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant-garamond-v21-latin-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant-garamond-v21-latin-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant-garamond-v21-latin-600italic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant-garamond-v21-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/cormorant-garamond-v21-latin-700italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
/* ===============================
   DM Sans Local Font
================================== */

@font-face {
    font-family: 'DM Sans';
    src: url('../fonts/dm-sans-v17-latin-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* BANNER CSS START */
.logo {
	margin-bottom: 56px;
	text-align: center;
}

.logo img {
	width: 160px;
}

.hero{
    position:relative;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:40px 20px 80px;
    overflow:hidden;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(rgba(10, 9, 7, .55), rgba(10, 9, 7, .6));
    z-index:1;
}

.hero-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0;
}

.hero .container{
    position:relative;
    z-index:2;
}

.boxoverbanner {
	width: 100%;
	max-width: 1020px;
	background: rgba(20, 17, 13, .55);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 28px;
	padding: 60px 76px;
	text-align: center;
	backdrop-filter: blur(6px);
	box-shadow: 0 40px 80px rgba(0, 0, 0, .45);
	min-height: 420px;
	margin: 0 auto;
}

.tag {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(171, 146, 115, .5);
	background: rgba(171, 146, 115, .12);
	border-radius: 999px;
	padding: 9px 22px;
	font-size: 12px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #e9dfcd;
	margin-bottom: 36px;
	font-family: "DM Sans", sans-serif;
}

.tag .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ab9273;
	flex-shrink: 0;
}

.boxoverbanner h1 {
	font-family: 'Cormorant Garamond', 'Georgia', serif;
	font-weight: 400;
	font-optical-sizing: auto;
	font-size: 64px;
	line-height: 1.05;
	letter-spacing: -0.015em;
	color: #FFFFFF;
	margin: 0 0 16px;
}

.hero h1 em {
	color: #cbb494;
	font-weight: 500;
	font-size: 80px;
}

.hr {
	width: 110px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #ab9273, transparent);
	margin: 28px auto;
}

.smalltext {
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .82);
    max-width: 720px;
    margin: 0 auto 40px;
    font-family: "DM Sans", sans-serif;
}

.bannerbutton {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(135deg, #ab9273, #cbb494);
	color: #1a1610;
	font-weight: 700;
	font-size: 17px;
	font-family: 'DM Sans', sans-serif;
	padding: 18px 44px;
	border-radius: 999px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	box-shadow: 0 18px 40px rgba(171, 146, 115, .35);
	transition: transform .2s;
}

.small {
	margin-top: 22px;
	font-size: 13px;
	color: rgba(255, 255, 255, .6);
	letter-spacing: .5px;
	font-family: "DM Sans", sans-serif;
}

.scroll-hint {
	margin-top: 42px;
	color: #cbb494;
	font-size: 24px;
	animation: bob 1.6s ease-in-out infinite;
}

@keyframes bob {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(8px)
	}
}

@media (max-width: 767px) {
	.boxoverbanner {
		padding: 42px 24px;
		border-radius: 20px;
	}

	.hero h1 {
		font-size: 34px;
	}

	.hero h1 em {
		font-size: 34px;
	}
	.boxoverbanner{
        min-height:520px;
    }
}

/*BANNER CSS ENDS */

/*MULTISTEP FORM CSS STARTS*/
.eyebrow {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #ab9273;
	font-weight: 600;
	margin-bottom: 14px
}

.cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(135deg, #ab9273, #cbb494);
	color: #1a1610;
	font-weight: 700;
	font-size: 17px;
	font-family: 'DM Sans', sans-serif;
	padding: 18px 44px;
	border-radius: 999px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	box-shadow: 0 18px 40px rgba(171, 146, 115, .35);
	transition: transform .2s;
}

.cta:hover {
	transform: translateY(-2px)
}

/* ============ FORM ============ */
.form-sec {
	background: #faf6ef;
	color: #23201a;
	padding: 90px 20px;
	border-radius: 24px
}

.form-card {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	background: #fff;
	border-radius: 24px;
	padding: 52px 56px;
	box-shadow: 0 30px 70px rgba(30, 24, 14, .12);
	border: 1px solid #eee3d2
}

.form-head {
	text-align: center;
	margin-bottom: 36px
}

.form-head h2 {
	font-family: 'Cormorant Garamond', 'Georgia', serif;
	font-size: 40px;
	color: #1c180f;
	margin-bottom: 10px
}

.form-head p {
	color: #7c7462;
	font-size: 16px;
	font-family: "DM Sans", sans-serif;
}

.steps-bar {
	display: flex;
	gap: 8px;
	margin-bottom: 34px;
}

.steps-bar span {
	flex: 1;
	height: 5px;
	border-radius: 99px;
	background: #ece3d3;
	transition: background .3s
}

.steps-bar span.on {
	background: #ab9273;
}

.step {
	display: none
}

.step.active {
	display: block;
	animation: fade .35s ease
}

@keyframes fade {
	from {
		opacity: 0;
		transform: translateY(8px)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.q {
	font-family: "DM Sans", sans-serif;
	font-size: 22px;
	color: #1c180f;
	margin-bottom: 22px;
	text-align: center
}

.opts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px
}

.opt {
	border: 2px solid #e8ddc9;
	border-radius: 14px;
	padding: 18px 16px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: .2s;
	background: #fffdf9;
	color: #3a3428
}

.opt:hover {
	border-color: #ab9273;
}

.opt.sel {
	border-color: #ab9273;
	background: rgba(171, 146, 115, .12)
}

.fields {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.fields input {
	width: 100%;
	border: 2px solid #e8ddc9;
	border-radius: 12px;
	padding: 16px 18px;
	font-size: 16px;
	font-family: "DM Sans", sans-serif;
	background: #fffdf9;
	color: #23201a;
	outline: none
}

.fields input:focus {
	border-color: #ab9273;
}

.nav-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	gap: 14px
}

.back-btn {
	background: none;
	border: 0;
	color: #8a7f68;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	padding: 12px 6px;
	font-family: 'Cormorant Garamond', 'Georgia', serif;
}

.next-btn {
	margin-left: auto
}

.fine {
    margin-top: 18px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-family: "DM Sans", sans-serif;
}

.success {
	display: none;
	text-align: center;
	padding: 30px 10px
}

.success.show {
	display: block;
	animation: fade .4s ease
}

.success .tick {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(171, 146, 115, .15);
	border: 2px solid #ab9273;
	color: #ab9273;
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
}

.success h3 {
	font-family: 'Cormorant Garamond', 'Georgia', serif;
	font-size: 26px;
	color: #1c180f;
	margin-bottom: 10px
}

.success p {
	color: #7c7462
	font-family: "DM Sans", sans-serif;
}

/* ============ RESPONSIVE ============ */
@media(max-width:640px) {
	body {
		padding: 0
	}

	.form-sec {
		border-radius: 0;
		padding: 60px 16px;
		min-height: 100vh
	}

	.form-card {
		padding: 36px 22px;
		border-radius: 18px
	}

	.opts {
		grid-template-columns: 1fr
	}

	.cta {
		width: 100%;
		justify-content: center;
		font-size: 16px;
		padding: 17px 30px
	}

	.nav-row {
		flex-direction: column-reverse
	}

	.next-btn {
		margin-left: 0;
		width: 100%
	}
}

/*MULTISTEP FORM CSS ENDS HERE*/


/* ABOUT US SECTION CSS STARTS*/
.about-section {
	background: #fff;
	color: #1c180f;
}

.about-photo {
	max-width: 440px;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 28px 70px rgba(30, 24, 14, .12);
}

.about-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-label {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #ab9273;
}

.about-title {
	margin-bottom: 22px;
	font-family: "Cormorant Garamond", serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.05;
}

.about-text {
	max-width: 620px;
	margin-bottom: 20px;
	color: #5d5648;
	font-size: 16px;
	line-height: 1.75;
	font-family: "DM Sans", sans-serif;
}

.about-quote {
	margin: 22px 0;
	padding: 8px 0 8px 22px;
	border-left: 3px solid #ab9273;
	color: #2f2a22;
	font-size: 16px;
	font-style: italic;
	line-height: 1.8;
	font-family: "DM Sans", sans-serif;
}

.feature-card {
	height: 100%;
	padding: 22px;
	border: 1px solid #eadfce;
	border-radius: 16px;
	background: #fbf7f0;
}

.feature-card h4 {
	margin-bottom: 8px;
	font-family: "Cormorant Garamond", serif;
	font-size: 24px;
	font-weight: 700;
	color: #8a6f4d;
}

.feature-card p {
	margin: 0;
	color: #5d5648;
	font-size: 14.5px;
	line-height: 1.6;
	font-family: "DM Sans", sans-serif;
}

@media(max-width:991px) {
	.about-section {
		text-align: left;
	}

	.about-photo {
		max-width: 360px;
	}
}

@media(max-width:575px) {
	.about-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.about-title {
		font-size: 36px;
	}

	.about-photo {
		max-width: 100%;
	}

	.feature-card {
		padding: 20px;
	}
}

/* ABOUT US SECTION ENDS HERE */

/* BEST LOCATIONS CSS START HERE */
.area-section {
	background: #14110d;
	color: #fff;
	padding-top: 95px !important;
	padding-bottom: 105px !important;
}

.area-section .section-label {
	display: inline-block;
	margin-bottom: 16px;
	color: #b48749;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.area-title {
	max-width: 1050px;
	margin: 0 auto 22px;
	font-family: "Cormorant Garamond", serif;
	font-size: 64px;;
	font-weight: 700;
	line-height: 1.08;
}

.area-intro {
	max-width: 620px;
	margin: 0 auto;
	color: rgba(255, 255, 255, .74);
	font-size: 16px;
	line-height: 1.7;
}

.area-card {
	position: relative;
	display: block;
	min-height: 190px;
	overflow: hidden;
	border-radius: 14px;
	text-decoration: none;
	background: #241f19;
}

.area-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
	transition: transform .45s ease;
}

.area-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,
			rgba(0, 0, 0, .05) 35%,
			rgba(0, 0, 0, .78) 100%);
}

.area-card span {
	position: absolute;
	left: 18px;
	bottom: 16px;
	z-index: 2;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
}

.area-card:hover img {
	transform: scale(1.06);
}

@media(max-width:991px) {
	.area-section {
		padding-top: 75px !important;
		padding-bottom: 80px !important;
	}

	.area-card,
	.area-card img {
		height: 210px;
	}
}

@media(max-width:575px) {
	.area-section {
		padding-top: 60px !important;
		padding-bottom: 65px !important;
	}

	.area-title {
		font-size: 36px;
	}

	.area-intro {
		font-size: 15px;
	}

	.area-card,
	.area-card img {
		height: 220px;
	}
}

/* BEST LOCATIONS CSS ENDS */

/* TESTIMONIAL SECTION CSS STARTS */
.testimonial-section {
	background: #faf8f4;
	padding: 95px 0 110px;
	overflow: hidden;
}

.testimonial-title {
	margin: 0;
	font-family: "Cormorant Garamond", serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.1;
	color: #15120d;
}

#testimonialSlider {
	position: relative;
	padding: 0 80px 55px;
}

.testimonial-card {
	max-width: 860px;
	min-height: 420px;
	margin: 0 auto;
	padding: 70px 75px;
	border: 1px solid #eee4d7;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 25px 70px rgba(34, 28, 20, .08);
}

.stars {
	margin-bottom: 26px;
	color: #bd8f4e;
	font-size: 15px;
	letter-spacing: 5px;
}

.testimonial-text {
    margin: 0;
    max-width: 720px;
    font-family: "Cormorant Garamond", serif;
    color: #37322b;
    font-size: 26px;
    line-height: 1.5;
}

.testimonial-line {
	width: 62px;
	height: 2px;
	margin: 36px 0 20px;
	background: #bd8f4e;
}

.testimonial-card h5 {
    margin: 0px;
    color: #222;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Cormorant Garamond', 'Georgia', serif;
    font-style: italic;
}

.testimonial-card span {
	color: #b48749;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.testimonial-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	height: 56px;
	border: 1px solid #ded7cc;
	border-radius: 50%;
	background: #fff;
	color: #9a713b;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	box-shadow: 0 12px 30px rgba(34, 28, 20, .10);
}

.testimonial-arrow i {
	font-size: 22px;
	line-height: 1;
}

.testimonial-arrow:hover {
	background: #bd8f4e;
	color: #fff;
}

.testimonial-prev {
	left: 0;
}

.testimonial-next {
	right: 0;
}

.testimonial-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}

.testimonial-dots button {
	width: 10px !important;
	height: 10px !important;
	margin: 0 6px !important;
	border: 0 !important;
	border-radius: 50%;
	background: #d7c6ad !important;
	opacity: 1 !important;
}

.testimonial-dots button.active {
	width: 32px !important;
	border-radius: 30px;
	background: #bd8f4e !important;
}

@media(max-width:991px) {
	#testimonialSlider {
		padding: 0 0 55px;
	}

	.testimonial-arrow {
		display: none;
	}

	.testimonial-card {
		min-height: auto;
		padding: 50px 42px;
	}
}

@media(max-width:575px) {
	.testimonial-section {
		padding: 65px 0 80px;
	}

	.testimonial-card {
		padding: 34px 24px;
	}

	.stars {
		margin-bottom: 20px;
		letter-spacing: 4px;
	}

	.testimonial-line {
		margin: 28px 0 18px;
	}
}

/* TESTIMONIAL SECTION ENDS */

/* FAQ sections css*/
.faq-section {
	background: #fff;
	padding: 96px 0 104px;
}

.faq-section .section-label {
	display: inline-block;
	margin-bottom: 12px;
	color: #b48749;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.faq-title {
	margin: 0;
	color: #15120d;
	font-family: "Cormorant Garamond", serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.08;
}

.faq-list {
	margin-top: 28px;
}

.faq-item {
	margin-bottom: 14px;
	overflow: hidden;
	border: 1px solid #e7d8c3;
	border-radius: 14px;
	background: #fbf7f0;
}

.faq-question {
	width: 100%;
	min-height: 68px;
	padding: 0 24px;
	border: 0;
	background: #fbf7f0;
	color: #111;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.45;
	font-family: "Cormorant Garamond", serif;
}

.faq-question:focus {
	outline: none;
	box-shadow: none;
}

.faq-icon {
	width: 20px;
	height: 20px;
	color: #a9824f;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 20px;
}

.faq-icon i {
	font-size: 15px;
	line-height: 1;
}

.faq-question .faq-plus {
	display: none;
}

.faq-question .faq-close {
	display: block;
}

.faq-question.collapsed .faq-plus {
	display: block;
}

.faq-question.collapsed .faq-close {
	display: none;
}

.faq-answer {
	padding: 0 24px 26px;
	color: #5d5648;
	font-size: 16px;
	line-height: 1.75;
}

@media(max-width:575px) {
	.faq-section {
		padding: 66px 0 76px;
	}

	.faq-list {
		margin-top: 24px;
	}

	.faq-question {
		min-height: 62px;
		padding: 0 18px;
		gap: 16px;
		font-size: 15px;
	}

	.faq-answer {
		padding: 0 18px 22px;
		font-size: 15px;
	}
}

/*FAQ section csss ends*/

/* Footer section css starts */
/*==============================
CTA
==============================*/
.footer-head {
	font-family: 'Cormorant Garamond', 'Georgia', serif;
	font-weight: 400;
	font-optical-sizing: auto;
	font-size: 65px;
	line-height: 1.1;
	letter-spacing: -0.015em;
	color: #FFFFFF;
	margin: 0 0 16px;
}

.footer-head em {
	color: #cbb494;
	font-weight: 500;
	font-size: 65px;
}

.cta-section {

	position: relative;
	padding: 140px 0;
	background: url("../img/footer-bg .jpg") center center/cover no-repeat;
	overflow: hidden;

}

.cta-overlay {

	position: absolute;
	inset: 0;
	background: rgba(18, 18, 18, .68);

}

.cta-section .container {

	position: relative;
	z-index: 2;

}

.cta-text {

	max-width: 720px;
	margin: 0 auto 42px;
	color: rgba(255, 255, 255, .85);
	font-size: 18px;
	line-height: 1.8;

}

.cta-btn {

	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 300px;
	height: 62px;
	padding: 0 38px;
	border-radius: 60px;
	background: #caa06b;
	color: #151515;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	transition: .35s;

}

.cta-btn:hover {

	background: #fff;
	color: #111;

}

.cta-social {

	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 42px;

}

.cta-social a {

	width: 56px;
	height: 56px;
	border: 1px solid rgba(202, 160, 107, .65);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	transition: .35s;

}

.cta-social a:hover {

	background: #caa06b;
	color: #111;

}

.cta-social i {

	font-size: 20px;

}

/*==============================
Footer
==============================*/

.footer-area {

	padding: 24px 0;
	background: #111;

}

.footer-area p {

	margin: 0;
	color: #bfbfbf;
	font-size: 15px;

}

.footer-area strong {

	color: #caa06b;
	font-weight: 600;

}

/*==============================
Responsive
==============================*/

@media(max-width:991px) {

	.cta-section {

		padding: 110px 0;

	}

}

@media(max-width:767px) {

	.cta-title {

		font-size: 48px;

	}

	.cta-btn {

		width: 100%;
		min-width: 100%;

	}

}

@media(max-width:575px) {

	.cta-section {
		padding: 90px 0;
	}

	.cta-title {
		font-size: 38px;
	}

	.cta-text {
		font-size: 16px;
	}

	.cta-social a {
		width: 48px;
		height: 48px;
	}

}
/* footer section css ends */

/*==============================
Back To Top
==============================*/

.back-to-top{
    position:fixed;
    right:25px;
    bottom:25px;
    width:52px;
    height:52px;
    border-radius:50%;
    background:#caa06b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:22px;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
    transition:all .35s ease;
    z-index:999;
	border:2px solid #ffffff;
}

.back-to-top.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.back-to-top:hover{
    background:#111;
    color:#fff;
}

@media (max-width:767px){

    .back-to-top{
        width:46px;
        height:46px;
        right:18px;
        bottom:18px;
        font-size:20px;
    }

}