.home-section-heading {
  color: #005daa;
  font-family: "Helen Pro_Bold";
}

.home-section {
  padding: 4rem 0;
}

.home-section-inner {
  max-width: 1385px;
  margin: auto;
}

.home-section-desc-wrapper {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.home-section-desc-text {
  width: 75%;
  font-family: "Helen Pro_Light";
}

.home-section-desc-btn-wrapper {
  display: flex;
  width: 25%;
  height: auto;
  height: fit-content;
  align-items: center;
  gap: 10px;
}

.home-section-desc-btn {
  color: #005daa;
  font-family: "Helen Pro_Bold";
  white-space: nowrap;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none !important;
}

.home-section-desc-btn-line {
  background-color: #005daa;
  width: 100%;
  height: 2px;
}

.home-section-desc-slider-items {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 14px;
}

.home-section-desc-slider-items-careers {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-section-desc-slider-items-services,
.home-section-desc-slider-items-news {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-section-desc-slider-item {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

.home-section-desc-slider-items-services .home-section-desc-slider-item,
.home-section-desc-slider-items-news .home-section-desc-slider-item {
  height: 336px;
}

.home-section-kronodesign {
  background-image: url("/krono/img/home/brands-krd.jpg");
}

.home-section-kronobuild {
  background-image: url("/krono/img/home/brands-krb.jpg");
}

.home-section-kronooriginal {
  background-image: url("/krono/img/home/brands-ko.jpg");
}

.home-section-item-desc-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: auto;
  height: 80px;
  width: 100%;
  position: relative;
}

.home-section-item-logo {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.home-section-ko-logo {
  top: -7px;
}

.home-section-desc-btn-mobile-wrapper {
  display: none;
  text-decoration: none !important;
}

.home-section-desc-btn-mobile {
  text-decoration: none !important;
}

.home-sustainability-section {
  background-color: #ededed;
}

.home-section-economy {
  background-image: url("/krono/img/home/sustainability-economy.png");
  background-size: contain;
}

.home-section-forestry {
  background-image: url("/krono/img/home/sustainability-forestry&certification.jpg");
}

.home-section-clean {
  background-image: url("/krono/img/home/sustainability-efficient_power.jpg");
}

.home-sustainability-item-desc {
  display: block;
  text-align: center;
  width: 100%;
  font-family: "Helen Pro_Bold";
  margin-top: 1.5rem;
  font-size: 1.2rem;
}

.home-section-careers-left {
  background-image: url("/krono/img/home/careers-work.jpg");
  background-position: left;
}

.home-section-careers-right {
  background-image: url("/krono/img/home/careers-offers.jpg");
  background-position: left;
}

.home-section-dlibrary {
  background-image: url("/krono/img/home/services-library.jpg");
}

.home-section-mobileapps {
  background-image: url("/krono/img/home/services-apps.jpg");
}

.home-section-dc {
  background-image: url("/krono/img/home/services-dc.jpg");
}

.home-section-stock {
  background-image: url("/krono/img/home/services-availability.jpg");
}

.home-section-owner {
  background-image: url("https://kronospan.com/public/thumbs/601x601/company/news-images/article-kronospan-aps/kronospan-nordalim_601x601_crop_478b24840a.jpg");
}

.home-section-diy {
  background-image: url("https://kronospan.com/public/thumbs/601x601/company/news-images/article-global-diy-summit-2025/601x601_601x601_crop_478b24840a.jpg");
}

.home-section-lineup {
  background-image: url("https://kronospan.com/public/thumbs/601x601/company/news-images/szczecinek-hausmesse-2025/main-2-sized_601x601_crop_478b24840a.jpg");
}

.home-section-30years {
  background-image: url("https://kronospan.com/public/thumbs/601x601/company/news-images/article-30years-lu/BUZZLAB_LUX_EVENT_250517-15_601x601_crop_478b24840a.jpg");
}

.home-news-date {
  display: block;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.home-news-item-desc {
  font-size: 1.2rem;
}

.home-section-desc-slider-items-news a {
  text-decoration: none !important;
}

@media (max-width: 1390px) {
  .home-section-inner {
    padding: 0 30px;
  }
}

@media (max-width: 1024px) {
  .home-section-desc-slider-item {
    height: 314px;
  }

  .home-section-desc-slider-items {
    grid-gap: 12px;
  }

  .home-section-item-logo {
    left: 1.5rem;
  }

  .home-section-kronodesign .home-section-item-logo {
    max-width: 10rem;
  }

  .home-section-kronobuild .home-section-item-logo {
    max-width: 8.5rem;
  }

  .home-section-kronooriginal .home-section-item-logo {
    max-width: 5rem;
  }

  .home-section-item-desc-wrapper {
    height: 65px;
  }
}

@media (max-width: 680px) {
  .home-section-desc-slider-items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .home-section-desc-btn-wrapper {
    display: none;
  }

  .home-section-desc-text {
    width: 100%;
  }

  .home-section-desc-btn-mobile-wrapper {
    display: block;
    margin-top: 1.5rem;
  }

  .home-section-desc-btn-mobile {
    border: 2px solid;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.3rem;
  }
}
