/* Шрифти: локальні e-Ukraine — static/fonts-local.css + папка /fonts/ */

:root {
  /* Відступ контенту під фіксовану шапку (підганяється під padding + логотип) */
  --header-offset: 80px;
}

@media (min-width: 769px) {
  :root {
    --header-offset: 92px;
  }
}

html {
  font-family: "e-Ukraine", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-padding-top: var(--header-offset);
}

body {
  margin: 0;
  padding-top: var(--header-offset);
  font-family: inherit;
}

/* Адмін-панель WP: шапка під баром */
body.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

body.admin-bar {
  padding-top: calc(32px + var(--header-offset));
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: calc(46px + var(--header-offset));
  }
}

/* Кнопки, поля та списки часто не наслідують шрифт з body */
button,
input,
select,
textarea,
optgroup {
  font-family: inherit;
}

/* Заголовки та візуальні «заголовки» з div */
h1,
h2,
h3,
h4,
h5,
h6,
.entry-heading,
.entry-content-h1 {
  font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
}

/* Контент записів, віджетів і блоків Gutenberg */
.entry-content,
.entry-summary,
.wp-block-post-content,
.comment-content,
.widget-area,
.wp-block-group,
.wp-block-columns,
.wp-block-paragraph {
  font-family: inherit;
}

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    isolation: isolate;
    color: #000000;
    padding: 15px 0;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  }
  section{
    max-width: 1400px;
    margin: 0px auto;
  }
  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px; 
    max-width: 1400px;
    margin: 0px auto;
  }
  
  .logo img{
   width: 140px;
  }
  
  .nav {
    position: relative;
  }

  .nav__inner {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .nav__extras {
    display: none;
  }

  .mobile-nav-backdrop {
    display: none;
  }

  .nav-menu {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
  }
  
  .nav-menu li a {
    color: #000000;
    text-decoration: none;
    font-family: inherit;
    font-size: 25px;
    font-weight: 500;
}
  
  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    width: 44px;
    height: 44px;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    flex-shrink: 0;
    z-index: 1100;
    position: relative;
    pointer-events: auto;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  
  .hamburger span {
    background: #000000;
    height: 2px;
    border-radius: 3px;
    transition: transform 0.25s ease, opacity 0.25s ease;
    width: 26px;
    display: block;
  }

  body.nav-open {
    overflow: hidden;
    touch-action: none;
  }

  /* Адаптивне меню (≤768px): вибірка + GSAP */
  @media (max-width: 768px) {
    .mobile-nav-backdrop {
      display: block;
      position: fixed;
      top: var(--header-offset);
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1098;
      background: rgba(17, 17, 17, 0.45);
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
    }

    .logo {
      position: relative;
      z-index: 1100;
    }

    .btn_head {
      position: relative;
      z-index: 1100;
      font-size: 0.85rem;
      padding: 10px 14px;
      white-space: nowrap;
    }

    .nav {
      position: fixed;
      top: var(--header-offset);
      right: 0;
      width: min(100%, 400px);
      max-width: 100%;
      height: calc(100dvh - var(--header-offset));
      max-height: calc(100dvh - var(--header-offset));
      z-index: 1099;
      background: #fff;
      box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
      margin: 0;
      padding: 0;
      overflow: hidden;
      visibility: hidden;
    }

    .nav.is-open {
      visibility: visible;
    }

    .nav__inner {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      height: 100%;
      overflow-y: auto;
      overscroll-behavior: contain;
      padding: 24px 28px 36px;
      -webkit-overflow-scrolling: touch;
    }

    .nav__extras {
      display: flex;
      flex-direction: column;
      gap: 28px;
      margin-top: 20px;
      padding-top: 32px;
      border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .nav__extras-block {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .nav__extras-title {
      display: block;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #666;
    }

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

    .nav__phone-link {
      font-size: 1.15rem;
      font-weight: 600;
      color: #111;
      text-decoration: none;
      padding: 10px 0;
      border-bottom: 1px solid rgba(143, 190, 21, 0.35);
    }

    .nav__phone-link:hover,
    .nav__phone-link:focus-visible {
      color: #6a9a0f;
    }

    .nav__social {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .nav__social-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 55px;
        background: #8fbe15;
        transition: background 0.2s ease, transform 0.2s ease;
    }

    .nav__social-link:hover,
    .nav__social-link:focus-visible {
      background: rgba(143, 190, 21, 0.25);
      transform: translateY(-2px);
    }

    .nav__social-link img {
      display: block;
      width: 26px;
      height: 26px;
      object-fit: contain;
    }

    .nav-menu {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      width: 100%;
    }

    .nav-menu > li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }

    .nav-menu > li:last-of-type {
      border-bottom: none;
    }

    .nav-menu li a {
      display: block;
      padding: 18px 6px;
      font-size: 1.35rem;
      font-weight: 600;
      color: #111;
    }

    .nav-menu li a:hover,
    .nav-menu li a:focus-visible {
      color: #6a9a0f;
    }

    .hamburger {
      display: flex;
    }

    .hamburger.active span:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
      opacity: 0;
      transform: scaleX(0);
    }

    .hamburger.active span:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }

    /* Залогінений WP: висота admin bar на мобільних — 46px */
    body.admin-bar .mobile-nav-backdrop {
      top: calc(46px + var(--header-offset));
    }

    body.admin-bar .nav {
      top: calc(46px + var(--header-offset));
      height: calc(100dvh - 46px - var(--header-offset));
      max-height: calc(100dvh - 46px - var(--header-offset));
    }
  }
  .dental_hero {
    padding: 60px 20px;
    background-color: #fff;
    
  }
  
  .dental_hero__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  
  .dental_hero__text {
    flex: 1 1 500px;
  }
  
  .dental_hero__title {
    font-size: 2.8rem;
    font-weight: 600;
    margin: 0 0 10px;
    color: #222;
    font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
    line-height: 45px;
}
  .dental_hero__title span {
    text-transform: uppercase;
    font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
    color: #8fbe15;
    font-weight: 800;
}
.clinic_info__title-wrapper {
  position: relative;
  display: inline-block;
}

