@charset "UTF-8";
@import url("https://use.typekit.net/dng7ncv.css");

/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:#333;
    text-decoration: none; 
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

a:hover {
    color:#4f9799; 
    text-decoration: none;
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

body {
	
}

body.no-scroll {
    overflow: hidden;
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin: 0 0 10px 0;
}

h1 {
    font-size:2.8rem;
    color:#0d0e10;
	font-family: montserrat, sans-serif; 
	font-weight:600;
}

h2 {
    font-size:2rem;
	color:#111;
	font-weight:400;
	font-family: montserrat, sans-serif; 
}

h3 {
    font-size: 1.4rem;
    color: #333;
	font-weight:400;
}

h4 {
    font-size: 20px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #4168b2;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:17px; color:#222;font-family: montserrat, sans-serif; }

td {color:#222;padding:5px;line-height:17px; font-size:16px;font-family: montserrat, sans-serif; }

ul li {
    font-size:  16px; 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:  16px; 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* End Main boxes flex column STYLES */

.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }


/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/
.nav-link {padding:3px 0}
.navbar-toggler {margin-bottom:3px;}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.navbar-nav.sm-collapsible a.has-submenu {padding-right:0;}

.navbar-nav {width:100%;display:block;margin:0;}

#dnnMenu {
    width: 100%;
    max-width: 600px; /* control max width */
    text-align: center; /* center text inside */
}

#dnnMenu .topLevel > li {
    width: 100%;
}

#dnnMenu .topLevel > li > a {
    display: block;
    padding: 5px 0;
    font-size: 1.5rem; /* adjust size as needed */
}

#dnnMenu .topLevel > li > a span {
    position: relative; /* Added to provide a positioning context for pseudo-elements */
    display: inline-block; /* Makes span able to contain pseudo-elements */
    font-size: 18px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all .2s ease; /* Ensure smooth color transition */
}

#dnnMenu .topLevel > li > a span:before,
#dnnMenu .topLevel > li > a span:after {
    content: '';
    position: absolute;
    bottom: 0; /* Align with the bottom of the span */
    width: 0;
    height: 2px; /* Border thickness */
    background-color: #a5f0f5; /* Border color, adjust as needed */
    transition: all 0.3s ease-out;
}

#dnnMenu .topLevel > li > a span:before {
    left: 50%;
}

#dnnMenu .topLevel > li > a span:after {
    right: 50%;
}

#dnnMenu .topLevel > li > a:hover span:before,
#dnnMenu .topLevel > li > a:focus span:before {
    left: 0; /* Adjust to start from the edge */
    width: 50%; /* Adjust expansion */
}

#dnnMenu .topLevel > li > a:hover span:after,
#dnnMenu .topLevel > li > a:focus span:after {
    right: 0; /* Adjust to start from the edge */
    width: 50%; /* Adjust expansion */
}


#dnnMenu .topLevel li {width:100%;background:transparent;list-style-type:none;float:none;margin:0;}
	
#dnnMenu .topLevel li a {width:100%;text-align:center;font-size:22px;margin:0;display:block;color:#EEE;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;}
#dnnMenu .topLevel li a:focus {width:100%;text-align:center;font-size:22px;margin:0;display:block;color:#FFF;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;}
#dnnMenu .topLevel li a:hover {width:100%;text-align:center;font-size:22px;margin:0;display:block;color:#FFF;-webkit-transition:all .2s ease 0s;-moz-transition:all .2s ease 0s;-o-transition:all .2s ease 0s;transition:all .2s ease 0s;}
	
#dnnMenu .topLevel li.active a{font-size:18px;color:#FFF;margin:0;}
#dnnMenu .topLevel li.active a:focus{font-size:18px;color:#FFF;margin:0;} 
#dnnMenu .topLevel li.active a:hover{font-size:18px;color:#FFF;margin:0;}

#dnnMenu .topLevel>li>a span {text-transform:uppercase;font-size:22px;margin:0;font-family: montserrat, sans-serif;} 
#dnnMenu .topLevel>li>a:focus span{text-transform:uppercase;font-size:22px;margin:0;font-family: montserrat, sans-serif;}
#dnnMenu .topLevel>li>a:hover span{text-transform:uppercase;font-size:22px;margin:0;font-family: montserrat, sans-serif;}
	
