<style >
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}

.b-example-divider {
 width: 100%;
    height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
 vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
  position: relative;
    z-index: 2;
height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
  overflow-x: auto;
 text-align: center;
 white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
 display: block !important;
}

/* Sponsor package cards styling */
.sponsor-packages .card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
 box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    min-height: 180px;
}

.sponsor-packages .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.sponsor-packages .card-body {
    padding: 1.5rem;
}

.sponsor-packages .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.sponsor-packages .card-text {
    font-size: 0.95rem;
    line-height: 1.5;
  color: #6c757d;
    min-height: 60px;
}

@media (max-width: 768px) {
    .sponsor-packages .card {
     margin-bottom: 1rem;
     min-height: auto;
  }
}

/* Banner section styling */
.banner-section {
 background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.bg-light-gray {
    background-color: lightslategray !important;
    color: white;
}

.banner-content h1 {
 font-size: 2rem;
    margin-bottom: 1rem;
  color: white;
}

.banner-content h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: white;
}

.banner-content p {
    color: white;
    font-size: 1rem;
}

.banner-content .link-primary {
    color: #cce7ff !important;
    font-weight: 500;
}

.banner-content .link-primary:hover {
    color: #99d6ff !important;
    text-decoration: underline !important;
}

/* Banner button styling */
.banner-content .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.9);
}

.banner-content .btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.1);
    border-color: white;
    color: white;
}

@media (max-width: 768px) {
    .banner-section {
text-align: center;
 }
    
    .banner-section .col-md-4 {
        margin-top: 1rem;
    }
    
    .banner-content h1 {
        font-size: 1.5rem;
  }
    
    .banner-content h2 {
        font-size: 1.2rem;
    }
}

/* Event Cards Styling */
.event-cards .event-card {
    border: 1px solid #e0e6ed;
  border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
  overflow: hidden;
}

.event-cards .event-card:hover {
 transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: #d0d7de;
}

.event-cards .card-img-top-wrapper {
 height: 160px;
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  position: relative;
}

/* Background images for each card type */
.event-cards .event-card:nth-child(1) .card-img-top-wrapper {
 background-image: linear-gradient(135deg, rgba(248,249,250,0.3) 0%, rgba(233,236,239,0.3) 100%), url('../imgs/steak-festijn.jpg');
}

.event-cards .event-card:nth-child(2) .card-img-top-wrapper {
  background-image: linear-gradient(135deg, rgba(248,249,250,0.3) 0%, rgba(233,236,239,0.3) 100%), url('../imgs/vol-au-vent-festijn.jpg');
}

.event-cards .event-card:nth-child(3) .card-img-top-wrapper {
  background-image: linear-gradient(135deg, rgba(248,249,250,0.3) 0%, rgba(233,236,239,0.3) 100%), url('../imgs/vrije-gift.jpg');
}

.event-cards .card-img-top {
    display: none; /* Hide the original img element */
}

.event-cards .card-title {
  color: #2c3e50;
    font-size: 1.3rem;
    font-weight: 600;
  margin-bottom: 0.5rem;
}

.event-cards .card-subtitle {
    font-size: 0.9rem;
    color: #6c757d;
 font-weight: 500;
}

.event-cards .pricing-info {
    background-color: #f8f9fa;
    border-radius: 8px;
 padding: 0.75rem;
    margin: 0.75rem 0;
}

