@charset "utf-8";
/* CSS Document */

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
}

/* Burger Menu */
#menuToggle {
  display: block;
  position: relative;
  top:14px;  /* burger position */
  left:0px;
    z-index: 1;
    -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #fff; /* list colour */
    transition: color 0.3s ease;
}
#menuToggle li {
  text-decoration: none;
  color: #fff; /* list colour */
    transition: color 0.3s ease;
}
#menuToggle a:hover {
  color:#666; 
}
#menuToggle input {
  display: block;
  width: 50px;
  height: 36px;
  position: absolute;
  top: -10px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
   -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom:7px;
  position: relative;
  background: #fff; /* burger colour */
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-4px, -4px);
  background:#fff; /* X colour */
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0px, -3px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: 300px;
  height:auto;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  opacity: 1;
  background: #d4af36; /* menu bg colour */
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
  font-family: 'Nunito', sans-serif;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}
 /* Burger Menu */
#mc_embed_signup{
	background:#fff; 
		false;clear:left; 
		width:100%;
		height:auto;
		}
#mc_embed_shell h2 {
	color:#d4af36;
	font-size:30px;
	font-family: 'Crimson Text', serif;
	font-weight:100;
}
/* Gold #d4af36  */

/* W1.................................................MOB */	

.w1 {
	width:100%;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
}
.w1-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:20px;
		padding-right:20px;
	font-family: 'Nunito', sans-serif;	
}
.w1-logo {
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/logo.png);
	background-size:contain;
	background-repeat:no-repeat;
	width:250px;
	height:60px;
	margin-top:20px;
}
.w1-contacts {
	display:none;
	width:350px;
	float:right;
	text-align:right;
	color:#555;
	font-size:18px;
	line-height:28px;
	transition:0.5s;
	margin-top:10px;
}
.w1-contacts a:hover {
	color:#d4af36;
	transition:0.5s;
}
.w1-book {
	float:right;
	width:140px;
	height:30px;
	margin-top:7px;
	border-radius:20px;
	border-color:#d4af36;
	border-style:solid;
	border-width:medium;
	background-color:#d4af36;
	color:#fff;
	line-height:30px;
	font-size:20px;
	text-align:center;
	transition:0.5s;
	margin-top:20px;
}
.w1-book:hover {
	float:right;
	background-color:#fff;
	color:#d4af36;
	transition:0.5s;
}
/* W2.................................................MOB */	

.w2 {
	width:100%;
	height:50px;
	background-color:#d4af36;
	position: sticky;
        top: 0px;
		z-index:1;
}
.w2-content {
	max-width:1200px;
	margin:0 auto;
		padding-left:20px;
		padding-right:20px;
	
}
.w2-burger {
	float:left;
	position:absolute;
	z-index:1;
	max-width:100px;
}

