body {
	margin: 0;
	background-color: white;
	color: #4f4f4f;
	scroll-behavior: smooth;
}

@font-face {
	font-family: 'hand';
	src: url('Ephesis.ttf');
}

@font-face {
	font-family: 'regular';
	src: url('Lexend.ttf');
}

* {
	box-sizing: border-box;
	font-family: regular;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

a {
	text-decoration: none;
}

.hand {
	font-family: hand;
}

#hero-container {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-color: white;
	overflow: hidden;
}

#hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 0.85;
}

#hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,0.95));
	z-index: 1;
	opacity: 0;
}

#header-container {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	background-color: rgba(255,255,255,0.9);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

#hero-content {
	position: relative;
	z-index: 2;
	width: 90%;
	max-width: 1100px;
	margin: auto;
	padding-top: 170px;
	padding-bottom: 90px;
	text-align: center;
}

#hero-kicker {
	font-family: hand;
	font-size: 38px;
	color: #2bb1c8;
	margin-bottom: 15px;
}

#hero-title {
	font-size: 52px;
	line-height: 1.15;
	color: #2bb1c8;
	margin-bottom: 20px;
}

#hero-text {
	max-width: 820px;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
	color: #5b5b5b;
}

#hero-welcome {
	z-index: 2;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%,-25%);
	font-family: hand;
	font-size: 36px;
	color: #accad0;
	text-align: center;
	width: 90%;
}

#hero-logo {
	z-index: 2;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-55%);
	width: 150px;
	opacity: 0.8;
}

.hero-button,
#hero-button,
.section-button {
	position: relative;
	display: inline-block;
	border: 0;
	border-radius: 50px;
	padding: 15px 28px;
	color: white;
	font-size: 16px;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-button {
	margin-top: 35px;
	background-color: #3b98a8;
	box-shadow: 0 30px 60px rgba(92,163,210,0.25);
}

.hero-button:hover {
	transform: translateY(-2px) scale(1.04);
	box-shadow: 0 35px 70px rgba(92,163,210,0.32);
}

#hero-button {
	z-index: 2;
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%,-75%) scale(1);
	width: 220px;
	background-color: #245e68;
	box-shadow: 0 5px 100px rgba(36,94,104,0.4);
}

#hero-button:hover {
	transform: translate(-50%,-75%) scale(1.08);
	box-shadow: 0 40px 80px rgba(92,163,210,0.35);
}

.section-button {
	z-index: 2;
	width: 220px;
	background-color: #3b98a8;
	box-shadow: 0 30px 60px rgba(92,163,210,0.25);
}

.section {
	position: relative;
	width: 100%;
	padding: 6% 10%;
}

.section-soft {
	background: linear-gradient(to bottom, #f8fcff, #ffffff);
}

.section-blue {
	background-color: #eef8fd;
}

.section-header {
	position: relative;
	width: 80%;
	margin: 0 auto 18px auto;
	text-align: center;
	font-size: 42px;
	color: #2bb1c8;
	z-index: 2;
}

.section-subtext {
	position: relative;
	width: 75%;
	margin: 0 auto 45px auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
	color: #666666;
}

.two-column,
.card-grid,
.price-grid,
.info-grid,
#chakra-list,
#section-1-table,
#section-2-table,
#section-3-table,
#section-4-table,
#testimonials-table {
	width: 100%;
	border: 0;
}

.two-column-left,
.two-column-right,
#section-1-table-column-left,
#section-1-table-column-right,
#section-4-left,
#section-4-right {
	width: 50%;
	vertical-align: middle;
}

#section-1-table-column-right {
	padding: 5%;
}

.two-column-right,
#section-4-right {
	padding-left: 5%;
}

.feature-image,
#reiki-session,
#section-4-image {
	width: 100%;
	border-radius: 30px;
	box-shadow: 0 20px 50px rgba(92,163,210,0.15);
}

.body-copy {
	font-size: 17px;
	line-height: 1.95;
	color: #555555;
}

.card-cell,
.info-cell,
.section-3-box,
.testimonial-box {
	width: 33.33%;
	padding: 16px;
	vertical-align: top;
}

