/* Bijenweide page specific styles */

/* Bijenweide header styling */
.bijenweide-header {
  background: linear-gradient(135deg, #e8b004 0%, #ae8304 100%);
  position: relative;
  overflow: hidden;
  min-height: clamp(120px, 22vh, 400px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bijenweide-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('../assets/bijenweide.jpg') no-repeat center center;
  background-size: cover;
  opacity: 0.2;
}

.bijenweide-header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(232, 176, 4, 0.85) 0%, rgba(174, 131, 4, 0.85) 100%);
  z-index: 1;
}

.bijenweide-header .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 576px) {
  .bijenweide-header {
    min-height: 180px;
    padding: 1.2rem 0 1.2rem 0;
  }
  .bijenweide-header h1 {
    font-size: clamp(1.1rem, 6vw, 1.5rem);
  }
  .bijenweide-header h2 {
    font-size: clamp(0.9rem, 4vw, 1.1rem);
  }
}
@media (max-width: 400px) {
  .bijenweide-header {
    min-height: 140px;
    padding: 0.7rem 0;
  }
  .bijenweide-header h1 {
    font-size: 1rem;
  }
  .bijenweide-header h2 {
    font-size: 0.7rem;
  }
}

/* Bijenweide main content card */
.bijenweide-main-card {
  border-radius: 20px;
  border: 3px solid #ffeeba;
  background: linear-gradient(145deg, #ffffff 0%, #fffbf0 100%);
  transition: all 0.3s ease;
}

.bijenweide-main-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(253, 126, 20, 0.2);
}

.bijenweide-main-card .text-primary {
  color: #e8b004 !important;
}

.text-primary{
  color: #e8b004 !important;
}

/* Bijenweide feature cards */
.bijenweide-feature-card {
  border-radius: 15px;
  border: 2px solid #ffeeba;
  background: linear-gradient(145deg, #ffffff 0%, #fffbf0 100%);
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.bijenweide-feature-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 40%, rgba(253,126,20,0.1) 50%, transparent 60%);
  transform: rotate(-45deg);
  transition: all 0.6s ease;
  opacity: 0;
}

.bijenweide-feature-card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translate(50%, 50%);
}

.bijenweide-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(253, 126, 20, 0.25);
  border-color: #e8b004;
}

.bijenweide-feature-card .card-title {
  color: #e8b004;
  font-weight: 600;
}

.bijenweide-feature-card .bi {
  color: #e8b004;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

/* Bijenweide contact section */
.bijenweide-contact {
  background: linear-gradient(135deg, #fffbf0 0%, #fff3cd 100%);
}

.bijenweide-contact-card {
  border-radius: 20px;
  border: 3px solid #ffeeba;
  background: linear-gradient(145deg, #ffffff 0%, #fffbf0 100%);
  transition: all 0.3s ease;
}

.bijenweide-contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(253, 126, 20, 0.2);
}

.bijenweide-contact-card .text-primary {
  color: #e8b004 !important;
}

.bijenweide-contact-card .btn-primary {
  background: linear-gradient(135deg, #e8b004 0%, #ae8304 100%);
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.bijenweide-contact-card .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(253, 126, 20, 0.3);
  background: linear-gradient(135deg, #e8b004 0%, #ae8304 100%);
}

.info-box h4 {
  color: white;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .home-hero,
  .bijenweide-hero {
    min-height: 18vh;
    padding: 2rem 0;
  }
  .feature-card .card-img-top {
    height: 150px;
  }
}

@media (max-width: 900px) {
  .feature-card .card-img-top {
    height: 120px;
  }
  .home-hero,
  .bijenweide-hero {
    min-height: 15vh;
    padding: 1.5rem 0;
  }
}

@media (max-width: 768px) {
  .home-hero,
  .bijenweide-hero {
    min-height: 30vh;
    padding: 1.5rem 0;
  }
  .home-hero h1,
  .bijenweide-hero h1 {
    font-size: 2rem;
  }
  .home-hero h2,
  .bijenweide-hero h2 {
    font-size: 1.3rem;
  }
  .feature-card .card-img-top {
    height: 100px;
  }
  .feature-card .card-body {
    padding: 1rem 0.5rem;
  }
}

@media (max-width: 576px) {
  .container,
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-hero,
  .bijenweide-hero {
    min-height: 20vh;
    padding: 1rem 0;
  }
  .home-hero h1,
  .bijenweide-hero h1 {
    font-size: 1.2rem;
  }
  .home-hero h2,
  .bijenweide-hero h2 {
    font-size: 1rem;
  }
  .feature-card .card-img-top {
    height: 70px;
  }
  .feature-card .card-body {
    padding: 0.7rem 0.3rem;
  }
}

@media (max-width: 400px) {
  .home-hero,
  .bijenweide-hero {
    min-height: 10vh;
    padding: 0.5rem 0;
  }
  .feature-card .card-img-top {
    height: 40px;
  }
}
