:root {
  --bs-font-sans-serif: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
}

body {
  font-family: var(--bs-font-sans-serif);
  color: #333;
}

.navbar {
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-brand img {
  height: 40px;
}

.hero-header {
  background: linear-gradient(rgba(18, 30, 49, 0.7), rgba(18, 30, 49, 0.7)), url('https://images.pexels.com/photos/323705/pexels-photo-323705.jpeg?auto=compress&cs=tinysrgb&w=1920&q=80') center/cover;
  color: white;
  min-height: 100vh;
}

.activity-section {
  background: linear-gradient(rgba(248, 249, 250, 0.9), rgba(248, 249, 250, 0.9)), url('../../assets/img/img-1782450781084.webp') center/cover;
}

.btn-primary {
  background-color: #2b4b7c;
  border-color: #2b4b7c;
}

.btn-primary:hover {
  background-color: #1a3053;
  border-color: #1a3053;
}

.btn-outline-primary {
  color: #2b4b7c;
  border-color: #2b4b7c;
}

.btn-outline-primary:hover {
  background-color: #2b4b7c;
  color: #fff;
}

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

.icon-img {
  max-height: 200px;
}

.footer-logo {
  max-height: 50px;
}

.footer-social a {
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #0d6efd !important;
}

.table th {
  background-color: #f8f9fa;
  color: #2b4b7c;
}

.about-img-main {
  position: relative;
  z-index: 2;
  border-radius: 12px;
}

.about-img-offset {
  position: absolute;
  bottom: -15%;
  right: -10%;
  width: 65%;
  z-index: 3;
  border: 8px solid white;
  border-radius: 12px;
}

.about-decorative-box {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 90%;
  height: 90%;
  background-color: rgba(43, 75, 124, 0.1);
  border-radius: 12px;
  z-index: 1;
}

#cookieBanner {
  display: none !important;
  z-index: 9999 !important;
}

#cookieBanner[style*="display: flex"] {
  display: flex !important;
}

footer hr {
  border-top-style: dashed !important;
}

