/*
	SECTION: Headlines
*/
.section-pet-categories {
  padding: 48px 0 64px;
}

/* Card */
.pet-category-card {
  border-radius: 16px;
  overflow: visible;
  background: transparent;
}

/* Image area */
.pet-category-card__image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 630 / 421;
}

.pet-category-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.pet-category-card:hover .pet-category-card__image {
  transform: scale(1.04);
}

/* Dark gradient overlay at bottom */
.pet-category-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(10, 20, 50, 0.72) 100%
  );
  pointer-events: none;
}

/* Title on image */
.pet-category-card__title {
  position: absolute;
  bottom: 72px;
  left: 24px;
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.35);
  letter-spacing: 0.01em;
}

/* Badges row — overlaps the card bottom */
.pet-category-card__badges {
  display: flex;
  gap: 10px;
  padding: 0 12px;
  position: relative;
  z-index: 2;
}

/* Individual badge */
.pet-category-badge {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 10px 12px;
  background-color: #1e3a6e;
  border-radius: 10px;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}

.pet-category-badge:hover {
  background-color: #254d96;
  transform: translateY(-3px);
  color: #ffffff;
  text-decoration: none;
}

.pet-category-badge__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #3a8c3f;
  border-radius: 8px;
  flex-shrink: 0;
}

.pet-category-badge__icon svg {
  width: 22px;
  height: 22px;
  stroke: #ffffff;
}

.pet-category-badge__label {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 991px) {
  .pet-category-card__title {
    font-size: 1.5rem;
    bottom: 64px;
  }
}

@media (max-width: 575px) {
  .pet-category-badge__label {
    font-size: 0.72rem;
  }
  .section-pet-categories {
    padding: 32px 0 48px;
  }
}

/*
	SECTION: CATEGORIES
*/
.section-pet-filter {
  padding: 56px 0 64px;
  background: #ffffff;
}
.pet-filter__title {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 28.5px;
  font-weight: 700;
  color: #1D3363;
  margin: 0;
}
.pet-filter__tabs {
  display: flex;
  gap: 8px;
}
.pet-filter__tab {
  padding: 9px 24px;
  border-radius: 8px;
  border: 2px solid #1e3a6e;
  background: transparent;
  color: #1e3a6e;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.pet-filter__tab:hover { background-color: #e8eef7; }
.pet-filter__tab--active {
  background-color: #3a8c3f;
  border-color: #3a8c3f;
  color: #ffffff;
}
.pet-filter__tab--active:hover { background-color: #2e7232; border-color: #2e7232; }
.pet-filter__panel { display: none; animation: fadeInPanel 0.3s ease; }
.pet-filter__panel--active { display: block; }
@keyframes fadeInPanel {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.pet-subcategory-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}
.pet-subcategory-card:hover { text-decoration: none; }
.pet-subcategory-card__image-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #1e3a6e;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pet-subcategory-card:hover .pet-subcategory-card__image-wrap {
  box-shadow: 0 10px 28px rgba(30, 58, 110, 0.22);
}
.pet-subcategory-card__image {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
}
.pet-subcategory-card__placeholder {
  width: 60%; height: 60%;
  display: flex; align-items: center; justify-content: center;
  opacity: 0.3;
}
.pet-subcategory-card__placeholder svg { width: 100%; height: 100%; stroke: #ffffff; }
.pet-subcategory-card__label {
  font-size: 21px;
  font-weight: 700;
  color: #1e3a6e;
  text-align: center;
}
@media (max-width: 767px) {
  .pet-filter__title { font-size: 1.2rem; }
  .section-pet-filter { padding: 40px 0 48px; }
}
@media (max-width: 575px) {
  .section-pet-filter .row.align-items-center {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 16px;
  }
}

/*
	SECTION: SEO Tekst
*/
  .section-waarom-monge {
    background-color: #ffffff;
    overflow: hidden;
  }

  /* De specifieke groene kleur van de knop uit het screenshot */
  .btn-monge {
    background-color: #5d8251;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
  }

  .btn-monge:hover {
    background-color: #4a6940;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(93, 130, 81, 0.3);
  }

  /* Subtiele animatie voor de producten */
  .floating-img {
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.08));
    transition: transform 0.5s ease-out;
  }

  .section-waarom-monge:hover .floating-img {
    transform: scale(1.02);
  }

  /* Responsive optimalisatie */
  @media (max-width: 991px) {
    .section-waarom-monge {
      text-align: center;
    }
    .title {
      font-size: 2rem;
    }
  }

/*
	SECTION: Blogartikelen
*/
/* De specifieke groene kleur van de knop */
  .btn-monge-green {
    background-color: #5d8251;
    color: #ffffff !important;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    padding: 10px 25px;
    transition: background 0.3s ease;
  }

  .btn-monge-green:hover {
    background-color: #4a6940;
  }

	#home-blog-section .card .card-body {background-color: #1e3664;min-height:240px;}
	#home-blog-section .card .card-body h3 {font-size:21px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 3rem;}

  /* Card Radius - moet 1rem of meer zijn voor de 'soft' look */
  .rounded-4 {
    border-radius: 15px !important;
  }

  /* Tekst witheid herstellen */
  .text-white {
    color: #FFF !important; /* lets minder fel dan puur wit voor de omschrijving */
  }

  /* Hover effect op de hele kaart */
  .blog-item-link .card {
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .blog-item-link:hover .card {
    transform: translateY(-10px);
  }

/* FOOTER */
footer {margin-top:0 !important;}