.headerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 16px 24px;
  width: 100%;
  position: relative;
  background-color: #f3e03b;
  border-bottom: 1px solid #f3e03b;
}

.main-navigation ul {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: space-between;
  list-style: none;
  align-items: center;
}
.main-navigation ul a {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  position: relative;
  display: inline-block;
}

.main-navigation ul a::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.main-navigation ul a:hover::before,
.main-navigation ul a:active::before {
  transform: scaleX(1);
}

.main-navigation ul a:not(:hover)::before {
  transform-origin: right;
}

.main-navigation button {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: 0%;
  width: 200px;
  height: 56px;
  background-color: #ffffff;
  border-color: #000000;
  border: 1px solid #000000;
  box-shadow: -5px 5px 0px 0px #000000;
  position: relative;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

nav.main-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
}

.footerBox {
  display: flex;
  width: 100%;
  padding: 80px;
  justify-content: space-between;
  gap: 108px;
  background-color: #f3e03b;
}

.footerRight ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
}
.footerRight ul a {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 145%;
}

.footerRightTopRight > ul a {
  font-family: var(--font-imb-semibold);
}

.footerRight p,
.footerRightBottomEi p {
  font-family: var(--font-imb-medium);
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 100%;
}

.footerRight {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.footerRightTop {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 108px;
}

.footerRightTop > div {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: fit-content;
}

ul#menu-footer {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

ul#menu-footer li:first-child {
  width: max-content;
}

.footerRightBottomLeft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 24px 0 0 0;
}

.footerSocial {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.footer-form-h1 {
  font-family: var(--font-imb-medium);
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  line-height: 100%;
}

.footerRight p.footer-form-h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0px;
  color: var(--black);
}

.footerRightBottomLeft p {
  font-weight: 400;
  font-size: 32px;
  line-height: 35.2px;
  letter-spacing: 0%;
  color: var(--black);
}

.footerRightBottom {
  display: flex;
  flex-direction: column;
  gap: 255px;
}

.footerRightBottomEi {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sub-btn {
  font-family: var(--font-imb-semibold);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 110%;
  letter-spacing: 0%;
  width: 340px;
  height: 56px;
  background-color: #ffffff;
  border-color: #000000;
  border: 1px solid #000000;
  box-shadow: -5px 5px 0px 0px #000000;
  cursor: pointer;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

.sub-email {
  border: none;
  border: 1px solid #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 21.86px;
  letter-spacing: 0%;
  color: #000000;
  width: 408px;
  height: 56px;
  padding: 12px 0 12px 18px;
  border-radius: 4px;
  font-family: var(--font-imb-regular);
}

.sub-email:focus-visible {
  outline: none;
  border: none;
  border-bottom: 1px solid var(--grey);
}

.sub-email::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 21.86px;
  letter-spacing: 0%;
  color: #000000;
  font-family: var(--font-imb-regular);
}

.sub-form p {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sub-form p > br {
  display: none;
  visibility: hidden;
}

.sub-form {
  margin: -10px 0 0 0;
}

input.wpcf7-not-valid {
  border: 1px solid red;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: start;
  border: navajowhite;
  color: red;
  position: relative;
  top: -35px;
}

.wpcf7-form > .ajax-loading {
  display: none;
}

.book-now {
  font-weight: 500;
  font-size: 18px;
  line-height: 24.59px;
  letter-spacing: 0%;
  color: var(--black);
  border: none;
  background-color: var(--yellow);
  border: none;
  width: 473px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ht p {
  width: 1193px;
}

.btn-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: var(--black);
  border: none;
  background-color: var(--yellow);
  font-weight: 500;
  font-size: 18px;
  line-height: 24.59px;
  letter-spacing: 0%;
  max-width: -webkit-fill-available;
  width: 334px;
  height: 56px;
}

.name-box,
.tel-box,
.ask-box,
.service-box {
  border: none;
  border: 1px solid var(--grey);
  font-weight: 400;
  font-size: 16px;
  line-height: 21.86px;
  letter-spacing: 0%;
  color: var(--dark-grey);
  padding: 12px 0 12px 18px;
  width: 664px;
  height: 56px;
  background-color: transparent;
  border-radius: 4px;
  font-family: var(--lato);
  position: relative;
  z-index: 1;
}

.box1-h2 p {
  width: max-content;
  position: relative;
  z-index: 1;
}

.service-card p {
  width: max-content;
  position: relative;
  z-index: 1;
}

.name-box:focus-visible,
.tel-box:focus-visible,
.ask-box:focus-visible,
.service-box:focus-visible {
  outline: none;
  border: none;
  border: 1px solid var(--grey);
  border-radius: 4px;
}

.name-box::placeholder,
.tel-box::placeholder,
.ask-box::placeholder,
.service-box::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 21.86px;
  letter-spacing: 0%;
  color: var(--light-grey);
  font-family: var(--font-imb-regular);
}

.btn-book {
  background-color: var(--pimart-color);
  border: none;
  width: 334px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24.59px;
  letter-spacing: 0%;
  color: var(--black);
  cursor: pointer;
  margin: 8px 0 0 0;
  border-radius: 100px;
  font-family: var(--lato);
}

.formBox > p {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.formBox > p br {
  display: none;
}

/* .footerRightTop div > p,
.footerRightBottomLeft p {
  font-family: var(--playfair);
} */

.site-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.site-logo {
  width: 293px;
  height: 72px;
}

.home-baner-h1 p {
  width: 802px;
}

.bam-btn {
  background-color: var(--yellow);
  color: var(--black);
  font-family: var(--font-family-mon);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  width: 596px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 15px 215px;
  cursor: pointer;
}

.header-mob,
.mob-navigation {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  color: green;
}

.footer-form-h2 {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  padding: 0 0 22px 0;
}

footer a {
  font-family: var(--lato);
}

header a {
  font-family: var(--playfair);
}

.ritual-btn {
  position: relative;
  display: flex;
  border: 1px solid var(--black);
  border-radius: 100px;
  width: fit-content;
}

.ritual-btn button {
  border: none;
  background-color: transparent;
  color: var(--black);
  font-family: var(--lato);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  width: 182px;
  height: 44px;
  transition: color 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}

.ritual-btn button.active {
  color: var(--white);
}

.ritual-btn .active-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 182px;
  height: 44px;
  background-color: var(--black);
  border-radius: 100px;
  transition: left 0.5s ease-in-out;
  z-index: 0;
}

#services,
#addons {
  display: none;
  visibility: hidden;
}

