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

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
	color: #333;
	overflow-x: hidden;
}

/* Remove any potential horizontal overflow */
body,
html {
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

@font-face {
	font-family: "TOP_LUXURY-Regular";
	src: url("../fonts/TOPLUXURY.otf") format("opentype");
}

/* Hero Section */
.hero-coll {
	position: relative;
	height: 100vh;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.hero-coll::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(0deg,
			rgba(49, 48, 50, 0) 100%,
			rgba(49, 48, 50, 0.3) 30%,
			rgba(49, 48, 50, 1) 0%);
	z-index: 2;
}

.hero-coll-content {
	display: none;
}

.hero-coll-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.hero-coll-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Collection Description */
.collection-description-coll {
	padding: 7rem 2rem 5.2rem;
	text-align: center;
	max-width: 695px;
	margin: 0 auto;
}

.collection-description-coll h2 {
	font-size: clamp(1.8rem, 3vw, 2.3rem);
	margin-bottom: 2rem;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.collection-description-coll p {
	font-size: 1.3rem;
	line-height: 2.3rem;
	color: #000000;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

/* Image grid section */

.jewelry-grid-coll {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 16px;
	box-sizing: border-box;
	width: 100%;
}

.double-space {
	grid-column: span 2;
	height: 270px;
	width: 568px;
}

.double-space img {
	width: 100%;
	/* Fill the width of the container */
	height: auto;
	display: block;
	/* Remove inline gap */
	object-fit: cover;
	/* Optional: cover container nicely without distortion */
	max-height: 268px;
}

/* .grid-item {
	background: #f9f6f6;
	border-radius: 16px;
	box-shadow: 0 4px 18px rgba(96, 96, 111, 0.06);
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: cover;
} */

@media (max-width:900px) {
	.card-one {
		padding-top: 25px;
	}
}

@media (max-width: 900px) {
	.hero-coll {
		height: auto;
		min-height: 0;
	}

	.hero-coll-image {
		position: relative;
		height: auto;
	}

	.hero-coll-image img {
		height: auto;
		object-fit: contain;
	}

	.collection-description-coll {
		padding: 4rem 1.5rem 3rem;
	}

	.jewelry-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
		padding: 24px;
	}

	.craft-hero-title {
		text-align: center;
	}
}

@media (max-width: 600px) {
	.collection-description-coll {
		padding: 3rem 1.5rem 2rem;
	}

	.jewelry-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 16px;
	}
}

/* Explore section */
.explorer {
	margin: 0 auto;
}

.explore-more {
	text-align: center;
	font-family: "TOP_LUXURY-Regular", sans-serif;
	font-size: 44px;
	margin-top: 12rem;
	margin-bottom: 4.5rem;
	color: #000;
}

/* Two-column masonry without forcing heights */
.masonry2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	/* space between boxes */
}

.col {
	display: flex;
	flex-direction: column;
	/* stack in each column */
	gap: 8px;
}

/* Card + image keeps natural height */
.card {
	position: relative;
	overflow: hidden;
}

.card-one {
	padding-top: 125px;
}

.card img {
	display: block;
	width: 100%;
	height: auto;
}


/* Bottom overlay-coll */
.overlay-coll {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 160px;
	width: 100%;
	padding: 1.25rem 1.25rem 1.5rem;
	background: linear-gradient(180deg, rgba(49, 48, 50, 0) 0%, rgba(49, 48, 50, 0.3) 30%, rgba(49, 48, 50, 1) 90%);
	color: #fff;
	text-align: left;
}

.overlay-coll h3 {
	font-family: "TOP_LUXURY-Regular", Helvetica, Arial, sans-serif;
	font-size: 44px;
	margin: 0 0 .75rem 0;
}

/* CTA button */
.cta-button {
	background: transparent;
	color: #fff;
	/* border: 2px solid #fff; */
	/* padding: .7rem 1.3rem; */
	font-size: .95rem;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cta-button {
	color: white;
}

/* Responsive: stack to single column on small screens */
@media (max-width: 900px) {
	.masonry2 {
		grid-template-columns: 1fr;
	}

	.card-one {
		padding-top: 0px;
	}

}


/* categories-coll Section */
.categories-coll {
	padding: 4rem 2rem;
	text-align: center;
	background: #f6f6f6;
}

.categories-coll h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	margin-bottom: 3rem;
	font-weight: 400;
	letter-spacing: 2px;
}

