:root {
  --yoga-ink: #201a22;
  --yoga-deep: #2b2430;
  --yoga-teal: #87616f;
  --yoga-clay: #bd7068;
  --yoga-coral: #ef9f89;
  --yoga-lilac: #c7b8ee;
  --yoga-mist: #f1eef6;
  --yoga-cream: #fff8f3;
  --yoga-paper: #ffffff;
  --yoga-muted: #71666f;
  --yoga-line: rgba(20, 32, 39, .12);
  --yoga-shadow: 0 24px 70px rgba(43, 36, 48, .16);
  --yoga-font: "DM Sans", "Nunito", Arial, sans-serif;
  --yoga-display: "Fraunces", "Quicksand", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.yoga-demo-page {
  margin: 0;
  color: var(--yoga-ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(199, 184, 238, .34), transparent 30%),
    radial-gradient(circle at 88% 26%, rgba(239, 159, 137, .26), transparent 28%),
    linear-gradient(180deg, #fff8f3 0%, #f6edf1 48%, #f1eef6 100%);
  font-family: var(--yoga-font);
  overflow-x: hidden;
}

.yoga-demo-page a {
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.yoga-demo-page img {
  max-width: 100%;
}

.yoga-demo-page .container {
  max-width: 1220px;
}

#header {
  position: fixed;
  top: 18px;
  left: 0;
  right: 0;
  z-index: 111;
  background: transparent;
  padding: 0;
}

#header .container {
  width: min(92%, 1240px);
  max-width: 1240px;
  padding: 0 22px;
  background:
    linear-gradient(135deg, rgba(32, 26, 34, .96), rgba(64, 45, 61, .94) 54%, rgba(135, 97, 111, .9));
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(32, 26, 34, .22);
  backdrop-filter: blur(18px);
}

#header .row {
  min-height: 76px;
  align-items: center;
}

#header .logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

#header .logo-wrapper img {
  width: 156px;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .22));
}

#header .nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
}

#header .nav-link {
  position: relative;
  color: rgba(255, 255, 255, .78);
  font-family: var(--yoga-font);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  padding: 10px 13px;
  border-radius: 8px;
}

#header .nav-link:hover,
#header .nav-link.active {
  color: var(--yoga-ink);
  background: linear-gradient(135deg, #fff8f3, #f3d6d2);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
}

#header .social-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header #Appointment,
#section1 .btn-books-nw,
.btn-hero-secondary,
#about-us-section #click-to-book,
#timing-section .btn-timing,
#contact-us .inpput-form-btn,
#appointment-form .input-btn-appoinemnt {
  border-radius: 8px;
  font-family: var(--yoga-font);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

#header #Appointment,
#section1 .btn-books-nw,
#about-us-section #click-to-book,
#appointment-form .input-btn-appoinemnt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, .2);
  color: var(--yoga-ink);
  background: linear-gradient(135deg, #fff8f3, #ef9f89);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
}

#header #Appointment:hover,
#section1 .btn-books-nw:hover,
#about-us-section #click-to-book:hover,
#appointment-form .input-btn-appoinemnt:hover {
  color: var(--yoga-ink);
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(135, 97, 111, .32);
}

.mobile-menu-bar {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.mobile-menu-bar span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transition: transform .25s ease, opacity .25s ease;
}

.yoga-menu-open .mobile-menu-bar span:first-child {
  transform: translateY(4px) rotate(45deg);
}

.yoga-menu-open .mobile-menu-bar span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

.yoga-demo-page.scrolled #header .container {
  background:
    linear-gradient(135deg, rgba(32, 26, 34, .98), rgba(64, 45, 61, .96) 54%, rgba(135, 97, 111, .92));
  box-shadow: 0 18px 44px rgba(32, 26, 34, .26);
}

#section1 {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

#section1::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 248, 243, .98) 0%, rgba(255, 248, 243, .82) 42%, rgba(241, 238, 246, .18) 100%),
    radial-gradient(circle at 72% 50%, rgba(199, 184, 238, .36), transparent 30%);
  pointer-events: none;
  z-index: 1;
}

