/*******************************************************
    Template Name    : 		Intex - Interior & Exterior Design Studio Website Template
    Version					 : 		1.0
    Author					 :		ZRTHEMES
*******************************************************/


/**************************************
 * Generale Style
 *************************************/

/*--------------------------------------*
 * 1. Design tokens / base layer
 *--------------------------------------*/
.homepage {
	--brand-dark: #0d1c2c;
	--brand-dark-2: #10263d;
	--brand-blue: #1d4f92;
	--brand-gold: #d0a45a;
	--brand-sand: #f5efe8;
	--brand-card: #ffffff;
	--brand-soft: #eef3f8;
	background: linear-gradient(180deg, #f7f5f1 0%, #f3f6fb 100%);
	color: #1f2937;
}

.homepage a {
	color: var(--brand-blue);
}

.homepage img {
	max-width: 100%;
	display: block;
}

.homepage .eyebrow {
	display: inline-block;
	color: var(--brand-blue);
	font-size: 0.76rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-weight: 700;
}

.homepage .soft-panel {
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 24px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.homepage .pill-button,
.homepage .reservation-btn,
.homepage .hero-cta,
.homepage .blog-area .blog-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 28px;
	border-radius: 999px;
	font-weight: 600;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.homepage .panel-card {
	background: var(--brand-card);
	border: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 24px;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.05);
}

.homepage .navbar-b {
	background: rgba(18, 19, 16, 0.98);
	backdrop-filter: none;
	border-bottom: 1px solid rgba(197, 158, 101, 0.46);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	min-height: 80px;
	padding-top: 0;
	padding-bottom: 0;
}

.homepage .navbar-b .container {
	max-width: 1220px;
	padding-left: 18px;
	padding-right: 18px;
}

.homepage .navbar-b.navbar-trans .nav-link {
	color: rgba(255, 244, 226, 0.92);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.02em;
	text-shadow: none;
	padding: 0.8rem 0.75rem;
	position: relative;
}

.homepage .navbar-b.navbar-trans .nav-link::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: var(--brand-gold);
	margin-top: 6px;
	transition: width 0.25s ease;
}

.homepage .navbar-b.navbar-trans .nav-link:hover::after,
.homepage .navbar-b.navbar-trans .nav-link.active::after {
	width: 100%;
}

.homepage .navbar-b.navbar-reduce .nav-link {
	color: #273144;
}

.homepage .navbar-b.navbar-reduce .book-now .nav-link {
	background: rgba(167, 125, 72, 0.12);
	color: #f4d7a7 !important;
	border: 1px solid rgba(214, 176, 109, 0.9);
	border-radius: 999px;
	padding: 9px 20px;
	box-shadow: none;
}

.homepage .navbar-b .navbar-nav {
	margin-left: auto;
	align-items: center;
	gap: 12px;
}

.homepage .navbar-b .nav-item,
.homepage .navbar-b .nav-dropdown {
	display: flex;
	align-items: center;
}

.homepage .navbar-b .navbar-toggler {
	display: none !important;
}

.homepage #slider-home {
	position: relative;
	padding-top: 72px;
}

.homepage #slider-home .bg-img {
	min-height: 760px;
	background-position: center center;
	background-size: cover;
}

.homepage .overlay {
	background: linear-gradient(90deg, rgba(8, 15, 34, 0.88) 0%, rgba(8, 15, 34, 0.68) 45%, rgba(8, 15, 34, 0.16) 100%);
}

.homepage .caption {
	max-width: 680px;
}

