.hero-video {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  color: white;
}

.beelocal-navbar {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 20;
  background: #f0ece8;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 0.9rem 2rem;
}

.beelocal-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.beelocal-brand img {
  height: 45px;
  display: block;
}

.beelocal-menu-button {
  border: 0;
  padding: 0;
  box-shadow: none !important;
}

.beelocal-menu-button .navbar-toggler-icon {
  filter: brightness(0) saturate(100%);
}

.beelocal-menu {
  margin-top: 0.9rem;
}

.beelocal-menu-links {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.beelocal-menu-links a {
  text-decoration: none;
  color: #1F6F8B;
  font-weight: 600;
}

.beelocal-menu-cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.beelocal-btn-primary {
  background: #F4C430;
  color: #1f2a44;
  border: none;
  font-weight: 700;
}

.beelocal-btn-primary:hover {
  background: #e7b92f;
  color: #1f2a44;
}

.beelocal-menu-button {
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  box-shadow: none;
}

.beelocal-menu-button:focus {
  outline: none;
  box-shadow: none;
}

.beelocal-menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  background: #1F6F8B;
  border-radius: 999px;
}

.btn-outline-blue {
    border-width: 300;
    font-weight: 600;
    --bs-btn-color: #1F6F8B;
    --bs-btn-border-color: #1F6F8B;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1F6F8B;
    --bs-btn-hover-border-color: #1F6F8B;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-border-color: #1F6F8B;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #1F6F8B;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #1F6F8B;
    --bs-gradient: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  color: white;
  padding: 0 1.25rem;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 1rem;
  max-width: 320px;
}

.hero-subtitle {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  max-width: 340px;
  color: rgba(255, 255, 255, 0.92);
}

.hero-cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  max-width: 260px;
}

.hero-btn-secondary,
.hero-btn-primary {
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  font-weight: 700;
  border: none;
}

.hero-btn-secondary {
  background: #f0ece8;
  color: #1f6f8b;
}

.hero-btn-primary {
  background: #f4c430;
  color: #1f2a44;
}


.about-section {
  background: #f5efe6;
  padding: 4.5rem 0 4rem 0;
}

.section-label {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #1f6f8b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.section-title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  color: #1f2a44;
  margin-bottom: 1.2rem;
  max-width: 320px;
}

.section-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #3f4a5a;
  margin-bottom: 1rem;
  max-width: 560px;
}

.section-text.secondary {
  color: #5b6573;
}

.activities-section {
  background: #ffffff;
  padding: 4.5rem 0;
  overflow: hidden;
}

.activities-header {
  margin-bottom: 1.5rem;
}

.activities-slider {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0 1rem 0.5rem 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.activities-slider::-webkit-scrollbar {
  display: none;
}

.activity-card {
  position: relative;
  flex: 0 0 82%;
  height: 430px;
  border-radius: 1.75rem;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);
}

.activity-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
}

.activity-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.88) 8%,
    rgba(15, 23, 42, 0.28) 45%,
    rgba(15, 23, 42, 0.08) 100%
  );
  z-index: 1;
}

.activity-card-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.4rem;
  color: white;
}

.activity-badge {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(244, 196, 48, 0.95);
  color: #1f2a44;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.activity-card h3 {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.6rem;
}

.activity-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}


.beelocal-footer {
  background: #1f6f8b;
  padding: 3.5rem 0 2rem 0;
  color: white;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.footer-logo {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 0.8rem;
}

.footer-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  max-width: 320px;
  margin: 0;
}

.footer-links-group h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
  color: #f4c430;
}

.footer-links-group a {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.7rem;
  font-size: 0.95rem;
}

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

footer .beelocal-brand img {
    height: 60px;
    display: block;
    margin-bottom: 20px;
}