.categories-coll .category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto 2rem;
}

.categories-coll .category-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	aspect-ratio: 3/5;
}

.categories-coll .category-item.main {
	grid-column: span 1;
	aspect-ratio: 4/5;
}

.categories-coll .category-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.categories-coll .category-item h3 {
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translateX(-50%);
	color: white;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 1px;
	/* text-shadow: 2px 2px 4px rgba(0,0,0,0.5); */
}

.category-dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 2rem;
}

.dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ccc;
	cursor: pointer;
	transition: background 0.3s;
}

.dot.active {
	background: #4a4d60;
}

.hvr-udl {
	text-decoration: none !important;
}

.hvr-udl:hover {
	text-decoration: underline !important;
	text-underline-offset: 8px !important;
	transition: all 0.6s ease;
}


/* Responsive Design */
@media (max-width: 768px) {


	.categories-coll .category-grid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 1rem;
	}

	.categories-coll .category-item.main {
		grid-column: span 1;
	}

	.zigzag-row {
		grid-template-columns: 1fr;
		gap: 2rem;
		margin-bottom: 3rem;
	}

	.zigzag-row.reverse {
		direction: ltr;
	}

	.zigzag-content {
		text-align: center;
		padding: 1rem;
	}


	.footer-links {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-bottom {
		flex-direction: column;
		text-align: center;
	}
}

@media (max-width: 480px) {

	.categories-coll,
	.zigzag-collections {
		padding: 2rem 1rem;
	}

	.categories-coll .category-grid {
		grid-template-columns: 1fr;
	}
}

/* Jewellery Grid Collection Layout */
.jewellery-grid-coll .coll-container {
	margin: 0 auto;
	margin-bottom: 48px;
}

.coll-grid-layout {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
}

.coll-grid-layout.is-filter-refreshing .coll-grid-item {
	opacity: 0;
	transform: translateY(18px) scale(0.985);
}

.coll-grid-layout.is-filter-ready .coll-grid-item,
.coll-grid-layout:not(.is-filter-refreshing) .coll-grid-item.is-revealed {
	opacity: 1;
	transform: translateY(0) scale(1);
	transition:
		opacity 420ms ease,
		transform 420ms ease;
	transition-delay: var(--reveal-delay, 0ms);
}

.coll-grid-item,
.coll-grid-media {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.coll-grid-item {
	object-fit: contain;
	height: 426px;
}

.coll-grid-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 40px;
}

.coll-grid-media {
	grid-column: 3;
	grid-row: 1 / span 2;
	min-height: 852px;
}

.coll-grid-media.coll-grid-media--featured {
    margin-right: 18px;
    margin-top: 0px;
	height: 100%;
}



.coll-grid-media img,
.coll-grid-media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	margin-top: 0;
    margin-bottom: auto;
}



.product-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 18px;
	color: #fff;
}

.product-overlay h4 {
	margin: 0;
	font-size: 16px;
	letter-spacing: .04em;
}

.coll-load-more {
	text-align: center;
	margin: 24px auto 64px;
}

.coll-load-more__btn {
	background: transparent;
	border: 1px solid #000;
	border-radius: 8px;
	color: #000;
	padding: 12px 20px;
	font-family: sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

.coll-load-more__btn.is-loading {
	opacity: .6;
	cursor: wait;
}

.collection-additional-content{
	font-size: 1.3rem;
	line-height: 2.3rem;
	color: #000000;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding: 0 80px;
}

.collection-additional-content__body {
	overflow: visible;
	transition: height 0.55s ease;
}

.collection-additional-content__body.is-collapsed {
	overflow: hidden;
	position: relative;
}

.collection-additional-content__body.is-collapsed::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 72px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 82%);
	pointer-events: none;
}

.collection-additional-content p,
.collection-description-content p {
	margin: 0 0 1.25em;
}

.collection-additional-content p:last-child,
.collection-description-content p:last-child {
	margin-bottom: 0;
}