.w2-book {
	float:right;
	width:120px;
	height:30px;
	margin-top:7px;
	border-radius:20px;
	border-color:#fff;
	border-style:solid;
	border-width:medium;
	color:#fff;
	line-height:30px;
	font-size:20px;
	text-align:center;
	transition:0.5s;
}
.w2-book:hover {
	float:right;
	background-color:#fff;
	color:#d4af36;
	transition:0.5s;
}
.w2-menu {
	display:none;
	text-align:left;
	float:left;
}
.w2-menu a {
	font-family: 'Nunito', sans-serif;
	color:#fff;
	padding-right:16px;
	line-height:50px;
	transition:0.5s;
	font-size:13px;
}
.w2-menu a:hover {
	color:#555;
	transition:0.5s;
}
.dropdown {
  position: relative;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
	color:#fff;
	transition:0.5s;
}
.dropdown2 {
  position: relative;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
	color:#fff;
	transition:0.5s;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #d4af36;
  width:100%;
  min-width:230px;
  padding-left:10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown2:hover .dropdown-content {
  display: block;
}
/* W3.................................................MOB */	

.w3 {
	width:100%;
	height:auto;
	min-height:400px;
	background-size:cover;
	display: flex;
  align-items: center;
}
.w3-content {
	max-width:700px;
	margin:0 auto;
	overflow:hidden;
		padding-left:20px;
		padding-right:20px;
}
.w3 h1 {
	font-family: 'Crimson Text', serif;
	text-align:center;
	color:#fff;
	font-size:50px;
	font-weight:100;
	margin-bottom:0;
}
.w3 p {
	font-family: 'Nunito', sans-serif;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:28px;
}
/* W4.................................................MOB */	

.w4 {
	width:100%;
	height:auto;
	padding-bottom:40px;
}
.w4-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:20px;
		padding-right:20px;
	font-family: 'Nunito', sans-serif;
}
.w4 h2 {
	font-family: 'Crimson Text', serif;
	color:#d4af36;
	font-size:46px;
	font-weight:100;
	text-align:left;
}
.w4 h3 {
	font-family: 'Crimson Text', serif;
	color:#d4af36;
	font-size:38px;;
	font-weight:100;
	margin-bottom:0px;
	text-align:left;
}
.w4 h4 {
	font-family: 'Crimson Text', serif;
	color:#d4af36;
	font-size:26px;
	margin-bottom:0px;
	text-align:left;
	font-weight:100;
}
.w4 p,li {
	font-family: 'Nunito', sans-serif;
	color:#555;
	font-size:18px;
	line-height:28px;
	text-align:left;
}
.w4 a:hover {
	color:#d4af36;
}
.w4-left {
	text-align:center;
}
.w4-right {
	margin-top:40px;
}
.w4-form {
	width:100%;
	height:auto;
	overflow:hidden;
font-family: 'Nunito', sans-serif;
}
.w4-form p {
	font-size:17px;
	text-align:left;
	color:#555;
	margin-bottom:10px;
}
.w4-form input {
	width: 95%;
  height:30px;
  margin-bottom:5px;
    font-size:13px;
	border-color:#999;
	border-style:solid;
	border-width:thin;
	border-radius:5px;
}
.w4-form textarea {
  width: 95%;
  height:60px;
  margin-bottom:8px;
  font-size:13px;
  border-color:#999;
  border-style:solid;
	border-width:thin;
	border-radius:5px;
}
.w4-form input[type=submit] {
	float:left;
  width: 80px;
  height:40px;
  border-radius: 25px;
  margin-top:20px;
  line-height:30px;
  background-color:#d4af36;
  border-color:#d4af36;
  border-style:solid;
	border-width:thin;
	font-size:17px;
	font-family: 'Nunito', sans-serif;
	color:#fff;
	transition:0.5s;
	justify-content:left;
 }
 .w4-form input[type=submit]:hover {
  background-color:#fff;
  border-color:#d4af36;
	color:#d4af36;
	transition:0.5s;
 }

.gallery {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.gallery img {
	margin:10px;
}

.treatment-container {
	 margin-bottom:40px;
	 width:100%;
	 height:auto;
	 overflow:hidden;
  transition:0.5s;
  
 }
  .treatment-container:hover {
	  opacity:0.7;
  transition:0.5s;
 }
 .treatment-image {
 }
 .treatment-image img {
	 max-width:200px;
 } 
 .treatment-text {
	font-family: 'Montserrat', sans-serif;
	
	margin-top:10px;
 } 
 .treatment-text h4 { 
 font-size:26px;
 font-weight:500;
 color:#555;
 text-align:center !important;
 }
 .treatment-text p { 
 font-size:18px;
 line-height:28px;
 font-weight:500;
 color:#555;
 text-align:center !important;
 } 
  .treatment-text:hover h4 { 
 transition:0.5s;
 color:#d4af36;
 }
 .treatment-text:hover p { 
 transition:0.5s;
 color:#d4af36;
 }

/* .......................MODAL........................ */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
/* .......................MODAL........................ */




/* .......................REVIEWS........................ */

/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 20%;
  box-sizing:border-box;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8;
  cursor: pointer;
}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container {
  position: relative;
  display: none;
}

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}
/* .......................REVIEWS........................ */




/* W5.................................................MOB */	

.w5 {
	width:100%;
	height:auto;
	background-color:#d4af36;
	padding-top:30px;
}
.w5-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Nunito', sans-serif;
	text-align:center;
}
.w5-left {
}
.w5-cen {
}
.w5-right {
}
.w5 h5 { 
 font-size:24px;
 font-weight:500;
 color:#fff;
 margin:0px;
 }
 .w5 p { 
 font-size:18px;
 line-height:28px;
 color:#fff;
 transition:0.5s;
 }
  .w5 a:hover { 
 color:#555;
 transition:0.5s;
 }
/* W6.................................................MOB */	

.w6 {
	width:100%;
	height:auto;
}
.w6-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Nunito', sans-serif;
}

/* W6...........CRYOPEN B/A............................MOB */	
.before-after-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* Maximum width limit */
    height: auto;
    aspect-ratio: 2 / 1; /* Maintain a responsive 2:1 aspect ratio */
    overflow: hidden;
    margin-bottom: 15px;
}

