.home-services .section__heading {
  max-width: 1130px;
}
.home-services .section__heading h2 {
  margin-bottom: 20px;
}
.home-services {
  background: #e4e8d4;
}
.home-services__list {
  display: flex;
  gap: 10px;
}
.home-services__item {
  width: calc(33.33% - 3.5px);
}
.home-services__item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.home-services__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.home-services-item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 4;
  min-height: 100%;
  padding: 390px 40px 40px 40px;
}
.price-block {
  margin-top: auto;
}
.home-services__label {
  display: block;
  color: #fff;
  font-size: 14px;
  opacity: 0.5;
  font-weight: 400;
}
.home-services__price {
  color: #fff;
  font-family: "trajan-pro-3", serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.home-services-item-content .filled__button {
  width: 100%;
  text-align: center;
}

.home-services__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(39, 47, 15, 0.22) 19%,
    rgba(39, 47, 15, 1) 92%
  );
  z-index: 3;
  height: 100%;
}

.home-services__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(25, 29, 35, 0) 0%,
    rgba(25, 29, 35, 0.6) 50%,
    rgba(25, 29, 35, 1) 100%
  );
}
.home-services__item .paragraph__16 p:first-of-type {
  margin-bottom: 20px;
}
.home-services__item .paragraph__16 strong {
  font-size: 18px;
}

/* ── Style 2 – Card layout (full width) ────────────────────────── */
.home-services--style_2 {
  overflow-x: hidden;
  background: #e4e8d4;
}

.home-services--style_2 .home-services__list:not(.slick-initialized) {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px; */
}

.home-services--style_2 .home-services__list {
  margin-top: 50px;
  display: block !important;
}

.home-services--style_2 .slick-list {
  overflow: visible;
  padding-right: 45% !important;
}

.home-services--style_2 .slick-slide {
  padding-right: 10px;
}

.home-services--style_2 .home-services__item {
  margin-right: 30px !important;
}
.home-services--style_2 .home-services__item {
  width: 100%;
  /* max-width: 931px; */
  display: flex;
  align-items: stretch;
  background: #f5f8eb;
  border-radius: 4px;
  overflow: hidden;
  position: static;
}

.home-services--style_2 .home-services__item::before,
.home-services--style_2 .home-services__item::after {
  display: none;
}

.home-services--style_2 .home-services__item img {
  position: static;
  width: auto;
  height: auto;
  object-fit: unset;
}
.home-services--style_2 .home-services__item {
  padding: 30px;
}
.home-services--style_2 .home-services-item-content {
  padding: 0px 30px 0 0;
  display: flex;
  flex-direction: column;
  width: 55%;
  border-radius: 4px;
  flex-shrink: 0;
}

.home-services--style_2 .home-services-item-content .subtitle__12 {
  display: block;
  color: #272f0f;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.home-services--style_2 .home-services-item-content .h3__size {
  color: #272f0f;
  margin-bottom: 30px;
}

.home-services--style_2 .home-services-item-content .paragraph__16 {
  color: #364114;
  flex: 1;
  margin-bottom: 32px;
}

.home-services--style_2 .home-services-item-content .outlined__button {
  width: 100%;
  text-align: center;
  color: #2f3624;
  transition: 0.3s;
  background: white;
}
.home-services--style_2 .home-services-item-content .outlined__button:hover {
  background: #272f0f;
  color: #fff;
  transition: 0.3s;
}

.home-services--style_2 .home-services-item-image {
  width: 45%;
  flex-shrink: 0;
  overflow: hidden;
}

.home-services--style_2 .home-services-item-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 403/488;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

@media only screen and (max-width: 991px) {
  .home-services--style_2 .home-services__list {
    padding-left: 20px !important;
  }

  /* style_1 — 3 kartice: horizontalni scroll */
  .home-services:not(.home-services--style_2) .home-services__list {
    display: flex;
    flex-direction: column;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-services:not(.home-services--style_2)
    .home-services__list::-webkit-scrollbar {
    display: none;
  }
  .home-services:not(.home-services--style_2) .home-services__item {
    width: 100%;
  }
}
@media only screen and (max-width: 1560px) {
  .home-services-item-content {
    padding-top: 190px;
  }
}

@media only screen and (max-width: 767px) {
  /* Slider je unslicked — native scroll-snap */
  .home-services--style_2 {
    overflow-x: hidden;
  }
  .home-services {
    /* padding-left: 15px; */
  }

  .home-services--style_2 .home-services-item-content .h3__size {
    font-size: 22px;
  }

  .home-services__item .paragraph__16 strong {
    font-size: 16px;
  }

  .home-services--style_2 .home-services__list {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-left: 20px !important;
    padding-right: 20px;
    margin-top: 32px;
    scrollbar-width: none;
  }

  .home-services--style_2 .home-services__list::-webkit-scrollbar {
    display: none;
  }

  .home-services--style_2 .home-services__item {
    flex: 0 0 92%;
    scroll-snap-align: start;
    flex-direction: column;
    padding: 0;
    /* justify-content: space-between; */
    margin-right: 0 !important;
    min-height: auto;
  }
  .home-services--style_2 .home-services-item-image {
    margin-top: auto;
  }

  .home-services--style_2 .home-services-item-content {
    width: 100%;
    padding: 20px;
  }

  .home-services--style_2 .home-services-item-image {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
  }

  .home-services--style_2 .home-services-item-image img {
    aspect-ratio: unset;
    border-radius: 0;
  }
}
