@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Rufina:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Geist:wght@100..900&family=Rufina:wght@400;700&display=swap");
body {
  font-style: normal;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-Regular.woff2") format("woff2"), url("../assets/fonts/Poppins/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.primaryf {
  font-family: "Rufina", serif;
}

.secondaryf {
  font-family: "Geist", sans-serif;
}

h1, h2, h3, h4, h5, h6, ul, li, p {
  margin-bottom: 0;
}

.text-black {
  color: #1A1A1A;
}

.text-dark-black {
  color: #0C0D0F;
}

.text-light-white {
  color: #FFF8F2;
}

.text-white {
  color: #FFFFFF;
}

.text-light-purple-color {
  color: #28b9d9;
}

.text-dark-purple {
  color: #0b2f43;
}

.purple-text {
  color: #0f5a83;
}

.bg-black {
  background-color: #1A1A1A;
}

.bg-footer {
  background-color: #2c4a5b;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-light-purple-color {
  background-color: #28bada;
}

.bg-dark-purple {
  background-color: #0b2f43;
}

.bg-form-purple {
  background-color: #d0a2af;
}

.bg-social-media-purple {
  background-color: rgba(208, 162, 175, 0.7803921569);
}

.bg-main-yellow {
  background-color: #F9DA9F;
}

.text-center {
  text-align: center;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #1A1A1A;
  transition: 0.9s all;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.prefix-wrap .tag {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #1A1A1A;
  border-radius: 999px;
  background-color: #fff;
  font-weight: 400;
  font-size: 24px;
}
.prefix-wrap .tag-dot {
  width: 6px;
  height: 6px;
  background-color: #1A1A1A;
  border-radius: 50%;
  margin-right: 6px;
}
.prefix-wrap .tag-text {
  color: #1A1A1A;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}

.mainTitle {
  font-family: "Rufina", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -2.5px;
}

.mainTitle-second {
  font-family: "Rufina", serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: -2.75px;
}

.banner-subTitle {
  font-family: "Rufina", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1.1px;
}
.banner-subTitle.subTitle-purple {
  color: #4A4488;
  font-family: "Rufina", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: -1.1px;
}

.common-para {
  color: #1A1A1A;
  text-align: justify;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.btn-explore {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-family: "Rufina", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
  color: #1A1A1A;
  text-decoration: none;
  overflow: hidden;
  z-index: 2;
}
.btn-explore::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #28b9d9;
  transform: translateY(-50%);
  z-index: -1;
  transition: width 0.4s ease;
}
.btn-explore::before:hover {
  transition: 0.5s all;
}
.btn-explore::before:hover::before {
  width: 100%;
}
.btn-explore:hover {
  transition: 0.5s all;
}
.btn-explore:hover::before {
  width: 100%;
}

button.btn-explore {
  background: transparent;
  border: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-explore {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-family: "Rufina", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
  color: #1A1A1A;
  text-decoration: none;
  overflow: hidden;
  z-index: 2;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-explore::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #28b9d9;
  transform: translateY(-50%);
  z-index: -1;
  transition: width 0.4s ease;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-explore:hover::before {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .mainTitle {
    font-size: 60px;
    line-height: 70px;
  }
  .mainTitle-second {
    font-size: 65px;
    line-height: 55px;
  }
  .subTitle {
    font-size: 25px;
  }
  .subTitle.subTitle-purple {
    font-size: 25px;
  }
  .btn-explore {
    font-size: 17px;
  }
  .btn-explore::before:hover {
    transition: 0.5s all;
  }
  .btn-explore::before:hover::before {
    width: 100%;
  }
  .btn-explore:hover {
    transition: 0.5s all;
  }
  .btn-explore:hover::before {
    width: 100%;
  }
  .common-para {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .mainTitle {
    font-size: 70px;
  }
  .mainTitle-second {
    font-size: 75px;
  }
  .subTitle {
    font-size: 30px;
  }
  .subTitle.subTitle-purple {
    font-size: 30px;
  }
  .btn-explore {
    font-size: 20px;
  }
  .btn-explore::before:hover {
    transition: 0.5s all;
  }
  .btn-explore::before:hover::before {
    width: 100%;
  }
  .btn-explore:hover {
    transition: 0.5s all;
  }
  .btn-explore:hover::before {
    width: 100%;
  }
  .common-para {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .mainTitle {
    font-size: 4.375vw;
    font-style: normal;
    line-height: 4.1666666667vw;
    letter-spacing: -0.21875vw;
  }
  .mainTitle-second {
    font-size: 4.1666666667vw;
    font-style: normal;
    line-height: 4.1666666667vw;
    letter-spacing: -0.2083333333vw;
  }
  .subTitle {
    font-family: "Rufina", serif;
    font-size: 1.7708333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5625vw;
    letter-spacing: -0.0885416667vw;
  }
  .subTitle.subTitle-purple {
    color: #4A4488;
    font-family: "Rufina", serif;
    font-size: 1.7708333333vw;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5625vw;
    letter-spacing: -0.0885416667vw;
  }
  .prefix-wrap .tag {
    display: inline-flex;
    align-items: center;
    padding: 0.78125vw 1.3020833333vw;
    border: 0.0520833333vw solid #1A1A1A;
    border-radius: 3.6458333333vw;
    font-weight: 400;
    font-size: 1.25vw;
    height: 2.5520833333vw;
  }
  .prefix-wrap .tag-dot {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    background-color: #1A1A1A;
    border-radius: 50%;
    margin-right: 0.5208333333vw;
  }
  .prefix-wrap .tag-text {
    color: #1A1A1A;
    font-family: "Geist", sans-serif;
    font-size: 1.5625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5625vw;
    letter-spacing: -0.03125vw;
  }
  .common-para {
    color: #1A1A1A;
    text-align: justify;
    font-family: "Geist", sans-serif;
    font-size: 0.8333333333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4583333333vw;
  }
  .btn-explore {
    position: relative;
    display: inline-block;
    padding: 0vw 0.7291666667vw;
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
    color: #1A1A1A;
    text-decoration: none;
    overflow: hidden;
    z-index: 2;
  }
  .btn-explore::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #28b9d9;
    transform: translateY(-50%);
    z-index: -1;
    transition: width 0.4s ease;
  }
  .btn-explore::before:hover {
    transition: 0.5s all;
  }
  .btn-explore::before:hover::before {
    width: 100%;
  }
  .btn-explore:hover {
    transition: 0.5s all;
  }
  .btn-explore:hover::before {
    width: 100%;
  }
}
.desktop-only {
  display: block;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}
.mobile-only .see-more-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  padding: 0;
}

.text84 {
  font-size: 50px;
} /* Mulish */
.text80 {
  font-size: 46px;
}

.text34 {
  font-size: 22px;
}

.text16 {
  font-size: 14px;
}

.text18 {
  font-size: 14px;
}

.text48 {
  font-size: 20px;
}

.text24 {
  font-size: 16px;
}

.text100 {
  font-size: 40px;
}

.text60 {
  font-size: 30px;
}

.text64 {
  font-size: 30px;
}

.text36 {
  font-size: 18px;
}

.text17 {
  font-size: 12px;
}

.text15 {
  font-size: 0px;
} /* Poppins */
.text30 {
  font-size: 16px;
}

.text210 {
  font-size: 80px;
}

.textP16 {
  font-size: 14px;
} /* to avoid name clash with Mulish .text16 */
.text24p {
  font-size: 14px;
}

.text17p {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .text84 {
    font-size: 55px;
  }
  .text80 {
    font-size: 50px;
  }
  .text34 {
    font-size: 25px;
  }
  .text16 {
    font-size: 15px;
  }
  .text18 {
    font-size: 16px;
  }
  .text48 {
    font-size: 24px;
  }
  .text24 {
    font-size: 18px;
  }
  .text100 {
    font-size: 45px;
  }
  .text60 {
    font-size: 34px;
  }
  .text64 {
    font-size: 34px;
  }
  .text36 {
    font-size: 20px;
  }
  .text17 {
    font-size: 14px;
  }
  .text15 {
    font-size: 10px;
  }
  .text30 {
    font-size: 18px;
  }
  .text210 {
    font-size: 90px;
  }
  .textP16 {
    font-size: 16px;
  }
  .text24p {
    font-size: 16px;
  }
  .text17p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .text84 {
    font-size: 60px;
  }
  .text80 {
    font-size: 55px;
  }
  .text34 {
    font-size: 28px;
  }
  .text16 {
    font-size: 16px;
  }
  .text18 {
    font-size: 18px;
  }
  .text48 {
    font-size: 28px;
  }
  .text24 {
    font-size: 20px;
  }
  .text100 {
    font-size: 50px;
  }
  .text60 {
    font-size: 38px;
  }
  .text64 {
    font-size: 38px;
  }
  .text36 {
    font-size: 22px;
  }
  .text17 {
    font-size: 16px;
  }
  .text15 {
    font-size: 12px;
  }
  .text30 {
    font-size: 20px;
  }
  .text210 {
    font-size: 100px;
  }
  .textP16 {
    font-size: 18px;
  }
  .text24p {
    font-size: 18px;
  }
  .text17p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .text84 {
    font-size: 4.375vw;
  }
  .text80 {
    font-size: 4.1666666667vw;
  }
  .text34 {
    font-size: 1.7708333333vw;
  }
  .text16 {
    font-size: 0.8333333333vw;
  }
  .text18 {
    font-size: 0.9375vw;
  }
  .text48 {
    font-size: 2.5vw;
  }
  .text24 {
    font-size: 1.25vw;
  }
  .text100 {
    font-size: 5.2083333333vw;
  }
  .text60 {
    font-size: 3.125vw;
  }
  .text64 {
    font-size: 3.3333333333vw;
  }
  .text36 {
    font-size: 1.875vw;
  }
  .text17 {
    font-size: 0.8854166667vw;
  }
  .text15 {
    font-size: 0.78125vw;
  }
  .text30 {
    font-size: 1.5625vw;
  }
  .text210 {
    font-size: 10.9375vw;
  }
  .textP16 {
    font-size: 0.8333333333vw;
  }
  .text24p {
    font-size: 1.25vw;
  }
  .text17p {
    font-size: 0.8854166667vw;
  }
}
@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.4), 0px 0px 0px 0px rgb(255, 255, 255);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, 0.2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
  }
}
@keyframes hoverShine {
  0% {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }
  50% {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  }
  100% {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 100%);
  }
}
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #FFFFFF;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0b2f43;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0b2f43;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-in-right {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1.9s ease-out, transform 1.9s ease-out;
}