.collection-additional-content h1,
.collection-additional-content h2,
.collection-additional-content h3,
.collection-description-content h1,
.collection-description-content h2,
.collection-description-content h3 {
	margin: 1.6em 0 0.7em;
	line-height: 1.35;
}

.collection-additional-content ul,
.collection-additional-content ol,
.collection-description-content ul,
.collection-description-content ol {
	display: inline-block;
	margin: 0 0 1.25em;
	padding-left: 1.35em;
	text-align: left;
}

.collection-read-more-btn {
	display: inline-block;
	margin-top: 18px;
	padding: 10px 24px;
	background: transparent;
	border: 1.5px solid #E6A791;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.5s ease;
}

.collection-read-more-btn:hover {
	background: #E6A791;
	color: #fff;
}

.coll-grid-item a{
	width: 100%;
	height: 100%;
}

.coll-products-shell {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: 32px;
	align-items: start;
}

.coll-content--archive .shop-filters-fab,
	.coll-content--archive .coll-filters-fab {
	display: none;
}

.coll-content--archive .shop-filters__close {
	display: none;
}

.coll-sidebar {
	position: sticky;
	top: 110px;
	align-self: start;
}

.coll-sidebar--filters {
	padding-top: 12px;
	margin-left: 18px;
}

.coll-sidebar--media {
	display: flex;
	justify-content: flex-end;
}

.collection-filter.shop-filters {
	width: 100%;
	background: #ffffff;
	border: 1px solid #ece8e3;
	padding: 22px 20px 14px;
	font-family: 'Montserrat', sans-serif;
}

.collection-filter .shop-filters__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e6e0d8;
	margin-bottom: 4px;
}

.collection-filter .shop-filters__header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.collection-filter .shop-filters__title {
	margin: 0;
	font-family: "TOP_LUXURY-Regular", sans-serif;
	font-size: 26px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1d1d1d;
}

.collection-filter .shop-filters__clear {
	border: 0;
	background: transparent;
	color: #7a7369;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0;
}

.collection-filter .shop-filters__section {
	border-bottom: 1px solid #ece8e3;
	padding: 16px 0;
}

.collection-filter .shop-filters__section-toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #222;
	text-align: left;
}

.collection-filter .shop-filters__chevron {
	width: 10px;
	height: 10px;
	border-right: 1.5px solid #222;
	border-bottom: 1.5px solid #222;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	flex: 0 0 auto;
}

.collection-filter .shop-filters__section.is-open .shop-filters__chevron {
	transform: rotate(-135deg);
}

.collection-filter .shop-filters__options {
	display: grid;
	gap: 10px;
	padding-top: 16px;
	overflow: hidden;
	max-height: 1400px;
	opacity: 1;
	transition: max-height 280ms ease, opacity 280ms ease, padding-top 280ms ease;
}

.collection-filter .shop-filters__section:not(.is-open) .shop-filters__options {
	max-height: 0;
	opacity: 0;
	padding-top: 0;
	pointer-events: none;
}

.collection-filter .shop-filters__option {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 1.35;
	color: #3d3d3d;
}

