

body {
  margin: 0;
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}




* {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
  width: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}



h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}



fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}






@font-face {
  font-family: Poppins;
  src: url("/assets/fonts/Poppins-Regular.woff") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url("/assets/fonts/Poppins-Medium.woff") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --pudra-500: #221e20;
  --white: white;
  --green: #909c87;
  --pudra-100: #f9f7f6;
  --border-radius-animation: 0px;
  --pudra-200: #e2d7d2;
  --gray-300: #514f56;
  --gray-200: #949191;
  --gray-100: #ebebeb;
  --black: #18171b;
  --green-secondary: #636d5c;
  --pudra: #ece8e7;
  --gray: #efefef;
  --header-text-color: white;
  --header-background: #ffffff1f;
  --plan-card-border: 20px;
  --font-family-second: Poppins, sans-serif;
  --font-family-main: Poppins, sans-serif;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: var(--pudra-500);
  letter-spacing: -.03em;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

html, body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.heading-large, .heading-medium, .heading-small,
.hero-title, .hero-title-text,
.experts-title, .reviews-title, .plans-title, .journey-title {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 400;
}

p, span, a, li, div, button, input, textarea, select, label,
.text, .text-small, .text-large,
.button, .nav-promo-text, .header-item,
.faq-title, .faq-answer,
.session-card-description,
.review-content p,
.plan-feature p {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

.session-card h3,
.review-content h3,
.plan-price {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

       /* Header Separator */
   .header-separator {
      width: 100%;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.1) 90%, transparent 100%);
      margin: 0;
      padding: 0;
  }
h1 {
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

.main {
  z-index: 1;
  flex: 1;
  position: relative;
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.hero-container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding-top: 10rem;
  position: relative;
}

.container.experts-conainer, .container.contact-conainer {
  grid-column-gap: 5.62rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.sessions-container {
  margin-bottom: 2.5rem;
}

.container.session-progressbar {
  margin-top: 2.5rem;
}

.button {
  background-color: #BCAB73 !important;
  color: white !important;
  text-align: center;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 1.625rem 2.5rem 1.375rem;
  font-size: 1.125rem;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

/* Hero Section Mobile Layout Fix */
@media screen and (max-width: 991px) {
  .hero-container {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
  }
  
  .hero-container > .hero-title {
    order: 1;
    margin-bottom: 1.5rem !important;
  }
  
  .hero-container > .hero-video-wrapper {
    order: 2;
    margin-bottom: 1.5rem !important;
    justify-self: center;
    align-self: center;
  }
  
  .hero-container > .hero-text {
    order: 3;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
  }
  
  .hero-container > .hero-book-btn {
    order: 4;
    margin-top: 0 !important;
    align-self: center;  }
}

/* Desktop Layout - Keep Grid */
@media screen and (min-width: 992px) {
  .hero-container > .hero-title {
    grid-row: 1;
    grid-column: 1;
  }
  
  .hero-container > .hero-video-wrapper {
    grid-row: 1 / 4;
    grid-column: 2;
    align-self: center;
  }
  
  .hero-container > .hero-text {
    grid-row: 2;
    grid-column: 1;
  }
  
  .hero-container > .hero-book-btn {
    grid-row: 3;
    grid-column: 1;
    margin-top: 1.5rem !important;
  }
}

.button.button-green {
  background-color: var(--green);
  color: var(--pudra-100);
}

.button.button-green.experts-button {
  margin-top: 1rem;
}

.button.button-green.form-button {
  margin-top: 1.25rem;
}

.button.button-green.subscribe-button {
  height: 4.5625rem;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.button.button-smoke {
  background-color: var(--pudra-100);
}

.button.button-smoke.plan-button {
  align-self: stretch;
  margin-top: 2.62rem;
}

.section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section.sessions {
  background-color: var(--white);
  height: 300vh;
  position: relative;
}

.section.section-padding-small {
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.section-padding-small.experts-info {
  z-index: 1;
  border-bottom-left-radius: var(--border-radius-animation);
  border-bottom-right-radius: var(--border-radius-animation);
  background-color: var(--pudra-100);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 100px 100px;
}

.section.section-padding-small.contact {
  border-bottom-left-radius: var(--border-radius-animation);
  border-bottom-right-radius: var(--border-radius-animation);
  background-color: var(--pudra-100);
  margin-bottom: -80px;
  overflow: hidden;
  border-radius: 0px 0px 100px 100px;
}


.section.reviews {
  background-color: var(--pudra-100);
}

.section.journey {
  background-color: var(--white);
  overflow: hidden;
}

.section.plans {
  background-color: var(--pudra-100);
}

.section.timetable {
  background-color: var(--white);
}

.section.inner {
  padding-bottom: 5rem;
}

.colors {
  grid-column-gap: 1.25rem;
  grid-row-gap: 3.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 3.25rem;
  display: grid;
}

.color-card {
  flex-direction: column;
  display: flex;
}

.color {
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 32px;
  margin-bottom: 1.25rem;
}

.typography {
  width: 100%;
  margin-top: 2.5rem;
}

.typography-item-wrapper {
  border-top: 1px solid var(--pudra-200);
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.rich-text {
  flex-direction: column;
  display: flex;
}

.rich-text ul {
  grid-row-gap: .625rem;
  letter-spacing: -.02em;
  flex-direction: column;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.4em;
  display: flex;
}

.rich-text h2 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  display: grid;
}

.button-card {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
}

.content-vertical-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-horizontal-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-horizontal-left.header-content {
  color: var(--pudra-200);
  border-radius: 0;
  padding: .5rem;
  position: relative;
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 100%;
  max-width: 100%;
}

.body {
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.header {
  z-index: 10;
  width: 100%;
  height: 0;
  position: relative;
  inset: auto;
  margin-top: 0;

}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  max-height: 100%;
  padding: 10rem 5vw;
  display: flex;
}

.utility-page-content {
  grid-row-gap: 3.125rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-large {
  letter-spacing: -.02em;
  font-size: 1.375rem;
  line-height: 1.4em;
}

.text-large.schedule-card-value {
  align-items: center;
  display: flex;
}

.text {
  letter-spacing: -.02em;
  font-size: 1.125rem;
  line-height: 1.4em;
}

.text.color-white.hero-text {
  max-width: 28.5556em;
}

.text.text-center.timetable-description {
  max-width: 42em;
}

.text-extra-small {
  font-size: 1rem;
}

.text-italic {
  font-style: italic;
}

.heading-medium {
  letter-spacing: -.06em;
  font-size: 4.25rem;
  line-height: 1.1em;
}

.heading-small {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  line-height: 1em;
}

.style-guide-title {
  margin-bottom: 5rem;
}

.footer {
  background-color: var(--pudra-500);
  padding-top: 8.75rem;
  padding-bottom: 1.25rem;
}

.header-navigation {
  flex: 1;
  display: flex !important;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.header-list {
  grid-column-gap: 3.25vw;
  align-items: center;
  display: flex;
  position: relative;
  justify-content: center;
  padding-right: 150px; /* Space for button on right */
}

.header-item.header-button-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

.link {
  color: var(--white);
  letter-spacing: -.02em;
  font-size: 1.125rem;
  line-height: 1.4em;
  transition: opacity .3s;
}

.link:hover {
  opacity: .8;
}

.link.navigation-link {
  color: black !important;
  font-weight: 500 !important;
}

.link.navigation-link.w--current {
  text-decoration: underline;
}

.link.link-small {
  font-size: 1rem;
  line-height: 1.5em;
}

.hero {
  background-image: linear-gradient(#0003, #0003);
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.header-logo {
  flex: none;
  transition: opacity .3s;
  position: relative;
  z-index: 2;
}

.header-logo:hover {
  opacity: .8;
}

.header-logo.w--current {
  position: relative;
}

.header-blur {
  z-index: -1;
  background-color: var(--header-background);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border-radius: 100px;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-logo-image {
  z-index: 1;
  width: auto;
  max-height: 100%;
  position: relative;
}

.header-logo-image.tablet-hide {
  opacity: 1;
}

.tablet-visible {
  display: none;
}

.tablet-hide {
  display: block;
}

.socials {
  grid-column-gap: .625rem;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.socials-link {
  background-color: var(--gray-300);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.socials-link:hover {
  background-color: var(--white);
  color: var(--pudra-500);
}

.socials-link.background-green:hover {
  background-color: var(--green);
  color: var(--white);
}

.svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg.button-icon {
  z-index: 1;
  position: relative;
}

.heading-large {
  letter-spacing: -.03em;
  font-family: Poppins, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1em;
}

.color-white {
  color: var(--white);
}

.hero-video-wrapper {
  width: 100%;
  max-width: 20.25rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-video-container {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1.34;
  overflow: hidden;
  /* Use mask to clip video to tooth shape */
  mask-image: url('../../images/Tooth icon.png');
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url('../../images/Tooth icon.png');
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}



.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  /* Make video darker */
  opacity: 0.6;
  filter: brightness(0.7);
}

.hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1.5;
  pointer-events: none;
}

.section-header {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.section-header.section-header-small-margin-bottom {
  margin-bottom: 3.75rem;
}

.section-header.content-horizontal-left, .section-header.content-vertical-left {
  align-items: flex-start;
}

.heading-max-width {
  max-width: 14.1176em;
}

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

.text-center.section-header-text {
  max-width: 43.25em;
}

.text-center.journey-title {
  max-width: 12em;
}

.text-center.plans-title {
  max-width: 15em;
}

.sessions-wrapper {
  flex: none;
  overflow: hidden;
}

.sessions-list {
  grid-column-gap: 1.25rem;
  display: flex;
}

.sessions-item {
  flex: none;
  width: 100%;
  max-width: 26.25rem;
}

.session-card {
  grid-row-gap: 1.25rem;
  color: var(--white);
  background-image: linear-gradient(#dbd4be, #bcab73);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  min-height: 29.25rem;
  padding: 2rem;
  display: flex;
}

.session-card.small {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.session-card-logo {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
}

.session-card-description {
  margin-top: auto;
}

.sessions-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 19rem;
  margin-bottom: -14.6rem;
  display: flex;
  position: sticky;
  top: 50vh;
  overflow: hidden;
  transform: translate(0, -50%);
}

.sessions-sticky-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.experts {
  flex-direction: column;
  display: flex;
  position: relative;
}

.experts-video {
  pointer-events: none;
  height: 100vh;
  position: sticky;
  bottom: 0;
}

.experts-content {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 29.5em;
  display: flex;
}

.experts-image-wrapper {
  aspect-ratio: 1 / 1.36;
  border-radius: 500px;
  width: 100%;
  max-width: 33.75rem;
  overflow: hidden;
}

.experts-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
}

.video-button {
  color: var(--pudra-500);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: flex;
  inset: 0% auto auto 0%;
}

.pause-state {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--pudra-500);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  padding-left: .125rem;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.play-state {
  opacity: .95;
}

.hidden {
  display: none;
}



.footer-content {
  grid-column-gap: 8vw;
  grid-row-gap: 2.5rem;
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-info {
  grid-row-gap: 2.25rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-logo-wrapper {
  flex: none;
  justify-content: space-between;
  display: flex;
}

.footer-logo {
  height: 4.5rem;
  transition: opacity .3s;
}

.footer-logo:hover {
  opacity: .8;
}

.footer-logo-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.color-pudra-100 {
  color: var(--pudra-100);
}

.footer-navigation {
  grid-column-gap: 5rem;
  margin-left: auto;
  display: flex;
}

.footer-list {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.footer-navigation-item {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.font-weight-medium {
  font-weight: 500;
}

.footer-bootom {
  border-top: 1px solid var(--gray-300);
  justify-content: space-between;
  margin-top: 6.25rem;
  padding-top: 1.25rem;
  display: flex;
}

.link-dark {
  color: var(--gray-200);
  transition: color .3s;
}

.link-dark:hover {
  color: var(--white);
}

.mobile-small-visible {
  display: none;
}

.plans-wrapper {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  overflow: auto;
}

.plans-wrapper.flex-center {
  justify-content: center;
}

.modal {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal.modal-instructor {
  cursor: auto;
}

.modal-overlay {
  cursor: pointer;
  background-image: linear-gradient(#3f3d44b3, #3f3d44b3);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-wrapper {
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: auto;
}

.modal-content {
  background-color: var(--pudra-100);
  border-radius: 60px;
  width: 100%;
  max-width: 46.875rem;
  padding: 5rem;
}

.modal-close {
  z-index: 2;
  background-color: var(--gray-100);
  color: var(--pudra-500);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 2rem 3rem auto auto;
}

.modal-close:hover {
  opacity: .8;
}

.button-hover {
  background-color: var(--gray-300);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.background-white {
  background-color: var(--white);
}

.button-content {
  z-index: 1;
  position: relative;
}

.background-green-secondary {
  background-color: var(--green-secondary);
}

.background-pudra {
  background-color: var(--pudra);
}

.background-gray {
  background-color: var(--gray);
}

.header-logo-dark {
  z-index: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-logo-small {
  z-index: 1;
  width: auto;
  max-height: 100%;
  position: relative;
}

.font-family-main {
  font-family: Poppins, sans-serif;
}

.font-family-main.utility-page-title {
  margin-bottom: -2.5rem;
  font-size: 25rem;
}

.footer-sticky {
  background-color: var(--pudra-500);
  padding-top: 5rem;
  position: sticky;
  bottom: 0;
}

.inner-list {
  width: 100%;
}

.inner-item {
  grid-row-gap: 1.25rem;
  border-top: 1px solid var(--pudra-200);
  border-bottom: 1px solid var(--pudra-200);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -1px;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
  display: flex;
}

.underline {
  text-decoration: underline;
}

.rich-text-block {
  flex-direction: column;
  display: flex;
}

.rich-text-block h2 {
  margin-top: 3.25rem;
  margin-bottom: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 2.25rem;
  line-height: 1em;
}

.rich-text-block p {
  color: var(--gray-200);
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.rich-text-block ul {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.rich-text-block h3 {
  margin-top: .5rem;
  margin-bottom: .25rem;
  font-size: 1.25rem;
  line-height: 1.6em;
}

.button-navigation {
  background-color: var(--white);
  color: var(--pudra-500);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  transition: background-color .3s;
  display: flex;
}

.button-navigation:hover {
  background-color: var(--gray);
}

.button-navigation.prev {
  margin-left: 2%;
  transform: translate(-50%);
}

.button-navigation.next {
  margin-right: 2%;
  transform: translate(50%);
}

.rotate-270 {
  transform: rotate(270deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.instructor-info {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.instructor-info-field {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.font-family-second {
  font-family: var(--font-family-second);
  font-weight: 400;
}

.font-weight-normal {
  font-weight: 400;
}

.instructor-socials {
  border-top: 1px solid var(--pudra-200);
  padding-top: 2.5rem;
}

.sticky-space {
  flex: none;
  width: 0%;
}

.review-poster {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-background-slider {
  width: 100%;
  height: 100%;
}

.hero-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-overlay {
  z-index: 1;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.progressbar {
  background-color: var(--gray-100);
  border-radius: 10px;
  width: 100%;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.progressbar-line {
  background-color: var(--green);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.nav-promo-text {
  z-index: -1;
  background-color: #bcab73;
  margin-bottom: 10px;
  padding: .5rem;
  position: relative;
  font-weight: 500 !important;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary-rounded {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.paragraph-regular-bg {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-bg.text-weight-bold {
  font-weight: 700;
}

.faq-divider {
  background-color: #d5d9e2;
  width: 100%;
  height: .5px;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-color-gray-600 {
  color: #525f75;
}

.faq {
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.section-regular {
  padding: 96px 5%;
  position: relative;
}

.section-regular.background-gray {
  background-color: #f6f7f9;
}

.overline {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.faq-border {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: .5px solid #d5d9e2;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.h2-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.faq-button {
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.button-text {
  z-index: 1;
  position: relative;
}

.faq-content {
  background-color: #0000;
  margin-top: -4px;
  display: block;
  position: relative;
}

.faq-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.faq-title {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.button-background {
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.faq-icon {
  color: #23272f;
  background-color: #edeff3;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-title {
  padding-left: 8px;
  font-size: 1.5rem;
  font-weight: 500;
}

.image {
  object-fit: cover;
  object-position: 50% 34%;
  border-radius: 60px;
  width: 100%;
  height: 10rem;
  position: static;
}

.div-block {
  max-width: 19.375rem;
}

.div-block-2 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.image-2 {
  width: 21px;
  height: 21px;
}

.link-2 {
  color: var(--white);
  margin-top: 5px;
}

.image-3 {
  flex: none;
  width: 21px;
}

.div-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .header {
    top: 4rem !important;
  }

  .content-horizontal-left.header-content {
    width: 1114px !important;
    height: 94px !important;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .header-navigation {
    flex: 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .header-list {
    justify-content: center;
    position: relative;
  }

  .header-button-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10 !important;
  }

  .header-button {
    width: 152px !important;
    height: 63px !important;
    border-radius: 14px !important;
    padding: 18px 24px !important;
    background: linear-gradient(99.88deg, #BCAB73 3.94%, #B29C55 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 1;
    margin: 0;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .header {
    top: 4rem !important;
  }

  .header-list {
    grid-column-gap: 3.125rem;
  }

  .heading-large {
    font-size: 5rem;
  }

  .sessions-sticky-wrapper {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }

  .plan-wrapper {
    padding: 3.75rem;
  }

  .footer-content {
    grid-column-gap: 8.75rem;
    grid-row-gap: 2.5rem;
  }

  .modal {
    display: none;
  }

  .button-navigation {
    width: 7.5rem;
    height: 7.5rem;
  }

  .button-navigation.prev {
    margin-left: 1.5%;
  }

  .button-navigation.next {
    margin-right: 1.5%;
  }
}

/* Mobile First - Ensure proper mobile rendering */
@media screen and (max-width: 480px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  * {
    box-sizing: border-box;
  }
  
  body {
    overflow-x: hidden;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.hero-container {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .container.experts-conainer, .container.contact-conainer {
    grid-column-gap: 5vw;
  }

  .section.sessions {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .section.section-padding-small.contact {
    border-radius: 0;
    margin-bottom: 0;
  }

  .header {
    height: 0px !important;
    margin-top: 4rem !important;
  }

  .utility-page-content {
    grid-row-gap: 2.5rem;
  }

  .text.color-white.hero-text {
    text-align: center;
  }

  .footer {
    padding-top: 5rem;
    position: static;
  }

  .header-navigation {
    z-index: -1 !important;
    grid-row-gap: 2.5rem;
    background-color: #000000 !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    padding: .5rem 1rem 4rem;
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    overflow: auto;
    transform: translate(0, -100%) !important;
    transition: transform 0.3s ease, z-index 0s 0.3s;
    pointer-events: none;
  }
  
  .header-navigation.menu-open,
  .header-navigation[style*="translate(0, 0)"] {
    transform: translate(0, 0) !important;
    z-index: 10000 !important;
    transition: transform 0.3s ease !important;
    pointer-events: auto !important;
  }

  .header-list {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: center !important;
    justify-content: center;
    width: 100%;
    padding: 0 !important;
    margin: 0 auto !important;
    list-style: none !important;
  }

  .header-item {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .header-button-wrapper {
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin-top: 1.25rem;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .header-item.header-button-wrapper {
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin-top: 1.25rem;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .link.navigation-link {
    letter-spacing: -.06em;
    font-family: Poppins, sans-serif;
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1em;
    color: #ffffff !important;
    text-align: center !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  
  .header-navigation .w-inline-block,
  .header-navigation .link.navigation-link.w-inline-block {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
  }
  
  .header-navigation .w-list-unstyled {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  
  .link.navigation-link div {
    color: #ffffff !important;
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
  }
  
  .button.header-button {
    color: #ffffff !important;
  }
  
  .button.header-button .button-content {
    color: #ffffff !important;
  }
  
  .button.header-button .button-content div {
    color: #ffffff !important;
  }

  .hero {
    justify-content: center;
  }

  .tablet-visible {
    display: block;
  }

  .tablet-hide {
    display: none;
  }

  .header-socials.tablet-visible {
    border-top: 1px solid var(--gray-300);
    justify-content: center;
    padding-top: 2.5rem;
    display: flex;
  }

  .burger-wrapper {
    margin-left: auto;
    position: relative;
    z-index: 10001 !important;
    display: block !important;
  }

  .burger {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 3.75rem;
    height: 3.75rem;
    display: flex !important;
    position: relative;
    overflow: visible;
    z-index: 10001 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  
  .burger-line {
    pointer-events: none;
  }

  .burger-line {
    background-color: var(--pudra-500);
    border-radius: 10px;
    width: 2.25rem;
    height: 2px;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%);
  }

  .burger-line.burger-line-top {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -7px);
  }

  .burger-line.burger-line-bottom {
    transform: translate(-50%, 7px);
  }

  .burger-close {
    background-color: white !important;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .heading-large.color-white.hero-title {
    text-align: center;
  }

  .hero-title-text {
    display: inline-block;
    font-weight: 600 !important;
  }

  .sessions-wrapper {
    padding-top: 0;
  }

  .sessions-sticky-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pause-state {
    width: 4.5rem;
    height: 4.5rem;
  }


  .reviews-wrapper {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-bottom: 2rem;
    overflow: auto;
  }

  .reviews-list {
    grid-column-gap: 1.25rem;
    flex-direction: row;
    flex: none;
  }

  .review {
    grid-row-gap: 1.25rem;
  }

  .review-content {
    grid-row-gap: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .review-video {
    aspect-ratio: 1 / 1.47;
  }

  .reviews-inner {
    flex: none;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .journey-slider {
    padding-bottom: 4rem;
  }

  .plans-list {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tabs-menu {
    justify-content: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tabs {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .footer-content {
    grid-column-gap: 4rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-navigation {
    margin-left: 0;
  }

  .plans-wrapper {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .font-family-main.utility-page-title {
    font-size: 20rem;
  }

  .footer-sticky {
    padding-top: 0;
    position: static;
  }

  .button-navigation {
    display: none;
  }
  
  /* Show journey slider arrows on mobile */
  .journey-slider .button-navigation {
    display: flex !important;
  }
}
.link.navigation-link {
color: white;
}
.contact-image-wrapper {
border-radius: 10px;
}
.whatsapp-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: none;
  z-index: 999;
  transition: all 0.3s ease;
  background: transparent;
}
.button.button-green {
background-color: #83693a;
color: var(--pudra-100);
}
.button{
border-radius: 10px;
padding: 15px 20px 15px 20px
}
.background-green-secondary {
background-color: black;
border-radius: 0px !important;
}

.whatsapp-widget:hover {
  /* transform: scale(1.1); */
  /* box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4); */
}

.whatsapp-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.socials-link{
  background-color: #83693a !important;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.socials-link:hover{
  background-color: #83693a !important;
  transform: scale(1.1);
}
.socials-link img {
  filter: none !important;
  color: white;
  width: 24px;
  height: 24px;
}
.socials-link:hover img {
  filter: none !important;
}

@media (max-width: 768px) {
  .whatsapp-widget {
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
  }
  
  .whatsapp-icon {
    width: 55px;
    height: 55px;
  }
}

/* Burger Menu Active States */
.burger {
  display: flex !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

.burger-close {
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.burger-close svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  stroke-width: 2.5;
  pointer-events: none;
}

.burger-close:hover svg {
  opacity: 0.8;
}

/* Mobile Menu Header with Logo */
.mobile-menu-header {
  display: none;
  padding: 2rem 1rem 1rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
  position: relative;
}

.mobile-menu-logo {
  display: inline-block;
}

.mobile-menu-logo img {
  max-width: 150px;
  height: auto;
}

/* Mobile Menu Close Button (inside menu) */
.mobile-menu-close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  z-index: 100;
  color: white !important;
}

.mobile-menu-close-btn svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  stroke-width: 2;
  pointer-events: none;
}

.mobile-menu-close-btn:hover svg {
  opacity: 0.8;
}

/* Mobile Navigation Background Black */
@media screen and (max-width: 991px) {
  .header-navigation {
    background-color: #000000 !important;
  }
  
  .header-navigation[style*="translate(0, 0)"] {
    background-color: #000000 !important;
  }
  
  .mobile-menu-header {
    display: block;
  }
  
  .mobile-menu-close-btn {
    display: flex !important;
    background-color: white !important;
    border-radius: 100px;
    color: black !important;
    left: 200px;
  }
}

/* Modal Active State */
#appointment-modal.active,
#appointment-modal[style*="flex"] {
  display: flex !important;
}

/* Navigation Active State */
#main-navigation[style*="translate(0, 0)"] {
  transform: translate(0, 0) !important;
  z-index: 10000 !important;
}

/* Hero Section Spacing Fixes */
.hero-title {
  margin-bottom: 1rem !important;
}

.hero-text {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}

.hero-book-btn {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: inline-block;
}

/* Ensure proper grid placement */
.hero-container > .hero-title {
  grid-row: 1;
  grid-column: 1;
}

.hero-container > .hero-text {
  grid-row: 2;
  grid-column: 1;
}

.hero-container > .hero-book-btn {
  grid-row: 3;
  grid-column: 1;
  margin-top: 1.5rem !important;
}

.hero-container > .hero-video-wrapper {
  grid-row: 1 / 4;
  grid-column: 2;
  align-self: center;
}

@media screen and (max-width: 991px) {
  .hero-container {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto auto !important;
  }
  
  .hero-container > .hero-title {
    grid-row: 1;
    grid-column: 1;
  }
  
  .hero-container > .hero-text {
    grid-row: 2;
    grid-column: 1;
  }
  
  .hero-container > .hero-book-btn {
    grid-row: 3;
    grid-column: 1;
  }
  
  .hero-container > .hero-video-wrapper {
    grid-row: 4;
    grid-column: 1;
    justify-self: center;
    margin-top: 2rem !important;
  }
}

/* Hero Slider Styles */
.hero-background-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-slider-mask {
  position: relative;
  width: 100%;
  height: 100%;
}
li.plan-feature.custom-marker-item {
  list-style: none;
}
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.hero-title-text {
  font-weight: 500 !important;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.625rem;
  }

  h2 {
    font-size: 2.625rem;
  }

  h3 {
    font-size: 1.625rem;
    line-height: 1.1em;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.experts-conainer, .container.contact-conainer {
    grid-row-gap: 2.5rem;
    flex-direction: column-reverse;
  }

  .container.session-progressbar {
    display: none;
  }

  .button.button-smoke.plan-button {
    margin-top: 2.5rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.sessions {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.section-padding-small.experts-info {
    min-height: auto;
    border-radius: 0px 0px 50px 50px!important;
  }

  .section.section-padding-small.contact {
    margin-bottom: 0;
  }

  .section.inner {
    padding-top: 6.5rem;
  }

  .buttons {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    display: flex;
  }

  .text-large.schedule-card-value.schedule-card-value-small-text {
    font-size: 1.125rem;
  }

  .heading-medium {
    font-size: 2.625rem;
  }

  .heading-small {
    font-size: 1.625rem;
    line-height: 1.1em;
  }

  .hero {
    padding-top: 13rem;
  }

  .heading-large {
    font-size: 3.625rem;
  }

  .hero-title-text {
    display: inline;
  }

  .hero-video-wrapper {
    max-width: 18.125rem;
  }

  .section-header, .section-header.section-header-small-margin-bottom {
    margin-bottom: 2.5rem;
  }

  .sessions-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sessions-sticky {
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 2rem;
    position: static;
    overflow: auto;
  }

  .sessions-sticky-wrapper {
    flex: none;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  /* Fix first card being cut in half on mobile */
  .sessions-sticky-wrapper .sticky-space {
    display: none !important;
    width: 0 !important;
  }

  .sessions-sticky-wrapper #concerns-scroll-container {
    transform: translateX(0%) !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .sessions-list {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .sessions-item:first-child {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .experts-video {
    aspect-ratio: 1.3;
    height: auto;
  }

  .experts-content {
    grid-row-gap: 1.25rem;
  }

  .experts-image-wrapper {
    max-width: 18.125rem;
  }


  .reviews-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .journey-slide {
    aspect-ratio: 1.23;
  }

  .plans-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plans-item {
    min-width: 24rem;
  }

  .plan-wrapper {
    padding: 2rem;
  }

  .plan-price {
    margin-top: 1.5rem;
  }

  .plan-features {
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .tabs-menu {
    grid-column-gap: 0rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tabs {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .tabs-content {
    margin-top: 1.75rem;
  }

  .schedule-card {
    grid-template-columns: minmax(max-content, .8fr) minmax(16.25rem, auto);
    justify-content: space-between;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .mobile-hidden {
    display: none;
  }

  .text-small {
    font-size: .875rem;
    line-height: 1em;
  }

  .mobile-visible {
    display: flex;
  }

  .contact-content {
    grid-row-gap: 1.25rem;
  }

  .contact-image-wrapper {
    max-width: 18.125rem;
  }

  .footer-top {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .link-to-top.mobile-visible {
    margin-left: auto;
    display: flex;
  }

  .footer-content {
    flex-flow: column;
    align-items: stretch;
  }

  .footer-info {
    grid-column-gap: 2.25px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-bootom.color-gray-200 {
    grid-row-gap: .625rem;
    flex-direction: column;
    align-items: center;
    margin-top: 2.5rem;
  }

  .plans-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .modal-content {
    border-radius: 40px;
    padding: 3.75rem 2.5rem 2.5rem;
  }

  .modal-close {
    top: 1rem;
    right: 2rem;
  }

  .font-family-main.utility-page-title {
    font-size: 15rem;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .faq-border {
    margin-top: 2.5rem;
  }

  .div-block-2 {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media screen and (max-width: 479px) {
  .button.button-green.subscribe-button {
    align-self: stretch;
    position: relative;
    top: 0;
    right: 0;
  }

  .text-large.schedule-card-value {
    font-size: 1.125rem;
  }

  .text-italic.subscribe-title {
    text-align: center;
  }

  .heading-large.color-white.hero-title {
    flex-flow: column;
    display: flex;
  }

  .hero-title-text {
    font-size: 3.3rem;
  }

  .sessions-item {
    width: 90vw;
    max-width: 20rem;
  }

  .pause-state {
    width: 3.75rem;
    height: 3.75rem;
  }

  .reviews-item {
    max-width: 21.5rem;
  }

  .reviews-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plans-list {
    flex: none;
  }

  .plans-item {
    flex: none;
    width: 21.5rem;
    min-width: auto;
    max-width: 90vw;
  }

  .schedule-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: minmax(max-content, .8fr) minmax(12rem, auto);
    align-content: center;
    align-items: center;
  }

  .schedule-card-image-wrapper {
    display: none;
  }

  .subscribe {
    width: 100%;
  }

  .form-subscribe-wrapper {
    grid-row-gap: .625rem;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-field-subscribe {
    height: 4.5625rem;
    padding-right: 2.25rem;
  }

  .link-to-top.mobile-visible {
    display: none;
  }

  .link-to-top.mobile-small-visible {
    transition: color .3s;
    display: flex;
  }

  .footer-content {
    justify-content: center;
  }

  .footer-info {
    align-items: stretch;
    max-width: none;
  }

  .footer-logo-wrapper {
    flex: none;
    width: 100%;
  }

  .footer-logo, .footer-logo.w--current {
    flex: none;
  }

  .footer-navigation {
    grid-column-gap: 2rem;
    flex: 1;
    justify-content: space-between;
  }

  .mobile-small-visible {
    display: flex;
  }

  .modal-content {
    border-radius: 50px;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .font-family-main.utility-page-title {
    font-size: 10rem;
  }
}

#w-node-d14a3a77-1228-168f-6539-8daceb9b22ce-88203b71 {
  grid-area: 1 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-a4292ff9-0fa9-a816-f65d-40b2ecfc0c9c-88203b71 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_20cc0e90-4961-132f-d58d-5d5f94bc39c0-88203b71, #w-node-b174ad5a-8858-dbd1-8d24-bf032e28f9f9-88203b71, #w-node-d117c9b4-b7ac-e507-bf2a-8a2b8155eb34-88203b71, #w-node-fd5043ac-48f5-1e20-08c1-3ec1a6f5524c-88203b71, #w-node-e6855433-429d-a010-62c9-4472bd6a3182-88203b71, #w-node-e6855433-429d-a010-62c9-4472bd6a318b-88203b71, #w-node-e6855433-429d-a010-62c9-4472bd6a318f-88203b71, #w-node-_2cb63aa8-2a91-6e43-4600-233266b4b0fe-88203b71, #w-node-_2cb63aa8-2a91-6e43-4600-233266b4b107-88203b71, #w-node-_2cb63aa8-2a91-6e43-4600-233266b4b10b-88203b71, #w-node-_48944667-8082-547d-f05b-451975bcf2f1-88203b71, #w-node-_48944667-8082-547d-f05b-451975bcf2fa-88203b71, #w-node-_48944667-8082-547d-f05b-451975bcf2fe-88203b71, #w-node-_2780d0bd-ba50-0a23-28d3-d0111e12e551-88203b71, #w-node-_2780d0bd-ba50-0a23-28d3-d0111e12e55a-88203b71, #w-node-_2780d0bd-ba50-0a23-28d3-d0111e12e55e-88203b71, #w-node-_766836e3-e329-ca6b-a7bc-a6e22ba536b6-88203b71, #w-node-_766836e3-e329-ca6b-a7bc-a6e22ba536bf-88203b71, #w-node-_766836e3-e329-ca6b-a7bc-a6e22ba536c3-88203b71, #w-node-_262bbe0f-3652-1c1c-2363-36ec90811703-88203b71, #w-node-_262bbe0f-3652-1c1c-2363-36ec9081170c-88203b71, #w-node-_262bbe0f-3652-1c1c-2363-36ec90811710-88203b71, #w-node-f480ca7c-2839-ae3b-7f2b-78eaffcfc62e-88203b6d, #w-node-b2bf0dc4-5ef8-78e2-b626-bcd6a90a3513-88203b6d, #w-node-_76162cae-dce0-b4c8-ac63-25324722e19a-88203b6d, #w-node-_2b3aaff7-e40b-1440-29dd-e4c680b8fe66-88203b6d, #w-node-aaf0cf1c-6960-0be4-3fcb-62c10e628bc6-88203b6d, #w-node-ecd58bea-f4c3-2074-5883-973c635087f1-88203b6d, #w-node-_83d64447-8e41-a611-a12d-da911fe72436-88203b6d, #w-node-_9deb6472-9baa-aea6-eca8-ee6c9d9ba246-88203b6d, #w-node-_715bd7d5-18fe-9598-d8ed-13397a7913c5-88203b6d, #w-node-_9f91efa6-ceee-0f8f-e256-e3162267ac3b-88203b6d, #w-node-_0e057f6b-1a5b-54b6-11a3-33d85d6ede81-88203b6d, #w-node-ae25bdb5-dcd8-638e-32f1-6d64c482bb7e-88203b6d, #w-node-_347fa478-4d29-3889-1cf2-b49c3a201dbc-88203b6d, #w-node-d6678321-cb6e-7be5-75d6-3f80abdf7fe3-88203b6d, #w-node-_1b0da09f-3d16-0348-0113-0a38bbca1eb4-88203b6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
/* Header Separator */
.header-separator {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.1) 90%, transparent 100%);
  margin: 0;
  padding: 0;
}

/* Add top padding to main content after header */
.main {
  margin-top: -1rem;
  background-color: white !important
}

/* Extra spacing before hero section */
.hero {
  margin-top: 0rem;
  padding-top: 2rem;
}
.nav-promo-text {
z-index: -1;
background-color: #bcab73;
margin-bottom: 10px;
padding: .5rem;
position: relative;
border-radius: 10px 10px 0px 0px;
margin-top: -16px;
}
.content-horizontal-left.header-content {
color: black !important;
border-radius: 20px !important;
padding: 1rem;
position: relative;
background-color: white !important;
margin-top: -45px !important;
}

.session-card {
display: flex;
gap: 1.5rem;
align-items: flex-start;
}

.session-card-image {
width: 100%;
min-width: 100%;
height: 250px;
object-fit: cover;
border-radius: 8px;
display: block;
flex-shrink: 0;
}

.session-content {
flex: 1;
display: flex;
flex-direction: column;
}

.session-content h3 {
margin-top: 0;
margin-bottom: 1rem;
}

.session-card-description {
text-align: justify;
font-weight: normal;
line-height: 1.6;
}

.experts-image-wrapper{
border-radius: 10px !important;
}

@media (max-width: 767px) {
  .main {
    margin-top: 1rem;
  }
  .hero {
    margin-top: -100px;
    padding-top: 1rem;
  }
}

/* FAQ Section - Clean Accordion */
.faq-border {
  width: 100%;
}

.faq-item {
  width: 100%;
  cursor: pointer;
  background-color: #f9f7f6;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  cursor: pointer;
  user-select: none;
  width: 100%;
}

.faq-question-text {
  flex: 1;
  font-weight: 500;
  color: #1a1a1a;
  font-size: 1.5rem;
  text-align: left;
  padding-left: 8px;
}

.faq-toggle-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 1.5rem;
  transition: transform 0.3s ease;
  color: currentColor;
}

.faq-item.active .faq-toggle-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
  visibility: hidden;
  padding-top: 0;
}

.faq-item.active .faq-answer {
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  padding-top: 1rem;
  margin-top: 0.5rem;
  border-top: 1px solid #e5e5e5;
}

.faq-answer p {
  margin: 0;
  line-height: 1.8;
}

.faq-divider {
  display: none;
}

/* Mobile Unsticky Header - Override sticky on mobile only */
@media (max-width: 767px) {
  .header {
    position: static !important;
  }

  .header-separator {
    position: static !important;
  }
}
/* ========== REVIEWS SECTION - FULLY RESPONSIVE ========== */

/* Container Wrapper */
.reviews-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.reviews-inner {
  width: 100%;
  position: relative;
  order: 1;
}

/* Navigation Buttons - Top Right */
.reviews-nav-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  z-index: 10;
  order: -1;
}

.review-scroll-btn {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  background: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
  flex-shrink: 0;
  touch-action: manipulation;
}

.review-scroll-btn:hover {
  background: #f5f5f5;
  border-color: #83693a;
  transform: scale(1.1);
}

.review-scroll-btn:active {
  transform: scale(0.95);
}

.review-scroll-btn svg {
  width: 20px;
  height: 20px;
  stroke: #83693a;
  stroke-width: 2;
  fill: none;
}

/* Scroll Container */
.reviews-scroll-container {
  display: flex !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  gap: 24px !important;
  padding: 0 !important;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #83693a #f1f1f1;
  scrollbar-width: none;
}

/* Webkit Scrollbar */
.reviews-scroll-container::-webkit-scrollbar {
  height: 8px;
}

.reviews-scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.reviews-scroll-container::-webkit-scrollbar-thumb {
  background: #83693a;
  border-radius: 10px;
}

.reviews-scroll-container::-webkit-scrollbar-thumb:hover {
  background: #5c4d2a;
}

/* Scroll List */
.reviews-scroll-list {
  display: flex !important;
  flex-direction: row !important;
  gap: 24px !important;
  padding: 12px 0 !important;
}

/* Review Items - 350px Fixed Width Desktop */
.reviews-item {
  flex: 0 0 350px !important;
  min-width: 350px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Review Card */
.review {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.review:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

/* Stars */
.review-stars {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.review-stars .svg {
  color: #ffc107;
  width: 22px;
  height: 22px;
}

/* Content */
.review-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  grid-row-gap: 0px !important;
}

.review-content h3 {
  margin: 0 0 12px 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
}

.review-content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #666;
  flex: 1;
}

/* Author */
.review-author {
  margin-top: 16px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #83693a;
}
.footer {
background-color: black;
padding-top: 8.75rem;
padding-bottom: 1.25rem;
}

/* ========== RESPONSIVE BREAKPOINTS ========== */

/* LARGE DESKTOP: 1200px+ - 3 Columns */
@media (min-width: 1200px) {
  .reviews-wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .reviews-inner {
    width: 100%;
    order: 1;
  }

  .reviews-nav-buttons {
    justify-content: flex-end;
    margin-bottom: 20px;
    order: -1;
  }

  .reviews-item {
    flex: 0 0 350px !important;
    min-width: 350px !important;
  }

  .reviews-scroll-container {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 24px !important;
    padding: 12px 0 !important;
    width: 100%;
  }

  .reviews-scroll-list {
    display: flex !important;
    flex-direction: row !important;
    gap: 24px !important;
  }

  .review {
    padding: 24px;
  }

  .review-content h3 {
    font-size: 1.1rem;
  }

  .review-content p {
    font-size: 0.95rem;
  }

  .review-scroll-btn {
    width: 44px;
    height: 44px;
  }

  .review-scroll-btn svg {
    width: 20px;
    height: 20px;
  }
}

/* DESKTOP: 768px - 1199px - 2-3 Columns */
@media (min-width: 768px) and (max-width: 1199px) {
  .reviews-wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .reviews-inner {
    width: 100%;
    order: 1;
  }

  .reviews-nav-buttons {
    justify-content: flex-end;
    margin-bottom: 20px;
    order: -1;
  }

  .reviews-item {
    flex: 0 0 320px !important;
    min-width: 320px !important;
  }

  .reviews-scroll-container {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 20px !important;
    padding: 12px 0 !important;
    width: 100%;
  }

  .reviews-scroll-list {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px !important;
  }

  .review {
    padding: 20px;
  }

  .review-content h3 {
    font-size: 1rem;
  }

  .review-content p {
    font-size: 0.9rem;
  }

  .review-scroll-btn {
    width: 40px;
    height: 40px;
  }

  .review-scroll-btn svg {
    width: 18px;
    height: 18px;
  }
}

/* TABLET: 481px - 767px - Horizontal Scroll */
@media (min-width: 481px) and (max-width: 767px) {
  .reviews-wrapper {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
  }

  .reviews-inner {
    width: 100%;
    order: 1;
  }

  .reviews-nav-buttons {
    margin-bottom: 15px;
    margin-right: 0;
    order: -1;
  }

  .reviews-item {
    flex: 0 0 280px !important;
    min-width: 280px !important;
  }

  .reviews-scroll-container {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 16px !important;
    padding: 0 !important;
    width: 100%;
  }

  .reviews-scroll-list {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
  }

  .review {
    padding: 18px;
  }

  .review-content h3 {
    font-size: 0.95rem;
  }

  .review-content p {
    font-size: 0.85rem;
  }

  .review-stars .svg {
    width: 18px;
    height: 18px;
  }

  .review-author {
    font-size: 0.8rem;
  }

  .review-scroll-btn {
    width: 36px;
    height: 36px;
  }

  .review-scroll-btn svg {
    width: 16px;
    height: 16px;
  }
}

/* MOBILE: 320px - 480px - Full Width Stacked */
@media (max-width: 480px) {
  .reviews-wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .reviews-nav-buttons {
    justify-content: center;
    margin-bottom: 15px;
    gap: 10px;
    order: -1;
  }

  .reviews-item {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .reviews-scroll-container {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 0 !important;
    padding: 0 !important;
    width: 100%;
    scroll-snap-type: x mandatory;
  }

  .reviews-scroll-list {
    display: flex !important;
    flex-direction: row !important;
    gap: 0 !important;
    width: 100%;
  }

  .review {
    padding: 16px;
    width: 100%;
    margin: 0 !important;
    scroll-snap-align: start;
    flex-shrink: 0;
  }

  .review-content h3 {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }

  .review-content p {
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .review-stars {
    gap: 6px;
    margin-bottom: 12px;
  }

  .review-stars .svg {
    width: 18px;
    height: 18px;
  }

  .review-author {
    margin-top: 12px;
    font-size: 0.8rem;
  }

  .review-scroll-btn {
    width: 36px;
    height: 36px;
  }

  .review-scroll-btn svg {
    width: 16px;
    height: 16px;
  }
}

/* EXTRA SMALL: 320px - 360px */
@media (max-width: 360px) {
  .reviews-nav-buttons {
    gap: 8px;
    margin-bottom: 12px;
  }

  .review {
    padding: 14px;
    border-radius: 8px;
  }

  .review-content h3 {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }

  .review-content p {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .review-stars {
    gap: 4px;
    margin-bottom: 10px;
  }

  .review-stars .svg {
    width: 16px;
    height: 16px;
  }

  .review-author {
    margin-top: 10px;
    font-size: 0.75rem;
  }

  .review-scroll-btn {
    width: 32px;
    height: 32px;
  }

  .review-scroll-btn svg {
    width: 14px;
    height: 14px;
  }
}



@media screen and (max-width: 767px) {
.contact-image-wrapper {
max-width: 18.125rem;
border-radius: 10px;
}
.nav-promo-text{
margin-top: 0px !important;
}
}
/* ========== INSTRUCTORS/SERVICES SECTION - FULLY RESPONSIVE ========== */
.footer-logo-image {
object-fit: cover;
width: 100%;
height: 100%;
padding-left: 40px;
}


/* ========== RESPONSIVE BREAKPOINTS ========== */

/* LARGE DESKTOP: 1024px+ - 3 Columns */
@media (min-width: 1024px) {
.instructors-wrapper {
  gap: 16px;
}

.instructors-scroll-left,
.instructors-scroll-right {
    display: flex;
  width: 48px;
  height: 48px;
  }

  .instructor-card {
    flex: 0 0 320px;
  }

  .instructor-card-image-wrapper {
    height: 500px;
  }

  .instructor-card-info {
    padding: 24px;
  }

  .instructor-card-info h3 {
    font-size: 1.5rem;
  }

  .instructor-card-info p {
    font-size: 1.1rem;
  }
}

/* TABLET: 768px - 1023px - 2 Columns */
@media (min-width: 768px) and (max-width: 1023px) {
  .instructors-wrapper {
    gap: 14px;
  }

  .instructors-scroll-left,
  .instructors-scroll-right {
  display: flex;
    width: 40px;
    height: 40px;
  }

  .instructor-card {
    flex: 0 0 280px;
  }

  .instructor-card-image-wrapper {
    height: 400px;
  }

  .instructor-card-info {
    padding: 20px;
  }

  .instructor-card-info h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .instructor-card-info p {
    font-size: 0.95rem;
    line-height: 1.3;
  }
}

/* MOBILE: 481px - 767px - Horizontal Scroll */
@media (min-width: 481px) and (max-width: 767px) {
  .instructors-wrapper {
    gap: 12px;
    padding: 0 15px;
  }

  .instructors-scroll-left,
  .instructors-scroll-right {
    display: flex;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }

}
@media screen and (max-width: 479px) {
  .heading-large.color-white.hero-title {
    flex-flow: column;
    display: flex;
    padding-top: 150px;
  }
}

/* ========== NEW HERO SECTION STYLES ========== */

/* Main Heading */
.hero-heading-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
  z-index: 2;
  position: relative;
}

.hero-main-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin: 0;
  padding: 0;
}

/* Three Columns Layout */
.hero-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 2rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.hero-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Column 1: Video */
.hero-column-video {
  justify-content: flex-start;
}

.hero-column-video .hero-video-wrapper {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-column-video .hero-video-container {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  /* Use mask to clip video to tooth shape */
  mask-image: url('../../images/Tooth icon.png');
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-image: url('../../images/Tooth icon.png');
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}


.hero-column-video .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  /* Make video darker */
  opacity: 1;
  filter: brightness(1);
}

.hero-column-video .hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1.5;
  pointer-events: none;
}

/* Column 2: Book Now Card (Larger) */
.hero-column-card {
  justify-content: flex-start;
}

/* Mobile: Reorder hero elements */
@media screen and (max-width: 991px) {
  .hero-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
  }
  
  /* Use grid-row to control order: 1. Card, 2. Heading, 3. Video, 4. Reviews */
  .hero-column-card {
    grid-row: 1;
    order: 1;
  }
  
  .hero-heading-wrapper {
    grid-row: 2;
    order: 2;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  
  .hero-column-video {
    grid-row: 3;
    order: 3;
  }
  
  .hero-column-reviews {
    grid-row: 4;
    order: 4;
    margin-top: 50px !important;
  }
  
  /* Make content wrapper stack vertically */
  .hero-content-wrapper {
    display: contents !important;
  }
  
  .hero-column {
    width: 100%;
  }
}

.hero-book-card {
  background-color: rgb(255 255 255 / 88%);
    border-radius: 20px;
  padding: 2rem;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hero-card-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.hero-card-price {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  color: #000;
}

.hero-card-price .price-amount {
  font-size: 36px;
  font-weight: 700;
}

.hero-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.hero-card-item {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  text-align: center;
}

.hero-card-item .checkmark {
  color: #4CAF50;
  font-weight: bold;
  font-size: 20px;
}

.hero-card-button {
  width: 531px;
  height: 63px;
  border-radius: 14px;
  padding: 18px 24px;
  background: linear-gradient(99.88deg, #BCAB73 3.94%, #B29C55 100%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 1;
  margin: 0 auto;
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.hero-card-button:hover {
  opacity: 0.9;
}

/* Column 3: Review Feed */
.hero-column-reviews {
  justify-content: flex-end;
  align-items: flex-end;
}

.hero-reviews-feed {
  background: transparent;
  border-radius: 0;
  padding: 0;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.reviews-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
}

.reviews-profiles {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.profiles-image {
  width: auto;
  height: auto;
  max-width: 120px;
  display: block;
}

.reviews-rating-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-shrink: 0;
}

.reviews-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.stars-image {
  width: auto;
  height: auto;
  max-width: 100px;
  display: block;
}

.rating-number {
  color: white;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1;
  white-space: nowrap;
}

.reviews-text {
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  margin: 0;
  line-height: 1.4;
}

.reviews-text strong {
  font-weight: 600;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
  .hero-content-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-main-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .hero-card-button {
  width: 100%;
    max-width: 531px;
  }
}

@media screen and (max-width: 768px) {
  .hero-main-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .hero-card-title {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-card-button {
    width: 100%;
  }
}

/* ========== SERVICES SECTION ========== */
.services-section {
  background-color: #ebe6d5;
  padding: 5rem 0;
}

.services-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.services-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
  line-height: 76px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #1A1A1A;
  margin-bottom: 3rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.service-card {
  width: 434px;
  height: aute;
  background-color: white;
  border-radius: 24px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 1;
  box-sizing: border-box;
  margin: 0 auto;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, #BCAB73 0%, #B29C55 100%);
}

.service-card-image {
  width: 373px;
  height: 379px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.service-card:hover .service-card-image {
  transform: scale(1.05);
}

.service-card-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #1A1A1A;
  margin: 0 0 1.5rem 0;
  transition: color 0.3s ease;
}

.service-card:hover .service-card-title {
  color: #FFFFFF;
}

.service-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.service-card-list li {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  color: #1A1A1A;
  margin: 0;
  transition: color 0.3s ease;
}

.service-card:hover .service-card-list li {
  color: #FFFFFF;
}

.service-card-button {
  width: 405px;
  height: 63px;
  border-radius: 14px;
  padding: 18px 24px;
  background: linear-gradient(99.88deg, #BCAB73 3.94%, #B29C55 100%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 1;
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  box-sizing: border-box;
  margin-top: auto;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-card-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(188, 171, 115, 0.4);
}

.service-card:hover .service-card-button {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
  background: #FFFFFF !important;
}

.service-card:hover .service-card-button .button-content {
  color: #BCAB73;
}

.service-card-button .button-content {
  color: white;
  font-weight: 600;
  transition: color 0.3s ease;
}

/* Responsive Styles for Services */
@media screen and (max-width: 1400px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .service-card {
  width: 100%;
    max-width: 434px;
  }

  .service-card-image {
    width: 100%;
    max-width: 373px;
    height: auto;
    aspect-ratio: 373 / 379;
  }

  .service-card-button {
    width: 100%;
    max-width: 405px;
  }
}

@media screen and (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
}

  .services-title {
    font-size: 40px;
    line-height: 46px;
  }
  .service-card-button{
    height: 50px !important;
  }

  .service-card {
    height: auto;
    min-height: fit-content;
  }

  .service-card-title {
    font-size: 28px;
    line-height: 38px;
  }

  .service-card-list li {
    font-size: 16px;
    line-height: 24px;
  }
}

/* ========== ORAL HEALTH SECTION ========== */
.oral-health-section {
  background-color: #ebe6d5;
  padding: 5rem 0;
}

.oral-health-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.oral-health-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 3rem;
}

.oral-health-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.oral-health-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
  line-height: 76px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1A1A1A;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: left;
  text-align: left;
  justify-content: center;
}

.heading-line {
  position: relative;
  display: inline-block;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 70px !important;
  line-height: 76px !important;
  letter-spacing: 0% !important;
  text-transform: uppercase !important;
  color: #1A1A1A;
}


.oral-health-description {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.oral-health-intro {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #1A1A1A;
  margin: 0;
}

.oral-health-text-content {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #1A1A1A;
  margin: 0;
}

.oral-health-video-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-banner-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.video-banner-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

.oral-health-video {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

/* Images Row */
.oral-health-images-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
  width: 100%;
}

.oral-health-image-item {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.oral-health-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.oral-health-image:hover {
  transform: scale(1.05);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.play-button-icon {
  width: 200px;
  height: 200px;
  display: block;
}

.video-banner-container.playing .video-banner-image,
.video-banner-container.playing .play-button {
  display: none;
}

.video-banner-container.playing .oral-health-video {
  display: block;
}

/* Images Section */
.oral-health-images-section {
  width: 100%;
  margin-top: 4rem;
}

.oral-health-images-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
  line-height: 76px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1A1A1A;
  margin: 0 0 3rem 0;
  text-align: center;
}

/* Images Row */
.oral-health-images-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
}

.oral-health-image-item {
  width: 100%;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 4 / 3;
}

.oral-health-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.oral-health-image:hover {
  transform: scale(1.05);
}

/* Responsive Styles for Oral Health Section */
@media screen and (max-width: 1024px) {
  .oral-health-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .oral-health-text {
    order: 1;
  }
  
  .oral-health-video-wrapper {
    order: 2;
  }

  .oral-health-heading {
    font-size: 50px;
    line-height: 56px;
  }
  
  .oral-health-images-section {
    margin-top: 3rem;
  }
  
  .oral-health-images-title {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 2rem;
  }
  
  .oral-health-images-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .oral-health-image-item:last-child {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 768px) {
  .oral-health-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .oral-health-intro,
  .oral-health-text-content {
    font-size: 16px;
    line-height: 24px;
  }

  .play-button-icon {
    width: 100px;
    height: 100px;
  }
  .video-banner-image{
    height: 450px !important;
  }
  
  .oral-health-images-section {
    margin-top: 2rem;
  }
  
  .oral-health-images-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 1.5rem;
  }
  
  .oral-health-images-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .oral-health-image-item:last-child {
    grid-column: 1;
  }
  
  .heading-line {
    position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal;
    font-size: 48px !important;
    line-height: 48px !important;
    letter-spacing: 0% !important;
    text-transform: uppercase !important;
    color: #1A1A1A;
}
}

/* ========== MOMENTS FROM OUR WORK SECTION ========== */
.moments-section {
  background-color: #BCAB73;
  padding: 5rem 0;
}

.moments-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.moments-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding: 2rem 0;
}

.moments-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
  line-height: 76px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1A1A1A;
  margin: 0;
}

.moments-book-button {
  width: 152px;
  height: 63px;
  border-radius: 14px;
  padding: 18px 24px;
  background: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 1;
  text-decoration: none;
  color: #1A1A1A;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  box-sizing: border-box;
  flex-shrink: 0;
}

.moments-book-button:hover {
  opacity: 0.9;
  background: #f5f5f5 !important;
}

.moments-book-button .button-content {
  color: #1A1A1A;
  font-weight: 600;
}

.moments-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  width: 100%;
}

.moments-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: white;
}

.moments-image-large {
  grid-column: span 2;
  max-height: 400px !important;
}

.moments-image-small {
  grid-column: span 1;
}

.moments-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 17px;
}

.moments-image-large .moments-img {
  min-height: 400px;
}

.moments-image-small .moments-img {
  min-height: 300px;
}

/* Responsive Styles for Moments Section */
@media screen and (max-width: 1024px) {
  .moments-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .moments-title {
    font-size: 50px;
    line-height: 56px;
  }

  .moments-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .moments-image-large {
    grid-column: span 2;
  }

  .moments-image-small {
    grid-column: span 1;
  }
}

@media screen and (max-width: 768px) {
  .moments-section {
    padding: 3rem 0;
  }

  .moments-title {
    font-size: 36px;
    line-height: 42px;
  }

  .moments-book-button {
    width: 100%;
    max-width: 152px;
  }

  .moments-gallery {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .moments-image-large,
  .moments-image-small {
    grid-column: span 1;
  }

  .moments-image-large .moments-img,
  .moments-image-small .moments-img {
    min-height: 250px;
  }
}

/* ========== TESTIMONIALS SECTION ========== */
.testimonials-section {
  background-color: #ebe6d5;
  padding: 5rem 0;
}

.testimonials-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.testimonials-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.testimonials-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.testimonials-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
  line-height: 76px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1A1A1A;
  margin: 0;
}

.testimonials-carousel {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.testimonial-slide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.testimonial-slide.active {
  display: block;
  opacity: 1;
}

.testimonial-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.testimonial-quote {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #1A1A1A;
  margin: 0;
  quotes: '"' '"';
}

.testimonial-quote::before {
  content: open-quote;
}

.testimonial-quote::after {
  content: close-quote;
}

.testimonial-author {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 33px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1A1A1A;
  margin: 0;
}

.testimonials-nav {
  display: flex;
  gap: 1rem;
  margin-top: 0;
}

.testimonial-nav-btn {
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: transform 0.3s ease;
}

.testimonial-nav-btn:hover {
  transform: scale(1.1);
  }

.testimonial-nav-btn img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.testimonials-right {
    display: flex;
  align-items: center;
  justify-content: center;
  }

.tooth-frame-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  }

.tooth-testimonial-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  }

/* Responsive Styles for Testimonials */
@media screen and (max-width: 1024px) {
  .testimonials-section {
    padding: 3rem 0 !important;
  }

  .testimonials-container {
    padding: 0 1.5rem !important;
  }

  .testimonials-content {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }


  .testimonials-title {
    font-size: 50px !important;
    line-height: 56px !important;
  }

  .testimonials-right {
    order: -1 !important;
  }
}

@media screen and (max-width: 768px) {
  .testimonials-section {
    padding: 2.5rem 0 !important;
  }

  .testimonials-container {
    padding: 0 1rem !important;
  }

  .testimonials-content {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }

  .testimonials-left {
    gap: 1.5rem !important;
  }

  .testimonials-title {
    font-size: 32px !important;
    line-height: 38px !important;
  }

  .testimonials-carousel {
    min-height: 200px !important;
  }

  .testimonial-quote {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .testimonial-author {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .testimonials-nav {
    gap: 0.75rem !important;
    margin-top: 0.5rem !important;
  }

  .testimonial-nav-btn {
    width: 44px !important;
    height: 44px !important;
  }

  .testimonial-nav-btn img {
    width: 20px !important;
    height: 20px !important;
  }

  .tooth-frame-wrapper {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .testimonials-section {
    padding: 2rem 0 !important;
  }

  .testimonials-container {
    padding: 0 0.75rem !important;
  }

  .testimonials-content {
    gap: 1rem !important;
  }

  .testimonials-title {
    font-size: 28px !important;
    line-height: 34px !important;
  }

  .testimonials-carousel {
    min-height: 140px !important;
  }

  .testimonial-quote {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .testimonial-author {
    font-size: 18px !important;
    line-height: 22px !important;
  }

  .testimonial-nav-btn {
    width: 40px !important;
    height: 40px !important;
  }

  .testimonial-nav-btn img {
    width: 18px !important;
    height: 18px !important;
  }
}

/* ========== FAQ SECTION ========== */
.faqs {
  background-color: #F5F5F5 !important;
  padding: 5rem 0 !important;
  }

.faq-main-title {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 70px !important;
  line-height: 76px !important;
  letter-spacing: 0% !important;
  text-transform: uppercase !important;
  color: #1A1A1A !important;
  text-align: center !important;
  margin: 0 0 3rem 0 !important;
}

.faq-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1.5rem !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.faq-grid .faq-item {
  background-color: white !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
    width: 100% !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.faq-grid .faq-item.active {
  background-color: #B29C55 !important;
}

.faq-question-header {
  display: flex !important;
  justify-content: space-between !important;
    align-items: center !important;
  padding: 1.5rem !important;
  gap: 1rem !important;
}

.faq-grid .faq-question-text {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 24px !important;
  line-height: 33px !important;
  letter-spacing: 0% !important;
  text-transform: uppercase !important;
  color: #1A1A1A !important;
  margin: 0 !important;
  flex: 1 !important;
  padding-left: 0 !important;
  font-size: 24px !important;
  text-align: left !important;
}

.faq-grid .faq-item.active .faq-question-text {
  color: #FFFFFF !important;
}

.faq-arrow-icon {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
}

.faq-arrow-down {
  display: block !important;
}

.faq-arrow-up {
    display: none !important;
  }

.faq-grid .faq-item.active .faq-arrow-down {
  display: none !important;
}

.faq-grid .faq-item.active .faq-arrow-up {
  display: block !important;
}

.faq-grid .faq-answer {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.3s ease, padding 0.3s ease !important;
  padding: 0 1.5rem !important;
  opacity: 1 !important;
  visibility: visible !important;
  border-top: none !important;
  margin-top: 0 !important;
}

.faq-grid .faq-item.active .faq-answer {
  max-height: 500px !important;
  padding: 0 1.5rem 1.5rem 1.5rem !important;
  }

.faq-grid .faq-answer p {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 25px !important;
  letter-spacing: 0% !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  padding-top: 1rem !important;
  line-height: 25px !important;
}

/* Responsive Styles for FAQ */
@media screen and (max-width: 1024px) {
  .faq-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    padding: 0 1rem !important;
  }

  .faq-main-title {
    font-size: 50px !important;
    line-height: 56px !important;
    margin-bottom: 2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .faqs {
    padding: 3rem 0 !important;
  }

  .faq-main-title {
    font-size: 36px !important;
    line-height: 42px !important;
    margin-bottom: 1.5rem !important;
    padding: 0 1rem !important;
  }

  .faq-grid {
    gap: 0.75rem !important;
    padding: 0 1rem !important;
  }

  .faq-question-header {
    padding: 1.5rem !important;
    gap: 0.75rem !important;
  }

  .faq-grid .faq-question-text {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .faq-grid .faq-answer {
    padding: 0 1rem !important;
  }

  .faq-grid .faq-item.active .faq-answer {
    padding: 0 1rem 1rem 1rem !important;
  }

  .faq-grid .faq-answer p {
    font-size: 14px !important;
    line-height: 20px !important;
    padding-top: 0.75rem !important;
  }

  .faq-arrow-icon {
    width: 20px !important;
    height: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .faqs {
    padding: 2rem 0 !important;
  }

  .faq-main-title {
    font-size: 28px !important;
    line-height: 34px !important;
    margin-bottom: 1rem !important;
  }

  .faq-grid {
    gap: 0.5rem !important;
  }

  .faq-question-header {
    padding: 1.5rem !important;
  }

  .faq-grid .faq-question-text {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .faq-arrow-icon {
    width: 18px !important;
    height: 18px !important;
  }
}

/* ========== CONTACT SECTION ========== */
.contact-section {
  background-color: #F5F5F5 !important;
  padding: 5rem 0 !important;
}

.contact-container {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 2rem !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1.5rem !important;
  align-items: stretch !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.contact-left {
    display: flex !important;
  align-items: stretch !important;
    justify-content: center !important;
  }

.contact-section .contact-image-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  aspect-ratio: auto !important;
  height: 87% !important;
    display: flex !important;
  align-self: center !important;
}

.contact-section .contact-image {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

.contact-right {
  display: flex !important;
  align-items: stretch !important;
    justify-content: center !important;
}

.contact-form-wrapper {
  width: 100% !important;
  height: fit-content !important;
  max-height: 90% !important;
  background-color: #BCAB73 !important;
  border-radius: 24px !important;
  padding: 3rem !important;
    display: flex !important;
    flex-direction: column !important;
  align-self: center !important;
}

.contact-form-title {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 70px !important;
  line-height: 76px !important;
  letter-spacing: 0% !important;
  text-transform: uppercase !important;
  color: #1A1A1A !important;
  margin: 0 0 2rem 0 !important;
  text-align: left !important;
  }

.contact-form-wrapper .form-wrapper {
    display: flex !important;
    flex-direction: column !important;
  gap: 1.25rem !important;
  align-items: stretch !important;
  flex: 1 !important;
}

.contact-form-wrapper .form-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 1.25rem !important;
}

.contact-form-wrapper .form-field {
    width: 100% !important;
}

.contact-form-wrapper .text-field {
  width: 100% !important;
  background-color: white !important;
  border: none !important;
  border-radius: 16px !important;
  padding: 1.25rem 1.5rem !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  color: #1A1A1A !important;
  outline: none !important;
  transition: all 0.3s ease !important;
  height: auto !important;
  margin-bottom: 0 !important;
}

.contact-form-wrapper .text-field::placeholder {
  color: #999 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
}

.contact-form-wrapper .text-field:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(26, 26, 26, 0.1) !important;
  border-color: transparent !important;
}

.contact-form-wrapper .text-field.is-text-area {
  min-height: 120px !important;
  resize: vertical !important;
  font-family: 'Poppins', sans-serif !important;
  height: auto !important;
}

.contact-form-button {
  width: 100% !important;
  max-width: 550px !important;
  height: 63px !important;
  background-color: transparent !important;
  border: 2px solid #FFFFFF !important;
  border-radius: 14px !important;
  padding: 18px 24px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 18px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0 !important;
  display: flex !important;
    align-items: center !important;
  justify-content: center !important;
}

.contact-form-button:hover {
  background-color: #FFFFFF !important;
  color: #BCAB73 !important;
  }

/* Responsive Styles for Contact Section */
@media screen and (max-width: 1024px) {
  .contact-section {
    padding: 3rem 0 !important;
    overflow-x: hidden !important;
  }

  .contact-container {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    align-items: stretch !important;
    padding: 0 1.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  
  .contact-left,
  .contact-right {
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .contact-form-title {
    font-size: 50px !important;
    line-height: 56px !important;
  }

  .contact-form-wrapper {
    padding: 2rem !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media screen and (max-width: 768px) {
  .contact-section {
    padding: 2.5rem 0 !important;
    overflow-x: hidden !important;
  }

  .contact-container {
    padding: 0 1rem !important;
    gap: 1.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    align-items: stretch !important;
  }

  .contact-left {
    min-height: 400px !important;
  }

  .contact-section .contact-image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 400px !important;
    box-sizing: border-box !important;
  }

  .contact-section .contact-image {
    height: 100% !important;
    min-height: 400px !important;
  }
}/* Mobile First - Ensure proper mobile rendering */
@media screen and (max-width: 480px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  
  * {
    box-sizing: border-box;
  }
  
  body {
    overflow-x: hidden;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }


  .contact-right {
    min-height: auto !important;
  }

  .contact-form-wrapper {
    padding: 1.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: fit-content !important;
    box-sizing: border-box !important;
  }

  .contact-form-title {
    font-size: 36px !important;
    line-height: 42px !important;
    margin-bottom: 1.5rem !important;
  }

  .contact-form-wrapper .form-wrapper {
    gap: 1rem !important;
  }

  .contact-form-wrapper .form-row {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .contact-form-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 1rem !important;
  }
}

@media screen and (max-width: 480px) {
  .contact-section {
    padding: 2rem 0 !important;
    overflow-x: hidden !important;
  }

  .contact-container {
    padding: 0 0.75rem !important;
    gap: 1rem !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    align-items: stretch !important;
  }

  .contact-left {
    min-height: 350px !important;
  }

  .contact-section .contact-image-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 350px !important;
    box-sizing: border-box !important;
  }

  .contact-section .contact-image {
    height: 100% !important;
    min-height: 350px !important;
  }

  .contact-right {
    min-height: auto !important;
  }

  .contact-form-wrapper {
    padding: 1.25rem !important;
    border-radius: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: fit-content !important;
    box-sizing: border-box !important;
  }

  .contact-form-title {
    font-size: 28px !important;
    line-height: 34px !important;
    margin-bottom: 1.25rem !important;
  }

  .contact-form-wrapper .form-wrapper {
    gap: 0.875rem !important;
  }

  .contact-form-wrapper .form-row {
    gap: 0.875rem !important;
  }

  .contact-form-wrapper .text-field {
    padding: 1rem 1.25rem !important;
    font-size: 14px !important;
  }

  .contact-form-button {
    height: 56px !important;
    padding: 16px 20px !important;
    font-size: 16px !important;
    margin-top: 0.75rem !important;
  }
}

/* ========== FOOTER SECTION ========== */
.footer-sticky {
  background-color: #000000 !important;
  padding-top: 0 !important;
  position: relative !important;
}

.footer {
  background-color: #000000 !important;
  padding-top: 5rem !important;
  padding-bottom: 0 !important;
  width: 100% !important;
  overflow-x: hidden !important;
}

.footer-book-section {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 3rem !important;
  align-items: center !important;
  padding-bottom: 3rem !important;
  max-width: 1400px !important;
    margin: 0 auto !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.footer-book-left {
    display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.footer-book-title {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-size: 70px !important;
  line-height: 76px !important;
  letter-spacing: 0% !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  text-align: left !important;
}

.footer-book-right {
    display: flex !important;
    flex-direction: column !important;
  align-items: flex-end !important;
  gap: 1.5rem !important;
}

.footer-book-text {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 25px !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  text-align: right !important;
}

.footer-book-button {
  background: linear-gradient(99.88deg, #BCAB73 3.94%, #B29C55 100%) !important;
  width: 152px !important;
  height: 63px !important;
  border-radius: 14px !important;
  padding: 18px 24px !important;
  display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-transform: uppercase !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border: none !important;
  cursor: pointer !important;
}

.footer-book-button:hover {
  opacity: 0.9 !important;
  transform: translateY(-2px) !important;
}

.footer-divider {
    width: 100% !important;
  height: 1px !important;
  background-color: #BCAB73 !important;
  margin: 0 auto 3rem auto !important;
  max-width: 1400px !important;
}

.footer-content {
  grid-column-gap: 8vw !important;
  grid-row-gap: 2.5rem !important;
  color: var(--white) !important;
  flex-flow: row !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
    display: flex !important;
  max-width: 1400px !important;
  margin: 0 auto 3rem auto !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.footer-info {
  grid-row-gap: 2.25rem !important;
  flex-flow: column !important;
  flex: 1 !important;
  display: flex !important;
  align-items: flex-start !important;
}

.footer-logo-wrapper {
  flex: none !important;
  flex-direction: column !important;
  gap: 1rem !important;
  display: flex !important;
  align-items: flex-start !important;
}

.footer-logo {
  height: auto !important;
  transition: opacity .3s !important;
}

.footer-logo-image {
  object-fit: contain !important;
  width: auto !important;
  height: auto !important;
  max-height: 120px !important;
  padding-left: 0 !important;
}

.div-block {
  max-width: 400px !important;
}

.color-pudra-100 {
  color: #FFFFFF !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
    margin: 0 !important;
}

.div-block-2 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
  align-items: flex-start !important;
}

.div-block-4 {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
  align-items: flex-start !important;
  }

.div-block-3 {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  text-decoration: none !important;
  color: #FFFFFF !important;
  transition: opacity 0.3s ease !important;
  justify-content: flex-start !important;
}

.div-block-3:hover {
  opacity: 0.8 !important;
}

.image-3 {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
  filter: brightness(0) saturate(100%) invert(67%) sepia(23%) saturate(1234%) hue-rotate(5deg) brightness(96%) contrast(88%) !important;
  }

.link-2 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #FFFFFF !important;
}

.socials {
  grid-column-gap: 0 !important;
  align-items: center !important;
  padding-left: 0 !important;
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  }

.socials-link {
  background-color: #BCAB73 !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center !important;
    justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
}

.socials-link:hover {
  opacity: 0.9 !important;
  transform: scale(1.05) !important;
}

.image-2 {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
  filter: brightness(0) invert(1) !important;
  position: relative !important;
  z-index: 1 !important;
  }

.footer-bootom {
  background-color: #BCAB73 !important;
  border-top: none !important;
  justify-content: center !important;
  margin-top: 0 !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  display: flex !important;
    width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footer-bootom p {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 14px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  color: #FFFFFF !important;
    margin: 0 !important;
  text-align: center !important;
}

/* Responsive Styles for Footer */
@media screen and (max-width: 1024px) {
  .footer-book-section {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    text-align: center !important;
  }

  .footer-book-left {
    justify-content: center !important;
    text-align: center !important;
  }

  .footer-book-title {
    font-size: 50px !important;
    line-height: 56px !important;
    text-align: center !important;
    width: 100% !important;
  }

  .footer-book-right {
    align-items: center !important;
  }

  .footer-book-text {
    text-align: center !important;
  }

  .footer-content {
    flex-flow: column !important;
    align-items: stretch !important;
    gap: 2rem !important;
  }

  .div-block-2 {
    align-items: flex-start !important;
  }

  .div-block-4 {
    align-items: flex-start !important;
  }

  .div-block-3 {
    justify-content: flex-start !important;
  }
}
li.header-item {
  list-style: none !important;
}
@media screen and (max-width: 768px) {
  .footer-book-left {
    justify-content: center !important;
    text-align: center !important;
  }

  .footer-book-title {
    font-size: 36px !important;
    line-height: 42px !important;
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .footer-book-button {
    width: 100% !important;
    max-width: 200px !important;
}
}


/* Payment Column Styles */
.footer-payment-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-payment-title {
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02em;
}

.footer-payment-logos {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.payment-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.3s ease;
  border-radius: 5px;
}

.payment-logo:hover {
  opacity: 1;
}

/* Tablet Responsive (768px - 991px) */
@media (max-width: 991px) and (min-width: 768px) {
  .footer-payment-column {
    margin: 1rem 0;
  }

  .footer-payment-logos {
    gap: 0.875rem;
  }

  .payment-logo {
    height: 76px;
  }
}

@media (max-width: 767px) {
  .footer-payment-column {
    width: 100%;
    align-items: center;
    margin: 1.5rem 0;
  }

  .footer-payment-title {
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .footer-payment-logos {
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: nowrap; /*  Inline force */
  }

  .payment-logo {
    height: 45px; /* Smaller for inline */
    max-width: 30%; /* Make sure all 3 fit */
  }
}