.clinic_info__title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #2b2e2e;
  z-index: 2;
}

.clinic_info__title-bg {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 96px;
  font-weight: 600;
  color: #8fbe1547;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}


  .dental_hero__subtitle {
    font-size: 1.8rem;
    color: #444;
    margin-bottom: 20px;
  }
  
  .dental_hero__description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  
  .dental_hero__buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .dental_hero__btn {
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
    font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
  }
  
  .dental_hero__btn--primary {
    background-color: #8fbe15;
    color: #000;
}
  
  .dental_hero__btn--outline {
    border: 1px solid #000;
    color: #000;
    background: transparent;
  }
  
  .dental_hero__btn:hover {
    opacity: 0.85;
  }
  .dental_hero__container {
    background-image: url('https://harmonydental.com.ua/ads/public/teeth.png');
    background-size: cover;
    /* background-position: right; */
}
  .dental_hero__image {
    flex: 1 1 500px;
    
  }
  
  .dental_hero__image img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    /* padding-top: 100px; */
    border-radius: 45px;
}

  
  /* Адаптивність */
  @media (max-width: 768px) {
    .dental_hero__container {
      flex-direction: column;
      text-align: center;
    }
    .clinic_info__title-bg {
      position: absolute;
      top: -0px;
      left: -50px;
      font-size: 56px;
      font-weight: 600;
      color: #8fbe1547;
      -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
      z-index: 1;
      pointer-events: none;
      user-select: none;
      white-space: nowrap;
  }
    .dental_hero__buttons {
      justify-content: center;
    }
  }
  .dental__flex {
    display: flex
;
    justify-content: space-around;
    gap: 150px;
} 
.dental_sub__text{
    max-width: 600px;
}
.clinic_info {
    padding: 60px 20px;
    background-color: #fff;
  }
  
  .clinic_info__container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 auto;
    align-items: center;
  }
  
  .clinic_info__content {
    flex: 1 1 500px;
  }
  
  .clinic_info__title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .clinic_info__text {
    font-size: 1rem;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  
  .clinic_info__stats {
    display: flex;
    gap: 40px;
    margin: 25px 0;
    flex-wrap: wrap;
  }
  
  .clinic_info__stat strong {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
  }
  
  .clinic_info__stat span {
    font-size: 1rem;
    color: #444;
  }
  
  .clinic_info__button {
    display: inline-block;
    background-color: #8fbe15;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    transition: background 0.3s ease;
  }
  
  .clinic_info__button:hover {
    background-color: #bbfc18;
  }
  
  .clinic_info__media {
    flex: 1 1 500px;
  }
  .clinic_info__media img{
    border-radius: 25px;
  }
  .clinic_info__video-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .clinic_info__image {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .clinic_info__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('https://img.icons8.com/ios-filled/100/ffffff/play--v1.png') no-repeat center center;
    background-size: 60px;
    width: 80px;
    height: 80px;
    font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background 0.3s;
  }
  
  .clinic_info__play-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
    font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
  }
  
  /* Адаптивність */
  @media (max-width: 768px) {
    .clinic_info__container {
      flex-direction: column;
      text-align: center;
    }
  
    .clinic_info__stats {
      justify-content: center;
    }
  
    .clinic_info__media {
      order: -1;
    }
  }
  .services {
    padding: 60px 20px;
    background-color: #fff;
  }
  
  .services__container {
 
    margin: 0 auto;
  }
  
  .services__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .services__title {
    font-size: 2.5rem;
    font-weight: 700;
  }
  
  .services__price-button {background-color: #8FBE15;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
  }
  
  .services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
  }
  
  .services__card {
    background-color: #8FBE15;
    border-radius: 16px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    transition: box-shadow 0.3s ease;
  }
  
  .services__card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }
  
  .services__icon {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  .services__card-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: white;
  }
  
  .services__card-text {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  
  .services__card-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    /* font-size: 1.5rem; */
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex
;
    justify-content: center;
    align-items: center;
    transition: background 0.3s;
    border: solid 1px white;
}
  
  .services__card-link:hover {
    background: #020202;
  }
  .cta_consultation {
    padding: 40px 20px;
  }
  
  .cta_consultation__container {
    background-color: #8FBE15;
    border-radius: 20px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px;
    gap: 20px;
}
  
  .cta_consultation__content {
    flex: 1 1 400px;
  }
  
  .cta_consultation__title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
  }
  
  .cta_consultation__button {
    display: inline-block;
    background-color: #fff;
    color: #000;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s;
  }
  
  .cta_consultation__button:hover {
    background-color: #f1f1f1;
  }
  
  .cta_consultation__image-wrapper {
    /* flex: 1 1 300px; */
    text-align: center;
  }
  
  .cta_consultation__image {
    max-width: 50%;
    height: auto;
    border-radius: 20px;
  }
  
  /* Адаптивність */
  @media (max-width: 768px) {
    .cta_consultation__container {
      flex-direction: column;
      text-align: center;
      padding: 30px 20px;
    }
  
    .cta_consultation__title {
      font-size: 1.5rem;
    }
  }
  .results_slider {
    padding: 60px 20px;
    background-color: #fff;
  }
  
  .results_slider__container {
    margin: 0 auto;
  }
  
  .results_slider__title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .results_slider__slide {
    display: flex !important
;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
  
  .results_slider__gallery {
    display: flex;
    gap: 20px;
    /* flex: 1 1 500px; */
  }
  
  .results_slider__image {
    border-radius: 16px;
    width: 100%;
    max-width: 440px;
    object-fit: cover;
}
  
  .results_slider__info {
    flex: 1 1 400px;
    padding: 20px;
    border: 1px solid #e1e8f0;
    border-radius: 16px;
    background: #fff;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
  }
  .team_slider__card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 15px;
    min-height: 400px; /* або будь-яка висота, яка підходить під ваш дизайн */
  }
  
  .team_slider__image {
    flex-shrink: 0;
    text-align: center;
  }
  
  .team_slider__image img {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: cover;
    object-position: top;
}
  
  .team_slider__info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    margin-top: 15px;
  }
  
  .team_slider__name {
    margin: 10px 0 5px;
  }
  
  .team_slider__position {
    margin: 0 0 10px;
  }
  
  .team_slider__arrow {
    align-self: center;
    font-size: 24px;
  }
  
  .results_slider__nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  /* Адаптивність */
  @media (max-width: 768px) {
    .results_slider__slide {
      flex-direction: column;
    }
  
    .results_slider__gallery {
      justify-content: center;
    }
  
    .results_slider__info {
      text-align: left;
    }
  }
  .why_choose {
    padding: 60px 20px;
    background: #fff;
  }
  
  .why_choose__container {
    /* max-width: 1200px; */
    margin: 0 auto;
  }
  
  .why_choose__title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  
  .why_choose__items {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .why_choose__item {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 30px 20px;
    position: relative;
    flex: 1 1 300px;
    /* max-width: 360px; */
    overflow: hidden;
  }
  
  .why_choose__number {
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 3rem;
    font-weight: 700;
    color: #8fbe15;
    opacity: 0.6;
    z-index: 0;
}
  
  .why_choose__item-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  
  .why_choose__item-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    position: relative;
    z-index: 1;
  }
  
  /* Адаптивність */
  @media (max-width: 768px) {
    .why_choose__items {
      flex-direction: column;
      align-items: center;
    }
  }
  .team_slider {
    padding: 60px 20px;
    background: #fff;
  }
  
  .team_slider__container {
    /* max-width: 1300px; */
    margin: 0 auto;
  }
  
  .team_slider__header {
    margin-bottom: 30px;
  }
  
  .team_slider__title {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0;
  }
  
  .team_slider__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  
  .team_slider__desc {
    max-width: 700px;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
  }
  
  .team_slider__all-btn {
    padding: 10px 24px;
    border: 1px solid #000;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
  }
  
  .swiper {
    overflow: hidden;
  }
  
  .team_slider__card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    min-height: 100%;
  }
  
  .team_slider__image img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .team_slider__info {
    padding: 20px;
    position: relative;
  }
  
  .team_slider__name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .team_slider__position {
    font-size: 0.95rem;
    color: #666;
  }
  
  .team_slider__arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 1.5rem;
    border: 1px solid #000;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    transition: background 0.3s;
  }
  
  .team_slider__arrow:hover {
    background-color: #eef4ff;
  }
  
  .team_slider__nav {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    color: #000;
  }
  .contact_section {
    padding: 60px 20px;
    background-color: #fff;
  }
  
  .contact_section__container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    /* max-width: 1200px; */
    margin: 0 auto;
  }
  
  .contact_section__content {
    flex: 1 1 400px;
  }
  
  .contact_section__title {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0 0 30px;
  }
  
  .contact_section__info {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #333;
  }
  
  .contact_section__item {
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .contact_section__item img{
    width: 24px;
  }
  .contact_section__icon {
    display: inline-flex;
    margin-right: 10px;
    font-size: 1.2rem;
  }
  .contact_section__item a{
    text-decoration: none;
    color: black;
  }
  .contact_section__map {
    flex: 1 1 500px;
    min-height: 350px;
    border-radius: 16px;
    overflow: hidden;
  }
  
  @media (max-width: 768px) {
    .contact_section__container {
      flex-direction: column;
    }
  
    .contact_section__map {
      height: 300px;
    }
  }
  .reviews {
    padding: 60px 20px;
    background-color: #fff;
  }
  
  .reviews__container {
    max-width: 1280px;
    margin: 0 auto;
  }
  
  .reviews__title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .reviews__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
  }
  .marquee-container {
    width: 100%;
    overflow: hidden;
    /* background-color: #f9f9f9; */
    border-top: 1px solid #8fbe15;
    border-bottom: 1px solid #8fbe15;
    padding: 10px 0;
}
  
  .marquee {
    display: flex;
    align-items: center;
  }
  
  .marquee-content {
    display: flex;
    animation: scroll-left 30s linear infinite;
    will-change: transform;
  }
  
  .marquee-item {
    display: flex
;
    align-items: center;
    margin-right: 60px;
    font-weight: bold;
    color: #333;
    font-size: 26px;
    white-space: nowrap;
    font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
    text-transform: uppercase;
}
  
  .marquee-item img {
    max-width: 60px;
    margin-right: 8px;
  }
  
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  /* Відгук */
  .review-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    min-height: 270px;
  }
  
  .review-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  .review-card__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
  }
  
  .review-card__name {
    font-weight: 600;
    font-size: 1rem;
  }
  
  .review-card__date {
    font-size: 0.8rem;
    color: #888;
  }
  
  .review-card__icon {
    width: 20px;
    height: 20px;
  }
  
  .review-card__stars {
    color: #ffb800;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .review-card__text {
    flex-grow: 1;
    overflow-y: auto;
    max-height: 160px; /* обмеження висоти блоку з текстом */
    padding-right: 5px; /* для видимості скролбару */
    font-size: 14px;
    line-height: 1.4;
  }
  .reviews_slider{
    padding-bottom: 100px;
  }

  /* Кастомні відгуки (CPT) */
  .harmony-reviews {
    padding: 60px 20px 100px;
    
  }
  .harmony-reviews__inner {
    max-width: 1400px;
    margin: 0 auto;
  }
  .harmony-reviews__title {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
  }
  .harmony-reviews__aggregate {
    margin-bottom: 2rem;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgb(143 190 21);
  }
  .harmony-reviews__rating-row {
    font-size: 1.25rem;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
  }
  .harmony-reviews__star { opacity: 0.35; }
  .harmony-reviews__star.is-on { color: #f4b400; opacity: 1; }
  .harmony-reviews__aggregate-text {
    margin: 0;
    font-size: 0.95rem;
    color: #444;
    line-height: 1.5;
  }
  .harmony-reviews__empty {
    padding: 2rem;
    background: #fff3cd;
    border-radius: 12px;
    color: #664d03;
  }
  .harmony-reviews__grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  .harmony-reviews__card {
    background: #fff;
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .harmony-reviews__card-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .harmony-reviews__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
  }
  .harmony-reviews__avatar--ph {
    display: inline-block;
    background: linear-gradient(135deg, #8fbe15 0%, #cde87c 100%);
  }
  .harmony-reviews__author {
    font-weight: 600;
    font-size: 1rem;
  }
  .harmony-reviews__time {
    font-size: 0.85rem;
    color: #666;
  }
  .harmony-reviews__stars {
    font-size: 0.95rem;
    letter-spacing: 1px;
  }
  .harmony-reviews__text {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #333;
  }
  .harmony-reviews__text--collapsible {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .harmony-reviews__excerpt {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
  }
  .harmony-reviews__toggle {
    align-self: flex-start;
    margin: 0.2rem 0 0;
    padding: 0.35rem 0;
    border: none;
    background: transparent;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6a9a0f;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    -webkit-tap-highlight-color: transparent;
  }
  .harmony-reviews__toggle:hover,
  .harmony-reviews__toggle:focus-visible {
    color: #4a7510;
  }
  .harmony-reviews__text--clamp {
    max-height: 8.5rem;
    overflow: hidden;
  }
  .harmony-reviews__source {
    margin: 0;
    font-size: 0.8rem;
    color: #888;
  }
  .harmony-reviews-swiper {
    position: relative;
    padding-bottom: 3rem;
  }
  .harmony-reviews__nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 1rem;
  }
  .harmony-reviews__btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #111;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: background 0.2s;
  }
  .harmony-reviews__btn:hover { background: #f5f5f5; }
  .harmony-reviews__btn--prev::after,
  .harmony-reviews__btn--next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #111;
    border-left: 2px solid #111;
  }
  .harmony-reviews__btn--prev::after {
    transform: translate(-35%, -50%) rotate(45deg);
  }
  .harmony-reviews__btn--next::after {
    transform: translate(-65%, -50%) rotate(-135deg);
  }
  .harmony-reviews__cta {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
  }
  .harmony-reviews__cta-btn {
    background-color: #8fbe15;
    color: #111;
    padding: 14px 28px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 25px;
    transition: filter 0.2s;
  }
  .harmony-reviews__cta-btn:hover { filter: brightness(1.05); }

  .rews-page-wrap {
    background-color: rgba(143, 190, 21, 0.31);
  }
  .rews-hero {
    padding: 40px 20px 20px;
  }
  .rews-hero__title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
  }
  .rews-hero__crumb {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  .rews-hero__lead {
    max-width: 760px;
    line-height: 1.6;
    color: #333;
    margin: 0;
  }

  .reviews_slider__title {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
  }
  /* Кастомізація скролбару — опційно */
  .review-card__text::-webkit-scrollbar {
    width: 6px;
  }
  .review-card__text::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 3px;
  }
  
  /* Адаптивна сітка */
  @media (min-width: 1200px) {
    .reviews__grid {
      grid-template-columns: repeat(5, 1fr);
    }
  }
  
  @media (max-width: 1199px) {
    .reviews__grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  
  @media (max-width: 992px) {
    .reviews__grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  
  @media (max-width: 768px) {
    .reviews__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 500px) {
    .reviews__grid {
      grid-template-columns: 1fr;
    }
  }
  .appointment_form {
    background-color: #8fbe15;
    padding: 60px 20px;
    border-radius: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}
  .appointment_form__container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .appointment_form__info {
    flex: 1 1 350px;
  }
  
  .appointment_form__title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .appointment_form__subtitle {
    font-size: 1rem;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  
  .appointment_form__phone {
    display: inline-block;
    background: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 1rem;
    transition: background 0.3s;
  }
  
  .appointment_form__phone:hover {
    background: #f3f3f3;
  }
  
  .appointment_form__form {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .appointment_form__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  
  .appointment_form__form input,
  .appointment_form__form select,
  .appointment_form__form textarea {
    padding: 12px 16px;
    border: 1px solid #aaa;
    border-radius: 8px;
    font-size: 1rem;
    width: 100%;
  }
  
  .appointment_form__form textarea {
    resize: vertical;
    min-height: 120px;
  }
  
  .appointment_form__form button {
    align-self: flex-end;
    background-color: #a8d0f5;
    color: #000;
    border: none;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .appointment_form__form button:hover {
    background-color: #91c3f0;
  }
  
  /* Адаптивність */
  @media (max-width: 768px) {
    .appointment_form__container {
      flex-direction: column;
    }
  
    .appointment_form__fields {
      grid-template-columns: 1fr;
    }
  
    .appointment_form__form button {
      align-self: stretch;
    }
  
    .appointment_form__phone {
      display: block;
      text-align: center;
    }
  }
  .footer {
    background-color: #000000;
    color: #fff;
    padding: 40px 20px;
  }
  
  .footer__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    max-width: 1300px;
    margin: 0 auto;
  }
  
  .footer__column {
    flex: 1 1 200px;
    min-width: 200px;
  }
  
  .footer__branding {
    flex: 1 1 280px;
  }
  
  .footer__logo {
    width: 180px;
    margin-bottom: 20px;
  }
  
  .footer__social-label {
    margin-bottom: 10px;
    font-size: 0.95rem;
  }
  
  .footer__social {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
  }
  
  .footer__social-link {
    font-size: 1.3rem;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
  }
  
  .footer__social-link:hover {
    opacity: 0.8;
  }
  
  .footer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer__menu li {
    margin-bottom: 10px;
  }
  
  .footer__menu a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
  }
  
  .footer__menu a:hover {
    text-decoration: underline;
  }
  
  .footer__contacts-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  .footer__phone {
    display: inline-flex
;
    margin-top: 10px;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 15px;
    border: solid 1px white;
    color: white;
}
.footer__phone img {
    width: 20px;
    padding-right: 10px;
}
  .footer__messengers a {
    font-size: 1.4rem;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
  }
  
  .footer__powered {
    margin-top: 20px;
    font-size: 0.85rem;
    color: #aaa;
  }
  
  .footer__powered-link {
    color: #fff;
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {
    .footer__container {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .footer__column {
      width: 100%;
    }
  
    .footer__branding {
      order: -1;
    }
  }
  .btn_head {
    background-color: #8fbe15;
    color: #000000;
    text-decoration: none;
    padding: 10px;
    border-radius: 25px;
}
.popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
  }
  
  .popup--active {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .popup__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
  }
  
  .popup__content {
    position: relative;
    background: #fff;
    border-radius: 20px;
    max-width: 1000px;
    width: 90%;
    padding: 40px;
    z-index: 99;
    display: flex;
    flex-direction: column;
  }
  
  .popup__close {
    position: absolute;
    top: 20px;
    right: 10px;
    background: transparent;
    font-size: 3rem;
    border: none;
    cursor: pointer;
    color: #8fbe15 !important;
    font-weight: 200;
}
  .popup__title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  .popup__subtitle {
    margin-bottom: 20px;
    color: #333;
    line-height: 1.5;
  }
  
  .popup__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .popup__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  
  .popup__form input, .popup__form select, .popup__form textarea {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #aaa;
    font-size: 1rem;
    color: #000000 !important;
    background-color: #ffffff;
    font-weight: 500;
    font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
}
  
  .popup__form textarea {
    min-height: 100px;
    resize: vertical;
  }
  
  .popup__form button {
    align-self: flex-start;
    background-color: #8FBE15;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
}
  
  .popup__form button:hover {
    background-color: #a8e412;
  }
  
  /* Mobile */
  @media (max-width: 768px) {
    .popup__fields {
      grid-template-columns: 1fr;
    }
  
    .popup__form button {
      width: 100%;
    }
    .results_slider__info {
      flex: 1 1 10px;
      padding: 20px;
      border: 1px solid #e1e8f0;
      border-radius: 16px;
      background: #fff;
      font-size: 1rem;
      color: #333;
      line-height: 1.6;
  }
  .reviews_slider__container {
    margin-left: 15px;
}
section {
  padding: 20px !important;
  background-color: #fff;
}

.clinic_info__title-bg{
  display: none;
}
    .dental__flex {
        display: flex
    ;
        justify-content: space-around;
        gap: 0px;
        flex-direction: column;
    }
    .dental_hero__text {
        flex: 1 1 100px;
    }
    .btn_head {
      background-color: #8fbe15;
      color: white;
      text-decoration: none;
      padding: 7px;
      max-width: 150px;
      text-align: center;
      border-radius: 25px;
      text-transform: uppercase;
      font-size: 14px;
  }
    .clinic_info__media img {
        border-radius: 25px;
        width: 100%;
    }
    .clinic_info__media {
        flex: 1 1 10px;
    }
    .results_slider__image {
        border-radius: 16px;
        width: 100%;
        max-width: 180px;
        object-fit: cover;
    }
    .contact_section__map {
        flex: 1 1 10px;
        min-height: 350px;
        border-radius: 16px;
        overflow: hidden;
        width: 100%;
    }
    .footer__column {
        flex: 1 1 10px;
        min-width: 200px;
    }
    .appointment_form {
        background-color: #8fbe15;
        padding: 60px 20px;
        border-radius: 24px;
        margin-top: 40px;
        margin-bottom: 40px;
        margin: 10px;
    }
    .popup__content {
        position: relative;
        background: #fff;
        border-radius: 20px;
        max-width: 1000px;
        width: 90%;
        padding: 40px;
        z-index: 1;
        display: flex
    ;
        flex-direction: column;
        margin: 10px;
    }
    .cta_consultation__content {
      flex: 1 1 20px;
  }
  .dental_hero__title span {
    text-transform: uppercase;
    font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
    color: #8fbe15;
    font-weight: 800;
    font-size: 40px;
}
  }
  .team_slider__nav .swiper-button-prev{
    display: none;
  }
  .team_slider__arrow{
    background-color: white;
  }
  .team_slider__nav .swiper-button-next{
    display: none;
  }
  .contact_section__map iframe{
    width: 100%;
    border-radius: 25px;
  }
  .results_slider__container .swiper-button-next {
    color: #ffffff;
    background-color: #8fbe15;
    width: 20px;
    padding: 5px;
    border-radius: 25px;
}
  .results_slider__container .swiper-button-prev {
    color: #ffffff;
    background-color: #8fbe15;
    width: 20px;
    padding: 5px;
    border-radius: 25px;
}
.results_slider__container .swiper-button-next::after{
    font-size: 16px;
}
.team_slider__card {
  border: solid 1px #9dc54a;
}
.results_slider__container .swiper-button-prev::after{
    font-size: 16px;
}

.reviews_slider .swiper-button-next{
    display: none;
}
.reviews_slider .swiper-button-prev{
    display: none;
}

  .slider__back {
    display: flex
;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    padding-top: 100px;
}  
.slider__back a {
    text-decoration: none;
    font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
    color: black;
    font-size: 35px;
    text-align: center;
    font-weight: 500;
}
.accordion {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}

.accordion-item {
  background: #8fbe15;
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.accordion-header {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex
;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
  color: white;
}

.accordion-header img {
  width: 30px;
  height: 30px;
}

.accordion-header .arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
  margin-left: auto;
}

.accordion-item.active .arrow {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background: #fff;
  padding: 0 20px;
}

.accordion-item.active .accordion-content {
  padding: 20px;
  max-height: fit-content;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #e0e0e0;
}

.price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
  flex-wrap: wrap;
  gap: 10px;
}

.price-name {
  flex: 1 1 45%;
  font-size: 16px;
  color: #333;
}

.price-value {
  font-weight: 600;
  color: #222;
  white-space: nowrap;
}

.price-value.highlight {
  color: #1d5c2f;
}

.price-button {
  background-color: #8fbe15;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.price-button:hover {
  background-color: #000000;
}

/* ——— Сторінка окремого запису (single post) ——— */
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.single-post-wrap {
  background: #fff;
  padding-bottom: 60px;
}

.single-post-wrap .containers {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.single-post__top {
  padding-top: 24px;
  padding-bottom: 8px;
}

.single-post__breadcrumb {
  font-size: 0.85rem;
  color: #888;
}

.single-post__breadcrumb a,
.single-post-wrap .aioseo-breadcrumb a {
  color: #555;
  text-decoration: none;
  font-weight: 500;
}

.single-post__breadcrumb a:hover,
.single-post-wrap .aioseo-breadcrumb a:hover {
  color: #8fbe15;
}

.single-post__inner {
  padding-top: 8px;
}

.single-post__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 340px);
  gap: 48px;
  align-items: start;
}

.single-post__main {
  min-width: 0;
}

.single-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  color: #666;
}

.single-post__date {
  color: #666;
}

.single-post__cat-badge {
  display: inline-block;
  padding: 4px 14px;
  background: #f0f0f0;
  color: #333;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.single-post__cat-badge:hover {
  background: #e4efc8;
  color: #1a1a1a;
}

.single-post__title {
  font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #111;
  margin: 0 0 16px;
  max-width: 100%;
}

.single-post__lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #555;
  margin: 0 0 24px;
  max-width: 640px;
}

