/* CUSTOM STYLES
-------------------------------------------------- */
@font-face {
  font-family: 'Brown-Regular';
  src: url('fonts/Brown-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/Brown-Regular?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Brown-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Brown-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Brown-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Brown-Regular.svg#svgFontName') format('svg'), /* Legacy iOS */
       url('fonts/Brown-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Brown-Light';
  src: url('fonts/Brown-Light.eot'); /* IE9 Compat Modes */
  src: url('fonts/Brown-Light?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Brown-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Brown-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Brown-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Brown-Light.svg#svgFontName') format('svg'), /* Legacy iOS */
       url('fonts/Brown-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Brown-Bold';
  src: url('fonts/Brown-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/Brown-Bold?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Brown-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Brown-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Brown-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Brown-Bold.svg#svgFontName') format('svg'), /* Legacy iOS */
       url('fonts/Brown-Bold.otf') format('opentype');
}




body {
  margin: 0;
  color: #fff;
  font-family: Brown-Regular, sans-serif;
  line-height: normal;
}
* {
  box-sizing: border-box;
}
.padd-page{
	padding-left: 54px;
    padding-right: 54px;
}
.top-padd-page{
    padding-top: 54px;
}
.bottom-padd-page{
    padding-bottom: 54px;
}
.bottom-margn-page{
	margin-bottom: 1rem;
}
.section-inner{
	width: 100%;
}
ul, li, p{
	margin: 0;
	padding: 0;
	list-style: none;
}
.txt-white{
	color: #fff;
}



.hero-nav{
    position: absolute;
    top: 0px;
    background-color: transparent!important;
        align-items: flex-start;
}
.hero-nav .hero-fluid{
	flex-direction: column;
    align-items: start;
}
.hero-nav .navbar-brand span{
	display: block;
    font-size: 1.6rem;
    margin-top: 16px;
}
.hero-nav ul li{
	font-size: 1.7rem;
	font-family: Brown-Light, sans-serif;
}
.hero-nav .navbar-nav{
	margin-top: 40px;
}
.hero-nav .navbar-nav li a:hover{
	color: #a3a3a3!important;
}

.page-nav{
	background-color: #009f9a;
}
.page-nav ul li a{
	font-size: 1.3rem;
    font-family: 'Brown-Light';
}
.page-nav .navbar-nav li a:hover{
	color: #d9d9d9!important;
}
@media (min-width: 768px) {
    .page-nav .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.home-second-section{
	background-color: #33a8aa;
}
.second-section-heading{
	font-size: 5.5rem;
	font-family: Brown-Light, sans-serif;
	margin: 50px 0;
}
.details-para{
	font-size: 2.2rem;
	font-family: Brown-Light, sans-serif;
}
.details-para span{
	color: #002a43;
	font-family: Brown-Regular, sans-serif;
}
.second-section-collection{
	margin-top: 50px;
}
.second-section-collection > div{
	margin-top: 10px;
    margin-bottom: 10px;
}
.second-section-collection .col-inner{
	padding: 60px 80px;
	text-align: left;
	color: #0e4a76;
	background-size: cover;
}
.second-section-collection .col-bg-1{
	background-image: url(../images/collecton-img1.png);
}
.second-section-collection .col-bg-2{
	background-image: url(../images/collecton-img2.png);
}
.second-section-collection .col-bg-3{
	background-image: url(../images/collecton-img3.png);
}
.second-section-collection .col-bg-4{
	background-image: url(../images/collecton-img4.png);
}
.second-section-collection .col-inner h3{
	font-size: 2.8rem;
}
.second-section-collection .col-inner .view-link{
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
    display: block;
    margin: 70px 0 30px;
}
.second-section-collection .col-inner .coll-link-color{
	color: #0e4a76;
}
.second-section-collection .col-inner .view-link:hover{
	text-decoration: underline;
}
.collection-list{
    margin-top: 15px;
    /*margin-bottom: 40px;*/
}
.collection-list li{
	font-size: 2.2rem;
    font-family: 'Brown-Light';
    line-height: 4rem;
}


@media (min-width: 768px) {
    .hero-nav .navbar-nav {
        flex-direction: column;
    }
}


/*css for the multi tab Spa Menu*/
.spa-menu{
  font-family: 'Brown-Light';
}
.spa-menu .menu-nav{
	background-color: #02b1b1;
    background-image: url(../images/spa-nav-bg.png);
    background-size: cover;
    padding-bottom: 70px;
}
.spa-menu .aqua-section {
  min-height: 100vh;
  background: #006279;
  /*padding: 0 5%;*/
  position: relative;
}

.spa-menu .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 55px 0 65px;
}

.spa-menu .header h2 {
  margin: 0;
  font-family: Brown-Light;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 400;
  letter-spacing: 1px;
}

.spa-menu .book-now {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 26px;
  font-weight: 700;
}

.spa-menu .whatsapp {
  width: 78px;
  height: 78px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 36px;
  background-color: #0d4a76;
}

.spa-menu .packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 80px;
  row-gap: 36px;
}

.spa-menu .package{
	margin-bottom: 40px;
}

.spa-menu .package h2 {
  margin: 0 0 10px;
  /*font-size: 25px;*/
  font-weight: 700;
      font-size: 1.6rem;
}

.spa-menu .package p {
  margin: 8px 0;
/*  font-size: 19px;*/
  line-height: 1.22;
  font-size: 1.4rem;
}

.spa-menu .meta {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  font-size: 20px;
}
.spa-menu .meta-col{
	flex-flow: column;
    gap: unset;
}
.spa-menu .package .meta-col p{
	margin: 2px 0;
}

.spa-menu .meta del {
  color: #13d5e8;
  text-decoration-thickness: 2px;
}

.spa-menu .meta del.del-gap{
	margin-right: 15px;
}

.spa-menu .meta small {
  font-size: 17px;
}

.spa-menu ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  gap: .6rem;
  border: none;
}