#section1::after {
  content: "BREATHE";
  position: absolute;
  right: -40px;
  bottom: 40px;
  z-index: 1;
  color: rgba(135, 97, 111, .055);
  font-family: var(--yoga-display);
  font-size: clamp(80px, 13vw, 210px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

#section1 .container,
#section1 .row-section1,
#section1 .col-lg-12,
#section1 .wrapper-section1,
#section1 #owl-demo,
#section1 .owl-stage-outer,
#section1 .owl-stage,
#section1 .owl-item {
  min-height: 100vh;
}

#section1 .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

#section1 .row-section1 {
  margin: 0;
}

#section1 .col-lg-12 {
  padding: 0;
}

#section1 .item {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(36px, 1fr) minmax(320px, 600px) minmax(340px, 620px) minmax(36px, 1fr);
  align-items: center;
  column-gap: clamp(24px, 4vw, 72px);
  padding-top: 112px;
}

#section1 .content-wrpper-bg {
  position: relative;
  z-index: 2;
  grid-column: 2;
  padding: 48px 0 88px;
  text-align: left;
}

#section1 .wrpre-ocnt {
  max-width: 610px;
}

#section1 .span-text,
#about-us-section .wrapper-content-ds span,
#about-us-1 .section-about-us-title span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--yoga-clay);
  font-family: var(--yoga-font);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

#section1 .span-text::before,
#about-us-1 .section-about-us-title span::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

#section1 h1 {
  max-width: 680px;
  margin: 18px 0 20px;
  color: var(--yoga-ink);
  font-family: var(--yoga-display);
  font-size: clamp(46px, 5.2vw, 86px);
  font-weight: 850;
  line-height: .96;
}

#section1 .content-wrpper-bg p {
  max-width: 560px;
  margin: 0;
  color: #405154;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  color: var(--yoga-deep);
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(20, 32, 39, .16);
}

.btn-hero-secondary:hover {
  color: var(--yoga-ink);
  background: #fff;
  transform: translateY(-2px);
}

.hero-wellness-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 600px;
  margin-top: 34px;
}

.hero-wellness-notes span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 82px;
  padding: 16px;
  color: #516264;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(255, 255, 255, .74);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(20, 32, 39, .08);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 800;
}

.hero-wellness-notes strong {
  color: var(--yoga-deep);
  font-family: var(--yoga-display);
  font-size: 28px;
  line-height: 1;
}

#section1 .item > img {
  position: relative;
  z-index: 2;
  grid-column: 3;
  width: min(100%, 620px) !important;
  height: min(76vh, 720px);
  object-fit: contain;
  align-self: end;
  justify-self: center;
  filter: drop-shadow(0 32px 64px rgba(43, 36, 48, .22));
  animation: yogaFloat 6s ease-in-out infinite;
}

#section1 .item::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 8vw;
  bottom: 7vh;
  width: min(42vw, 600px);
  aspect-ratio: 1;
  border: 1px solid rgba(135, 97, 111, .18);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,.44) 0 40%, transparent 41%),
    conic-gradient(from 140deg, rgba(135, 97, 111, .16), rgba(199, 184, 238, .22), rgba(239, 159, 137, .18), rgba(135, 97, 111, .16));
  animation: yogaBreath 8s ease-in-out infinite;
}

#section1 .owl-nav {
  display: none;
}

#section1 .owl-dots {
  position: absolute;
  z-index: 3;
  right: 7vw;
  bottom: 36px;
}

#section1 .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 4px;
  margin: 5px;
  border-radius: 999px;
  background: rgba(20, 32, 39, .22);
}

#section1 .owl-theme .owl-dots .owl-dot.active span {
  background: var(--yoga-clay);
}

#about-us-section,
#about-us-1,
#services-section,
#timing-section,
#contact-us,
#social-icons {
  position: relative;
  padding: 108px 0;
}

