/* Custom styles */

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #54585A;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Saira Semi Condensed', sans-serif;
  color: #001446;
}

h2, h3, h4, h5, h6 {
  color: #154898;
  padding-bottom: 15px;
}

.site-header {
  width: 100%;
  height: 130px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-logo {
  max-height: 70px;
  width: auto;
}

.hero-banner {
  width: 100%;
  height: 400px;
  background: radial-gradient(circle 450px at 50% 100%, #154898, #001446);
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.hero-banner h1 {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .hero-banner h1 {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .hero-banner h1 {
    font-size: 4.8rem;
  }
}

.hero-subtitle {
  font-family: 'Saira Semi Condensed', sans-serif;
  font-size: 1rem;
  color: #efefef;
  font-weight: 300;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .hero-subtitle {
    font-size: 1.5rem;
  }
}

.hero-banner h1,
.hero-banner h2,
.hero-banner h3,
.hero-banner h4,
.hero-banner h5,
.hero-banner h6 {
  color: #ffffff;
}

.feature-cards {
  margin-top: 40px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.feature-card-image {
  width: 100%;
  display: block;
}

.feature-card-image--rounded-tr {
  border-top-left-radius: 25px;
}

#travelServiceModal .modal-content {
  border-radius: 0;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border: none;
}

#travelServiceModal .modal-title {
  font-size: 22px;
  padding-top: 3px;
  padding-bottom: 0;
}

#travelServiceModal .modal-body p {
  margin-bottom: 0;
}

.modal-backdrop.show {
  background-color: #021546;
  opacity: 0.85;
}

#travelServiceModal.fade .modal-dialog {
  transform: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

#travelServiceModal.show .modal-dialog {
  opacity: 1;
}

.feature-card-body h3 {
  margin-bottom: 0;
}

.feature-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  padding: 8px 20px;
  background-color: #154898;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Saira Semi Condensed', sans-serif;
  font-weight: 600;
  border-radius: 25px;
  transition: background-color 0.2s ease;
}

.feature-card-btn::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #ffffff;
}

.feature-card-btn:hover {
  background-color: #001446;
  color: #ffffff;
}

.contact-section {
  margin-top: 55px;
}

.contact-box {
  background: linear-gradient(to bottom right, #EEEEEE, #FAFAFA);
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-top: 25px;
}

.contact-box-content {
  flex: 1;
  padding: 40px;
}

.contact-box-image {
  width: 416px;
  flex-shrink: 0;
  border-top-left-radius: 25px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .contact-section {
    margin-top: 40px;
  }

  .contact-box {
    flex-direction: column;
  }

  .contact-box-image {
    width: 100%;
    height: 220px;
    border-top-left-radius: 0;
  }

  .contact-box-content,
  .feature-card-body {
    padding: 40px;
  }
}

.contact-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-box p {
  color: #54585A;
}

.contact-box h2 {
  margin-bottom: 0;
  color: #154898;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #54585A;
}

.contact-icon {
  flex-shrink: 0;
  margin-top: 2px;
  stroke: #154898;
  stroke-width: 0.5;
}

.contact-email-item {
  display: flex;
  flex-direction: column;
  line-height: 0.7;
}

.contact-email-item a,
.contact-email-item a:visited,
.contact-email-item a:focus,
.contact-email-item a:hover {
  color: #54585A !important;
  text-decoration: none;
}

.contact-email-item small {
  font-size: 0.8rem;
  opacity: 0.85;
}

.contact-hours {
  margin-top: 21px;
  line-height: 24px;
  margin-bottom: 0;
}

.contact-hours--highlight,
.contact-hours--highlight strong {
  color: #154898 !important;
}

.contact-hours--out-of-hours {
  margin-top: 10px;
}

.contact-footnote {
  color: #54585A;
  font-size: 0.75rem;
  margin-top: 10px;
  margin-bottom: 0;
  opacity: 0.8;
}

.site-footer {
  width: 100%;
  background-color: #001446;
  padding: 40px 0;
  margin-top: 60px;
  color: #D4D5D6;
}

.footer-side-effects {
  margin-bottom: 30px;
}

.footer-side-effects h4 {
  color: #ffffff;
  margin-bottom: 0;
}

.footer-side-effects p {
  color: #D4D5D6;
}

.footer-side-effects p {
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.footer-side-effects p a,
.footer-side-effects p a:visited,
.footer-side-effects p a:hover,
.footer-side-effects p a:focus {
  color: #D4D5D6 !important;
  text-decoration: underline;
}

.footer-divider {
  border: none;
  border-top: 1px solid #ffffff;
  box-shadow: none;
  margin: 20px 0 28px 0;
  background: #ffffff;
  opacity: 0.50;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.footer-links a,
.footer-links a:visited,
.footer-links a:hover,
.footer-links a:focus {
  color: #D4D5D6 !important;
  font-size: 0.9rem;
  text-decoration: none;
}

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

.footer-links span {
  color: #D4D5D6;
}

.footer-copyright {
  color: #D4D5D6;
  font-size: 0.8rem;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .feature-card-col--spaced {
    margin-bottom: 40px;
  }

  .feature-card-body {
    padding: 40px;
  }
}

.feature-card-body {
  background: linear-gradient(to bottom right, #EEEEEE, #FAFAFA);
  padding: 40px;
  border-bottom-right-radius: 25px;
  flex: 1;
}