#dnnMenu .topLevel>.open>a {font-size:22px;color:#FFF;border-radius:0;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:hover{font-size:22px;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{font-size:22px;color:#FFF;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {font-size:22px;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {font-size:22px;color:#FFF;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{font-size:22px;color:#FFF;transition: all .4s ease;}	


#dnnMenu .topLevel .dropdown a span {
    font-size:22px;
    color:#FFF;
}

#dnnMenu .topLevel .dropdown.open a span {
    color:#FFF;  /* only change color, not size */
}

#dnnMenu .topLevel .dropdown.open a:hover span {
    color:#4f9799;
}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{color:#FFF;}

#dnnMenu .dropdown {
    position: relative;  /* parent needs relative */
}

#dnnMenu .dropdown-menu {
    top: 100%;   /* position directly below */
    left: 0;
    z-index: 1000;
    display: none;  /* stays hidden until JS toggles it */
    min-width: 200px;  /* adjust width */
}

#dnnMenu .dropdown.open .subLevel>li a span{font-size:16px;color:#4f9799;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{font-size:16px;color:#4f9799;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{font-size:16px;color:#4f9799;}
	
/*.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:#afa99f;position:absolute;right:0;padding:0;width:40px;height:40px;text-align:center;border-width:1px;border-style:solid;top:0;border:none;display:block;margin:0;border-radius:0;font-size:1.3em;content:none;}
*/	

#dnnMenu .topLevel > li.dropdown > a::after {
    content: "\25BC"; /* Down arrow */
    display: inline-block;
    transition: transform 0.3s ease; /* Smooth transform transition */
    padding: 5px;
    margin-top:-5px;
    font-size:12px;
}

#dnnMenu .topLevel > li.dropdown.active > a::after {
    transform: rotate(-180deg); /* Flip the arrow to point up */
}
#dnnMenu .dropdown-menu{padding:0;}
#dnnMenu .dropdown-menu::after{pointer-events:none;border-color:none;border-width:0;}
#dnnMenu .dropdown-menu.subLevel{padding:0;}
#dnnMenu .dropdown-menu.subLevel li.active a span{color:#FFF;}
#dnnMenu .dropdown-menu.subLevel li{color:#FFF;background:#56483a;border-bottom:1px solid #CCC;padding:0;border-top:none;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:18px;color:#333;background:#f1f1f1;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:18px;color:#333;background:#DDD;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:18px;color:#333;background:#f1f1f1;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:18px;color:#333;background:#f1f1f1;padding:0;}

.main-navigation {
		height:auto;
		width:100%;}
	
	nav {display:none;}
	
	a.mobile-nav-btn {
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}

a.mobile-nav-btn:hover{text-decoration:none;}




/* Icon 3 */
    .menuslide.open {
    width: 100%;
    max-width: 100vw;
}  

.menuslide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    padding-top: 80px;

    background:
        linear-gradient(
            135deg,
            rgba(8, 61, 64, .96),
            rgba(15, 111, 115, .92)
        );

    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;

    width: 0;
    overflow: hidden;
    z-index: 500;

    transition: width .5s ease-in-out;
    backdrop-filter: blur(16px) saturate(180%);
}

.menuslide.open {
    width: 100%;
}

.menuslide .dropdown-menu {
    display: none;
    padding: 8px 0;
    margin: 8px auto 12px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.10),
            rgba(255,255,255,.04)
        );

    border-top: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.10);

    list-style: none;
    width: 100%;
}

.menuslide .dropdown-menu li a {
    display: block;
    padding: 12px 30px;

    color: rgba(255,255,255,.88);
    background: transparent;

    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;

    transition: .25s ease;
}

.menuslide .dropdown-menu li a:hover,
.menuslide .dropdown-menu li a:focus {
    color: #fff;
    background: rgba(255,255,255,.09);
}
.caret-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.caret-toggle .caret {
    display: inline-block;
    transition: transform 0.3s ease;
}

.dropdown.open .caret {
    transform: rotate(-180deg);
}
#nav-icon3 {
  width: 42px;
  height: 35px;
  position:relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background:#F1F1F1;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 15px;
}

#nav-icon3 span:nth-child(4) {
  top: 31px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



/* Icon on menu */

#nav-icon {
  width: 45px;
  height: 35px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span{
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background:#FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 18px;
}