#about-us-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(43, 36, 48, .96), rgba(135, 97, 111, .88)),
    url("../../../img/demo/yoga/Ashtanga-Yoga-1536x887.jpg") center/cover;
  color: #fff;
}

#about-us-section::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  pointer-events: none;
}

#about-us-section .wrapper-content-ds {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

#about-us-section .elementor-icon svg,
#services-section .elementor-icon svg,
#timing-section .elementor-icon svg {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  display: block;
}

#about-us-section .elementor-icon svg path {
  fill: rgba(239, 159, 137, .95);
}

#about-us-section .wrapper-content-ds span {
  justify-content: center;
  color: var(--yoga-coral);
}

#about-us-section h2,
#about-us-1 h2,
#services-section h2,
#timing-section h2 {
  margin: 14px 0 18px;
  font-family: var(--yoga-display);
  font-weight: 850;
  line-height: 1;
}

#about-us-section h2 {
  color: #fff;
  font-size: clamp(40px, 5vw, 76px);
}

#about-us-section p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.8;
}

#about-us-section #click-to-book {
  margin-top: 30px;
  background: #fff;
  color: var(--yoga-deep);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .22);
}

#about-us-section #click-to-book:hover {
  background: var(--yoga-coral);
  color: var(--yoga-ink);
}

#about-us-1 {
  background: var(--yoga-cream);
}

#about-us-1 .row-for-about {
  align-items: center;
  row-gap: 36px;
}

#about-us-1 .section-about-us-title h2 {
  max-width: 540px;
  color: var(--yoga-ink);
  font-size: clamp(38px, 4vw, 66px);
}

#about-us-1 .section-about-us-contentt {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

#about-us-1 .wrapper-contt-box {
  position: relative;
  width: 100%;
  min-height: 190px;
  padding: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, .74);
  border: 1px solid rgba(20, 32, 39, .1);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(20, 32, 39, .07);
}

#about-us-1 .wrapper-contt-box::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(199, 184, 238, .28);
}

#about-us-1 .wrapper-contt-box-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

#about-us-1 .svg-wrppers {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--yoga-deep), var(--yoga-teal));
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(135, 97, 111, .2);
}

#about-us-1 .svg-wrppers svg {
  width: 30px;
}

#about-us-1 .svg-wrppers svg path {
  fill: #fff;
}

#about-us-1 .svg-wrppers-ttile h3 {
  margin: 0;
  color: var(--yoga-ink);
  font-family: var(--yoga-display);
  font-size: 23px;
  line-height: 1.05;
}

#about-us-1 .wrapper-contt-box-middle p {
  margin: 0;
  color: var(--yoga-muted);
  font-size: 15px;
  line-height: 1.7;
}

#about-us-1 .row-image-erppr {
  position: relative;
  max-width: 520px;
  margin-left: auto;
}

#about-us-1 .row-image-erppr::before {
  content: "";
  position: absolute;
  inset: -18px 24px 24px -18px;
  border: 1px solid rgba(189, 112, 104, .28);
  border-radius: 8px;
}

#about-us-1 .row-image-erppr img {
  position: relative;
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--yoga-shadow);
}

#services-section {
  overflow: hidden;
  background: #fff;
}

#services-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 42%;
  background: linear-gradient(135deg, rgba(241, 238, 246, .95), rgba(255, 248, 243, .1));
}

#services-section .wrapper-services-ds,
#timing-section .wrapper-timing-ds {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

#services-section .elementor-icon svg path,
#timing-section .elementor-icon svg path {
  fill: var(--yoga-teal);
}

#services-section h2,
#timing-section h2 {
  color: var(--yoga-ink);
  font-size: clamp(36px, 4.4vw, 68px);
}

#services-section p,
#timing-section .wrapper-timing-ds p {
  margin: 0 auto;
  color: var(--yoga-muted);
  font-size: 17px;
  line-height: 1.8;
}

#services-section .row-of-services {
  position: relative;
  z-index: 1;
  margin-top: 48px;
}

#services-section .wrapper-services-ss {
  height: 100%;
}

