:root {
	--inter-font: "Inter", sans-serif;
	--meno-font: "meno-banner-condensed", serif;
	--white: #ffffff;
	--dark-green: #192f1f;
	--green: #37cc61;
	--grey: #707170;
	--soft-green: #f3faf2;
}

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

body {
	background-color: #ffffff;
	font-family: var(--inter-font);
	margin: 0;
	overflow-x: hidden;
}

a.whatsapp-bottom-icon {
	position: fixed;
	bottom: 2rem;
	right: 1rem;
	width: 50px;
	height: auto;
	aspect-ratio: 1;
	transition: 0.45s;
}

a.whatsapp-bottom-icon img {
	width: 100%;
	height: 100%;
}

a.whatsapp-bottom-icon:hover {
	transform: scale(1.15);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}

h1 {
	font-family: var(--meno-font);
	font-size: clamp(60px, 5.771vw, 5.771vw);
	color: var(--white);
	font-weight: 400;
	line-height: 1;
	margin-bottom: clamp(1rem, 0.833vw, 0.833vw);
}

h2 {
	font-family: var(--meno-font);
	font-weight: 400;
	font-size: clamp(50px, 4.167vw, 4.167vw);
	margin-bottom: 1.4rem;
	line-height: 1;
}

h3 {
	font-family: var(--meno-font);
	font-size: clamp(40px, 3.125vw, 3.125vw);
	font-weight: 400;
	line-height: 1;
	margin-bottom: 1rem;
}

h5 {
	font-size: clamp(18px, 1.25vw, 1.25vw);
	font-weight: 500;
	margin-bottom: 1rem;
}

p {
	font-family: var(--inter-font);
	font-size: clamp(1rem, 1.042vw, 1.042vw);
	font-weight: 400;
	margin-top: 0;
	line-height: 1.28;
	margin-bottom: 1.5rem;
	color: var(--grey);
}

section {
	position: relative;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	margin: 0 clamp(2rem, 2.865vw, 2.865vw);
}