.price-cell {
	width: 50%;
	padding: 18px;
	vertical-align: top;
}

.card,
.highlight-box,
.price-card,
.info-card,
.section-3-card,
#section-5-box {
	background-color: white;
	border-radius: 30px;
	padding: 32px 28px;
	height: 100%;
	box-shadow: 0 20px 50px rgba(92,163,210,0.1);
}

.card-title,
.info-title,
.section-2-title,
.section-3-title,
.price-title {
	color: #3080b4;
	margin-bottom: 15px;
	font-family: hand;
}

.card-title,
.info-title {
	font-size: 30px;
}

.section-2-title {
	font-size: 24px;
}

.section-3-title {
	font-size: 33px;
}

.price-title {
	font-size: 34px;
	margin-bottom: 10px;
}

.card-text,
.info-text,
.section-2-text,
.price-text {
	font-size: 16px;
	line-height: 1.9;
	color: #555555;
	margin: 0;
}

.section-3-text {
	font-size: 16px;
	line-height: 1.8;
}

.price-card {
	background-color: #f8fcff;
	padding: 35px;
	text-align: center;
	box-shadow: inset 0 0 0 1px rgba(92,163,210,0.08);
}

.price-value {
	font-size: 40px;
	color: #3080b4;
	margin-bottom: 12px;
}

.note {
	font-size: 15px;
	line-height: 1.8;
	color: #666666;
	text-align: center;
	margin-top: 25px;
}

#chakra-box {
	background-color: white;
	border-radius: 35px;
	padding: 40px;
	box-shadow: 0 20px 50px rgba(92,163,210,0.1);
	max-width: 1000px;
	margin: 0 auto;
}

#chakra-list td {
	width: 50%;
	padding: 10px 20px 10px 0;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.8;
	color: #555555;
}

.highlight-box {
	max-width: 1000px;
	margin: auto;
	padding: 45px 40px;
	border-radius: 35px;
	box-shadow: 0 20px 50px rgba(92,163,210,0.12);
}

#section-1-container,
#section-3-container,
#section-4-container,
#testimonials-container,
#section-5-container {
	position: relative;
	width: 100%;
	padding: 6% 10%;
}

#section-1-container {
	display: table;
}

#section-2-wrapper {
	position: relative;
	width: 100%;
	padding-top: 5%;
	padding-bottom: 7%;
	overflow: hidden;
}

#section-2-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}

#section-2-container {
	z-index: 2;
	position: relative;
	display: table;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}

#section-2-table {
	table-layout: fixed;
}

.section-2-table-column {
	width: 25%;
	padding: 25px;
	background-color: white;
	border-radius: 60px 60px 10px 10px;
	height: 300px;
	overflow: hidden;
	box-shadow: 0 30px 60px rgba(92,163,210,0.1);
	vertical-align: top;
	text-align: center;
}

.section-2-icon {
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin-bottom: 15px;
}

#section-3-container {
	background-color: #ffffff;
}

.section-3-card {
	background-color: #f8fcff;
	border-radius: 25px;
	padding: 30px;
	box-shadow: 0 20px 40px rgba(92,163,210,0.08);
}

#section-4-container {
	background: linear-gradient(to bottom, #f8fcff, #ffffff);
}

#testimonials-container {
	background: linear-gradient(to bottom, #ffffff, #f6fbfe);
}

#testimonials-table {
	border-spacing: 0 10px;
}