#services-section .elementor-image a {
  position: relative;
  display: block;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  box-shadow: var(--yoga-shadow);
  isolation: isolate;
}

#services-section .overflow-image,
#services-section .overflow-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#services-section .overflow-image img {
  object-fit: cover;
  transform: scale(1.04);
  transition: transform .55s ease;
}

#services-section .elementor-image a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 32, 39, .04), rgba(20, 32, 39, .72));
}

#services-section .elementor-image h4 {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-family: var(--yoga-display);
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.05;
}

#services-section .elementor-image h4::before {
  content: "Practice";
  display: block;
  margin-bottom: 10px;
  color: var(--yoga-coral);
  font-family: var(--yoga-font);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

#services-section .elementor-image a:hover {
  transform: translateY(-8px);
}

#services-section .elementor-image a:hover img {
  transform: scale(1.13);
}

#timing-section {
  background:
    linear-gradient(180deg, var(--yoga-cream), var(--yoga-mist));
}

#timing-section .row-of-timing {
  margin-top: 48px;
  row-gap: 24px;
}

#timing-section .wrapper-timing-ss {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(20, 32, 39, .1);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(20, 32, 39, .08);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

#timing-section .wrapper-timing-ss:hover {
  transform: translateY(-8px);
  border-color: rgba(135, 97, 111, .24);
  box-shadow: 0 24px 60px rgba(20, 32, 39, .13);
}

#timing-section .image-timing-wrper {
  height: 250px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 36%, rgba(199, 184, 238, .36), transparent 34%),
    linear-gradient(135deg, rgba(239, 159, 137, .2), rgba(241, 238, 246, .9));
}

#timing-section .image-timing-wrper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  filter: drop-shadow(0 16px 26px rgba(20, 32, 39, .12));
}

#timing-section .wraper-title-timinngg h3 {
  margin: 22px 0 14px;
  color: var(--yoga-ink);
  font-family: var(--yoga-display);
  font-size: 28px;
  line-height: 1;
}

#timing-section .time-dur {
  display: grid;
  gap: 8px;
  margin: 0;
}

#timing-section .time-dur span {
  display: block;
  padding: 9px 10px;
  color: var(--yoga-deep);
  background: rgba(241, 238, 246, .85);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}

#timing-section .wraper-bullet-timinngg {
  margin-top: 18px;
}

#timing-section .wraper-bullet-timinngg ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#timing-section .wraper-bullet-timinngg li {
  position: relative;
  padding-left: 22px;
  color: var(--yoga-muted);
  font-size: 14px;
  font-weight: 700;
}

#timing-section .wraper-bullet-timinngg li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yoga-clay);
}

#timing-section .btn-timing-weerp {
  margin-top: auto;
  padding-top: 24px;
}

#timing-section .btn-timing {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  color: var(--yoga-deep);
  border: 1px solid rgba(135, 97, 111, .22);
  background: #fff;
}

#timing-section .btn-timing:hover {
  color: #fff;
  border-color: transparent;
  background: var(--yoga-deep);
}

#contact-us {
  background:
    linear-gradient(90deg, rgba(20, 32, 39, .04), rgba(239, 159, 137, .1)),
    #fff;
}

#contact-us .row-fconatct {
  align-items: stretch;
  row-gap: 24px;
}

#contact-us .gt-location.iamge-loctions {
  height: 100%;
  min-height: 620px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--yoga-shadow);
}

#contact-us .gt-location.iamge-loctions img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contact-us .gt-contact-box {
  height: 100%;
  padding: clamp(28px, 4vw, 46px);
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(239, 159, 137, .28), transparent 32%),
    linear-gradient(160deg, var(--yoga-ink), var(--yoga-deep));
  border-radius: 8px;
  box-shadow: var(--yoga-shadow);
}

#contact-us .gt-contact-box h3 {
  margin: 0 0 26px;
  color: #fff;
  font-family: var(--yoga-display);
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1;
}

#contact-us .form-group {
  margin-bottom: 14px;
}