.homepage .hero-label {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 28px;
	color: #f2d7ad;
	font-size: 0.9rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.homepage .hero-label-line {
	display: inline-block;
	width: 52px;
	height: 2px;
	background: linear-gradient(90deg, var(--brand-gold), #f4d8a2);
}

.homepage .hero-title {
	font-size: clamp(3rem, 5vw, 5rem);
	font-weight: 700;
	line-height: 1.04;
	margin-bottom: 18px;
	color: #fff;
	letter-spacing: -0.05em;
}

.homepage .hero-subtitle {
	font-size: clamp(1.1rem, 1.6vw, 1.55rem);
	font-weight: 400;
	margin-bottom: 34px;
	color: #e9eef6;
	line-height: 1.8;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.homepage .hero-benefits {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-bottom: 44px;
}

.homepage .hero-benefit {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #dbe7f9;
	font-size: 0.9rem;
	font-weight: 500;
	padding: 10px 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
}

.homepage .hero-benefit i {
	color: var(--brand-gold);
	font-size: 0.95rem;
}

.homepage .hero-cta-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 12px;
}

.homepage .hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	padding: 15px 32px;
	border-radius: 999px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	transition: all 0.25s ease;
}

.homepage .hero-cta.btn-primary {
	background: linear-gradient(135deg, var(--brand-blue), #3b7ddc);
	border: 1px solid var(--brand-blue);
	color: #fff;
	box-shadow: 0 18px 42px rgba(29, 79, 146, 0.24);
}

.homepage .hero-cta.btn-primary:hover {
	background: linear-gradient(135deg, #163b6a, #2d65b5);
	border-color: #163b6a;
	transform: translateY(-2px);
}

.homepage .hero-cta-secondary {
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #fff;
	background: rgba(255, 255, 255, 0.05);
}

.homepage .hero-cta-secondary:hover {
	background: rgba(255, 255, 255, 0.12);
	transform: translateY(-2px);
}

.homepage .homepage-services {
	background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.homepage .section-title {
	margin-bottom: 42px;
}

.homepage .section-title h5 {
	color: var(--brand-blue);
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
	font-weight: 700;
}

.homepage .section-title h2 {
	font-size: clamp(2.2rem, 2.6vw, 3.35rem);
	line-height: 1.08;
	margin-bottom: 1.2rem;
	color: #111827;
	letter-spacing: -0.03em;
}

.homepage .section-title p {
	color: #475569;
	max-width: 860px;
	margin: 0 auto;
	font-size: 1.04rem;
	line-height: 1.9;
}

.homepage .reservation-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 30px;
	background: linear-gradient(135deg, var(--brand-dark), #17375f);
	color: #fff;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
	transition: all 0.25s ease;
}

.homepage .reservation-btn:hover {
	transform: translateY(-2px);
	background: linear-gradient(135deg, #0d1c2c, #1a4071);
}

.homepage .features {
	padding: 90px 0;
}

.homepage .features .section-block-bg {
	background: rgba(255, 255, 255, 0.01);
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 32px 80px rgba(15, 23, 42, 0.08);
	padding: 42px 38px;
	border-radius: 34px;
}

.homepage .features h4 {
	font-size: clamp(2rem, 2vw, 2.6rem);
	margin-bottom: 16px;
}

.homepage .features p {
	font-size: 1.02rem;
	line-height: 1.9;
}

.homepage .feature-list {
	margin-bottom: 10px;
}

.homepage .feature-list p {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 8px;
}

.homepage .feature-list i {
	color: var(--brand-blue);
	background: rgba(29, 79, 146, 0.08);
	width: 26px;
	height: 26px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
}

.homepage .zr-theme-single-service-card {
	border-radius: 28px;
	padding: 30px 26px 22px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.homepage .zr-theme-single-service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 32px 72px rgba(15, 23, 42, 0.12);
	border-color: rgba(29, 79, 146, 0.18);
}

.homepage .zr-theme-single-service-card img {
	width: 64px;
	height: 64px;
	margin-bottom: 22px;
	padding: 14px;
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(29,79,146,0.12), rgba(208,164,90,0.12));
}

.homepage .zr-theme-single-service-card h5 {
	font-size: 1.18rem;
	margin-bottom: 18px;
}

.homepage .zr-theme-single-service-card h5 a {
	color: #111827;
}

.homepage .zr-theme-single-service-card p {
	color: #475569;
	min-height: 72px;
	font-size: 0.98rem;
	line-height: 1.8;
}

.homepage .zr-theme-single-service-card .fill-text {
	width: 46px;
	height: 46px;
	border-radius: 15px;
	font-size: 18px;
	margin-top: 22px;
	background: linear-gradient(135deg, var(--brand-blue), #5a8fe0);
	color: #fff;
	border: none;
}

.homepage .gallery-area {
	padding: 90px 0;
	background: linear-gradient(180deg, #f8fbff 0%, #f3f5f9 100%);
}

.homepage .gallery-area .gallery-list .nav li {
	color: #334155;
	background-color: #fff;
	border-radius: 999px;
	padding: 12px 24px;
	margin-right: 12px;
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.homepage .gallery-area .gallery-list .nav li.filter-active,
.homepage .gallery-area .gallery-list .nav li:hover {
	background: linear-gradient(135deg, var(--brand-blue), #3a7fd4);
	color: #fff;
	box-shadow: 0 14px 26px rgba(29, 79, 146, 0.2);
}

.homepage .gallery-item {
	border-radius: 26px;
	overflow: hidden;
	box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.homepage .gallery-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 30px 80px rgba(15, 23, 42, 0.14);
}

.homepage .gallery-item .gallery-img-overlay .gallery-content .icon {
	min-width: 52px;
	padding: 14px 20px;
	border-radius: 999px;
	background: rgba(29, 79, 146, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.homepage .gallery-item .gallery-img-overlay .gallery-content .icon i {
	margin-left: 8px;
}

.homepage .counter-area {
	padding: 70px 0;
	background: linear-gradient(180deg, rgba(13,28,44,0.96) 0%, rgba(17,33,57,0.88) 100%);
	position: relative;
}

.homepage .counter-area::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top left, rgba(208, 164, 90, 0.2), transparent 35%);
}

.homepage .counter-area .container,
.homepage .counter-area .row {
	position: relative;
	z-index: 1;
}

.homepage .counter-area .counter-container {
	padding: 30px 18px;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 22px;
	background: rgba(255,255,255,0.02);
}

.homepage .counter-area .counter {
	color: #fff;
	font-weight: 700;
	font-size: 2.8rem;
	letter-spacing: -0.04em;
}

.homepage .counter-area span {
	color: #cbd5e1;
	font-size: 0.95rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.homepage .footer-section-left {
	padding-top: 40px;
	background: linear-gradient(180deg, #0d1c2c 0%, #0b1725 100%);
}

.homepage .footer-text p,
.homepage .footer-widget ul li a,
.homepage .footer-widget-heading h3,
.homepage .contact-box p,
.homepage .opening-hours,
.homepage .copyright-text p {
	color: #dfe7f2;
}

.homepage .footer-social-icon a {
	color: #cbd5e1;
}

.homepage .footer-logo img {
	max-width: 180px;
}

.homepage .footer-widget ul li a:hover,
.homepage .footer-social-icon a:hover {
	color: var(--brand-gold);
}

.homepage .team .member {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 26px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}

.homepage .team .member img {
	border-radius: 20px 20px 0 0;
}

.homepage .blog-area .card {
	border: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.homepage .blog-area .card .card-img {
	border-radius: 22px 22px 0 0;
}

.homepage .blog-area .card-body {
	padding: 26px 24px 30px;
}

.homepage .blog-area .card-title {
	color: #111827;
	font-size: 1.35rem;
	line-height: 1.5;
	margin-bottom: 16px;
}

.homepage .blog-area .card-text {
	font-size: 0.98rem;
	line-height: 1.8;
	margin-bottom: 18px;
}

.homepage .blog-area .blog-btn {
	background: var(--brand-blue);
	color: #fff;
	border-radius: 999px;
	padding: 11px 22px;
}

@media (max-width: 991px) {
	.homepage .hero-cta-group {
		flex-direction: column;
		align-items: stretch;
	}

	.homepage .hero-cta {
		width: 100%;
	}
}

/* Homepage feature section */
.features1 {
	position: relative;
	z-index: 1;
	background: url(../../picture/blog-2.jpg) center center / cover no-repeat;
	background-attachment: fixed;
}

.features1::before {
	position: absolute;
	content: "";
	inset: 0;
	z-index: -1;
	background: #efefef;
	opacity: 0.1;
}

.features1 hr {
	border-top: 1px solid rgb(255 255 255 / 58%);
}

.features1 h4,
.features1 p {
	color: #fff;
}

.features1 .features1-wrap {
	margin-top: 20px;
}

.features1 .feature-list i {
	color: #fff;
}

.features1 .feature-list p {
	line-height: 30px;
}

.features1 .section-block-bg {
	padding: 25px;
	overflow: hidden;
	background: rgb(238 164 127 / 70%);
	-webkit-backdrop-filter: saturate(180%) blur(5px);
	backdrop-filter: saturate(180%) blur(5px);
	-webkit-box-shadow: 0 5px 30px rgb(148 146 245 / 15%);
	box-shadow: 0 5px 30px rgb(148 146 245 / 15%);
}

.bg-grey1 {
	background: #f0dfdf;
}

/*--------------------------------------*
 * 2. Section layer / module styling
 *--------------------------------------*/
.homepage {
	--brand-dark: #0d1c2c;
	--brand-dark-2: #10263d;
	--brand-blue: #1d4f92;
	--brand-gold: #d0a45a;
	--brand-sand: #f5efe8;
	--brand-card: #ffffff;
	--brand-soft: #eef3f8;
	background: #f7f7f4;
	color: #26323e;
	text-shadow: none;
}

.homepage .section-padding,
.homepage .section-large-padding {
	padding-top: 104px;
	padding-bottom: 104px;
}

.homepage .section-title {
	max-width: 760px;
	margin: 0 auto 52px;
	text-align: center;
}

.homepage .section-title h5 {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.76rem;
	letter-spacing: 0.16em;
}

.homepage .section-title h5::before,
.homepage .section-title h5::after {
	content: "";
	width: 26px;
	height: 1px;
	background: currentColor;
	opacity: 0.55;
}

.homepage .section-title h2 {
	font-weight: 600;
	letter-spacing: 0;
}

.homepage .homepage-services,
.homepage .gallery-area,
.homepage .menu-day-area,
.homepage .testimonial-area,
.homepage .team,
.homepage .blog-area {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.homepage .homepage-services > .container,
.homepage .gallery-area > .container,
.homepage .menu-day-area > .container,
.homepage .testimonial-area > .container,
.homepage .team > .container,
.homepage .blog-area > .container {
	position: relative;
	z-index: 1;
}

.homepage .homepage-services {
	background-color: #e7e8e2;
	background-image:
		linear-gradient(90deg, rgba(245, 246, 240, 0.88) 0%, rgba(245, 246, 240, 0.76) 48%, rgba(245, 246, 240, 0.9) 100%),
		url("../picture/mmexport1711608526420.jpg");
	background-position: center;
	background-size: cover;
}

.homepage .homepage-services::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(24, 53, 72, 0.1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(24, 53, 72, 0.1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(247, 248, 245, 0.96) 0%, rgba(247, 248, 245, 0.48) 48%, rgba(247, 248, 245, 0.96) 100%);
	background-size: 56px 56px, 56px 56px, auto;
	opacity: 0.48;
	z-index: 0;
}

.homepage .homepage-services .zr-theme-single-service {
	margin-bottom: 26px;
}

.homepage .zr-theme-single-service-card {
	height: 100%;
	padding: 34px 30px 28px;
	border-radius: 8px;
	box-shadow: none;
	text-align: left;
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.91);
	backdrop-filter: blur(10px);
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.homepage .zr-theme-single-service-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--brand-gold);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.35s ease;
}

.homepage .zr-theme-single-service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 38px rgba(13, 28, 44, 0.1);
}

.homepage .zr-theme-single-service-card:hover::before {
	transform: scaleX(1);
}

.homepage .zr-theme-single-service-card img {
	width: 58px;
	height: 58px;
	padding: 12px;
	border-radius: 6px;
	margin-bottom: 24px;
}

.homepage .zr-theme-single-service-card h5 {
	font-weight: 600;
	margin-bottom: 14px;
}

.homepage .zr-theme-single-service-card p {
	min-height: 0;
	margin-bottom: 0;
}

.homepage .zr-theme-single-service-card .fill-text {
	width: 40px;
	height: 40px;
	margin-top: 24px;
	border-radius: 4px;
	box-shadow: none;
}

.homepage .gallery-area {
	background-color: #1a2e39;
	background-image:
		linear-gradient(90deg, rgba(11, 30, 40, 0.86), rgba(11, 30, 40, 0.65)),
		url("../picture/mmexport1711608535723.jpg");
	background-position: center;
	background-size: cover;
}

.homepage .gallery-area::after {
	content: "";
	position: absolute;
	inset: 38px;
	border: 1px solid rgba(17, 51, 70, 0.11);
	pointer-events: none;
	z-index: -1;
}

.homepage .gallery-area .gallery-list .nav {
	justify-content: center;
	margin-bottom: 34px;
}

.homepage .gallery-area .gallery-list .nav li {
	margin: 0 5px 10px;
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 500;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.9);
}

.homepage .gallery-area .section-title h5,
.homepage .gallery-area .section-title h2 {
	color: #fff;
}

.homepage .gallery-area .section-title h5 {
	color: #e8c584;
}

.homepage .gallery-item {
	border-radius: 4px;
	box-shadow: none;
	background: #13273a;
}

.homepage .gallery-item img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.homepage .gallery-item:hover {
	transform: none;
	box-shadow: 0 16px 35px rgba(13, 28, 44, 0.18);
}

.homepage .gallery-item:hover img {
	transform: scale(1.05);
}

.homepage .gallery-item .gallery-img-overlay .gallery-content .icon {
	border-radius: 4px;
	font-size: 0.84rem;
}

.homepage .counter-area {
	padding-top: 76px;
	padding-bottom: 76px;
	background: linear-gradient(180deg, rgba(13,28,44,0.96) 0%, rgba(17,33,57,0.88) 100%);
	position: relative;
}

.homepage .counter-area::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top left, rgba(208, 164, 90, 0.2), transparent 35%);
}

.homepage .counter-area .container,
.homepage .counter-area .row {
	position: relative;
	z-index: 1;
}

.homepage .counter-area .counter-container {
	min-height: 172px;
	padding: 28px 20px;
	border-width: 0 0 0 1px;
	border-radius: 0;
	background: transparent;
	border-color: rgba(255,255,255,0.08);
}

.homepage .counter-area .col-lg-3:first-child .counter-container {
	border-left: 0;
}

.homepage .counter-container i {
	margin-bottom: 12px;
	color: var(--brand-gold);
	font-size: 1.4rem;
}

.homepage .counter-area .counter {
	color: #fff;
	font-weight: 700;
	font-size: 2.8rem;
	letter-spacing: -0.04em;
}

.homepage .counter-area span {
	letter-spacing: 0.11em;
	color: #cbd5e1;
	font-size: 0.95rem;
	text-transform: uppercase;
}

.homepage .menu-day-area {
	background-color: #eee8dd;
	background-image:
		linear-gradient(90deg, rgba(247, 244, 238, 0.9) 0%, rgba(247, 244, 238, 0.76) 55%, rgba(247, 244, 238, 0.91) 100%),
		url("../picture/mmexport1711608535723.jpg");
	background-position: center;
	background-size: cover;
}

.homepage .menu-day-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 10%;
	width: 1px;
	height: 100%;
	background: rgba(181, 142, 80, 0.25);
	box-shadow: 360px 0 0 rgba(181, 142, 80, 0.14), 720px 0 0 rgba(181, 142, 80, 0.1);
	background: rgba(181, 142, 80, 0.46);
	box-shadow: 360px 0 0 rgba(181, 142, 80, 0.28), 720px 0 0 rgba(181, 142, 80, 0.18);
	z-index: -1;
}

.homepage .menu-day-area .section-title {
	text-align: left;
	max-width: 660px;
	margin-left: 0;
}

.homepage .menu-day-area .section-title h5::before,
.homepage .menu-day-area .section-title h5::after {
	display: none;
}

.homepage .menu-day-area img {
	max-height: 440px;
	object-fit: contain;
}

.homepage .zr-theme-menu-product-info-box {
	min-height: 330px;
	padding: 32px 28px;
	margin-bottom: 22px;
	border-radius: 6px;
	border: 1px solid rgba(13, 28, 44, 0.1);
	box-shadow: none;
	background: rgba(255, 255, 255, 0.88);
	backdrop-filter: blur(10px);
}

.homepage .menu-product-title {
	color: #152536;
	font-weight: 600;
}

.homepage .main-price {
	font-size: 2.8rem;
	line-height: 1;
	color: var(--brand-gold);
	font-weight: 600;
	margin: 24px 0;
}

.homepage .menu-product-description p {
	padding-bottom: 8px;
	border-bottom: 1px solid #e6eaed;
	color: #53606d;
}

.homepage .testimonial-area {
	background-color: #edf0ec;
	background-image:
		linear-gradient(90deg, rgba(250, 252, 249, 0.92) 0%, rgba(250, 252, 249, 0.78) 52%, rgba(250, 252, 249, 0.93) 100%),
		url("../picture/gallery-10.jpg");
	background-position: center;
	background-size: cover;
}

.homepage .testimonial-area::before {
	content: "“";
	position: absolute;
	right: 7%;
	top: -120px;
	color: rgba(181, 142, 80, 0.09);
	font-family: Georgia, serif;
	font-size: 32rem;
	line-height: 1;
	z-index: -1;
}

.homepage .single-testimonial {
	padding: 38px;
	border-left: 3px solid var(--brand-gold);
	background: #f4f6f5;
}

.homepage .single-testimonial .testimonial-content p {
	color: #40505f;
	font-size: 1.05rem;
	line-height: 1.9;
}

.homepage .team {
	background-color: #e1e8e6;
	background-image:
		linear-gradient(90deg, rgba(231, 239, 237, 0.9), rgba(231, 239, 237, 0.73)),
		url("../picture/blog-2.jpg");
	background-position: center;
	background-size: cover;
}

.homepage .team .member {
	border-radius: 4px;
	box-shadow: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(8px);
}

.homepage .team .member:hover {
	transform: translateY(-5px);
	box-shadow: 0 16px 32px rgba(13, 28, 44, 0.12);
}

.homepage .team .member img {
	width: 100%;
	aspect-ratio: 4 / 4.6;
	object-fit: cover;
	border-radius: 0;
}

.homepage .team .member h4 {
	color: #172b3e;
	font-weight: 600;
}

.homepage .blog-area {
	background-color: #f1eee5;
	background-image:
		linear-gradient(90deg, rgba(247, 246, 241, 0.91), rgba(247, 246, 241, 0.76)),
		url("../picture/mmexport1711608526420.jpg");
	background-position: center;
	background-size: cover;
}

.homepage .blog-area::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(181, 142, 80, 0.1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(181, 142, 80, 0.1) 1px, transparent 1px),
		linear-gradient(90deg, rgba(247, 246, 241, 0.94), transparent 50%, rgba(247, 246, 241, 0.94));
	background-size: 34px 34px, 34px 34px, auto;
	opacity: 0.42;
	z-index: 0;
}

.homepage .blog-area .card {
	border-radius: 4px;
	box-shadow: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(8px);
}

.homepage .blog-area .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 17px 34px rgba(13, 28, 44, 0.1);
}

.homepage .blog-area .card .card-img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 0;
}

.homepage .blog-area .blog-btn,
.homepage .reservation-btn {
	border-radius: 4px;
	box-shadow: none;
	font-size: 0.92rem;
}

.homepage .zr-theme-reservation-area {
	padding-top: 100px;
	padding-bottom: 100px;
	background-position: center;
}

.homepage .zr-theme-reservation-area h2:first-child {
	color: var(--brand-gold);
	font-size: 0.85rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.homepage .footer-section-left {
	border-top: 3px solid var(--brand-gold);
	background-image:
		linear-gradient(rgba(208, 164, 90, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(208, 164, 90, 0.055) 1px, transparent 1px),
		linear-gradient(180deg, #0d1c2c 0%, #0b1725 100%);
	background-size: 52px 52px, 52px 52px, auto;
}

/*--------------------------------------*
 * 3. Responsive layer
 *--------------------------------------*/
@media (max-width: 991px) {
	.homepage .section-padding,
	.homepage .section-large-padding {
		padding-top: 76px;
		padding-bottom: 76px;
	}

	.homepage .navbar-b {
		background: rgba(13, 28, 44, 0.96);
	}

	.homepage .navbar-collapse {
		padding: 14px 0 20px;
	}

	.homepage .counter-area .counter-container,
	.homepage .counter-area .col-lg-3:first-child .counter-container {
		min-height: 0;
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.homepage .counter-area .col-lg-3:first-child .counter-container {
		border-top: 0;
	}
}

@media (max-width: 767px) {
	.homepage .gallery-area::after {
		inset: 20px;
	}

	.homepage .homepage-services,
	.homepage .gallery-area {
		background-size: 42px 42px;
	}

	.homepage .menu-day-area::before {
		left: 7%;
		box-shadow: 190px 0 0 rgba(181, 142, 80, 0.12);
	}

	.homepage .homepage-services,
	.homepage .menu-day-area,
	.homepage .testimonial-area,
	.homepage .team,
	.homepage .blog-area {
		background-attachment: scroll;
		background-position: center;
	}

	.homepage .gallery-area {
		background-image: linear-gradient(rgba(11, 30, 40, 0.82), rgba(11, 30, 40, 0.76)), url("../picture/mmexport1711608535723.jpg");
	}
}

@media (max-width: 575px) {
	.slider .parallax-slider .swiper-slide {
		height: 780px;
		min-height: 100vh;
		max-height: none;
		padding-bottom: 0;
	}

	.homepage #slider-home .bg-img {
		min-height: 100%;
	}

	.homepage .hero-benefits {
		justify-content: flex-start;
	}

	.homepage .hero-benefit {
		width: 100%;
	}

	.homepage .section-title h2 {
		font-size: 2.05rem;
	}

	.homepage .single-testimonial {
		padding: 28px 22px;
	}
}

@media (min-width: 1200px) {
	.homepage .container,
	.homepage .container-lg,
	.homepage .container-md,
	.homepage .container-sm,
	.homepage .container-xl {
		max-width: 1280px;
	}

	.homepage #slider-home .col-lg-8.offset-lg-2 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		margin-left: 0;
	}

	.homepage #slider-home .caption {
		max-width: 810px;
		text-align: left !important;
	}

	.homepage #slider-home .hero-label,
	.homepage #slider-home .hero-benefits,
	.homepage #slider-home .hero-cta-group {
		justify-content: flex-start;
	}

	.homepage #slider-home .hero-title {
		max-width: 790px;
		font-size: clamp(4.5rem, 6vw, 6.7rem);
	}

	.homepage #slider-home .hero-subtitle {
		margin-left: 0;
		margin-right: 0;
		max-width: 680px;
	}

	.homepage .homepage-services .section-title {
		max-width: 720px;
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	}

	.homepage .homepage-services .section-title h5::before,
	.homepage .homepage-services .section-title h5::after {
		display: none;
	}

	.homepage .homepage-services .row.d-flex {
		display: grid !important;
		grid-template-columns: repeat(12, minmax(0, 1fr));
		align-items: stretch !important;
		margin-left: -13px;
		margin-right: -13px;
	}

	.homepage .homepage-services .zr-theme-single-service {
		width: auto;
		max-width: none;
		flex: none;
		padding-left: 13px;
		padding-right: 13px;
		margin-bottom: 26px;
	}

	.homepage .homepage-services .zr-theme-single-service:nth-child(1),
	.homepage .homepage-services .zr-theme-single-service:nth-child(4) {
		grid-column: span 5;
	}

	.homepage .homepage-services .zr-theme-single-service:nth-child(2),
	.homepage .homepage-services .zr-theme-single-service:nth-child(5) {
		grid-column: span 4;
	}

	.homepage .homepage-services .zr-theme-single-service:nth-child(3),
	.homepage .homepage-services .zr-theme-single-service:nth-child(6) {
		grid-column: span 3;
	}

	.homepage .homepage-services .zr-theme-single-service-card {
		min-height: 278px;
	}

	.homepage .menu-day-area .section-title {
		max-width: 760px;
		margin-bottom: 54px;
	}

	.homepage .menu-day-area .row.align-items-center > .col-lg-6:first-child {
		padding-right: 52px;
	}

	.homepage .menu-day-area .zr-theme-menu-product-info-box {
		min-height: 350px;
	}

	.homepage .gallery-container {
		margin-left: -16px;
		margin-right: -16px;
	}

	.homepage .gallery-container .gallery-grid-item {
		padding-left: 16px;
		padding-right: 16px;
		margin-bottom: 32px;
	}
}

