* {
  box-sizing: border-box;
}

body {
  background-color: #1e201e;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
  position: relative;
  z-index: -2;
}

.eapps-instagram-feed-content-loader {
  color: #fcf7eb !important;
}

.site-wrapper {
  background-color: #1e201e;
}

@font-face {
  font-family: "PPCirka";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/PPCirka/PPCirka-Regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "PPCirka";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/PPCirka/PPCirka-Light.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/Roboto/roboto-v50-latin-regular.woff2")
    format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/Roboto/roboto-v50-latin-300.woff2") format("truetype");
  font-display: swap;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: auto;
}
.lenis.lenis-stopped {
  overflow: clip;
}

html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.noise {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(/assets/video/ezgif-4-25017e4f0a.gif);
  z-index: 300;
  width: 100%;
  height: 300vh;
  opacity: 0.03;
  pointer-events: none;
}

.header-desktop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.8rem 2.6rem;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

header.scrolled {
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.header-desktop nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.nav-link {
  color: #fcf7eb;
  font-size: 1.3rem;
  font-weight: 200;
  font-family: "PPCirka", sans-serif;
  text-decoration: none;
}

.lang-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link,
.nav-button {
  transition: filter 0.3s ease;
}

.nav-links:hover .nav-link:not(:hover),
.nav-links:hover .nav-button:not(:hover) {
  filter: blur(1.5px);
}

.nav-button {
  cursor: pointer;
  font-family: "PPCirka", sans-serif !important;
  font-weight: 100;
  font-size: 1.3rem;
  color: #fcf7eb;
  background: transparent;
  border: 1px solid #fcf7eb;
  padding: 15px 35px;
  border-radius: 45px;
}

.mobile-header {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 15px;
  background: linear-gradient(
    0deg,
    rgba(29, 29, 29, 0) 0%,
    rgba(29, 29, 29, 0.8) 100%
  );
}

.mobile-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav-menu {
  background: transparent;
  border: none;
}

.line-menu {
  background-color: #fcf7eb;
  width: 25px;
  height: 1px;
  margin-bottom: 5px;
}

.line-small {
  background-color: #fcf7eb;
  width: 20px;
  height: 1px;
  margin-bottom: 5px;
  float: right;
}

.menu-mobile {
  display: none;
  background-color: #1e201e;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  height: 100%;
  height: 100dvh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.menu-mobile-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.menu-close {
  height: 20px;
  position: relative;
  width: 20px;
}

.menu-closing {
  position: absolute;
  right: 1.4rem;
  top: 1.8rem;
}

.menu-links {
  display: flex;
  flex-direction: column;
  top: 20%;
  left: 1.4rem;
  padding: 30% 2rem 2rem 2rem;
}

.menu-mobile-bottom {
  padding-bottom: 1rem;
}

.menu-links a {
  text-decoration: none;
  padding: 0.7rem 0;
  color: #fcf7eb;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 2rem;
  line-height: 2rem;
}

.menu-divider {
  display: block;
  margin: 2rem 2rem 0 auto;
  width: calc(100% - 4rem);
  height: 2px;
}

.menu-divider line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.language-switch {
  display: flex;
  color: #fcf7eb;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0.8rem 0 0 1.5rem;
}

.language-switch a {
  text-decoration: none;
  color: #fcf7eb;
  margin: 0 0.5rem;
}

.hero-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(45%);
}

.hero-text {
  position: absolute;
  bottom: 5rem;
  left: 7rem;
  width: calc(100% - 14rem);
  color: #fcf7eb;
  overflow: hidden;
  z-index: 2;
}

.reveal-container {
  overflow: hidden;
}

h1 {
  font-size: 4rem;
  font-family: "PPCirka", sans-serif;
  width: 55%;
  font-weight: 300;
  color: #fcf7eb;
  margin: 0 0 1rem 0;
}

.hero-text p {
  font-size: 1.3rem;
  font-weight: 200;
  width: 50%;
  color: #fcf7eb;
  margin-top: 1rem;
}

.header-text-mobile {
  display: none;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

.link-btn-wrapper {
  display: flex;
  align-items: center;
}

.button-container {
  height: 52px;
}

.cta-btn-hero {
  cursor: pointer;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
  color: #fcf7eb;
  border: 1px solid #fcf7eb;
  padding: 14px 26px;
  border-radius: 45px;
  transition: background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  margin: 0;
}

.cta-btn-hero:hover {
  background: #fcf7eb;
  color: #1e201e;
}

.cta-link-hero {
  display: flex;
  gap: 3px;
  align-items: center;
  text-decoration: none;
  color: #fcf7eb;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
}

.arrow-up-right {
  width: 9px;
}

.about-section {
  background-color: #fcf7eb;
  padding: 5rem 8rem 8rem 8rem;
}

.about-layout {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.line-pos {
  display: flex;
  justify-content: center;
}

.line {
  width: 1px;
  height: 80px;
  background-color: #363636;
}

.about-text {
  width: 100%;
}

.section-header {
  font-family: "PPCirka", sans-serif;
  font-weight: 300;
  color: #363636;
  font-size: 3.8rem;
  margin-bottom: 0.8rem;
}

.animated-text-wrapper {
  display: flex;
  justify-content: center;
}

.text-letter {
  width: 50%;
  font-size: 1.6rem;
  color: #d1d5db;
  font-weight: 100;
  transition: color 0.1s;
  margin-top: 0.8rem;
}

.intro-text {
  display: flex;
  justify-content: center;
}

.intro-text p {
  font-weight: 200;
  color: #363636;
  font-size: 1.4rem;
  width: 65%;
  margin-top: 0rem;
}

.about-image-pos {
  display: flex;
  justify-content: center;
}

.about-image {
  margin-top: 2rem;
  width: 35%;
  height: 750px;
}

.about-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 100% 0);
}

.signiture-wrapper {
  margin-top: 1rem;
}

.signiture-wrapper img {
  width: 130px;
  height: auto;
}

.intro-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  gap: 0.8rem;
}