.single-post__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.single-post__author-avatar {
  border-radius: 50%;
  flex-shrink: 0;
}

.single-post__author-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: #222;
}

.single-post__featured {
  margin-bottom: 32px;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
}

.single-post__featured-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.single-post__body {
  line-height: 1.85;
  font-size: 1.05rem;
  color: #333;
}

.single-post__body .entry-heading {
  font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #111;
}

.single-post__body .entry-heading--2 {
  font-size: 1.5rem;
}

.single-post__body .entry-heading--3 {
  font-size: 1.25rem;
}

.single-post__body .entry-heading--4,
.single-post__body .entry-heading--5,
.single-post__body .entry-heading--6 {
  font-size: 1.1rem;
}

.single-post__body .entry-content-h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #111;
}

.single-post__body ul,
.single-post__body ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.single-post__body li {
  margin-bottom: 0.5rem;
}

.single-post__body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 24px 0;
}

.single-post__body p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.single-post__nav {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.single-post__nav a {
  color: #8fbe15;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
}

.single-post__nav a:hover {
  text-decoration: underline;
}

.single-post__sidebar {
  position: sticky;
  top: 100px;
}

.single-post__widget {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 22px 20px;
  margin-bottom: 24px;
}

.single-post__widget-title {
  font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 14px;
}

.single-post__search-form {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.single-post__search-input {
  flex: 1;
  min-width: 0;
  border: none;
  padding: 12px 14px;
  font-size: 0.95rem;
  outline: none;
}

.single-post__search-btn {
  flex-shrink: 0;
  width: 48px;
  height: 44px;
  border: none;
  background: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  transition: background 0.2s, color 0.2s;
}

.single-post__search-btn:hover {
  background: #8fbe15;
  color: #111;
}

.single-post__newsletter-text {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.5;
  margin: 0 0 14px;
}

.single-post__newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single-post__newsletter-input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 0.95rem;
}

.single-post__newsletter-btn {
  padding: 12px 18px;
  border: none;
  border-radius: 10px;
  background: #8fbe15;
  color: #111;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: filter 0.2s, box-shadow 0.2s;
}

.single-post__newsletter-btn:hover {
  filter: brightness(1.05);
  box-shadow: 0 4px 12px rgba(143, 190, 21, 0.35);
}

.single-post__recent-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-post__recent-item {
  border-bottom: 1px solid #eee;
}

.single-post__recent-item:last-child {
  border-bottom: none;
}

.single-post__recent-link {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  text-decoration: none;
  color: inherit;
  align-items: flex-start;
  transition: opacity 0.2s;
}

.single-post__recent-link:hover {
  opacity: 0.85;
}

.single-post__recent-thumb-wrap {
  flex-shrink: 0;
}

.single-post__recent-thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.single-post__recent-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.single-post__recent-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
}