/* Editorial brand details */
.homepage .brand-wordmark {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1;
	text-decoration: none;
}

.homepage .navbar-b .brand-wordmark::before {
	display: none;
	content: none;
}

.homepage .brand-monogram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(232, 197, 132, 0.88);
	color: #f0ce91;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 0.85rem;
	letter-spacing: 0.06em;
}

.homepage .brand-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	white-space: nowrap;
}

.homepage .brand-copy small {
	font-family: "Roboto", sans-serif;
	font-size: 0.52rem;
	font-weight: 500;
	letter-spacing: 0.19em;
	opacity: 0.76;
}

.homepage .navbar-b.navbar-reduce .brand-wordmark {
	color: #142639;
}

.homepage .navbar-b.navbar-reduce .brand-monogram {
	border-color: var(--brand-blue);
	color: var(--brand-blue);
}

@media (min-width: 992px) {
	.homepage .navbar-b.navbar-reduce {
		background-color: #e3dcd0;
		background-image:
			linear-gradient(90deg, rgba(19, 35, 48, 0.12) 0%, rgba(19, 35, 48, 0.035) 31%, transparent 64%),
			repeating-linear-gradient(90deg, transparent 0, transparent 71px, rgba(19, 35, 48, 0.055) 72px),
			repeating-linear-gradient(0deg, transparent 0, transparent 43px, rgba(19, 35, 48, 0.035) 44px);
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		border-bottom: 2px solid rgba(180, 139, 87, 0.68);
		box-shadow: 0 8px 24px rgba(19, 35, 48, 0.12);
	}
}

