@charset "UTF-8";
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important;
}
.fs2 {
  font-size: 2rem !important;
}
.fs3 {
  font-size: 3rem !important;
}
.fs4 {
  font-size: 4rem !important;
}
.fs5 {
  font-size: 5rem !important;
}
.fs6 {
  font-size: 6rem !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.primary-color {
  color: #FFFFFF !important;
}
.primary-bg {
  background-color: #FFFFFF !important;
}
.secondary-color {
  color: #FFFFFF !important;
}
.secondary-bg {
  background-color: #FFFFFF !important;
}
.btn-primary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
  background-color: #e6e6e6 !important;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary {
  background-color: #FFFFFF;
  color: #000;
  border-color: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
  background-color: #e6e6e6;
  color: #000;
  border-color: #FFFFFF;
}
.text-white {
  color: #fff !important;
}
.text-white * {
  color: #fff;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-around {
  justify-content: space-around;
}
.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .flex-sm-align-items-stretch-center {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap;
  }
  .flex-sm-align-items-stretch-center > div {
    align-self: center;
  }
}
.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.ws-form-container .ws-form-title-container {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
  font-size: 15px;
  padding: 20px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  color: #fff !important;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.ws-form-container .ws-form-title-container * {
  color: #fff;
}
.ws-form-container .ws-form-title-container .ws-fa-icon-container {
  margin: 0 10px;
}
.ws-form-container .ws-form-body-container {
  padding: 10px;
}
.ws-form-container .ws-form-body-container .form__warn {
  text-align: center !important;
}
.ws-form-container .ws-form-body-container .gform_footer .gform_button {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.fancy-radio ul, .fancy-radio-primary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio ul .radio, .fancy-radio-primary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio ul .radio input, .fancy-radio-primary ul .radio input {
  display: none !important;
}
.fancy-radio ul .radio input + label, .fancy-radio-primary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio ul .radio input[type=radio]:checked + label, .fancy-radio-primary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-radio-secondary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio-secondary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio-secondary ul .radio input {
  display: none !important;
}
.fancy-radio-secondary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio-secondary ul .radio input[type=radio]:checked + label {
  background-color: #FFFFFF;
  color: #000;
}
.fancy-checkbox li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 40px !important;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox li.checkbox input {
  margin-left: 0 !important;
  left: 15px !important;
  margin-top: 0 !important;
}
.fancy-checkbox li.checkbox input:checked + label {
  background-color: #d9d9d9 !important;
}
.fancy-checkbox-alt li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox-alt li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox-alt li.checkbox input {
  margin-left: 30px;
  left: 15px;
  margin-top: 0;
  display: none !important;
}
.fancy-checkbox-alt li.checkbox input:checked + label {
  background-color: #d9d9d9;
}
.fancy-checkbox-alt li.checkbox input:checked + label:before {
  font-family: "Font Awesome 5 Pro";
  color: #35D040;
  content: "";
  font-size: inherit;
  margin-right: 10px;
  list-style: none !important;
}
.strong {
  font-weight: bold !important;
}
@media only screen and (min-width: 768px) {
  .megamenu ul.dropdown-menu {
    width: 100vw;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
  }
  .megamenu ul.dropdown-menu > li {
    float: left;
    width: 33%;
  }
  .megamenu ul.dropdown-menu > li a {
    background-color: #000;
    color: #fff !important;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .megamenu ul.dropdown-menu > li a img {
    display: block;
    clear: both;
    height: 125px;
    width: 100%;
  }
  .megamenu ul.dropdown-menu > li a img:hover {
    opacity: 0.6;
    transition: all 1.25s;
  }
  .megamenu ul.dropdown-menu > li a span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }
}
.slick-slider .slick-single-outer-container {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.04);
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-single-outer-container {
    padding: 0 15px;
  }
}
.slick-slider .slick-single-outer-container .slick-single-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  border-radius: 10px;
  padding: 40px 60px;
}
.slick-slider .slick-single-outer-container .slick-single-inner-container .carousel-caption {
  position: unset;
}
.slick-slider .slick-dots {
  display: flex;
  padding: 0;
  width: 100%;
  justify-content: space-around;
  max-width: 300px;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
}
.slick-slider .slick-dots li {
  list-style: none !important;
}
.slick-slider .slick-dots li::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "";
  font-weight: bold;
}
.slick-slider .slick-dots li.slick-active::before {
  color: red;
}
.slick-slider .slick-dots button {
  display: none;
}
.top-area {
  padding: 0px 0 !important;
}
.header-nav-left {
  justify-content: left;
}
.header-nav-right {
  justify-content: right;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding: 1.25rem 2rem;
}
.header-nav a:not(.book-consultation-btn) {
  font-size: 14px;
  font-weight: 400;
  color: #3f3f3f;
  text-decoration: none;
  transition: color 0.2s ease;
}
.header-nav a:not(.book-consultation-btn):hover {
  color: #000;
}
.header-nav .book-consultation-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 19px;
  border-radius: 999px;
  background-color: #7f9787;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  transition: all 0.25s ease;
}
.header-nav .book-consultation-btn:hover {
  background-color: #738a7b;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .header-nav {
    gap: 1.25rem;
    padding: 1rem;
  }
  .header-nav .book-consultation-btn {
    padding: 0.9rem 1.5rem;
  }
}
.site-header {
  position: relative;
  background: #fff;
  z-index: 10;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.5rem 2rem;
}
.header-logo {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 6px solid #fff;
  z-index: 20;
}
.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .header-logo {
    width: 85px;
    height: 85px;
    bottom: -35px;
  }
}
.hero-section {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  padding: 40px 20px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.hero-section .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.hero-section .hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 992px) {
  .hero-section .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.hero-section .hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1.1;
  margin-bottom: 20px;
  color: white;
}
.hero-section .hero-title .underlined {
  position: relative;
  display: inline-block;
}
.hero-section .hero-title .underlined::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f4f1ea;
  opacity: 0.6;
}
.hero-section .hero-subtitle {
  font-size: 1.1rem;
  max-width: 450px;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .hero-section .hero-subtitle {
    margin: 0 auto 30px;
  }
}
.hero-section .hero-card {
  background: #ffffff;
  color: #333;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.hero-section .hero-card .card-badge {
  display: inline-block;
  background: #f0f2f1;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  color: #888;
  margin-bottom: 20px;
}
.hero-section .hero-card .card-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin-bottom: 15px;
}
.hero-section .hero-card .card-text {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.5;
}
.hero-section .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.hero-section .btn.btn-sage {
  background: #7d9684;
  color: white;
}
.hero-section .btn.btn-sage:hover {
  background: #6f8a77;
}
.hero-section .btn.btn-cream {
  background: #f4f1ea;
  color: #777;
}
.hero-section .btn.btn-cream-outline {
  background: #f4f1ea;
  color: #7d9684;
}
.hero-section .btn.btn-wide {
  width: 100%;
  margin-bottom: 12px;
}
.hero-section .btn .arrow {
  margin-left: 10px;
}
.hero-section .btn .phone-icon {
  margin-right: 10px;
  font-size: 0.9em;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500 !important;
}
.hero-section .hero-actions {
  display: flex;
  gap: 15px;
}
@media (max-width: 992px) {
  .hero-section .hero-actions {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.hero-section .card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.hero-section .card-stats .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
  color: #888;
}
.hero-section .card-stats .stat-item .stat-icon {
  background: #f9f9f9;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16%;
  margin-bottom: 8px;
  color: #7d9684;
}
.hero-section .card-stats .stat-item .stat-icon .card-icon {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500 !important;
}
.hero-section .scroll-explore {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 2px;
  opacity: 0.7;
}
.hero-section .scroll-explore .mouse-icon {
  width: 24px;
  height: 40px;
  border: 2px solid #ffffff66;
  border-radius: 15px;
  margin: 10px auto 0;
  position: relative;
}
.hero-section .scroll-explore .mouse-icon::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 50%;
  transform: translateX(-50%);
}
.services-section {
  padding: 100px 20px;
  background-color: #fff;
  font-family: "Inter", sans-serif;
}
.services-section .container {
  max-width: 1100px;
  margin: 0 auto;
}
.services-header {
  text-align: center;
  margin-bottom: 60px;
}
.services-header .top-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #999;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.services-header .services-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #222;
  line-height: 1.2;
  margin-bottom: 20px;
}
.services-header .services-title .accent {
  color: #7d9684;
}
.services-header .services-intro {
  max-width: 600px;
  margin: 0 auto;
  color: #777;
  line-height: 1.6;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 850px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.service-card {
  padding: 50px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  min-height: 320px;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.service-card .icon-box {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  color: #7d9684;
  font-size: 1.5rem;
}
.service-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #222;
  line-height: 1.3;
}
.service-card p {
  color: #777;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 30px;
  flex-grow: 1;
}
.service-card .learn-more {
  text-decoration: none;
  color: #7d9684;
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.service-card .learn-more:hover {
  border-color: #7d9684;
}
.service-card .learn-more .arrow {
  margin-left: 8px;
}
.service-card.bg-cream {
  background-color: #f7f3ee;
}
.service-card.bg-mint {
  background-color: #eaf4f2;
}
.service-card.bg-mint-alt {
  background-color: #ebf5f3;
}
.service-card.bg-cream-alt {
  background-color: #f6f3ed;
}
@media (max-width: 480px) {
  .service-card {
    padding: 30px;
    border-radius: 30px;
  }
}
/***** MEDIA QUERIES *****/