.main-btn {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 14px 26px;
  border-radius: 45px;
  cursor: pointer;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
  color: #1e201e;
  border: 1px solid #1e201e;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  margin: 0;
}

.main-btn:hover {
  background: #1e201e;
  color: #fcf7eb;
}

.about-link {
  margin-top: 3rem;
}

.secondary-btn {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  color: #363636;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
}

.services-section,
.about-section {
  min-height: 100vh;
}

.animation-container {
  position: relative;
  width: 100%;
  overflow-x: hidden !important;
}

.ws {
  width: 100%;
  height: 250vh;
  background-color: #fcf7eb;
}

.sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden !important;
  pointer-events: none;
}

.gallery-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100vh;
  display: flex;
  gap: 2em;
}

.gallery-wrapper,
.col,
.img.main img {
  will-change: transform;
  backface-visibility: hidden;
}

.col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2em;
  will-change: transform;
}

.img {
  flex: 1;
  overflow: hidden;
  background-color: #fff;
}

.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img.main img {
  transform: scale(2);
  will-change: transform;
}

.services-section {
  background-color: #1e201e;
  padding: 8rem;
}

.site-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.line-divider {
  width: 33%;
  height: 1px;
  background-color: #fcf7eb;
}

.services-layout {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  align-items: flex-start;
  margin-top: 8rem;
}

.sticky-service {
  position: sticky;
  top: 100px;
}

.services-item {
  width: 45%;
}

.section-header-light {
  font-family: "PPCirka", sans-serif;
  font-weight: 300;
  color: #fcf7eb;
  font-size: 3.8rem;
  margin-bottom: 2rem;
}

.sticky-service p {
  color: #fcf7eb;
  font-size: 1.4rem;
  font-weight: 100;
  width: 80%;
  margin-top: 3rem;
}

.services-buttons {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 3rem;
}

.main-btn-dark {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 14px 26px;
  border-radius: 45px;
  cursor: pointer;
  font-family: "PPCirka", sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
  color: #fcf7eb;
  border: 1px solid #fcf7eb;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  margin: 0;
}