#services.active,
#addons.active {
  display: flex;
  visibility: visible;
  animation: appear 0.5s ease-in-out;
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

#scard1,
#scard2,
#scard3,
#scard4 {
  display: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  filter: blur(1px);
  transition: none;
}

#scard1.active,
#scard2.active,
#scard3.active,
#scard4.active {
  display: flex;
  visibility: visible;
  animation: appear 0.5s ease-in-out forwards;
}

#scard1.disappear,
#scard2.disappear,
#scard3.disappear,
#scard4.disappear {
  animation: disappear 0.5s ease-in-out forwards;
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes disappear {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    filter: blur(1px);
  }
}

#scard1.active:before,
#scard2.active:before,
#scard3.active:before,
#scard4.active:before {
  content: "";
  position: absolute;
  background: #bebebe;
  width: 1px;
  height: 610px;
  left: 50%;
}

#scard4.active {
  padding: 0 0 64px 0;
}

/** **/
.button-fill {
  position: relative;
  display: inline-block;
  padding: 17px 40px;
  background-color: transparent;
  border: 1px solid var(--black);
  overflow: hidden;
  cursor: pointer;
  transition: color 0.4s ease;
  border-radius: 100px;
  font-family: var(--lato);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  width: 200px;
  height: 56px;
  text-transform: uppercase;
}

.button-fill::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: var(--black);
  border-radius: 50%;
  transform: translate(-50%, 50%);
  transition: width 1.2s ease, height 1.2s ease;
  z-index: 0;
}

.button-fill:hover::before {
  width: 300%;
  height: 300%;
}

.button-fill:hover {
  color: var(--white);
}

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

/** **/

.br br {
  display: none;
}

.elementor-element.home-1-row {
  position: relative;
  align-self: center;
  padding: 0;
}

button.book-btn-home {
  background-color: var(--pimart-color);
  border: none;
  width: 408px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--black);
  cursor: pointer;
  font-family: var(--lato);
  border-radius: 100px;
}

.img-before div:first-child:before {
  content: "Exclusive Add-On";
  position: absolute;
  top: -23.5px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--lato);
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  background-color: #b48330;
  border-radius: 8px;
  padding: 16px;
  color: var(--white);
  width: 298px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.addon-span {
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  color: #b48330;
}

.ipad-btn {
  display: none;
}

/* .book-btn-home,
.sub-btn {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.book-btn-home:hover,
.sub-btn:hover {
  background-color: #ffcb99;
}

.book-btn-home:active,
.sub-btn:active {
  background-color: #fff1e3;
} */

