.carousel-indicators {
  margin-top: -3% !important;
  margin-right: 0% !important;
  left: auto;
  bottom: auto;
}
.carousel-indicators button {
  background-color: #e0e0e0 !important;
  width: 8px !important;
  height: 8px !important;
}
.carousel-indicators .active {
  background-color: #1e6621 !important;
  width: 16px !important;
  height: 8px !important;
  border-radius: 13.333px;
}

.carousel-indicators .active::after {
  content: none !important;
  display: none !important;
}
.dish-card-carousel::after {
  content: none !important;
  display: none !important;
}

.map-section {
  background-color: #ffffff !important;
}
.leaflet-bottom {
  display: none !important;
}
.leaflet-top {
  display: none !important;
}
.leaflet-popup-content {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}
.leaflet-top {
  display: none !important;
}

.leaflet-popup-content-wrapper {
  width: auto !important;
  max-width: none !important;
}

.custom-popup {
  width: 160px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.upcomming-card-announcement .slick-slide {
  overflow: hidden;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.upcomming-card-announcement {
  gap: 40px !important;
}
.hide-sm-content {
  display: block !important;
}
.btn-accent-secondary {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #747474;
  min-width: 142px;
}
.btn-accent-secondary:hover {
  color: #212121;
}
.btn-accent:disabled {
  background: #ddd !important;
  color: #212121 !important;
  opacity: 0.6 !important;
  border: none !important;
  box-shadow: none !important;
  pointer-events: none !important;
}
.btn-outline-dark {
  border-radius: 50px;
  padding: 8px 24px;
  border-width: 1px;
  font-size: 16px;
  border-color: #1e6621;
  color: #1e6621;
  font-family: 'Jost', sans-serif;
}
.btn-outline-dark:hover {
  background-color: #1e6621 !important;
  border-color: #1e6621 !important;
  color: #fff;
}
.custom-input::placeholder {
  color: #747474 !important;  
}
@media (max-width: 500px) {
  .upcomming-card-announcement {
    gap: 10px !important;
  }
  .upcomming-card-announcement h3 {
    font-size: 14px !important;
  }
  .upcomming-card-announcement h5 {
    font-size: 12px !important;
  }
  .upcomming-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    margin-top: 40px;
  }
  .upcomming-card .announcement-card {
    width: 100% !important;
    height: auto !important;
  }
  .hide-sm-content {
    display: none !important;
  }
}

.map-section {
  height: 632px;
  width: 100%;
}
.luxembourg img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 35px;
}

/* Mobile responsive override */
@media (max-width: 768px) {
  .map-section {
    height: 250px;
  }
  .row-cols-reverse {
    flex-direction: column-reverse !important;
    gap: 24px !important;
  }
}
@media (max-width: 575px) {
  .luxembourg img {
    height: 50px;
    width: 50px;
    border-radius: 20px;
  }
}
.announcement-bar {
  background: #F8FFE3;
  display: flex;
  justify-content: center;
}