.main-btn-dark:hover {
  background: #fcf7eb;
  color: #1e201e;
}

.secondary-btn-dark {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  color: #fcf7eb;
  font-family: "PPCirka", sans-serif !important;
  font-weight: 100;
  font-size: 1.2rem;
}

.service-item {
  margin-top: 4.5rem;
}

.service-item h3 {
  font-family: "PPCirka", sans-serif;
  font-weight: 300;
  color: #fcf7eb;
  font-size: 2rem;
}

.service-item p {
  font-weight: 100;
  color: #fcf7eb;
  font-size: 1.4rem;
}

.services-cta {
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  color: #fcf7eb;
  font-family: "PPCirka", sans-serif !important;
  font-weight: 100;
  font-size: 1.2rem;
  text-decoration-thickness: 1px;
  margin-bottom: 0;
}

.services-cta:hover {
  text-decoration: underline;
}

.instagram-feed {
  padding: 5rem 8rem;
  height: 900px;
}

.instagram-widget {
  position: relative;
  width: 100%;
  height: 100%;
}

#instagram-overlay,
#google-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fcf7eb;
  z-index: 10;
}

.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(50%);
}

.overlay-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.overlay-content p {
  font-weight: 100;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 1.3rem;
  font-weight: 100;
  color: #fcf7eb;
  width: 70%;
}

.overlay-content a {
  font-size: 1.3rem;
  font-weight: 200;
  color: #fff6ec;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  color: #b90b0b;
}

button[id$="optin-button"] {
  width: 140px;
  height: 45px;
  font-size: 1rem;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  background-color: #b90b0b;
  color: #fff6ec;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}

.faq-section {
  padding: 5rem 8rem;
}

.faq-intro p {
  color: #fcf7eb;
  font-size: 1.4rem;
  font-weight: 100;
  margin-top: 3rem;
}

.faq-wrapper {
  width: 100%;
}

.faq-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4a4947;
  width: 100%;
  cursor: pointer;
}

.faq-item:first-child {
  border-top: 1px solid #4a4947;
  margin-top: 2rem;
}

.faq-item h4 {
  color: #fcf7eb;
  font-weight: 200;
  font-size: 1.6rem;
  margin: 3rem 0;
}

.faq-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  border-radius: 2px;
}

.faq-icon img {
  transition: transform 0.35s ease;
  transform-origin: center;
}

.faq-icon img.rotated {
  transform: rotate(405deg);
}

.faq-content {
  color: #fcf7eb;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 300ms ease,
    opacity 250ms ease;
}

.faq-content p {
  margin: 1rem 0 2rem 0;
  color: #fcf7eb;
  font-size: 1.4rem;
  font-weight: 200;
}

.faq-content a {
  color: #fcf7eb;
  font-size: 1.4rem;
  font-weight: 200;
  text-decoration-thickness: 1px;
}

.faq-content.open {
  opacity: 1;
}

.faq-item[aria-expanded="true"] {
  border-bottom-color: transparent;
}

.faq-item[aria-expanded="true"] + .faq-content {
  border-bottom: 1px solid #4a4947;
}

.faq-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 4rem;
}

.cta-btn-faq {
  cursor: pointer;
  font-family: "PPCirka", sans-serif !important;
  font-weight: 100;
  font-size: 1.2rem;
  color: #fcf7eb;
  background: transparent;
  border: 1px solid #fcf7eb;
  padding: 14px 26px;
  border-radius: 45px;
}

.cta-link-faq {
  text-decoration: none;
  color: #fcf7eb;
  font-family: "PPCirka", sans-serif !important;
  font-weight: 100;
  font-size: 1.2rem;
}

.blog-section {
  margin: 5rem 8rem;
}

.blog-intro h2 {
  font-family: "PPCirka", sans-serif;
  font-weight: 300;
  color: #fcf7eb;
  font-size: 3.8rem;
  margin-bottom: 2rem;
}

.blog-intro p {
  color: #fcf7eb;
  font-size: 1.4rem;
  font-weight: 100;
  width: 80%;
  margin-top: 3rem;
}