.single-post__recent-excerpt {
  font-size: 0.78rem;
  color: #888;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .single-post__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .single-post__body p {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 13px;
}

  .single-post__sidebar {
    position: static;
  }
}

@media (max-width: 876px) {
  .single-post__nav {
    flex-direction: column;
    gap: 12px;
  }
  .rews-page-wrap {
    background-color: rgb(143 190 21);
}
.rews-hero{
    background-color: #e5ffa194;
}
.harmony-reviews__title {
    font-size: 25px;
    /* font-weight: 700; */
    margin: 0 0 1.25rem;
    line-height: 10ox;
}
}

/* ——— Сторінка блогу (page-blog) ——— */
.blog-page-hero {
  padding: 48px 20px 24px;
  background: linear-gradient(180deg, #f9faf7 0%, #fff 100%);
}

.blog-page-hero .containers {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.blog-page-title {
  font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #111;
  margin: 0 0 12px;
  line-height: 1.15;
}

.blog-page-breadcrumb {
  margin: 0 0 16px;
  font-size: 0.95rem;
}
.blog-page-breadcrumb .aioseo-breadcrumb a {
  color: #333;
  font-weight: 600;
}

.blog-page-intro {
  max-width: 800px;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #444;
}

.blog-list {
  padding: 0 0 60px;
}

.blog-list > .containers {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;

}

.blog-cat-tabs {
  margin-bottom: 32px;
}

.blog-cat-tabs__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  margin: 0 -4px;
  padding-bottom: 4px;
}

.blog-cat-tabs__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 4px;
  min-width: min-content;
}