.spa-menu li {
  color: #00e5fe;
  /*font-size: 19px;*/
  line-height: 1.22;
  font-size: 1.4rem;
}

.spa-menu li span {
  display: inline-block;
  min-width: 80px;
}

.spa-menu .note {
  	align-self: end;
    font-size: 16px;
    line-height: 1.25;
    padding-bottom: 25px;
    padding-left: 84px;
    position: absolute;
    bottom: 0;
}

.spa-menu .note p {
  margin: 6px 0;
}

.spa-menu .note p:last-child {
  color: #00e5fe;
}

.spa-menu .nav-tabs .nav-link{
	background-color: #fff;
    border-radius: 50px;
    padding: .7rem 2rem;
        font-size: 1.8rem;
}
.spa-menu .nav-tabs .aqua-nav .nav-link{
	color: #006279;
}
.spa-menu .nav-tabs .aqua-nav .nav-link.active{
	background-color: #006279;	
}
.spa-menu .nav-tabs .relax-nav .nav-link{
	color: #6b605b;
}
.spa-menu .nav-tabs .relax-nav .nav-link.active{
	background-color: #6b605b;	
}
.spa-menu .nav-tabs .revive-nav .nav-link{
	color: #19aaa5;
}
.spa-menu .nav-tabs .revive-nav .nav-link.active{
	background-color: #19aaa5;
}
.spa-menu .nav-tabs .thai-nav .nav-link{
	color: #784027;
}
.spa-menu .nav-tabs .thai-nav .nav-link.active{
	background-color: #784027;
}


.spa-menu .nav-header{
	padding: 45px 0 20px;
}
.spa-menu .nav-header h2{
    margin: 0;
    font-family: Brown-Light;
    font-size: clamp(36px, 4vw, 54px);
    font-weight: 400;
    letter-spacing: 1px;
}
.spa-menu .nav-tabs .nav-item.show .nav-link, .spa-menu .nav-tabs .nav-link.active{
	background-color: #000078;
	color: #fff;
}
.spa-menu .relax-section{
	background-color:#6b605b;
}
.spa-menu .revive-section{
	background-color:#19aaa5;
} 
.spa-menu .revive-section{
	background-color:#19aaa5;
} 
.spa-menu .thai-section {
    background-color: #784027;
}
.spa-menu .revive-section .meta del{
 	color: #024263;
}
.spa-menu .revive-section .note p:last-child {
    color: #024263;
}


/*accordian styles*/

.spa-menu .spa-section {
      padding: 28px 60px 50px;
      background-color: #f5f3f1;
    }

/*.spa-menu .spa-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
	}*/

	.spa-menu .spa-header h2 {
	/*font-size: 34px;
	font-weight: 400;*/
	color: #004c7c;
	}

	.spa-menu .spa-section .book-now {
		color: #0d4a76;
	}

	/*.spa-menu .book-now {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 18px;
	font-weight: 600;
	color: #004c7c;
	}

	.spa-menu .whatsapp {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #005585;
	display: flex;
	align-items: center;
	justify-content: center;
	}

	.spa-menu .whatsapp img {
	width: 28px;
	height: 28px;
	}
*/
	.spa-menu .intro {
	text-align: center;
	margin-bottom: 38px;
	}

	.spa-menu .intro h2 {
	font-size: 5.5rem;
    font-family: Brown-Light, sans-serif;
    margin: 40px 0;
    color: #7c3f28;
	}

	.spa-menu .intro p {
	/*font-size: 22px;*/
	line-height: 1.35;
	color: #7c3f28;
	max-width: 900px;
	margin: 0 auto;
	font-size: 1.6rem;
	}

	.spa-menu .accordion {
	max-width: 1120px;
	margin: 0 auto;
	}

	.accordion-item {
	border: 0;
	margin-bottom: 14px;
	background: #fff;
	}

	.spa-menu .accordion-button {
	background: #fff;
	box-shadow: none;
	padding: 28px 56px;
	display: block;
	}

	.spa-menu .accordion-button:not(.collapsed) {
	background: #fff;
	box-shadow: none;
	}

