@font-face {
  font-family: "Times New Roman";
  src:
    url("/assets/TimesNewRomanPSMT-CrZtNk5s.woff2") format("woff2"),
    url("/assets/TimesNewRomanPSMT-Db4_nKIv.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times New Roman";
  src:
    url("/assets/TimesNewRomanPS-ItalicMT-l7m6KvvN.woff2") format("woff2"),
    url("/assets/TimesNewRomanPS-ItalicMT-CQa5P3Mt.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Times New Roman";
  src:
    url("/assets/TimesNewRomanPS-BoldMT-4H2gLkrE.woff2") format("woff2"),
    url("/assets/TimesNewRomanPS-BoldMT-BlSgdlK0.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times New Roman";
  src:
    url("/assets/TimesNewRomanPS-BoldItalicMT-Cy3UZ5Kc.woff2") format("woff2"),
    url("/assets/TimesNewRomanPS-BoldItalicMT-Cy3UZ5Kc.woff2") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Cambon";
  src:
    url("/assets/Cambon-Medium-DXWcbTjN.woff2") format("woff2"),
    url("/assets/Cambon-Medium-B-QeR2BG.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --mono: "DM Mono", monospace;
  --playwrite: "Playwrite CA", cursive;
  --inter: "Inter Tight", sans-serif;
  --times: "Times New Roman";
  --cambon: "Cambon";
  --instrument: "Instrument Sans", sans-serif;
  --body-color: #f7f0e8;
  --text-brown: #3e2c25;
  --head-black: #1a1a1a;
  --skyblue: #8fafd9;
  --pink: #e47c7c;
  --beige: #efe6dc;
  --tint-white: #f7f0e8;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-synthesis: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 200;
  line-height: 150%;
  letter-spacing: 0.02em;
  font-family: var(--inter);
  background-color: var(--body-color);
  color: var(--text-brown);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--times);
  color: var(--head-black);
  line-height: 90%;
  font-weight: 400;
}
h2 {
  font-size: clamp(32px, 6vw, 62px);
  letter-spacing: -0.03em;
  font-weight: 400;
  line-height: 100%;
}
p {
  font-family: var(--times);
  font-size: 18px;
  line-height: 119%;
  letter-spacing: -0.17%;
  color: var(--text-brown);
}
img {
  display: flex;
}
p span.big-pink {
  font-size: 52px;
  letter-spacing: -0.17em;
  font-weight: 400;
  color: var(--pink);
  padding-right: 8px;
}
a {
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  display: inline-block;
}
p.eyebrow-head {
  font-family: var(--mono);
  letter-spacing: 2px;
  line-height: 117%;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.primary-btn {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: var(--inter);
  color: var(--head-black);
  line-height: 100%;
  background-color: var(--skyblue);
  border: 1px solid var(--skyblue);
  transition: 0.4s ease all;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 12px 28px;
  text-align: center;
  display: inline-block;
  width: fit-content;
}
.primary-btn:hover {
  background: none;
  border-color: var(--pink);
  color: var(--pink);
}
.primary-btn.pink {
  background-color: var(--pink);
  border: 1px solid var(--pink);
}
.primary-btn.pink:hover {
  background: none;
  border-color: var(--head-black);
  color: var(--head-black);
}
.container {
  padding: 0px 60px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.container-left {
  padding-left: 60px;
  max-width: 1440px;
  margin: 0 auto;
}
.spacer {
  height: 150px;
}
.spacer-mid {
  height: 140px;
}
.spacer-sm {
  height: 120px;
}
.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.icon {
  width: 100%;
  height: auto;
}
.top-spacing {
  padding-top: 180px;
}
.top-spacing-all {
  padding-top: 120.83px;
}
.heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.heading p:not(.eyebrow-head) {
  font-family: var(--inter);
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 138%;
  font-size: 16px;
  color: #3b2922;
  max-width: 60ch;
}
.my-story .heading {
  margin-bottom: 20px;
}

/* Lenis */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

/* --- Lenis---  */
.contact-form {
  margin-top: 30px;
}
form.contact-form label,
form.contact-form input::placeholder,
form.contact-form textarea::placeholder {
  font-family: var(--inter);
  font-size: 10.8px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #3e2c25;
  font-weight: 400;
}
form.contact-form input::placeholder,
form.contact-form textarea::placeholder {
  opacity: 70%;
}
form.contact-form input[type="text"],
form.contact-form input[type="email"],
form.contact-form textarea {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  border: 0.9px solid #3e2c25;
  padding: 5px 8px;
  font-size: 10.8px;
  line-height: 150%;
  font-family: var(--inter);
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #3e2c25;
  max-width: 100%;
}
form.contact-form textarea {
  height: 100px;
}
form.contact-form .input-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 15px;
}
form.contact-form select#selectCountry {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.7' d='M7.2937 0.450195L3.87198 3.50939L0.450259 0.450195' stroke='%233E2C25' stroke-width='0.900296' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-color: transparent;
  outline: none;
  font-size: 10.8px;
  font-family: var(--inter);
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #3e2c25;
  max-width: 35px;
  width: 100%;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 14px;
}
form.contact-form input[type="tel"] {
  background: none;
  line-height: 150%;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 10px;
  font-size: 10.8px;
  color: #3e2c25;
}
form.contact-form input[type="submit"] {
  text-transform: uppercase;
  color: #fff;
  font-family: var(--inter);
  font-size: 10.8px;
  line-height: 100%;
  letter-spacing: 0.26em;
  font-weight: 500;
  background-color: var(--pink);
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 36px;
  transition: 0.4s ease all;
  width: 100%;
}
form.contact-form input[type="submit"]:hover {
  background: var(--skyblue);
}
form.contact-form .contact-number-wrap {
  display: flex;
  width: 100%;
  border: 0.9px solid #3e2c25;
  padding: 5px 8px;
}
.contact-form-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.bx-wrapper {
  max-width: 100% !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}
.bx-viewport {
  height: auto !important;
}
.owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px !important;
}
.owl-dot span {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #ccc !important;
  display: block !important;
}

.owl-dot.active span {
  background: var(--skyblue) !important;
}
.owl-custom-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.owl-custom-prev,
.owl-custom-next {
  border: none;
  box-shadow: none;
  outline: none;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.owl-custom-nav {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.owl-stage {
  display: flex;
  align-items: stretch;
}
.custom-nav.desktop {
  display: block;
}
.custom-nav.mobile {
  display: none;
}
.spacer100 {
  height: 100px;
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0px 40px;
  }
  .container-left {
    padding-left: 40px;
  }
  .top-spacing {
    padding-top: 150px;
  }
  .top-spacing-all {
    padding-top: 79.39px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0px 30px;
  }
  .container-left {
    padding-left: 30px;
  }
  .primary-btn {
    padding: 10px 15px;
    font-size: 10px;
  }
  p,
  li,
  a {
    font-size: 16px;
  }
  .top-spacing {
    padding-top: 120px;
  }
  p.eyebrow-head {
    font-size: 16px;
  }
  p span.big-pink {
    font-size: 32px;
  }
  .custom-nav.desktop {
    display: none;
  }
  .custom-nav.mobile {
    display: block;
  }
  .spacer100 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-spacing {
    padding-top: 100px;
  }
  .top-spacing-all {
    padding-top: 70.41px;
  }
  p,
  li,
  a {
    font-size: 14px;
  }

  p span.big-pink {
    font-size: 26px;
  }
  .primary-btn {
    font-size: 10px;
  }
  .spacer {
    height: 90px;
  }
  .spacer-sm {
    height: 80px;
  }
  .container {
    padding: 0px 20px;
  }
  .container-left {
    padding-left: 20px;
  }
  .spacer-mid {
    height: 90px;
  }
  p.eyebrow-head {
    font-size: 14px;
  }
  .owl-custom-prev,
  .owl-custom-next {
    height: 35px;
    width: 35px;
  }
  .heading {
    margin-bottom: 30px;
  }
  .heading p:not(.eyebrow-head) {
    font-size: 14px;
  }
}
/* Pink Card Starts */
.pink-card {
  background-color: var(--pink);
  padding: 24px 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 20px;
  width: 200px;
  height: 200px;
  transform: rotate(25deg);
  position: relative;
  z-index: 55;
}
.pink-card.blue {
  background-color: var(--skyblue);
}
.light-blue.light-blue{
  background-color: #BFCAD4;
}
.pink-card h3 {
  font-family: var(--playwrite);
  font-weight: 200;
  line-height: 119%;
  letter-spacing: -0.03em;
  font-size: 20.92px;
  color: #3e2c25;
}
.pink-card p {
  font-family: var(--mono);
  font-weight: 400;
  line-height: 119%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  font-size: 12px;
  color: #3e2c25;
}
/* Pink Card End  */
/* We Work Card  */
.way-work-card {
  aspect-ratio: 4/5;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* cursor: pointer; */
}
.way-work-card .way-work-card-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #fff;
}
.way-work-card .way-work-card-img .img {
  transform: scale(1);
  transition: transform 0.8s ease;
}
.way-work-card:hover .way-work-card-img .img {
  transform: scale(0.8);
}
.way-work-card-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  pointer-events: none;
}
.way-work-card .card-title {
  background: #fff;
  font-size: 26px;
  font-weight: 400;
  color: #1a1a1a;
  padding: 18px 20px;
  margin: 0;
  opacity: 0;
  transform: translateY(-100%);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.way-work-card .card-desc {
  background: #fff;
  font-size: 14px;
  color: #1a1a1a;
  padding: 16px 20px;
  margin: 0;
  opacity: 0;
  transform: translateY(100%);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.way-work-card:hover .card-title,
.way-work-card:hover .card-desc {
  opacity: 1;
  transform: translateY(0);
}
.card-default-strip {
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  z-index: 3;
  background: #fff;
  padding: 16px 20px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.card-default-strip h3 {
  font-size: 32px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: -0.01em;
  line-height: 103%;
  text-align: center;
}
.way-work-card:hover .card-default-strip {
  opacity: 0;
}
.way-work-card:hover .card-title {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -0.01em;
  opacity: 1;
  color: #3e2c25;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 40px;
}
.way-work-card:hover .card-desc {
  opacity: 1;
  font-size: 16px;
  font-family: var(--inter);
  letter-spacing: 0.03em;
  line-height: 117%;
  color: #2c1d17;
  font-weight: 400;
  padding-left: 10%;
  padding-bottom: 45px;
  padding-right: 10%;
}
.way-work-card:hover .card-default-strip {
  opacity: 0;
  transition: opacity 0.8s ease;
}
/* We Work Card  */
/* Insta Frame */
.insta-frame {
  position: relative;
  padding: 58px 62px;
  background-color: #efe6dc;
  height: 100%;
  width: 100%;
  aspect-ratio: 4.3/5;
}
.insta-frame .insta-icon {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 29px;
  height: 29px;
}
.insta-frame .insta-image {
  overflow: hidden;
}
.insta-frame .insta-image img {
  object-position: top;
  transition: 0.4s ease all;
}
.insta-frame-card > a .insta-icon svg path {
  transition: 0.4s ease all;
}
.insta-frame-card > a:hover .insta-icon svg path {
  fill: var(--pink);
}
.insta-frame-card > a:hover .insta-image img {
  transform: scale(1.05);
}
/* Insta Frame */
/* Hanging Card */

.hanging-card .eye-head {
  font-family: var(--mono);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 117%;
  font-weight: 500;
}
.hanging-card h3 {
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0em;
  font-weight: 400;
  color: #3e2c25;
}
.hanging-card p:not(.eye-head) {
  font-family: var(--inter);
  font-size: 16px;
  line-height: 117%;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #2c1d17;
  margin-bottom: 20px;
  margin-top: 5px;
  max-width: 38ch;
}
.hanging-card-content {
  padding-top: 20px;
}
.hanging-card-img {
  aspect-ratio: 4.2/ 5.6;
}
@media (min-width: 992px) {
  .hanging-card {
    transition: 1s ease all;
  }
  .hanging-card:nth-child(2).hanged {
    padding-top: 30px;
  }
  .hanging-card:nth-child(3).hanged {
    padding-top: 80px;
  }
}
/* Hanging Card */

/* Referral Card */
.referral-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 90px;
  padding: 36px 28px;
  background-color: #fff;
  width: 100%;
}
.referral-card .top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.referral-card .top h3 {
  font-size: 25.65px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #1a1a1a;
}
.referral-card .top p {
  font-size: 14.8px;
  font-family: var(--inter);
  letter-spacing: 0.02em;
  line-height: 117%;
  font-weight: 400;
  color: #5d5d5d;
}
.referral-card .bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.referral-card .bottom p {
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 9.6px;
  line-height: 119%;
  color: #1a1a1a;
  font-weight: 500;
  font-family: var(--inter);
}
/* Referral Card */
/* Therapy Card */
.theraphy-card h3 {
  font-size: clamp(24px, 4vw, 42px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #1a1a1a;
}
.theraphy-card p {
  font-size: 16px;
  font-family: var(--instrument);
  line-height: 141%;
  letter-spacing: 0.03em;
  color: #5d5d5d;
  max-width: 38ch;
  padding-top: 10px;
}
.theraphy-card p.eyebrow-head {
  font-family: var(--mono);
  letter-spacing: 2px;
  line-height: 117%;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #322017;
}
.theraphy-card {
  display: flex;
  background-color: #eee5db;
  padding: 48px 42px 0px 112px;
}
.theraphy-card .right {
  width: 100%;
  max-width: 508px;
}
.theraphy-card .left {
  width: calc(100% - 508px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding-bottom: 48px;
  padding-right: 20px;
}
.theraphy-card .right .therapy-card-img {
  height: 436px;
  margin-bottom: -20px;
}
.bottom-line {
  height: 20px;
  width: calc(100% - 508px);
}
.bottom-line.pink {
  background-color: var(--pink);
}
.bottom-line.blue {
  background-color: var(--skyblue);
}
.bottom-line.brown {
  background-color: #ba9587;
}
.theraphy-card-outer:nth-child(even) .theraphy-card {
  flex-direction: row-reverse;
  padding-left: 42px;
}
.theraphy-card-outer:nth-child(even) .theraphy-card .left {
  padding-left: 112px;
}
.theraphy-card-outer:nth-child(even) .bottom-line {
  margin-left: auto;
}
/* Therapy Card */
.sticky-scroll-tab .scroll-tab-wrap {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.scroll-tab-wrap .ss-tabs {
  border: 1px solid #3e2c25;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: var(--inter);
  text-transform: uppercase;
  padding: 1px 8px;
  cursor: pointer;
  transition: .4s ease all;
}
.scroll-tab-wrap .ss-tabs.active, .scroll-tab-wrap .ss-tabs:hover{
  background-color: var(--pink);
  color: #fff;
  border-color: var(--pink);
}
.sticky-scroll-tab {
  position: sticky;
  /* top: 0; */
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #F7F0E8;
  padding: 20px 0px;
}

@media screen and (max-width: 1200px) {
  .insta-frame {
    padding: 45px 40px;
  }
  .insta-frame .insta-icon {
    width: 20px;
    height: 20px;
  }
  .hanging-card p:not(.eye-head) {
    font-size: 14px;
  }
  .hanging-card h3 {
    font-size: 28px;
  }
  .hanging-card .primary-btn {
    font-size: 10px;
    padding: 10px 18px;
  }
  .way-work-card:hover .card-title {
    font-size: 26px;
  }
  .way-work-card:hover .card-desc {
    font-size: 14px;
  }
  .card-default-strip h3 {
    font-size: 26px;
  }
  .referral-card {
    gap: 75px;
  }
  .theraphy-card {
    padding-left: 42px;
  }
  .theraphy-card .right .therapy-card-img {
    height: 350px;
  }
  .theraphy-card .right {
    width: 420px;
  }
  .theraphy-card .left {
    width: calc(100% - 420px);
  }
  .bottom-line {
    width: calc(100% - 420px);
  }
  .theraphy-card p.eyebrow-head {
    font-size: 16px;
  }
  .theraphy-card-outer:nth-child(even) .theraphy-card .left {
    padding-left: 42px;
  }

}
@media screen and (max-width: 991px) {
  .theraphy-card .right .therapy-card-img {
    height: 300px;
  }
  .theraphy-card .right {
    width: 350px;
  }
  .theraphy-card .left {
    width: calc(100% - 350px);
  }
  .bottom-line {
    width: calc(100% - 350px);
  }
  .theraphy-card {
    padding: 30px 30px 0px 30px;
  }
  .theraphy-card p {
    font-size: 14px;
  }
  .theraphy-card p.eyebrow-head {
    font-size: 14px;
  }
  .theraphy-card-outer:nth-child(even) .theraphy-card {
    padding-left: 30px;
  }
  .sticky-scroll-tab{
    display: none;
  }
  .sst-space{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pink-card {
    width: 132px;
    height: 140px;
  }
  .pink-card h3 {
    font-size: 14px;
  }
  .pink-card p {
    font-size: 12px;
  }
  .insta-frame {
    padding: 40px 30px;
    aspect-ratio: 4/5.3;
  }
  .insta-frame .insta-icon {
    width: 18px;
    height: 18px;
    top: 10px;
    right: 10px;
  }
  .hanging-card h3 {
    font-size: 26px;
  }
  .referral-card {
    padding: 30px 20px;
  }
  .referral-card .top p {
    font-size: 14px;
  }
  .theraphy-card {
    flex-direction: column;
  }
  .theraphy-card > div {
    width: 100% !important;
  }
  .theraphy-card .right {
    max-width: 100%;
  }
  .theraphy-card .right .therapy-card-img {
    width: 100%;
    margin-bottom: 0px;
    height: 300px;
  }
  .bottom-line {
    width: 100%;
  }
  .theraphy-card {
    padding: 0px;
  }
  .theraphy-card .left {
    padding: 30px;
  }
  .theraphy-card-outer:nth-child(even) .theraphy-card {
    flex-direction: column;
    padding: 0px;
  }
  .theraphy-card-outer:nth-child(even) .theraphy-card .left {
    padding: 30px;
  }
}
/* Home Banner */

.home-banner-in {
  display: flex;
}
.home-banner-in .left {
  width: 26%;
  display: flex;
  padding-right: 10px;
  align-items: center;
}
.home-banner-in .left h1 {
  font-weight: 400;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #3e2c25;
}
.home-banner-in .center {
  width: 45%;
  position: relative;
}
.home-banner-in .right {
  width: 30%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.home-banner-in .right p {
  line-height: 110%;
  letter-spacing: -0.02em;
  max-width: 36ch;
}
.home-banner-in .right p .big-pink {
  font-size: 32px;
  padding-right: 5px;
}
.home-banner-in .center .pink-card {
  position: absolute;
  right: -40px;
  bottom: 32px;
  width: 180px;
  height: 185px;
}
.home-banner-in .center .pink-card h3 {
  font-size: 18px;
  line-height: 138%;
}
.home-banner-img {
  aspect-ratio: 1/1.07;
  overflow: hidden;
}
/* Home Banner */

/* Home Chapter 1 */

.home-chapter-1 {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-chapter-1-in {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.home-chapter-1-in .inner-card {
  width: 538px !important;
  height: calc(100vh - 130px);
  background-color: #f7f0e8;
  padding: 58px 26px 32px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  will-change: width, height;
  overflow: hidden;
}

.fold-1 {
  height: auto;
  min-height: unset;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 60px;
}
.fold-2 {
  /* height: calc(100vh - 130px); */
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.home-chapter-1 .inner-card::before {
  content: "";
  background-image: url("../images/home-chapter-1-bg.png");
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-chapter-1 .inner-card > * {
  position: relative;
  z-index: 3;
}
.home-chapter-1-in .inner-card .brand-logo {
  max-width: 292px;
}
.home-chapter-1-in .inner-card h3 {
  font-size: clamp(32px, 5vw, 62px);
  font-style: italic;
  font-weight: 400;
  color: #3e2c25;
}
.home-chapter-1-in .inner-card .scroll-down {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.home-chapter-1-in .inner-card .icon-o {
  width: 75px;
  height: 79px;
}
.home-chapter-1-in .inner-card .scroll-down p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--mono);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-brown);
}

.chapter-quote {
  font-size: 45.5px;
  line-height: 120%;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
  max-width: 18ch;
  margin: 0 auto;
  font-family: var(--times);
}
.chapter-quote .big-pink {
  font-size: 63px;
}
/* Home Chapter 1 */
/* Home Chapter 2 */

.home-chapter-2 p span.big-pink {
  padding-right: 0px;
}
.home-chapter-2 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
.home-chapter-2 .top-left {
  max-width: 500px;
  width: 100%;
}
.home-chapter-2 .top-right {
  width: calc(100% - 500px);
}
.home-chapter-2 .top-right p {
  max-width: 62ch;
  margin-left: auto;
}
.home-chapter-2-in {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.home-chapter-2 .learn-more-cta.desktop {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.home-chapter-2 .learn-more-cta.mobile {
  display: none;
}
.home-chapter-2 p.eyebrow-head {
  margin-bottom: 10px;
}
/* Home Chapter 2 */

/* Contact Form Section */
.contact-section {
  position: relative;
}
.contact-section .contact-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.contact-section-in {
  position: relative;
  z-index: 2;
  padding: 45px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact-section-in .right {
  display: flex;
  justify-content: end;
  align-items: end;
  padding-bottom: 30px;
}
.contact-form-top {
  padding: 40px 46px;
  background-color: #f7f0e8;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.contact-form-top::before {
  content: "";
  background-image: url("../images/home-chapter-1-bg.png");
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-form-top > * {
  position: relative;
  z-index: 2;
}
.contact-form-top h2 {
  font-size: clamp(26px, 5vw, 42px);
  line-height: 100%;
  letter-spacing: -0.03em;
  font-weight: 400;
  color: #3b2922;
  max-width: 16ch;
}
.contact-form-top .eyebrow-head {
  font-size: 12px;
}
.contact-form-top p:not(.eyebrow-head) {
  font-size: 14px;
  font-family: var(--inter);
  letter-spacing: 0.03em;
  line-height: 138%;
  font-weight: 400;
  color: #3b2922;
  max-width: 46ch;
}

.contact-form-main {
  background-color: #c1cbd5;
  padding: 36px 46px;
}
.contact-form-main h3 {
  font-family: var(--playwrite);
  font-weight: 200;
  letter-spacing: -0.01em;
  line-height: 108%;
  color: #3e2c25;
  font-size: clamp(32px, 5vw, 46px);
  text-align: center;
}

.contact-form-outer {
  max-width: 538px;
  width: 100%;
}
.contact-section .pink-card.blue h3 {
  line-height: 155%;
  font-size: 16px;
  letter-spacing: 0em;
}
.contact-section .pink-card.blue {
  padding: 24px 10px;
}
/* Contact Form Section Ends*/
/* Certification */
.certification-ticker {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.certification-ticker p {
  text-align: center;
}
.certification-ticker img {
  max-width: 230px;
  max-height: 50px;
  height: auto;
  width: auto;
}
.certification-ticker-wrap {
  display: flex;
  align-items: center;
  gap: 100px;
}
.certification-ticker li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto !important;
}
/* Certification Ends */
/* Pre-Footer Form */
.pre-footer {
  background-color: var(--skyblue);
  padding: 38px 0px;
  overflow: hidden;
}

.pre-footer-in {
  display: flex;
}
.pre-footer-in .top {
  padding: 70px 50px;
}
.pre-footer-in h2 {
  font-size: clamp(32px, 4vw, 52px);
  max-width: 14ch;
  line-height: 100%;
}
.pre-footer-in .left {
  width: 57%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 30px;
}
.pre-footer-in .right {
  width: 43%;
}
.pre-footer-img {
  aspect-ratio: 1.1/1;
}
.pre-footer-form {
  background-color: #f7f0e8;
}
form#news-update {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
}
form#news-update input {
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 117%;
  font-size: 12px;
  font-weight: 500;
  font-family: var(--mono);
  padding: 18px 15px;
  width: 100%;
}
form#news-update input[type="text"],
form#news-update input[type="email"] {
  background-color: #fff;
  border-right: 0.42px solid #d4d4d4;
  color: #3e2c25;
}
form#news-update input[type="text"]::placeholder,
form#news-update input[type="email"]::placeholder {
  color: #3e2c25;
  text-align: center;
}
form#news-update input[type="submit"] {
  background-color: #3b2922;
  font-size: 12px;
  color: #f7f0e8;
  cursor: pointer;
  transition: 0.4s ease all;
  letter-spacing: 4px;
}
form#news-update input[type="submit"]:hover {
  background-color: var(--pink);
}
form#news-update label {
  display: none;
}
.pre-footer-in .bottom {
  padding: 30px 50px;
}
.pre-footer-in .bottom p {
  font-family: var(--inter);
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 125%;
  color: #2c1d17;
  font-weight: 400;
  max-width: 71ch;
}
.pre-footer-in .right .eyebrow-head {
  display: none;
}
/* Pre-Footer Form Ends */
/* Insta Section */
.insta-frame-in {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}
.insta-frame-in .insta-image {
  width: 100%;
  height: 100%;
}
.insta-section .heading {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
/* Insta Section Ends */

/* Explore Way  */
.explore-ways-in {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  row-gap: 30px;
}
.explore-ways .heading {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
/* Explore Way Ends */
/* Chapter 3 Meet */
.chapter3-meet {
  background-color: #3e2c25;
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
  overflow: hidden;
}
.chapter3-meet::before {
  content: "";
  background-image: url("../images/meetBG.png");
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
}
.chapter3-meet > * {
  position: relative;
  z-index: 2;
}
.chapter3-meet-in {
  display: flex;
  gap: 72px;
}
.chapter3-meet-in .left {
  width: 60%;
}
.chapter3-meet-in .right {
  width: 40%;
  position: relative;
}
.chapter3-meet-in .top {
  margin-bottom: 20px;
}
.chapter3-meet-in .top .eyebrow-head {
  color: #f7f0e7;
  margin-bottom: 10px;
}
.chapter3-meet-in .top h2 {
  color: #f7f0e7;
  text-transform: uppercase;
  font-size: clamp(50px, 6vw, 120px);
}
.chapter3-meet-in .right p {
  color: #f7f0e7;
}
.meet-img {
  max-height: 485px;
  overflow: hidden;
}
.chapter3-meet-in .right p {
  line-height: 138%;
  letter-spacing: -0.03em;
  font-size: 24px;
}
.chapter3-meet-in .right .big-pink {
  padding-right: 5px;
  font-size: 42px;
}
.chapter3-meet-in .right .pink-card {
  position: absolute;
  right: 0;
  bottom: 0;
}
.meet-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 220px;
}
.chapter3-meet-in .pink-card {
  padding: 24px 12px;
}
/* Chapter 3 Meet */
/* Error Page */
.error-page-main {
  position: relative;
  padding: 0px 20px;
}
.error-page-main::before {
  content: "";
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("images/error.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: darken;
  opacity: 36%;
}
.error-page-main > * {
  position: relative;
  z-index: 2;
}
.error-page {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}
.error-img {
  width: 60vw;
  max-width: 875px;
}
.error-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  align-items: center;
  margin-top: 70px;
  padding: 0px 20px;
}
.error-content h3 {
  font-size: clamp(28px, 5vw, 36px);
  font-style: italic;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #3e2c25;
  font-weight: 400;
}
.error-content p {
  font-size: 16px;
  font-family: var(--mono);
  line-height: 119%;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #3e2c25;
  font-weight: 500;
}
/* Error Page */
/* Thankyou Page */
.thankyou-card {
  background-color: var(--skyblue);
  padding: 100px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.thankyou-card .error-content {
  margin-top: 0px;
  gap: 40px;
}
.thankyou-card h2 {
  font-family: var(--playwrite);
  font-weight: 200;
  color: #3e2c25;
  line-height: 138%;
  font-size: clamp(40px, 5vw, 80px);
}
.thankyou-card p {
  font-size: 22px;
  max-width: 32ch;
}
/* Thankyou Page */
/* Legal Page */
.legal-page {
  max-width: 690px;
  margin: 0 auto;
  padding: 0px 20px;
}
.legal-page h3 {
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.01em;
  padding-bottom: 20px;
}
.legal-page h2 {
  line-height: 130%;
  padding-bottom: 20px;
}
.legal-page h1 {
  font-size: clamp(28px, 5vw, 62px);
  line-height: 130%;
}
.legal-page h4 {
  font-size: 28px;
  line-height: 130%;
}
.legal-page h5 {
  font-size: 24px;
  line-height: 130%;
}
.legal-page h6 {
  font-size: 22px;
  line-height: 130%;
}
.legal-page p,
.legal-page li {
  padding-bottom: 20px;
  font-family: var(--inter);
  color: #6b6b6b;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 140%;
  font-weight: 400;
}
.legal-page a {
  display: inline-block;
  cursor: pointer;
  transition: 0.4s ease all;
  text-underline-offset: 2px;
}
.legal-page a:hover {
  color: var(--skyblue);
}
.legal-page ul,
.legal-page ol {
  padding-left: 20px;
}
/* Legal Page */
/* Referral Page */
.referr-card-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  row-gap: 40px;
}
.referr-card-wrap .referral-card:nth-child(even) {
  background-color: #322017;
}
.referr-card-wrap .referral-card:nth-child(even) p,
.referr-card-wrap .referral-card:nth-child(even) h3 {
  color: #f7f0e8;
}
.referrals-page .referr-banner {
  margin-bottom: 95px;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.referrals-page .referr-banner::before {
  content: "";
  background-image: url("../images/referr-banner-bg.png");
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: darken;
  opacity: 36%;
}
.referrals-page .referr-banner > * {
  position: relative;
  z-index: 2;
}
.referrals-page .referr-banner .referr-pink-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  background-color: var(--pink);
  width: 80%;
}
.referr-banner .heading {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.referr-banner .heading h1 {
  font-size: clamp(42px, 7vw, 80px);
  color: #3e2c25;
  line-height: 100%;
}
.referr-banner .heading p {
  font-size: 16px;
  color: #3b2922;
  line-height: 138%;
  letter-spacing: 0.02em;
  font-family: var(--inter);
  font-weight: 400;
  max-width: 68ch;
}
/* Referral Page */
/* Contact Form Main  */
.contact-form-main {
  position: relative;
}
.contact-component-wrap {
  display: flex;
}

.contact-component-wrap .contact-form-top {
  height: 100%;
  margin-top: auto;
  gap: 80px;
}
.bottom-email-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-component-wrap .bottom-email-block p,
.contact-component-wrap .bottom-email-block a,
.contact-component-wrap .book-slot p {
  font-size: 9.6px;
  line-height: 119%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #1a1a1a;
  font-weight: 500;
  text-decoration: none;
}
.book-slot p {
  margin-bottom: 10px;
}
.bottom-email-block a {
  transition: 0.4s ease all;
}
.bottom-email-block a:hover {
  color: var(--pink);
}
.contact-section.main-component .pink-card.blue {
  position: absolute;
  right: 50px;
  top: 60px;
}
.contact-section.main-component .heading-block {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-section.main-component .eyebrow-head {
  margin-bottom: 10px;
}
.contact-section.main-component {
  padding-top: 160px;
}
.contact-section.main-component .contact-form-main {
  max-width: 482px;
  width: 100%;
}
.contact-section.main-component
  .contact-form-main
  form.contact-form
  .input-wrap {
  margin-top: 20px;
  gap: 8px;
}
.contact-section.main-component .contact-form-main .contact-form {
  margin-top: 50px;
}
.contact-section.main-component .contact-form-main {
  padding: 50px 50px;
}
/* Contact Form Main  */
/* Learn Therapy */
.learn-therapy {
  overflow: hidden;
}
.book-call-cta {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.learn-therapy-in {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.learn-therapy .heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
/* Learn Therapy */
/* Work with Me */
.work-with-me-in .work-with-me-slider {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.work-with-me-in .wwm-card {
  padding: 35px 30px 28px 30px;
  background-color: #fff;
}
.wwm-card .wwm-img {
  width: 100%;
  aspect-ratio: 1/1;
}
.wwm-card .top p {
  font-family: var(--mono);
  font-size: 12px;
  color: #2c1d17;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.wwm-card .bottom h3 {
  font-size: 32px;
  color: #3e2c25;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}
.wwm-card .bottom p {
  font-family: var(--inter);
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #2c1d17;
  font-weight: 400;
}
.wwm-card .bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 15px;
}
.wwm-card .primary-btn {
  padding: 10px 28px;
}
/* Work with Me */

/* Therapy Banner */
.therapy-banner {
  background-color: #37251d;
  position: relative;
  /* height: 100vh; */
  min-height: 730px;
}
.therapy-banner::before {
  content: "";
  background-image: url("../images/therapy-banner-bg.png");
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
}
.therapy-banner {
  display: flex;
  overflow: hidden;
}
.therapy-banner > * {
  position: relative;
  z-index: 2;
}
.therapy-banner-in {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
.therapy-banner-in .bottom {
  display: flex;
  margin-top: 30px;
}
.therapy-banner-in .left {
  position: relative;
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 20px;
}
.therapy-banner-in .right {
  width: 65%;
}
.therapy-banner-in .left .pink-card {
  position: absolute;
  right: -70px;
  bottom: 100px;
}
.therapy-banner-in h1 {
  color: #fff;
  font-size: clamp(32px, 4vw, 66px);
  line-height: 100%;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}
.therapy-banner-in p {
  color: #fff;
}
.therapy-banner-img {
  /* height: 540px; */
  height: 460px;
}
.therapy-banner .big-pink {
  font-size: 32px;
}
.therapy-banner p {
  line-height: 110%;
  letter-spacing: -0.02em;
  max-width: 46ch;
}

/* Therapy Banner */
/* About Banner  */
.about-banner {
  position: relative;
  padding-top: 120.83px;
  border: 10px solid var(--text-brown);
}
.about-banner::before {
  content: "";
  background-image: url("../images/therapy-banner-bg.png");
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-banner > * {
  position: relative;
  z-index: 2;
}
.about-banner-image {
  /* max-height: 646px; */
  max-height: 550px;
  overflow: hidden;
  margin-bottom: 60px;
}
.about-banner-text {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.about-banner-text h1 {
  font-size: clamp(98px, 20vw, 300px);
  font-style: italic;
  color: #f7f0e8;
  line-height: 100%;
  letter-spacing: -0.04em;
  position: absolute;
  bottom: -60px;
  margin: 0 auto;
}
.about-banner-text p {
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #f7f0e8;
  max-width: 40ch;
  padding-left: 50px;
  position: absolute;
  top: 40%;
}
.about-banner-text p .big-pink {
  color: #f7f0e8;
}
.about-banner-text .pink-card {
  position: absolute;
  right: 60px;
  top: 35%;
}
/* About Banner  */
/* My Story  */
.mystory-in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.mystory-in .right {
  padding-left: 50px;
  display: flex;
  align-items: center;
}
.mystory-in .right p {
  font-size: 28px;
}
/* My Story  */

/* About Me Chapeter 2 */
.amc2-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: clip;
  will-change: transform;
}

.amc2-bg-strip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  will-change: transform;
}
.amc2-bg-slide {
  width: 100%;
  height: 100vh;
  display: block;
  flex-shrink: 0;
}
.amc2-bg-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.7);
}

.amc2-chapter-num {
  position: absolute;
  /* top: 60px; */
  top: 110px;
  left: 50%;
  font-family: var(--mono);
  transform: translateX(-50%);
  z-index: 20;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 117%;
  color: #f7f0e8;
  text-transform: uppercase;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
}

.amc2-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: #f7f0e8;
  width: min(1100px, 88vw);
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  gap: 32px;
  padding: 80px 44px;
  backdrop-filter: blur(2px);
}

.amc2-left-col {
  position: relative;
}
.amc2-left-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.amc2-left-item:first-child {
  position: relative;
}

.amc2-label {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: var(--mono);
  text-transform: uppercase;
  color: #3e2c25;
  font-weight: 500;
  line-height: 117%;
  margin-bottom: 20px;
  opacity: 0;
}
.amc2-body {
  display: block;
  font-family: var(--inter);
  font-size: 14px;
  line-height: 130%;
  color: #35231b;
  font-weight: 400;
  opacity: 0;
  padding-bottom: 50px;
}

.amc2-img-frame {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  position: relative;
}
.amc2-img-strip {
  width: 100%;
  will-change: transform;
}
.amc2-img-slide {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
}
.amc2-img-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* right col */
.amc2-right-col {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.amc2-right-item {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.amc2-right-item:first-child {
  position: relative;
}

.amc2-title-layer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  pointer-events: none;
  /* overflow: hidden; */
  line-height: 0.85;
  opacity: 0;
}
.amc2-title {
  display: block;
  font-family: var(--times);
  font-style: italic;
  font-weight: 350;
  /* font-size: 22.5vw; */
  font-size: clamp(75px, 20vw, 300px);
  color: #fff;
  line-height: 100%;
  letter-spacing: -0.03em;
  transform: translateY(0);
  white-space: nowrap;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .amc2-card {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    gap: 20px;
  }
  .amc2-img-frame {
    aspect-ratio: 5 / 3;
  }
  .amc2-img-slide {
    aspect-ratio: 5 / 3;
  }
  .amc2-right-col {
    align-items: flex-start;
  }
}

/* Stories Banner */
.stories-banner {
  border: 10px solid var(--skyblue);
  overflow: hidden;
}
.stories-banner-in {
  position: relative;
  height: 800px;
}
.stories-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 480px;
  margin-bottom: 80px;
  margin-top: auto;
}
.stories-banner-in .pink-card {
  position: absolute;
  right: -20px;
  bottom: 40px;
}
.stories-banner-in h1 {
  font-size: clamp(62px, 12vw, 154px);
  line-height: 100%;
  font-style: italic;
  color: #3e2c25;
  letter-spacing: -0.04em;
  position: absolute;
  top: 140px;
  z-index: 5;
  display: flex;
  justify-content: center;
  width: 100%;
}
/* Stories Banner */
/* Rules For Submission */
.rules-for-submission {
  margin-bottom: 80px;
}
.rules-for-submission-in {
  display: flex;
  position: relative;
}
.rules-for-submission-in .left {
  width: 35%;
}
.rules-for-submission-in .right {
  width: 65%;
  height: 784px;
}
.rules-for-submission-in .card-text-wrap {
  background-color: #392821;
  padding: 100px 58px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 650px;
  width: 100%;
  position: absolute;
  bottom: -80px;
  z-index: 5;
}
.rules-for-submission-in .card-text-wrap h3 {
  color: #f7f0e8;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0em;
  text-transform: capitalize;
}
.rules-for-submission-in .card-text-wrap p {
  color: #f7f0e8;
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 141%;
  letter-spacing: 0.03em;
}
.rules-for-submission .heading p {
  max-width: 60ch;
}
.hear-from-card {
  background-color: #efe6dc;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 30px 32px 50px 32px;
  height: 100%;
  justify-content: space-between;
}
.hear-from-card h3 {
  font-size: 42px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #1a1a1a;
}
.hear-from-card .content p {
  font-size: 16px;
  line-height: 117%;
  letter-spacing: 0.03em;
  font-family: var(--inter);
  color: #2c1d17;
  font-weight: 400;
  margin-top: 12px;
}
.hear-from-card .bottom-head p {
  font-weight: 500;
  font-family: var(--mono);
  text-transform: uppercase;
  font-size: 16px;
  line-height: 117%;
  letter-spacing: 0px;
  color: #322017;
}
.quote-symbol {
  display: flex;
  width: 75px;
  height: 88px;
}
.hear-from .top {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
/* Rules For Submission  */

/* Safe Space */
.safe-space {
  overflow: hidden;
}

.safe-space-mobile {
  display: none;
}

.safe-space-track {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100vh;
  will-change: transform;
}

.safe-space-panel {
  height: calc(100vh - 48px);
  flex-shrink: 0;
  overflow: hidden;
}

/* CARD 1 */
.safe-space-panel.card-1 {
  width: 100vw;
}

.card-1-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 48px 60px;
  padding-bottom: 0px;
  gap: 40px;
}
.card-1-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-1-below {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
  overflow: hidden;
}
.card-2 .card-1-below {
  grid-template-columns: 3fr 2fr;
}
.card-1-small-img {
  max-width: 203px;
  max-height: 242px;
  width: 100%;
  height: 100%;
}
.card-1-below .left {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 40px;
}
.card-1-below .left h3 {
  font-size: 52px;
  color: #000000;
  letter-spacing: -0.03em;
  line-height: 100%;
}
.card-1-below .left p {
  font-size: 16px;
  font-family: var(--inter);
  color: #35231b;
  font-weight: 400;
  margin-top: 30px;
  max-width: 48ch;
  letter-spacing: 0.03em;
  line-height: 130%;
}
/* CARD 2 */
.safe-space-panel.card-2 {
  width: 100vw;
}
.card-2-inner {
  display: flex;
  height: 100%;
  gap: 40px;
  padding: 48px 60px;
  padding-bottom: 0px;
}
.card-2 .card-1-below .left {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  align-items: center;
  text-align: center;
}
.card-2 .card-1-below .card-1-small-img {
  margin: 0 auto;
  margin-top: 30px;
}

/* 

/* CARD 3 */
.safe-space-panel.card-3 {
  width: 100vw;
}

.card-3-inner {
  display: flex;
  height: 100%;
  gap: 40px;
  padding: 48px 60px;
  padding-bottom: 0px;
}
.card-3 .card-1-below .left {
  gap: 200px;
}

/* Safe Space */
/* Ethics Card */
.ethics-card {
  background-color: var(--pink);
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 42px 30px;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.ethics-card-img {
  width: 144px;
  height: 133px;
  margin-top: 20px;
}
.ethics-card h3 {
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}
.ethics-card p {
  font-size: 14px;
  font-family: var(--inter);
  letter-spacing: 0.03em;
  color: #3e2c25;
  line-height: 117%;
  font-weight: 400;
  max-width: 58ch;
}
.ethics-card.white {
  background-color: #fff;
}
.ethics-card.white p {
  color: #5d5d5d;
}
.ethics-card.blue {
  background-color: var(--skyblue);
}
.ethics-in .heading {
  align-items: center;
  text-align: center;
}
.ethics-in .heading p {
  max-width: 42ch;
}
.ethics-img-bg {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 500px;
  overflow: hidden;
}
.ethics-img-bg .heading {
  position: absolute;
  inset: 0;
  padding: 0px 20px;
  padding-top: 70px;
}
.ethics-card-wrap {
  width: 90%;
  margin: 0 auto;
  margin-top: -220px;
}
.ethic {
  position: relative;
  padding-top: 115px;
}
.master-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
}
/* Ethics Card */
/* Referrals Browse */
.referral-browse-in {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.referral-browse .view-more-cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.referral-browse-in .referral-card {
  transition: 0.5s ease all;
}
.referral-browse-in .referral-card:hover {
  background-color: #322017;
}
.referral-browse-in .referral-card:hover p {
  color: #fff;
}
.referral-browse-in .referral-card:hover h3 {
  color: #fff;
}
/* Referrals Browse */

.accordion-title {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 32px;
  position: relative;
  color: #f7f0e8;
  font-family: var(--times);
  letter-spacing: -0.01em;
  line-height: 120%;
  font-weight: 400;
  transition: 0.4s;
}
.accordion-title span {
  position: absolute;
  right: 0;
  top: -15px;
}
.accordion-item {
  border-bottom: 1px solid #dddddd;
  padding: 20px 0px;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  max-width: 90%;
}
.accordion-content p {
  padding-top: 10px;
  font-family: var(--inter);
  line-height: 117%;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 16px;
}

.faq-in {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.faq-in .left {
  display: flex;
  flex-direction: column;
  background-color: #3e322e;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 70px;
  padding-bottom: 80px;
  gap: 100px;
  position: relative;
}
.faq-in .left::before {
  content: "";
  background-image: url("../images/home-chapter-1-bg.png");
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
  opacity: 36%;
}
.faq-in .left > * {
  position: relative;
  z-index: 5;
}
.faq-in .right {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.faq-in p.eyebrow-head {
  color: #f7f0e8;
  font-family: var(--mono);
  line-height: 117%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
}
.faq-in h2 {
  color: #f7f0e8;
}
.faq-in p {
  color: #f7f0e8;
  font-family: var(--inter);
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 117%;
  font-size: 16px;
}
.faq-in .top {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.faq-in .top a {
  margin-top: 20px;
}
.pricing-card .book-now-cta a {
  width: 100% !important;
}
.pricing-card .info-list ul {
  display: flex;
  gap: 30px;
  padding-left: 13px;
}
.pricing-card .info-list ul li {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #393939;
  font-weight: 400;
  font-family: var(--inter);
  line-height: 141%;
}
.pricing-card .info-list {
  padding: 10px 0px;
}
.pricing-card {
  background-color: #fff;
}
.pricing-card .pricing-content {
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pricing-card .pricing-image {
  padding: 30px 30px 0px 30px;
}
.pricing-card .pricing-content h3 {
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 100%;
  color: #1a1a1a;
  font-weight: 400;
}
.pricing-card .pricing-content h4 {
  font-size: 35px;
  letter-spacing: -0.03em;
  line-height: 138%;
  color: #3e2c25;
  font-weight: 400;
}
.pricing-card .pricing-content p {
  font-family: var(--inter);
  font-weight: 400;
  font-size: 16px;
  font-weight: 0.03em;
  color: #2c1d17;
}
.pricing-in .top {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.your-question-card {
  height: 420px;
  background-color: #eee4da;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 30px;
}
.your-question-card h3 {
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
  font-weight: 400;
  color: #1a1a1a;
}
.your-question-card p {
  letter-spacing: 0.02em;
  line-height: 117%;
  font-size: 16px;
  color: #5d5d5d;
  font-family: var(--inter);
  font-weight: 400;
}
.your-question-slider .your-question-card.brown-card {
  background-color: #322017;
}
.your-question-slider .your-question-card.brown-card h3 {
  color: #fff;
}
.your-question-slider .your-question-card.brown-card p {
  color: #fff;
}

.your-question .top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.your-question-slider .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
}
.brown-card {
  background-color: #322017;
}
.who-is-img {
  height: 367px;
}
.who-is-card {
  height: 100%;
  padding: 18.5px 22px 30px 18.5px;
  background-color: #e1d8cc;
  position: relative;
}
.who-is-card::before {
  content: "";
  background-image: url("../images/referr-banner-bg.png");
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
  opacity: 35%;
}
.who-is-card > * {
  position: relative;
  z-index: 2;
}
.who-is-card .who-is-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 30px;
}
.who-is-card .who-is-content ul {
  padding-left: 15px;
}
.who-is-it-slider-wrap .who-is-card.even {
  background-color: #322017;
}
.who-is-it-slider-wrap .who-is-card h3 {
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #f7f0e8;
}
.who-is-it-slider-wrap .who-is-card li {
  color: #f7f0e8;
  font-family: var(--inter);
  line-height: 172%;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 400;
}
.who-is-it-slider-wrap .who-is-card.brown li {
  color: #3e2c25;
}
.who-is-it-slider-wrap .who-is-card.brown h3 {
  color: #3e2c25;
}
.who-is-it-slider .item {
  height: 100%;
}
.who-is-it-slider .owl-nav {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.og-therapy {
  background-color: #37251d;
  height: 842px;
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
.og-therapy::before {
  content: "";
  background-image: url("images/home-chapter-1-bg.png");
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;
}
.og-therapy > * {
  position: relative;
  z-index: 3;
}
.og-therapy .image-block{
  height: 520px;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}
.poloroid-img {
  width: 250px;
  height: 260px;
  background-color: #fff;
  padding: 15px 15px 40px 15px;
  transform: rotate(30deg);
}
.og-therapy .center-block{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
.og-therapy .center-block .pink-card{
 position: absolute;
 left: 100px;
 bottom: -20px;
}
.og-therapy .center-block .poloroid-img{
 position: absolute;
 right: 20px;
 bottom: 0;
}
.og-therapy-in{
  position: relative;
}
.og-therapy-in .content-block{
  position: absolute;
  top: 80px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 650px;
  width: 100%;
}
.og-therapy-in .content-block a{
margin-top: 20px;
}
.og-therapy-in .content-block h1{
  color: #fff;
  font-size: clamp(32px, 5vw, 66px);
  line-height: 100%;
  letter-spacing:-0.02em;
  text-transform: capitalize;
  text-shadow:
  0 1px 2px rgba(0, 0, 0, 0.9),
  0 4px 20px rgba(0, 0, 0, 0.9);
}
.og-therapy-in .content-block p{
  color: #F7F0E8;
  max-width: 48ch;
  text-shadow:
  0 1px 2px rgba(0, 0, 0, 0.9),
  0 4px 20px rgba(0, 0, 0, 0.9);
}
.og-therapy-in .content-block .big-pink{
font-size: 32px;
}
.og-therapy .container{
  height: 100%;
}
.og-therapy .og-therapy-in{
  height: 100%;
  display: flex;
  align-items: center;
}
.pink-card.sm{
  height: 175px;
  width: 160px;
  padding: 8px;
}
.pink-card.sm h3{
  font-size: 18px;
}
.letter-form-me-in{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 36px;
}

.pink-card a{
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--mono);
  line-height: 119%;
  font-size: 12px;
  color: #3E2C25;
}
.letter-page{
  position: relative;
  transform: rotate(-6deg);
  padding: 62px 50px;
  padding-bottom: 80px;
  background-image: url("/images/paper-bg.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.letter-page >*{
  position: relative;
  z-index: 2;
}
.letter-from-me .polo-img{
transform: rotate(4deg);
padding: 25px;
padding-bottom: 60px;
background-color: #fff;
aspect-ratio: 5.8/5.3;
}
.lfm-cards-warpper{
  padding: 0px 20px;
}
.letter-page >p{
  font-weight: 400;
  font-family: var(--inter);
  line-height: 130%;
  letter-spacing: 0em;
  color: #35231B;
  font-size: 16px;
  margin-bottom:20px ;
}
.letter-page .your-truely{
  font-family: var(--playwrite);
  letter-spacing: -0.03em;
  font-size: 18px;
  line-height: 138%;
  font-weight: 200;
}
.letter-page .auther-name{
  font-family: var(--playwrite);
  letter-spacing: -0.03em;
  font-size: 47px;
  line-height: 138%;
  font-weight: 200;
}
.letter-page .author{
  margin-top: 100px;
}

.letter-from-me{
  position: relative;
  cursor: none;
}
.lfm-card .pink-card{
  position: absolute;
  top: 30%;
  left: 43%;
}
.lfm-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--pink);
  color: #f7f0e8;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  translate: -50% -50%;
  transition: opacity 0.3s ease, scale 0.2s ease;
  scale: 0.6;
  z-index: 100;
}

.lfm-cursor.is-visible {
  opacity: 1;
  scale: 1;
}

.lfm-cursor-prev,
.lfm-cursor-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.lfm-cursor.is-prev .lfm-cursor-prev {
  opacity: 1;
}

.lfm-cursor.is-next .lfm-cursor-next {
  opacity: 1;
}

.letter-from-me .top-head{
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 40px;
}
.lfm-nav {
  display: none;
  margin-top: 24px;
}

.lfm-nav .owl-custom-nav {
  display: flex;
  gap: 8px;
}

@media (max-width: 1200px) {
  .lfm-nav {
    display: block;
    padding-bottom: 20px;
  }
  .lfm-cursor{
    display: none;
  }
}
.letter-from-me.for-about{
  position: relative;
  background: #3E2C25;
  padding-top: 80px;
}
.letter-from-me.for-about::before{
  background-image: url("../images/home-chapter-1-bg.png");
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: color-burn;

}
.letter-from-me.for-about .letter-form-me-in{
  position: relative;
  z-index: 2;
}
.letter-from-me.for-about .top-head h2{
  color: #F7F0E7;
}
.letter-from-me.for-about .top-head p{
  color: #F7F0E7;
}

.spacer-sm.ssb{
  display: none;
}@media screen and (max-width: 1400px) {
  .meet-content {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1300px) {
  .pre-footer-in .top {
    padding: 30px 50px;
  }
  .chapter3-meet-in .right p {
    font-size: 20px;
  }
  .chapter3-meet-in .right .big-pink {
    font-size: 36px;
  }
  .letter-page .author {
    margin-top: 20px;
  }
  .letter-page {
    padding: 30px 24px;
  }
}
@media screen and (max-width: 1200px) {
  .pre-footer-in .top {
    padding: 30px 30px;
  }
  .pre-footer-in .bottom {
    padding: 30px 30px;
  }
  .chapter3-meet-in {
    gap: 30px;
  }
  .chapter3-meet-in .left {
    width: 50%;
  }
  .chapter3-meet-in .right {
    width: 50%;
  }
  .meet-content {
    padding-top: 120px;
  }
  .chapter3-meet-in .right .pink-card {
    width: 160px;
    height: 170px;
    bottom: -20px;
  }
  .chapter3-meet-in .right .pink-card h3 {
    font-size: 18px;
  }
  .chapter3-meet {
    padding-bottom: 100px;
  }

  .letter-page {
    transform: unset;
  }
  .letter-from-me .polo-img {
    height: 100%;
    aspect-ratio: unset;
    transform: unset;

  }
  .letter-form-me-in {
    padding: 0px;
  }
  .letter-form-me-in .right{
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .chapter3-meet-in .right .pink-card {
    width: 150px;
    height: 160px;
    bottom: -50px;
  }
  .chapter3-meet-in .right .pink-card h3 {
    font-size: 16px;
  }
  .meet-content {
    padding-top: 120px;
  }
  .contact-component-wrap {
    flex-direction: column;
  }
  .contact-section.main-component {
    padding-bottom: 20px;
  }
  .contact-section.main-component .contact-form-main {
    max-width: 100%;
  }
  .contact-section.main-component .contact-form-top {
    width: 100%;
  }
  .contact-section.main-component .container {
    max-width: 800px;
  }
  .therapy-banner-in .left {
    width: 40%;
  }
  .therapy-banner-in .right {
    width: 60%;
  }
  .therapy-banner-img {
    height: 450px;
  }
  .therapy-banner {
    min-height: unset;
    height: unset;
    padding-top: 150px;
  }
  .about-banner-text p {
    font-size: 20px;
  }
  .about-banner-text p span {
    font-size: 42px;
  }
  .about-banner-text h1 {
    bottom: -40px;
  }
  .about-banner-image {
    margin-bottom: 40px;
  }
  .mystory-in .right {
    padding-left: 40px;
  }
  .mystory-in .right p {
    font-size: 22px;
  }
  .card-1-inner {
    gap: 40px;
  }
  .card-1-below .left {
    gap: 100px;
  }
  .card-1-below .left p {
    font-size: 14px;
  }
  .card-1-below .left h3 {
    font-size: 42px;
  }
  .card-1-small-img {
    max-width: 150px;
    max-height: 170px;
  }
  .card-2 .card-1-below .left {
    justify-content: start;
    padding-top: 100px;
  }
  .card-3 .card-1-below .left {
    gap: 150px;
  }
  .pricing .container {
    padding-right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .header.desktop {
    display: none;
  }
  .header.mobile {
    display: block;
  }
  .home-banner-in {
    flex-direction: column;
    gap: 30px;
  }
  .home-banner-in > div {
    width: 100% !important;
  }
  .home-banner-in .left {
    justify-content: center;
    text-align: center;
  }
  .home-banner-in .center {
    padding: 0px 60px;
  }
  .home-banner-in .right {
    align-items: center;
    text-align: center;
    padding-left: 0px;
  }
  .home-banner-in .right p {
    max-width: 85%;
  }
  .pre-footer-in {
    flex-direction: column-reverse;
  }
  .pre-footer-in > * {
    width: 100% !important;
  }
  .pre-footer-in .left p.eyebrow-head {
    display: none;
  }
  .pre-footer-img {
    aspect-ratio: 5/3;
  }
  form#news-update {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0px 30px;
  }
  form#news-update input[type="text"]::placeholder,
  form#news-update input[type="email"]::placeholder {
    text-align: start;
    opacity: 70%;
  }
  form#news-update input[type="text"],
  form#news-update input[type="email"] {
    padding: 12px 14px;
    font-family: var(--inter);
    text-transform: unset;
    letter-spacing: 0.02em;
  }
  form#news-update input[type="submit"] {
    width: fit-content;
    padding: 11px 30px;
    font-family: var(--inter);
    letter-spacing: 26%;
    font-size: 10px;
    margin-top: 5px;
  }
  form#news-update label {
    display: block;
    font-family: var(--inter);
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 10.8px;
  }
  .pre-footer-in h2 {
    max-width: 100%;
  }
  .pre-footer-in .right .eyebrow-head {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .explore-ways-in {
    grid-template-columns: 1fr 1fr;
  }
  .explore-ways-in .hanging-card:nth-child(3) {
    grid-column: 1 / -1;
    width: 50%;
    margin: 0 auto;
  }
  .chapter3-meet-in {
    flex-direction: column;
    gap: 80px;
    padding: 0px 100px;
  }
  .chapter3-meet-in > * {
    width: 100% !important;
  }
  .chapter3-meet-in .right .meet-content {
    padding-top: 0px;
  }
  .chapter3-meet-in .right .pink-card {
    bottom: unset;
    top: -250px;
    right: -60px;
  }
  .chapter3-meet-in .primary-btn {
    padding: 12px 24px;
    font-size: 12px;
  }
  .chapter3-meet-in .right p {
    font-size: 24px;
  }
  .chapter3-meet-in .right .big-pink {
    font-size: 42px;
  }
  .home-chapter-2 .container {
    padding-right: 0px;
  }
  .home-chapter-2 .top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    align-items: start;
  }
  .home-chapter-2 .top > * {
    width: 100%;
  }
  .home-chapter-2 .top-right p {
    max-width: 100%;
  }
  .home-chapter-2 .top {
    padding-right: 20px;
  }
  .home-chapter-2 .learn-more-cta.desktop {
    display: none;
  }
  .home-chapter-2 .learn-more-cta.mobile {
    display: flex;
    margin-bottom: 30px;
  }
  .home-banner-in .primary-btn {
    display: none;
  }
  .home-banner {
    padding-bottom: 40px;
  }
  .home-banner-in .center .pink-card {
    right: 20px;
    bottom: 0;
  }
  .referr-card-wrap {
    grid-template-columns: 1fr 1fr;
  }
  .referrals-page .referr-banner {
    height: 500px;
  }
  .referrals-page .referr-banner .referr-pink-bar {
    height: 30px;
  }
  .home-chapter-1-in .inner-card {
    width: 80% !important;
    margin: auto;
    padding: 0;
  }
  .fold-1 {
    height: auto;
    padding: 48px 26px 36px;
    justify-content: space-between;
  }
  .fold-2 {
    height: auto;
  }
  .pre-footer {
    padding-top: 38px;
  }
  .learn-therapy-in {
    gap: 20px;
  }
  .book-call-cta {
    margin-top: 40px;
  }
  .work-with-me-slider {
    grid-template-columns: 1fr 1fr !important;
  }
  .wwm-card .bottom {
    gap: 10px;
  }
  .wwm-card .bottom h3 {
    font-size: 26px;
  }
  .wwm-card .bottom p {
    font-size: 14px;
  }
  .work-with-me-in .wwm-card {
    padding: 28px 20px;
  }
  .work-with-me-in .wwm-card:last-child {
    grid-column: 1 / span 2;
    justify-self: center;
    width: 50%;
  }
  .about-banner {
    padding-top: 79.36px;
  }
  .about-banner-image {
    margin-bottom: 30px;
  }
  .about-banner-text p {
    padding-left: 30px;
  }
  .mystory-in {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .mystory-in .right {
    padding-left: 0px;
  }
  .stories-banner {
    border: none;
  }
  .stories-banner-in {
    height: 700px;
  }
  .stories-banner-img {
    height: 380px;
  }
  .quote-symbol {
    width: 50px;
    height: auto;
  }
  .hear-from-card h3 {
    font-size: 32px;
  }
  .hear-from-card .content p {
    font-size: 16px;
  }
  .hear-from-card .bottom-head p {
    font-size: 14px;
  }
  .safe-space-track {
    display: none;
  }

  .safe-space-mobile {
    display: block;
  }

  .ss-mobile-top {
    margin-bottom: 32px;
  }

  .ss-mobile-top .eyebrow-head {
    margin-bottom: 8px;
  }

  .safe-space-slide-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .safe-space-slide-inner .slide-right-img .img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .safe-space-slide-inner .slide-text h3 {
    margin-bottom: 8px;
    font-size: 32px;
  }

  .safe-space-slide-inner .slide-text p {
    font-family: var(--inter);
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 14px;
    line-height: 130%;
  }

  .safe-space-slide-inner .slide-small-img {
    width: 100px;
    height: 100px;
    display: none;
  }

  .safe-space-slide-inner .slide-small-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .custom-nav {
    margin-top: 24px;
  }

  .owl-custom-nav {
    display: flex;
    gap: 8px;
  }
  .ethics-card-wrap {
    margin-top: -230px;
  }
  .ethic {
    padding-top: 80px;
  }
  .referral-browse-in {
    grid-template-columns: 1fr 1fr;
  }
  .referral-browse-in .referral-card:last-child {
    grid-column: 1 / -1;
    width: 50%;
    margin: 0 auto;
  }
  .faq-in {
    grid-template-columns: 1fr;
  }
  .faq-in .right {
    display: none;
  }
  .faq-in .left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-in .left {
    gap: 50px;
  }
  .accordion-title {
    font-size: 26px;
  }
  .faq-in p {
    font-size: 14px;
  }
  .faq-in p.eyebrow-head {
    font-size: 14px;
  }
  .accordion-title span {
    width: 20px;
    height: 20px;
  }
  .poloroid-img {
    width: 180px;
    height: 200px;
    padding: 10px 10px 25px 10px;
  }
  .letter-form-me-in {
    grid-template-columns: 1fr;
    padding: 0px;
  }
  .letter-form-me-in .right {
    order: -1;
  }

  .lfm-card .pink-card {
    top: unset;
    left: unset;
    bottom: 50px;
    right: 50px;
  }
  .letter-page .author {
    margin-top: 100px;
  }
  .footer-copyright p a {
    font-size: 12px;
  }
  .footer .copyright p span {
    width: 12px;
  }
  .chapter3-meet-in {
    padding: 0px !important;
  }
  .amc2-chapter-num {
    display: none;
  }
  .spacer-sm.ssb{
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .home-banner-in {
    gap: 20px;
  }
  .home-banner-img {
    aspect-ratio: 2.8/3.3;
  }
  .home-banner-in .center .pink-card {
    right: 20px;
    padding: 10px;
  }
  .home-banner-in .center .pink-card h3 {
    font-size: 14px;
  }
  .home-banner-in .center {
    padding: 0px 50px;
  }
  .home-banner-in .center .pink-card {
    width: 132px;
    height: 140px;
    bottom: -10px;
  }
  .home-banner-in .left h1 {
    font-size: 26px;
    max-width: 18ch;
  }
  .home-banner-in .right p {
    max-width: 87%;
  }
  .home-banner-in .right {
    padding-top: 20px;
  }

  .contact-form-outer {
    max-width: 427px;
    width: 100%;
    margin: 0 auto;
  }
  .contact-section-in {
    display: flex;
  }
  .contact-section-in .left {
    width: 100%;
  }
  .contact-form-2col {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .contact-section-in .right {
    display: none;
  }
  .contact-form-main {
    padding: 27px 32px;
  }
  .contact-form {
    margin-top: 10px;
  }
  form.contact-form .input-wrap {
    margin-top: 10px;
  }
  form.contact-form input[type="submit"] {
    margin-top: 15px;
  }
  .contact-form-top {
    padding: 40px 20px;
  }
  .contact-form-top p:not(.eyebrow-head) {
    font-size: 12px;
  }
  .certification-ticker img {
    width: 135px;
    height: 35px;
  }
  .certification-ticker-wrap {
    gap: 40px;
  }
  .certification-ticker {
    gap: 30px;
  }
  .certification-ticker p {
    font-size: 16px;
  }
  .pre-footer-in .right .eyebrow-head {
    font-size: 12px;
  }
  .insta-section .owl-dots {
    margin-top: 16px;
    text-align: center;
  }
  .explore-ways-in {
    grid-template-columns: 1fr;
  }
  .explore-ways-in .hanging-card:nth-child(3) {
    width: 100%;
  }
  .chapter3-meet-in {
    padding: 0px 30px;
  }
  .meet-img {
    aspect-ratio: 3.1/2.5;
  }
  .chapter3-meet-in .right .pink-card {
    top: -180px;
    right: -20px;
  }
  .chapter3-meet-in .right p {
    font-size: 14px;
  }
  .chapter3-meet-in .primary-btn {
    font-size: 10px;
    padding: 10px 15px;
  }
  .chapter3-meet-in .right .pink-card h3 {
    font-size: 14px;
  }
  .error-content p {
    font-size: 14px;
  }
  .error-content {
    gap: 20px;
  }
  .error-img {
    width: 75vw;
  }
  .thankyou-card {
    padding: 80px 20px;
  }
  .thankyou-card .error-content {
    gap: 30px;
  }
  .error-page {
    padding-top: 0px;
  }
  .legal-page p,
  .legal-page li {
    font-size: 14px;
  }
  .referr-card-wrap {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .referr-card-wrap .referral-card {
    gap: 50px;
  }
  .referrals-page .referr-banner {
    height: 400px;
    margin-bottom: 50px;
  }
  .referrals-page .referr-banner .referr-pink-bar {
    height: 20px;
  }
  .referr-banner .heading p {
    font-size: 14px;
  }
  .home-chapter-1-in .inner-card {
    width: 100% !important;
  }
  .chapter-quote {
    font-size: 32px;
  }
  .home-chapter-1-in .inner-card .brand-logo {
    max-width: 260px;
  }
  .home-chapter-1-in .inner-card h3 {
    font-size: 52px;
  }
  .home-chapter-1-in .inner-card .icon-o {
    max-width: 60px;
    height: 69px;
  }
  .home-chapter-1-in .inner-card .scroll-down p {
    font-size: 14px;
  }
  .contact-section .pink-card.blue h3 {
    font-size: 14px;
  }
  .contact-section.main-component .pink-card.blue {
    right: 40px;
    top: 40px;
    width: 150px;
    height: 160px;
  }
  .work-with-me-in .work-with-me-slider {
    grid-template-columns: 1fr !important;
  }
  .work-with-me-in .wwm-card:last-child {
    grid-column: unset;
    justify-self: unset;
    width: 100%;
  }
  .contact-section.main-component .contact-form-main {
    padding: 30px;
    padding-top: 40px;
  }
  .therapy-banner-in .bottom {
    flex-direction: column;
    gap: 30px;
  }
  .therapy-banner-in .bottom > * {
    width: 100%;
  }
  .therapy-banner-img {
    height: 300px;
  }
  .therapy-banner-in .left .pink-card {
    display: none;
  }
  .therapy-banner {
    height: unset;
    min-height: unset;
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .about-banner-text h1 {
    bottom: -30px;
  }
  .about-banner-text p {
    padding-left: 20px;
  }
  .about-banner {
    border: none;
  }
  .about-banner-text .pink-card {
    display: none;
  }
  .about-banner-text h1 {
    /* color: var(--text-brown); */
    font-size: 82px;
    bottom: -15px;
  }
  .about-banner-text p {
    top: 50%;
    padding-left: 10px;
    font-size: 14px;
  }
  .about-banner-text p span {
    font-size: 26px;
  }
  .about-banner-image {
    margin-bottom: 0px;
  }
  .about-banner-image {
    height: 480px;
  }
  .mystory-in .right p {
    font-size: 16px;
  }
  .mystory-in .right p span.big-pink {
    padding-right: 2px;
  }
  .rules-for-submission-in {
    flex-direction: column-reverse;
  }
  .rules-for-submission-in > * {
    width: 100% !important;
  }
  .rules-for-submission-in .card-text-wrap {
    position: relative;
    padding: 40px 30px;
    gap: 20px;
    bottom: 0px;
  }
  .rules-for-submission-in .right {
    height: 320px;
  }
  .rules-for-submission-in .card-text-wrap h3 {
    font-size: 22px;
  }
  .rules-for-submission-in .card-text-wrap p {
    font-size: 14px;
  }
  .rules-for-submission .heading {
    margin-bottom: 30px;
  }
  .rules-for-submission .heading p {
    font-size: 14px;
  }
  .rules-for-submission {
    margin-bottom: 0px;
  }
  .quote-symbol {
    width: 40px;
    height: auto;
  }
  .hear-from-card h3 {
    font-size: 26px;
  }
  .hear-from-card .content p {
    font-size: 14px;
  }
  .hear-from-card .bottom-head p {
    font-size: 12px;
  }
  .hear-from-card {
    gap: 30px;
    padding: 28px 24px;
  }
  .safe-space-mobile .container {
    padding-right: 0px;
  }
  .ethic {
    padding-top: 60px;
  }
  .master-bg {
    height: 650px;
  }
  .referral-browse-in {
    grid-template-columns: 1fr;
  }
  .referral-browse-in .referral-card:last-child {
    grid-column: 1;
    width: 100%;
    margin: 0 auto;
  }
  .accordion-icon svg {
    width: 20px;
    height: 20px;
  }
  .accordion-title span {
    top: 0;
  }
  .og-therapy .image-block {
    height: 400px;
  }
  .og-therapy-in .content-block {
    position: relative;
    top: 0px;
    margin-bottom: 50px;
  }
  .og-therapy .og-therapy-in {
    flex-direction: column;
  }
  .og-therapy .pink-card.sm {
    display: none;
  }
  .og-therapy {
    height: 800px;
  }
  .lfm-card .pink-card {
    width: 162px;
    height: 160px;
    bottom: 29px;
    right: 50px;
    display: none;
  }
  .letter-page {
    padding: 30px 20px !important;
  }
  .letter-from-me .polo-img {
    padding: 15px;
    padding-bottom: 25px;
  }
  .letter-page .auther-name {
    font-size: 32px;
  }
  .letter-page .author {
    margin-top: 50px;
  }
  .footer-copyright p a {
    font-size: 10px;
  }
  .footer .copyright p span {
    width: 10px;
  }
  .insta-frame-in .insta-image {
    max-height: 140px;
    overflow: hidden;
  }
  .letter-page > p {
    font-size: 14px;
  }
  .amc2-body {
    margin-bottom: 0px;
  }
  .hanging-card-img {
    aspect-ratio: 1/1;
  }
  .og-therapy-in .content-block h1{
    text-shadow: none;
  }
  .og-therapy-in .content-block p{
    text-shadow: none;
  }
}
@media screen and (max-width: 400px) {
  .header.mobile .header-mob-logo {
    max-width: 130px;
  }
  .header.mobile .primary-btn {
    padding: 8px 10px;
    font-size: 9px;
  }
  .about-banner-text h1 {
    font-size: 66px;
  }
  .amc2-chapter-num {
    display: none;
  }
}
@media (min-width: 1100px) {
  .who-is-card.brown {
    padding-left: 38px;
    padding-right: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .home-banner-in .left h1 {
    font-size: 32px;
  }
  .home-banner-in .right p {
    font-size: 16px;
  }
  .home-banner-in .right {
    padding-bottom: 50px;
  }
  .card-default-strip h3 {
    font-size: 24px;
  }
  .home-chapter-2 .top-right p {
    font-size: 14px;
  }
  .home-chapter-2 p span.big-pink {
    font-size: 32px;
  }
  .home-chapter-2 p.eyebrow-head {
    font-size: 18px;
  }
}
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #F7F0E8;
    width: 100%;
    transition: transform 0.4s ease;
}
header.header-hide {
  transform: translateY(-100%);
}
.secondary-header .header-logo{
  width: 300px;
}
.header li > a {
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--mono);
    color: var(--text-brown);
    text-decoration: none;
    list-style: none;
    transition: 0.4s ease all;
  }
  .header ul {
    list-style: none;
  }
  .header.desktop .right ul {
    display: flex;
    gap: 27px;
  }
  .header.desktop .right {
    display: flex;
    align-items: center;
  }
  .header.desktop .left {
   padding: 20px 0px;
  }
  .header.desktop .header-in {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  
  .header.desktop .right ul li:hover a {
    color: var(--pink);
  }
  .header.mobile {
    display: none;
  }
  .header.mobile .header-top {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
  }

  .header-menu {
    background-color: #3e2c25;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 550px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    clip-path: inset(0 100% 0 0);
    transition: .6s ease all;
    z-index: 999;
  }
  .header-menu.open-menu{
      clip-path: inset(0 0 0 0);
      transition: .6s ease all;
  }
  .header.mobile a {
    color: #f7f0e8;
  }
  .header-menu nav ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .header-menu nav {
    position: relative;
  }
  .header-menu nav .close-cta {
    position: absolute;
    right: 0px;
    top: 0;
  }
  .header-menu-logo {
    max-width: 382px;
    width: 100%;
    margin: 0 auto;
  }
  .close-cta {
    width: 19px;
  }
  .header.desktop .header-logo {
    max-width: 450px;
    transition: max-width .5s ease;
  }
  header {
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
  }
  
  .transparent-header {
    background-color: transparent;
    backdrop-filter: none;
  }
  .light-header .header.desktop nav ul li a {
    color: #F7F0E8;
  }
  
  .light-header .ham-menu svg path {
    fill: #F7F0E8;
  }
  @media screen and (max-width: 1300px) {
    .header.desktop .header-logo{
      max-width: 400px;
    }
  }
  @media screen and (max-width: 1100px) {
    .header.desktop .header-logo{
      max-width: 360px;
    }
  }
  @media screen and (max-width: 991px) {
    .header.desktop{
        display: none;
    }
    .header.mobile{
        display: block;
    }
    .header.mobile .header-mob-logo{
      max-width: 220px;
    }
    .ham-menu{
      width: 22px;
    }
}
@media screen and (max-width: 767px) {
  .header.mobile .header-mob-logo {
    max-width: 180px;
  }
  .ham-menu {
    width: 18px;
  }
}
@media screen and (max-width: 400px) {
    .header.mobile .header-mob-logo {
    max-width: 130px;
    }
    .header.mobile .primary-btn{
        padding: 8px 10px;
        font-size: 9px;
    }
    
}
.footer{
    background-color: #3B2922;
    padding-top: 90px;
    position: relative;
    overflow: hidden;
}
.footer::before{
    content: '';
    background-image: url('../src/assets/images/footer-bg.png');
    position: absolute;
    inset: 0;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
}
.footer-in{
    position: relative;
    z-index: 3;
}
.footer-copyright{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    border-top: 1px solid #FFFFFF;
}
.footer-copyright p a{
    text-underline-offset: 2px;
    transition: .4s ease all;
}
.footer-copyright p a:hover{
    color: var(--pink);
}
.footer-copyright p{
    font-family: "Instrument Sans";
    color: #fff;
    font-size: 12px;
    letter-spacing: 0px;
    font-weight: 400;
}
.footer .copyright p{
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer .copyright p span{
    display: flex;
}

.footer-logo{
    max-width: 937px;
}
.social-icon{
    display: flex;
    gap: 14px;
}
.social-icon > a div{
    width: 21px;
    height: 21px;
}
.social-icon img{
    height: 100%;
}
.social-icon > a{
    transition: .4s ease all;
}
.social-icon > a:hover{
    transform: translateY(-5px);
    transition: .4s ease all;
}
.footer-bottom-right .primary-btn{
padding: 8px 10px;
}
.footer-bottom-right h3{
    color: #fff;
    font-size: clamp(24px, 5vw, 42px);
    text-transform: capitalize;
    line-height: 120%;
    font-weight: 400;
}
.footer-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 30px;
}
.footer-bottom-right{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-bottom .primary-btn{
    letter-spacing: 4px;
    padding: 10px 12px;
    margin-left: 3px;
}
.footer-bottom-left{
    padding-top: 10px;
}
.footer li a{
    color: #fff;
    text-decoration: none;
}
.footer-nav-block p.head{
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-family: var(---tight-inter);
    font-weight: 500;
}
.footer-nav{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
}
.footer-top{
    display: flex;
    gap: 30px;
}
.footer-top-left{
    width: 80%;
}
.footer-top-right{
    width: 20%;
    position: relative;
}
.footer-nav-block{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-nav-block ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-nav-block li a{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 140%;
    font-family: var(---tight-inter);
    transition: .4s ease all;
}
.footer .pink-card{
    position: absolute;
    right: 30px;
    top: 30px;
}
.footer-nav-block li a:hover{
color: var(--pink);
}
.footer .pink-card{
    justify-content: space-between;
}
@media screen and (max-width: 1200px) {
    .footer-top-left {
    width: 70%;
    }
    .footer-top-right {
    width: 30%;
    }
}
@media screen and (max-width: 991px) {
    .footer-nav-block a{
        font-size: 14px !important;
    }
    .footer-nav-block p.head{
        font-size: 16px;
    }
    .footer-bottom .primary-btn {
        padding-left: 15px;
    }
    .footer-top-left{
        width: 60%;
    }
    .footer-top-right{
        width: 40%;
    }
    .footer-nav-block p.head{
        font-size: 14px;
    }
    .footer-nav-block li a{
        font-size: 12px !important;
    }
    .footer{
        padding-top: 60px;
    }
    .footer-bottom{
        margin-top: 60px;
    }
}
@media screen and (max-width: 767px) {
    .footer-nav{
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin-top: 40px;
    }
    .footer-top{
        flex-direction: column;
    }
    .footer-top-left, .footer-top-right{
        width: 100%;
    }
    .footer-bottom{
    flex-direction: column;
    gap: 40px;
    }
    .footer .copyright p, .footer-copyright p{
        font-size: 10px;
    }
    .footer-nav-block:last-child{
       grid-column: span 2;
    }
    .footer .pink-card{
        top: unset;
        right: -30px;
        bottom: -140px;
        width: 200px;
        height: 200px;
    }
    .footer{
        padding-top: 32px;
    }
    .footer-nav-block li a{
        font-size: 14px !important;
    }
    .footer-bottom{
        margin-top: 100px;
    }
}
@media screen and (max-width: 400px) {
    .footer .pink-card{
        right: -50px;
        bottom: -120px;
        width: 190px;
        height: 190px;
    }
}