#contact-us .inpput-form,
#contact-us .textarea-form,
#appointment-form .input-of-appoinemnt,
#appointment-form .textarea-of-appoinemnt {
  width: 100%;
  display: block;
  color: var(--yoga-ink);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  font-family: var(--yoga-font);
  font-weight: 700;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

#contact-us .inpput-form,
#appointment-form .input-of-appoinemnt {
  min-height: 54px;
  padding: 0 15px;
}

#contact-us .textarea-form,
#appointment-form .textarea-of-appoinemnt {
  min-height: 152px;
  padding: 14px 15px;
  resize: vertical;
}

#contact-us .inpput-form::placeholder,
#contact-us .textarea-form::placeholder {
  color: rgba(20, 32, 39, .52);
}

#contact-us .inpput-form:focus,
#contact-us .textarea-form:focus,
#appointment-form .input-of-appoinemnt:focus,
#appointment-form .textarea-of-appoinemnt:focus {
  outline: 0;
  background: #fff;
  border-color: var(--yoga-coral);
  box-shadow: 0 0 0 4px rgba(239, 159, 137, .18);
}

#contact-us .inpput-form-btn {
  min-height: 48px;
  padding: 12px 28px;
  color: var(--yoga-ink);
  background: var(--yoga-coral);
  border: 0;
}

#contact-us .inpput-form-btn:hover {
  background: #fff;
  color: var(--yoga-deep);
  transform: translateY(-2px);
}

#social-icons {
  padding: 24px 0 88px;
  background: #fff;
}

#social-icons .container {
  max-width: 1240px;
  width: min(92%, 1240px);
}

#social-icons .row-social {
  margin: 0 -8px;
  row-gap: 16px;
}

#social-icons .colks {
  padding: 0 8px;
}

#social-icons .gt-social {
  min-height: 250px;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(20, 32, 39, .1);
}

#social-icons .gt-social.iamge-social {
  position: relative;
}

#social-icons .gt-social.iamge-social img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  transition: transform .45s ease;
}

#social-icons .gt-social.iamge-social:hover img {
  transform: scale(1.09);
}

#social-icons .wrpper-svg-insta {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(43, 36, 48, .46);
  opacity: 0;
  transition: opacity .25s ease;
}

#social-icons .wrpper-svg-insta a {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--yoga-deep);
}

#social-icons .wrpper-svg-insta svg path {
  fill: var(--yoga-deep);
}

#social-icons .gt-social.iamge-social:hover .wrpper-svg-insta {
  opacity: 1;
}

#social-icons .gt-social.iamge-social-text {
  display: grid;
  place-items: center;
  padding: 28px;
  text-align: center;
  background:
    radial-gradient(circle at 20% 10%, rgba(199, 184, 238, .34), transparent 34%),
    linear-gradient(135deg, var(--yoga-deep), var(--yoga-teal));
}

#social-icons .gt-social.iamge-social-text svg {
  width: 58px;
  margin-bottom: 20px;
}

#social-icons .gt-social.iamge-social-text svg path {
  fill: rgba(255, 255, 255, .88);
}

#social-icons .gt-social.iamge-social-text h4 {
  margin: 0;
  color: #fff;
  font-family: var(--yoga-display);
  font-size: 34px;
  line-height: 1.08;
}

#footer {
  padding: 22px 0;
  color: rgba(255, 255, 255, .78);
  background: var(--yoga-ink);
}

#footer p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

#appointment-form {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1112;
  width: min(92vw, 820px);
  max-height: 88vh;
  overflow-y: auto;
  padding: 32px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .32);
  transform: translate(-50%, -46%) scale(.96);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.appoint-open {
  overflow: hidden;
}

.appoint-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1111;
  background: rgba(10, 18, 22, .64);
  backdrop-filter: blur(6px);
}

.appoint-open #appointment-form {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

#appointment-form .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

#appointment-form .pop-close-appointment {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  margin: -10px -8px 0 0;
}

