/* Custom theme color: Royal Blue (#4169e1) */

.bg-dark, .navbar-dark.bg-dark, footer.bg-dark {
  background-color: #00238d !important;
}
@media (min-width: 992px) {
  #home-carousel .carousel-item img {
    height: 550px !important;
  }
}
/* Ensure all home carousel images have the same aspect ratio, width, and height in all views */
#home-carousel .carousel-item img {
  width: 100% !important;
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover !important;
  border-radius: 8px;
}
/* Only set height for laptop view, let aspect-ratio control other views */

.navbar-dark .navbar-brand, .navbar-dark .navbar-nav .nav-link, .text-white, footer.bg-dark {
  color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #ffd700 !important; /* Optional: gold highlight on hover/active */
}

/* Optional: Change button color to match theme */
.btn-primary, .btn-primary:focus, .btn-primary:active {
  background-color: #00238d !important;
  border-color: #00238d !important;
}

/* Optional: Change link color */
a {
  color: #00238d;
}
a:hover, a:focus {
  color: #27408b;
}
body {
  font-family: 'Segoe UI', sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main, .container, header {
  flex: 1 0 auto;
}

footer {
  flex-shrink: 0;
}

.contact-bar-large {
  font-size: 1.35rem;
  font-weight: 500;
}

.contact-bar-large svg {
  vertical-align: middle;
}

.contact-text-large {
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.5px;
}

@media (max-width: 767.98px) {
  .contact-bar-large {
    font-size: 1.1rem;
  }

  .contact-bar-large svg {
    width: 22px !important;
    height: 22px !important;
  }

  .contact-text-large {
    font-size: 1em;
  }
}


/* Responsive navbar logo and title (moved from index.html) */
.navbar-logo-responsive {
  height: 90px;
  width: auto;
}
.navbar-title-responsive {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: normal;
  word-break: break-word;
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .navbar-logo-responsive {
    height: 80px !important;
  }
  .navbar-title-responsive {
    font-size: 1.15em;
    max-width: 80vw;
  }
}
@media (max-width: 767.98px) {
  .navbar-logo-responsive {
    height: 64px !important;
  }
  .navbar-title-responsive {
    font-size: 1em;
    max-width: 70vw;
    white-space: normal;
    word-break: break-word;
  }
}
@media (max-width: 430px) {
  .navbar-title-responsive {
    font-size: 0.85em;
    max-width: 60vw;
    white-space: normal;
    word-break: break-word;
  }
  .navbar-logo-responsive {
    height: 48px !important;
  }
}

    .contact-bar-large {
      font-size: 1.35rem;
      font-weight: 500;
    }
    .contact-bar-large svg {
      vertical-align: middle;
    }
    .contact-text-large {
      font-size: 1.25em;
      font-weight: 600;
      letter-spacing: 0.5px;
    }
    .navbar-large {
      font-size: 1.25rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .navbar-title-large {
      font-size: 1.5em;
      font-weight: 700;
      letter-spacing: 1px;
    }
    .navbar-nav-large .nav-link {
      font-size: 1.15em;
      font-weight: 600;
      padding-left: 1.2rem !important;
      padding-right: 1.2rem !important;
    }
    @media (max-width: 991.98px) {
      .navbar-title-large {
        font-size: 1.15em;
      }
      .navbar-large {
        font-size: 1.1rem;
      }
      .navbar-nav-large .nav-link {
        font-size: 1em;
        padding-left: 0.7rem !important;
        padding-right: 0.7rem !important;
      }
    }
    @media (max-width: 767.98px) {
      .contact-bar-large {
        font-size: 1.1rem;
      }
      .contact-bar-large svg {
        width: 22px !important;
        height: 22px !important;
      }
      .contact-text-large {
        font-size: 1em;
      }
      .navbar-title-large {
        font-size: 1em;
      }
      .navbar-large {
        font-size: 1rem;
      }
      .navbar-nav-large .nav-link {
        font-size: 0.95em;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
      }
    }