header nav {
	background: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: clamp(0.2rem, 0.625vw, 0.625vw);
	border-radius: 0 0 clamp(0.5rem, 0.781vw, 0.781vw) clamp(0.5rem, 0.781vw, 0.781vw);
	filter: drop-shadow(0px 0px 30px #0000001a);
}

header .left-nav a {
	text-decoration: none;
	font-size: clamp(0.75rem, 0.729vw, 0.729vw);
	line-height: 1;
	border-radius: clamp(0.7rem, 1.042vw, 1.042vw);
	font-family: var(--inter-font);
	font-weight: 700;
	text-transform: uppercase;
	color: var(--dark-green);
	padding: 0.5rem clamp(1rem, 1.406vw, 1.406vw);
	transition: 0.3s;
}

header .left-nav a:hover {
	color: var(--green);
}

header .left-nav {
	display: flex;
	align-items: center;
}

header .left-nav .menu-logo {
	width: clamp(75px, 5.25vw, 5.25vw);
	height: fit-content;
	display: flex;
	padding: 0;
	padding-left: 1rem;
	padding-right: 1.3rem;
	margin-right: 0.6rem;
	border-right: 2px solid #cad5c7;
	border-radius: 0;
}

header .left-nav .menu-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

header nav .right-nav {
	display: flex;
	align-items: center;
	gap: 1.6rem;
}

header nav .right-nav > span {
	font-family: var(--inter-font);
	font-size: clamp(0.4rem, 1.042vw, 1.042vw);
	font-weight: 400;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 0;
	color: var(--grey);
}

header .mobile-nav {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	padding: 1rem 2rem 1rem 2rem;
	background: var(--white);
	border-radius: 0 0 clamp(1rem, 1.042vw, 1.042vw) clamp(1rem, 1.042vw, 1.042vw);
	gap: 0.7rem;
	width: 220px;
	margin-left: auto;
	transition: 0.45s;
}

header .mobile-nav a:not(.green-button) {
	font-size: 1rem;
	font-weight: 600;
	color: var(--dark-green);
	text-transform: uppercase;
	text-align: right;
}

header .mobile-nav a.green-button {
	margin-top: 1rem;
}

header .mobile-nav:not(.active) {
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

header .mobile-nav.active {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

header .burger-menu {
	position: relative;
	width: 45px;
	height: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-right: 1.6rem;
}

header .burger-menu span {
	position: relative;
	display: inline-flex;
	width: 100%;
	height: 2px;
	background: var(--dark-green);
	transition: 0.45s;
}

header nav:has(> .mobile-nav.active) .burger-menu span:first-child {
	transform: translate(0%, 3px) rotate(45deg) scaleX(0.8);
}

header nav:has(> .mobile-nav.active) .burger-menu span:last-child {
	transform: translate(0%, -3px) rotate(-45deg) scaleX(0.8);
}

.white-button,
.green-button {
	position: relative;
	display: flex;
	width: fit-content;
	text-decoration: none;
	font-size: clamp(0.75rem, 0.729vw, 0.729vw);
	padding: clamp(1rem, 1.458vw, 1.458vw) clamp(1.35rem, 1.979vw, 1.979vw);
	line-height: 1;
	border-radius: clamp(0.7rem, 1.042vw, 1.042vw);
	font-family: var(--inter-font);
	font-weight: 700;
	text-transform: uppercase;
	color: var(--dark-green);
	overflow: hidden;
}

.white-button {
	background: var(--white);
}

.green-button {
	background: var(--green);
}

.white-button,
.white-button span {
	color: var(--dark-green);
}

.green-button,
.green-button span {
	color: var(--white);
}

.white-button span,
.green-button span {
	transition: 0.2s;
}

.white-button:before {
	content: "+";
	position: absolute;
	top: 10%;
	right: 8%;
	font-size: inherit;
	color: var(--green);
	transition: 0.5s;
	z-index: 0;
	pointer-events: none;
}

.green-button:before {
	content: "+";
	position: absolute;
	top: 10%;
	right: 8%;
	font-size: inherit;
	color: var(--white);
	transition: 0.5s;
	z-index: 0;
	pointer-events: none;
}

.white-button span,
.green-button span {
	position: relative;
	z-index: 1;
}

.white-button:hover span {
	color: var(--white) !important;
}

.green-button:hover span {
	color: var(--green) !important;
}

.white-button:hover:before,
.green-button:hover:before {
	transform: scale(80) rotate(90deg);
	top: 40%;
	opacity: 0.8;
}

a {
	text-decoration: none;
}

section.home-banner {
	background: url(/wp-content/uploads/2025/02/home-banner-background.webp) center center no-repeat;
	background-size: cover;
	aspect-ratio: 1920 / 1080;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-left: clamp(30px, 7.292vw, 7.292vw);
}

.home-banner .left {
	max-width: clamp(400px, 44.427vw, 44.427vw);
}

.home-banner .right {
	position: absolute;
	bottom: 0;
	right: -5%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: end;
	pointer-events: none;
}

.home-banner .right img {
	height: 100%;
	object-fit: contain;
}

/* Our Services Section */
.our-service-section {
	padding: clamp(40px, 4.167vw, 4.167vw) clamp(30px, 7.292vw, 7.292vw) clamp(80px, 7.292vw, 7.292vw);
	display: flex;
}

.our-service-section > div {
	flex: 1;
}

.our-service-section .right {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.our-service-section .right .service {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc((100% / 2) - (1rem) - (14px * 2));
	border: 1px solid #cad5c7;
	border-radius: 1rem;
	padding: 1rem;
	gap: clamp(1.4rem, 2vw, 2vw);
}

.our-service-section .right .service .image-holder img {
	padding: clamp(0.8rem, 0.833vw, 0.833vw);
	border: 1px solid #cad5c7;
	border-radius: 100%;
	margin-bottom: 0.4rem;
	aspect-ratio: 1;
}

.our-service-section .right .service img {
	width: clamp(30px, 1.604vw, 1.604vw);
	aspect-ratio: 1;
	height: auto;
	object-fit: contain;
}

.our-service-section .right .service h3 {
	font-size: clamp(1rem, 1.25vw, 2.25vw);
	font-family: var(--inter-font);
	color: var(--dark-green);
	font-weight: 600;
	margin: 0;
}

/* About Section */
.about-section {
	background-size: cover !important;
	display: flex;
	justify-content: space-between;
	margin: 0 clamp(1rem, 1.458vw, 1.458vw);
	align-items: center;
	padding: clamp(55px, 4.167vw, 4.167vw) clamp(80px, 13.021vw, 13.021vw);
	border-radius: clamp(1rem, 1.042vw, 1.042vw);
	margin-top: clamp(40px, 4.167vw, 4.167vw);
	margin-bottom: clamp(40px, 4.167vw, 4.167vw);
}

.about-section .left {
	max-width: clamp(300px, 25vw, 25vw);
	color: var(--white);
}

.about-section .left p {
	color: var(--white);
}

.about-section .right {
	display: flex;
}

.about-section .right img {
	width: clamp(180px, 15.625vw, 15.625vw);
	height: fit-content;
	aspect-ratio: 300 / 410;
	object-fit: cover;
	border-radius: clamp(1rem, 1.042vw, 1.042vw);
	position: relative;
}

.about-section .right img:first-child {
	margin-bottom: 4rem;
	transform: translate(10%, 0);
}

.about-section .right img:last-child {
	margin-top: 3rem;
	transform: translate(-10%, 0);
}

/* Top Banner */
.top-banner-section {
	background-size: cover !important;
	padding: clamp(120px, 14.063vw, 14.063vw) clamp(30px, 5.729vw, 5.729vw) clamp(40px, 4.167vw, 4.167vw);
	margin: 0 1.042vw;
	border-radius: 0 0 clamp(1rem, 1.042vw, 1.042vw) clamp(1rem, 1.042vw, 1.042vw);
	overflow: hidden;
}

section.top-banner-section:not(.has-title) {
	padding: clamp(120px, 14.063vw, 14.063vw) 0;
}

.top-banner-section h1 {
	position: relative;
	z-index: 1;
}

.top-banner-section.has-title:before {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #044029, transparent);
	display: block;
	z-index: 0;
}

/* Description Section */
.description-section {
	display: flex;
	padding: clamp(55px, 4.688vw, 4.688vw) clamp(30px, 14.583vw, 14.583vw);
}

.description-section > div {
	width: 50%;
}

.description-section .left h3 {
	max-width: 88% !important;
	display: block;
	position: relative;
}

.description-section .right p {
	color: var(--grey);
}

/* Image Carousel Section  */
.image-carousel-section {
	padding: clamp(40px, 4.167vw, 4.167vw) 0;
}

.image-carousel-section .to-left-row {
	display: inline-flex;
}

.image-carousel-section .to-left-row .inner {
	display: inline-flex;
	/* padding-right: clamp(1rem, 1.563vw, 1.563vw); */
	animation: toLeftAnim 26s linear infinite;
}

.image-carousel-section .to-left-row .inner img {
	aspect-ratio: 960 / 680;
	object-fit: cover;
	width: clamp(260px, 50vw, 50vw);
	margin-right: clamp(1rem, 1.563vw, 1.563vw);
	border-radius: clamp(1rem, 1.042vw, 1.042vw);
	overflow: hidden;
	display: flex;
}

/* Team Page */
.team-page .description-section {
	display: flex;
	flex-direction: column;
	text-align: center;
	max-width: clamp(400px, 34.854vw, 34.854vw);
	margin: auto;
}

.team-page .description-section h3 {
	font-size: clamp(28px, 2.083vw, 2.083vw);
	font-family: var(--inter-font);
	font-weight: 300;
	max-width: 60%;
	margin: auto;
	margin-bottom: 1rem;
	line-height: 1.15;
}

/* Staff Section */
.staff-section {
	padding: 0 clamp(30px, 7.292vw, 7.292vw) clamp(40px, 3.125vw, 3.125vw);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.staff-section img {
	aspect-ratio: 525 / 645;
	width: calc((100% / 3) - (2rem / 3));
	border-radius: clamp(1rem, 1.042vw, 1.042vw);
	overflow: hidden;
	background: #f3faf2;
	object-fit: contain;
}

/* Services Section */
.services-section {
	padding: clamp(40px, 4.167vw, 4.167vw) 0;
}

.services-section .individual-service {
	aspect-ratio: 1750 / 800;
	background-size: cover !important;
	overflow: hidden;
	margin: 0 4.427vw;
	border-radius: clamp(1.2rem, 1.458vw, 1.458vw);
	padding: clamp(1rem, 1.25vw, 1.25vw);
	display: flex;
	margin-bottom: clamp(1rem, 1.563vw, 1.563vw);
	transition: 0.3s;
}

.services-section .individual-service:not(> .active) {
	backdrop-filter: blur(10px);
}

.services-section .individual-service:nth-child(odd) {
	justify-content: flex-start;
}

.services-section .individual-service:nth-child(even) {
	justify-content: flex-end;
}

.services-section .individual-service .inner-content .icon {
	display: flex;
	margin-bottom: 1.2rem;
}

.services-section .individual-service .inner-content {
	display: flex;
	flex-direction: column;
	max-width: clamp(400px, 28vw, 28vw);
	background: var(--white);
	padding: clamp(1.5rem, 3.125vw, 3.125vw) clamp(1.2rem, 2.708vw, 2.708vw);
	border-radius: clamp(1rem, 1.042vw, 1.042vw);
	transition: 0.45s;
	opacity: 0;
}

.services-section .individual-service:nth-child(odd) .inner-content {
	transform: translateX(-20%);
}

.services-section .individual-service:nth-child(even) .inner-content {
	transform: translateX(20%);
}

.services-section .individual-service .inner-content.active {
	opacity: 1;
	transform: none;
}

.services-section .individual-service .inner-content .content h5 {
	max-width: 60%;
}

.services-section .individual-service .inner-content .icon {
	display: flex;
	margin-bottom: 1.2rem;
	width: fit-content;
	padding: clamp(1rem, 1.042vw, 1.042vw);
	aspect-ratio: 1;
	border: 2px solid #0000001a;
	border-radius: 100%;
}

.services-section .individual-service .inner-content .icon img {
	width: clamp(30px, 2.083vw, 2.083vw);
	height: clamp(30px, 2.083vw, 2.083vw);
	object-fit: contain;
	aspect-ratio: 1;
}

/* Map Section */
.map-section {
	padding: clamp(40px, 3.125vw, 3.125vw) 0 !important;
}

.map-section iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 500;
	border: 0;
}

/* Contact Page */
.contact-section {
	display: flex;
	padding: clamp(40px, 4.167vw, 4.167vw) clamp(30px, 7.292vw, 7.292vw);
}

.contact-section .address-holder {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.contact-section .address-holder .inner {
	display: flex;
}

.contact-section .contact-holder {
	width: 30%;
}

.contact-section .video-holder {
	width: 20%;
}

.contact-section .video-holder {
	aspect-ratio: 340 / 600;
	overflow: hidden;
	border-radius: clamp(1.2rem, 1.042vw, 1.042vw);
}

.contact-section .video-holder video.custom-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-holder {
	position: relative;
	width: 100%;
	max-width: 800px; /* Adjust as needed */
	margin: 0 auto;
	overflow: hidden;
	border-radius: 10px;
	cursor: pointer;
}

.custom-video {
	width: 100%;
	display: block;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--white);
	border: none;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	cursor: pointer;
	transform-origin: 12.5% 0%;
	transition: 0.3s;
	pointer-events: none;
}

.play-button:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
	width: 1rem;
	height: 1rem;
	background: var(--green);
	clip-path: polygon(0 0, 0% 100%, 75% 50%);
	margin: auto;
	transform: translate(15%, 5%);
	transform-origin: center;
	transition: 0.3s;
}

.play-button:hover {
	scale: 1.25;
}

.contact-section h4 {
	font-size: clamp(24px, 2.083vw, 2.083vw);
	margin-bottom: clamp(1.6rem, 2.083vw, 2.083vw);
	font-weight: 400;
	color: var(--dark-green) !important;
}

.contact-section .contact-holder h4 {
	margin-bottom: clamp(1rem, 1.406vw, 1.406vw);
}

.contact-section p {
	font-size: clamp(14px, 1.042vw, 1.042vw);
	line-height: 1.25;
}

.contact-section .address-holder .inner > div {
	width: 50%;
}

.contact-section .address-holder h5 {
	font-size: clamp(12px, 0.833vw, 0.833vw);
	text-transform: uppercase;
	font-weight: 700;
	color: #707170;
	margin-bottom: 0.75rem;
}

.contact-section .address-holder .operating-hour .inner > * {
	margin: 0;
	flex: 1;
}

.contact-section .address-holder .operating-hour .inner p:first-child {
	border-right: 1px solid black;
}

.contact-section .address-holder .operating-hour .inner p:first-child {
	border-right: 2px solid #0000001a;
	width: 35%;
	padding-right: 0rem;
	margin-right: 2rem;
	font-weight: 500;
	color: var(--dark-green);
}

.contact-section .icon {
	padding: 1rem;
	border: 2px solid #c3c3c3;
	width: fit-content;
	border-radius: 100%;
	aspect-ratio: 1;
	display: flex;
	place-content: center;
	margin-bottom: 1rem;
}

.contact-section .icon img {
	aspect-ratio: 1;
	width: clamp(20px, 1.302vw, 1.302vw);
	height: auto;
}

/* Testimonial Carousel Section */
.testimonial-carousel-section {
	padding: clamp(55px, 4.167vw, 4.167vw) 0;
}

.testimonial-carousel-section .testimonials-carousel {
	display: inline-flex;
}

.testimonial-carousel-section h2 {
	font-size: clamp(33px, 3.125vw, 3.125vw);
	text-align: center;
}

.testimonial-carousel-section .testimonials-carousel .inner {
	display: inline-flex;
	width: max-content;
	animation: toLeftAnim 26s linear infinite;
}

.testimonial-carousel-section .testimonial-item {
	display: flex;
	flex-direction: column;
	border-radius: clamp(1.4rem, 1.563vw, 1.563vw);
	background: var(--soft-green);
	padding: clamp(1.2rem, 1.354vw, 1.354vw) clamp(1.6rem, 2.083vw, 2.083vw);
	margin-right: clamp(1.2rem, 1.979vw, 1.979vw);
	max-width: clamp(330px, calc(22.65vw - (clamp(1.6rem, 2.083vw, 2.083vw) * 2)), calc(22.65vw - (clamp(1.6rem, 2.083vw, 2.083vw) * 2)));
	width: 100%;
}

.testimonial-carousel-section .testimonial-item .testimonial-description {
	flex-grow: 1;
}

.testimonial-carousel-section .testimonial-item .testimonial-avatar {
	display: flex;
	align-items: center;
	gap: clamp(1.2rem, 1.042vw, 1.042vw);
	margin-bottom: clamp(1rem, 1.563vw, 1.563vw);
}

.testimonial-carousel-section .testimonial-item .testimonial-avatar h3 {
	font-size: clamp(14px, 0.833vw, 0.833vw);
	font-weight: 600;
	font-family: var(--inter-font);
	margin: 0;
	color: #9b9b9b;
	text-transform: uppercase;
}

.testimonial-carousel-section .testimonial-item .testimonial-avatar img {
	width: clamp(40px, 3.49vw, 3.49vw);
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 100%;
	background: #7170701c;
}

/* Information Page */
section.info-description-section {
	padding: clamp(100px, 6.25vw, 6.25vw) clamp(30px, 7.292vw, 7.292vw);
}

section.info-description-section h3 {
	font-size: clamp(22px, 2.083vw, 2.083vw);
	margin-bottom: 3rem;
}

/* Treatment Result */
.treatment-result-section {
	display: flex;
	padding: 0 clamp(30px, 7.292vw, 7.292vw);
}

.treatment-result-section h2 {
	flex: 1;
}

.treatment-result-section .right-container {
	flex: 3;
}

.treatment-result-section .results-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1rem, 2.448vw, 2.448vw);
	margin-bottom: clamp(1.5rem, 2.604vw, 2.604vw);
}

.treatment-result-section .results-container .result-holder {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 1.51vw, 1.51vw);
	height: fit-content;
}