.homepage .hero-label {
	font-size: 0.72rem;
	letter-spacing: 0.14em;
}

.homepage .gallery-item .gallery-img-overlay {
	background: linear-gradient(180deg, rgba(4, 15, 22, 0.05) 20%, rgba(4, 15, 22, 0.86) 100%);
}

.homepage .gallery-item .gallery-img-overlay .gallery-content .popimg {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
	color: #fff;
	text-align: left;
}

.homepage .gallery-item .case-category {
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	color: #ebc983;
}

.homepage .gallery-item .case-title {
	font-size: 1.22rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.homepage .gallery-item .gallery-img-overlay .gallery-content .icon {
	min-width: 38px;
	width: 38px;
	height: 38px;
	padding: 0;
	margin-top: 9px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(232, 197, 132, 0.95);
	color: #142639;
}

.homepage .gallery-item .gallery-img-overlay .gallery-content .icon i {
	margin: 0;
}

@media (min-width: 1200px) {
	.homepage .brand-wordmark {
		min-width: 212px;
	}

	.homepage .gallery-container .gallery-grid-item:nth-child(1) .gallery-item img,
	.homepage .gallery-container .gallery-grid-item:nth-child(5) .gallery-item img {
		aspect-ratio: 4 / 4.45;
	}

	.homepage .gallery-container .gallery-grid-item:nth-child(2) .gallery-item img,
	.homepage .gallery-container .gallery-grid-item:nth-child(7) .gallery-item img {
		aspect-ratio: 4 / 3.45;
	}
}

@media (max-width: 575px) {
	.homepage .brand-copy {
		font-size: 0.72rem;
	}

	.homepage .brand-monogram {
		width: 30px;
		height: 30px;
	}
}

/* Prevent legacy template rules from reducing contrast in the features panel. */
.homepage #features .section-block-bg {
	background: rgba(233, 227, 214, 0.08) !important;
	background-color: rgba(233, 227, 214, 0.01) !important;
	border: 1px solid rgba(15, 36, 54, 0.11);
	box-shadow: 0 24px 64px rgba(15, 36, 54, 0.16) !important;
	backdrop-filter: blur(14px);
}

