/* compiled by scssphp 1.6.0 on Tue, 16 Jun 2026 13:52:05 +0000 (0.0197s) */

.section.news-slider {
  position: relative;
  padding-bottom: 30px;
}
.section.news-slider .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.section.news-slider .heading .button {
  padding: 1rem 1.5rem;
  border-radius: 3rem;
  background: #F18E00FF;
}
.section.news-slider .heading .button .button-title {
  color: #fff;
}
.section.news-slider .heading .button .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23FFF'%3E%3C!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E");
}
.section.news-slider .news-slider-swiper {
  overflow: hidden;
}
.section.news-slider .swiper-wrapper {
  padding: 1rem 0;
  margin: 0;
  display: flex;
}
.section.news-slider .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.section.news-slider .swiper-slide .slide {
  min-width: calc((100% / 4) - 1rem) !important;
  max-width: calc((100% / 4) - 1rem) !important;
  height: 100%;
  margin-inline: 0.5rem;
}
.section.news-slider .swiper-slide .entry-image {
  overflow: hidden;
}
.section.news-slider .swiper-slide .icon__box.icon {
  width: 2rem !important;
  height: 2rem !important;
  background-color: #F18E00FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.section.news-slider .swiper-slide .icon__box.icon i {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section.news-slider .swiper-slide .entry-image img {
  display: block;
  width: 100%;
  max-height: 11rem;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
  will-change: transform;
}
.section.news-slider .swiper-slide .entry-content {
  display: flex;
  flex-direction: column;
  padding-inline: 1rem;
  padding-block-end: 2rem;
  flex: 1;
}
.section.news-slider .swiper-slide .entry-content h3 {
  color: #666666;
  flex-grow: 1;
}
.section.news-slider .swiper-slide .entry-content .entry-meta {
  display: flex;
  justify-content: space-between;
  order: -1;
}
.section.news-slider .swiper-slide .entry-content .entry-meta .category {
  color: #F18E00FF;
  font-size: 0.75rem;
  font-weight: 700;
}
.section.news-slider .swiper-slide .entry-content .entry-meta .entry-date {
  color: #666666;
  font-size: 0.75rem;
  font-weight: 700;
}
.section.news-slider .swiper-slide .entry-content a.button.full-link {
  padding: 0 !important;
  position: absolute;
  inset: 0;
}
.section.news-slider .swiper-slide .entry-content a.button.full-link:hover {
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
}
.section.news-slider .swiper-slide:hover .entry-image img {
  transform: scale(1.08);
}
.section.news-slider .swiper-slide::after {
  content: '';
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23F18E00FF'%3E%3C!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E");
}
.section.news-slider .slider-controls {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  pointer-events: none;
  z-index: 10;
  margin-block-start: 2rem;
}
@media (min-width: 1440px) {
  .section.news-slider .slider-controls {
    width: 110%;
    justify-content: space-between;
    top: 50%;
    left: -4rem;
    position: absolute;
    transform: translateY(-50%);
  }
}
.section.news-slider .slider-button.prev-button {
  position: absolute;
  left: 0;
  pointer-events: all;
}
.section.news-slider .slider-button.next-button {
  position: absolute;
  right: 0;
  pointer-events: all;
}
.section.news-slider .slider-button.next-button, .section.news-slider .slider-button.prev-button {
  width: 48px;
  height: 48px;
  background: #fff;
  border: 2px solid #F18E00FF;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.section.news-slider .slider-button.next-button:hover, .section.news-slider .slider-button.prev-button:hover {
  background-color: #F18E00FF;
}
.section.news-slider .slider-button.next-button:hover::after, .section.news-slider .slider-button.prev-button:hover::after {
  filter: brightness(0) invert(1);
}
.section.news-slider .slider-button.next-button:disabled, .section.news-slider .slider-button.prev-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.section.news-slider .slider-button.next-button::after, .section.news-slider .slider-button.prev-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'/%3E%3C/svg%3E");
  transition: all 0.3s ease;
}
.section.news-slider .slider-button.prev-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath d='M73.4 297.4C60.9 309.9 60.9 330.2 73.4 342.7L233.4 502.7C245.9 515.2 266.2 515.2 278.7 502.7C291.2 490.2 291.2 469.9 278.7 457.4L173.3 352L544 352C561.7 352 576 337.7 576 320C576 302.3 561.7 288 544 288L173.3 288L278.7 182.6C291.2 170.1 291.2 149.8 278.7 137.3C266.2 124.8 245.9 124.8 233.4 137.3L73.4 297.3z'/%3E%3C/svg%3E");
}
.section.news-slider .swiper-pagination {
  margin-block-start: 2rem;
}
.section.news-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #F18E00FF;
  opacity: 0.3;
}
.section.news-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media (min-width: 64rem) {
  .section.header.header--extensive.--new.fullimage + .section.news-slider {
    padding-block-end: 0px !important;
  }
}
@media (min-width: 75rem) {
  .section.header.header--extensive.--new.fullimage + .section.news-slider .container {
    margin-block-start: -80px !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fagro%2Fdomains%2Fagro-energy.nl%2Fpublic_html%2Fwp-content%2Fthemes%2Fdraadcore-child%2Fsass%2Fnews_slider.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */