@font-face {
  font-family: 'Abygaer';
  src: url('./fonts/Abygaer.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('./fonts/Gilroy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('./fonts/Montserrat.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Basic reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --bg: #f7f7f9;
  --muted: #9b8f88;
  --accent: #b98f66;
  --dark: #222;
  --card: #fff;
  --glass: rgba(255, 255, 255, 0.6);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.4;
  color: var(--dark);
  background: rgba(241, 246, 255, 1);
}

/* Container */
.container {
  max-width: 1440px;
  /* padding: 32px */
  margin: 0 auto;
}

/* --- HEADER --- */
.site-header {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.43);
  padding: 12px 24px;
  position: relative;
  z-index: 995;
  max-width: 1440px;
  width: 100%;
  /* position: fixed; */
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 85px;
  box-sizing: border-box;
}

.header-inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.logo img {
  display: block;
  margin-top: 8px;
}

@media (max-width: 600px) {
  .logo img {
    max-width: 100px;
  }
}

.header-phone {
  margin-right: 18px;
  margin-left: auto;
  color: rgba(255, 255, 255, 1);
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
  text-decoration: none;
}

.site-header .menu-btn {
  color: #fff;
  font-size: 28px;
  margin-left: 64px;
  cursor: pointer;
}

/* Hero */
.hero {
  /* background:
    linear-gradient(180deg, rgba(171, 140, 107, 0), rgba(171, 140, 107, 0.37) 100%),
    url('../img/hero_bg_1.png') center/cover no-repeat; */
  background: url('../img/hero_bg_1.png') center/cover no-repeat;
  padding: 32px 0 54px;
  color: #fff;
  min-height: 420px;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  position: relative;
  background-color: black;
}

.hero .card-img_1 {
  background: url('../img/hero_img_1.webp') center/cover no-repeat;
  height: 100%;
}

.hero .card-img_2 {
  background: url('../img/hero_img_2.webp') center/cover no-repeat;
  height: 100%;
}

.hero .card-img_3 {
  background: url('../img/hero_img_3.webp') center/cover no-repeat;
  height: 100%;
}

@media (max-width: 1400px) {
  .hero {
    padding: 32px 12px 54px;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .hero {
    padding: 32px 12px 163px;
  }

  .hero-action-buttons {
    bottom: 5px !important;
  }
}

.hero-inner {
  text-align: center;
}

/* .hero h1 {
  margin-bottom: 0;
  margin-top: 12.663rem;
  background: linear-gradient(90deg, rgba(190, 147, 107, 1), rgba(255, 232, 187, 1) 65%, rgba(173, 100, 39, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: 'Abygaer';
  font-size: 105.92px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
} */

.hero h1 {
  margin-bottom: 0;
  margin-top: 31.438rem;

  color: rgba(255, 255, 255, 1);

  font-family: 'Montserrat';
  font-size: 65.77px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 1);
  font-family: 'Gilroy';
  font-size: 54px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 44px;
  display: block;
  text-align: center;
}

.hero-action-buttons {
  position: fixed;
  right: 35px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  text-align: right;
  z-index: 999;
  animation: slideIn 1s ease-out forwards;
  animation-delay: 1.8s;
  opacity: 0;
}

@keyframes slideIn {
  from {
    transform: translateX(200px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.hero-action-buttons a {
  display: block;
}

.hero-action-buttons .btn {
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1000px;
  background: rgba(171, 140, 107, 1);
  border: none;
  margin-bottom: 15px;
}

.hero-action-buttons .btn.ghost {
  width: 140px;
  height: 48px;
  padding: 17px 24px 17px 24px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 1);
  color: rgba(171, 140, 107, 1);
  border: 1px solid rgba(171, 140, 107, 1);
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: left;
}

/* .lead {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: lowercase;
  max-width: 841px;
  margin-left: auto;
  margin-right: auto;
}

.lead span {
  font-weight: 700;
  font-style: italic;
} */

.lead {
  color: rgba(255, 255, 255, 1);
  font-family: 'Montserrat';
  font-size: 25.01px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 7px;
}

.lead span {
  font-weight: 700;
}

.hero-cards {
  display: flex;
  gap: 12px;
  margin-top: 90px;
}

.card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 300px;
  text-align: center;
}

.card-small {
  border-radius: 40px;
  background: rgba(196, 196, 196, 1);
  color: #7a5a3a;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  min-height: 200px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.card-small::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-radius: inherit;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.card-small:hover::after {
  opacity: 1;
  cursor: pointer;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.card-title {
  margin-top: 12px;
  color: rgba(241, 246, 255, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

/* About section */
.about-section {
  background: #fff;
  padding: 112px 32px 128px
}

.about-section h2 {
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 78px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -2%;
  text-align: left;
  margin-bottom: 55px;
}

.about-section-divider {
  width: 100%;
  border: 1px solid rgba(171, 140, 107, 0.2);
  margin-bottom: 32px;
}

.about-section-subtitle {
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.about-list {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.about-item {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  padding: 32px 0;
  border-top: 1px solid rgba(171, 140, 107, 0.2);
  position: relative;
}

.thumb {
  min-width: 440px;
  max-width: 520px;
  width: 100%;
  height: 347px;
  background: #c4c4c4;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 12px;
}

.about-number {
  margin-bottom: 2px;
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.about-content h3 {
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 25px;
}

.about-text {
  margin: 0 0 25px 0;
  color: #222;
  font-size: 1.1rem;
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}

.about-list-text {
  margin: 0 0 25px 0;
  padding-left: 18px;
  color: #222;
  font-size: 1.1rem;
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}

.about-item .btn {
  border-radius: 100px;
  background: rgba(171, 140, 107, 1);
  max-width: 228px;
  cursor: pointer;
  padding: 18px 24px 16px 24px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: center;
  transition: background 0.2s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.btn:hover {
  background: #a67c52;
}

.about-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  font-size: 2rem;
  color: #b98f66;
  opacity: 0.5;
}

@media (max-width: 900px) {
  .about-item {
    flex-direction: column;
    gap: 24px;
  }

  .about-thumb {
    min-width: 100%;
    max-width: 100%;
    height: 200px;
  }
}

/* Programs */
.programs {
  background: rgba(241, 246, 255, 1);
  padding: 0;
}

.program-title-wrapper {
  text-align: center;
  padding-top: 93px;
  background: url('../img/programs_bg.webp') center/cover no-repeat;
  padding-bottom: 370px;
}

#hamam_programs .program-title-wrapper {
  background: url('../img/hamam_programs_bg.webp') center/cover no-repeat;
}

.program-title-wrapper h2 {
  color: rgba(255, 255, 255, 1);
  font-family: 'Gilroy';
  font-size: 120px;
  font-weight: 500;
  line-height: 144px;
  letter-spacing: 0%;
  text-align: center;
}

.program-title-wrapper .logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  max-width: 194px;
  width: 100%;
}

.programs-blocks-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  border-top: 3px solid white;
  padding: 65px 80px 0;
  border-radius: 40px;
  backdrop-filter: blur(42px);
  background: radial-gradient(107.34% 141.42% at 0% 0%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 100%);
  transform: translateY(-276px);
  -webkit-transform: translateY(-276px);
  -moz-transform: translateY(-276px);
  -ms-transform: translateY(-276px);
  -o-transform: translateY(-276px);
}

.programs-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 0;
}

.programs-grid>* {
  flex: 0 1 calc(33.333% - 20px);
}

.programs-load-more-btn,
.massage-load-more-btn {
  box-sizing: border-box;
  border: 1px solid rgba(174, 144, 112, 0.2);
  border-radius: 100px;
  padding: 18px 24px 16px 24px;
  width: 100%;
  color: rgba(174, 144, 112, 1);
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 32px;
  background: none;
}

.expandable-cards {
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 32px 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.7s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
  will-change: max-height, opacity;
}

.expandable-cards.expanded {
  max-height: 1060px;
  opacity: 1;
}

.hidden-program-card {
  display: block;
}

.expandable-cards-massage {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex: auto;
  justify-content: space-between;
  gap: 32px 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.7s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
  will-change: max-height, opacity;
}

.expandable-cards-massage>* {
  flex: 0 1 calc(33.333% - 20px);
}

.expandable-cards-massage.expanded {
  max-height: 4700px;
  opacity: 1;
}

@media (max-width: 1024px) {
  .expandable-cards-massage>* {
    justify-content: center;
    flex: 0 1 calc(50% - 16px);
  }

  .expandable-cards-massage {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .expandable-cards-massage>* {
    flex: 0 1 100%;
  }
}

.program-card-new {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px 0 rgba(156, 134, 107, 0.08);
  overflow: hidden;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #1A1511;
}

.program-card-img-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  padding: 4px 4px 0;
}

.program-card-img-wrap::after {
  z-index: 1;
  max-width: 341px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;
  border-radius: 24px;
  padding: 4px 4px 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  pointer-events: none;
  border-radius: 0 0 24px 24px;
}

@media (max-width: 600px) {
  .program-card-img-wrap::after {
    z-index: 1;
    max-width: 350px;
  }
}

.program-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.program-card-location {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid rgba(171, 140, 107, 1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.61);
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  padding: 8px;
}

@media (max-width: 600px) {
  .program-card-location {
    color: rgba(255, 255, 255, 0.87);
    background: rgb(59 59 59 / 27%);
  }
}

.program-card-location svg {
  margin-right: 8px;
}

.program-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 11px 10px;
  pointer-events: none;
  align-items: flex-end;
  z-index: 10;
}

.program-card-badges {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
  margin-right: 10px;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 12px 3px 12px;
  max-width: 114px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Gilroy';
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  padding: 3px 12px 3px 12px;
  border-radius: 20px;
  backdrop-filter: blur(13.5px);
  background: rgba(174, 144, 112, 0.5);
}

.badge .badge-guests {}

.program-card-prices {
  display: flex;
  gap: 32px;
  margin-bottom: 8px;
}

.program-card-prices-smaller {
  display: block;
}

.weekday-price,
.weekend-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.days {
  color: rgb(243 213 181);
  font-family: 'Gilroy';
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.price {
  color: rgba(243, 213, 181, 0.849);
  font-family: 'Gilroy';
  font-size: 23px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.price-smaller {
  font-size: 18px;
}

.program-card-content {
  background: #fff;
  border-radius: 0 0 24px 24px;
  padding: 18px 14px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.program-card-title {
  color: rgba(174, 144, 112, 1);
  font-family: 'Gilroy';
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 4px;
}

.program-card-description {
  color: rgba(171, 140, 107, 0.73);
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
  min-height: 111px;
}

.program-card-description span {
  font-weight: 700;
}

.program-card-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 8px;
}

.btn.details {
  box-sizing: border-box;
  max-width: 185px;
  width: 100%;
  border: 1px solid rgba(171, 140, 107, 1);
  border-radius: 100px;
  background: rgba(255, 255, 255, 1);
  transition: background 0.2s, color 0.2s;
  color: rgba(171, 140, 107, 1);
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0%;
  text-align: left;
  text-align: center;
}

.btn.details:hover {
  background: #B98F66;
  color: #fff;
}

.btn.details:hover>svg path {
  fill: #fff;
}

.btn.book {
  max-width: 185px;
  width: 100%;
  background: #B98F66;
  color: #fff;
  border-radius: 100px;
  font-size: 18px;
  font-family: 'Gilroy';
  font-weight: 500;
  border: none;
  text-align: center;
  transition: background 0.2s;
}

.btn.book:hover {
  background: #a67c52;
}
























/* Rituals */
.rituals {
  background: rgba(241, 246, 255, 1);
  padding-bottom: 48px;
}

.rituals-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding-left: 10px;
  padding-right: 10px;
}

.rituals-header h2 {
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 78px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -2%;
  text-align: left;
}

.rituals-pagination {
  font-family: 'Gilroy';
  font-size: 78px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -2%;
  text-align: right;
}

.rituals-swiper {
  overflow: hidden;
  padding-left: 0;
  cursor: grabbing;
  /* padding-left: 5vw;
  padding-right: 2vw; */
}

.rituals-card {
  width: 800px;
  min-width: 800px;
  max-width: 800px;
}

.rituals-swiper .swiper-wrapper {
  padding-right: 20px;
}

@media (max-width: 1800px) {
  .rituals-swiper {
    width: 100%;
  }

  .rituals-swiper .swiper-wrapper {
    padding-right: 10vw;
  }
}

@media (max-width: 1200px) {
  .rituals-swiper {
    width: 95vw;
    /* padding-left: 5vw;
    padding-right: 2vw; */
  }

  .rituals-swiper .swiper-wrapper {
    padding-right: 10vw;
  }
}

.rituals-slide-cards {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.rituals-card-content {
  background: #bebebe;
  border-radius: 24px;
  width: 600px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  height: 488px;
}

.rituals-card-footer {
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.rituals-card-footer-wrapper p {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
  max-width: 450px;
}

.rituals-card-footer-wrapper span {
  font-weight: 600;
}

.rituals-btn {
  display: inline-block;
  background: #b98f66;
  color: #fff;
  border-radius: 100px;
  padding: 18px 24px;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.rituals-btn:hover {
  background: #a67c52;
}

.rituals-pagination {
  user-select: none;
}

@media (max-width: 1200px) {
  .rituals-card {
    width: 90vw;
    max-width: 420px;
    height: 320px;
  }

  .rituals-slide-cards {
    gap: 16px;
  }
}

/* Hamam section */
.feature-hamam {
  padding: 32px 94px 0 32px;
  border-radius: 32px;
  margin-bottom: 90px;
  background: url('../img/hamam_bg_min.png') center center / cover no-repeat;


  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.feature-inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.feature-left {
  flex: 1 1 55%;
  color: #fff;
  padding-bottom: 40px;
}

.feature-hamam-label {
  color: rgba(255, 255, 255, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 16px;
}

.feature-left h2 {
  color: rgba(255, 255, 255, 1);
  font-family: 'Gilroy';
  font-size: 120px;
  font-weight: 600;
  line-height: 87px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 188px;
}

.feature-left p {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 16px;
  max-width: 530px;
}

.feature-right {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-hamam-swiper {
  width: 100%;
  max-width: 490px;
  height: 765px;
  overflow: hidden;
  cursor: grabbing;
}

.feature-hamam-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-hamam-swiper .swiper-slide img {
  width: 100%;
  height: 682px;
  object-fit: cover;
  border-radius: 16px;
}

.feature-hamam-pagination {
  margin-top: 205px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.cta-what-else {
  /* background: #f2f5fa; */
  padding: 0 0 124px 0;
  overflow: hidden;
}

.cta-what-else-overflow {
  overflow: hidden;
}

.cta-what-else-bg-text {
  width: 100%;
  white-space: nowrap;
  color: rgba(171, 140, 107, 0.1);
  font-family: 'Gilroy';
  font-size: 180px;
  font-weight: 600;
  line-height: 216px;
  letter-spacing: 0%;
  text-align: center;
  z-index: 0;
  user-select: none;
  pointer-events: none;
}

.cta-what-else-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 60px;
  z-index: 1;
  margin-top: 80px;
  margin-bottom: 40px;
}

.cta-what-else-list-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 675px;
}

.cta-what-else-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cta-what-else-list li {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  color: #7d6b5c;
  margin-bottom: 32px;
  line-height: 1.5;
}

.cta-what-else-list li p {
  max-width: 276px;
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.cta-what-else-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background: #b89c7b;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  margin-right: 16px;
  margin-top: 2px;
}

.cta-what-else-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 6px auto 0 auto;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><rect width='20' height='20' fill='white' fill-opacity='0'/><path d='M8.33363 12.9885L5.58947 10.2443L4.41113 11.4226L8.33363 15.3451L16.4228 7.25597L15.2445 6.07764L8.33363 12.9885Z' fill='%23f1f6ff' fill-rule='nonzero'/></svg>") no-repeat center center;
  background-size: contain;
  content: "";
}

.cta-what-else-note {
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  max-width: 303px;
  align-content: end;
  margin-bottom: 32px;
}

@media (max-width: 1200px) {
  .cta-what-else-bg-text {
    font-size: 100px;
  }

  .cta-what-else-content {
    padding: 0 20px;
  }
}

@media (max-width: 900px) {
  .cta-what-else-content {
    flex-direction: column;
    gap: 32px;
    margin-top: 20px;
  }

  .cta-what-else-bg-text {
    font-size: 11vw;
    top: 10px;
    line-height: 80px;
  }

  .cta-what-else-note {
    position: static;
    padding-left: 0;
    margin-top: 32px;
    display: block;
    text-align: left;
  }
}

@media (max-width: 900px) {
  .cta-what-else {
    padding: 0 0 124px 0;
  }
}

.footer-map-block {
  position: relative;
  overflow: hidden;
  background: none;
  padding: 0;
  min-height: 636px;
}

.footer-map-wrapper {
  width: 100%;
  height: 636px;
  min-height: 320px;
  position: relative;
  background: #eaeaea;
  overflow: hidden;
}

.footer-map-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 24px;
  display: block;
}

.footer-map-pin {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  background: #b89b6c;
  color: #fff;
  padding: 8px 20px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  pointer-events: none;
  z-index: 2;
  letter-spacing: 0.02em;
}

.footer-map-info {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 32px;
  z-index: 10;
  flex-wrap: wrap;
  max-width: 1376px;
  width: 100%;
  justify-content: space-between;
  z-index: 999;
}

.leaflet-marker-pane img {
  width: 48px !important;
  height: 48px !important;
}

.footer-map-info-main {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 260px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
  padding: 16px;
  max-width: 670px;
  width: 100%;
}

.footer-map-img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 16px;
  flex-shrink: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.footer-map-title {
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.footer-map-address {
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 14px;
}

.footer-map-phone {
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.footer-map-btn {
  display: block;
  color: #fff;
  border-radius: 18px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  text-align: left;
  background: rgba(171, 140, 107, 1);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
  padding: 24px;
  width: 321px;
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.footer-map-btn svg {
  margin-bottom: 16px;
}

.footer-map-btn p {
  font-weight: 600;
}

.footer-map-btn p span {
  font-weight: 500;
}

.footer-map-btn.ghost {
  background: #fff;
  color: #b89b6c;
}

.footer-map-btn:hover,
.footer-map-btn:focus {
  background: #a88a5a;
  color: #fff;
}

.footer-map-btn.ghost:hover,
.footer-map-btn.ghost:focus {
  background: #f7f7f9;
  color: #b89b6c;
}

@media (max-width: 1366px) {
  .footer-map-info {
    align-content: center;
    bottom: 16px;
    padding: 20px 12px 16px 12px;
    gap: 18px;
    justify-content: center;
  }

  .footer-map-info-main {
    max-width: 470px;
  }

  .footer-map-actions {
    margin-left: 0;
    gap: 12px;
  }

  .footer-map-btn {
    max-width: 200px;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .footer-map-info {
    align-content: center;
    bottom: 16px;
    padding: 20px 12px 16px 12px;
    gap: 18px;
    justify-content: center;
  }

  .footer-map-info-main {
    max-width: 470px;
  }

  .footer-map-actions {
    margin-left: 0;
    gap: 12px;
  }

  .footer-map-btn {
    max-width: 200px;
    width: 100%;
  }
}

@media (min-width: 601PX) and (max-width: 900px) {
  .footer-map-info-main {
    max-width: 500px;
  }

  .footer-map-btn {
    max-width: 240px;
    width: 100%;
  }
}

.leaflet-control {
  width: 44px;
  height: 96px;
  border-radius: 1000000000px;
  background: rgba(255, 255, 255, 1);
}

.custom-zoom {
  color: #AB8C6B;
  padding: 3px;
  margin: 9px auto;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
  max-width: 32px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.custom-full {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
  color: #AB8C6B;
  align-content: space-around;
  cursor: pointer;
  font-weight: bold;
  background: rgba(255, 255, 255, 1);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.custom-zoom:hover {
  background: rgba(171, 140, 107, 1);
  color: white;
}

/* --- FOOTER BOTTOM --- */
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 0 0;
  font-size: 1rem;
  color: #b89b6c;
  opacity: 0.9;
  border-top: 1px solid #ececec;
  margin-top: 16px;
}

@media (max-width: 600px) {
  .footer-inner {
    flex-direction: column;
    gap: 8px;
    font-size: 0.95rem;
    padding: 16px 0 0 0;
  }
}

/* Buttons */
.btn {
  background: var(--accent);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  border: 0;
  cursor: pointer
}

.btn.ghost {
  background: transparent;
  border: 1px solid #ddd;
  color: var(--dark)
}

/* --- NAV MENU --- */
.nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.35s cubic-bezier(.4, 0, .2, 1), opacity 0.25s;
  z-index: 100;

  color: rgba(255, 255, 255, 0.8);

  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  padding-left: 20px;
}

.nav.open {
  max-height: 320px;
  opacity: 1;
  pointer-events: auto;
  transition: max-height 0.35s cubic-bezier(.4, 0, .2, 1), opacity 0.25s;
  margin-top: 20px;
}

.nav a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 16px 0 16px 8px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.18s, color 0.18s;
}

.nav a:last-child {
  border-bottom: none;
}

.nav a.btn-contact {
  background: var(--accent);
  color: #fff;
  border-radius: 8px;
  margin: 12px 0 8px 8px;
  padding: 12px 24px;
  width: auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  border: none;
}

.menu-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  margin-left: auto;
  cursor: pointer;
  z-index: 110;
}

.menu-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(34, 34, 34, 0.38);
  z-index: 1000;
}

.menu-backdrop.active {
  display: block;
}

@media (min-width: 0px) {
  .nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  }
}

@media (min-width: 900px) {
  .nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  }
}

.header-inner {
  position: relative;
}

/* Header */
@media (max-width: 900px) {
  .site-header {
    padding: 8px 16px;
    max-height: 70px;
    background: rgb(0 0 0 / 41%);
  }

  .nav {
    background: rgb(0 0 0 / 41%);
  }

  .header-phone {
    font-size: 14px;
    margin-right: 8px;
  }

  .site-header .menu-btn {
    font-size: 24px;
    margin-left: 16px;
  }
}

/* Hero */
@media (max-width: 900px) {
  .hero {
    padding: 10px 10px 160px;
  }

  /* .hero h1 {
    font-size: 48px;
    margin-top: 6rem;
    font-weight: 600;
    background: linear-gradient(79deg, rgb(182 99 23), rgb(255 191 67) 65%, rgba(173, 100, 39, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  } */

  .hero h1 {
    font-size: 44px;
    margin-top: 17rem;
    font-weight: 600;
  }

  .hero-subtitle {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .hero-action-buttons {
    right: 16px;
    bottom: 24px;
    flex-direction: row;
    justify-content: flex-end;
  }

  .hero-action-buttons .btn {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    margin-left: 12px;
    border: 1px solid white;
  }

  .hero-action-buttons .btn.ghost {
    width: auto;
    padding: 12px 16px;
    font-size: 12px;
  }

  .lead {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-cards {
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
    padding: 20px;
  }

  .card-wrapper {
    width: 100%;
    align-items: center;
  }

  .card-small {
    max-width: 295px;
    min-height: 180px;
  }

  .card-small a {
    max-width: 295px;
    width: 100%;
    height: 200px;
    display: block;
  }

  .card-title {
    font-size: 16px;
  }
}

/* About */
@media (max-width: 900px) {
  .about-section {
    padding: 64px 16px 64px;
  }

  .about-section h2 {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 32px;
  }

  .about-item {
    flex-direction: column;
    gap: 16px;
  }

  .thumb {
    height: 200px;
    min-width: 220px;
  }

  .about-left,
  .about-content {
    width: 100%;
  }

  .about-content h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .about-text,
  .about-list-text {
    font-size: 16px;
    line-height: 20px;
  }
}

/* Programs */
@media (max-width: 1200px) {
  .program-title-wrapper h2 {
    font-size: 90px;
    line-height: 100px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .programs-grid>* {
    flex: 0 1 calc(50% - 16px);
  }
}

@media (max-width: 900px) {
  .program-title-wrapper h2 {
    font-size: 75px;
    line-height: 100px;
    padding-bottom: 10px;
  }

  .programs-grid {
    justify-content: center;
  }

  .programs-grid>* {
    flex: 0 1 100%;
  }
}

@media (max-width: 600px) {
  .program-title-wrapper {
    padding-bottom: 209px;
  }

  .programs-grid>* {
    flex: 0 1 100%;
  }

  .programs-grid {
    justify-content: center;
  }

  .program-title-wrapper h2 {
    font-size: 39px;
    line-height: 56px;
    padding-bottom: 10px;
  }

  .programs-blocks-wrapper {
    padding: 40px 16px 32px;
    transform: translateY(-140px);
  }

  .program-card-price {
    font-size: 22px;
  }

  .program-card-btn {
    font-size: 12px;
    padding: 10px 20px;
    max-width: 130px;
    text-align: center;
  }
}

/* Rituals */
@media (max-width: 1200px) {
  .rituals-card {
    width: 90vw;
    max-width: 420px;
    height: auto;
  }

  .rituals-slide-cards {
    gap: 16px;
    width: fit-content;
  }
}

@media (max-width: 900px) {
  .rituals {
    padding: 0 16px 48px;
  }

  .rituals-header h2 {
    font-size: 48px;
  }

  .rituals-pagination {
    font-size: 48px;
  }

  .rituals-card {
    min-width: auto;
  }

  .rituals-card-content {
    max-width: 600px;
    width: 100%;
    height: auto;
    min-height: 252px;
  }

  .rituals-card-footer {
    font-size: 16px;
    flex-direction: column;
    align-items: stretch;

  }

  .rituals-btn {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
  }

  .rituals-slide-cards {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .rituals-header h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .rituals-pagination {
    font-size: 36px;
    line-height: 40px;
  }

  .rituals-slide-cards {
    gap: 16px;
    width: 100%;
  }
}

/* Hamam */
@media (max-width: 900px) {
  .feature-inner {
    flex-direction: column;
    gap: 24px;
  }

  .feature-left {
    flex: 1 1 100%;
    padding-bottom: 24px;
  }

  .feature-left h2 {
    font-size: 48px;
    margin-bottom: 80px;
  }

  .feature-left p,
  .feature-hamam-label {
    font-size: 16px;
  }

  .feature-right {
    flex: 1 1 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-hamam-pagination {
    margin-top: 105px;
  }

  .feature-hamam-swiper {
    max-width: 100%;
  }

  .feature-hamam-swiper .swiper-slide img {
    height: auto;
  }

  .feature-hamam {
    padding: 32px 12px;
  }
}

@media (max-width: 600px) {
  .feature-hamam-swiper .swiper-slide img {
    height: auto;
    max-height: 400px;
  }

  .feature-hamam-swiper {
    height: auto;
    max-height: 400px;
  }
}

/* CTA */
@media (max-width: 900px) {
  .cta-what-else-content {
    flex-direction: column;
    gap: 32px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
  }

  .cta-what-else-bg-text {
    font-size: 11vw;
  }

  .cta-what-else-list-wrapper {
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
    align-items: center;
  }

  .cta-what-else-list li p {
    max-width: 380px;
  }
}

@media (max-width: 600px) {
  .footer-map-title {
    font-size: 14px;
  }

  .footer-map-phone {
    font-size: 14px;
  }

  .footer-map-block {
    min-height: 320px;
    border-radius: 0;
    padding: 20px 10px;
    width: 100%;
  }

  .footer-map-wrapper,
  .footer-map-wrapper iframe {
    min-height: 220px;
    max-height: 300px;
    height: 300px;
    border-radius: 0;
  }

  .footer-map-info {
    border-radius: 16px;
    bottom: 8px;
    padding: 12px 6px 10px 6px;
    gap: 10px;
    position: static;
    padding: 20px 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .footer-map-img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }

  .footer-map-btn {
    min-width: 110px;
    min-height: 44px;
    max-width: 170px;
    font-size: 0.95rem;
    padding: 20px 10px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 8px;
    font-size: 0.95rem;
    padding: 16px 0 0 0;
  }
}

/* Nav Menu */
@media (max-width: 900px) {
  .nav a {
    font-size: 16px;
    padding: 12px 0 12px 8px;
  }

  .nav a.btn-contact {
    font-size: 16px;
    padding: 10px 16px;
  }
}

.leaflet-bottom .leaflet-control {
  display: none;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 482px;
  height: 100vh;
  background: #fff;
  padding: 65px 50px 48px 64px;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 997;
  overflow-x: hidden;


  overflow-y: auto;
  min-height: -webkit-fill-available;
}

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 996;
}

.menu-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.side-menu.active {
  right: 0;
}

.side-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.side-menu-phone {
  color: rgba(171, 140, 107, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
}

.side-menu-close {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  padding: 0;
}

.side-menu-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 40px 0;
}

.side-menu-nav a {
  color: rgba(171, 140, 107, 1);
  font-family: 'Gilroy';
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -2%;
  text-align: left;
  text-decoration: none;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
}

.side-menu-nav a:hover {
  color: rgba(78, 59, 39, 1);
}

.side-menu-footer {
  margin-top: auto;
  padding-top: 24px;
}

.side-menu-social {
  margin-bottom: 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-menu-social span {
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-links a {
  color: #2B2A29;
}

.side-menu .btn {
  width: 100%;
  border-radius: 100px;
  background: rgba(171, 140, 107, 1);
  padding: 17px 24px 17px 24px;
  cursor: pointer;
}

.callback-form {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 482px;
  height: 100vh;
  background: #fff;
  /* padding: 65px 50px 48px 64px; */
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 1001;
  overflow-x: hidden;


  overflow-y: auto;
  min-height: -webkit-fill-available;
}

.callback-form.active {
  display: flex;
  align-items: center;
  right: 0 !important;
}

.callback-form-inner {
  background: #fff;
  padding: 40px;
  width: 100%;
  max-width: 480px;
  position: relative;
  border-radius: 8px;
}

.callback-form-inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.callback-close {
  background: none;
  border: none;
  cursor: pointer;
}

.callback-form h2 {
  color: rgba(171, 140, 107, 1);
  font-family: 'Gilroy';
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
}

.callback-subtitle {
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 24px;
}

.callback-form-content input {

  margin-bottom: 0;
}

.callback-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 82px;
}

.callback-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: rgba(171, 140, 107, 1);
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.callback-options input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.callback-form .btn {
  width: 100%;
  margin-bottom: 16px;
  padding: 18px 24px 16px 24px;
  border-radius: 100px;
  background: rgba(171, 140, 107, 1);
}

.callback-notice {
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.input-wrapper {
  margin-bottom: 24px;
}

.input-wrapper label {
  display: block;
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 4px;
}

.input-wrapper input {
  width: 100%;
  padding: 16px 12px;
  border: none;
  border-radius: 8px;
  background: rgba(171, 140, 107, 0.1);
  font-size: 16px;
}

.input-wrapper input:focus {
  outline: none;
  border-color: #AB8C6B;
}

.callback-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.custom-radio {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  display: none;
}

.radio-check {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #E5E5E5;
  border-radius: 4px;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.radio-check:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M9.99997 15.586L6.70697 12.293L5.29297 13.707L9.99997 18.414L19.707 8.70697L18.293 7.29297L9.99997 15.586Z' fill='%23AB8C6B'/%3E%3C/svg%3E");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0);
  transition: transform 0.2s;
}

.custom-radio input[type="radio"]:checked+.radio-check:after {
  transform: scale(1);
}

/* Змінюємо колір бордера при checked стані */
.custom-radio input[type="radio"]:checked+.radio-check {
  border-color: #AB8C6B;
}

.radio-text {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(34, 34, 34, 0.45);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-card {
  background: #fff;
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: relative;
  padding: 24px 24px 32px 24px;
  animation: popupShow 0.3s;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

@media (max-width: 1024px) {
  .popup-card {
    max-width: 95%;
  }

}

@keyframes popupShow {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.popup-close {
  position: absolute;
  top: 23px;
  right: 28px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #FFF;
  cursor: pointer;
  z-index: 2;
}

.popup-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

@media (min-width: 1200px) {
  .popup-img {
    height: 420px;
  }

}

.popup-content {
  padding: 32px 32px 0 32px;
}

.popup-title {
  color: #B98F66;
  font-family: 'Gilroy';
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.popup-desc {
  color: rgba(52, 64, 84, 1);
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 18px;
}

.popup-desc b {
  font-weight: 700;
  color: rgb(36, 44, 58);
}

.popup-list {
  margin-bottom: 28px;
  padding-left: 18px;
  color: #222;
  font-size: 16px;
}

.popup-list li {
  margin-bottom: 8px;
  color: rgba(52, 64, 84, 1);
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}

@media (max-width: 600px) {
  .popup-desc {
    font-size: 12px;
    line-height: 20px;
  }

  .popup-list li {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
  }
}

.popup-book-btn {
  width: 100%;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Gilroy';
  font-weight: 100;
  padding: 10px 14px 10px 14px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid rgba(174, 144, 112, 1);
  border-radius: var(--radius-md, 4px);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: rgba(174, 144, 112, 1);
  transition: background 0.2s;
}

.popup-book-btn:hover {
  background: #a67c52;
}

#hamam_programs .program-card-img {
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
}