.homepage #features h4 {
	color: #142639 !important;
	font-weight: 600;
}

.homepage #features p,
.homepage #features .feature-list p {
	color: #485766 !important;
}

.homepage #features hr {
	border-top-color: rgba(20, 38, 57, 0.16) !important;
}

.homepage #features .feature-list i {
	color: #fff !important;
	background: var(--brand-blue);
}

/* One continuous visual language: ink, stone, and brushed brass. */
.homepage {
	--brand-dark: #132330;
	--brand-dark-2: #1b303d;
	--brand-blue: #285069;
	--brand-gold: #b48b57;
	--brand-sand: #eee9df;
	--brand-card: #fbfaf6;
	--brand-soft: #e8e3d9;
	background: #eee9df;
	color: #283944;
}

.homepage .overlay {
	background: linear-gradient(90deg, rgba(12, 27, 37, 0.9) 0%, rgba(12, 27, 37, 0.68) 44%, rgba(12, 27, 37, 0.16) 100%);
}

.homepage .hero-cta.btn-primary,
.homepage .navbar-b.navbar-reduce .book-now .nav-link,
.homepage .zr-theme-single-service-card .fill-text,
.homepage .blog-area .blog-btn {
	background: #b48b57;
	border-color: #b48b57;
	color: #fff;
	box-shadow: none;
}

.homepage .hero-cta.btn-primary:hover,
.homepage .navbar-b.navbar-reduce .book-now .nav-link:hover,
.homepage .zr-theme-single-service-card .fill-text:hover,
.homepage .blog-area .blog-btn:hover {
	background: #967145;
	border-color: #967145;
}

.homepage .homepage-services,
.homepage .menu-day-area,
.homepage .testimonial-area,
.homepage .team,
.homepage .blog-area {
	background-color: #eee9df;
}

.homepage .homepage-services {
	background-image:
		linear-gradient(90deg, rgba(238, 233, 223, 0.92) 0%, rgba(238, 233, 223, 0.78) 50%, rgba(238, 233, 223, 0.92) 100%),
		url("../picture/mmexport1711608526420.jpg");
}

.homepage .menu-day-area {
	background-image:
		linear-gradient(90deg, rgba(238, 233, 223, 0.94) 0%, rgba(238, 233, 223, 0.76) 58%, rgba(238, 233, 223, 0.93) 100%),
		url("../picture/mmexport1711608535723.jpg");
}

.homepage .testimonial-area {
	background-image:
		linear-gradient(90deg, rgba(244, 241, 234, 0.94) 0%, rgba(244, 241, 234, 0.79) 52%, rgba(244, 241, 234, 0.94) 100%),
		url("../picture/gallery-10.jpg");
}

.homepage .team {
	background-image:
		linear-gradient(90deg, rgba(234, 230, 221, 0.94), rgba(234, 230, 221, 0.76)),
		url("../picture/blog-2.jpg");
}

.homepage .blog-area {
	background-image:
		linear-gradient(90deg, rgba(244, 241, 234, 0.94), rgba(244, 241, 234, 0.77)),
		url("../picture/mmexport1711608526420.jpg");
}

.homepage .homepage-services .zr-theme-single-service-card,
.homepage .zr-theme-menu-product-info-box,
.homepage .team .member,
.homepage .blog-area .card {
	background: rgba(251, 250, 246, 0.92);
	border-color: rgba(31, 50, 60, 0.12);
}

.homepage .section-title h5,
.homepage .menu-day-area .section-title h5,
.homepage .hero-label,
.homepage .gallery-item .case-category {
	color: #a77d48;
}

/* Hero editorial treatment: charcoal navigation, warm architectural type, and compact project markers. */
.homepage .navbar-b,
.homepage .navbar-b.navbar-reduce {
	background-color: #171813;
	background-image:
		linear-gradient(90deg, rgba(180, 139, 87, 0.11), transparent 28%, transparent 72%, rgba(180, 139, 87, 0.09)),
		repeating-linear-gradient(90deg, transparent 0, transparent 95px, rgba(255, 255, 255, 0.035) 96px);
	border-bottom: 1px solid rgba(180, 139, 87, 0.46);
	box-shadow: 0 7px 22px rgba(0, 0, 0, 0.25);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.homepage .navbar-b.navbar-trans .nav-link,
.homepage .navbar-b.navbar-reduce .nav-link,
.homepage .navbar-b.navbar-reduce .brand-wordmark {
	color: rgba(247, 239, 225, 0.92);
}

.homepage .navbar-b.navbar-reduce .brand-monogram {
	border-color: rgba(232, 197, 132, 0.78);
	color: #e4c58f;
}

.homepage .navbar-b.navbar-reduce .book-now .nav-link {
	background: #a77d48;
	border-color: #a77d48;
	box-shadow: none;
}

.homepage #slider-home {
	padding-top: 0;
}

.homepage #slider-home .bg-img {
	min-height: 760px;
	background-position: center center;
	overflow: hidden;
	z-index: 2;
}