#nav-icon span:nth-child(4) {
  top: 31px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}




/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/

.header-book-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 245px;
    height: 48px;
    padding: 0 40px;
    border: 1px solid rgba(210,238,239,.8);
    border-radius: 999px;
    background: #15747a;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    transition: color .35s ease, border-color .35s ease, box-shadow .35s ease, transform .25s ease;
}
.header-book-btn,
.header-book-btn:link,
.header-book-btn:visited,
.header-book-btn:hover,
.header-book-btn:focus,
.header-book-btn:active {
    color: #fff !important;
    text-decoration: none;
}
.header-book-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.10);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .35s ease;
}

.header-book-btn::after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 1px;
    height: 1px;
    background: rgba(255,255,255,.45);
    opacity: .7;
}

.header-book-btn span {
    position: relative;
    z-index: 2;
}

.header-book-btn:hover {
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.header-book-btn:hover::before {
    transform: scaleX(1);
}

.header-book-btn:active {
    transform: translateY(0);
}


/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/
.contactwrap{background:#FFF;}
.menuwrap{background:#035c62;padding:12px 0;}
.menuwht {background:transparent;}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center; /* horizontally center everything */
  justify-content: center;width:100%;height:100%;
}


.topbar-wrap {
  background: #fff;
  padding: 14px 0;
  font-size: 15px;
  letter-spacing: .3px;
}

.topbar-hours {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #444;
  font-size: 15px;

}

.topbar-hours i {
  color: #6ba8aa;
}

.topbar-hours .divider {
  width: 1px;
  height: 18px;
  background: #d7d7d7;
}

.topbar-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #333;
  font-size: 15px;
  text-decoration: none;
}

.phone-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.phone-text small {
  color: #6f6f6f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.phone-text strong {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.icon-circle {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 1px solid #acd8d8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f9799;
  transition: .3s ease;
}

.topbar-phone:hover {
  color: #333;
}

.topbar-phone:hover .icon-circle {
  background: #4f9799;
  color: #fff;
}

.topbar-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.topbar-social a {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 1px solid #acd8d8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f9799;
  text-decoration: none;
  transition: .3s ease;
}

.topbar-social a:hover {
  background: #4f9799;
  color: #fff;
  transform: translateY(-3px);
}

@media (max-width: 991.98px) {
  .topbar-wrap {
    padding: 12px 0;
  }

  .topbar-phone {
    width: 100%;
  }

  .topbar-social {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .topbar-wrap {
    padding: 10px 0 12px;
  }

  .topbar-phone {
    gap: 10px;
  }

  .icon-circle,
  .topbar-social a {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .phone-text strong {
    font-size: 15px;
  }

  .topbar-social {
    gap: 10px;
  }
}

.contactbox .contactbar-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.contactbox .contactbar-social a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #acd8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #4f9799 !important;
    transition: .3s;
}

.contactbox .contactbar-social a:hover {
    background: #4f9799;
    color: #fff !important;
    transform: translateY(-3px);
}

.contacttext {text-align:right;padding:1.5rem;}
.contacttext span a:link, .contacttext span a:visited {padding:7px; font-size:1.1rem;color:#2d2d2d;display:inline-block;line-height:.9;}
.contacttext span a:hover, .contacttext span a:active {padding:7px; font-size:1.1rem;color:#a96600;display:inline-block;line-height:.9;}
.socialtext {text-align:center;margin:0 auto;padding-top:30px;display:block;}
.socialtext a:link, .socialtext a:visited {color:#EEE;font-size:2rem;padding:0 7px;}
.socialtext a:hover, .socialtext a:active {color:#FFF;font-size:2rem;padding:0 7px;}

/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/


.showcasewrap {
    background:url('images/showcase-responsive_bg.webp');
    width:100%;
    background-size:cover;
    padding-bottom:45%;
}

.welcomewrap {
    background:#f7dfc3;
}



.welcometext {text-align:center;padding:25px 0;}
.welcometext h1 {color:#035c62;font-size:20px;font-weight:400;}
.welcometext h3 { text-transform:uppercase;color:#1d1d1d; font-family: montserrat, sans-serif; font-size:60px;letter-spacing:1px;}
.welcometext p { color:#1d1d1d; font-family: montserrat, sans-serif; font-size:16px;line-height:1.4}

.mainwrap {padding:50px 0 100px 0;}

.trust-block{
    background:#fff;
}

.trust-item {
    height: 100%;
    padding: 35px 30px;
    text-align: center;
    border-right: 2px solid #edd8cf;
    transition: .35s ease;
}

.trust-icon {

    margin-bottom: 18px;
}


.trust-item h3 {
    margin-bottom: 14px;
    color: #0b6467;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding-top:15px;
}

.trust-item p {
    margin: 0;
    color: #555;
    font-size: 17px;
    line-height: 1.2;
}

@media(max-width:991px) {

    .trust-item {
        border-right: none;
        border-bottom: 1px solid #edd8cf;
    }
}


.servicewrap {padding:35px 0;background:#FFF;}


.massagewrap {padding:125px 0;background:transparent;}

.massageswrap {padding:0 75px 75px 75px;background:#eaf5ff;}


.massagettltext {text-align:center;}
.massagettltext h2 {color:#EEE;font-family: montserrat, sans-serif;padding-bottom:10px;font-size:64px;}

.tanbox {background:#f8f0e8;padding:25px;border-top-left-radius:25px; border-top-right-radius:25px;margin-top:-65px;}

.massage-services {
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,.85), rgba(255,255,255,0) 45%),
        #f6eee6;
}

.massage-services-eyebrow {
    color: #0f6f73;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 10px;
}

.massage-services-title {
    margin: 0 0 18px;
    color: #2f2f2f;
    font-size: clamp(42px, 5vw, 68px);
    line-height: .95;
    font-weight: 300;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.massage-services-intro {
    max-width: 780px;
    margin: 0 auto;
    color: #333;
    font-size: 17px;
    line-height: 1.6;
}

.massage-service-card {
    position: relative;
    height: 100%;
    overflow: hidden;
    text-align: center;
    padding: 30px 26px 34px;
    background: #fbf6f2;
    border: 1px solid rgba(221,196,180,.55);
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.massage-service-card:after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: -2px;
    width: 90px;
    height: 120px;
    background: url("/Portals/0/Images/leaft-bg.jpg") no-repeat right bottom;
    background-size: contain;
    opacity: .55;
    pointer-events: none;
}

.massage-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(15,111,115,.35);
    box-shadow: 0 18px 38px rgba(0,0,0,.12);
}

.massage-service-icon {
    position: relative;
    z-index: 2;
    height: 95px;
    width: auto;
    margin-bottom: 20px;
}

.massage-service-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 14px;
    color: #0f6f73;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.massage-service-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.55;
}

@media (max-width: 767px) {
    .massage-services-title {
        letter-spacing: 5px;
    }

    .massage-service-card {
        padding: 28px 22px;
    }
}


.additionalwrap {background:url('images/additional-responsive_bg.webp') bottom left no-repeat #eaf5ff;padding:10% 0;}

.additionaltext h3 {font-family:luxus-brut, cursive;font-size:95px;color:#333;}
.additionaltext ul {padding:0;list-style:none;}

.additionaltext li {font-size:22px;padding-bottom:12px;}


.lacy-footer-card {
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    margin-top: -65px;
    border: 1px solid rgba(221, 196, 180, .65);
    border-radius: 25px;
    background: #f8f1e9;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

/* Image column */
.lacy-footer-photo {
    min-width: 0;
    min-height: 420px;
    overflow: hidden;
    background: #111;
}

.lacy-footer-photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center center;
}

/* Content column */
.lacy-footer-content {
    position: relative;
    min-width: 0;
    padding: 42px 44px;
    text-align: center;
}

.lacy-footer-content::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    right: -18px;
    width: 135px;
    height: 170px;
    background: url("/Portals/0/Images/leaft-bg.jpg") no-repeat right top;
    background-size: contain;
    opacity: .28;
    pointer-events: none;
}

.lacy-footer-eyebrow,
.lacy-footer-content h3,
.lacy-footer-content p,
.lacy-footer-stats,
.lacy-footer-btn {
    position: relative;
    z-index: 2;
}

.lacy-footer-eyebrow {
    margin-bottom: 8px;
    color: #0f6f73;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.lacy-footer-content h3 {
    margin: 0 0 18px;
    color: #0b5558;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 400;
    line-height: 1;
}

.lacy-footer-content p {
    max-width: 540px;
    margin: 0 auto 26px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

/* Stats */
.lacy-footer-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 24px 0 28px;
    border-top: 1px solid rgba(221, 196, 180, .75);
    border-bottom: 1px solid rgba(221, 196, 180, .75);
}

.lacy-stat {
    min-width: 0;
    padding: 18px 14px;
    border-right: 1px solid rgba(221, 196, 180, .75);
}

.lacy-stat:last-child {
    border-right: 0;
}

.lacy-stat strong {
    display: block;
    margin-bottom: 6px;
    color: #0f6f73;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.lacy-stat span {
    display: block;
    color: #555;
    font-size: 13px;
    line-height: 1.35;
}

/* Button */
.lacy-footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 46px;
    padding: 0 28px;
    border-radius: 999px;
    background: #15747a;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        background-color .3s ease,
        color .3s ease,
        transform .3s ease;
}

.lacy-footer-btn:hover,
.lacy-footer-btn:focus {
    background: #0f5f64;
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Tablet: stack image above content */
@media (max-width: 991.98px) {
    .lacy-footer-card {
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .lacy-footer-photo {
        height: 380px;
        min-height: 0;
    }

    .lacy-footer-photo img {
        height: 100%;
        min-height: 0;
        object-position: center 25%;
    }

    .lacy-footer-content {
        padding: 40px 34px;
    }
}

/* Small tablet and mobile */
@media (max-width: 767.98px) {
    .lacy-footer-photo {
        height: 330px;
    }

    .lacy-footer-content {
        padding: 36px 28px;
    }

    .lacy-footer-stats {
        grid-template-columns: 1fr;
    }

    .lacy-stat {
        border-right: 0;
        border-bottom: 1px solid rgba(221, 196, 180, .75);
    }

    .lacy-stat:last-child {
        border-bottom: 0;
    }
}

/* Phones */
@media (max-width: 575.98px) {
    .lacy-footer-card {
        border-radius: 20px;
    }

    .lacy-footer-photo {
        height: 280px;
    }

    .lacy-footer-photo img {
        object-position: center top;
    }

    .lacy-footer-content {
        padding: 32px 22px;
    }

    .lacy-footer-content::after {
        right: -24px;
        width: 115px;
        height: 145px;
    }

    .lacy-footer-content h3 {
        font-size: 30px;
    }

    .lacy-footer-content p {
        font-size: 15px;
    }

    .lacy-footer-btn {
        width: 100%;
        min-width: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lacy-footer-btn {
        transition: none;
    }

    .lacy-footer-btn:hover,
    .lacy-footer-btn:focus {
        transform: none;
    }
}

.service-detail-wrap {
  background: #fff;
}

/* Icon card replacing large service image */
.service-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.service-icon-card {
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbf6f2;
  border: 1px solid rgba(221,196,180,.55);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.service-icon-card:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 120px;
  height: 120px;
  background: url("/portals/215/content/images/leaf-corner.png") no-repeat center;
  background-size: contain;
  opacity: .14;
  pointer-events: none;
}

.service-icon-card img {
  position: relative;
  z-index: 2;
  width: 170px;
  height: 170px;
  object-fit: contain;
  display: block;
}

.service-icon-card:hover {
  transform: translateY(-6px);
  border-color: rgba(15,111,115,.35);
  box-shadow: 0 26px 55px rgba(0,0,0,.12);
}

/* Text */
.service-detail-eyebrow,
.service-cta-eyebrow {
  color: #0f6f73;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.service-detail-content h1 {
  color: #2f2f2f;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.service-detail-content .lead {
  color: #0f6f73;
  font-size: 21px;
  line-height: 1.55;
  font-weight: 400;
  margin-bottom: 22px;
}

.service-detail-content p {
  color: #333;
  font-size: 17px;
  line-height: 1.75;
}

/* Cards */
.service-benefits-card,
.service-cta-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #f8f1e9;
  border: 1px solid rgba(221,196,180,.65);
  border-radius: 8px;
  padding: 38px;
  box-shadow: 0 12px 30px rgba(0,0,0,.07);
}

.service-benefits-card h2,
.service-cta-card h2 {
  color: #0b5558;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 22px;
}

.service-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-benefits-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
  color: #333;
  font-size: 17px;
  line-height: 1.55;
}

.service-benefits-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0f6f73;
  font-weight: 700;
}

.service-cta-card {
  text-align: center;
  background:
    radial-gradient(circle at 85% 15%, rgba(255,255,255,.72), rgba(255,255,255,0) 38%),
    #f8f1e9;
}

.service-cta-card p {
  color: #333;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 26px;
}

.service-cta-card .header-book-btn {
  background: #15747a;
  color: #fff !important;
  border-color: rgba(255,255,255,.35);
}

@media (max-width: 991px) {
  .service-detail-content {
    text-align: center;
  }

  .service-detail-content h1 {
    letter-spacing: 2px;
  }

  .service-icon-card {
    width: 280px;
    height: 280px;
  }

  .service-icon-card img {
    width: 155px;
    height: 155px;
  }
}

@media (max-width: 575px) {
  .service-icon-card {
    width: 240px;
    height: 240px;
  }

  .service-icon-card img {
    width: 135px;
    height: 135px;
  }
}
}.enhancements-page {
    background: #fff;
}

.enhancements-title {
    color: #2f2f2f;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.enhancements-intro {
    color: #333;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto;
}

.enhancement-row {
    padding: 46px 0;
    border-bottom: 1px solid rgba(221,196,180,.65);
}

.enhancement-row:last-of-type {
    border-bottom: 0;
}

/* Icon card replacement */
.enhancement-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.enhancement-icon-card {
    position: relative;
    overflow: hidden;

    width: 320px;
    height: 320px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fbf6f2;
    border: 1px solid rgba(221,196,180,.55);
    border-radius: 16px;

    box-shadow: 0 18px 45px rgba(0,0,0,.08);

    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.enhancement-icon-card:after {
    content: "";
    position: absolute;

    right: -10px;
    bottom: -10px;

    width: 120px;
    height: 120px;

    background: url("/portals/215/content/images/leaf-corner.png") no-repeat center;
    background-size: contain;

    opacity: .14;
    pointer-events: none;
}

.enhancement-icon-card img {
    position: relative;
    z-index: 2;

    width: 170px;
    height: 170px;

    object-fit: contain;
    display: block;
}

.enhancement-icon-card:hover {
    transform: translateY(-6px);
    border-color: rgba(15,111,115,.35);
    box-shadow: 0 26px 55px rgba(0,0,0,.12);
}

/* Text */
.enhancement-content {
    position: relative;
    padding: 18px 10px;
}

.enhancement-content h2 {
    color: #0b5558;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1;
    font-weight: 400;
    margin-bottom: 22px;
}

.enhancement-content p {
    color: #333;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 18px;
}

@media (max-width: 991px) {
    .enhancement-row {
        padding: 36px 0;
    }

    .enhancement-content {
        text-align: center;
        padding: 10px 0 0;
    }

    .enhancements-title {
        letter-spacing: 3px;
    }

    .enhancement-icon-card {
        width: 280px;
        height: 280px;
    }

    .enhancement-icon-card img {
        width: 155px;
        height: 155px;
    }
}

@media (max-width: 575px) {
    .enhancement-icon-card {
        width: 240px;
        height: 240px;
    }

    .enhancement-icon-card img {
        width: 135px;
        height: 135px;
    }
}


.contactbox {background:#0d0d0d;padding:25px;border:1px solid #222;}

a.swan-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #15747a;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .3s ease;padding-top:12px;
}

a.swan-arrow-link span {
    display: inline-flex;
    align-items: center;
    transition: transform .3s ease;
}

a.swan-arrow-link:hover,
a.swan-arrow-link:focus {
    color: #0f5c61;
    text-decoration: none;
}

a.swan-arrow-link:hover span,
a.swan-arrow-link:focus span {
    animation: swanArrowMove .7s ease-in-out infinite alternate;
}

@keyframes swanArrowMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(6px);
    }
}

@keyframes swanArrowMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(6px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .swan-arrow-btn,
    .swan-arrow-btn__arrow {
        transition: none;
    }

    .swan-arrow-btn:hover .swan-arrow-btn__arrow,
    .swan-arrow-btn:focus .swan-arrow-btn__arrow {
        animation: none;
    }
}
/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footertopwrap {
    background:#0d0d0d;
        padding-bottom:30px;
}

.footerwrap {
    padding-top:17px;
	background:#FFF;

}

.footertext ul {margin:0;padding:0;list-style:none;}
.footertext ul li {margin:0}
.footertext li {padding:8px 0;text-align: left;color:#DDD;}
.footertext li a:link, .footertext li a:visited { color:#DDD;font-size:16px;}
.footertext li a:hover, .footertext li a:active { color:#4f9799;font-size:16px;}

.footer-contact {
    width: 100%;
    max-width: 420px;
    text-align: center;
    padding: 25px;
}

.footer-logo {
    max-width: 280px;
    margin-bottom: 22px;
}


.footer-divider {
    width: 70px;
    height: 2px;
    background: #d9c3b4;
    margin: 0 auto 22px;
}

.footer-contact h4 {
    margin-bottom: 16px;
    color: #0f6f73;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.footer-phone {
    margin-bottom: 28px;
}

.footer-phone a {
    color: #333;
    text-decoration: none;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    transition: .3s;
}

.footer-phone a:hover {
    color: #0f6f73;
}

.footer-hours {
    margin-bottom: 30px;
}

.footer-hours-title {
    margin-bottom: 8px;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.footer-hours p {
    margin: 0;
    color: #555;
    line-height: 1.8;
    font-size: 16px;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.footer-social a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #9dc8c9;
    color: #EEE;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s;
}

.footer-social a:hover {
    background: #FFF;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0,0,0,.15);
}

.login {color:#666;font-size:11px;}
.login li {color:#666;font-size:11px;}

a.login:visited {color:#666 font-size:11px; text-decoration:none;}
a.login:active {color:#666; font-size:11px; text-decoration:none;}
a.login:link {color:#666; font-size:11px; text-decoration:none;}
a.login:hover {color:#4f9799; font-size:11px; text-decoration:underline;}

.copyright {font-family: 'Montserrat', sans-serif;font-size: 11px;color: #666;text-align:center;padding:5px;}

a.copyright:visited {color: #666; font-size:11px; text-decoration:none;}
a.copyright:active {color: #666; font-size:11px; text-decoration:none;}
a.copyright:link {color: #666; font-size:11px; text-decoration:none;}
a.copyright:hover {color: #4f9799; font-size:11px; text-decoration:underline;}

.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 0; 
	color: #666;
}

.wecontrol ul { 
  margin:0;
  padding:0;
}
.wecontrol ul li { 
  display: inline; 
  color: #666;
  margin:0;
  
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #666;
}

.wecontrol ul li a:hover {
    color: #4f9799;
    text-decoration:underline;
}

.page-break-section {box-shadow:none !important;}



/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* XXL devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {    
    
.lacy-footer-card {
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    background: #f8f1e9;
    border: 1px solid rgba(221,196,180,.65);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
    border-radius:25px;
    margin-top:0;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {     
.massageswrap {padding:0 15px 75px 15px;background:#eaf5ff;}
.additionalwrap {background:none;padding:10% 0;}
.lacy-footer-card {
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    background: #f8f1e9;
    border: 1px solid rgba(221,196,180,.65);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
    border-radius:25px;
    margin-top:0;
}
 
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .massageswrap {padding:0 15px 75px 15px;background:#eaf5ff;}
  .additionalwrap {background:none;padding:10% 0;}
  .lacy-footer-card {
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    background: #f8f1e9;
    border: 1px solid rgba(221,196,180,.65);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
    border-radius:25px;
    margin-top:0;
}
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  .massageswrap {padding:0 15px 75px 15px;background:#eaf5ff;}
  .additionalwrap {background:none;padding:10% 0;}
  .lacy-footer-card {
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    background: #f8f1e9;
    border: 1px solid rgba(221,196,180,.65);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
    border-radius:25px;
    margin-top:0;
}
}
/* Custom, smaller than the smallest Bootstrap breakpoint */

@media (max-width: 320px) {
 .massageswrap {padding:0 15px 75px 15px;background:#eaf5ff;}
 .additionalwrap {background:none;padding:10% 0;}
 .lacy-footer-card {
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    background: #f8f1e9;
    border: 1px solid rgba(221,196,180,.65);
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
    border-radius:25px;
    margin-top:0;
}
}

