/* 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");
}

html,
body {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: Brown-Regular, sans-serif;
  line-height: normal;
}
main {
  width: 100%;
}
* {
  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;
}
.top-margn-10 {
  margin-top: 10px;
}

.scroll-fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.scroll-fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* .carousel-item {
  transition: opacity 1.2s ease-in-out;
}

.carousel-item img {
  transform: scale(1);
  transition: transform 6s ease;
}

.carousel-item.active img {
  transform: scale(1.02);
} */

.carousel-item {
  overflow: hidden;
}

.carousel-fade .carousel-item {
  transition: opacity 0.6s ease-in-out;
}

.carousel-item img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 6s linear;
  backface-visibility: hidden;
  will-change: transform;
}

.carousel-item.active img {
  transform: scale(1.02);
}

.page-nav {
  transition: all 0.3s ease;
}

.page-nav.sticky {
  position: fixed;
  top: 0px; /* height of hero-nav */
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.make-same-row {
  display: flex;
  align-items: center;
  gap: 5px;
}
.make-same-row small {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.navbar-dark .navbar-toggler {
  border: 1px solid #ccc;
  padding: 3px 8px;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.1rem;
}

.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.5rem;
  font-family: "Brown-Light";
  padding: 0.5rem 1.6rem !important;*/

  font-size: 1.3rem;
  font-family: "Brown-Light";
  padding: 0.5rem 1rem !important;
}
.page-nav .navbar-nav li a:hover {
  color: #d9d9d9 !important;
}
@media (min-width: 768px) {
  /*.page-nav .navbar-nav .nav-link {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }*/
}

.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;
  font-family: "Brown-Bold";
}

.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;
  text-decoration-color: #273d8c;
  text-decoration-thickness: 3px;
  position: relative;
  display: inline-block;
}

.del-gap::after {
  content: "";
  position: absolute;
  left: -5%;
  top: 50%;
  width: 110%;
  height: 2px;
  background: #273d8c;
  transform: rotate(-10deg);
  transform-origin: center;
} */

.del-gap {
  position: relative;
  text-decoration: none; /* remove default strike-through */
  display: inline-block;
}

.del-gap::after {
  content: "";
  position: absolute;
  left: -5%;
  top: 50%;
  width: 105%;
  height: 2px;
  background: #273d8c;
  transform: rotate(-12deg);
  transform-origin: center;
}

.spa-menu .meta small {
  font-size: 17px;
}

.spa-menu ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  gap: 0.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: 0.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: #0e4b77;
  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-bottom: 40px;
  color: #7c3f28;
}
.spa-treat button {
  color: #0e4b77;
}
.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,
.spa-section .price-table thead.teal th {
  color: #00a6a6;
}

.spa-menu .accordion-top h3.blue,
.spa-section .price-table thead.blue th {
  color: #006e82;
}

.spa-menu .accordion-top h3.brown,
.spa-section .price-table thead.brown th {
  color: #7c3f28;
}

.spa-menu .accordion-top h3.rust-red,
.spa-section .price-table thead.rust-red th {
  color: #be281e;
}

.spa-menu .accordion-top h3.leather,
.spa-section .price-table thead.leather th {
  color: #6b605b;
}

.spa-section span.discount {
  color: #be281e;
}

.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 0.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 .treatments-gap {
  gap: 24px;
}

.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*/
.spa-section .price-table-wrap {
  margin-top: 8px;
}

.spa-section .price-table {
  width: 100%;
  border-collapse: collapse;
  color: #1b1b1b;
  font-size: 18px;
  margin-bottom: 12px;
}

.spa-section .price-table th,
.spa-section .price-table td {
  border-bottom: 1px solid #bfbfbf;
  padding: 4px 14px;
  font-weight: 400;
}

.spa-section .price-table th {
  font-family: "Brown-Regular";
}

.spa-section .price-table th:first-child,
.spa-section .price-table td:first-child {
  width: 50%;
  text-align: left;
  padding-left: 0;
}

.spa-section .price-table th {
  background: #e2e2e2;
  text-align: center;
  font-size: 15px;
  color: #4b4b4b;
}