.treatment-result-section .results-container .result-holder p {
	margin: 0;
	font-size: clamp(18px, 1.25vw, 1.25vw);
	color: var(--dark-green);
	font-weight: 500;
}

.treatment-result-section .results-container .result-holder .icon {
	padding: clamp(0.85rem, 0.833vw, 0.833vw);
	border: 1px solid #1c512b36;
	display: flex;
	border-radius: 100%;
}

.treatment-result-section .results-container .result-holder .icon img {
	width: clamp(1.4rem, 1.502vw, 1.502vw);
	aspect-ratio: 1;
	object-fit: contain;
}

.treatment-result-section .right-container .description {
	font-size: clamp(0.65rem, 0.833vw, 0.833vw);
	max-width: 88%;
}

/* Testimonial Listing */
.testimonial-list {
	display: flex;
	flex-direction: column;
	gap: clamp(1.2rem, 1.354vw, 1.354vw);
	padding: clamp(55px, 4.167vw, 4.167vw) clamp(30px, 14.583vw, 14.583vw);
}

.testimonial-list .testimonial-list-item {
	background: var(--soft-green);
	border-radius: clamp(1.4rem, 1.354vw, 1.354vw);
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: clamp(2rem, 3.646vw, 3.646vw) clamp(1.8rem, 8.854vw, 8.854vw) clamp(2rem, 3.646vw, 3.646vw) clamp(1.8rem, 4.167vw, 4.167vw);
}

