@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;
}
.mobile_menu_dropdown_arrow {
  width: 30px !important;
}
.navbar-toggler {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.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: 10px 20px;
  border-radius: 999px;
  background-color: #769483;
  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;
  text-align: center;
  line-height: 1;
}
.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;
  }
}
.header-nav .nav-dropdown {
  position: relative;
}
.header-nav .nav-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-nav .dropdown-menu {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 240px;
  padding: 1rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 50;
}
.header-nav .dropdown-menu a {
  color: #3f3f3f;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}
.header-nav .dropdown-menu a:hover {
  color: #7f9787;
}
@media (max-width: 425px) {
  .hero-content {
    padding-top: 50px;
  }
}
.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: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 110px;
  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: 130px;
    height: 130px;
    bottom: -65px;
  }
}
@media (max-width: 767px) {
  .header {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar {
    background-color: #769483 !important;
  }
  .navbar .mobile-nav-trigger-text {
    color: white;
    text-decoration: none;
  }
  .navbar a {
    color: white;
    display: inline-block;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: none;
    padding: 9px 26px;
    width: 100%;
  }
  .navbar .dropdown-menu {
    background-color: #769483 !important;
  }
}
.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 .card-badge-external {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 6px 16px;
  font-size: 0.8rem;
  color: white;
  margin-bottom: 20px;
}
.hero-section .hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .hero-section .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.hero-section .hero-title {
  font-family: "Fraunces", 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: #F5F1EB;
  opacity: 0.6;
}
.hero-section .hero-title-about {
  font-family: "Playfair Display", serif;
  font-size: 68px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: white;
}
.hero-section .hero-title-about .underlined {
  position: relative;
  display: inline-block;
}
.hero-section .hero-title-about .underlined::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F5F1EB;
  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-invisible {
  background: none;
}
.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: #769483;
  margin-bottom: 20px;
  border: 1px solid #76948333;
}
.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: #769483;
  color: white;
}
.hero-section .btn.btn-sage:hover {
  background: #698776;
}
.hero-section .btn.btn-cream {
  background: #F5F1EB;
  color: #777;
}
.hero-section .btn.btn-cream-outline {
  background: #F5F1EB;
  color: #769483;
}
.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: #1A1A1A;
  font-weight: 500;
}
.hero-section .card-stats .stat-item .stat-icon {
  background: #7694831A;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16%;
  margin-bottom: 8px;
  color: #769483;
}
.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%);
}
@media (max-width: 320px) {
  .hero-section .scroll-explore {
    bottom: -70px;
  }
}
body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", sans-serif;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.services-layout {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .services-layout {
    padding: 100px 40px;
  }
}
.services-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 60px auto;
}
.services-header .services-subtitle {
  font-family: "Inter", "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #769483;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
}
.services-header .services-title {
  font-family: "Fraunces", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 75px;
  color: #1A1A1A;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .services-header .services-title {
    font-size: 2.25rem;
  }
}
.services-header .services-title .accent-text {
  color: #769483;
}
.services-header .services-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services-grid {
    gap: 32px;
  }
}
.service-card {
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 280px;
}
@media (min-width: 1024px) {
  .service-card {
    padding: 40px;
    min-height: 320px;
  }
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}
.service-card.card-beige {
  background-color: #F5F1EB;
}
.service-card.card-mint {
  background-color: #edf6f4;
}
.service-card .card-icon {
  background-color: #ffffff;
  color: #769483;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 30px;
  box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
}
.service-card .card-title {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 37.5px;
  color: #1A1A1A;
  margin: 0 0 14px 0;
}
.service-card .card-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666666;
  margin: 0 0 24px 0;
  flex-grow: 1;
}
.service-card .card-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.service-card .card-link:hover {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.service-card .card-link:hover .arrow {
  transform: translateX(4px);
}
.service-card .card-link .arrow {
  margin-left: 6px;
  transition: transform 0.2s ease;
  display: inline-block;
}
.service-card .card-corner-img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: auto;
  object-fit: contain;
  opacity: 0.8;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .service-card .card-corner-img {
    width: 75px;
    top: 24px;
    right: 24px;
  }
}
.service-card .card-corner-img-2 {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: auto;
  object-fit: contain;
  opacity: 0.2;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .service-card .card-corner-img-2 {
    width: 35px;
    top: 24px;
    right: 24px;
  }
}
.serve-section {
  width: 100%;
  padding: 60px 24px;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .serve-section {
    padding: 100px 60px;
  }
}
.serve-section .serve-split-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}
@media (min-width: 1024px) {
  .serve-section .serve-split-layout {
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
  }
}
.serve-section .serve-split-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}
@media (min-width: 1024px) {
  .serve-section .serve-split-layout {
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
  }
}
.serve-section .serve-media-side {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.serve-section .serve-media-side .image-wrapper {
  position: relative;
  width: 100%;
  max-width: 480px;
}
.serve-section .serve-media-side .bg-card-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #76948328;
  transform: rotate(-3deg) scale(1.02);
  z-index: 1;
}
.serve-section .serve-media-side .main-feature-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 32px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}
.serve-section .serve-media-side .floating-quote-card {
  position: absolute;
  bottom: -30px;
  left: auto;
  right: -10px;
  width: 69%;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 15px;
  margin: 0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  z-index: 3;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .serve-section .serve-media-side .floating-quote-card {
    width: 85%;
    bottom: -20px;
    left: auto;
    right: -40px;
  }
}
.serve-section .serve-media-side .floating-quote-card .quote-text {
  font-size: 0.9rem;
  line-height: 1.5;
  font-style: italic;
  color: #666666;
  margin: 0 0 16px 0;
}
.serve-section .serve-media-side .floating-quote-card .quote-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.serve-section .serve-media-side .floating-quote-card .quote-icon-circle {
  width: 45px;
  height: 45px;
  background-color: #769483;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.serve-section .serve-media-side .floating-quote-card .quote-icon-circle i {
  color: #ffffff;
  font-size: 24px;
}
.serve-section .serve-media-side .floating-quote-card .quote-meta {
  display: flex;
  flex-direction: column;
}
.serve-section .serve-media-side .floating-quote-card .quote-author {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #1A1A1A;
}
.serve-section .serve-media-side .floating-quote-card .quote-brand {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6B6B6B;
}
@media (max-width: 1023px) {
  .serve-section .serve-content-side {
    margin-top: 40px;
  }
}
.serve-section .serve-content-side .serve-header {
  margin-bottom: 40px;
}
.serve-section .serve-content-side .serve-header .serve-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #769483;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
}
.serve-section .serve-content-side .serve-header .serve-title {
  font-family: "Fraunces", serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
  color: #1a1a1a;
  margin: 0 0 16px 0;
}
@media (min-width: 768px) {
  .serve-section .serve-content-side .serve-header .serve-title {
    font-size: 2.75rem;
  }
}
.serve-section .serve-content-side .serve-header .serve-title .accent-text {
  color: #769483;
}
.serve-section .serve-content-side .serve-header .serve-lead-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}
.serve-section .serve-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 40px;
  position: relative;
}
.serve-section .serve-list .serve-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.serve-section .serve-list .item-icon-box {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.serve-section .serve-list .item-icon-box .fa-heart {
  font-size: 28px;
  color: #769483;
}
.serve-section .serve-list .item-icon-box .fa-users {
  font-size: 28px;
  color: #C5A880;
}
.serve-section .serve-list .item-icon-box .fa-building {
  font-size: 28px;
  color: #6B8677;
}
.serve-section .serve-list .item-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.serve-section .serve-list .item-title {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 4px 0 0 0;
}
.serve-section .serve-list .item-description {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #666666;
  margin: 0;
}
.serve-section .serve-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #7d9d85;
  color: #ffffff;
  font-family: "Inter", "Helvetica Neue", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 30px;
  box-shadow: 0 10px 25px rgba(125, 157, 133, 0.25);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.serve-section .serve-actions .btn-primary:hover {
  background-color: #698776;
  transform: translateY(-1px);
}
.serve-section .serve-actions .btn-primary:hover .arrow-icon {
  transform: translateX(4px);
}
.serve-section .serve-actions .btn-primary .arrow-icon {
  transition: transform 0.2s ease;
}
.process-section {
  padding: 100px 20px 140px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  overflow: hidden;
}
.process-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.process-section .process-header {
  text-align: center;
  margin-bottom: 80px;
}
.process-section .process-header .top-label {
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  color: #769483;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
.process-section .process-header .process-title {
  font-family: "Fraunces", serif;
  font-size: 60px;
  color: #4a4a4a;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .process-section .process-header .process-title {
    font-size: 38px;
    line-height: 1.3;
  }
}
.process-section .process-header .process-title .accent {
  color: #769483;
}
.process-section .process-header .process-intro {
  max-width: 600px;
  margin: 0 auto;
  color: #666;
  line-height: 1.6;
}
.process-section .process-timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}
.process-section .process-timeline .connecting-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.process-section .process-timeline .connecting-line svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .process-section .process-timeline {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    max-width: 650px;
    margin: 0 auto;
  }
  .process-section .process-timeline .connecting-line {
    display: none;
  }
}
@media (max-width: 600px) {
  .process-section .process-timeline {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.process-section .process-step {
  position: relative;
  flex: 1;
  z-index: 2;
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .process-section .process-step.step-up {
    transform: translateY(-30px);
  }
  .process-section .process-step.step-down {
    transform: translateY(50px);
  }
}
.process-section .circle-card {
  position: relative;
  background: #F5F1EB;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  transition: transform 0.25s ease-in-out;
}
.process-section .circle-card:hover {
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  .process-section .circle-card {
    width: 240px;
    height: 240px;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .process-section .circle-card {
    width: 270px;
    height: 270px;
  }
}
@media (max-width: 360px) {
  .process-section .circle-card {
    width: 240px;
    height: 240px;
  }
}
.process-section .circle-card .badge-num {
  position: absolute;
  top: 25px;
  right: 25px;
  background: #769483;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 0.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 3px solid white;
}
@media (max-width: 1200px) {
  .process-section .circle-card .badge-num {
    top: 15px;
    right: 15px;
  }
}
.process-section .circle-card .icon-wrapper {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #769483;
  font-size: 1.3rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  margin-bottom: 12px;
}
.process-section .circle-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  margin-bottom: 6px;
  color: #4a4a4a;
  line-height: 1.3;
}
.process-section .circle-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.45;
  max-width: 190px;
  margin: 0;
}
.about-practice-section {
  padding: 100px 20px 120px;
  font-family: "Inter", sans-serif;
  color: #555555;
}
.about-practice-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.about-practice-section .practice-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 992px) {
  .about-practice-section .practice-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.about-practice-section .video-container {
  position: relative;
  padding-bottom: 30px;
}
.about-practice-section .video-wrapper {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  aspect-ratio: 1.3333333333;
}
.about-practice-section .video-wrapper .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-practice-section .video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.65);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}
.about-practice-section .video-wrapper .play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
  background: rgba(255, 255, 255, 0.95);
}
.about-practice-section .video-wrapper .play-btn .play-icon {
  color: #769483;
  font-size: 1.8rem;
  margin-left: 6px;
}
.about-practice-section .video-wrapper .duration-badge {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
}
.about-practice-section .cert-card {
  position: absolute;
  bottom: 0;
  left: -20px;
  background: #ffffff;
  padding: 16px 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  max-width: 260px;
}
@media (max-width: 576px) {
  .about-practice-section .cert-card {
    position: relative;
    left: 0;
    margin: 20px auto 0;
  }
}
.about-practice-section .cert-card .cert-icon {
  width: 40px;
  height: 40px;
  background: #f0f4f2;
  color: #769483;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.about-practice-section .cert-card .cert-text {
  display: flex;
  flex-direction: column;
}
.about-practice-section .cert-card .cert-text .cert-sub {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #6b6b6b;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-style: Regular;
  line-height: 16px;
}
.about-practice-section .cert-card .cert-text .cert-main {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
  font-style: Medium;
  line-height: 20px;
}
.about-practice-section .practice-content .section-label {
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #769483;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
.about-practice-section .practice-content .practice-title {
  font-family: "Fraunces", serif;
  font-size: 48px;
  color: #1a1a1a;
  line-height: 60px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 25px;
  font-weight: 400;
  text-transform: capitalize;
}
.about-practice-section .practice-content .practice-title .accent {
  color: #769483;
}
.about-practice-section .practice-content .body-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 29.25px;
}
.about-practice-section .practice-content .body-text.highlight-p {
  font-size: 1.1rem;
  color: #3d4441;
}
.about-practice-section .practice-content .practice-quote {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #5d6662;
  font-style: italic;
  margin: 25px 0 35px;
  padding-left: 0;
  border-left: none;
}
.about-practice-section .btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  padding: 16px 32px;
  border-radius: 50px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.about-practice-section .btn.btn-sage {
  background-color: #769483;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(118, 148, 131, 0.15);
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.about-practice-section .btn.btn-sage:hover {
  background-color: #698776;
  transform: translateY(-1px);
}
.testimonials-section {
  padding: 100px 0 120px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  color: #1a1a1a;
}
.testimonials-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.testimonials-section .testimonials-header {
  text-align: center;
  margin-bottom: 40px;
}
.testimonials-section .testimonials-header .top-label {
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 400px;
  letter-spacing: 2px;
  color: #769483;
  margin-bottom: 12px;
}
.testimonials-section .testimonials-header .section-title {
  font-family: "Fraunces", serif;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-weight: 400;
}
.testimonials-section .testimonials-header .section-title .accent {
  color: #769483;
}
.testimonials-section .trust-bar {
  background-color: #f4f1ea;
  border-radius: 20px;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .testimonials-section .trust-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
    border-radius: 24px;
    gap: 24px 15px;
  }
}
@media (max-width: 576px) {
  .testimonials-section .trust-bar {
    grid-template-columns: 1fr;
    text-align: left;
  }
}
.testimonials-section .trust-bar .badge-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  font-family: "Inter", sans-serif;
  line-height: 17.5px;
  letter-spacing: 0px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.testimonials-section .trust-bar .badge-item:hover {
  transform: scale(1.03);
}
.testimonials-section .trust-bar .badge-item .badge-icon {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #769483;
  font-size: 0.9rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02);
}
.testimonials-section .slider-wrapper {
  margin: 0 -20px;
  padding: 30px 20px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 8%, black 92%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 8%, black 92%, rgba(0, 0, 0, 0) 100%);
}
.testimonials-section .testimonials-slider {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-top: 25px;
  padding-bottom: 25px;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.testimonials-section .testimonials-slider.is-dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
  cursor: grabbing;
}
.testimonials-section .testimonials-slider::-webkit-scrollbar {
  display: none;
}
.testimonials-section .testimonials-slider::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.testimonials-section .testimonials-slider::-webkit-scrollbar-thumb {
  background: rgba(118, 148, 131, 0.3);
  border-radius: 10px;
}
.testimonials-section .testimonials-slider::-webkit-scrollbar-thumb:hover {
  background: #769483;
}
.testimonials-section .testimonial-card {
  flex: 0 0 calc(33.333% - 20px);
  scroll-snap-align: start;
  position: relative;
  padding: 40px;
  border-radius: 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 340px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}