/*	.spa-menu .accordion-button::after {
	position: absolute;
	right: 36px;
	top: 50%;
	transform: translateY(-50%);
	background-image: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #00a6a6;
	content: "⌄";
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	line-height: 1;
	}

	.spa-menu .accordion-button:not(.collapsed)::after {
	transform: translateY(-50%) rotate(180deg);
	}*/

	.spa-menu .accordion-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 18px;
		padding-right: 43px;
	}

	.spa-menu .accordion-top h3 {
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	color: #4a4648;
	}

	.spa-menu .accordion-top h3.teal {
	color: #00a6a6;
	}

	.spa-menu .accordion-top h3.blue {
	color: #006e82;
	}

	.spa-menu .accordion-top h3.brown {
	color: #7c3f28;
	}

	.spa-menu .spa-section .see-more {
		font-size: 18px;
		font-weight: 700;
		color: #00a6a6;
		margin-right: 8px;
		position: relative;
	}

	.spa-menu .spa-section .arrow-circle {
		position: absolute;
	    right: -50px;
    	top: 11px;
	    transform: translateY(-50%);
	    background-image: none;
	    width: 40px;
	    height: 40px;
	    border-radius: 50%;
	    background-color: #00a6a6;
	    content: "⌄";
	    color: #fff;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 1.2rem;
	    line-height: 1;
	    transition: transform .2s ease-in-out;
	}
	.spa-menu .accordion-button:not(.collapsed) .arrow-circle {
		transform: translateY(-50%) rotate(180deg);
	}

	.spa-menu .treatments-row {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 42px;
		padding-right: 20px;
	}

	.spa-menu .treatment h4 {
	font-size: 25px;
	font-weight: 400;
	color: #004c7c;
	margin: 0 0 3px;
	}

	.spa-menu .treatment p {
	font-size: 16px;
	color: #004c7c;
	margin: 0;
	}

	.spa-menu .accordion-body {
	padding: 0 56px 28px;
	color: #004c7c;
	}

	.spa-menu .accordion-body ul {
	margin: 0;
	padding-left: 20px;
	}

	.spa-menu .accordion-body li {
	margin-bottom: 8px;
	font-size: 16px;
	}


/*price table code*/
.price-table-wrap {
  margin-top: 8px;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  color: #1b1b1b;
  font-size: 18px;
  margin-bottom: 12px;
}

.price-table th,
.price-table td {
  border-bottom: 1px solid #bfbfbf;
  padding: 4px 14px;
  font-weight: 400;
}

.price-table th:first-child,
.price-table td:first-child {
  width: 50%;
  text-align: left;
  padding-left: 0;
}

.price-table th {
  background: #e2e2e2;
  text-align: center;
  font-size: 15px;
  color: #4b4b4b;
}

.price-table th:first-child {
  background: transparent;
  border-bottom: 1px solid #bfbfbf;
}

.price-table td:not(:first-child) {
  text-align: center;
  border-left: 1px solid #cfcfcf;
}

.small-table {
  width: 83%;
}

.mini-table {
  width: 66%;
}

@media (max-width: 768px) {
  .price-table,
  .small-table,
  .mini-table {
    width: 100%;
    font-size: 15px;
  }

  .price-table th,
  .price-table td {
    padding: 5px 8px;
  }
}




	@media (max-width: 991px) {
		.spa-menu .spa-section {
		padding: 24px;
		}

		.spa-menu .intro h1 {
		font-size: 38px;
		}

		.spa-menu .accordion-button {
		padding: 24px;
		}

		.spa-menu .accordion-body {
		padding: 0 24px 24px;
		}

		.spa-menu .treatments-row {
		grid-template-columns: 1fr;
		gap: 16px;
		padding-right: 50px;
		}

		.spa-menu .accordion-top {
		padding-right: 55px;
		}
	}




@media (max-width: 992px) {
  .spa-menu .packages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .spa-menu .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }

  .spa-menu .packages-grid {
    grid-template-columns: 1fr;
  }

  .spa-menu .book-now {
    font-size: 22px;
  }
}