.homepage #slider-home .hero-image-layer {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 3s ease-in-out;
	filter: brightness(var(--hero-image-brightness, 1)) contrast(0.97);
}

.homepage #slider-home .hero-image-layer.is-visible {
	opacity: 1;
}

.homepage #slider-home .overlay {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	opacity: 0;
	background:
		radial-gradient(circle at 18% 24%, rgba(224, 191, 130, 0.22), transparent 48%),
		linear-gradient(112deg, rgba(51, 42, 30, 0.28) 0%, rgba(130, 101, 61, 0.18) 48%, rgba(222, 201, 164, 0.1) 100%);
	background-size: 160% 160%, 160% 100%;
}

.homepage #slider-home .overlay::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(112deg, rgba(112, 46, 20, 0.5) 0%, rgba(192, 77, 24, 0.44) 48%, rgba(231, 139, 61, 0.26) 100%);
	opacity: 0;
}

.homepage #slider-home .overlay.is-filtering {
	animation: heroOverlayGradient var(--hero-cycle-duration, 20s) ease-in-out both;
}

.homepage #slider-home .overlay.is-filtering::after {
	animation: heroOverlayWarmth var(--hero-cycle-duration, 20s) ease-in-out both;
}

.homepage #slider-home .container {
	position: relative;
	z-index: 4;
}

.homepage #slider-home .caption {
	position: relative;
	isolation: isolate;
}

.homepage #slider-home .caption::before {
	content: "";
	position: absolute;
	inset: -46px -78px -52px -96px;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(12, 18, 19, 0.68) 0%, rgba(15, 22, 23, 0.53) 54%, rgba(15, 22, 23, 0) 100%);
}

@media (max-width: 767px) {
	.homepage #slider-home .caption::before {
		inset: -24px -18px -30px;
		background: transparent;
	}

	.homepage #slider-home .overlay {
		background:
			radial-gradient(circle at 18% 24%, rgba(224, 191, 130, 0.12), transparent 48%),
			linear-gradient(112deg, rgba(51, 42, 30, 0.15) 0%, rgba(130, 101, 61, 0.1) 48%, rgba(222, 201, 164, 0.05) 100%);
	}

	.homepage #slider-home .overlay::after {
		background: linear-gradient(112deg, rgba(112, 46, 20, 0.22) 0%, rgba(192, 77, 24, 0.18) 48%, rgba(231, 139, 61, 0.1) 100%);
	}
}

@keyframes heroOverlayGradient {
	0% { opacity: 0; background-position: 0% 35%, 0% 50%; }
	28% { opacity: 0.46; background-position: 35% 46%, 36% 50%; }
	62% { opacity: 0.42; background-position: 70% 58%, 72% 50%; }
	85% { opacity: 0; background-position: 85% 65%, 85% 50%; }
	100% { opacity: 0; background-position: 100% 70%, 100% 50%; }
}

@keyframes heroOverlayWarmth {
	0%, 30% { opacity: 0; }
	62% { opacity: 0.68; }
	82% { opacity: 0.3; }
	85% { opacity: 0; }
	100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
	

	.homepage #slider-home .overlay {
		animation: none;
		opacity: 0;
	}

	.homepage #slider-home .overlay::after {
		animation: none;
	}
}

.homepage #slider-home .parallax-slider .caption .hero-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3.15rem, 4.15vw, 5rem);
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.02;
	max-width: 650px;
	margin-bottom: 16px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28), 0 4px 12px rgba(0, 0, 0, 0.78), 0 10px 26px rgba(0, 0, 0, 0.36);
}

.homepage .hero-subtitle {
	font-size: 1.06rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.7;
	margin-bottom: 24px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22), 0 3px 9px rgba(0, 0, 0, 0.78), 0 7px 18px rgba(0, 0, 0, 0.32);
}

.homepage .hero-label {
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 3px 9px rgba(0, 0, 0, 0.68);
}

.homepage .hero-benefits {
	gap: 8px;
	margin-bottom: 26px;
}

.homepage .hero-benefit {
	gap: 7px;
	padding: 7px 11px;
	border: 1px solid rgba(220, 194, 150, 0.54);
	border-radius: 3px;
	background: rgba(53, 48, 38, 0.5);
	box-shadow: none;
	color: #f0e5d1;
	font-size: 0.82rem;
	line-height: 1.2;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 7px rgba(0, 0, 0, 0.72);
}

.homepage .hero-benefit i {
	color: #d6ac6e;
	font-size: 0.72rem;
}

.homepage .hero-cta-group {
	gap: 12px;
	margin-top: 0;
}

.homepage .hero-cta {
	min-width: 142px;
	padding: 11px 20px;
	border-radius: 22px;
	font-size: 0.9rem;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.22), 0 2px 7px rgba(0, 0, 0, 0.5);
}

.homepage .hero-cta.btn-primary {
	background: #153d2d;
	border-color: #b48b57;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.homepage .hero-cta.btn-primary:hover {
	background: #204e3b;
	border-color: #d0a967;
}

.homepage .hero-cta-secondary {
	border-color: #b48b57;
	background: rgba(180, 139, 87, 0.78);
	color: #fff;
}

.homepage .hero-cta-secondary:hover {
	background: #c2975e;
}

@media (min-width: 768px) {
	.homepage #slider-home .caption {
		max-width: 600px;
		text-align: left !important;
	}

	.homepage #slider-home .hero-label,
	.homepage #slider-home .hero-benefits,
	.homepage #slider-home .hero-cta-group {
		justify-content: flex-start;
	}

	.homepage #slider-home .hero-subtitle {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	.homepage .navbar-b,
	.homepage .navbar-b.navbar-reduce {
		height: 64px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.homepage .navbar-b .brand-monogram {
		width: 29px;
		height: 29px;
		font-size: 0.72rem;
	}

	.homepage .brand-copy {
		font-size: 0.72rem;
		letter-spacing: 0.12em;
	}

	.homepage .brand-copy small {
		font-size: 0.46rem;
	}

	.homepage .navbar-b.navbar-trans .nav-link,
	.homepage .navbar-b.navbar-reduce .nav-link {
		font-size: 0.9rem;
		padding-top: 0.55rem;
		padding-bottom: 0.55rem;
	}

	.homepage .navbar-nav {
		gap: 10px;
	}

	.homepage #slider-home .col-lg-8.offset-lg-2 {
		margin-left: 42%;
		flex: 0 0 58%;
		max-width: 58%;
	}

	.homepage #slider-home .caption {
		max-width: 600px;
		margin-left: auto;
		margin-right: 0;
	}

	.homepage #slider-home .caption::before {
		inset: -44px -16px -48px -42px;
		background:
			linear-gradient(180deg, rgba(9, 14, 15, 0.48) 0%, rgba(9, 14, 15, 0.12) 27%, rgba(9, 14, 15, 0.12) 73%, rgba(9, 14, 15, 0.48) 100%),
			linear-gradient(90deg, rgba(11, 17, 18, 0.08) 0%, rgba(11, 17, 18, 0.38) 48%, rgba(8, 13, 14, 0.76) 100%);
	}

	.homepage #slider-home .hero-title {
		font-size: clamp(3rem, 4.1vw, 4.45rem);
		line-height: 1.08;
		margin-bottom: 20px;
	}

	.homepage #slider-home .hero-label {
		margin-bottom: 24px;
		line-height: 1.8;
	}

	.homepage #slider-home .hero-subtitle {
		font-size: 0.98rem;
		line-height: 1.75;
		margin-bottom: 26px;
	}

	.homepage #slider-home .hero-benefits {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		max-width: 600px;
		margin-bottom: 24px;
	}

	.homepage #slider-home .hero-benefit {
		min-height: 72px;
		padding: 11px 12px;
		gap: 11px;
		border-color: rgba(212, 180, 125, 0.42);
		background: rgba(20, 25, 24, 0.5);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 9px 20px rgba(0, 0, 0, 0.12);
	}

	.homepage #slider-home .hero-benefit i {
		width: 27px;
		height: 27px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 27px;
		border: 1px solid rgba(219, 181, 115, 0.56);
		border-radius: 50%;
		font-size: 0.78rem;
	}

	.homepage #slider-home .hero-benefit span {
		display: flex;
		flex-direction: column;
		gap: 2px;
	}

	.homepage #slider-home .hero-benefit strong {
		color: #f6eee0;
		font-size: 0.79rem;
		font-weight: 600;
		line-height: 1.25;
	}

	.homepage #slider-home .hero-benefit small {
		color: rgba(235, 223, 203, 0.74);
		font-size: 0.63rem;
		line-height: 1.35;
	}

	.homepage #slider-home .hero-cta-group {
		gap: 16px;
	}

	.homepage #slider-home .hero-cta {
		min-width: 128px;
		padding: 9px 17px;
		font-size: 0.82rem;
	}

	.homepage #slider-home .hero-scroll-cue {
		margin-top: 26px;
		padding-bottom: 5px;
		font-size: 0.56rem;
		letter-spacing: 0.12em;
	}

	.homepage #slider-home .hero-scroll-cue i {
		font-size: 0.78rem;
	}

	.section-rail {
		left: 18px;
		gap: 2px;
	}

	.section-rail::before {
		left: 7px;
	}

	.section-rail a {
		gap: 6px;
		min-height: 18px;
		font-size: 0.58rem;
	}

	.section-rail a span {
		width: 15px;
		height: 15px;
		border-width: 0;
		background: transparent;
		font-size: 0.49rem;
	}

	.section-rail a.is-active span {
		background: #b48b57;
	}

	.section-rail a.is-active em {
		opacity: 1;
		transform: translateX(0);
	}

	.homepage #slider-home .hero-image-layer {
		filter: brightness(var(--hero-image-brightness, 1)) contrast(0.92) saturate(0.9);
	}
}

