/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
:root {
  --color-Primary: #9e5346;
  --color-Secondary: #9ec7d1;
  --color-Tertiary: #c99d8c;
  --color-Quaternary: #ecdddc;

  --color-Success: 47, 140, 51;
  --color-Error: 213, 54, 54;
  --color-Warning: 237, 185, 94;
  --color-Info: 74, 144, 226;

  --color-White: #fff;
  --color-Black: #000;

  --animate-duration: 1s;
  --animate-delay: 1s;
}
@font-face {
  font-family: "Modam";
  src: url("../fonts/Modam-VF.ttf") format("truetype-variations");
  font-weight: 1 999;
}
@font-face {
  font-family: "Doran";
  src: url("../fonts/Doran-VF.ttf") format("truetype-variations");
  font-weight: 1 999;
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: #110f10;
  text-decoration: none !important;
}
a:hover {
  color: var(--color-Primary);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Doran", sans-serif;
  font-weight: 800;
  line-height: 1.4;
}
html {
  background: var(--color-Primary);
}
html,
body {
  width: 100vw;
  min-height: 100%;
  min-height: 100svh;
  position: relative;
  overflow-x: clip;
}
body {
  font-family: "Modam", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  direction: rtl;
  background: #fff;
  color: #4e4a49;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: background-color 1.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay-link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(9, 10, 10, 1);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
label,
th,
.control-label {
  font-family: "Modam", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: persian;
}
a[href^="tel"] {
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}
strong,
b {
  font-weight: 500;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100svh;
  display: flex;
  align-items: center;
}
.page-navigation {
  margin: 50px 0 0;
  text-align: center;
  background: rgb(204, 213, 214);
  padding: 40px;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 10px;
}
.pagination > li > a,
.pagination > li > .page-link.current {
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  text-align: center;
  font-weight: 700;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.pagination > li > a.page-link:hover,
.pagination > li > .page-link.current {
  color: rgb(51, 51, 51);
}
/*Custom*/
.container-fluid {
  max-width: 1420px;
  max-width: 1866px;
  /* max-width: 100vw; */
}
.section {
  background: #fff;
  position: relative;
  z-index: 1;
}
.section-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 60px;
}
.section-wrapper {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.section:first-of-type .section-wrapper,
.section.section-covered .section-wrapper {
  padding-top: 120px !important;
}
.section:last-of-type .section-wrapper {
  padding-bottom: 0;
}
.section:not(.section-covered) + .section .section-wrapper {
  padding-top: 0;
}
.section-header {
  position: relative;
}
.section-cover,
.subsection-cover {
  position: relative;
}
.section-cover img,
.subsection-cover img,
.section-cover svg,
.subsection-cover svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-bg {
  position: relative;
  width: 100%;
  max-height: 100%;
  margin-top: auto;
  overflow: hidden;
}
.section-bg > img,
.section-bg > svg {
  width: 100%;
  height: 100%;
}
.section-divider {
  display: block;
  margin: 0 auto;
}
.section-title {
  font-family: "Doran";
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
  color: var(--color-Primary);
  margin: 0;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 32px;
}
.subsection-title {
  font-family: "Modam";
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: var(--color-Primary);
  margin: 0;
}
.subsection-subtitle {
  font-family: "Modam";
  font-size: 20px;
  font-weight: 300;
  line-height: 160%;
  color: var(--color-Primary);
  margin: 0;
}
.subsection-desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  color: #4e4a49;
  margin: 0;
}
.subsection-nav {
  margin-top: 32px;
}
.subsection-info {
  margin: 12px 0 0;
}
.subsection-bg {
  position: relative;
  width: 100%;
  max-height: 100%;
  margin-top: auto;
  overflow: hidden;
}
.subsection-bg > img,
.subsection-bg > svg {
  width: 100%;
  height: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--color-Primary);
}
.button {
  height: 42px;
  border-radius: 42px;
  padding: 0 24px;
  font-family: "Modam";
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-wrap: nowrap;
  text-transform: uppercase;
  margin: 0;
  border: 1px solid transparent;
  background: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.button-block {
  display: flex;
  width: 100%;
}
.button-block + .button-block {
  margin-top: 15px;
}
.button-fill-primary {
  background: var(--color-Primary);
  border-color: var(--color-Primary);
  color: #fff;
}
.button-fill-primary:hover {
  background: transparent;
  border-color: var(--color-Primary);
  color: var(--color-Primary);
}
.button-outline-primary {
  background: transparent;
  border-color: var(--color-Primary);
  color: var(--color-Primary);
}
.button-outline-primary:hover {
  background: var(--color-Primary);
  border-color: var(--color-Primary);
  color: #fff;
}
.button-fill-secondary {
  background: #000;
  color: #fff;
}
.button-fill-secondary:hover {
  background: #000;
  color: #fff;
}
.button-fill-light {
  background: #fff;
  color: var(--color-Primary);
}
.button-fill-light:hover {
  background: var(--color-Primary);
  color: #fff;
}
.button-link:hover {
  background: var(--color-Primary);
  border-color: var(--color-Primary);
  color: #fff !important;
}
.badge {
  height: 33px;
  border-radius: 25px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.38px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  backdrop-filter: opacity(0.15);
}
.badge-success {
  background: rgba(var(--color-Success), 1);
  color: rgba(var(--color-White), 1);
}
.badge-danger {
  background: rgba(var(--color-Error), 1);
  color: rgba(var(--color-White), 1);
}
.badge-warning {
  background: rgba(var(--color-Warning), 1);
  color: rgba(var(--color-White), 1);
}
.badge-info {
  background: rgba(var(--color-Info), 1);
  color: rgba(var(--color-White), 1);
}
.form-group,
.form-row {
  margin: 25px 0 15px;
  position: relative;
}
.form-label,
.form-row label {
  font-size: 16px;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: 0em;
  color: #262623;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.form-group.active .form-label,
.form-row.active label {
  transform: translateY(-100%);
  font-size: 85%;
}
.form-row label > .required {
  color: rgba(var(--color-Error), 1);
}
.form-label.required::after {
  content: "*";
  color: rgba(var(--color-Error), 1);
  line-height: 0.5;
  margin-right: 2px;
}
.form-group .form-control,
.form-row .input-text {
  width: 100%;
  display: block;
  border: none;
  background: none;
  padding: 0 0 15px;
  border-bottom: 0.5px solid #b2b0b1;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0em;
  color: #4e4a49;
}
.form-group .form-control:focus,
.form-row .input-text:focus {
  border-bottom-color: #000;
}
.form-check-input {
  margin-left: 10px;
}
.form-check-label {
  font-family: "Modam";
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #908f8d;
  display: inline;
  cursor: pointer;
}
#form-contact fieldset {
  margin: 60px 0;
}
#form-contact fieldset > .form-group:last-child {
  margin-bottom: 0;
}
#form-contact .form-action {
  text-align: center;
}
#header {
  padding: 40px 0;
  width: 100vw;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