.blog-cat-tab {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  background: #f3f3f3;
  border: 2px solid transparent;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.blog-cat-tab:hover {
  background: #e8efc4;
  color: #111;
}

.blog-cat-tab.is-active {
  background: #8fbe15;
  color: #111;
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 14px rgba(143, 190, 21, 0.35);
}

.blog-list .posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
  margin-bottom: 32px;
}

.blog-list .blog-post {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 0;
  border-radius: 20px;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.blog-list .blog-post:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border-color: #d8d8d8;
}

.blog-list .blog-post__thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.blog-list .blog-post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  border-radius: 0;
  transition: transform 0.35s ease;
}

.blog-list .blog-post:hover .blog-post__thumb img {
  transform: scale(1.03);
}

.blog-list .blog-post__content {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-list .blog-post__title {
  font-size: 1.08rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.35;
}

.blog-list .blog-post__title a {
  text-decoration: none;
  color: inherit;
}

.blog-list .blog-post__title a:hover {
  color: #5a7d0e;
}

.blog-list .blog-post__excerpt {
  color: #555;
  font-size: 0.92rem;
  margin-bottom: 14px;
  line-height: 1.55;
  flex: 1;
}

.blog-list .read-more {
  color: #111;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  align-self: flex-start;
  padding: 8px 0 0;
  border-bottom: 2px solid #8fbe15;
  transition: color 0.2s;
}

.blog-list .read-more:hover {
  color: #5a7d0e;
}

.blog-empty-msg {
  grid-column: 1 / -1;
  text-align: center;
  padding: 48px 20px;
  color: #666;
  font-size: 1.05rem;
}

.blog-list .pagination-wrapper {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 24px;
}

.blog-list .pagination {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.blog-list .pagination a,
.blog-list .pagination span {
  padding: 10px 16px;
  background-color: #f5f5f5;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  transition: background-color 0.2s, color 0.2s;
}

.blog-list .pagination a:hover {
  background-color: #8fbe15;
  color: #111;
}

.blog-list .pagination .current {
  background-color: #8fbe15;
  color: #111;
  font-weight: 700;
  border-radius: 10px;
}
.hamburger span:nth-child(2){
    width: 20px !important;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .popup__title {
    font-size: 18px;
    margin-bottom: 10px;
}
.popup__subtitle {
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
}
.popup__form input, .popup__form select, .popup__form textarea {
    padding: 5px 6px;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    color: #000000 !important;
    background-color: #ffffff;
    font-weight: 300;
    font-family: "e-UkraineHead", "e-Ukraine", sans-serif;
    border-bottom: solid 1px;
}
.popup__close {
    position: absolute;
    top: 20px;
    right: 10px;
    background: transparent;
    font-size: 3rem;
    border: none;
    cursor: pointer;
    color: #8fbe15 !important;
    font-weight: 200;
    display: none;
}
}