.event-cards .price-item {
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.event-cards .price-item:last-child {
    margin-bottom: 0;
}

.event-cards .price {
    color: #28a745;
    font-weight: 600;
  font-size: 1rem;
}

.event-cards .description {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.4;
}

.event-cards .btn-sm {
    padding: 0.5rem 1.5rem;
    font-weight: 500;
  border-radius: 6px;
}

/* Sponsor CTA Section */
.sponsor-cta-section {
    margin-top: 3rem;
}

.sponsor-card {
 border: 2px solid #e3f2fd;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e3f2fd 100%);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.sponsor-card .card-title {
  color: #1976d2;
    font-weight: 600;
}

.sponsor-card .lead {
    color: #37474f;
    font-size: 1rem;
    line-height: 1.6;
}

.sponsor-card .btn-lg {
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    font-size: 1.1rem;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .event-cards .col-lg-4 {
    margin-bottom: 1.5rem;
    }
  
    .event-cards .card-img-top-wrapper {
        height: 140px;
    }
 
    .sponsor-cta-section {
        margin-top: 2rem;
    }
}

@media (max-width: 576px) {
    .event-cards .card-title {
      font-size: 1.2rem;
    }
    
    .event-cards .pricing-info {
padding: 0.5rem;
     margin: 0.5rem 0;
    }
  
    .event-cards .card-img-top-wrapper {
   height: 120px;
    }
    
    .sponsor-card .lead {
  font-size: 0.95rem;
    }
}

/* Eetfestijn Form Styling */
.event-description-card {
    border: 1px solid #e3f2fd;
    border-radius: 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e3f2fd 100%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.event-description-card .card-title {
    color: #1976d2;
    font-weight: 600;
    font-size: 1.25rem;
}

.event-description-card .card-text {
    color: #37474f;
    line-height: 1.6;
}

.form-section-card {
    border: 1px solid #e0e6ed;
    border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 1.5rem;
}

.form-section-card .card-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
    border-radius: 12px 12px 0 0;
}

.form-section-card .card-header h5 {
    color: #2c3e50;
  font-weight: 600;
}

.menu-option-card {
 background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 10px;
  padding: 1.5rem;
    transition: all 0.3s ease;
 height: 100%;
}

.menu-option-card:hover {
    border-color: #007bff;
    background: #ffffff;
  box-shadow: 0 4px 12px rgba(0,123,255,0.15);
}

.menu-option-card .menu-title {
 color: #2c3e50;
 font-weight: 600;
  font-size: 1.1rem;
 margin-bottom: 0.75rem;
}

.menu-option-card .menu-description {
    color: #6c757d;
font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.menu-option-card .price-badge {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
  padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
  font-size: 0.95rem;
    display: inline-block;
  box-shadow: 0 2px 4px rgba(40,167,69,0.3);
}

.menu-option-card .quantity-input label {
    font-weight: 500;
 color: #495057;
    margin-bottom: 0.5rem;
}

.menu-option-card .form-control {
 border: 2px solid #e9ecef;
    border-radius: 8px;
  padding: 0.75rem;
 font-size: 1rem;
    transition: border-color 0.3s ease;
}

.menu-option-card .form-control:focus {
    border-color: #007bff;
 box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}

.btn-primary, .btn-success {
  border-radius: 8px;
    font-weight: 600;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
transition: all 0.3s ease;
}

.btn-primary:hover, .btn-success:hover {
  transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.alert-info {
 background: linear-gradient(135deg, #d1ecf1 0%, #bee5eb 100%);
  border: 1px solid #b6d7e2;
    border-radius: 8px;
}

/* Form validation styling */
.was-validated .form-control:valid {
    border-color: #28a745;
}

.was-validated .form-control:invalid {
    border-color: #dc3545;
}

.form-text {
    font-size: 0.85rem;
    color: #6c757d;
}

/* Responsive adjustments for Eetfestijn */
@media (max-width: 768px) {
    .menu-option-card {
      margin-bottom: 1rem;
     padding: 1rem;
    }
 
    .form-section-card .card-header h5 {
  font-size: 1.1rem;
    }
  
    .event-description-card .card-title {
        font-size: 1.1rem;
    }
    
  .btn-primary, .btn-success {
        font-size: 1rem;
 padding: 0.65rem 1.5rem;
    }
}

/* Order Summary Styling for Success Page */
.order-item-summary {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}

.order-item-summary .order-item-title {
    color: #2c3e50;
font-weight: 600;
    font-size: 1rem;
margin-bottom: 0.5rem;
}

.order-item-summary .order-item-details {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.order-item-summary .order-item-total {
  color: #28a745;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.fw-semibold {
    font-weight: 600;
}

/* Success page specific styling */
.alert-success .alert-heading {
  color: #155724;
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
}

/* Readonly form field styling */
.form-control[readonly] {
  background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    cursor: default;
}

.form-control[readonly]:focus {
    background-color: #f8f9fa;
    border-color: #dee2e6;
  box-shadow: none;
}

/* New Page Header Styling */
.page-header {
    background-color: lightslategray !important;
    color: white;
  border-bottom: 3px solid rgba(255,255,255,0.1);
}

.page-header h1 {
  font-weight: 600;
 margin: 0;
}

.page-header .small {
    opacity: 0.8;
}

/* Progress Steps Styling */
.order-progress-bar {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
 padding: 1.5rem;
}

.progress-steps {
    display: flex;
    justify-content: center;
  align-items: center;
    gap: 3rem;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-circle {
    width: 40px;
height: 40px;
    border-radius: 50%;
  background-color: #e9ecef;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
  font-weight: 600;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.step.completed .step-circle {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
}

.step.active .step-circle {
  background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.step span {
    font-size: 0.875rem;
font-weight: 500;
    color: #6c757d;
}

.step.completed span,
.step.active span {
    color: #495057;
 font-weight: 600;
}

/* Enhanced Order Summary Card */
.order-summary-card {
    border: 1px solid #e0e6ed;
    border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.order-summary-card .card-header {
    border-radius: 12px 12px 0 0;
 font-weight: 600;
}

.order-line-item {
    padding: 1rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.order-line-item:last-child {
 border-bottom: none;
}

.order-line-item h6 {
    font-weight: 600;
color: #2c3e50;
}

.order-line-item .text-muted {
  font-size: 0.85rem;
}

.order-line-item .fw-bold {
  color: #28a745;
 font-size: 1.1rem;
}

/* Customer Info Styling */
.customer-info p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.customer-info i {
    color: #6c757d;
  width: 16px;
}

/* Info Card Styling */
.info-card {
  background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
    border: 1px solid #bbdefb;
}

.info-card .card-body {
padding: 2rem;
}

.info-card ol {
    margin-bottom: 0;
}

.info-card ol li {
    margin-bottom: 0.5rem;
    color: #37474f;
}

/* Sticky Sidebar */
.sticky-top {
    position: sticky;
  z-index: 1020;
}

/* Enhanced Alert Styling */
.alert .display-4 {
    font-size: 3rem;
}

/* Button Enhancements */
.btn {
    border-radius: 8px;
  font-weight: 500;
    transition: all 0.3s ease;
}

.btn:hover {
  transform: translateY(-1px);
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.btn-lg {
    padding: 0.75rem 2rem;
  font-size: 1.1rem;
}

/* Donation Specific Styling */
.donation-input-card {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
}

.donation-input-card:hover {
    border-color: #28a745;
    background: #ffffff;
 box-shadow: 0 4px 12px rgba(40,167,69,0.15);
}

.donation-input-card .donation-title {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

.donation-input-card .donation-description {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.charity-info-card {
    background: linear-gradient(135deg, #fff5f5 0%, #fee7e7 100%);
    border: 2px solid #fed7d7;
    border-radius: 10px;
    padding: 1.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.charity-info-card h6 {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.donation-input-card .input-group-lg .form-control {
    font-size: 1.25rem;
  font-weight: 600;
    border: 2px solid #e9ecef;
    transition: border-color 0.3s ease;
}

.donation-input-card .input-group-lg .form-control:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,0.25);
}

.donation-input-card .input-group-text {
    border: 2px solid #e9ecef;
    border-right: none;
    font-weight: 600;
    font-size: 1.25rem;
}

/* Success button for donations */
.btn-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  border: none;
    box-shadow: 0 2px 4px rgba(40,167,69,0.3);
}

.btn-success:hover {
    background: linear-gradient(135deg, #218838 0%, #1e7e34 100%);
transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(40,167,69,0.4);
}

/* Enhanced info card for donation reasons */
.info-card ul {
    list-style: none;
    padding-left: 0;
}

.info-card ul li {
    position: relative;
  padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.info-card ul li:before {
    content: "?";
    color: #dc3545;
  font-weight: bold;
    position: absolute;
 left: 0;
}

/* Sponsor Package Cards Styling for Betalen page */
.sponsor-package-card {
 background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 0;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.sponsor-package-card:hover {
    border-color: #007bff;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,123,255,0.15);
}

.sponsor-package-card.selected {
    border-color: #28a745;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(40,167,69,0.2);
}

.sponsor-package-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.sponsor-package-card .package-label {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
 cursor: pointer;
    margin: 0;
}

.sponsor-package-card .package-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.sponsor-package-card .package-title {
    color: #2c3e50;
 font-weight: 600;
    font-size: 1.1rem;
  margin: 0;
}

.sponsor-package-card .package-price {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
  font-size: 1rem;
    box-shadow: 0 2px 4px rgba(40,167,69,0.3);
}

.sponsor-package-card .package-description {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.4;
}

.sponsor-package-card .package-description p {
    margin: 0;
}

/* Selected state styling */
.sponsor-package-card.selected .package-title {
    color: #28a745;
}

.sponsor-package-card.selected::after {
    content: "?";
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #28a745;
    color: white;
 width: 24px;
    height: 24px;
    border-radius: 50%;
 display: flex;
    align-items: center;
  justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
}

/* Sponsor summary styling */
.sponsor-summary-item {
    padding: 1rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.sponsor-summary-item:last-child {
    border-bottom: none;
}

.sponsor-summary-item h6 {
    font-weight: 600;
    color: #2c3e50;
}

.sponsor-summary-item .text-muted {
    font-size: 0.85rem;
}

.sponsor-summary-item .fw-bold {
    color: #28a745;
    font-size: 1.1rem;
}

/* Overview update animation */
#sponsor-overview.overview-updated {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0,123,255,0.2);
    transition: all 0.3s ease;
}

#sponsor-overview {
    transition: all 0.3s ease;
}

/* Smooth transitions for price updates */
#package-price, #total-price, #package-description {
    transition: all 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
 .page-header h1 {
 font-size: 1.2rem;
    }
  
    .page-header .small {
     font-size: 0.8rem;
    }
    
  .progress-steps {
 gap: 1.5rem;
    }
    
 .step-circle {
width: 35px;
     height: 35px;
   font-size: 0.875rem;
  }
    
    .order-line-item {
    padding: 0.75rem 0;
 }
    
    .alert .display-4 {
     font-size: 2rem;
    }
    
 .sticky-top {
        position: relative;
      top: auto !important;
  }
  
    .donation-input-card,
    .charity-info-card {
        margin-bottom: 1rem;
        padding: 1rem;
    }
 
    .charity-info-card {
   min-height: auto;
    }
    
    .donation-input-card .input-group-lg .form-control,
    .donation-input-card .input-group-text {
        font-size: 1.1rem;
    }
    
    .sponsor-package-card {
  margin-bottom: 1rem;
    }
    
    .sponsor-package-card .package-label {
        padding: 1rem;
 }
    
    .sponsor-package-card .package-header {
flex-direction: column;
        text-align: center;
    gap: 0.5rem;
    }
    
  .sponsor-package-card .package-price {
        padding: 0.4rem 0.8rem;
  font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
.page-header .col-md-2,
    .page-header .col-md-3 {
   text-align: center;
 margin-top: 0.5rem;
    }
    
    .progress-steps {
        flex-direction: column;
gap: 1rem;
    }
}

</style >