.testimonial-list .testimonial-list-item .testimonial-avatar {
	border-radius: 100%;
	flex: 1;
	display: flex;
	align-items: center;
}

.testimonial-list .testimonial-list-item .testimonial-avatar img {
	width: clamp(100px, 7.813vw, 7.813vw) !important;
	height: clamp(100px, 7.813vw, 7.813vw) !important;
	aspect-ratio: 1;
	object-fit: cover;
}

.testimonial-list .testimonial-list-item .testimonial-description {
	flex: 2;
	color: #292929;
	margin: 0;
}

/* Footer */
footer {
	display: flex;
	align-items: center;
	padding: clamp(0.6rem, 1.042vw, 1.042vw) clamp(30px, 7.292vw, 7.292vw) clamp(20px, 2.604vw, 2.604vw);
}

footer > * {
	flex: 1;
}

footer .footer-logo-container {
	display: flex;
	justify-content: center;
}

footer .footer-logo-container img {
	width: clamp(100px, 9.375vw, 9.375vw);
	object-fit: contain;
}

footer .copy-right {
	font-size: clamp(0.8rem, 0.833vw, 0.833vw) !important;
	margin-bottom: 0.8rem;
	text-align: right;
	color: #707170;
	align-self: end;
}

footer .copy-right a {
	color: inherit;
	text-decoration: underline;
}

