


































body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0 16px;
  background: #f9f9f9;
  color: #333;
}

.country-header {
  background-color: #e3f2fd;
  padding: 30px 16px;
  text-align: center;
}

.country-header h1 {
  margin: 0;
  font-size: 36px;
  color: #1a237e;
}

.tagline {
  margin-top: 8px;
  font-style: italic;
  color: #555;
}

section {
  margin-top: 30px;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

section h2 {
  font-size: 24px;
  color: #00695c;
  margin-bottom: 12px;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

ul li {
  margin-bottom: 8px;
}

.site-footer {
  margin-top: 40px;
  padding: 20px;
  background-color: #263238;
  text-align: center;
  color: #ccc;
  font-size: 14px;
}

.site-footer a {
  color: #90caf9;
  text-decoration: none;
}






.sticky-footer-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  z-index: 1000;
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.1);
}

.sticky-footer-menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2c3e50;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Segoe UI', sans-serif;
}

.sticky-footer-menu a span:first-child {
  font-size: 18px;
}

.sticky-footer-menu a .label {
  margin-top: 2px;
}

@media (min-width: 768px) {
  .sticky-footer-menu {
    justify-content: center;
    gap: 60px;
  }
}



.copyright-footer a {
  color: #333;
  text-decoration: none;
}

body {
  padding-bottom: 60px; /* ensure content is not hidden */
}