/* Optional: media query for smaller screens */
@media (max-width: 600px) {
    .before-after-container {
        max-width: 100%; /* Full width on small screens */
        aspect-ratio: 1 / 1; /* Square aspect ratio for mobile */
    }
}
.before-after-wrapper h3 {
	margin-bottom:15px;
}
.before-after-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.before-image, .after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.after-image {
    clip-path: inset(0 50% 0 0); /* Shows only half of the image initially */
}
.slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 5px; /* Adjust slider width */
    height: 100%;
    background-color: #ffffff; /* Middle line colour */
    cursor: ew-resize;
}

.handle {
    position: absolute;
    top: 50%;
    left: -22px; /* Adjust handle position as needed */
    width: 40px;
    height: 40px;
    background-color:transparent; /* Circle background colour */
    border-radius: 50%;
	border-color:#fff;
	border-style:solid;
	border-width:5px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: ew-resize;
}
.left-arrow, .right-arrow {
    position: absolute;
    width: 6px; /* Adjust arrow thickness */
    height: 6px; /* Adjust arrow thickness */
    border-top: 4px solid #fff; /* Arrow colour */
    border-right: 4px solid #fff;
}

.left-arrow {
    transform: rotate(-135deg);
    left: 5px; /* Adjust positioning within the handle */
}

.right-arrow {
    transform: rotate(45deg);
    right: 5px; /* Adjust positioning within the handle */
}
.hover-label {
    position: absolute;
    color: #ffffff;
    font-size: 1.2em;
    padding: 5px 10px;
    display: none;
}

.before-label {
    top: 50%;
    left: 15px;
	padding:10px;
	background-color:#222;
	border-radius:5px;
	font-family: 'Nunito', sans-serif;
}

.after-label {
    top: 50%;
    right: 15px;
	padding:10px;
	background-color:#222;
	border-radius:5px;
	font-family: 'Nunito', sans-serif;
}

.before-after-container:hover .before-label,
.before-after-container:hover .after-label {
    display: block;
}

@media only screen and (min-width: 400px) {
	.w1-logo {
	background-image:url(../images/logo-350.png);
	width:350px;
	height:80px;
}
.w3 h1 {
	font-size:56px;
}
}

@media only screen and (min-width: 500px) {
.w3 h1 {
	font-size:66px;
}
}

@media only screen and (min-width: 700px) {

.w5-content {
	text-align:center;
}  
 .w5-left {
	 float:left;
	 width:33%;
}
 .w5-cen {
	 float:left;
	 width:33%;
}
.w5-right {
	float:left;
	 width:33%;
}
}

@media only screen and (min-width: 800px) {


.w4-left {
	float:left;
	width:60%;
	box-sizing:border-box;
	text-align:left;
}
.w4-right {
	float:right;
	width:35%;
	box-sizing:border-box;
}

.w3 h1 {
	font-size:80px;
}

 .treatment-container {
	 display: flex;
  align-items: center;
 }
 .treatment-image {
	 float:left;
	 width:40%;
	 box-sizing:border-box;
	 padding-right:20px;
 }
 .treatment-text {
	float:right;
	width:60%;
	box-sizing:border-box;
	text-align:left;
 }
  .treatment-text h4 { 
 text-align:left !important;
 }
 .treatment-text p { 
 text-align:left !important;
 } 

}
@media only screen and (min-width: 900px) {
			.w1-logo {
		float:left;
		margin-top:40px;
}
.w1-contacts {
	display:block;
}
.w2-book {
	display:none;
}
	.w2-burger {
		display:none;
}
.w2-menu {
	display:block;
}
}
@media only screen and (min-width: 1000px) {
	.w2-menu a {
	font-size:15px;
}
}

@media only screen and (min-width: 1110px) {
	.w2-menu a {
		padding-right:25px;
	font-size:16px;
}
}

/* Pop-up background */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.popup-content p {
	display:inline-block;
	font-family: 'Nunito', sans-serif;
	font-size:17px;
	letter-spacing:1px;
}
.popup-content span {
	display:block;
	margin-top:20px;
	font-family: 'Nunito', sans-serif;
	font-size:15px;
}
/* Pop-up box */
.popup-content {
    background: #ffffff;
    width: 90%;
    max-width: 350px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    animation: baFadeIn 0.5s ease-in-out;
}

/* Close button */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/* Fade-in effect */
@keyframes baFadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive Design */
@media (max-width: 768px) {
    .popup-content {
        width: 95%;
        max-width: 300px;
    }



 
 
 

 