.social-container {
	display: flex;
	gap: 1rem;
}

footer .social-container a {
	border: 1px solid #9b9b9b;
	border-radius: 100%;
	padding: clamp(0.85rem, 0.833vw, 0.833vw);
	aspect-ratio: 1;
	width: fit-content;
	display: flex;
}

footer .social-container a img {
	width: clamp(1.4rem, 1.502vw, 1.502vw);
	height: auto;
	aspect-ratio: 1;
}

/* Animation */
.fade-anim {
	transition: 0.65s;
}

.fade-anim:not(.active) {
	opacity: 0;
	transform: translateY(1.5rem);
}

.fade-anim.active {
	opacity: 1;
	transform: none;
}

@keyframes toLeftAnim {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@media (max-width: 1140px) {
	/* Services Page */
	.services-section .individual-service {
		aspect-ratio: 1750 / 960;
	}
}

@media (min-width: 970px) {
	.services-section .individual-service .view-more-button {
		display: none !important;
	}
}

@media (max-width: 969px) {
	.home-banner {
		flex-direction: column;
		aspect-ratio: 969 / 640 !important;
		justify-content: flex-start;
		padding-top: 100px;
		align-items: flex-start !important;
	}

	.home-banner .right {
		width: 65%;
		display: flex;
		align-items: flex-end;
	}

	.home-banner .right img {
		height: 100%;
		width: 100%;
		object-fit: contain;
		display: flex;
		object-position: bottom;
	}

	/* About Section */
	section.about-section {
		padding-left: 60px;
		padding-right: 60px;
		gap: 1rem;
	}

	/* Contact Page */
	.contact-section {
		flex-wrap: wrap;
		gap: 2.4rem;
	}

	.contact-section .address-holder {
		width: 100%;
	}

	.contact-section .contact-holder,
	.contact-section .video-holder {
		width: 40%;
	}

	/* Services Page */
	.services-section .individual-service .inner-content {
		flex-direction: row;
	}

	.services-section .individual-service .inner-content .content p {
		display: none;
	}

	.services-section .individual-service .inner-content .icon {
		height: 30px;
		width: 30px;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.services-section .individual-service .inner-content {
		height: fit-content;
		margin-top: 0;
		gap: 2rem;
	}

	.services-section .individual-service {
		align-items: flex-end;
	}

	.services-section .individual-service .inner-content .content h5 {
		max-width: 100%;
	}

	.services-section .individual-service:nth-child(odd) {
		justify-content: flex-end;
		align-items: flex-start;
		flex-direction: column;
		gap: 1rem;
	}

	.services-section .individual-service:nth-child(even) {
		flex-direction: column;
		gap: 1rem;
	}

	section.treatment-result-section {
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.burger-menu,
	.mobile-nav {
		display: none !important;
	}
}

@media (max-width: 767px) {
	/* Header */
	header {
		margin: 0 10px;
	}

	header .left-nav .menu-logo {
		border: none !important;
	}

	header nav {
		padding: 0.55rem 0.65rem;
	}

	header nav > .right-nav ,
	header nav .left-nav a:not(.menu-logo) {
		display: none;
	}

	/* General */
	section {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	/* About Section */
	section.about-section {
		flex-direction: column;
		align-items: flex-start;
	}

	.about-section .left {
		max-width: 100%;
	}

	.about-section .right {
		align-self: flex-end;
	}

	/* Service Section */
	.our-service-section {
		flex-direction: column;
		gap: 2.2rem;
	}

	/* About Page */
	section.description-section {
		flex-direction: column;
		gap: 0.55rem;
	}

	.description-section > div {
		width: 100%;
	}

	/* Testiomonial Page */
	.testimonial-list {
		padding-left: 60px;
		padding-right: 60px;
	}

	/* Contact Page */
	.map-section iframe {
		aspect-ratio: 767 / 420;
	}

	/* Services Page */
	.services-section {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.treatment-result-section .results-container {
		grid-template-columns: repeat(2, 1fr);
	}

	.services-section .individual-service {
		margin: 0 0 1rem;
	}

	.services-section .individual-service .inner-content h3 {
		font-size: 26px;
		margin-bottom: 0.4rem;
	}

	.services-section .individual-service .inner-content .content h5 {
		font-size: 0.95rem;
		margin-bottom: 0;
	}

	.services-section .individual-service .inner-content .icon {
		height: 20px;
		width: 20px;
	}
	.services-section .individual-service .inner-content .icon img {
		height: 23px;
		width: 23px;
	}
}

@media (max-width: 565px) {
	.top-banner-section {
		padding-top: 180px !important;
	}

	/* Home Page */
	.home-banner {
		aspect-ratio: unset !important;
		padding: 90px 30px 0;
	}

	.home-banner h1 {
		font-size: 50px;
	}

	.home-banner .right {
		position: relative;
		width: 100%;
		right: 0;
	}

	/* Team Page */
	.staff-section img {
		width: calc((100% / 2) - (1rem / 2));
	}

	/* Testiomonial Page */
	.testimonial-list {
		padding-left: 30px;
		padding-right: 30px;
	}

	.testimonial-list .testimonial-list-item {
		flex-direction: column;
		gap: 1.2rem;
	}

	/* Contact Page */
	.contact-section .address-holder .inner {
		flex-direction: column;
		gap: 1rem;
	}

	.contact-section .address-holder .inner > div {
		width: 100%;
	}

	.contact-section .operating-hour .inner {
		flex-direction: row !important;
	}

	/* Services Page */
	.treatment-result-section .results-container .result-holder {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.services-section .individual-service {
		margin: 0 0 1rem;
		aspect-ratio: 480 / 440;
	}

	/* Footer */
	footer {
		flex-direction: column;
	}

	footer > * {
		flex: unset;
	}

	footer .social-container {
		width: 100%;
		flex: unset;
		order: 1;
		justify-content: center;
		margin-bottom: 1rem;
	}

	footer .social-container a {
		padding: 0.7rem;
	}

	footer .social-container a img {
		width: 15px;
	}

	footer .footer-logo-container {
		order: 0;
		display: flex;
		width: 100%;
		margin-bottom: 1rem;
	}

	footer .footer-logo-container img {
		width: 85px;
	}

	footer .copy-right {
		width: 100%;
		order: 2;
		text-align: center;
	}
}

@media (max-width: 480px) {
	/* About Section */
	.about-section .right img {
		width: 120px;
	}

	section.about-section {
		padding: 1.5rem 1.3rem;
		gap: 2.5rem;
	}

	/* Service Section */
	.our-service-section .right .service {
		width: 100%;
	}

	/* Contact Page */
	.contact-section .contact-holder,
	.contact-section .video-holder {
		width: 100%;
	}

	.map-section iframe {
		aspect-ratio: 480 / 360;
	}

	/* Team Page */
	.team-page .description-section h3 {
		max-width: unset !important;
	}

	.staff-section img {
		width: 100%;
	}

	/* Testimonial Page */
	.testimonial-list {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Information Section */
	ul,
	ol {
		padding: 1rem;
	}

	ol ul {
		padding-left: 1rem;
	}
}

.custom-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	z-index: 100;
}

.custom-popup.active {
	opacity: 1;
	visibility: visible;
}

.popup-content {
	background: #fff;
	padding: 20px;
	max-width: 600px;
	width: 85vw;
	border-radius: 10px;
	position: relative;
	text-align: center;
}

.close-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

.popup-inner-content .icon img {
	max-width: 80px;
}

.popup-inner-content h3 {
	margin-top: 10px;
	font-size: 30px;
}

.popup-inner-content p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5;
}