.spa-section .price-table th:first-child {
  background: transparent;
  border-bottom: 1px solid #bfbfbf;
}

.spa-section .price-table td:not(:first-child) {
  text-align: center;
  border-left: 1px solid #cfcfcf;
}

.spa-section .small-table {
  width: 83%;
}

.spa-section .mini-table {
  width: 66%;
}
.spa-section .fix-table {
  min-width: 80px;
  border: none !important;
  border-left: 1px solid #cfcfcf !important;
}
.spa-section .left-r-table {
  border-left: none !important;
}

/*Book Now - Gift Cards - Value offers  Section*/
.booking {
  margin-top: 15px;
}
.booking .section-title {
  color: #0c5587;
  font-weight: 400;
  font-family: "Brown-Light";
  font-size: 2.4rem;
}
.booking .section-title-white {
  font-family: "Brown-Light";
  font-size: 2.4rem;
}

.booking .secton-tb-padd {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.booking .brown-text {
  color: #7b3d26;
}

.booking .btn-custom {
  background: #0e4b77;
  color: #fff;
  border-radius: 30px;
  padding: 12px 35px;
}
.booking .gift-btn {
  padding: 14px 42px;
  font-size: 1.4em;
}
.booking .online-btn {
  padding: 14px 60px;
  font-size: 1.4em;
  border: 1px solid #fff;
}
.booking .btn-custom:hover {
  background: #0e4b77;
  color: #fff;
}

.booking .booking-section {
  background-image: url("../images/book-now-bg.jpg");
  background-size: cover;
  background-position: center;
  background-color: #584f4d;
  color: #fff;
}

.booking .value-offers {
  background: #ece8e6;
}

.booking .phone-input {
  border-radius: 25px;
  overflow: hidden;
  background: #fff;
}

.booking .phone-prefix {
  width: 130px;
  border-right: 2px solid #eee;
  text-align: center;
  font-size: 20px;
  line-height: 29px;
  color: #4c4240;
  font-size: 1.7rem;
  font-family: "Brown-Light";
}

.booking .offer-submit {
  border-radius: 25px;
  background: #0e4b77;
  color: #fff;
  border: none;
  padding: 8px 18px;
}

.booking .whatsapp-circle {
  width: 70px;
  height: 70px;
  background: #0c5587;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}
.booking .whatsapp-circle i {
  font-weight: bold;
  font-size: 2.2rem;
}
.booking .value-para {
  color: #0c5587;
  font-family: "Brown-Light";
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
.booking .value-head h4 {
  font-size: 1.8rem;
}
.booking .value-head h5 {
  font-size: 1.6rem;
  font-family: "Brown-Light";
}

/*footer code*/

.site-footer {
  min-height: 520px;
  background-image: url("../images/book-now-bg.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 15px;
}

.site-footer .footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 23px;
  line-height: 1.25;
  /*font-weight: 600;*/
}

.site-footer .footer-links a:hover {
  opacity: 0.8;
}

.site-footer .sub-links a {
  font-weight: 400;
  margin-bottom: 4px;
  font-family: "Brown-Light";
}

.site-footer .footer-info p {
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 22px;
  font-family: "Brown-Light";
}

.site-footer .social-icons a {
  width: 50px;
  height: 50px;
  background: #0c5587;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 29px;
  text-decoration: none;
}

.site-footer .footer-logo {
  font-size: 84px;
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: 2px;
}

.site-footer .copyright {
  font-size: 20px;
  font-family: "Brown-Light";
}
.site-footer .top-padd-page {
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.slanted-strike {
  position: relative;
  display: inline-block;
  background: linear-gradient(
    to top right,
    transparent 47%,
    currentColor 48%,
    currentColor 52%,
    transparent 53%
  );
}

/*promise-page*/
.promise-section {
  margin-top: 70px;
}
.promise-page .promise-section {
  background: #fff;
}

.promise-page .promise-team {
  /*padding-top: 36px;*/
  padding-bottom: 50px;
  /*background: #f6f2ee url("../images/promise-bg.jpg") right center / cover no-repeat;*/
  background: url("../images/promise-sec-bg.png") right center / cover no-repeat;
}

.promise-page .team-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 16px;
}

.promise-page .team-card h5 {
  color: #004579;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2px;
  font-family: "Brown-Bold";
}

@media (min-width: 992px) {
  .promise-page .team-lg-img {
    flex: 0 0 auto;
    width: 20%;
  }
}

.promise-page .team-card p {
  color: #004579;
  font-size: 1.5rem;
  line-height: 1.35;
  margin-bottom: 2px;
  text-decoration: none;
  font-family: "Brown-Light";
}
.promise-page .team-card a {
  color: #004579;
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 2px;
  text-decoration: none;
  font-family: "Brown-Light";
  margin-top: 4px;
  display: block;
  text-decoration: underline;
}

.promise-page .promise-content {
  padding-top: 34px;
  padding-bottom: 48px;

  max-width: 1290px;
}

.promise-page .promise-content h2 {
  color: #00a6a6;
  font-size: 2.8rem;
  font-weight: 300;
  margin-bottom: 16px;
  font-family: "Brown-Light";
}

.promise-page .promise-content h3 {
  color: #004579;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 22px;
  font-family: "Brown-Light";
}

.promise-page .promise-point {
  margin-bottom: 18px;
}

.promise-page .promise-point h4 {
  color: #7a3e26;
  font-size: 1.8rem;
  font-weight: 100;
  margin-bottom: 10px;
  font-family: "Brown-Regular";
}

.promise-page .promise-content p {
  color: #004579;
  font-size: 1.7rem;
  line-height: 1.22;
  font-weight: 300;
  margin-bottom: 14px;
  font-family: "Brown-Light";
}

.promise-page .promise-final {
  font-weight: 700 !important;
}

/*organic oil section*/
.promise-nav {
  background-color: #773f26;
}
.promise-page .organic-oils-section {
  padding-top: 42px;
  padding-bottom: 42px;
  color: #fff;
  background: url("../images/oraganic-bg.png") center / cover no-repeat;
}

.promise-page .organic-oils-inner {
  max-width: 100%;
}

.promise-page .organic-oils-section h2 {
  font-size: 2.8rem;
  font-weight: 300;
  margin-bottom: 30px;
  font-family: "Brown-Light";
}

.promise-page .organic-intro {
  max-width: 1480px;
  font-size: 1.7rem;
  line-height: 1.35;
  margin-bottom: 52px;
  font-family: "Brown-Light";
}

.promise-page .organic-oils-list {
  row-gap: 24px;
}

.promise-page .oil-item {
  margin-bottom: 24px;
}

.promise-page .oil-item h4,
.promise-page .premium-title {
  font-size: 1.5rem;
  font-weight: 100;
  color: #fff;
  margin-bottom: 4px;
}

.promise-page .premium-title {
  margin-bottom: 18px;
}

.promise-page .premium-title span {
  font-size: 16px;
  font-weight: 300;
}

.promise-page .oil-item p {
  font-size: 1.4rem;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 0;
  font-family: "Brown-Light";
}

/**************** Contact Us ***************/

.contact-nav {
  background-color: #0e4a77;
}
section.contact-page {
  background-color: #eeebe8;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.right-side img {
  background-color: #33a8aa;
  border-radius: 50%;
  border: 15px solid #ffffff;
  width: 100%;
}
.contact-page h1 {
  color: #33a8aa;
  font-size: 70px;
  font-family: Brown-Light, sans-serif;
}
.contact-page h3 {
  color: #784027;
  font-size: 34px;
  font-family: Brown-regular, sans-serif;
}
.contact-page p {
  color: #0e4b77;
  font-size: 35px;
  font-family: Brown-light, sans-serif;
}
.address {
  padding-top: 30px;
}
.contact-nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  /* background: #fff; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1100px) {
  section.contact-page {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .contact-page h1 {
    font-size: 2.5rem;
  }
  .contact-page h3,
  .contact-page p {
    font-size: 2rem;
  }
  .promise-page .promise-content h2 {
    font-size: 2.5rem;
  }
  .promise-page .promise-content h3 {
    font-size: 2rem;
  }
}

@media (max-width: 550px) {
  .contact-page h1 {
    font-size: 2.5rem;
  }
  .contact-page h3,
  .contact-page p {
    font-size: 1.4rem;
  }
}



.offerings-and-feedback-page .feedback-section {
    background: #fff;
}
.swiper {
  max-width: 100%;
  margin: auto;
}

.review-card {
  background: white;
  padding: 35px;
  /*min-height: 348px;*/
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.reviewSlider .swiper-wrapper {
  align-items: stretch;
}

.reviewSlider .swiper-slide {
  height: auto;
  display: flex;
}

.review-card p {
  font-size: 24px;
  line-height: 1.2;
  color: #0E4B77;
  margin-bottom: 20px;
  font-family: Brown-light, sans-serif;
}

.review-card h4 {
  font-size: 18px;
  color: #111;
}

/* Controls */
.feedback-section .slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}

.feedback-section .swiper-pagination {
  position: static !important;
  width: auto !important;
}

.feedback-section .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  background: #0087a1;
  opacity: 1;
  margin: 0 5px !important;
}

.feedback-section .swiper-pagination-bullet-active {
  background: #fff;
}

.feedback-section .swiper-button-prev,
.feedback-section .swiper-button-next {
  position: static !important;
  margin: 0 !important;
  width: 36px;
  height: 36px;
  color: #fff;
}

.feedback-section .swiper-button-prev::after,
.feedback-section .swiper-button-next::after {
  font-size: 36px;
  font-weight: bold;
}

/* Tablet */
@media (max-width: 1024px) {
  .feedback-section .slide-title {
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .feedback-section .slide-title {
    font-size: 24px;
  }

  .feedback-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.offering-section {
  padding: 0 0 60px;
}
.offerings-and-feedback-page .offering-content {
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
}
.offerings-and-feedback-page .offering-content h2 {
    color: #00a6a6;
    font-size: 74px;
    font-weight: 300;
    margin-bottom: 32px;
    font-family: "Brown-Light";
}
.offerings-and-feedback-page .offering-content h3 {
    color: #004579;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 22px;
    font-family: "Brown-Regular";
    max-width: 1181px;
    margin: 0 auto 12px;
}

.offerings-and-feedback-page .feedback-section {
  background-image: url(../images/feedback-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
}
.offerings-and-feedback-page .feedback-section h2 {
    color: #00a6a6;
    font-size: 74px;
    font-weight: 300;
    margin-bottom: 64px;
    font-family: "Brown-Regular";
    text-align: center;
    color: #fff;
}
.offering-section .slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.offering-section .swiper {
  width: 100%;
  overflow: visible;
  padding-bottom: 20px;
}

.offering-section .swiper-slide {
  height: 500px;
}

.offering-section .slide-card {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.offering-section .slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Title below slider */
.offering-section .slide-title {
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  color: #00748b;
  margin-top: 32px;
  line-height: 1.1;
  font-family: "Brown-Light";
  margin-bottom: 16px;
  display: block;
}

/* Controls */
.offering-section .slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.offering-section .swiper-pagination {
  position: static !important;
  width: auto !important;
}

.offering-section .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 2px solid #0087a1;
  background: transparent;
  opacity: 1;
  margin: 0 5px !important;
}

.offering-section .swiper-pagination-bullet-active {
  background: #0087a1;
}

.offering-section .swiper-button-prev,
.offering-section .swiper-button-next {
  position: static !important;
  margin: 0 !important;
  width: 36px;
  height: 36px;
  color: #00748b;
}

.offering-section .swiper-button-prev::after,
.offering-section .swiper-button-next::after {
  font-size: 36px;
  font-weight: bold;
}

/* Tablet */
@media (max-width: 1024px) {
  .offering-section .swiper-slide {
    height: 380px;
  }

  .offering-section .slide-title {
    font-size: 28px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .offering-section .swiper-slide {
    height: 260px;
  }

  .offering-section .slide-title {
    font-size: 24px;
  }

  .offering-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.offerings-and-feedback-page .site-footer {
  margin-top: 0;
}
.offerings-and-feedback-nav {
  background-color: #675d5b;
}