.font-width p {
  width: auto;
}

span.ritual-h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 145%;
  letter-spacing: 0%;
  padding: 8px 0 0 0;
  color: #b48330;
}

.tab-content {
  display: none !important;
}

.tab-content.active {
  display: flex !important;
}

.tab-button {
  border: none;
  background: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0%;
  color: var(--black);
  font-family: var(--lato);
  cursor: pointer;
}

.tab-button.active {
  position: relative;
  display: inline-block;
}

.tab-button.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

.tabs-services {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
}

button.services-btn {
  width: -webkit-fill-available;
  font-family: Lato;
  font-family: var(--lato);
  font-size: 16px;
  line-height: 145%;
  color: var(--black);
  background-color: transparent;
  border: 1px solid var(--black);
  padding: 4.5px 7px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

button.services-book {
  background-color: #ffe3c9;
  border: none;
  font-family: var(--lato);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: var(--black);
  padding: 18px 93px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.line-bottom {
  position: absolute !important;
  bottom: 0;
}

.line-top {
  position: absolute !important;
  top: 0;
}

span.serivce-context {
  font-family: Lato;
  font-weight: 600;
  font-size: 16px;
  line-height: 145%;
  text-align: center;
  color: #b48330;
}

span.service-title-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-inVisible {
  display: none;
}

.service-inVisible {
  opacity: 0;
  visibility: hidden;
  height: 0 !important;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.service-inVisible.visible {
  opacity: 1;
  visibility: visible;
  height: fit-content !important;
}

/** **/
.ms-home button {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  height: 56px;
  width: 400px;
  background-color: #ffffff;
  border-color: #000000;
  border: 1px solid #000000;
  box-shadow: -5px 5px 0px 0px #000000;
  position: relative;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}

.ms-home {
  display: flex;
  flex-direction: column;
  gap: 97px;
  align-items: center;
  justify-content: center;
}

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

.yget-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 32px;
  padding: 24px 0 32px 0;
}

.yget-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.yget-container > p {
  font-family: var(--font-imb-bold);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}

.yget > div:first-child {
  padding: 40px 0 32px 0;
}

.yget-col > p:first-child {
  font-family: var(--font-imb-bold);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}

.yget-col > p:last-child {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
}

.ylove {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ylove-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.ylove-row > p {
  font-family: var(--font-imb-regular);
  font-weight: 400;
  font-size: 26px;
  line-height: 145%;
}

.pixel-bottom-text-home.up-b p {
  font-size: 32px;
}

/** **/
.mem-t {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.mem-t > div {
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-family: var(--font-pixel);
  align-items: flex-end;
  justify-content: center;
}

.mem-t > div > div {
  display: flex;
  flex-direction: row;
  gap: 6px;
  justify-content: center;
  align-items: center;
}

.mem-t > div > div > p {
  font-weight: 400;
  font-size: 51px;
  line-height: 58px;
  position: relative;
  top: 5px;
}

.mem-t > div > p {
  font-weight: 400;
  font-size: 24.64px;
  line-height: 61.6px;
  position: relative;
  top: 10px;
}

@media (min-width: 1800px) {
  .elementor-element.home-box-2 > div {
    min-width: fit-content;
  }

  .elementor-element.home-box-2 > div div.home-box-2-container {
    min-width: 504px;
  }

  .elementor-element.home-box-2 > div div.home-box-2-container p {
    text-wrap: balance;
  }

  .elementor-element.home-box-2 > div div.home-box-2-container p br {
    display: none;
  }

  #hide-img img {
    width: 545px;
    height: 551px;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 1600px) {
  .elementor-element.home-box-1 {
    min-height: 800px;
  }

  .elementor-element.home-box-1 > div.elementor-element.home-box-1-bg {
    background-image: url("/wp-content/uploads/2025/03/bg_result.webp");
  }
}

@media (min-width: 1100px) {
  .footerBox {
    row-gap: 36px;
    column-gap: 47px;
    display: flex;
    flex-direction: row-reverse;
  }

  .footerRight {
    grid-column: span 4 / span 4;
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    gap: 115px;
  }

  .footerRightBottom {
    grid-column-start: 1;
    grid-row-start: 1;
  }

  .footerRightTop {
    gap: 47px;
  }

  .add-ons > div:last-child img {
    height: 731px;
    padding: 0 0 100px 0;
    object-fit: cover;
    object-position: top;
  }

  .elementor-element.hide-block-text {
    position: absolute;
    top: 350px;
  }

  .policy-navigation ul li {
    width: max-content;
  }
}

@media (max-width: 1439px) and (min-width: 1100x) {
  .footerBox {
    column-gap: 47px;
    width: auto;
  }

  .footerRightTop {
    gap: 62px;
  }

  .elementor-element.home-box-2 > div {
    gap: 40px;
  }

  .elementor-element.member-box > div > div {
    width: 30%;
  }

  .elementor-element.home-1-row {
    position: relative;
    align-items: start;
    padding: 0;
  }

  #font-home-1 p {
    font-weight: 400;
    font-size: 56px;
    line-height: 100%;
    width: 445px;
  }

  .elementor-element.fe-baner-home {
    min-height: 636px;
    height: 636px;
  }

  .elementor-element.fe-baner-home div div.elementor-widget-container img {
    width: 100%;
    height: 100%;
  }

  #font-home-2 p {
    font-weight: 400;
    font-size: 48px;
  }

  #font-home-3 p {
    font-weight: 400;
    font-size: 56px;
  }

  #font-home-4 p {
    font-weight: 400;
    font-size: 56px;
  }

  #fe-1 p {
    font-weight: 400;
    font-size: 56px;
  }

  #fe-2 p {
    font-weight: 400;
    font-size: 32px;
  }

  .elementor-element.add-ons {
    padding: 0 48px;
  }

  .add-ons > div:last-child img {
    height: 731px;
    padding: 0 0 100px 0;
  }

  .elementor-element.hide-block-text {
    position: absolute;
    top: 250px;
  }

  #service-title p {
    font-size: 56px;
  }
}

