body {
  font-family: Georgia, serif;
  font-size: 1.1rem;
  background-color: #f9f9f9;
  color: #000000;
  margin: 0;
}

.main-header {
  background-color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.main-nav .nav-link {
  color: #1c2d59;
  font-weight: 500;
  transition: color 0.3s ease;
}

.main-nav .nav-link:hover {
  color: #f27b21;
}

.service-nav .service-link {
  color: #1c2d59;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.service-nav .service-link:hover {
  background-color: #f27b21;
  color: #fff;
}

.btn-dark-green {
  background-color: #1c2d59;
  border: none;
}

.btn-dark-green:hover {
  background-color: #f27b21;
  color: #fff;
}
.header-top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.faq-section {
  background-color: #1d3563;

  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.faq-heading {
  font-family: Georgia, serif;
  color: #1d3563;
}

.subtitle {
  font-size: 1.1rem;
  font-style: italic;
  color: #555;
}

.text-orange {
  color: #f27b21 !important;
}

/* Section Headers */
.faq-section h5 {
  font-family: Georgia, serif;
  font-weight: 700;
  color: #1d3563;
  margin-bottom: 0.75rem;
}

/* Lists */
.faq-section ul {
  padding-left: 1.5rem;
}

.faq-section ul li {
  margin-bottom: 0.5rem;
}

/* Links */
.faq-section a {
  color: #f27b21;
  text-decoration: underline;
}

.faq-section a:hover {
  text-decoration: none;
}

/* Accordion (if used elsewhere in page) */
.accordion-item {
  padding: 20px;
}

.accordion-button {
  font-family: Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #f7f7f7;
  color: #1d3563;
}

.accordion-body {
  font-family: Georgia, serif;
  font-size: 1rem;
  background-color: #ffffff;
  border-radius: 0 0 0.5rem 0.5rem;
}

/* footer  */
.footer-section {
  font-family: Georgia, serif;
  font-size: 1.1rem;
  font-weight: 400;
}

/* Top Blue Header */
.footer-top-header {
  background-color: #1c2d59;
  color: white;
  font-weight: 700; /* bold */
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

/* Main White Area */
.footer-main-content {
  background-color: #ffffff;
  color: #000000;
  font-weight: 400;
  font-size: 1.1rem;
}

/* Footer Links */
.footer-main-content a {
  color: #1c2d59;
  text-decoration: none;
  font-weight: 500;
}

.footer-main-content a:hover {
  text-decoration: underline;
}

/* Social Icons */
.social-icons .icon-circle {
  color: #1c2d59;
  font-size: 1.2rem;
  font-weight: 500;
}

/* Bottom Blue Footer */
.footer-bottom {
  background-color: #1c2d59;
  color: white;
  font-size: 1.1rem;
  font-weight: 400;
}

/* Headings inside footer */
.footer-section h6 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

/* Optional: make p and li match too */
.footer-section p,
.footer-section li {
  font-size: 1.1rem;
  font-weight: 400;
}
.footer-main-content a[href^="mailto"] {
  word-break: break-word;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
}