@media (min-width: 992px) {
	.homepage #slider-home .container {
		max-width: min(1440px, calc(100% - 80px));
	}
}

@media (min-width: 768px) {
	.homepage #slider-home .bg-img::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: 3;
		pointer-events: none;
		background:
			linear-gradient(180deg, rgba(8, 13, 14, 0.2) 0%, rgba(8, 13, 14, 0) 22%, rgba(8, 13, 14, 0) 74%, rgba(8, 13, 14, 0.34) 100%),
			linear-gradient(90deg, rgba(8, 13, 14, 0.02) 0%, rgba(8, 13, 14, 0.1) 58%, rgba(8, 13, 14, 0.66) 100%);
	}

	.homepage #slider-home .overlay {
		z-index: 4;
	}

	.homepage #slider-home .container {
		z-index: 5;
	}

	.homepage #slider-home .caption::before {
		content: none;
	}
}

.homepage .section-title h2,
.homepage .features h4,
.homepage .zr-theme-single-service-card h5 a,
.homepage .menu-product-title,
.homepage .team .member h4,
.homepage .blog-area .card-title {
	color: #1c303c;
}

.homepage .section-title p,
.homepage .features p,
.homepage .zr-theme-single-service-card p,
.homepage .menu-product-description p,
.homepage .blog-area .card-text {
	color: #58636a;
}

.homepage .gallery-area,
.homepage .counter-area,
.homepage .footer-section-left {
	background-color: #132330;
}

.homepage .gallery-area {
	background-image:
		linear-gradient(90deg, rgba(19, 35, 48, 0.92), rgba(19, 35, 48, 0.72)),
		url("../picture/mmexport1711608535723.jpg");
}

.homepage .counter-area {
	background: linear-gradient(90deg, #132330 0%, #1b303d 100%);
}

.homepage .counter-area::before {
	background: linear-gradient(90deg, rgba(180, 139, 87, 0.18), transparent 48%);
}

.homepage .zr-theme-reservation-area {
	background-image:
		linear-gradient(90deg, rgba(19, 35, 48, 0.94), rgba(19, 35, 48, 0.68)),
		url("../picture/mmexport1711608524062.jpg");
	background-position: center;
	background-size: cover;
}

.homepage .zr-theme-reservation-area h2,
.homepage .zr-theme-reservation-area h5 {
	color: #fff;
}

.homepage .zr-theme-reservation-area h2:first-child {
	color: #d5b27d;
}

.homepage .zr-theme-reservation-area::before {
	background: rgba(19, 35, 48, 0.44) !important;
}

.homepage .reservation-btn {
	background: #b48b57;
	border-color: #b48b57;
	color: #fff;
}

.homepage .reservation-btn:hover {
	background: #967145;
}

.homepage .footer-section-left {
	background-image:
		linear-gradient(rgba(180, 139, 87, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(180, 139, 87, 0.055) 1px, transparent 1px),
		linear-gradient(180deg, #132330 0%, #0d1923 100%);
}

/* Stone-tinted surfaces keep content panels connected to their sections. */
.homepage #features .section-block-bg {
	background: rgba(235, 229, 219, 0.68) !important;
	background-color: rgba(235, 229, 219, 0.68) !important;
	border-color: rgba(77, 66, 51, 0.28);
	border-radius: 18px;
	box-shadow: 0 24px 58px rgba(19, 35, 48, 0.14) !important;
	backdrop-filter: blur(10px) saturate(86%);
	-webkit-backdrop-filter: blur(10px) saturate(86%);
	padding: 34px 34px 30px;
}

.homepage #features h4 {
	font-size: clamp(1.8rem, 2vw, 2.35rem);
	letter-spacing: 0;
	margin-bottom: 10px;
}

.homepage #features .features-wrap {
	margin-top: 22px;
}

@media (min-width: 768px) {
	.homepage #features .features-wrap > .col-lg-12 {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
}

.homepage #features .feature-list {
	margin: 0;
}

.homepage #features .feature-list p {
	min-height: 58px;
	margin: 0;
	padding: 10px 13px;
	border: 1px solid rgba(77, 66, 51, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: 0 7px 16px rgba(39, 46, 45, 0.06);
	font-size: 0.92rem;
	line-height: 1.45;
}

.homepage #features .feature-list i {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	border: 1px solid rgba(180, 139, 87, 0.5);
	border-radius: 6px;
	background: rgba(180, 139, 87, 0.12) !important;
	color: #8d6b42 !important;
	font-size: 0.76rem;
}

.homepage .homepage-services .zr-theme-single-service-card,
.homepage .zr-theme-menu-product-info-box,
.homepage .team .member,
.homepage .blog-area .card {
	background: rgba(239, 234, 225, 0.76);
	border: 1px solid rgba(77, 66, 51, 0.18);
	box-shadow: 0 14px 34px rgba(19, 35, 48, 0.08);
	backdrop-filter: blur(14px) saturate(88%);
}

.homepage .homepage-services .zr-theme-single-service-card {
	border-left: 2px solid rgba(180, 139, 87, 0.8);
}

.homepage .homepage-services .zr-theme-single-service-card::before {
	background: #b48b57;
}