@media (max-width: 1000px) and (min-width: 767) {
  .service-card p {
    width: fit-content;
  }

  .footerBox {
    flex-direction: column-reverse;
    gap: 64px;
  }

  .sub-email,
  .sub-btn {
    width: -webkit-fill-available;
  }

  .headerBox {
    display: none;
  }

  .header-mob {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #bebebe;
    padding: 24px 16px 16px 24px;
    gap: 12px;
  }

  .menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    width: 40px;
    height: 40px;
  }

  .menu svg {
    height: 100%;
  }

  .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  /** **/

  .mob-logo {
    width: 413px;
    height: 56px;
    grid-column-start: 2;
    grid-row-start: 1;
  }

  .mob-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mob-navigation.open {
    display: flex;
  }

  .mob-navigation.open {
    height: calc(100dvh - 56px);
    width: 100%;
    animation: fadeIn 1.2s ease-in-out forwards;
  }

  .mob-navigation.open a {
    color: var(--black);
    font-family: var(--font-imb-semibold);
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
  }

  .mob-navigation.open ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 24px;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(40px) scale(0.8);
    }

    100% {
      opacity: 1;
      transform: translateY(0px) scale(1);
    }
  }

  .ipad-btn {
    display: flex;
    background-color: var(--pimart-color);
    font-family: var(--lato);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--black);
    width: 200px;
    height: 56px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    grid-column-start: 7;
  }
}