#appointment-form .pop-close-appointment img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#appointment-form h3 {
  margin: 0 0 28px;
  color: var(--yoga-ink);
  text-align: center;
  font-family: var(--yoga-display);
  font-size: clamp(30px, 4vw, 46px);
}

#appointment-form .label-appoinment {
  margin-bottom: 8px;
  color: var(--yoga-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

#appointment-form .gender-wrapper {
  min-height: 54px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

#appointment-form .wrapper-gender-p {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid var(--yoga-line);
  border-radius: 8px;
  background: var(--yoga-mist);
  font-weight: 800;
}

#appointment-form .input-btn-appoinemnt {
  width: min(100%, 240px);
  margin: 12px auto 0;
  border: 0;
}

.yoga-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .7s ease, transform .7s ease;
}

.yoga-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes yogaFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}

@keyframes yogaBreath {
  0%, 100% {
    transform: scale(.96);
    opacity: .72;
  }
  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1199px) {
  #header .nav-link {
    padding: 10px 9px;
    font-size: 13px;
  }

  #header #Appointment {
    padding: 11px 14px;
    font-size: 13px;
  }

  #section1 .item {
    grid-template-columns: minmax(26px, 1fr) minmax(280px, 560px) minmax(280px, 460px) minmax(26px, 1fr);
  }

  #section1 h1 br {
    display: none;
  }
}

@media (max-width: 991px) {
  #header {
    top: 10px;
  }

  #header .container {
    width: calc(100% - 20px);
    padding: 0 14px;
  }

  #header .row {
    min-height: 68px;
  }

  #header .logo-wrapper {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: space-between;
  }

  #header .nav-wrapper,
  #header .social-wrapper {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: none;
  }

  .yoga-menu-open #header .nav-wrapper,
  .yoga-menu-open #header .social-wrapper {
    display: flex;
  }

  #header .nav-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    margin: 10px 0;
    background: transparent;
    border: 0;
    padding: 0;
  }

  #header .nav-link {
    padding: 12px 14px;
    color: rgba(255, 255, 255, .84);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .1);
  }

  #header .social-wrapper {
    justify-content: stretch;
    padding-bottom: 14px;
  }

  #header #Appointment {
    width: 100%;
  }

  .mobile-menu-bar {
    display: inline-flex;
  }

  #section1 .item {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 120px 22px 0;
  }

  #section1 .content-wrpper-bg {
    grid-column: 1;
    padding: 24px 0 20px;
  }

  #section1 .item > img {
    grid-column: 1;
    height: min(54vh, 520px);
    align-self: end;
  }

  #section1 .item::before {
    right: -120px;
    bottom: 0;
    width: 520px;
  }

  .hero-wellness-notes {
    grid-template-columns: 1fr;
  }

  #about-us-section,
  #about-us-1,
  #services-section,
  #timing-section,
  #contact-us {
    padding: 82px 0;
  }

  #about-us-1 .row-image-erppr {
    margin: 16px auto 0;
  }

  #about-us-1 .row-image-erppr img {
    min-height: 430px;
  }

  #services-section .elementor-image a {
    min-height: 360px;
    margin-bottom: 20px;
  }

  #contact-us .gt-location.iamge-loctions {
    min-height: 420px;
  }
}

@media (max-width: 575px) {
  #section1 h1 {
    font-size: 40px;
  }

  #section1 .content-wrpper-bg p,
  #about-us-section p,
  #services-section p,
  #timing-section .wrapper-timing-ds p {
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  #section1 .btn-books-nw,
  .btn-hero-secondary {
    width: 100%;
  }

  #about-us-1 .section-about-us-contentt {
    grid-template-columns: 1fr;
  }

  #services-section .elementor-image a {
    min-height: 320px;
  }

  #timing-section .image-timing-wrper {
    height: 220px;
  }

  #social-icons {
    padding-bottom: 54px;
  }

  #social-icons .gt-social {
    min-height: 220px;
  }

  #appointment-form {
    padding: 24px 18px;
  }
}