.homepage .homepage-services .zr-theme-single-service-card:hover,
.homepage .team .member:hover,
.homepage .blog-area .card:hover {
	background: rgba(247, 243, 235, 0.86);
	box-shadow: 0 18px 40px rgba(19, 35, 48, 0.13);
}

.homepage .zr-theme-menu-product-info-box {
	border-top: 2px solid rgba(180, 139, 87, 0.72);
}

.homepage .single-testimonial {
	background: rgba(239, 234, 225, 0.76);
	box-shadow: 0 14px 34px rgba(19, 35, 48, 0.08);
}

.homepage .blog-area .card-body,
.homepage .team .member h4,
.homepage .team .member span {
	background: transparent;
}

/* Scroll interaction and section rhythm. */
.homepage #features,
.homepage #services,
.homepage #portfolio,
.homepage #counter,
.homepage #packages,
.homepage #review,
.homepage #team,
.homepage #reservation,
.homepage #blog {
	scroll-margin-top: 78px;
	border-top: 1px solid rgba(180, 139, 87, 0.17);
}

.homepage #portfolio,
.homepage #counter,
.homepage #reservation {
	border-top-color: rgba(213, 178, 125, 0.28);
}

.page-progress {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: rgba(19, 35, 48, 0.15);
	z-index: 10001;
	pointer-events: none;
}

.page-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: #b48b57;
	transition: width 0.12s linear;
}

.hero-scroll-cue {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 38px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.42);
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 8px rgba(0, 0, 0, 0.78);
	transition: color 0.25s ease, border-color 0.25s ease;
}

.hero-scroll-cue i {
	color: #d5b27d;
	font-size: 0.95rem;
	animation: cueMove 1.8s ease-in-out infinite;
}

.hero-scroll-cue:hover {
	color: #fff !important;
	border-bottom-color: #d5b27d;
}

.homepage .gallery-area .gallery-list .nav li.filter-active,
.homepage .gallery-area .gallery-list .nav li:hover {
	background: #b48b57;
	box-shadow: none;
}

.section-rail {
	position: fixed;
	left: 28px;
	top: 50%;
	display: flex;
	flex-direction: column;
	gap: 5px;
	transform: translateY(-50%);
	z-index: 1000;
}

.section-rail::before {
	content: "";
	position: absolute;
	top: 9px;
	bottom: 9px;
	left: 10px;
	width: 1px;
	background: rgba(19, 35, 48, 0.18);
	z-index: -1;
}

.section-rail a {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 25px;
	color: #52606a;
	font-size: 0.66rem;
	letter-spacing: 0.08em;
	transition: color 0.25s ease, transform 0.25s ease;
}

.section-rail a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	border: 1px solid rgba(19, 35, 48, 0.34);
	border-radius: 50%;
	background: rgba(238, 233, 223, 0.9);
	font-size: 0.56rem;
	font-family: "Roboto", sans-serif;
	transition: all 0.25s ease;
}

.section-rail a em {
	font-style: normal;
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.section-rail a:hover,
.section-rail a.is-active {
	color: #1c303c;
	transform: translateX(3px);
}

.section-rail a:hover span,
.section-rail a.is-active span {
	border-color: #b48b57;
	background: #b48b57;
	color: #fff;
}

.section-rail a:hover em,
.section-rail a.is-active em {
	opacity: 1;
	transform: translateX(0);
}

@keyframes cueMove {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(4px); }
}

@media (max-width: 1199px) {
	.section-rail {
		display: none;
	}
}

@media (max-width: 767px) {
	.hero-scroll-cue {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-scroll-cue i {
		animation: none;
	}

	.page-progress span {
		transition: none;
	}
}

@media (min-width: 1200px) {
	.homepage #mainNav .container {
		max-width: none;
		padding-left: 8px;
		padding-right: 48px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.homepage #mainNav .container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 767px) {
	.homepage #mainNav .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 991px) {
	body.homepage {
		padding-left: 0 !important;
	}

	body.homepage.mobile-menu-open {
		overflow: visible !important;
	}

	.homepage .zr-theme-menu-header-navber-area {
		position: relative !important;
		width: 100% !important;
		height: auto !important;
		left: 0 !important;
		top: 0 !important;
		bottom: auto !important;
		background: transparent !important;
		border-right: none !important;
		box-shadow: none !important;
		padding: 0 !important;
	}

	.homepage #mainNav {
		height: auto !important;
		padding: 0 !important;
		background: #171813 !important;
		box-shadow: none !important;
	}

	.homepage #mainNav .container {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 12px !important;
		width: 100% !important;
		height: auto !important;
		padding: 10px 14px 0 !important;
		margin: 0 !important;
		max-width: none !important;
	}

	.homepage .navbar-brand,
	.homepage .brand-wordmark {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		margin: 0 !important;
		width: auto !important;
		flex: 0 0 auto !important;
	}

	.homepage .brand-copy {
		display: flex !important;
		font-size: 0.96rem !important;
		letter-spacing: 0.1em !important;
		white-space: nowrap !important;
		line-height: 1.1 !important;
	}

	.homepage .brand-monogram {
		width: 40px !important;
		height: 40px !important;
		font-size: 0.82rem !important;
	}

	.homepage #navbarDefault {
		display: block !important;
		position: relative !important;
		width: auto !important;
		flex: 1 1 auto !important;
		height: auto !important;
		min-height: 0 !important;
		padding: 0 0 10px !important;
		overflow: visible !important;
		background: #171813 !important;
		border: none !important;
		box-shadow: none !important;
		left: auto !important;
		right: auto !important;
	}

	.homepage #navbarDefault::before,
	.homepage #navbarDefault::after {
		display: none !important;
	}

	.homepage #navbarDefault .navbar-nav {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		align-items: center !important;
		justify-content: flex-end !important;
		gap: 6px 8px !important;
		counter-reset: mobile-navigation !important;
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
	}

	.homepage #navbarDefault .nav-item {
		position: relative !important;
		margin: 0 !important;
		padding: 0 !important;
		counter-increment: mobile-navigation !important;
		width: auto !important;
		flex: 0 0 auto !important;
	}

	.homepage #navbarDefault .nav-link {
		display: flex !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 2px !important;
		min-height: 42px !important;
		height: auto !important;
		padding: 7px 10px !important;
		margin: 0 !important;
		color: rgba(247, 243, 235, 0.92) !important;
		font-size: 0.8rem !important;
		line-height: 1.1 !important;
		font-weight: 500 !important;
		letter-spacing: 0.04em !important;
		text-shadow: none !important;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
		border-radius: 0 !important;
		background: transparent !important;
		text-align: center !important;
		white-space: normal !important;
		word-break: break-word !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		width: auto !important;
		max-width: none !important;
		box-sizing: border-box !important;
	}

	.homepage #navbarDefault .nav-link::before {
		display: none !important;
		content: none !important;
	}

	.homepage #navbarDefault .nav-link::after {
		display: none !important;
	}

	.homepage #navbarDefault .nav-link.active,
	.homepage #navbarDefault .nav-link:hover {
		color: #f1cc90 !important;
	}

	.homepage #navbarDefault .book-now {
		padding-left: 0 !important;
		margin-top: 0 !important;
	}

	.homepage #navbarDefault .book-now .nav-link {
		margin-top: 0 !important;
		padding: 7px 8px !important;
		border: 1px solid rgba(213, 178, 125, 0.76) !important;
		border-radius: 6px !important;
		background: rgba(180, 139, 87, 0.12) !important;
		color: #f4d7a7 !important;
	}

	.homepage .navbar-toggler {
		display: none !important;
	}

	.homepage .section-rail {
		left: 12px !important;
	}
}