#header.sticky {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
#header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header > div > .header-col:first-child,
#header > div > .header-col:last-child {
  flex: 1;
  display: inline-flex;
  flex-shrink: 0;
}
#header > div > .header-col:last-child {
  justify-content: end;
}
#header > div > .header-col:nth-child(2) {
  flex: 0 1 auto;
  margin: 0 auto;
}
.logo > img {
  height: 39px;
}
#sidebar {
  background: #fff;
  width: 100vw;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s linear;
}
#sidebar.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.sidebar-inner {
  padding: 8.5vh 5vw 7vh;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.sidebar-footer .contact-info {
  text-align: left;
}
.user-toggle,
.nav-toggle,
.nav-close {
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.user-toggle,
.nav-toggle {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: var(--color-Primary);
}
.nav-close {
  width: 32px;
  height: 32px;
  background: url(../img/icon-close.svg) no-repeat center/cover;
  font-size: 0;
}
#navigation {
  margin: 40px 0;
}
#navigation > ul {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation > ul > li > a {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #000000;
}
#navigation > ul > li:hover > a,
#navigation > ul > li.current-menu-item > a {
  color: var(--color-Primary);
}
#navigation > ul > li.menu-item-has-children > a::after {
  width: 32px;
  height: 32px;
  background: url(../img/icon-add.svg) no-repeat center/cover;
  margin-right: 12px;
  content: "";
}
#navigation > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-hero {
  background: var(--color-Secondary);
  text-align: center;
}
.section-hero .section-wrapper {
  margin-top: auto;
}
.section-hero .section-bg {
  height: 81.25%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.section-hero #home-hero {
  max-height: 100%;
  max-width: 95%;
}
.section-hero .section-title {
  font-weight: 800;
  font-size: 82px;
  line-height: 130%;
  text-align: center;
  color: #ffffff;
}
.section-hero .section-desc {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  color: #4e4a49;
  margin: 20px 0 0;
}
.section-service .section-title {
  font-family: "Modam";
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #ffffff;
}
.section-service .section-body {
  background: #fff;
  height: 100%;
}
.section-service .subsection-cover > ul {
  display: flex;
  column-gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-service .subsection-cover > ul > li:nth-child(1),
.section-service .subsection-cover > ul > li:nth-child(3) {
  aspect-ratio: 1/1.1168831168831168;
  width: 25%;
}
.section-service .subsection-cover > ul > li:nth-child(2) {
  aspect-ratio: 1.51/1;
  width: 50%;
}
.section-service .subsection-cover > ul > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-banner {
  min-height: auto !important;
  max-height: 100svh;
}
.section-banner .section-bg {
  height: 100%;
}
.section-banner .section-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-banner .section-cover {
  width: 100%;
  height: 100svh;
  padding-top: 2%;
  display: flex;
  justify-content: center;
  align-items: end;
}
.section-banner .section-cover > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.section-banner .section-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.section-featured .section-body {
  margin-top: 32px;
}
.section-featured .section-list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-featured .section-list > li {
  color: #000000;
  display: flex;
  align-items: center;
}
.section-featured .section-list > li::before {
  width: 24px;
  height: 24px;
  margin-left: 12px;
  background: url(../img/icon-check_circle.svg) no-repeat center/cover;
  filter: brightness(0) saturate(100%) invert(28%) sepia(8%) saturate(218%)
    hue-rotate(344deg) brightness(102%) contrast(97%);
  content: "";
}
.section-featured .section-cover > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-featured .section-cover > ul > li {
  position: absolute;
}
.section-featured .section-cover > ul > li:nth-child(1) {
  width: 33.2270343%;
  left: 16.8053901%;
  top: 8.95308839%;
  aspect-ratio: 1/1.093040152963671;
}
.section-featured .section-cover > ul > li:nth-child(2) {
  width: 33.2270343%;
  right: 14.3857954%;
  top: 23.6189742%;
  aspect-ratio: 1/1.093040152963671;
}
.section-featured .section-cover > ul > li:nth-child(3) {
  width: 26.8622568%;
  left: 23.1701803%;
  bottom: 0;
  aspect-ratio: 1/0.8277473564954683;
}
.testimonial-card {
  height: 100%;
}
.testimonial-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 2px;
}
.testimonial-card-body {
  padding: 37.69px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonial-grid > div:nth-child(1) .testimonial-card-body {
  background: var(--color-Primary);
  color: #fff;
}
.testimonial-grid > div:nth-child(2) .testimonial-card-body {
  background: #feeceb;
  color: #000;
}
.testimonial-grid > div:nth-child(3) .testimonial-card-body {
  background: #b1d2db;
  color: #000;
}
.testimonial-grid > div:nth-child(4) .testimonial-card-body {
  background: var(--color-Tertiary);
  color: #fff;
}
.testimonial-card-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  margin: 0 0 30px;
  display: inline;
  width: 100%;
}
.testimonial-card-desc::before {
  content: "”";
}
.testimonial-card-desc::after {
  content: "“";
}
.testimonial-card-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.section-booking {
  background: #f5edeb;
  overflow: hidden;
}
.section-booking.section-covered .section-wrapper {
  padding: 0 !important;
}
.section-booking .section-cover::before {
  background: url(../img/bg-03.svg) repeat-x center;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
}
.section-booking .section-inner {
  padding: 60px 30px;
}
.section-booking .section-body {
  margin-top: 32px;
}
.section-booking .section-desc {
  color: var(--color-Primary);
}
.section-blog .section-header {
  text-align: center;
}
.blog-card {
  background: rgba(245, 237, 235, 0.5);
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card-body {
  padding: 32px;
}
.blog-card-img {
  border-radius: 0 0 2px 2px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.blog-card-meta {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-card-cat {
  height: 26px;
  border-radius: 26px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: var(--color-Primary);
  background: rgba(231, 212, 208, 0.5);
  display: inline-flex;
  align-items: center;
}
.blog-card-date {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: var(--color-Primary);
}
.blog-card-title {
  font-family: "Modam";
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  color: #000;
  margin: 0;
}
.blog-card-title > a {
  color: inherit;
}
.blog-grid-cover {
  height: 100%;
  position: relative;
}
.blog-grid-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-grid-cover > a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-about {
  text-align: center;
  background: url(../img/bg-07.svg) no-repeat center left,
    url(../img/bg-08.svg) no-repeat center right;
  background-size: auto 100%;
}
.section-about .section-body {
  margin-top: 32px;
}
.section-about .section-title::before {
  width: 32px;
  height: 32px;
  margin: 0 auto 40px;
  background: url(../img/icon-01.svg) no-repeat center/cover;
  display: block;
  content: "";
}
.section-about .section-desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  color: var(--color-Primary);
}
.section-about .section-btn {
  font-size: 16px;
  font-weight: 300;
  color: var(--color-Primary);
}
#footer {
  text-align: center;
  margin-top: auto;
  padding-top: 220px;
}
.footerbar {
  padding: 72px 0 52px;
  display: flex;
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.social-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
  column-gap: 12px;
}
.social-nav > li img {
  height: 24px;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-bottom {
  background: var(--color-Primary);
  color: #fff;
  padding: 12px 0;
}
.footer-info {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-info a {
  color: #fff;
}
.footer-info a:hover {
  color: #f4ebe8;
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-logo > img {
  height: 75px;
}
.page-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 44px;
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
}
.page-tab > li > a {
  height: 38px;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: var(--color-Primary);
  display: inline-flex;
  align-items: center;
}
.page-tab > li.active > a {
  background: var(--color-Primary);
  color: #fff;
}
.page-tab > li.active > a::before,
.page-tab > li.active > a::after {
  background: #fff url(../img/icon-02.svg) no-repeat center/cover;
  width: 18px;
  height: 100%;
  content: "";
}
.page-tab > li.active > a::before {
  margin-left: 10px;
}
.page-tab > li.active > a::after {
  margin-right: 10px;
  transform: scaleX(-1);
}
#page-body {
  padding-top: 40px;
}
.section-about-hero {
  padding: 15.625vh 0 10vh;
  background: #9e5447;
  height: 100svh;
}
.section-about-hero .section-bg {
  height: 81.25%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
}
.section-about-hero #about-hero-back,
.section-about-hero #about-hero-front {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.section-about-hero #about-hero-front path {
  transition: transform 500ms ease-in-out;
}
.section-about-hero:hover #about-hero-front path {
  transform: rotate(-10deg) translateX(-3%);
}
.section-about-hero .section-title {
  font-family: "Doran";
  font-size: 14vh;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  text-align: center;
}
.section-about-intro .section-desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  color: var(--color-Primary);
}
.section-about-intro .section-cover {
  position: relative;
  transform: scale(2.03);
  transform-origin: left center;
}
.section-about-intro .section-cover #about-intro-01 {
  width: 100%;
}
.section-about-intro .section-cover #about-intro-02,
.section-about-intro .section-cover #about-intro-03 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-about-intro .section-cover #about-intro-03 {
  z-index: 2;
}
.section-about-member .section-header {
  text-align: center;
}
.section-about-mission .section-title,
.section-about-member .section-title {
  font-family: "Modam";
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: var(--color-Primary);
  margin: 0;
}
.section-about-mission .section-subtitle,
.section-about-member .section-subtitle {
  font-family: "Doran";
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
  color: var(--color-Primary);
  margin-top: 20px;
}
.section-about-mission .section-desc,
.section-about-member .section-desc {
  color: #4e4a49;
  margin-top: 32px;
}
.about-gallery-card > img {
  width: auto;
  height: 370px;
  max-height: 60vh;
  object-fit: cover;
}
.about-gallery-carousel .slick-track > div {
  margin-left: 16px;
}
.section-about-mission .section-wrapper {
  padding-bottom: 0 !important;
}
.section-about-mission .section-header {
  padding-bottom: 120px;
}
.section-about-mission .section-cover {
  display: flex;
  align-items: end;
}
.section-about-mission .section-cover > img:nth-child(1) {
  aspect-ratio: 0.69/1;
  object-fit: contain;
  max-width: 50%;
  max-height: 564px;
}
.section-about-mission .section-cover > img:nth-child(2) {
  aspect-ratio: 0.73/1;
  object-fit: contain;
  max-width: 40%;
  max-height: 442px;
}
.section-about-feature .section-header,
.section-about-feature .section-footer {
  height: 50%;
}
.section-about-feature .section-header {
  background: #feeceb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-about-feature .section-title {
  font-size: 56px;
  font-weight: 800;
  line-height: 130%;
  text-align: right;
  color: var(--color-Primary);
}
.section-about-feature .section-footer {
  margin: 0 !important;
}
.section-about-feature .section-cover {
  height: 100%;
}
.section-about-feature {
  background: #feeceb;
  overflow: hidden;
}
.section-about-feature.section-covered .section-wrapper {
  padding: 0 !important;
}
.section-about-feature::before,
.section-about-feature::after {
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 16px,
    var(--color-Primary) 16px,
    var(--color-Primary) 32px
  );
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
}
.section-about-feature::before {
  left: 50%;
  opacity: 0.2;
}
.section-about-feature::after {
  right: 50%;
}
.feature-card {
  background: #feeceb;
  display: flex;
  flex-direction: row-reverse;
  height: 100%;
}
.feature-grid > div:nth-child(1) > .feature-card,
.feature-grid > div:nth-child(4) > .feature-card {
  background: #fff;
}
.feature-card .feature-card-body:only-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.feature-card .feature-card-body:not(:only-child),
.feature-card .feature-card-header {
  flex: 0 0 50%;
  max-width: 50%;
}
.feature-card-img {
  width: 100%;
}
.feature-card-body {
  aspect-ratio: 0.68/1;
  padding: 44px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feature-card-title {
  font-family: "Modam";
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-Primary);
  margin: 0;
}
.feature-card-desc {
  font-weight: 300;
  font-size: 16px;
  color: #575757;
}
.member-card-header {
  background: #fff4f3;
  aspect-ratio: 0.79/1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.member-card-header::before {
  background: url(../img/bg-member.svg) no-repeat center bottom/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  content: "";
}
.member-card:hover .member-card-header::before {
  opacity: 1;
  visibility: visible;
}
.member-card-body {
  padding: 16px;
  text-align: center;
}
.member-card-title {
  font-family: "Modam";
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  color: var(--color-Primary);
}
.member-card-subtitle {
  font-family: "Modam";
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  color: #b1756b;
}
.member-card-desc {
  font-weight: 300;
  font-size: 16px;
  color: #4e4a49;
  margin-top: 24px;
}
.member-card-img {
  width: 100%;
  height: 85%;
  object-fit: cover;
  object-position: center top;
  display: block;
  margin: 0 auto;
}
.section-contact-hero {
  padding: 22.125vh 0 0;
  background: var(--color-Quaternary);
  height: 100svh;
}
.section-contact-hero .section-bg {
  height: 81.25%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
}
.section-contact-hero #contact-hero-back,
.section-contact-hero #contact-hero-front {
  filter: brightness(0) invert(1) brightness(0) saturate(100%) invert(100%)
    sepia(76%) saturate(262%) hue-rotate(4deg) brightness(109%) contrast(93%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  height: 100%;
}
.section-contact-hero .section-title {
  font-family: "Doran";
  font-size: 112px;
  font-weight: 800;
  line-height: 1;
  color: var(--color-Primary);
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  text-align: center;
}
.section.section-contact {
  background: rgba(236, 221, 220, 0.4);
}
.section.section-contact .section-wrapper {
  padding: 0 !important;
}
.subsection-contact-form,
.subsection-contact-info {
  padding: 30px 30px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.subsection-contact-info {
  background-color: var(--color-Primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subsection-contact-info .subsection-bg {
  max-width: 95%;
  max-height: 85%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.subsection-contact-form .subsection-header {
  text-align: center;
}
.subsection-contact-form .subsection-title {
  font-family: "Doran";
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
  color: var(--color-Primary);
  margin: 0;
}
.subsection-contact-form .subsection-desc {
  color: #656162;
  margin: 32px 0 0;
}
.contact-widget {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.contact-widget > li > strong {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  color: #e7d4d0;
}
.contact-widget > li > div {
  margin-top: 10px;
}
.contact-widget > li > div,
.contact-widget > li > div a {
  color: #fff;
}
.contact-widget > li > div a {
  display: inline-flex;
  align-items: center;
}
.contact-widget > li > div ul > li > a::after {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: url(../img/icon-arrow_insert.svg) no-repeat center/cover;
  filter: brightness(0) invert(1);
  content: "";
}
.contact-widget > li > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-template-page-about #header:not(.sticky) .user-toggle,
body.page-template-page-about #header:not(.sticky) .nav-toggle {
  color: #fff;
}
body.page-template-page-about #header:not(.sticky) .logo > img {
  filter: brightness(0) invert(1);
}
#page-header {
  text-align: center;
  position: relative;
  z-index: 1;
}
.page-header-title {
  font-family: "Doran";
  font-size: 64px;
  font-weight: 800;
  line-height: 120%;
}
#page-header.page-header-1 {
  border-bottom: 0.5px solid var(--color-Primary);
}
.page-header-bg > svg {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}
#page-header.page-header-1 .page-header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#page-header.page-header-1 .page-header-bg > svg {
  opacity: 0.1;
}
#page-header.page-header-1 .page-header-inner {
  padding: 162px 0;
}
#page-header.page-header-1 .page-header-title {
  color: var(--color-Primary);
}
#page-header.page-header-2 {
  background: var(--color-Secondary);
  padding-top: 140px;
}
#page-header.page-header-2 .page-header-bg {
  height: 260px;
}
#page-header.page-header-2 .page-header-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
#page-header.page-header-2 .page-header-title {
  color: #ffffff;
}
.service-card {
  background: #f5edeb;
  border: 0.5px solid #b1756b;
  border-radius: 2px;
  height: 100%;
  overflow: hidden;
}
.service-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.67/1;
}
.service-card-body {
  padding: 24px 32px;
}
.service-card-title {
  font-family: "Doran";
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: var(--color-Primary);
  margin: 0;
}
.service-card-title > a {
  color: inherit;
}
.service-card-desc {
  font-weight: 400;
  border-top: 1px solid #e7d4d0;
  padding-top: 16px;
  margin-top: 16px;
  color: #b1756b;
}
.service-card-footer {
  padding: 32px 32px;
}
.section-faq .section-header {
  text-align: center;
}
.accordion-card {
  border-bottom: 0.5px solid #e7d4d0;
}
.accordion-card-header {
  padding: 23px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion-card-header::after {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background: url(../img/icon-chevron_left.svg) no-repeat center/cover;
  content: "";
}
.accordion-card-title {
  font-family: "Modam";
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  color: #211d1c;
  margin: 0;
}
.accordion-card-body {
  padding: 0 0 20px;
  font-weight: 300;
  color: #4e4a49;
}
.accordion-card-body {
  display: none;
}
.accordion-card:not(.active) .accordion-card-header::after {
  transform: rotate(180deg);
}
.account-wrapper {
  min-height: 100svh;
}
.account-hero {
  max-height: 100svh;
  position: sticky;
  top: 0;
}
.account-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.account-mainbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  min-height: 100svh;
  position: relative;
}
.account-card {
  width: 100%;
  max-width: 350px;
}
.account-card-header {
  text-align: center;
  margin-bottom: 24px;
}
.account-card-img {
  height: 39px;
}
.account-card-title {
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
  color: #000000;
  margin: 60px 0 0;
}
.account-card-subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #656162;
  margin: 8px 0 0;
}
.account-card-switch {
  margin-top: 20px;
  text-align: center;
}
.account-card-switch > a {
  color: var(--color-Primary);
  text-decoration: underline !important;
}
.account-card-switch > a:hover {
  color: var(--color-Tertiary);
}
.account-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 33px 24px 0;
  text-align: end;
}
.account-back {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  gap: 8px;
  color: #8a8a8a;
  display: inline-flex;
  align-items: center;
}
.account-back::after {
  width: 24px;
  height: 24px;
  background: url(../img/icon-arrow-back.svg) no-repeat center/cover;
  content: "";
}
.account-back:hover {
  filter: brightness(0) invert(0);
}
#otp-alert {
  text-align: center;
  margin: 0 0 12px;
}
#otp-alert > strong {
  letter-spacing: 2px;
}
#otp-field {
  direction: ltr;
  flex-wrap: nowrap;
}
#otp-field input {
  text-align: center;
  padding: 0;
}
#otp-timer {
  margin-top: 10px;
}
body.single-service .section-booking .section-cover {
  transform: scaleX(-1);
}
body.single-service #page-body > div > div,
body.single-post #page-body > div > div {
  --gutter-x: 4.25rem;
  --gutter-y: 4.25rem;
}
.sticky-wrapper {
  position: relative;
}
.sticky-wrapper > .section {
  width: 100vw;
  min-height: 100svh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
body.page-template-page-booking {
  background: var(--color-Quaternary) url(../img/bg-booking.svg) no-repeat top
    center;
  background-size: 100% auto;
}
#sidebar + #page-body {
  padding-top: 150px;
}
.booking-card {
  border-radius: 4px;
  border: 0.5px solid var(--color-Primary);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  max-width: 550px;
  margin: 0 auto;
}
.booking-card-header {
  background: var(--color-Primary);
}
.booking-card-title {
  font-family: "Doran";
  font-weight: 800;
  font-size: 40px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  padding: 44px 10px;
}
.booking-card-progress {
  background: var(--color-Quaternary);
  padding: 24px 40px;
  margin: 0;
  list-style: none;
  justify-content: space-between;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  gap: 8px;
}
.booking-card-progress > li {
  color: var(--color-Tertiary);
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
.booking-card-progress > li.active {
  color: var(--color-Primary);
  width: 100%;
}
.booking-card-progress > li::after {
  background: #fff;
  width: 100%;
  min-width: 87px;
  height: 8px;
  border-radius: 44px;
  margin-top: 6px;
  display: block;
  content: "";
}
.booking-card-progress > li.active::after {
  background: var(--color-Primary);
}
.booking-card-body {
  padding: 40px;
}
.booking-card-subtitle {
  color: var(--color-Primary);
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
}
.booking-service-card-header {
  justify-content: start;
  padding-top: 16px;
  padding-bottom: 16px;
  pointer-events: none;
  cursor: default;
}
.booking-service-card-icon {
  width: 24px;
  height: 24px;
  object-fit: cover;
  margin-left: 12px;
}
.booking-service-card-title {
  color: var(--color-Primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-left: auto;
}
.booking-service-card-header::after {
  width: 24px;
  height: 24px;
}
.booking-service-card-body {
  padding: 24px 0;
}
.booking-select-service {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.booking-select-service > li > label {
  display: block;
}
.booking-select-service > li input {
  display: none;
}
.booking-select-service > li > label > div {
  border-radius: 2px;
  gap: 10px;
  padding: 16px 24px;
  border: 0.5px solid #e7d4d0;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-Primary);
}
.booking-select-service > li input:checked + div {
  background: #f4ebe8;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.booking-select-service > li input:checked + div::after {
  width: 24px;
  height: 24px;
  background: url(../img/icon-01.svg) no-repeat center/cover;
  content: "";
}
.booking-select-doctor {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.booking-select-doctor > li > label {
  display: block;
}
.booking-select-doctor > li input {
  display: none;
}
.booking-select-doctor > li > label > div {
  border-radius: 2px;
  gap: 10px;
  padding: 16px 24px;
  border: 0.5px solid #e7d4d0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.booking-select-doctor > li input:checked + div {
  background: #f4ebe8;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.booking-select-doctor > li input + div::after {
  width: 21px;
  height: 21px;
  background: url(../img/icon-radio-01.svg) no-repeat center/cover;
  content: "";
}
.booking-select-doctor > li input:checked + div::after {
  background-image: url(../img/icon-radio-02.svg);
}
.booking-select-doctor-body {
  margin-left: auto;
}
.booking-select-doctor-title {
  font-family: "Modam";
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  color: #000000;
  margin: 0;
}
.booking-select-doctor-subtitle {
  font-family: "Modam";
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
  color: #b1756b;
  margin: 2px 0 0;
}
.booking-select-doctor-img {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-left: 12px;
}
.booking-select-badge-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-Primary);
  margin: 0 0 16px;
  display: block;
}
ul + .booking-select-badge-title {
  margin-top: 16px;
}
.booking-select-badge {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -2px;
  padding: 0;
  list-style: none;
}
.booking-select-badge > li {
  width: 25%;
  padding: 2px;
}
.booking-select-badge > li label {
  display: block;
}
.booking-select-badge > li input {
  display: none;
}
.booking-select-badge > li input + div {
  border-radius: 2px;
  border: 0.5px solid #e7d4d0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  height: 44px;
  cursor: pointer;
}
.booking-select-badge > li input:checked + div {
  background: #f4ebe8;
}
.booking-card-footer {
  padding: 60px 40px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.booking-card-next,
.booking-card-submit {
  margin-right: auto;
}
.service-feature-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 32px;
  gap: 12px;
  border-radius: 2px;
  height: 100%;
  background: #f5f9fa;
}
.service-feature-card-header > img {
  height: 40px;
}
.service-feature-card-title {
  font-family: "Modam";
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  color: #000000;
  margin: 0;
}
.service-feature-card-subtitle {
  font-family: "Modam";
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  color: #656162;
  margin: 4px 0 0;
}
.service-gallery-card {
  height: 100%;
}
.service-gallery-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.compare-card {
  background: rgba(250, 246, 245, 1);
  border-radius: 2px;
  height: 100%;
  overflow: hidden;
}
.compare-card-header {
  background: var(--color-Primary);
  text-align: center;
  padding: 16px;
}
.compare-card-title {
  font-family: "Modam";
  font-weight: 500;
  font-size: 24px;
  line-height: 25.6px;
  color: #fff;
  margin: 0;
}
.compare-card-body {
  padding: 24px;
}
.compare-card-list {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 16px;
  position: relative;
}
.compare-card-list > li {
  display: flex;
  align-items: center;
}
.compare-card-list > li::before {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url(../img/icon-check_circle.svg) no-repeat center/cover;
  filter: brightness(0) saturate(100%) invert(28%) sepia(8%) saturate(218%)
    hue-rotate(344deg) brightness(102%) contrast(97%);
  content: "";
}
.subsection + .subsection {
  margin-top: 70px;
}
.page-entry-breadcrumb {
  margin: 0 0 16px;
}
.breadcrumb {
  color: #cea9a1;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.breadcrumb > li:not(:first-child)::before {
  content: "/";
  margin: 0 4px;
}
.breadcrumb > li > a {
  color: #cea9a1;
}
.breadcrumb > li > a:hover {
  color: var(--color-Primary);
}
.page-entry-header + .page-entry-body,
.page-entry-body + .page-entry-footer,
.page-entry-header + .page-entry-footer {
  margin-top: 32px;
}
.page-entry-title {
  font-family: "Doran";
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
  color: var(--color-Primary);
  margin: 0;
}
.page-entry-excerpt {
  background: rgba(201, 157, 140, 0.2);
  font-family: "Modam";
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: var(--color-Primary);
  padding: 32px;
  border-radius: 2px;
  margin: 32px 0 0;
}
.page-entry-cover {
  margin: 32px 0 0;
}
.page-entry-cover > img {
  width: 100%;
  border-radius: 2px;
}
.page-entry-body img {
  max-width: 100%;
  border-radius: 2px;
  margin-bottom: 4rem;
}
.page-entry-body h3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--color-Primary);
  font-family: "Modam", sans-serif;
}
.page-entry-body h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-Primary);
  font-family: "Modam", sans-serif;
}
.page-info {
  background: rgba(250, 246, 245, 1);
  border-radius: 2px;
  overflow: hidden;
}
.page-info-header {
  background: var(--color-Primary);
  padding: 16px;
}
.page-info-title {
  font-family: "Modam";
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  color: #fff;
  margin: 0;
}
.page-info-body {
  padding: 24px;
}
.page-info-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  border-right: 1px solid #e7d4d0;
}
.page-info-nav > li > a {
  font-family: "Modam";
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
  color: #656162;
  padding-right: 26px;
  position: relative;
  display: flex;
}
.page-info-nav > li.active > a {
  color: var(--color-Primary);
}
.page-info-nav > li.active > a::before {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 18px;
  height: 18px;
  background: url(../img/icon-01.svg) no-repeat center/cover;
  content: "";
}
.page-info-block + .page-info-block {
  border-top: 0.5px solid #e7d4d0;
  padding-top: 24px;
  margin-top: 24px;
}
.page-info-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
.page-info-meta span {
  color: var(--color-Primary);
}
.page-info-block strong {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #908f8d;
}
.page-info-share {
  display: flex;
  gap: 12px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.page-info-share img {
  height: 24px;
}
.datepicker-selected {
  background-color: #fbf8f8;
  color: var(--color-Primary);
  border-top: 0.5px solid #f6edea;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  min-height: 72px;
  margin-bottom: 24px;
}
.datepicker-selected::before {
  width: 24px;
  height: 24px;
  background: url(../img/icon-event_note.svg) no-repeat center/cover;
  content: "";
}
/*Plugins*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
}
/*--*/
.datepicker-plot-area {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
  transition: all 100ms ease;
}
.datepicker-plot-area .datepicker-day-view .table-days td.disabled span,
.datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable {
  border-radius: 0;
}
.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.datepicker-plot-area .datepicker-time-view .down-btn {
  border-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.datepicker-plot-area,
.datepicker-plot-area .datepicker-time-view > .time-segment {
  border-radius: 0;
}
.datepicker-plot-area .datepicker-day-view .table-days td span,
.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item,
.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  border-radius: 0;
}
.datepicker-plot-area .datepicker-day-view .table-days td span,
.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item,
.datepicker-plot-area .datepicker-day-view .table-days td.disabled span,
.datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable,
.datepicker-plot-area .datepicker-time-view > .time-segment,
.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn,
.datepicker-plot-area .datepicker-time-view input,
.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev,
.datepicker-plot-area .toolbox .pwt-btn-submit,
.datepicker-plot-area .toolbox .pwt-btn-calendar,
.datepicker-plot-area .toolbox .pwt-btn-today {
  cursor: pointer;
}
.datepicker-plot-area .datepicker-day-view .table-days td span,
.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item {
  font-size: 14px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  color: #3f3f46;
}
.datepicker-plot-area .datepicker-day-view .table-days td.disabled span,
.datepicker-plot-area .datepicker-year-view .year-item-disable,
.datepicker-plot-area .datepicker-month-view .month-item-disable {
  background-color: #f1f1f1;
  color: #ccc;
  cursor: default;
}
.datepicker-plot-area .datepicker-day-view .table-days td.today span {
  background-color: #333;
  color: #fff;
}
.datepicker-plot-area .datepicker-day-view .table-days td span.other-month {
  background-color: "";
  color: #ccc;
}
.datepicker-plot-area
  .datepicker-day-view
  .table-days
  td.selected
  span
  .datepicker-plot-area
  .datepicker-day-view
  .table-days
  td:hover,
.datepicker-plot-area .datepicker-day-view .table-days td span:hover,
.datepicker-plot-area .datepicker-year-view .year-item:hover,
.datepicker-plot-area .datepicker-month-view .month-item:hover {
  background-color: var(--color-Tertiary);
  color: #fff;
}
.datepicker-plot-area .datepicker-day-view .table-days td.selected span,
.datepicker-plot-area .datepicker-year-view .year-item.selected,
.datepicker-plot-area .datepicker-month-view .month-item.selected {
  background-color: var(--color-Primary);
  color: #fff;
  font-weight: 600;
}
.datepicker-container {
  display: block;
  position: absolute;
  z-index: 100000;
  top: 0;
  direction: ltr;
}
.datepicker-container.pwt-hide {
  display: none;
}
.datepicker-plot-area {
  overflow: hidden;
  min-height: 70px;
  display: block;
  width: 200px;
  min-width: 200px;
  position: absolute;
  background-color: #fbf8f8;
}
.datepicker-plot-area.datepicker-state-only-time {
  padding: 0;
}
.datepicker-plot-area table,
.datepicker-plot-area th,
.datepicker-plot-area td {
  border: 0;
  background: none;
}
.datepicker-plot-area * {
  text-align: center;
  color: #333;
}
.datepicker-plot-area .datepicker-day-view,
.datepicker-plot-area .datepicker-month-view,
.datepicker-plot-area .datepicker-year-view {
  display: block;
  width: 100%;
  float: left;
  min-height: 200px;
  margin: 0;
}
.datepicker-plot-area-inline-view {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: static;
}
.datepicker-plot-area .datepicker-time-view {
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
  background: #f9f9f9;
  border-top: 1px solid #f1f1f1;
}
.datepicker-plot-area .datepicker-time-view > .time-segment {
  display: block;
  width: 22%;
  float: left;
  overflow: hidden;
}
.datepicker-plot-area .datepicker-time-view > .time-segment:hover .down-btn,
.datepicker-plot-area .datepicker-time-view > .time-segment:hover .up-btn {
  font-weight: bold;
}
.datepicker-plot-area .datepicker-time-view .divider {
  display: block;
  width: 3%;
  height: 60px;
  line-height: 60px;
  float: left;
  overflow: hidden;
  font: 12px bold;
}
.datepicker-plot-area .datepicker-time-view .divider span {
  height: 60px;
  line-height: 60px;
}
.datepicker-plot-area .datepicker-time-view .down-btn,
.datepicker-plot-area .datepicker-time-view .up-btn {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  height: 20px;
  line-height: 22px;
  color: #ccc;
}
.datepicker-plot-area .datepicker-time-view .down-btn:hover,
.datepicker-plot-area .datepicker-time-view .up-btn:hover {
  background-color: rgba(250, 250, 250, 0.3);
  color: #807f7f;
}
.datepicker-plot-area .datepicker-time-view input {
  display: block;
  width: 90%;
  margin: 0 5%;
  height: 20px;
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
}
.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view {
  padding: 0 5px;
  margin: 0;
}
.datepicker-plot-area.datepicker-state-only-time
  .datepicker-time-view
  > .time-segment,
.datepicker-plot-area.datepicker-state-only-time
  .datepicker-time-view
  > .divider {
  padding: 5px 0;
}
.datepicker-plot-area.datepicker-state-no-meridian
  .datepicker-time-view
  > .time-segment {
  width: 31.33%;
}
.datepicker-plot-area.datepicker-state-no-meridian
  .datepicker-time-view
  > .meridian-divider {
  display: none;
}
.datepicker-plot-area.datepicker-state-no-second
  .datepicker-time-view
  > .time-segment {
  width: 31.33%;
}
.datepicker-plot-area.datepicker-state-no-second
  .datepicker-time-view
  > .second-divider {
  display: none;
}
.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second
  .datepicker-time-view
  > .time-segment {
  width: 48%;
}
.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second
  .datepicker-time-view
  > .second-divider,
.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second
  .datepicker-time-view
  > .meridian-divider {
  display: none;
}
.datepicker-plot-area .datepicker-day-view .table-days {
  width: 100%;
  direction: rtl;
  display: flex;
}
.datepicker-plot-area .datepicker-day-view .table-days > tbody {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 16px;
}
.datepicker-plot-area .datepicker-day-view .table-days tr {
  display: flex;
  gap: 8px;
}
.datepicker-plot-area .datepicker-day-view .table-days td {
  width: 14.2%;
  aspect-ratio: 1/1;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.datepicker-plot-area .datepicker-day-view .table-days td .alter-calendar-day {
  font-style: normal;
  position: absolute;
  font-size: 8.5px;
  bottom: 0;
  right: 2px;
  color: #f1f1f1;
}
.datepicker-plot-area .datepicker-day-view .table-days td span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50% !important;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.datepicker-plot-area .datepicker-day-view .month-grid-box {
  display: block;
  width: 100%;
  float: right;
  min-height: 180px;
  margin: 8px 0;
}
.datepicker-plot-area .datepicker-day-view .month-grid-box .header {
  display: flex;
  flex-direction: column;
}
.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
}
.datepicker-plot-area
  .datepicker-day-view
  .month-grid-box
  .header
  .header-row-cell {
  font-size: 14px;
  font-weight: 300;
  color: #605c5b;
  width: 100%;
}
.datepicker-plot-area .datepicker-year-view,
.datepicker-plot-area .datepicker-month-view {
  padding-top: 10px;
}
.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item {
  display: block;
  width: 33.333333%;
  margin: 2px 0 0;
  float: right;
  height: 42px;
  line-height: 42px;
}
.datepicker-plot-area .datepicker-navigator {
  display: flex;
  align-items: center;
  padding: 21px 40px;
  direction: ltr;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev,
.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background: url(../img/icon-arrow-back.svg) no-repeat center/cover;
  font-size: 0;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover,
.datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover {
  filter: brightness(0) invert(0);
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  transform: scaleX(-1);
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
  font-size: 16px;
  font-weight: 300;
  color: var(--color-Primary);
  width: 100%;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover {
  color: var(--color-Tertiary);
}
.datepicker-plot-area .toolbox {
  display: flex;
  justify-content: end;
  align-items: center;
}
.datepicker-plot-area .toolbox .pwt-btn-submit,
.datepicker-plot-area .toolbox .pwt-btn-calendar,
.datepicker-plot-area .toolbox .pwt-btn-today {
  background-color: rgba(250, 250, 250, 0.1);
  float: right;
  display: block;
  font-weight: bold;
  font-size: 11px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  margin: 0 auto;
  margin-left: 5px;
  padding: 0 5px;
  min-width: 50px;
}
/*--*/
.breadcrumb > li:last-child {
  display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
/*Animation*/
[data-animate^="fade"] {
  position: relative;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-out;
  transition-property: all;
}
[data-animate^="fadeOut"],
[data-animate^="flipOut"] {
  opacity: 1;
  visibility: visible;
}
[data-animate^="fadeOut"].animated,
[data-animate^="flipOut"].animated {
  opacity: 0;
  visibility: hidden;
}
[data-animate^="fadeIn"],
[data-animate^="flipIn"] {
  opacity: 0;
  visibility: hidden;
}
[data-animate^="fadeIn"].animated,
[data-animate^="flipIn"].animated {
  opacity: 1;
  visibility: visible;
}
[data-animate^="fadeInDown"] {
  transform: translate3d(0, -100%, 0);
}
[data-animate^="fadeInDown"].animated {
  transform: translate3d(0, 0, 0);
}
[data-animate^="fadeInUp"] {
  transform: translate3d(0, 100%, 0);
}
[data-animate^="fadeInUp"].animated {
  transform: translate3d(0, 0, 0);
}
[data-animate^="fadeOutDown"] {
  transform: translate3d(0, 0, 0);
}
[data-animate^="fadeOutDown"].animated {
  transform: translate3d(0, 100%, 0);
}
[data-animate^="fadeOutUp"] {
  transform: translate3d(0, 0, 0);
}
[data-animate^="fadeOutUp"].animated {
  transform: translate3d(0, -100%, 0);
}
[data-animate="flipInX"] {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
    opacity: 1;
  }
}
[data-animate="flipInY"] {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}
[data-animate="flipOutX"] {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
[data-animate="flipOutY"] {
  animation-duration: calc(1s * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
[data-duration] {
  transition-duration: calc(
    var(--animate-duration) * attr(data-duration, number) / 1000
  );
}
[data-delay] {
  transition-delay: calc(
    var(--animate-delay) * attr(data-delay, number) / 1000
  );
}
[data-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-easing="ease"] {
  transition-timing-function: ease;
}
[data-easing="ease-in"] {
  transition-timing-function: ease-in;
}
[data-easing="ease-out"] {
  transition-timing-function: ease-out;
}
[data-easing="ease-in-out"] {
  transition-timing-function: ease-in-out;
}
[data-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
[data-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
[data-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
[data-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
/*CMS*/

.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/*Responsive*/
@media (max-width: 1200px) {
  .feature-card-body {
    padding: 20px;
  }
  .feature-card-title {
    font-size: 22px;
  }
  body.single-service #page-body > div > div,
  body.single-post #page-body > div > div {
    --gutter-x: 2rem;
    --gutter-y: 2rem;
  }
}
@media (max-width: 767.98px) {
  .account-wrapper > div:nth-child(2) {
    display: none;
  }
  .sidebar-cover {
    display: none;
  }
  .footer-info,
  .footer-nav,
  .footerbar {
    flex-direction: column;
    row-gap: 5px;
  }
  .footerbar > div:nth-child(2) {
    order: -1;
  }
  .footer-info > .powered {
    order: 999;
  }
  .footerbar .social-nav {
    margin-bottom: 30px;
  }
  .section-service .section-header {
    padding: 40px 0;
  }
  .section-service .section-body {
    padding: 40px 0;
  }
  .contact-info > li:not(:only-child) {
    margin-top: 5px;
  }
  .testimonial-card {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
  .page-tab {
    flex-direction: column;
  }
  .feature-grid > div:nth-child(1) > .feature-card {
    background: #feeceb;
  }
  .feature-grid > div:nth-child(3) > .feature-card {
    background: #fff;
  }
  .feature-card-body {
    padding: 44px 15px;
  }
  .feature-card-title {
    font-size: 22px;
  }
  .section-wrapper {
    padding: 60px 0 !important;
  }
  .section:first-of-type .section-wrapper,
  .section.section-covered .section-wrapper {
    padding-top: 60px !important;
  }
  .section:first-of-type .section-wrapper,
  .section.section-covered .section-wrapper {
    padding-top: 60px !important;
  }
  .section-header + .section-body,
  .section-body + .section-footer,
  .section-header + .section-footer {
    margin-top: 32px;
  }
  .page-entry-title,
  .subsection-contact-form .subsection-title,
  .section-about-feature .section-title,
  .section-about-mission .section-subtitle,
  .section-about-member .section-subtitle,
  .section-title {
    font-size: 26px;
  }
  .section-hero .section-title {
    font-size: 44px;
  }
  .section-service .section-title {
    color: #9e5346;
  }
  .section-service .section-header {
    border-bottom: 1px solid #e5cec6;
    padding-bottom: 0;
  }
  .section-service .section-tab {
    margin: 8px 0 0;
    padding: 0 10px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow-x: scroll;
    gap: 13px;
  }
  .section-service .section-tab > li > a::before {
    width: 24px;
    height: 24px;
    background: url(../img/icon-01.svg) no-repeat center/cover;
    margin: 0 auto;
    display: block;
    opacity: 0;
    visibility: hidden;
    content: "";
  }
  .section-service .section-tab > li.active > a::before {
    opacity: 1;
    visibility: visible;
  }
  .section-service .section-tab > li > a {
    color: #cea9a1;
    font-family: "Modam";
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    padding: 0 0 12px;
    display: block;
  }
  .section-service .section-tab > li.active > a {
    color: var(--color-Primary);
  }
  .booking-card-body {
    padding: 20px;
  }
  .booking-card-footer {
    padding: 30px 20px 20px;
  }
  .section-hero,
  .section-about-hero,
  .section-contact-hero {
    min-height: 83.7438424svh !important;
    height: 83.7438424svh !important;
  }
  .section-about-hero .section-title {
    font-size: 72px;
  }
  .section-about-hero #about-hero-back,
  .section-about-hero #about-hero-front {
    width: 85vw;
    right: auto;
  }
  .section-about-intro .section-cover {
    padding-bottom: 30px;
  }
  .section-contact-hero .section-title {
    font-size: 72px;
    top: 60%;
  }
  .section-contact-hero #contact-hero-back,
  .section-contact-hero #contact-hero-front {
    height: auto;
  }
  #footer {
    padding-top: 110px;
  }
  #header {
    padding: 25px 0;
  }
  .nav-toggle,
  .user-toggle {
    width: 24px;
    height: 24px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .nav-toggle {
    background-image: url(../img/icon-menu.svg);
  }
  .user-toggle {
    background-image: url(../img/icon-account_circle.svg);
  }
  .section-booking .section-inner {
    background: #fff;
    box-shadow: -100px 0 0 0 #fff, 100px 0 0 0 #fff;
  }
  .subsection-contact-form,
  .subsection-contact-info {
    margin-left: calc(-0.5 * 1.5rem);
    margin-right: calc(-0.5 * 1.5rem);
  }
  .subsection-contact-form {
    padding-bottom: 90px;
  }
  .blog-grid.slick-slider {
    --gutter-x: 0;
    --gutter-y: 0;
  }
  .blog-grid.slick-slider .slick-list {
    padding-right: 0 !important;
    overflow: visible;
  }
  .blog-grid.slick-slider .slick-track > div {
    margin-left: 16px;
  }
  .blog-grid.slick-slider .slick-track > div:first-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 58px;
    padding-right: 58px;
  }
  .account-wrapper {
    display: flex;
  }
  .account-wrapper > div:nth-child(1),
  .account-wrapper > div:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 100svh;
  }
  #sidebar {
    display: flex;
  }
  #navigation > ul > li > ul {
    width: 50vw;
    height: 100svh;
    background-color: var(--color-Primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10vh 8.47222222vw;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  #navigation > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  #navigation > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #navigation > ul > li > ul > li > a {
    font-size: 24px;
    font-weight: 300;
    line-height: 150%;
    color: #e7d4d0;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #navigation > ul > li > ul > li.menu-item-has-children > a {
    position: none;
    cursor: default;
  }
  #navigation > ul > li > ul > li > a:hover,
  #navigation > ul > li > ul > li.current-menu-item > a {
    color: #fff;
    font-weight: 500;
  }
  #navigation > ul > li > ul > li > a:hover::after,
  #navigation > ul > li > ul > li.current-menu-item > a::after {
    width: 32px;
    height: 32px;
    background: url(../img/icon-01.svg) no-repeat center/cover;
    margin: 0 10px;
    filter: brightness(0) invert(1);
    content: "";
  }
  .sidebar-inner {
    width: 50vw;
    padding-left: 0;
  }
  .sidebar-footer {
    padding-left: 5vw;
  }
  .sidebar-cover {
    width: 50vw;
    height: 100svh;
  }
  .sidebar-cover > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer-nav {
    justify-content: center;
    align-items: center;
    column-gap: 88px;
  }
  .footer-info {
    justify-content: center;
    align-items: center;
  }
  .footer-info > li:not(:last-child)::after {
    height: 22px;
    margin: 0 24px;
    border-left: 0.5px solid #fff;
    content: "";
  }
  .footerbar > .footer-col:first-child {
    text-align: start;
  }
  .footerbar > .footer-col:last-child {
    text-align: end;
  }
  .contact-info > li:only-child {
    max-width: 300px;
  }
  .footerbar {
    justify-content: space-between;
    align-items: end;
  }
  .footerbar > .footer-col:first-child,
  .footerbar > .footer-col:last-child {
    flex: 1;
    display: inline-flex;
    flex-shrink: 0;
  }
  .footerbar > .footer-col:last-child {
    justify-content: end;
  }
  .footerbar > .footer-col:nth-child(2) {
    flex: 0 1 auto;
    margin: 0 auto;
  }
  .section-service .section-header {
    padding: 169px 0 169px 68px;
  }
  .section-service .section-header::before {
    background: inherit;
    width: 100vw;
    height: 100svh;
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
  }
  .section-service .section-body {
    padding: 105px 68px 105px 0;
  }
  .testimonial-card {
    display: flex;
    column-gap: 1rem;
  }
  .testimonial-grid > div:nth-child(1) .testimonial-card,
  .testimonial-grid > div:nth-child(2) .testimonial-card {
    flex-direction: row-reverse;
  }
  .testimonial-card-header,
  .testimonial-card-body {
    width: 50%;
  }
  .member-grid > div:nth-child(1) .member-card {
    display: flex;
  }
  .member-grid > div:nth-child(1) .member-card-header {
    aspect-ratio: 1.6/1;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
  }
  .member-grid > div:nth-child(1) .member-card-header::after {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    background: #fff;
    width: 5px;
    height: 100%;
    content: "";
  }
  .member-grid > div:nth-child(1) .member-card-img {
    width: fit-content;
    height: 98%;
  }
  .member-grid > div:nth-child(1) .member-card-body {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .member-grid > div:nth-child(1) .member-card-title {
    font-size: 24px;
  }
  .member-grid > div:nth-child(1) .member-card-desc {
    margin: auto 0;
  }
  .subsection-contact-form,
  .subsection-contact-info {
    padding: 10% 15%;
  }
  .subsection-contact-info::after {
    background-color: inherit;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    content: "";
  }
  body.single-service .section-booking .row {
    flex-direction: row-reverse;
  }
  .section-service .section-header {
    background: var(--color-Primary);
    height: 100svh;
    position: relative;
  }
  .section-service .section-tab {
    margin: 56px 0 0;
    padding: 0;
    list-style: none;
  }
  .section-service .section-tab > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .section-service .section-tab > li > a {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #ffffff;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-service .section-tab > li.active > a {
    font-weight: 500;
  }
  .section-service .section-tab > li.active > a::after {
    width: 32px;
    height: 32px;
    background: url(../img/icon-01.svg) no-repeat center/cover;
    margin: 0 10px;
    filter: brightness(0) invert(1);
    content: "";
  }
  .page-info {
    position: sticky;
    top: 0;
  }
}