.blog-layout {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 2rem;
}

.blog-item {
  background-color: #2f2f2f;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  width: 33.33%;
}

.blog-text {
  padding: 1rem;
}

.blog-img {
  width: 100%;
  height: 320px;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-item h4 {
  margin: 0;
  font-family: "PPCirka", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #fcf7eb;
  text-decoration: none;
}

.blog-item p {
  color: #fcf7eb;
  font-size: 1.3rem;
  font-weight: 100;
}

.blog-cta {
  display: flex;
  align-items: center;
  gap: 3px;
}

.blog-layout a {
  text-decoration: none;
}

.blog-cta {
  font-family: "PPCirka", sans-serif;
  color: #fcf7eb;
  font-size: 1.3rem;
  font-weight: 100;
  text-decoration: 1px solid underline !important;
  text-underline-offset: 2px !important;
}

.blog-cta img {
  transition: transform 0.3s ease;
  display: inline-block;
}

.blog-cta:hover img {
  transform: rotate(360deg);
}

.reviews-section {
  margin: 8rem;
}

.review-text {
  text-align: center;
}

.review-text h2 {
  font-family: "PPCirka", sans-serif;
  font-weight: 300;
  color: #fcf7eb;
  font-size: 3.8rem;
  margin-bottom: 2rem;
}

.review-paragraph {
  display: flex;
  justify-content: center;
}

.review-paragraph p {
  color: #fcf7eb;
  font-size: 1.4rem;
  font-weight: 100;
  margin: 0;
  width: 60%;
}

.review-stars-large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
}

.review-stars-large p {
  color: #fcf7eb;
  font-size: 1.5rem;
  font-weight: 100;
  margin: 0;
}

.review-stars-large-layout {
  display: flex;
  align-items: center;
  gap: 4px;
}

.review-stars-large img {
  width: 30px;
  height: auto;
}

.review-count-google {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 1rem 0 2rem 0;
}

.review-count-google img {
  width: 90px;
  height: auto;
}

.review-count-google p {
  color: #fcf7eb;
  font-size: 1.3rem;
  font-weight: 100;
  margin: 0;
}

.reviews-layout {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.review-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 33.33%;
}