.testimonial-card {
	position: relative;
	background: linear-gradient(to bottom, #ffffff, #fbfeff);
	border-radius: 32px;
	padding: 35px 30px 30px 30px;
	height: 100%;
	box-shadow: 0 25px 60px rgba(92,163,210,0.12);
	border: 1px solid rgba(92,163,210,0.12);
	overflow: hidden;
}

.testimonial-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient(to right, #5ca3d2, #9ed0ec, #5ca3d2);
}

.testimonial-stars {
	font-size: 18px;
	letter-spacing: 3px;
	color: #d8b24c;
	margin-bottom: 14px;
}

.testimonial-name {
	font-family: hand;
	font-size: 34px;
	color: #3080b4;
	margin-bottom: 8px;
}

.testimonial-role {
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #5ca3d2;
	background-color: #eef8fd;
	padding: 7px 12px;
	border-radius: 30px;
	margin-bottom: 18px;
}

.testimonial-text {
	font-size: 16px;
	line-height: 1.9;
	color: #555555;
	margin-bottom: 0;
}

.testimonial-text::before {
	content: '“';
	font-family: Georgia, serif;
	font-size: 52px;
	line-height: 0;
	color: rgba(92,163,210,0.24);
	position: relative;
	top: 18px;
	margin-right: 8px;
}

#section-5-container {
	text-align: center;
	background-color: #eef8fd;
}

#section-5-box {
	max-width: 850px;
	margin: auto;
	padding: 50px 40px;
	border-radius: 35px;
	box-shadow: 0 20px 50px rgba(92,163,210,0.12);
}

#booking-form {
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.form-row {
	margin-bottom: 15px;
}

#booking-form input,
#booking-form textarea {
	width: 100%;
	padding: 14px;
	border-radius: 15px;
	border: 1px solid #d8e6f0;
	font-size: 16px;
	outline: none;
}

#booking-form textarea {
	height: 120px;
	resize: none;
}

#booking-form input:focus,
#booking-form textarea:focus {
	border-color: #5ca3d2;
}

#footer-container {
	position: relative;
	width: 100%;
	padding: 35px 10%;
	background-color: #3080b4;
	color: white;
	text-align: center;
	overflow: hidden;
}

.spacer-anchor {
	position: relative;
	top: -90px;
}

@media screen and (max-width: 1100px) {
	#menu-container {
		width: 72%;
	}
	
	.two-column tr,
	.card-grid tr,
	.price-grid tr,
	#chakra-list tr,
	.info-grid tr,
	#section-1-table tr,
	#section-2-table tr,
	#section-3-table tr,
	#section-4-table tr,
	#testimonials-table tr {
		display: block;
	}

	.two-column-left,
	.two-column-right,
	.card-cell,
	.price-cell,
	#chakra-list td,
	.info-cell,
	#section-1-table-column-left,
	#section-1-table-column-right,
	.section-3-box,
	#section-4-left,
	#section-4-right,
	.testimonial-box,
	.section-2-table-column {
		display: block;
		width: 100%;
	}

	.two-column-right,
	#section-4-right {
		padding-left: 0;
		padding-top: 30px;
	}

	.section-2-table-column {
		height: auto;
		margin-bottom: 20px;
	}

	#section-2-table {
		border-spacing: 0 20px;
	}
}

@media screen and (max-width: 700px) {
	#header-container {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#hero-content {
		padding-top: 170px;
		padding-bottom: 70px;
	}

	#hero-kicker {
		font-size: 32px;
	}

	#hero-title {
		font-size: 38px;
	}

	#hero-welcome {
		font-size: 30px;
		top: 24%;
	}

	#hero-logo {
		width: 120px;
	}

	#hero-text,
	.section-subtext {
		font-size: 16px;
		width: 92%;
	}

	.section {
		padding-left: 6%;
		padding-right: 6%;
	}

	.section-header {
		font-size: 34px;
		width: 92%;
	}

	#section-1-container,
	#section-2-container,
	#section-3-container,
	#section-4-container,
	#testimonials-container,
	#section-5-container {
		padding-left: 6%;
		padding-right: 6%;
	}

	#chakra-box,
	.highlight-box,
	.card,
	.price-card,
	.info-card,
	#section-5-box,
	.testimonial-card {
		padding: 30px 24px;
	}

	.hero-button,
	#hero-button,
	.section-button {
		font-size: 18px;
	}

	#hero-button,
	.section-button {
		width: 210px;
	}

	.testimonial-name {
		font-size: 30px;
	}

	.testimonial-stars {
		font-size: 16px;
		letter-spacing: 2px;
	}

	.testimonial-role {
		font-size: 11px;
	}
}