.collection-filter .shop-filters__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.collection-filter .shop-filters__box {
	width: 16px;
	height: 16px;
	border: 1.5px solid #7c7c7c;
	background: #fff;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

.collection-filter .shop-filters__input:checked + .shop-filters__box {
	border-color: #111;
}

.collection-filter .shop-filters__input:checked + .shop-filters__box::after {
	content: "";
	position: absolute;
	inset: 3px;
	background: #111;
}

.collection-filter .shop-filters__text {
	min-width: 0;
	text-transform: uppercase;
}

.collection-filter .shop-filters__count {
	color: #8c847a;
	white-space: nowrap;
	font-size: 13px;
}

.coll-products-center {
	min-width: 0;
}

.collection-sidebar-media {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	width: 100%;
	max-width: 320px;
}

.collection-sidebar-media--empty {
	padding: 24px;
	border: 1px dashed rgba(0, 0, 0, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
	color: #666;
}

.collection-sidebar-media__item {
	margin: 0;
	overflow: hidden;
	background: #f4f4f4;
}

.collection-sidebar-media__item img,
.collection-sidebar-media__item video {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: cover;
}

@media (max-width: 1200px) {
	.coll-products-shell {
		grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
	}

	.coll-grid-layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.coll-grid-media {
		grid-column: auto;
		grid-row: auto;
		min-height: 280px;
	}

	.coll-sidebar--media {
		grid-column: 1 / -1;
		justify-content: flex-start;
	}

	.collection-sidebar-media {
		max-width: none;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.collection-additional-content{
		padding: 0 24px;
	}

}

@media (max-width: 900px) {
	.coll-grid-layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.coll-grid-media {
		display: none;
	}
	.coll-products-shell {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.coll-sidebar {
		position: static;
		top: auto;
	}

	.coll-sidebar--filters {
		display: flex;
		justify-content: center;
		padding-top: 0;
	}

	.coll-sidebar--media {
		display: none;
	}

	.collection-filter.shop-filters {
		padding: 18px;
		width: min(100%, 420px);
		margin: 0 auto;
	}

	.collection-sidebar-media {
		grid-template-columns: 1fr;
	}

	.coll-filters-fab {
		display: inline-flex;
		position: fixed;
		left: 16px;
		bottom: 32px;
		z-index: 1250;
		align-items: center;
		justify-content: center;
		padding: 14px 20px;
		border: 0;
		border-radius: 999px;
		color: #111;
		background: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	}

	.coll-content--archive:not(.is-filters-open) .coll-filters-fab {
		display: inline-flex !important;
	}

	.coll-content--archive.is-filters-open .coll-filters-fab {
		display: none;
	}

	.coll-content--archive:not(.is-filters-open) .shop-filters__close {
		display: none;
	}

	.coll-content--archive .coll-sidebar--filters {
		position: fixed;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1240;
		transform: translateY(100%);
		opacity: 0;
		pointer-events: none;
		transition: transform 0.32s ease, opacity 0.32s ease;
		background: transparent;
		padding: 0;
	}

	.coll-content--archive.is-filters-open .coll-sidebar--filters {
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}

	.coll-content--archive.is-filters-open .shop-filters__close {
		display: inline-flex;
	}

	.coll-filters-backdrop {
		position: fixed;
		inset: 0;
		background: rgba(16, 16, 16, 0.42);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.24s ease;
		z-index: 1230;
	}

	.coll-content--archive.is-filters-open .coll-filters-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	body.coll-filters-open {
		overflow: hidden;
	}
}

@media (max-width: 600px) {
	.coll-grid-layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	/* .coll-grid-layout {
	grid-template-columns: 1fr;
	grid-auto-rows: 180px;
	gap: 16px;
	} */
	.coll-grid-item {
		height: fit-content;
	}

	.explore-more {
		font-size: 24px;
		max-width: 395px;
		margin-top: 3rem;
		margin-bottom: 2.5rem;
	}

	.overlay-coll h3 {
		font-size: 24px;
	}

	.cta-button {
		font-size: 12px;
	}
}


/* ******************************************************
				Collect In Store Page CSS
****************************************************** */

/* Hero Section */
.hero-store {
	padding: 60px 20px;
	text-align: center;
	background-color: #ffffff;
}

.store_title {
	font-family: "TOP_LUXURY-Regular", Helvetica, serif;
	font-weight: 400;
	color: #000000;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 1.2;
}

.store_subtitle {
	font-family: "Inter", Helvetica, sans-serif;
	font-weight: 300;
	color: #000000;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 28px;
	margin-bottom: 60px;
}

.store_image {
	width: 100%;
	max-width: 1163px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* Reserve Info Section */
.reserve-info {
	background-color: #f5f5f5;
	padding: 80px 20px;
}

.reserve-info__container {
	max-width: 1007px;
	margin: 0 auto;
	text-align: center;
}

.reserve-info__title {
	font-family: "Inter", Helvetica, sans-serif;
	font-weight: 700;
	color: #000000;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 28px;
	margin-bottom: 20px;
}

.reserve-info__text {
	font-family: "Inter", Helvetica, sans-serif;
	font-weight: 300;
	color: #000000;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 28px;
	margin-bottom: 20px;
}

.reserve-info__text:last-child {
	margin-bottom: 0;
}

/* How It Works Section */
.how-it-works {
	padding: 80px 20px;
	background-color: #ffffff;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
}

.how-it-works__title {
	font-family: "Inter", Helvetica, sans-serif;
	font-weight: 500;
	color: #000000;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0;
	line-height: 28px;
	margin-bottom: 40px;
}

.step {
	max-width: 772px;
	margin: 0 auto 60px;
	text-align: center;
}

.step:last-child {
	margin-bottom: 0;
}

.step__number {
	font-family: "Inter", Helvetica, sans-serif;
	font-weight: 700;
	color: #000000;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 28px;
	margin-bottom: 20px;
}

.step__title {
	font-family: "Inter", Helvetica, sans-serif;
	font-weight: 300;
	color: #000000;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 28px;
}

.step__description {
	font-family: "Inter", Helvetica, sans-serif;
	font-weight: 300;
	color: #000000;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 28px;
}

/* Responsive Design */
@media (max-width: 1200px) {
	.store_title {
		font-size: 36px;
	}
}

@media (max-width: 768px) {
	.hero-store {
		padding: 40px 20px;
	}

	.store_title {
		font-size: 32px;
	}

	.store_subtitle {
		font-size: 14px;
		margin-bottom: 40px;
	}

	.reserve-info {
		padding: 60px 20px;
	}

	.reserve-info__title {
		font-size: 16px;
	}

	.reserve-info__text {
		font-size: 14px;
	}

	.how-it-works {
		padding: 60px 20px;
	}

	.how-it-works__title {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.step {
		margin-bottom: 40px;
	}

	.step__title {
		font-size: 18px;
	}

	.step__description {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.hero-store {
		padding: 30px 15px;
	}

	.store_title {
		font-size: 28px;
	}

	.store_subtitle {
		font-size: 13px;
		line-height: 24px;
	}

	.reserve-info {
		padding: 40px 15px;
	}

	.reserve-info__title {
		font-size: 15px;
	}

	.reserve-info__text {
		font-size: 13px;
		line-height: 24px;
	}

	.how-it-works {
		padding: 40px 15px;
	}

	.how-it-works__title {
		font-size: 18px;
	}

	.step__number {
		font-size: 14px;
	}

	.step__title {
		font-size: 16px;
	}

	.step__description {
		font-size: 13px;
		line-height: 24px;
	}
}



/* ******************************************************
				Privacy Policy Page CSS
****************************************************** */
/* Main Content */
.main-content {
	max-width: 1040px;
	margin: 0 auto;
	padding: 80px 20px 0px;
}

.privacy-article {
	background: transparent;
}

.privacy-title {
	font-family: "TOP_LUXURY-Regular", Helvetica, serif;
	font-size: clamp(32px, 5vw, 48px);
	text-align: center;
	margin-bottom: 58px;
	font-weight: 400;
}

.content-text {
	font-size: 15px;
	font-family: "Montserrat", Helvetica;
	line-height: 1.8;
	margin-bottom: 40px;
}

.content-text p {
	margin-bottom: 15px;
}

.content-text ol {
	list-style: decimal !important;
	margin-left: 20px !important;
}


.content-text h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 30px 0 0px;
}

.bullets p {
	position: relative;
	padding-left: 20px;
}

.bullets p::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 1;
}

.print-btn {
	background: none;
	border: none;
	font-family: "Montserrat", Helvetica;
	font-size: 11px;
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
	color: #000;
	padding: 10px 0;
	display: block;
	margin: 20px 0;
}

.chat-link {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 40px 0;
}

.chat-link img {
	width: 20px;
	height: 18px;
}

.chat-link a {
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
	color: #000;
}


@media (max-width: 480px) {
	.main-content {
		padding: 30px 15px;
	}

	.page-title {
		font-size: 28px;
	}

	.content-text {
		font-size: 14px;
	}
}

@media print {

	.nav-bar,
	.experience-section,
	.newsletter-section,
	.footer,
	.print-btn,
	.chat-link {
		display: none;
	}

	.background-overlay {
		display: none;
	}

	.main-content {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.service-item h3 {
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		max-width: 12ch;
		margin-left: auto;
		margin-right: auto;
	}
}