.review-item {
  background-color: #2f2f2f;
  padding: 1.4rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.review-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-pic {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.review-name {
  color: #fcf7eb;
  font-size: 1.3rem;
  font-weight: 100;
  margin: 0;
}

.pb-wrapper {
  position: relative;
}

.pb-img {
  width: 50px;
  height: auto;
}

.pb-badge {
  position: absolute;
  bottom: 0;
  right: 0;
}

.quote {
  width: 55px;
  height: auto;
}

.review-stars-small {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 4px;
}

.review-stars-small img {
  width: 25px;
}

.review-content {
  margin-top: 1rem;
}

.review-content p {
  color: #fcf7eb;
  font-size: 1.3rem;
  font-weight: 100;
  margin: 0;
}

.review-buttons {
  margin-top: 4rem;
}

.contact-section {
  background-color: #fcf7eb;
  padding: 6rem 8rem;
}

.site-divider-bright {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.line-divider-bright {
  width: 33%;
  height: 1px;
  background-color: #3c3d37;
}

.contact-intro {
  margin-top: 8rem;
}

.contact-intro p {
  font-size: 1.4rem;
  font-weight: 200;
  color: #3c3d37;
}

.contact-layout {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 6rem;
}

.contact-item {
  width: 30%;
  border-top: 1px solid #363636;
}

.contact-item h4 {
  font-family: "PPCirka", sans-serif;
  font-weight: 300;
  color: #363636;
  font-size: 2rem;
  margin-top: 1rem;
}

.contact-item ul {
  padding: 0;
}

.contact-item ul li {
  list-style: none;
  font-size: 1.3rem;
  color: #363636;
  line-height: 1.8rem;
  font-weight: 200;
}

.contact-item a {
  font-size: 1.3rem;
  color: #363636;
  text-decoration: none;
  display: inline-block;
}

.answer-bold-2 {
  font-weight: 300;
}

.ln {
  margin-top: 1rem;
}

.map-wrapper {
  width: 100%;
  height: 550px;
  position: relative;
  margin-top: 8rem;
}

#map {
  width: 100%;
  height: 100%;
}

#map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  color: #fff6ec;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

#map-overlay p {
  font-size: 1.1rem;
  font-weight: 100;
  margin-bottom: 20px;
  padding: 0 20px;
}

#map-overlay a {
  font-size: 1.1rem;
  font-weight: 100;
  color: #fff6ec;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

#accept-map {
  width: 140px;
  height: 45px;
  font-size: 1rem;
  font-weight: 100;
  font-family: "Roboto", sans-serif !important;
  background-color: #b90b0b;
  color: #fff6ec;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}

footer {
  padding: 4rem 8rem 0 8rem;
  min-height: 10vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-footer {
  width: 180px;
}

.social-links-layout {
  display: flex;
  gap: 1.5rem;
}

.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 65px;
  border-radius: 100%;
  border: 1px solid #fcf7eb;
  cursor: pointer;
}

.social-links-mobile {
  display: none;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  margin: 7rem 0;
}

.constent-linked {
  font-family: "PPCirka", sans-serif;
  font-weight: 200;
  font-size: 3rem;
  text-decoration: none;
  color: #fcf7eb;
}

.footer-item a .line2 {
  display: inline-flex;
  align-items: center;
}

.footer-item a .line2 img {
  margin-left: -8px;
}

.footer-item {
  width: 50%;
}

.quick-links {
  display: flex;
  justify-content: center;
  gap: 6rem;
}

.quick-links h5 {
  font-family: "PPCirka", sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  margin: 0;
  color: #fcf7eb;
}

.quick-links ul {
  padding: 0;
}

.quick-links ul li {
  list-style: none;
  line-height: 1.7rem;
}

.quick-links a {
  font-size: 1.2rem;
  color: #fcf7eb;
  font-weight: 100;
  text-decoration: none;
}

.site-divider-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
}

.line-divider-footer {
  width: 100%;
  height: 1px;
  background-color: #fcf7eb;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 0;
}

.footer-bottom p {
  color: #fcf7eb;
  font-size: 0.9rem;
  font-weight: 100;
  margin: 0;
}

.credits {
  color: #fcf7eb;
  font-size: 0.9rem;
  font-weight: 100;
  text-decoration: none;
}

.credits:hover {
  color: #03aed2;
}

.text {
  height: 1.4rem;
  line-height: 1.4rem;
  overflow: hidden !important;
  position: relative;
  display: inline-block;
}

.text.play .letter {
  transform: translateY(-100%);
}

.text .letter {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.024, 1);
  position: relative;
}

