<style>
  body, h1, h2, p, ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  details {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 0 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  summary {
    font-weight: bold;
    font-size: 18px;
    padding: 15px 10px;
    cursor: pointer;
    color: #240c81;
  }

  summary:hover {
    color: #334155;
  }

  details p {
    padding: 10px 10px 20px;
    line-height: 1.6;
    color: #333;
  }

  .section-title {
    font-size: 22px;
    border-bottom: 2px solid #ccc;
    margin: 20px 0;
    color: #000066;
    padding-bottom: 10px;
  }

  section {
    padding: 20px;
  }

  nav {
    background-color: #1e293b;
  }

  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  nav li {
    position: relative;
  }

  nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
  }

  nav li a.active,
  nav li:hover {
    background-color: #0f172a;
  }
.arrow-list {
  list-style: none;
  padding-left: 0;
  line-height: 1.8;
  font-size: 16px;
}

.arrow-list li::before {
  content: "➤";
  color: #1f2c3a;
  margin-right: 10px;
}

.contact-list {
  list-style: none;
  padding-left: 0;
  line-height: 1.8;
}

.contact-list li {
  margin-bottom: 10px;
}

.contact-list .label {
  display: inline-block;
  width: 160px;
  font-weight: bold;
  color: #000;
}

.contact-addresses {
  line-height: 1.8;
  font-size: 16px;
}

.contact-addresses div {
  display: flex;
  align-items: flex-start;
}

.contact-addresses strong {
  min-width: 160px;
  display: inline-block;
  text-align: left;
  font-weight: bold;
  color: #000;
}

.address {
  flex: 1;
}

.navbar .dropdown-content a {
  font-family: 'Engravers MT', serif;
}

section details p {
  font-family: 'Engravers MT', serif;
}


</style>
