body {
  font-family: 'Podkova', serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #333;
}

.hero {
  text-align: center;
  padding: 2rem 0;
}

.hero-logo {
  max-width: 100%;
  height: auto;
}

h1 {
  text-align: center;
  font-size: 2rem;
  margin: 2rem 0;
}

h1 em {
  color: #1e3a8a;
}

.button-section {
  text-align: center;
  padding: 5.5rem 0;
  background-color: #ffff;
}

.button-card-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 1.75rem;
}

.button-card {
  background-color: #1e3a8a;
  padding: 1.5rem;
  border-radius: 10px;
  width: 500px;
  text-align: center;
}

.card-button:hover {
  color: #ffe746;
}

.card-button {
  text-decoration: none;
  color: #ffff;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  display: inline-block;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

.intro-snippet {
  text-align: center;
  padding: 0.5rem;
  background-color: #f9f9f9;
  font-size: 1.5rem;
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.cta-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
}

.cta-link:hover {
  text-decoration: underline;
}

.side-by-side {
  display: flex;
  justify-content: space-around;
  padding-bottom: 3.75rem;
}

.half-section {
  width: 45%;
  padding: 1rem;
  background-color: #f0f0f0;
  border-radius: 10px;
  font-size: 1.5rem;
}

.testimonial-section {
  background: #f9f9f9;
  padding: 1rem 0.5rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 4.25rem;
}

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.testimonial img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.testimonial blockquote {
  font-style: italic;
  font-size: 1.50rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-family: Podkova;
}

.testimonial .author {
  font-size: 1.0rem;
  font-weight: 500;
  color: #555;
  margin-bottom: 0.5rem;
}

.swiper {
  position: relative;
  padding-bottom: 2.5rem;
  /* Give room for pagination */
}

/* Adjust each slide */
.swiper-slide.testimonial {
  text-align: center;
  padding: 1.5rem;
  box-sizing: border-box;
}

/* Position pagination dots outside the content */
.swiper-pagination {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  z-index: 1000;
}

/* Logo Section */
.logo {
  display: flex;
  /* Place logo image and tagline inline */
  align-items: center;
  /* Vertically center image and text */
}

/* Logo Image */
.logo-img {
  height: 50px;
  /* Fixed height for consistent sizing */
  margin-right: 1rem;
  /* Space between image and tagline */
}

.main-nav {
  position: relative;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  color: #1e3a8a;
  text-decoration: none;
}

.nav-item-description {
  position: absolute;
  background-color: #1e3a8a;
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 999;
  display: none;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}




.nav-links li a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: black;
  /* Set your default link color */
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links li a:hover {
  background-color: #1e3a8a;
  /* Bright blue */
  color: white;
  /* White text when hovered */
}

.hamburger {
  display: none;
  font-size: 2rem;
  cursor: pointer;
}

.site-footer {
  background-color: #1e3a8a;
  padding: 1.75rem 0;
  text-align: center;
  border-top: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Footer Social Icons Container */
.footer-social {
  margin-bottom: 0.5rem;
}

/* Footer Copyright Text */
.footer-copyright {
  font-size: 0.9rem;
  color: #ffff;
  margin: 0;
}

/* Social Icons */
.social-icon {
  width: 32px;
  height: 32px;
  margin: 0 0.5rem;
  border-radius: 50%;
  transition: filter 0.3s;
}

.social-icon:hover {
  filter: grayscale(0%);
}

@media (max-width: 768px) {
  .main-nav {
    position: relative;
    width: 100%;
  }

  .hamburger {
    display: block;
    font-size: 2rem;
    background: none;
    border: none;
    z-index: 1001;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 0;
  }

  .nav-links.show {
    max-height: 1000px;
    padding: 1rem;
  }

  .nav-links li {
    width: 100%;
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
  }

  .nav-links li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
  }

  .nav-links li:last-child {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .button-card-container {
    flex-direction: column;
    align-items: center;
  }

  .button-card {
    width: 300px;
    font-size: 1rem;
  }

  .side-by-side {
    flex-direction: column;
    align-items: center;
  }

  .half-section {
    width: 90%;
    margin-bottom: 1rem;
    font-size: 0.75rem !important;
  }

  .testimonial-section {
    padding: 1.5rem 1rem;
    max-width: 100%;
  }

  .testimonial-text {
    font-size: 1.1rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .intro-snippet {
    font-size: 1.0rem;
  }

  .testimonial blockquote {
    font-style: italic;
    font-size: 1.25rem;
  }

  .cta-link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.75rem !important;
  }

  .cta-link:hover {
    text-decoration: underline;
  }

  h1 {
    text-align: center;
    font-size: 1.5rem;
    margin: 2rem 0;
  }
}