.wp-block-cover__image-background.wp-image-5668 {
    clip-path: polygon(49% 0, 100% 0, 100% 100%, 29% 100%);
}

.main_style_button {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.book_now_button {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}



.has-text-align-left.ticss-e1e84a8e.has-text-light-color.has-text-color.has-link-color.has-small-font-size {
    color: white;
}

svg path {
    stroke-width: 5 !important;
}

/* Размер заголовка на декстопах */
@media screen and (min-width: 1240px) {
    h1.wp-elements-340966252a698bdf3878e1494fb910ae {
    font-size: 36px !important;
}
}




/* Блок Почему выбирают нас */

  .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.feature-card {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}






.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.process-card {
  background: rgba(255, 255, 255, 0.08); /* стеклянный эффект */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  padding: 24px;
  border-radius: 10px;

  border: 1px solid rgba(255,255,255,0.12);

  color: #fff;

  transition: all 0.25s ease;
}

.process-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.12);
}

.process-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}

.process-card p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.8);
}




/* Остановить прокрутку сттаницы при открытом popup */
body.popup-open {
  overflow: hidden;
}