.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.scale-up {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 1.9s ease-out, transform 1.9s ease-out;
}

.scale-up.visible {
  opacity: 1;
  transform: scale(1);
}

.slide-from-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1.9s ease-out, transform 1.9s ease-out;
}

.slide-from-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1.9s ease-out, transform 1.9s ease-out;
}

.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.rotate {
  opacity: 0;
  transform: rotate(-10deg);
  transition: opacity 2.9s ease-out, transform 2.9s ease-out;
}

.rotate.visible {
  opacity: 1;
  transform: rotate(0);
}

.flip {
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 2.5s ease-out, transform 2.5s ease-out;
}

.flip.visible {
  opacity: 1;
  transform: rotateY(0);
}

.section-fade,
.section-slide-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.section-fade.in-view,
.section-slide-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.section-zoom {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.section-zoom.in-view {
  opacity: 1;
  transform: scale(1);
}

.float-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease-out, transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.float-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.blur-in {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.3s ease-out, filter 1.3s ease-out;
}
.blur-in.visible {
  opacity: 1;
  filter: blur(0);
}

.tilt-rise {
  opacity: 0;
  transform: translateY(30px) rotateZ(-4deg);
  transition: opacity 1s ease, transform 1s ease;
}
.tilt-rise.visible {
  opacity: 1;
  transform: translateY(0) rotateZ(0);
}

.pop-in {
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 2.6s cubic-bezier(0.25, 1, 0.5, 1), transform 2.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.pop-in.visible {
  opacity: 1;
  transform: scale(1);
}

.skew-slide {
  opacity: 0;
  transform: translateX(-100px) skewX(10deg);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.skew-slide.visible {
  opacity: 1;
  transform: translateX(0) skewX(0);
}

.reveal-up {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  transition: opacity 1s ease, clip-path 1.3s ease-out;
}
.reveal-up.visible {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.reveal-down {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: opacity 1s ease, clip-path 1.3s ease-out;
}
.reveal-down.visible {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.fancy-border {
  position: relative;
  transition: transform 0.4s ease;
}

.fancy-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #a45ee5;
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.fancy-border.visible::before {
  transform: scale(1);
  opacity: 1;
}

.slide-in-blur-right {
  opacity: 0;
  transform: translateX(50px);
  filter: blur(10px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out, filter 1.5s ease-out;
}
.slide-in-blur-right.visible {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}

.fade-in-opacity {
  opacity: 0;
  transition: opacity 1s ease-out;
}
.fade-in-opacity.visible {
  opacity: 1;
}

.filter-tab-container .tab-result {
  display: none;
}

.filter-tab-container.active .tab-result {
  display: block;
}

.tab-head {
  cursor: pointer;
}

ul li::marker {
  color: var(--tertiary-900, #070707);
}

.mobile-only .short-text {
  display: inline;
}

.mobile-only .more-text {
  display: none;
}

.home-banner__btn {
  border-radius: 120px;
  background: var(--secondary-500, #F9DA9F);
  box-shadow: 0 -4px 12px 0 rgba(30, 30, 30, 0.64) inset, 0 3px 8px 0 rgba(255, 255, 255, 0.8) inset, 4px 4px 12px 0 rgba(30, 30, 30, 0.24);
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--primary-500, #0E4D58);
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  cursor: pointer;
}

.home-banner__btn.is-teal {
  border-radius: 120px;
  background: var(--primary-500, #0E4D58);
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 8px 0 rgba(255, 255, 255, 0.4) inset, 4px 4px 24px 0 rgba(30, 30, 30, 0.24);
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--secondary-300, #FBE8C3);
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .home-banner__btn {
    border-radius: 120px;
    background: var(--secondary-500, #F9DA9F);
    box-shadow: 0 -4px 12px 0 rgba(30, 30, 30, 0.64) inset, 0 3px 8px 0 rgba(255, 255, 255, 0.8) inset, 4px 4px 12px 0 rgba(30, 30, 30, 0.24);
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: fit-content;
    font-size: 18px;
    line-height: 18px;
  }
  .home-banner__btn.is-teal {
    border-radius: 120px;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: fit-content;
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-banner__btn {
    border-radius: 6.25vw;
    background: var(--secondary-500, #F9DA9F);
    box-shadow: 0 -4px 12px 0 rgba(30, 30, 30, 0.64) inset, 0 3px 8px 0 rgba(255, 255, 255, 0.8) inset, 4px 4px 12px 0 rgba(30, 30, 30, 0.24);
    display: flex;
    padding: 1.0416666667vw 1.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 0.8333333333vw;
    width: fit-content !important;
  }
  .home-banner__btn.is-teal {
    border-radius: 6.25vw;
    display: flex;
    padding: 1.0416666667vw 1.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 0.8333333333vw;
    width: auto;
  }
}
.about-section {
  background: var(--primary-800, #051E23);
}
.about-section .main-wrapper {
  padding: 40px 16px;
}
.about-section .about-us-wrap .about-heading {
  color: var(--primary-300, #699097);
  text-align: center;
  font-family: "Rufina", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38.4px;
  letter-spacing: -0.64px;
  padding-bottom: 40px;
  border-bottom: 2px solid var(--secondary-600, #C7AE7F);
}
.about-section .about-us-wrap .about-short-para {
  color: var(--primary-500, #0E4D58);
  text-align: center;
  font-family: "Geist", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.about-section .about-us-wrap .about-img-one {
  max-width: 328px;
  height: 320px;
  margin: auto;
  border-radius: 24px;
  border: 2.75px solid #C7AE7F;
  padding: 10px;
  margin-bottom: 15px;
}
.about-section .about-us-wrap .about-img-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}
.about-section .about-us-wrap .about-img-two {
  max-width: 328px;
  height: 320px;
  margin: auto;
  border-radius: 24px;
  border: 2.75px solid #C7AE7F;
  padding: 10px;
}
.about-section .about-us-wrap .about-img-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

@media only screen and (min-width: 768px) {
  .about-section .main-wrapper {
    padding: 80px 64px 0px 64px;
  }
  .about-section .about-us-wrap .about-heading {
    font-size: 44px;
    line-height: 52.8px;
    letter-spacing: -0.88px;
  }
  .about-section .about-us-wrap .about-short-para {
    font-size: 24px;
    line-height: 28.8px;
    padding-bottom: 80px;
  }
  .about-section .about-us-wrap .img-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    position: relative;
    z-index: 3;
    margin-bottom: -130px;
  }
  .about-section .about-us-wrap .img-wrap .about-img-one {
    max-width: 296px;
    height: 296px;
    border-radius: 12px;
    border: 2px solid #C7AE7F;
    padding: 12px;
    margin: 0;
  }
  .about-section .about-us-wrap .img-wrap .about-img-one img {
    border-radius: 12px;
  }
  .about-section .about-us-wrap .img-wrap .about-img-two {
    max-width: 296px;
    height: 296px;
    border-radius: 12px;
    border: 2px solid #C7AE7F;
    padding: 12px;
    margin: 0;
  }
  .about-section .about-us-wrap .img-wrap .about-img-two img {
    border-radius: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-section .main-wrapper {
    padding: 6.25vw 8.3333333333vw 0vw 8.3333333333vw;
  }
  .about-section .about-us-wrap .about-heading {
    font-size: 2.5vw;
    line-height: 3vw;
    letter-spacing: -0.05vw;
  }
  .about-section .about-us-wrap .about-short-para {
    font-size: 1.25vw;
    line-height: 1.25vw;
    padding-bottom: 8.4375vw;
  }
  .about-section .about-us-wrap .img-wrap {
    justify-content: flex-end;
  }
  .about-section .about-us-wrap .img-wrap .about-img-one {
    max-width: 22.9166666667vw;
    width: 100%;
    height: 100%;
    padding: 0.859375vw;
    border-radius: 1.4322916667vw;
    border: 0.1432291667vw solid #C7AE7F;
    margin-right: 2.0833333333vw;
  }
  .about-section .about-us-wrap .img-wrap .about-img-one img {
    width: 21.1979166667vw !important;
    height: 21.1979166667vw;
    border-radius: 0.859375vw;
  }
  .about-section .about-us-wrap .img-wrap .about-img-two {
    max-width: 22.9166666667vw;
    width: 100%;
    height: 100%;
    padding: 0.859375vw;
    border-radius: 1.4322916667vw;
    border: 0.1432291667vw solid #C7AE7F;
  }
  .about-section .about-us-wrap .img-wrap .about-img-two img {
    width: 21.1979166667vw !important;
    height: 21.1979166667vw;
    border-radius: 0.859375vw;
  }
}
.wc3 {
  background: var(--primary-900, #020F11);
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
}
.wc3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 140% 55% at 60% 80%, rgba(249, 218, 159, 0.22), rgba(0, 0, 0, 0) 60%), linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55));
  pointer-events: none;
}

.wc3-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}

.wc3-img {
  border-radius: 16px;
  overflow: hidden;
  border-radius: 24px;
  padding: 12px;
  border: 2.75px solid #C7AE7F;
}
.wc3-img img {
  width: 100%;
  height: 396px;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.wc3-title {
  color: var(--secondary-500, #F9DA9F);
  font-family: "Rufina", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -2.4px;
  padding-bottom: 24px;
}

.wc3-desc {
  color: var(--grayscale-100, #F4F5F5);
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 21px;
  letter-spacing: 0.28px;
  padding-bottom: 24px;
}

.wc3-list {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.wc3-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 10px;
}
.wc3-list li span:last-child {
  color: var(--grayscale-50, #FCFDFD);
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.8px;
}

.wc3-check {
  width: 24px;
  height: 24px;
}

.wc3-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #0e4d58;
  border: 1px solid transparent;
  background: linear-gradient(#f2d89b, #f2d89b) padding-box, linear-gradient(90deg, #c7ae7f 0%, rgba(199, 174, 127, 0) 33%, rgba(199, 174, 127, 0) 66%, #c7ae7f 100%) border-box;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

.wc3-btn-icon {
  font-size: 14px;
}

.wc3-acc {
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.wc3-acc-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.wc3-acc-btn {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 14px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  text-align: left;
}

.wc3-acc-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  transition: transform 0.2s ease;
}

.wc3-acc-panel-inner {
  padding: 0 0 14px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.6;
}

.wc3-acc-item.is-open .wc3-acc-icon {
  transform: rotate(45deg);
}

@media only screen and (min-width: 768px) {
  .wc3 {
    padding: 200px 64px 80px 64px;
  }
  .wc3-wrap {
    grid-template-columns: 1fr;
  }
  .wc3-img img {
    height: 320px;
  }
  .wc3-title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2.88px;
  }
  .wc3-desc {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding-bottom: 40px;
  }
  .wc3-list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
  }
  .wc3-list li {
    display: flex;
    gap: 12px;
    align-items: baseline;
    margin-bottom: 20px;
  }
  .wc3-list li span:last-child {
    font-size: 16px;
    line-height: 16px;
  }
  .wc3-check {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .wc3-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .wc3 {
    padding: 17.7083333333vw 8.3333333333vw 6.25vw 8.3333333333vw;
  }
  .wc3-wrap {
    grid-template-columns: 44.9479166667vw 1fr;
  }
  .wc3-img {
    border-radius: 1.4322916667vw;
    padding: 0.859375vw;
    width: 43.2291666667vw;
  }
  .wc3-img img {
    height: 28.4895833333vw;
    border-radius: 0.859375vw;
  }
  .wc3-right {
    width: 35.0520833333vw;
  }
  .wc3-title {
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    letter-spacing: -0.2vw;
  }
  .wc3-desc {
    font-size: 0.9375vw;
    line-height: 1.40625vw;
    letter-spacing: 0.01875vw;
  }
  .wc3-list li span:last-child {
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
  }
  .wc3-check {
    width: 1.25vw;
    height: 1.25vw;
  }
  .wc3-btn {
    padding: 0.5208333333vw 0.8333333333vw;
    font-size: 0.625vw;
    gap: 0.625vw;
  }
  .wc3-acc-btn {
    font-size: 0.625vw;
    padding: 0.8333333333vw 0;
  }
  .wc3-acc-icon {
    width: 1.4583333333vw;
    height: 1.4583333333vw;
    font-size: 0.8333333333vw;
  }
}
.ob {
  background: var(--secondary-100, #FDF6E7);
}

.ob-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.ob-media {
  overflow: hidden;
}
.ob-media img {
  width: 100%;
  height: 622px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.ob-card {
  border-radius: 12px;
  background: var(--grayscale-50, #FCFDFD);
  box-shadow: 0 6px 24px 0 rgba(36, 37, 38, 0.12);
  display: flex;
  width: 92%;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 40px;
  left: 16px;
  right: 16px;
}

.ob-title {
  color: var(--primary-500, #0E4D58);
  font-family: "Rufina", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -2px;
  padding-bottom: 16px;
}
.ob-title p {
  margin: 0;
}

.ob-desc {
  color: var(--tertiary-900, #070707);
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 24px;
}

.ob-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.ob-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
}
.ob-list li:last-child {
  margin-bottom: 0px;
}
.ob-list li span:last-child {
  color: var(--tertiary-900, #070707);
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px;
}

.ob-check {
  width: 24px;
  height: 24px;
}

.ob-btn-icon {
  font-size: 14px;
}

.ob-acc {
  margin-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ob-acc-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ob-acc-btn {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 12px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
}

.ob-acc-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.ob-acc-panel-inner {
  padding: 0 0 12px;
  color: rgba(0, 0, 0, 0.62);
  font-size: 12px;
  line-height: 1.6;
}

.ob-acc-item.is-open .ob-acc-icon {
  transform: rotate(45deg);
}

@media only screen and (min-width: 768px) {
  .ob-wrap {
    grid-template-columns: 1fr;
  }
  .ob-media {
    width: 100%;
  }
  .ob-media img {
    height: 692px;
  }
  .ob-card {
    max-width: 644px;
    padding: 40px;
    top: 80px;
    left: 62px;
    right: 62px;
  }
  .ob-title {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -2.4px;
    padding-bottom: 40px;
  }
  .ob-desc {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 40px;
  }
  .ob-list {
    margin: 0 0 40px;
  }
  .ob-list li span:last-child {
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .ob {
    padding-left: 8.3333333333vw;
  }
  .ob-wrap {
    justify-items: end;
  }
  .ob-media {
    border-radius: 1.25vw 0vw 0vw 1.25vw;
    width: 72.03125vw;
  }
  .ob-media img {
    width: 72.03125vw;
    height: 50vw;
  }
  .ob-card {
    left: 4.6875vw;
    max-width: 39.5833333333vw;
    width: 39.5833333333vw;
    padding: 3.3333333333vw;
    border-radius: 0.625vw;
    top: 9.8958333333vw;
    left: 0vw;
  }
  .ob-title {
    font-size: 2.9166666667vw;
    line-height: 2.9166666667vw;
    letter-spacing: -0.1458333333vw;
    padding-bottom: 2.0833333333vw;
  }
  .ob-desc {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
    padding-bottom: 2.0833333333vw;
  }
  .ob-check {
    width: 0.9375vw;
    height: 0.9375vw;
    flex: 0 0 0.9375vw;
    font-size: 0.625vw;
  }
  .ob-list li {
    margin-bottom: 1.0416666667vw;
  }
  .ob-list li span:last-child {
    font-size: 0.8333333333vw;
    line-height: 0.8333333333vw;
  }
  .ob-btn {
    padding: 0.625vw 1.0416666667vw;
    font-size: 0.625vw;
    gap: 0.625vw;
  }
  .ob-acc-btn {
    font-size: 0.625vw;
    padding: 0.7291666667vw 0;
  }
  .ob-acc-icon {
    width: 1.4583333333vw;
    height: 1.4583333333vw;
    font-size: 0.8333333333vw;
  }
  .ob-acc-panel-inner {
    font-size: 0.625vw;
    padding-bottom: 0.7291666667vw;
  }
}
.team-slider {
  background: var(--secondary-100, #FDF6E7);
  padding: 40px 16px;
}

.team-slider-wrap {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  overflow: hidden;
}

.team-slider-left .team-slider-title {
  color: var(--primary-500, #0E4D58);
  font-family: "Rufina", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1.6px;
}
.team-slider-left .team-slider-title p {
  margin: 0;
}
.team-slider-left .team-slider-line {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 2px;
  background: #C7AE7F;
}

/* RIGHT */
.team-slider-right {
  position: relative;
  overflow: hidden;
}

/* Track = scroll slider */
.team-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-padding-left: 16px;
}
.team-track::-webkit-scrollbar {
  height: 6px;
}
.team-track::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.047);
  border-radius: 10px;
}

/* Card */
.team-card {
  flex: 0 0 calc(100% - 0px);
  scroll-snap-align: start;
  width: auto;
  padding: 24px;
  border-radius: 12px;
  background: var(--secondary-50, #FEFDFA);
  box-shadow: 0 6px 24px 0 rgba(36, 37, 38, 0.12);
  text-align: center;
}
.team-card .team-card__img {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.team-card .team-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-card .team-card__name {
  color: var(--primary-500, #0E4D58);
  text-align: center;
  font-family: "Rufina", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -1.2px;
  padding-bottom: 8px;
}
.team-card .team-card__pos {
  color: var(--tertiary-900, #070707);
  text-align: center;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

/* Arrows */
.team-slider-controls {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.team-slider-controls .team-arrow {
  pointer-events: all;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: var(--secondary-500, #F9DA9F);
  color: #0e4d58;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.team-slider-controls .team-arrow--prev {
  display: none;
  left: 0;
}
.team-slider-controls .team-arrow--next {
  display: none;
  right: 0;
}

.team-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}
.team-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: var(--primary-100, #C5D4D6);
  cursor: pointer;
  padding: 0;
}
.team-dots button.is-active {
  width: 8px;
  height: 8px;
  background: var(--primary-500, #0E4D58);
}

@media only screen and (min-width: 768px) {
  .team-slider {
    padding: 80px 64px;
  }
  .team-slider-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }
  .team-card {
    flex: 0 0 calc(100% - 314px);
  }
  .team-slider-left .team-slider-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) {
  .team-slider-wrap {
    grid-template-columns: 300px 1fr;
    gap: 22px;
    align-items: center;
  }
  .team-slider-left .team-slider-title {
    font-size: 40px;
  }
  .team-track {
    grid-auto-columns: 30%;
    gap: 18px;
    padding: 10px 48px;
  }
  .team-dots {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .team-slider {
    padding: 6.25vw 8.3333333333vw;
  }
  .team-slider-wrap {
    grid-template-columns: 26.0416666667vw 1fr;
    gap: 0vw;
    align-items: flex-start;
  }
  .team-slider-left {
    width: 21.875vw;
    margin-right: 4.1666666667vw;
  }
  .team-slider-left .team-slider-title {
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    letter-spacing: -0.1333333333vw;
  }
  .team-slider-left .team-slider-line {
    margin-top: 2.5vw;
    width: 21.875vw;
    height: 0.1041666667vw;
  }
  .team-slider-right {
    width: 57.2916666667vw;
  }
  .team-slider-right .team-track {
    overflow-x: hidden;
    gap: 0vw;
    padding: 0vw;
  }
  .team-slider-right .team-card {
    border-radius: 0.8333333333vw;
    padding: 1.25vw;
    flex: 0 0 33.3333333333%;
    margin: 0vw 0.625vw 0vw 0vw;
  }
  .team-slider-right .team-card .team-card__img {
    width: 9.375vw;
    height: 9.375vw;
    margin-bottom: 1.25vw;
  }
  .team-slider-right .team-card .team-card__name {
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: -0.0833333333vw;
    padding-bottom: 0.8333333333vw;
  }
  .team-slider-right .team-card .team-card__pos {
    text-align: center;
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .team-slider-right .team-slider-controls .team-arrow {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    font-size: 1.0416666667vw;
    display: block !important;
  }
}
.inquiry-sec {
  background: var(--grayscale-50, #FCFDFD);
  position: relative;
}

.inquiry-wrap {
  display: grid;
  grid-template-columns: 1fr;
}

.inquiry-left {
  padding: 40px 16px 28px;
  position: relative;
}

.inquiry-title {
  color: var(--primary-500, #0E4D58);
  font-family: "Rufina", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -1.6px;
  padding-bottom: 40px;
  border-bottom: 2px solid var(--secondary-600, #C7AE7F);
  margin-bottom: 40px;
}

.inquiry-form {
  max-width: 100%;
}

/* Right Image Panel */
.inquiry-right {
  min-height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inquiry-sec .wpcf7 {
  margin: 0;
}
.inquiry-sec .wpcf7-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.inquiry-sec .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  border: 0;
  outline: none;
  padding: 13px 16px;
  border-radius: 8px;
  background: var(--secondary-100, #FDF6E7);
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: var(--secondary-700, #95825F);
}
.inquiry-sec .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
  color: var(--secondary-700, #95825F);
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.inquiry-sec textarea.wpcf7-form-control {
  min-height: 160px;
  resize: block;
}
.inquiry-sec {
  /* submit button */
}
.inquiry-sec .wpcf7-submit {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  cursor: pointer;
  margin-top: 28px;
  background: #0e4d58;
  color: #ffffff;
  font-family: "Geist", sans-serif;
  font-size: 12px;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.inquiry-sec .wpcf7-submit:hover {
  transform: translateY(-1px);
}
.inquiry-sec {
  /* validation */
}
.inquiry-sec .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 4px;
  font-family: "Geist", sans-serif;
}
.inquiry-sec .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 12px 14px;
  font-size: 12px;
  font-family: "Geist", sans-serif;
}

@media only screen and (min-width: 768px) {
  .inquiry-left {
    padding: 80px 64px;
  }
  .inquiry-title {
    color: var(--primary-500, #0E4D58);
    font-family: "Rufina", serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -1.92px;
  }
  .inquiry-sec .wpcf7-form {
    grid-template-columns: 1fr 1fr;
  }
  .inquiry-sec .cf7-col-1-1 {
    grid-column: 1/-1;
  }
  .inquiry-sec .wpcf7 {
    margin: 0;
  }
  .inquiry-sec .wpcf7-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .inquiry-sec .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    border: 0;
    outline: none;
    padding: 13px 24px;
    border-radius: 12px;
    font-size: 18px;
    line-height: 27px;
  }
  .inquiry-sec .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
    font-size: 18px;
    line-height: 27px;
  }
  .inquiry-sec textarea.wpcf7-form-control {
    min-height: 160px;
    resize: block;
  }
  .inquiry-sec .wpcf7-submit {
    width: auto;
    width: 100%;
    border: 0;
    border-radius: 999px;
    padding: 12px 16px;
    cursor: pointer;
    margin-top: 28px;
    background: #0e4d58;
    color: #ffffff;
    font-family: "Geist", sans-serif;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  }
  .inquiry-sec .wpcf7-submit:hover {
    transform: translateY(-1px);
  }
  .inquiry-sec .home-banner__btn.is-teal {
    width: 100%;
    padding: 17px 32px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
  .inquiry-sec .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 4px;
    font-family: "Geist", sans-serif;
  }
  .inquiry-sec .wpcf7-response-output {
    margin: 14px 0 0;
    padding: 12px 14px;
    font-size: 12px;
    font-family: "Geist", sans-serif;
  }
}
@media only screen and (min-width: 992px) {
  .inquiry-wrap {
    grid-template-columns: 50% 50%;
    min-height: 520px;
  }
  .inquiry-right {
    min-height: auto;
  }
  .inquiry-left {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .inquiry-wrap {
    min-height: 36.4583333333vw;
  }
  .inquiry-left {
    padding: 6.25vw 8.3333333333vw;
    max-width: 50vw;
  }
  .inquiry-title {
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    letter-spacing: -0.1333333333vw;
    margin-bottom: 2.0833333333vw;
    padding-bottom: 2.5vw;
  }
  .inquiry-form {
    max-width: 33.3333333333vw;
  }
  .inquiry-sec .wpcf7-form {
    gap: 0.8333333333vw;
    grid-template-columns: 1fr 1fr;
  }
  .inquiry-sec textarea.wpcf7-form-control.wpcf7-textarea {
    height: 8.3333333333vw !important;
    min-height: 8.3333333333vw !important;
    max-height: 8.3333333333vw !important;
    resize: none !important;
    overflow: auto;
  }
  .inquiry-sec .wpcf7-form-control:not(.wpcf7-submit) {
    font-size: 0.9375vw;
    line-height: 1.40625vw;
    border-radius: 0.8333333333vw;
  }
  .inquiry-sec textarea.wpcf7-form-control {
    min-height: 8.3333333333vw !important;
    resize: none;
  }
  .inquiry-sec .wpcf7-submit {
    padding: 0.7291666667vw 0.9375vw;
    font-size: 0.625vw;
  }
  .inquiry-sec .home-banner__btn.is-teal {
    width: 100% !important;
  }
  .inquiry-sec .wpcf7-response-output {
    position: absolute;
    bottom: 1.5625vw;
    z-index: 9;
    left: 15.1041666667vw;
    text-align: center;
    width: max-content;
    margin: auto !important;
  }
  .inquiry-sec {
    /* Autofill background + text */
  }
  .inquiry-sec input:-webkit-autofill,
  .inquiry-sec textarea:-webkit-autofill,
  .inquiry-sec select:-webkit-autofill {
    -webkit-text-fill-color: var(--secondary-700, #95825F) !important;
    caret-color: var(--secondary-700, #95825F) !important;
    box-shadow: 0 0 0px 1000px #f6e2bf inset !important;
    -webkit-box-shadow: 0 0 0px 1000px #f6e2bf inset !important;
    transition: background-color 9999s ease-out 0s;
  }
  .inquiry-sec {
    /* Autofill on focus */
  }
  .inquiry-sec input:-webkit-autofill:focus,
  .inquiry-sec textarea:-webkit-autofill:focus,
  .inquiry-sec select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--secondary-700, #95825F) !important;
    box-shadow: 0 0 0px 1000px #f6e2bf inset !important;
    -webkit-box-shadow: 0 0 0px 1000px #f6e2bf inset !important;
  }
  .inquiry-right {
    height: 50.1041666667vw;
    height: 100%;
  }
  .inquiry-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.clinic-offers {
  background: var(--primary-700, #082E34);
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
}

.clinic-offers-wrap {
  text-align: center;
}

.clinic-offers-heading {
  color: var(--primary-50, #F2F6F6);
  text-align: center;
  font-family: "Rufina", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1.6px;
}
.clinic-offers-heading p {
  margin: 0;
}

.clinic-offers-divider {
  width: 100%;
  max-width: 100%;
  height: 2px;
  background: #0E4D58;
  margin: 40px auto 40px;
}

/* Cards: mobile -> horizontal scroll */
.clinic-offers-cards {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 100%;
  padding: 0;
  align-content: start;
}
.clinic-offers-cards::-webkit-scrollbar {
  height: 6px;
}
.clinic-offers-cards::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.offer-card {
  scroll-snap-align: start;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-align: left;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}
.offer-card:last-child {
  transform: translateY(-10px);
}

.offer-card-top {
  padding: 16px;
  text-align: center;
  border-radius: 16px 16px 0 0;
  background: var(--grayscale-50, #FCFDFD);
  box-shadow: 0 6px 24px 0 rgba(36, 37, 38, 0.12);
}

.offer-card-plan {
  color: var(--primary-600, #0B3D46);
  text-align: center;
  font-family: "Rufina", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -1px;
}

.offer-card-body {
  padding: 16px 40px 16px;
  flex: 1;
  border-radius: 0 0 16px 16px;
  background: var(--secondary-100, #FDF6E7);
}

.offer-card-title {
  color: var(--primary-500, #0E4D58);
  font-family: "Rufina", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -1.2px;
  padding-bottom: 24px;
}

.offer-card-list {
  margin: 0;
  padding-left: 10px;
  color: var(--tertiary-900, #070707);
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.offer-card-list li {
  margin-bottom: 12px;
}

.offer-card-cta {
  padding: 0 16px 40px;
  background: var(--secondary-100, #FDF6E7);
}

/* Button base */
.home-banner__btn {
  border-radius: 120px;
  background: var(--secondary-500, #F9DA9F);
  box-shadow: 0 -4px 12px 0 rgba(30, 30, 30, 0.64) inset, 0 3px 8px 0 rgba(255, 255, 255, 0.8) inset, 4px 4px 12px 0 rgba(30, 30, 30, 0.24);
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--primary-500, #0E4D58);
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  cursor: pointer;
}

.home-banner__btn.is-gold {
  border-radius: 120px;
  background: var(--secondary-500, #F9DA9F);
  box-shadow: 0 -4px 12px 0 rgba(30, 30, 30, 0.64) inset, 0 3px 8px 0 rgba(255, 255, 255, 0.8) inset, 4px 4px 12px 0 rgba(30, 30, 30, 0.24);
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--primary-500, #0E4D58);
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
}

.home-banner__btn.is-teal {
  border-radius: 120px;
  background: var(--primary-500, #0E4D58);
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.25) inset, 0 4px 8px 0 rgba(255, 255, 255, 0.4) inset, 4px 4px 24px 0 rgba(30, 30, 30, 0.24);
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--secondary-300, #FBE8C3);
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  cursor: pointer;
}

/* Featured middle card look */
.offer-card.is-featured {
  position: relative;
  transform: translateY(-10px);
}
.offer-card.is-featured .offer-card-body {
  background: var(--secondary-50, #FEFDFA);
}
.offer-card.is-featured .offer-card-cta {
  background: var(--secondary-50, #FEFDFA);
}
.offer-card.is-featured .offer-card-top {
  background: var(--primary-100, #C5D4D6);
}

@media only screen and (min-width: 768px) {
  .clinic-offers {
    padding: 80px 64px;
  }
  .clinic-offers-heading {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -1.92px;
  }
  .clinic-offers-divider {
    margin: 40px auto 64px;
  }
  .clinic-offers-cards {
    grid-auto-columns: 100%;
  }
  .offer-card {
    min-height: 360px;
  }
  .home-banner__btn {
    border-radius: 120px;
    background: var(--secondary-500, #F9DA9F);
    box-shadow: 0 -4px 12px 0 rgba(30, 30, 30, 0.64) inset, 0 3px 8px 0 rgba(255, 255, 255, 0.8) inset, 4px 4px 12px 0 rgba(30, 30, 30, 0.24);
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: auto;
    font-size: 18px;
    line-height: 18px;
  }
  .home-banner__btn.is-gold {
    border-radius: 120px;
    background: var(--secondary-500, #F9DA9F);
    box-shadow: 0 -4px 12px 0 rgba(30, 30, 30, 0.64) inset, 0 3px 8px 0 rgba(255, 255, 255, 0.8) inset, 4px 4px 12px 0 rgba(30, 30, 30, 0.24);
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: auto;
    font-size: 18px;
    line-height: 18px;
  }
  .home-banner__btn.is-teal {
    border-radius: 120px;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: auto;
    font-size: 18px;
    line-height: 18px;
  }
  .offer-card-body {
    padding: 24px 48px 14px;
    flex: 1;
    border-radius: 0 0 16px 16px;
    background: var(--secondary-100, #FDF6E7);
  }
  .offer-card-top {
    padding: 24px;
  }
  .offer-card-top .offer-card-plan {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1.2px;
  }
  .offer-card-title {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -1.4px;
  }
  .offer-card-list {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .offer-card-list li {
    margin-bottom: 12px;
  }
  .offer-card-cta {
    padding: 0 24px 48px;
    background: var(--secondary-100, #FDF6E7);
  }
}
@media only screen and (min-width: 992px) {
  .clinic-offers-heading {
    font-size: 38px;
  }
  .clinic-offers-cards {
    overflow: visible;
    scroll-snap-type: none;
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 0 0;
    align-items: end;
  }
  .offer-card.is-featured {
    transform: translateY(-10px);
  }
}
@media only screen and (min-width: 1200px) {
  .clinic-offers {
    padding: 6.25vw 8.3333333333vw;
  }
  .clinic-offers-heading {
    font-size: 3.3333333333vw;
    line-height: 3.3333333333vw;
    letter-spacing: -0.1333333333vw;
  }
  .clinic-offers-divider {
    max-width: 83.3333333333vw;
    margin: 2.5vw auto 4.1666666667vw;
    height: 0.1041666667vw;
  }
  .clinic-offers-cards {
    gap: 0vw;
    grid-auto-flow: column;
    grid-auto-columns: initial;
    grid-template-columns: auto;
    padding: 0.8333333333vw 0vw 0vw;
    align-items: flex-start;
  }
  .offer-card {
    border-radius: 0.8333333333vw;
    min-height: 28.8541666667vw;
  }
  .offer-card:last-child {
    transform: translateY(0px);
  }
  .offer-card-top {
    padding: 1.25vw;
  }
  .offer-card-plan {
    font-size: 1.25vw !important;
    line-height: 1.25vw !important;
    letter-spacing: -0.0625vw !important;
  }
  .offer-card-body {
    padding: 2.0833333333vw;
  }
  .offer-card-title {
    font-size: 1.6666666667vw;
    line-height: 1.6666666667vw;
    letter-spacing: -0.0833333333vw;
  }
  .offer-card-list {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }
  .offer-card-list li {
    margin-bottom: 0.625vw;
  }
  .offer-card-list li:last-child {
    margin-bottom: 0vw;
  }
  .offer-card-cta {
    padding: 0vw 2.0833333333vw 2.0833333333vw !important;
  }
  .offer-card-cta .home-banner__btn.is-teal {
    border-radius: 6.25vw;
    display: flex;
    padding: 1.0416666667vw 1.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 0.8333333333vw;
    width: auto;
  }
  .offer-btn {
    font-size: 0.625vw;
    padding: 0.625vw 0.8333333333vw;
  }
  .offer-card.is-featured {
    transform: translateY(-0.8333333333vw);
    min-height: 30.7291666667vw;
  }
  .offer-card.is-featured .offer-card-body {
    background: var(--secondary-50, #FEFDFA);
    padding: 2.0833333333vw;
  }
  .offer-card.is-featured .offer-card-cta {
    background: var(--secondary-50, #FEFDFA);
    padding: 0vw 2.0833333333vw 2.0833333333vw !important;
  }
  .offer-card.is-featured .offer-card {
    border-radius: 0.8333333333vw;
    min-height: 30.3125vw;
  }
  .offer-card.is-featured .offer-card-top {
    padding: 2.0833333333vw;
  }
  .home-banner__btn {
    border-radius: 6.25vw;
    background: var(--secondary-500, #F9DA9F);
    box-shadow: 0 -4px 12px 0 rgba(30, 30, 30, 0.64) inset, 0 3px 8px 0 rgba(255, 255, 255, 0.8) inset, 4px 4px 12px 0 rgba(30, 30, 30, 0.24);
    display: flex;
    padding: 1.0416666667vw 1.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 0.8333333333vw;
    width: auto;
  }
  .home-banner__btn.is-gold {
    border-radius: 6.25vw;
    background: var(--secondary-500, #F9DA9F);
    box-shadow: 0 -4px 12px 0 rgba(30, 30, 30, 0.64) inset, 0 3px 8px 0 rgba(255, 255, 255, 0.8) inset, 4px 4px 12px 0 rgba(30, 30, 30, 0.24);
    display: flex;
    padding: 1.0416666667vw 1.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 0.8333333333vw;
    width: auto;
  }
  .home-banner__btn.is-teal {
    border-radius: 6.25vw;
    display: flex;
    padding: 1.0416666667vw 1.6666666667vw;
    justify-content: center;
    align-items: center;
    gap: 0.8333333333vw;
    width: auto;
  }
}

/*# sourceMappingURL=about-us.css.map */
