/*
 * Theme Name: Hello Elementor Child
 * Theme URI: https://github.com/elementor/hello-theme/
 * Description: Hello Elementor Child Theme
 * Author: Your Name
 * Author URI: https://naturaclinic.net.ua
 * Template: hello-elementor
 * Version: 1.0.0
 * Text Domain: hello-elementor-child
 */




.finor-author-card {
  width: 100%;
  max-width: 610px;
/*   padding: 52px 56px 54px; */
/*   border-radius: 24px; */
/*   background: linear-gradient(135deg, #52682f 0%, #123632 100%); */
  color: #ffffff;
  box-sizing: border-box;
}

.finor-author-card__top {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 42px;
}

.finor-author-card__avatar {
  width: 88px;
  height: 88px;
  min-width: 88px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.finor-author-card__name {
  margin: 0 0 10px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
}

.finor-author-card__role {
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff;
}

.finor-author-card__text {
  max-width: 460px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: #ffffff;
}

@media (max-width: 768px) {
  .finor-author-card {
    max-width: 100%;
    padding: 32px 28px;
    border-radius: 18px;
  }

  .finor-author-card__top {
    gap: 18px;
    margin-bottom: 28px;
  }

  .finor-author-card__avatar {
    width: 64px;
    height: 64px;
    min-width: 64px;
  }

  .finor-author-card__name {
    font-size: 24px;
  }

  .finor-author-card__role {
    font-size: 18px;
  }

  .finor-author-card__text {
    font-size: 20px;
    line-height: 1.5;
  }
}



/* Fixed header global offset */
body {
  --hec-fixed-header-height: 80px;
}

body:not(.elementor-editor-active) {
  padding-top: var(--hec-fixed-header-height);
}

body:not(.elementor-editor-active) .hec-header.hec-custom-header {
  top: 0;
}

@media (max-width: 768px) {
  body {
    --hec-fixed-header-height: 70px;
  }
}

body.admin-bar .hec-header.hec-custom-header {
  top: 32px;
}

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


.service-card {
  --service-text-color: #212121;

  width: 100%;
  max-width: 305px;
  min-height: 305px;
  padding: 20px 20px;
  border-radius: 8px;
  background: #EDE8DA;
  box-sizing: border-box;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  transition: box-shadow 0.25s ease;
}

.service-card:hover {
  box-shadow: 0 12px 30px rgba(33, 33, 33, 0.16);
}

/* Белый текст */
.service-card-text-white {
  --service-text-color: #ffffff;
}

/* Тёмный текст */
.service-card-text-dark {
  --service-text-color: #212121;
}

.service-card-num {
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: var(--service-text-color) !important;
  margin: 0 0 42px 0;
}

.service-card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.52;
  text-transform: uppercase;
  color: var(--service-text-color) !important;
  margin: 0 0 16px 0;
}

.service-card-desc {
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.52;
  color: var(--service-text-color) !important;
  margin: 0 0 auto 0;
}

.service-card-link {
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.52;
  color: var(--service-text-color) !important;
  text-decoration: none;
  margin-top: 28px;
  display: inline-block;
}

.service-card-link:hover {
  opacity: 0.75;
}

.service-card-link {
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.52;
  color: var(--service-text-color) !important;
  text-decoration: none;
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.service-card-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
  transform-origin: center;
}

.service-card-link:hover .service-card-arrow {
  transform: scale(1.35);
}

.service-card-arrow {
  display: inline-block;
  transition: transform 0.25s ease;
  transform-origin: center;
}

.service-card-link:hover .service-card-arrow {
  transform: scale(1.35) translateX(2px);
}
/*********************/
.natura-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 560px;
  margin: 0 auto;
}

.natura-pill {
  background: #ffffff;
  border-radius: 999px;
  padding: 14px 22px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.natura-pill-plus {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  flex: 0 0 44px;
}

@media (max-width: 767px) {
  .natura-pills {
    gap: 10px 4px;
    min-width: 300px;
  }

  .natura-pill {
    padding: 11px 16px;
    font-size: 13px;
  }

  .natura-pill-plus {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
}

.clinic-carousel .swiper-button-prev,
.clinic-carousel .swiper-button-next {
  opacity: 0.75;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.clinic-carousel .swiper-button-prev:hover,
.clinic-carousel .swiper-button-next:hover {
  transform: scale(1.15);
  opacity: 1;
}