.letter:nth-child(1) {
  transition-delay: 0s;
}
.letter:nth-child(2) {
  transition-delay: 0.015s;
}
.letter:nth-child(3) {
  transition-delay: 0.03s;
}
.letter:nth-child(4) {
  transition-delay: 0.045s;
}
.letter:nth-child(5) {
  transition-delay: 0.06s;
}
.letter:nth-child(6) {
  transition-delay: 0.075s;
}
.letter:nth-child(7) {
  transition-delay: 0.09s;
}
.letter:nth-child(8) {
  transition-delay: 0.105s;
}
.letter:nth-child(9) {
  transition-delay: 0.12s;
}
.letter:nth-child(10) {
  transition-delay: 0.135s;
}
.letter:nth-child(11) {
  transition-delay: 0.15s;
}
.letter:nth-child(12) {
  transition-delay: 0.165s;
}
.letter:nth-child(13) {
  transition-delay: 0.18s;
}
.letter:nth-child(14) {
  transition-delay: 0.195s;
}
.letter:nth-child(15) {
  transition-delay: 0.21s;
}
.letter:nth-child(16) {
  transition-delay: 0.225s;
}
.letter:nth-child(17) {
  transition-delay: 0.24s;
}
.letter:nth-child(18) {
  transition-delay: 0.255s;
}
.letter:nth-child(19) {
  transition-delay: 0.27s;
}
.letter:nth-child(20) {
  transition-delay: 0.285s;
}
.letter:nth-child(21) {
  transition-delay: 0.3s;
}
.letter:nth-child(22) {
  transition-delay: 0.315s;
}
.letter:nth-child(23) {
  transition-delay: 0.33s;
}
.letter:nth-child(24) {
  transition-delay: 0.345s;
}
.letter:nth-child(25) {
  transition-delay: 0.36s;
}
.letter:nth-child(26) {
  transition-delay: 0.375s;
}
.letter:nth-child(27) {
  transition-delay: 0.39s;
}
.letter:nth-child(28) {
  transition-delay: 0.405s;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(135deg, #25d366 0%, #1fae55 100%);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.2px;
  box-shadow:
    0 127px 36px 0 rgba(0, 0, 0, 0),
    0 82px 33px 0 rgba(0, 0, 0, 0.01),
    0 46px 28px 0 rgba(0, 0, 0, 0.05),
    0 20px 20px 0 rgba(0, 0, 0, 0.09),
    0 5px 11px 0 rgba(0, 0, 0, 0.1);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
  animation: floatPulse 2.8s ease-in-out infinite;
}

.floating-whatsapp p {
  margin: 0;
  color: #fcf7eb;
  font-weight: 300;
}

.floating-whatsapp img {
  width: 22px;
  height: 22px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.25));
}

.floating-whatsapp:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
  animation-play-state: paused;
}

.floating-whatsapp:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.5);
  outline-offset: 3px;
}

