@charset "UTF-8";

/* Global Reset */
* {
  box-sizing: border-box;
}

/* Base Layout */
html, body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #4A7195;
}

/* Container */
.container {
  max-width: 1000px;
  margin: 0 auto 60px auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* Navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #fff;
  padding: 10px 20px;
  margin-top: -32px;
  margin-bottom: -15px;
}

.logo {
  flex-shrink: 0;
}

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

.nav-links {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  flex-grow: 1;
  margin-left: 40px;
  padding: 0;
}

.nav-links li {
  flex-grow: 1;
  text-align: center;
}

.nav-links a {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: black;
  font-weight: normal;
  padding: 10px 15px;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #4A7195;
}

/* Banner & Divider */
.banner {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
}

.divider {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -4px;
}

/* Address */
.address {
  text-align: right;
  font-size: 1em;
  color: #000;
  margin-bottom: 20px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/* Main Content */
.main-content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.main-content h1 {
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 41px;
  margin-bottom: 10px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.main-content p {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px auto;
  padding: 0 10px;
  line-height: 1.6;
  font-size: 1rem;
  color: #000;
}

/* Horizontal Rule */
hr {
  width: 100%;
  max-width: 900px;
  height: 1px;
  background-color: #ccc;
  margin: 20px auto;
  border: none;
}

/* Footer */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  padding: 20px;
  margin-top: 40px;
}

.footer p {
  text-align: left;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.footer img {
  max-height: 40px;
}

/* Bullet List Styling */
.main-content ul {
  text-align: left;
  margin: 20px auto;
  padding-left: 40px;
  max-width: 800px;
  list-style-position: outside;
  color: #000;
}

.main-content li {
  line-height: 1.6;
  margin-bottom: 6px;
  color: #000;
}

.main-content p strong {
  display: block;
  text-align: left;
  padding-left: 10px;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .nav-links a {
    font-size: 13px;
    padding: 8px 10px;
  }

  .nav-links {
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .nav-links li {
    margin: 0 5px;
  }

  .container {
    width: 95%;
    padding: 15px;
    margin: 0 auto;
  }

  .main-content {
    padding: 0 10px;
  }

  .main-content p {
    padding: 0 5px;
  }

  hr {
    max-width: 100%;
  }

  .footer {
    flex-direction: column;
    text-align: center;
  }

  .footer p,
  .footer img {
    margin: 10px 0;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .navbar {
    flex-direction: column;
    align-items: center;
  }

  .nav-links {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .nav-links li {
    margin: 5px 0;
    width: 100%;
    text-align: center;
  }

  .nav-links a {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .main-content h1 {
    font-size: 1.3em;
  }

  .nav-links a {
    font-size: 12px;
  }

  .footer {
    padding: 15px;
  }
}

/* Who We Are — Profile Section */
.profile-section {
  max-width: 800px;
  margin: 0 auto 60px auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.profile-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ddd;
  flex-shrink: 0;
}

.profile-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.profile-text h2 {
  margin: 0 0 6px 0;
  font-size: 1.1em;
  font-weight: bold;
}

.profile-text p {
  margin-top: 0px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 2px;
  line-height: 1.3;
  text-align: left;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.profile-description {
    margin-left: -12px;
    margin-right: -8px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 0.95em;
    line-height: 1.6;
    text-align: left !important;
}

/* Contact Page Styling */
.contact-page .contact-entry {
    max-width: 796px;
    margin-top: 34px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    line-height: 1.5;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.contact-page .contact-entry p {
    margin: 0 0 10px 0;
    font-family: inherit;
    text-align: left;
    text-indent: -9px;
}

.contact-page .contact-entry a {
  color: #007BFF;
  text-decoration: none;
  font-size: 0.95em;
}

.contact-page .contact-entry a:hover {
  text-decoration: underline;
}
.map-container {
  text-align: center;
  margin: 30px 0;
}

.responsive-map {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc; /* optional, for visual polish */
}
.profile-section:last-of-type {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 10px;
}