@media (max-width: 760px) {
  .mem-t > div > div > img {
    height: 50px;
  }

  .mem-t > div > div > p {
    font-size: 30px;
  }

  .mem-t > div > p {
    font-size: 20px;
  }

  .br br {
    display: block;
  }

  .box1-h2 p {
    width: fit-content;
  }

  .footerBox {
    padding: 40px 18px;
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    align-items: start;
    justify-items: start;
  }

  .footerLeft {
    width: 255px;
    height: 56px;
  }

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

  .footerRight {
    grid-column-start: 1;
    grid-row-start: 3;
  }

  .footerRightBottom {
    padding: 8px 0 0 0;
    grid-column-start: 1;
    grid-row-start: 2;
  }

  /* .footerRightTop > div {
    display: none;
  } */

  .footerRightTop > div:last-child {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px 40px;
    grid-column: span 2 / span 2;
    grid-row-start: 2;
  }

  .footerRightTopRight p {
    height: fit-content;
  }

  .footerRightTopRight ul {
    grid-column-start: 1;
    grid-row-start: 2;
  }

  .footerRightBottomLeft {
    grid-row: span 2 / span 2;
    grid-column: span 2 / span 2;
    grid-row-start: 3;
    gap: 24px;
    padding: 24px 0 0 0;
  }

  .sub-email,
  .sub-btn {
    width: 100%;
    height: 48px;
  }

  .home-baner-h1 p {
    width: fit-content;
  }

  .book-now {
    width: 100%;
    height: 48px;
  }

  .home-box-btn {
    width: 100%;
  }

  .btn-2 {
    height: 48px;
    width: 100%;
  }

  .btn-book {
    height: 48px;
  }

  .name-box,
  .tel-box,
  .ask-box,
  .service-box {
    font-size: 14px;
    line-height: 100%;
    padding: 16px 0 16px 16px;
  }

  .name-box,
  .tel-box,
  .ask-box,
  .service-box {
    width: -webkit-fill-available;
  }

  .btn-book {
    width: -webkit-fill-available;
    height: 56px;
  }

  .name-box::placeholder,
  .tel-box::placeholder,
  .ask-box::placeholder,
  .service-box::placeholder {
    font-size: 14px;
    line-height: 100%;
  }

  .headerBox {
    display: none;
  }

  .header-mob {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px 16px 16px 24px;
    width: 100%;
    border-bottom: 1px solid #bebebe;
  }

  /** **/

  .menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    width: 40px;
    height: 40px;
  }

  .menu svg {
    height: 100%;
  }

  .line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  /** **/

  .mob-logo {
    width: 226px;
  }

  .mob-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mob-navigation.open {
    display: flex;
  }

  .mob-navigation.open {
    height: calc(100dvh - 56px);
    width: 100%;
    animation: fadeIn 1.2s ease-in-out forwards;
  }

  .mob-navigation.open a {
    color: var(--black);
    font-family: var(--font-imb-semibold);
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
  }

  .mob-navigation.open ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 24px;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(40px) scale(0.8);
    }

    100% {
      opacity: 1;
      transform: translateY(0px) scale(1);
    }
  }

  .bam-btn {
    width: 100%;
    height: 48px;
    padding: 0;
  }

  .book-form {
    flex-direction: column;
  }

  .form-btn,
  .book-form-left form input {
    width: 100%;
    height: 48px;
  }

  .option {
    width: 100%;
    font-size: 14px;
    line-height: 100%;
    padding: 14.5px 18px;
  }

  .options-block {
    top: 48px;
  }

  .book-form-left form input,
  .book-form-left form input::placeholder {
    font-size: 14px;
    line-height: 100%;
  }

  p.book-title {
    font-size: 40px;
    text-align: center;
  }

  .book-text {
    font-size: 14px;
    text-align: center;
  }

  .book-form-right-top-container span {
    font-size: 14px;
  }

  #scard1.active:before,
  #scard2.active:before,
  #scard3.active:before,
  #scard4.active:before {
    display: none;
  }

  .service-card p {
    width: fit-content;
  }

  #mob-container {
    width: calc(100% - 56px);
  }

  .elementor-element.home-1-row {
    position: relative;
    align-items: start;
    padding: 56px 0 0 0;
  }

  button.book-btn-home {
    width: -webkit-fill-available;
  }

  .add-ons > div:last-child img {
    height: 328px;
    margin: 0 0 150px 0;
    object-fit: cover;
    object-position: top;
  }

  .elementor-element.hide-block-text {
    position: absolute;
    top: 200px;
    height: -webkit-fit-content;
  }

  .behind-text p br {
    display: none;
  }

  .footerRightTop {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 47px;
  }

  .text-bal p {
    width: fit-content;
  }

  button.services-btn {
    width: 140px;
    margin: 12px 0 0 0;
  }

  .tab-button {
    flex: 0 0 auto;
  }

  .tabs-services {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
  }

  .tabs-services::-webkit-scrollbar {
    display: none;
  }

  .tab-button.active::after {
    bottom: 0;
  }

  button.services-book {
    padding: 18px 53px;
  }

  .ms-home button {
    width: -webkit-fill-available;
  }

  .ms-home {
    gap: 60px;
  }

  .ylove-row > p {
    font-size: 16px;
  }

  .ylove {
    gap: 12px;
  }

  .pixel-bottom-text-home.up-b p {
    font-size: 24px;
  }

  .yget-row > img {
    width: 40px;
    height: fit-content;
  }

  .yget-row {
    gap: 12px;
  }

  .yget-col > p:first-child {
    font-size: 18px;
  }

  .yget-col > p:last-child {
    font-size: 16px;
  }

  .yget-row {
    padding: 12px 0 24px 0;
  }

  .yget > div:first-child {
    padding: 24px 0 12px 0;
  }

  .yget-container > p {
    font-size: 20px;
  }
}