@keyframes floatPulse {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 768px) {
  .floating-whatsapp {
    padding: 12px;
  }

  .floating-whatsapp p {
    display: none;
  }
  .floating-whatsapp img {
    width: 24px;
    height: 24px;
  }
  .noise {
    height: 150vh;
    opacity: 0.06;
  }
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .hero-text {
    left: 5%;
    right: 5%;
    width: 90%;
    bottom: 10%;
  }
  h1 {
    width: 100%;
    font-size: 2.7rem;
  }
  .hero-text p {
    width: 100%;
  }
  .hero-buttons {
    margin-top: 0;
  }
  .header-text-desktop {
    display: none;
  }
  .header-title {
    font-size: 3rem;
  }
  .hero-text .hero-buttons .link-btn-wrapper {
    display: none;
  }
  .about-section {
    padding: 5rem 0;
  }
  .section-header {
    font-size: 2.7rem;
  }
  .intro-text p {
    width: 90%;
  }
  .text-letter {
    width: 90%;
  }
  .text-letter {
    font-size: 1.4rem;
  }
  .about-image {
    width: 90%;
    height: 550px;
  }
  .about-link {
    margin-top: 1.5rem;
  }
  .ws {
    height: 300vh;
    width: 100%;
  }
  .gallery-wrapper {
    gap: 1em;
  }
  .col {
    gap: 1em;
  }
  .services-section {
    padding: 8rem 5% 4rem 5%;
  }
  .section-header-light {
    font-size: 3.2rem;
  }
  .services-layout {
    flex-direction: column;
    margin-top: 2rem;
    gap: 0rem;
  }
  .services-item {
    width: 100%;
  }
  .service-item {
    margin-top: 4rem;
  }
  .sticky-service {
    position: initial;
  }
  .services-cta {
    font-size: 1.3rem;
  }
  .sticky-service p {
    width: 100%;
    font-size: 1.3rem;
  }
  .services-buttons {
    display: none;
  }
  .instagram-feed {
    padding: 1rem 2rem 0 2rem;
    height: 800px;
  }

  .overlay-content p,
  .overlay-content a {
    font-size: 1.1rem;
    width: 100%;
    padding: 0;
  }

  button[id$="optin-button"] {
    font-size: 0.9em;
    padding: 8px 16px;
  }
  .faq-section {
    padding: 6rem 5%;
  }
  .faqs-layout {
    margin-top: 4rem;
  }
  .faq-intro p {
    font-size: 1.3rem;
  }
  .faq-item {
    margin-top: 0;
  }
  .count-box {
    display: none;
  }
  .cross-box {
    width: 80px;
  }
  .question-box {
    padding-left: 1rem;
  }
  .faq-item h4 {
    font-size: 1.4rem;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .faq-content p {
    font-size: 1.3rem;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .faq-icon {
    display: none;
  }
  .answer-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .faq-buttons {
    margin-top: 2rem;
  }
  .blog-section {
    margin: 4rem 5% 6rem 5%;
  }
  .blog-intro h2 {
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    font-size: 3.2rem;
  }
  .blog-intro p {
    font-size: 1.3rem;
    width: 100%;
  }
  .blog-layout {
    flex-direction: column;
  }
  .blog-item {
    width: 100%;
  }
  .reviews-section {
    margin: 4rem 5% 6rem 5%;
  }
  .review-text h2 {
    font-size: 3.2rem;
  }
  .review-paragraph p {
    width: 100%;
    font-size: 1.3rem;
  }
  .reviews-layout {
    flex-direction: column;
  }
  .review-inner {
    width: 100%;
  }

  .review-buttons .secondary-btn-dark {
    display: none;
  }
  .contact-section {
    padding: 6rem 5%;
  }
  .contact-intro {
    margin-top: 4rem;
  }
  .contact-layout {
    flex-direction: column;
  }
  .contact-item {
    width: 100%;
  }
  .map-wrapper {
    margin-top: 4rem;
  }
  footer {
    padding: 3rem 5% 0 5%;
  }
  .footer-top {
    display: none;
  }
  .constent-linked {
    font-size: 2rem;
  }
  .footer-links {
    flex-direction: column;
    gap: 4rem;
    margin: 7rem 0 2rem 0;
  }
  .quick-links {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-item {
    width: 100%;
  }
  .social-links-mobile {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .noise {
    height: 150vh;
    opacity: 0.06;
  }
  .header-desktop {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  .hero-text {
    left: 5%;
    right: 5%;
    width: 90%;
    bottom: 10%;
  }
  h1 {
    width: 100%;
    font-size: 3.4rem;
  }
  .hero-text p {
    width: 100%;
  }
  .hero-buttons {
    margin-top: 0;
  }
  .header-text-desktop {
    display: none;
  }
  .header-title {
    font-size: 3rem;
  }
  .hero-text .hero-buttons .link-btn-wrapper {
    display: none;
  }
  .about-section {
    padding: 5rem 0;
  }
  .section-header {
    font-size: 2.7rem;
  }
  .intro-text p {
    width: 90%;
  }
  .text-letter {
    width: 90%;
  }
  .text-letter {
    font-size: 1.4rem;
  }
  .about-image {
    width: 90%;
    height: 550px;
  }
  .about-link {
    margin-top: 1.5rem;
  }
  .ws {
    height: 300vh;
    width: 100%;
  }
  .gallery-wrapper {
    gap: 1em;
  }
  .col {
    gap: 1em;
  }
  .services-section {
    padding: 8rem 5% 4rem 5%;
  }
  .section-header-light {
    font-size: 3.2rem;
  }
  .services-layout {
    flex-direction: column;
    margin-top: 2rem;
    gap: 0rem;
  }
  .services-item {
    width: 100%;
  }
  .service-item {
    margin-top: 4rem;
  }
  .sticky-service {
    position: initial;
  }
  .services-cta {
    font-size: 1.3rem;
  }
  .sticky-service p {
    width: 100%;
    font-size: 1.3rem;
  }
  .services-buttons {
    display: none;
  }
  .instagram-feed {
    padding: 1rem 2rem 0 2rem;
    height: 800px;
  }

  .overlay-content p,
  .overlay-content a {
    font-size: 1.1rem;
    width: 100%;
    padding: 0;
  }

  button[id$="optin-button"] {
    font-size: 0.9em;
    padding: 8px 16px;
  }
  .faq-section {
    padding: 6rem 5%;
  }
  .faqs-layout {
    margin-top: 4rem;
  }
  .faq-intro p {
    font-size: 1.3rem;
  }
  .faq-item {
    margin-top: 0;
  }
  .count-box {
    display: none;
  }
  .cross-box {
    width: 80px;
  }
  .question-box {
    padding-left: 1rem;
  }
  .faq-item h4 {
    font-size: 1.4rem;
  }
  .faq-content p {
    font-size: 1.3rem;
  }
  .faq-icon {
    display: none;
  }
  .answer-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .faq-buttons {
    margin-top: 2rem;
  }
  .blog-section {
    margin: 4rem 5% 6rem 5%;
  }
  .blog-intro h2 {
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    font-size: 3.2rem;
  }
  .blog-intro p {
    font-size: 1.3rem;
    width: 100%;
  }
  .blog-layout {
    flex-direction: column;
  }
  .blog-item {
    width: 100%;
  }
  .reviews-section {
    margin: 4rem 5% 6rem 5%;
  }
  .review-text h2 {
    font-size: 3.2rem;
  }
  .review-paragraph p {
    width: 100%;
    font-size: 1.3rem;
  }
  .reviews-layout {
    flex-direction: column;
  }
  .review-inner {
    width: 100%;
  }
  .contact-section {
    padding: 6rem 5%;
  }
  .contact-intro {
    margin-top: 4rem;
  }
  .contact-layout {
    flex-direction: column;
  }
  .contact-item {
    width: 100%;
  }
  .map-wrapper {
    margin-top: 4rem;
  }
  footer {
    padding: 3rem 5% 0 5%;
  }
  .footer-top {
    display: none;
  }
  .constent-linked {
    font-size: 2rem;
  }
  .footer-links {
    flex-direction: column;
    gap: 4rem;
    margin: 7rem 0 2rem 0;
  }
  .quick-links {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-item {
    width: 100%;
  }
  .social-links-mobile {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  .header-desktop {
    padding: 1.8rem 2.5%;
  }
  .hero-text {
    bottom: 10%;
    left: 5%;
  }
  .header-text {
    width: 50%;
  }
  .menu-links {
    padding: 15% 4.4rem 2rem 4.4rem;
  }
  .language-switch {
    padding: 0.8rem 0 0 4.4rem;
  }
  .hero-buttons {
    gap: 1rem;
  }
  .text-letter {
    width: 60%;
  }

  .about-image {
    width: 60%;
    height: 650px;
  }

  .about-link {
    margin-top: 2rem;
  }

  .services-section {
    padding: 8rem 5%;
  }

  .services-layout {
    gap: 3rem;
  }

  .services-item {
    width: 50%;
  }

  .services-buttons .link-btn-wrapper {
    display: none;
  }

  .instagram-feed {
    padding: 4rem 6rem;
  }

  .faq-section {
    padding: 4rem 5%;
  }

  .google-reviews {
    padding: 4rem 5%;
  }

  .contact-section {
    padding: 4rem 5%;
  }
  .contact-layout {
    flex-wrap: nowrap;
  }

  footer {
    padding: 4rem 5% 0 5%;
  }

  .quick-links {
    gap: 2rem;
  }

  .constent-linked {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1380px) {
  .hero-text {
    left: 6rem;
  }
  .header-title {
    font-size: 4.2rem;
  }
  .header-text {
    width: 45%;
  }
  .about-image {
    width: 50%;
    height: 600px;
  }
  .services-section {
    padding: 6rem;
  }
  .services-buttons .link-btn-wrapper {
    display: none;
  }
  .faq-section {
    padding: 6rem;
  }
  .contact-section {
    padding: 6rem;
  }
  footer {
    padding: 4rem 6rem 0 6rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1520px) {
  .services-layout {
    gap: 4rem;
  }
  .services-item {
    width: 50%;
  }
  .sticky-service p {
    width: 100%;
  }
  .section-header-light {
    font-size: 3.8rem;
  }
  .rmv {
    display: none;
  }
}