@media (max-width: 992px) {
  .testimonials-section .testimonial-card {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 650px) {
  .testimonials-section .testimonial-card {
    flex: 0 0 100%;
  }
}
.testimonials-section .testimonial-card .quote-mark {
  position: absolute;
  top: -20px;
  left: 25px;
  width: 50px;
  height: 50px;
  background-color: #769483;
  color: #ffffff;
  font-size: 3rem;
  font-family: serif;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding-top: 20px;
  box-shadow: 0 6px 15px rgba(118, 148, 131, 0.2);
}
.testimonials-section .testimonial-card .quote-mark img {
  margin-top: -20px;
  height: 30px;
}
.testimonials-section .testimonial-card .stars {
  color: #698372;
  font-size: 1.1rem;
  margin-top: 10px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.testimonials-section .testimonial-card .quote-text-old {
  font-style: italic;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 30px;
  flex-grow: 1;
}
.testimonials-section .testimonial-card .quote-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  line-height: 20px;
}
.testimonials-section .testimonial-card .author-box {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 20px;
}
.testimonials-section .testimonial-card .author-box .avatar {
  width: 44px;
  height: 44px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #769483;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
.testimonials-section .testimonial-card .author-box .meta {
  display: flex;
  flex-direction: column;
}
.testimonials-section .testimonial-card .author-box .meta strong {
  font-family: "Playfair Display", serif;
  font-size: 0.95rem;
  color: #1a1a1a;
}
.testimonials-section .testimonial-card .author-box .meta span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  font-weight: 400;
}
.testimonials-section .testimonial-card.bg-tint-cream {
  background-color: #fbf7f2;
}
.testimonials-section .testimonial-card.bg-tint-mint {
  background-color: #f1f7f5;
}
.testimonials-section .testimonial-card.bg-tint-lavender {
  background-color: #f4f3f9;
}
.testimonials-section .testimonial-card.bg-tint-peach {
  background-color: #faf5f0;
}
.testimonials-section .scroll-indicator {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 80px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #aaa;
  letter-spacing: 1px;
}
.testimonials-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .testimonials-section .stats-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 40px;
  }
}
.testimonials-section .stats-grid .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials-section .stats-grid .stat-number {
  font-family: "Fraunces", serif;
  font-size: 96px;
  color: #769483;
  line-height: 100%;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
}
.testimonials-section .stats-grid .stat-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-transform: capitalize;
  line-height: 20px;
  text-align: center;
}
.visit-section {
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  color: #1a1a1a;
}
.visit-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.visit-section .section-header {
  text-align: center;
  margin-bottom: 60px;
}
.visit-section .section-header .top-label {
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #769483;
  margin-bottom: 12px;
  font-weight: 500;
}
.visit-section .section-header .section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}
.visit-section .section-header .section-title .accent {
  color: #769483;
}
.visit-section .section-header .section-subtitle {
  font-size: 1.05rem;
  color: #666;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
.visit-section .visit-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 992px) {
  .visit-section .visit-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.visit-section .gallery-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.visit-section .gallery-column .main-photo-box {
  width: 100%;
  aspect-ratio: 1.4545454545;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.visit-section .gallery-column .sub-photos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.visit-section .gallery-column .sub-photos-grid .thumb-box {
  width: 100%;
  aspect-ratio: 1.3333333333;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.visit-section .gallery-column .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.visit-section .gallery-column .gallery-img:hover {
  transform: scale(1.03);
}
.visit-section .gallery-column .parking-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 30px;
  margin-top: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.visit-section .gallery-column .parking-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.visit-section .gallery-column .parking-card p strong {
  color: #1a1a1a;
  font-weight: 600;
}
.visit-section .gallery-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.visit-section .gallery-column .main-photo-box {
  width: 100%;
  aspect-ratio: 1.4545454545;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.visit-section .gallery-column .sub-photos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.visit-section .gallery-column .sub-photos-grid .thumb-box {
  width: 100%;
  aspect-ratio: 1.3333333333;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.visit-section .gallery-column .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.visit-section .gallery-column .gallery-img:hover {
  transform: scale(1.03);
}
.visit-section .gallery-column .parking-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 30px;
  margin-top: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.visit-section .gallery-column .parking-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.visit-section .gallery-column .parking-card p strong {
  color: #1a1a1a;
  font-weight: 600;
}
.visit-section .gallery-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.visit-section .gallery-column .main-photo-box {
  width: 100%;
  aspect-ratio: 1.4545454545;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.visit-section .gallery-column .sub-photos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.visit-section .gallery-column .sub-photos-grid .thumb-box {
  width: 100%;
  aspect-ratio: 1.3333333333;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.visit-section .gallery-column .gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.visit-section .gallery-column .gallery-img:hover {
  transform: scale(1.03);
}
.visit-section .gallery-column .parking-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 30px;
  margin-top: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.visit-section .gallery-column .parking-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.visit-section .gallery-column .parking-card p strong {
  color: #1a1a1a;
  font-weight: 600;
}
.visit-section .details-column {
  display: flex;
  flex-direction: column;
}
.visit-section .info-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.visit-section .info-stack .info-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  text-align: left;
}
.visit-section .info-stack .info-card .card-icon {
  width: 44px;
  height: 44px;
  background: #f3f6f4;
  color: #769483;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.visit-section .info-stack .info-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.visit-section .info-stack .info-card .card-body .card-label {
  font-size: 0.75rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.visit-section .info-stack .info-card .card-body strong {
  font-size: 1rem;
  color: #1a1a1a;
  font-weight: 600;
}
.visit-section .info-stack .info-card .card-body .card-sub {
  font-size: 0.85rem;
  color: #666;
}
.visit-section .map-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 2.3;
  background-color: #e5e2da;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 12px;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.02);
  margin-bottom: 24px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.visit-section .map-placeholder:hover {
  background-color: #dfdbd1;
}
.visit-section .map-placeholder:hover .map-center-pin .pin-icon {
  transform: translateY(-4px);
}
.visit-section .map-placeholder .map-center-pin {
  width: 54px;
  height: 54px;
  background: #769483;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(118, 148, 131, 0.3);
}
.visit-section .map-placeholder .map-center-pin .pin-icon {
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}
.visit-section .map-placeholder .map-action-text {
  font-size: 0.8rem;
  font-weight: 500;
  color: #7a766e;
  letter-spacing: 0.3px;
}
.visit-section .btn-directions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background-color: #769483;
  color: #ffffff;
  padding: 18px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  box-shadow: 0 8px 25px rgba(118, 148, 131, 0.15);
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-sizing: border-box;
}
.visit-section .btn-directions:hover {
  background-color: #698776;
  transform: translateY(-1px);
}
.visit-section .btn-directions .btn-icon {
  font-size: 0.9rem;
}
.faq-section {
  padding: 100px 20px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  color: #1a1a1a;
}
.faq-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.faq-section .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 992px) {
  .faq-section .faq-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.faq-section .faq-content {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 993px) {
  .faq-section .faq-content .faq-sticky-wrapper {
    position: sticky;
    top: 40px;
  }
}
@media (max-width: 992px) {
  .faq-section .faq-content {
    text-align: center;
    align-items: center;
  }
}
.faq-section .faq-content .top-label {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  color: #769483;
  margin-bottom: 15px;
  font-weight: 400;
}
.faq-section .faq-content .faq-title {
  font-family: "Fraunces", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 25px;
  letter-spacing: 0px;
}
.faq-section .faq-content .faq-title .accent {
  color: #769483;
}
.faq-section .faq-content .faq-subtitle {
  font-size: 1.05rem;
  color: #666;
  line-height: 1.65;
  max-width: 460px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .faq-section .faq-content .faq-subtitle {
    margin-bottom: 40px;
  }
}
.faq-section .faq-cta {
  display: flex;
  flex-direction: column;
  margin-top: 160px;
  gap: 15px;
}
@media (max-width: 992px) {
  .faq-section .faq-cta {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .faq-section .faq-cta {
    margin-top: 35px;
  }
}
.faq-section .faq-cta .cta-label {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #769483;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.faq-section .faq-cta .btn-sage {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  padding: 15px 35px;
  border-radius: 50px;
  background-color: #769483;
  color: #ffffff;
  width: fit-content;
  box-shadow: 0 8px 20px rgba(118, 148, 131, 0.15);
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.faq-section .faq-cta .btn-sage:hover {
  background-color: #698776;
  transform: translateY(-1px);
}
.faq-section .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-section .faq-item {
  background-color: #F5F1EB;
  border-radius: 20px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.faq-section .faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-section .faq-item[open] {
  background-color: white;
}
.faq-section .faq-item[open] .faq-trigger .toggle-icon {
  transform: rotate(45deg);
  background-color: #769483;
  color: #454545;
}
.faq-section .faq-item[open] .faq-trigger .toggle-icon::after {
  background-color: #454545;
}
.faq-section .faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  gap: 20px;
}
.faq-section .faq-trigger .question-text {
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5;
  color: #272727;
}
.faq-section .faq-trigger .toggle-icon {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease;
}
.faq-section .faq-trigger .toggle-icon::before, .faq-section .faq-trigger .toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #454545;
  transition: background-color 0.2s ease;
}
.faq-section .faq-trigger .toggle-icon::before {
  width: 12px;
  height: 2px;
}
.faq-section .faq-trigger .toggle-icon::after {
  width: 2px;
  height: 12px;
}
.faq-section .faq-panel {
  padding: 0 30px 28px;
}
.faq-section .faq-panel p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #666;
  margin: 0;
  animation: fadeReveal 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes fadeReveal {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.action-cta-section {
  padding: 120px 20px;
  font-family: "Inter", sans-serif;
  color: #1a1a1a;
  text-align: center;
}
.action-cta-section .container {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.action-cta-section .cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #ffffff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #769483;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  margin-bottom: 30px;
}
.action-cta-section .cta-badge .badge-dot {
  width: 6px;
  height: 6px;
  background-color: #849f90;
  border-radius: 50%;
}
.action-cta-section .cta-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}
.action-cta-section .cta-title .accent {
  color: #769483;
}
.action-cta-section .cta-title .underlined {
  position: relative;
  display: inline-block;
  color: #769483;
}
.action-cta-section .cta-title .underlined::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(118, 148, 131, 0.4);
  border-radius: 2px;
}
.action-cta-section .cta-subtitle {
  font-size: 1.1rem;
  line-height: 1.65;
  color: #666;
  max-width: 620px;
  margin-bottom: 50px;
  margin: 0 auto;
  text-align: center;
}
.action-cta-section .cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 576px) {
  .action-cta-section .cta-actions {
    flex-direction: column;
    gap: 15px;
  }
}
.action-cta-section .cta-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 18px 36px;
  border-radius: 50px;
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .action-cta-section .cta-actions .btn {
    width: 100%;
    max-width: 320px;
  }
}
.action-cta-section .cta-actions .btn:hover {
  transform: translateY(-1px);
}
.action-cta-section .cta-actions .btn-sage {
  background-color: #769483;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(118, 148, 131, 0.2);
}
.action-cta-section .cta-actions .btn-sage:hover {
  background-color: #698776;
}
.action-cta-section .cta-actions .btn-sage .btn-arrow {
  margin-left: 8px;
}
.action-cta-section .cta-actions .btn-cream-outline {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(26, 26, 26, 0.15);
  color: #769483;
}
.action-cta-section .cta-actions .btn-cream-outline:hover {
  background-color: rgba(26, 26, 26, 0.03);
  border-color: rgba(26, 26, 26, 0.3);
}
.action-cta-section .cta-actions .btn-cream-outline .btn-icon {
  margin-right: 8px;
  font-size: 0.9rem;
}
.action-cta-section .cta-trust-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .action-cta-section .cta-trust-footer {
    flex-direction: row;
    gap: 15px;
  }
  .action-cta-section .cta-trust-footer .trust-divider {
    display: none;
  }
}
@media (max-width: 425px) {
  .action-cta-section .cta-trust-footer {
    flex-direction: column;
    gap: 15px;
  }
  .action-cta-section .cta-trust-footer .trust-divider {
    display: none;
  }
}
.action-cta-section .cta-trust-footer .trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #888888;
  font-weight: 500;
}
.action-cta-section .cta-trust-footer .trust-item .trust-icon {
  color: #769483;
  font-size: 0.9rem;
  opacity: 0.8;
}
.action-cta-section .cta-trust-footer .trust-divider {
  color: #cccccc;
  font-size: 1rem;
  user-select: none;
}
.site-footer-preview-context {
  background-color: #7d9684;
  padding: 60px 20px;
}
.footer-brand-section {
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  max-width: 420px;
}
.footer-brand-section .brand-identity {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.footer-brand-section .brand-icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.footer-brand-section .brand-icon-wrapper .brand-logo-icon {
  color: #ffffff;
  font-size: 1.2rem;
}
.footer-brand-section .brand-text-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.footer-brand-section .brand-text-wrapper .brand-title {
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.2px;
}
.footer-brand-section .brand-text-wrapper .brand-tagline {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.5px;
  margin-top: 3px;
  font-weight: 400;
}
.footer-brand-section .brand-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  margin: 0 0 32px 0;
  font-weight: 400;
}
.social-links-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.social-links-row .social-icon-btn {
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.95rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.social-links-row .social-icon-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.bio-section {
  padding: 120px 20px;
  font-family: "Inter", sans-serif;
  color: #555555;
  overflow: hidden;
}
.bio-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.bio-section .bio-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 992px) {
  .bio-section .bio-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.bio-section .bio-image-wrapper {
  position: relative;
  display: inline-block;
  padding: 30px 20px 30px 30px;
}
@media (max-width: 992px) {
  .bio-section .bio-image-wrapper {
    padding: 20px 0 40px 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.bio-section .photo-container {
  position: relative;
  z-index: 2;
  border-radius: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}
.bio-section .photo-container .bio-portrait {
  height: 500px;
  object-fit: cover;
  display: block;
  border-radius: 40px;
}
.bio-section .photo-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7d9684;
  border-radius: 40px;
  opacity: 0.12;
  transform: translate(-30px, -30px);
}
@media (max-width: 768px) {
  .bio-section .photo-container::before {
    transform: translate(-15px, -15px);
  }
}
.bio-section .stat-badge {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  max-width: 200px;
  z-index: 5;
}
@media (max-width: 576px) {
  .bio-section .stat-badge {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 20px auto 0;
    width: 100%;
    box-shadow: none;
    background: transparent;
    justify-content: center;
  }
}
.bio-section .stat-badge .stat-icon {
  width: 40px;
  height: 40px;
  background: #f0f4f2;
  color: #7d9684;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.bio-section .stat-badge .stat-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.bio-section .stat-badge .stat-text strong {
  font-size: 0.95rem;
  color: #2c3330;
  font-weight: 600;
}
.bio-section .stat-badge .stat-text span {
  font-size: 0.8rem;
  color: #999;
}
.bio-content-wrapper {
  display: flex;
  flex-direction: column;
}
.bio-content-wrapper .bio-header {
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 992px) {
  .bio-content-wrapper .bio-header {
    text-align: center;
  }
}
.bio-content-wrapper .bio-header .doctor-name {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  color: #2c3330;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.bio-content-wrapper .bio-header .credentials-label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  font-weight: 500;
  margin-bottom: 4px;
}
.bio-content-wrapper .bio-header .license-info {
  display: block;
  font-size: 0.9rem;
  color: #666;
}
.bio-content-wrapper .contact-us-header {
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 992px) {
  .bio-content-wrapper .contact-us-header {
    text-align: center;
  }
}
.bio-content-wrapper .contact-us-header .doctor-name {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  color: #2c3330;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}
.bio-content-wrapper .contact-us-header .credentials-label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  font-weight: 500;
  margin-bottom: 4px;
}
.bio-content-wrapper .contact-us-header .license-info {
  display: block;
  font-size: 0.9rem;
  color: #666;
}
.bio-content-wrapper .bio-approach {
  margin-bottom: 40px;
}
.bio-content-wrapper .bio-approach .approach-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.bio-content-wrapper .bio-approach .approach-header .heart-icon-wrapper {
  width: 44px;
  height: 44px;
  background-color: rgba(125, 150, 132, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bio-content-wrapper .bio-approach .approach-header .heart-icon-wrapper .approach-icon {
  color: #7d9684;
  font-size: 1.15rem;
}
.bio-content-wrapper .bio-approach .approach-header h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: #2c3330;
  margin: 0;
}
.bio-content-wrapper .bio-approach .body-text {
  font-size: 1rem;
  line-height: 1.65;
  color: #555555;
  margin-bottom: 20px;
  text-align: left;
}
.bio-content-wrapper .bio-approach .body-text.highlight-quote {
  font-size: 1.05rem;
  font-weight: 400;
  color: #3d4441;
  font-style: italic;
}
.specialties-block {
  background-color: #ffffff;
  padding: 30px 40px;
  border-radius: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
  text-align: left;
}
@media (max-width: 576px) {
  .specialties-block {
    padding: 24px 30px;
  }
}
.specialties-block h3 {
  font-size: 1.1rem;
  color: #2c3330;
  margin-bottom: 25px;
}
.specialties-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 480px) {
  .specialties-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.specialties-grid .specialty-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 6px;
}
.specialties-grid .specialty-item .specialty-icon-wrapper {
  width: 40px;
  height: 40px;
  background: #f0f4f2;
  color: #7d9684;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.specialties-grid .specialty-item .specialty-text {
  font-size: 0.9rem;
  color: #2c3330;
  font-weight: 500;
}
.philosophy-section {
  padding: 100px 20px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  color: #2c3330;
}
.philosophy-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.philosophy-section .philosophy-header {
  text-align: center;
  margin-bottom: 60px;
}
.philosophy-section .philosophy-header .top-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #999999;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.philosophy-section .philosophy-header .section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}
.philosophy-section .philosophy-header .section-title .accent {
  color: #7d9684;
}
.philosophy-section .philosophy-header .section-subtitle {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #666666;
  max-width: 600px;
  margin: 0 auto;
}
.philosophy-section .philosophy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .philosophy-section .philosophy-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .philosophy-section .philosophy-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.philosophy-section .feature-card {
  position: relative;
  padding: 40px 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
  overflow: hidden;
}
@media (min-width: 769px) {
  .philosophy-section .feature-card {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .philosophy-section .feature-card:nth-child(odd) {
    transform: rotate(1.5deg);
  }
  .philosophy-section .feature-card:nth-child(even) {
    transform: rotate(-1.5deg);
  }
  .philosophy-section .feature-card:hover {
    transform: scale(1.02) rotate(0deg);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .philosophy-section .feature-card {
    transform: rotate(0deg) !important;
  }
}
.philosophy-section .feature-card .card-icon-box {
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
  margin-bottom: 28px;
  color: #7d9684;
  font-size: 1.25rem;
}
.philosophy-section .feature-card .card-title {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 14px 0;
  color: #333b38;
}
.philosophy-section .feature-card .card-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}
.philosophy-section .feature-card .decorative-dot {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  opacity: 0.35;
}
.philosophy-section .feature-card.card-pink {
  background-color: #fdf5f2;
}
.philosophy-section .feature-card.card-pink .decorative-dot {
  background-color: #e5ccbf;
}
.philosophy-section .feature-card.card-teal {
  background-color: #eff6f4;
}
.philosophy-section .feature-card.card-teal .decorative-dot {
  background-color: #cadbd4;
}
.philosophy-section .feature-card.card-purple {
  background-color: #f4effd;
}
.philosophy-section .feature-card.card-purple .decorative-dot {
  background-color: #dbcae8;
}
.philosophy-section .feature-card.card-orange {
  background-color: #fdf7ee;
}
.philosophy-section .feature-card.card-orange .decorative-dot {
  background-color: #e6dac6;
}
.video-preview-section {
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  color: #2c3330;
  text-align: center;
}
.video-preview-section .container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-preview-section .video-header {
  margin-bottom: 44px;
}
.video-preview-section .video-header .top-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #999999;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.video-preview-section .video-header .section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}
.video-preview-section .video-header .section-title .accent {
  color: #7d9684;
}
.video-preview-section .video-header .section-subtitle {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #666666;
  max-width: 640px;
  margin: 0 auto;
}
.video-preview-section .video-player-container {
  width: 100%;
  margin-bottom: 30px;
  perspective: 1000px;
}
.video-preview-section .video-surface-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1.6842105263;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .video-preview-section .video-surface-wrapper {
    border-radius: 24px;
    aspect-ratio: 1.6;
  }
}
.video-preview-section .video-surface-wrapper .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-preview-section .video-surface-wrapper .shadow-tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.video-preview-section .video-surface-wrapper .video-play-btn {
  position: absolute;
  z-index: 3;
  width: 76px;
  height: 76px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease;
}
@media (max-width: 600px) {
  .video-preview-section .video-surface-wrapper .video-play-btn {
    width: 60px;
    height: 60px;
  }
}
.video-preview-section .video-surface-wrapper .video-play-btn:hover {
  transform: scale(1.08);
  background-color: rgba(255, 255, 255, 0.95);
}
.video-preview-section .video-surface-wrapper .video-play-btn .play-icon {
  color: #7d9684;
  font-size: 1.5rem;
  margin-left: 5px;
}
@media (max-width: 600px) {
  .video-preview-section .video-surface-wrapper .video-play-btn .play-icon {
    font-size: 1.2rem;
    margin-left: 4px;
  }
}
.video-preview-section .video-surface-wrapper .duration-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  padding: 8px 16px;
  border-radius: 12px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.3px;
}
@media (max-width: 600px) {
  .video-preview-section .video-surface-wrapper .duration-badge {
    bottom: 16px;
    left: 16px;
    padding: 6px 12px;
    font-size: 0.75rem;
  }
}
.video-preview-section .video-caption {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4f5c57;
  max-width: 700px;
  margin: 0;
  padding: 0 20px;
  font-weight: 400;
  opacity: 0.85;
}
@media (max-width: 600px) {
  .video-preview-section .video-caption {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}
.credentials-section {
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  color: #2c3330;
  text-align: center;
}
.credentials-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.credentials-section .credentials-header {
  margin-bottom: 60px;
}
.credentials-section .credentials-header .top-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #999999;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.credentials-section .credentials-header .section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.credentials-section .credentials-header .section-title .ampersand {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  margin: 0 4px;
}
.credentials-section .credentials-header .section-title .accent {
  color: #7d9684;
}
.credentials-section .credentials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
}
@media (max-width: 992px) {
  .credentials-section .credentials-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.credentials-section .credential-card {
  background-color: #F5F1EB;
  padding: 40px 36px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}
@media (max-width: 480px) {
  .credentials-section .credential-card {
    padding: 30px 24px;
  }
}
.credentials-section .credential-card .card-icon-box {
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: #7d9684;
  font-size: 1.2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.credentials-section .credential-card .card-title {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 20px 0;
  color: #313835;
}
.credentials-section .credential-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.credentials-section .credential-list li {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #555555;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
}
.credentials-section .credential-list li .list-check {
  color: #7d9684;
  font-size: 1.05rem;
  margin-top: 2px;
  flex-shrink: 0;
}
.services-section {
  padding: 100px 20px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  color: #2c3330;
}
.services-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.services-section .services-header {
  text-align: center;
  margin-bottom: 70px;
}
.services-section .services-header .top-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2px;
  color: #999999;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.services-section .services-header .section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 24px;
}
.services-section .services-header .section-title .accent {
  color: #7d9684;
}
.services-section .services-header .section-subtitle {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555555;
  max-width: 650px;
  margin: 0 auto;
}
.services-section .services-stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.services-section .service-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 60px;
  border-radius: 40px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .services-section .service-card {
    padding: 45px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .services-section .service-card {
    grid-template-columns: 1fr;
    padding: 35px 24px;
    gap: 30px;
    border-radius: 30px;
  }
}
@media (min-width: 769px) {
  .services-section .service-card:nth-child(even) .service-body {
    order: 2;
  }
  .services-section .service-card:nth-child(even) .service-image-box {
    order: 1;
  }
}
.services-section .service-card.theme-tan {
  background-color: #F5F1EB;
}
.services-section .service-card.theme-teal {
  background-color: #eff6f4;
}
.services-section .service-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.services-section .service-body .service-icon-box {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7d9684;
  font-size: 1.25rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  margin-bottom: 24px;
}
.services-section .service-body .service-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 16px 0;
  color: #2e3633;
}
.services-section .service-body .service-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
  margin: 0 0 20px 0;
}
.services-section .service-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.services-section .service-bullets li {
  font-size: 0.95rem;
  color: #444e4a;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}
.services-section .service-bullets li::before {
  content: "•";
  position: absolute;
  left: 2px;
  top: -1px;
  color: #555555;
  font-size: 1.1rem;
}
.services-section .service-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #7d9684;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.2s ease;
}
.services-section .service-link:hover {
  opacity: 0.85;
}
.services-section .service-link:hover .arrow {
  transform: translateX(3px);
}
.services-section .service-link .arrow {
  transition: transform 0.2s ease;
}
.services-section .service-image-box {
  width: 100%;
  aspect-ratio: 1.4545454545;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
@media (max-width: 768px) {
  .services-section .service-image-box {
    aspect-ratio: 1.6;
  }
}
.services-section .service-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
a.excerpt-read-more.btn.btn-primary {
  background-color: #769483 !important;
  color: #fff !important;
  padding: 14px 32px !important;
  border-radius: 999px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  display: inline-block !important;
  border: none !important;
}
a.excerpt-read-more.btn.btn-primary:hover {
  background-color: #769483 !important;
  transform: translateY(-2px) !important;
}
.author-info {
  padding: 15px 0;
  clear: both;
  display: flex;
}
.entry-title {
  padding-top: 60px;
}
.wp-post-image {
  border-radius: 5%;
}
.service-detail-section {
  padding: 120px 20px;
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  color: #555555;
  overflow: hidden;
}
@media (max-width: 992px) {
  .service-detail-section {
    padding: 80px 20px;
  }
}
.service-detail-section .container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.service-detail-section .service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 1024px) {
  .service-detail-section .service-detail-grid {
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .service-detail-section .service-detail-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.service-detail-section .service-sidebar-column {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .service-detail-section .service-sidebar-column {
    max-width: 460px;
    margin: 0 auto;
    gap: 30px;
  }
}
.service-detail-section .pricing-card-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0 0 30px;
  box-sizing: border-box;
}
.service-detail-section .pricing-card-body {
  position: relative;
  z-index: 2;
  background-color: #fbf9f5;
  border-radius: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
  padding: 45px 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .service-detail-section .pricing-card-body {
    padding: 35px 24px;
    border-radius: 30px;
  }
}
.service-detail-section .pricing-card-body::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7d9684;
  border-radius: 40px;
  opacity: 0.12;
  transform: translate(-30px, -30px);
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .service-detail-section .pricing-card-body::before {
    transform: translate(-15px, -15px);
    border-radius: 30px;
  }
}
.service-detail-section .pricing-card-body .pricing-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #666;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.service-detail-section .pricing-card-body .pricing-amount {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: #2c3330;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 8px 0;
}
.service-detail-section .pricing-card-body .pricing-amount .pricing-plus {
  font-size: 1.8rem;
  color: #7d9684;
  vertical-align: super;
  display: inline-block;
  margin-left: 2px;
}
.service-detail-section .pricing-card-body .pricing-disclaimer {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.45;
  margin: 0 0 24px 0;
}
.service-detail-section .pricing-card-body .pricing-divider {
  width: 100%;
  border: 0;
  height: 1px;
  background-color: rgba(44, 51, 48, 0.08);
  margin: 0 0 24px 0;
}
.service-detail-section .pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
.service-detail-section .pricing-features li {
  font-size: 0.95rem;
  color: #3f4945;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.service-detail-section .pricing-features li .feature-check {
  color: #7d9684;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.service-detail-section .integrated-photo-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0 0 30px;
  box-sizing: border-box;
  margin-top: -5px;
}
.service-detail-section .photo-container {
  position: relative;
  z-index: 2;
  border-radius: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .service-detail-section .photo-container {
    border-radius: 30px;
  }
}
.service-detail-section .photo-container .detail-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 40px;
}
@media (min-width: 993px) {
  .service-detail-section .photo-container .detail-photo {
    aspect-ratio: 1.2307692308;
  }
}
@media (max-width: 992px) {
  .service-detail-section .photo-container .detail-photo {
    aspect-ratio: 1.6;
  }
}
@media (max-width: 768px) {
  .service-detail-section .photo-container .detail-photo {
    border-radius: 30px;
  }
}
.service-detail-section .photo-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7d9684;
  border-radius: 40px;
  opacity: 0.12;
  transform: translate(-30px, -30px);
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .service-detail-section .photo-container::before {
    transform: translate(-15px, -15px);
    border-radius: 30px;
  }
}
.service-detail-section .service-content-column {
  display: flex;
  flex-direction: column;
  text-align: left;
  box-sizing: border-box;
}
.service-detail-section .service-detail-header {
  margin-bottom: 25px;
}
.service-detail-section .service-detail-header .service-main-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.4rem, 4.5vw, 3.2rem);
  color: #2c3330;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px 0;
  letter-spacing: -0.5px;
}
.service-detail-section .service-detail-header .service-intro-text {
  font-size: 1.15rem;
  line-height: 1.65;
  color: #444e4a;
  font-weight: 400;
  margin: 0;
}
.service-detail-section .service-detail-body {
  display: flex;
  flex-direction: column;
}
.service-detail-section .service-detail-body p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555555;
  margin: 0 0 24px 0;
}
.service-detail-section .service-detail-body p:last-of-type {
  margin-bottom: 0;
}
.service-detail-section .service-detail-body p strong {
  color: #2c3330;
  font-weight: 600;
}
.service-detail-section .sub-specialization-block {
  margin-top: 45px;
  padding-top: 40px;
  border-top: 1px solid rgba(44, 51, 48, 0.08);
  display: flex;
  flex-direction: column;
}
.service-detail-section .sub-specialization-block .badge-title-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.service-detail-section .sub-specialization-block .badge-title-header .circular-icon-badge {
  width: 44px;
  height: 44px;
  background-color: rgba(125, 150, 132, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.service-detail-section .sub-specialization-block .badge-title-header .circular-icon-badge .approach-icon {
  color: #7d9684;
  font-size: 1.15rem;
}
.service-detail-section .sub-specialization-block .badge-title-header h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #2c3330;
  margin: 0;
  letter-spacing: -0.1px;
}
.link-text {
  position: relative;
  display: inline-block;
}
.link-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 14px;
  background: url("https://neurotranquilitypsych.iseo.biz/wp-content/uploads/2026/05/boton.png") no-repeat center;
  background-size: contain;
}
.gform_button.button {
  width: 240px;
  height: 57.23px;
  background-color: #7d9684;
  font-family: "Kanit";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
}
.gform_wrapper.gravity-theme.gfield_label {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.footer-links-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  font-family: "Inter", sans-serif;
}
.footer-links-section .column-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 24px 0;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .footer-links-section {
    padding-top: 20px;
  }
}
.footer-nav {
  width: 100%;
}
.footer-nav .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.footer-nav .nav-link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
  transition: color 0.2s ease, transform 0.2s ease;
}
.footer-nav .nav-link:hover {
  color: #ffffff;
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .footer-links-section {
    align-items: center;
    text-align: center;
  }
  .footer-nav .nav-list {
    align-items: center;
  }
}
.removed-in-mobile {
  display: none;
}
/***** MEDIA QUERIES *****/
