@media (max-width: 767.98px) {
.navbar ul li a{
  
    border-bottom: 1px solid #bbbbbb;
    border-radius: 0;
  }
  .navbar-collapse {
    display: none;
  }

  .navbar-collapse.show {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    padding: 10px 0;
  }

  .navbar-nav .nav-item a {
    font-size: 16px;
    /* color: black; */
  }
.center-menu {
    position: static;
    transform: none;
    margin: 0 auto;
  }

  .right-cta {
    margin-left: 0;
    margin-top: 1rem;
  }

  #navbarNav .d-flex.w-100 {
    flex-direction: column;
    align-items: center;
  }
.hero-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
.navmenu-link {
        font-size: 1rem; /* Larger text on screens >= 1024px (lg:text-base) */
    }
.get-started-button {
    font-size: 1rem; /* Set larger font size for larger screens */
  }
.hero-content {
    flex-direction: row;
    gap: 4rem;
  }
.hero-text {
    /* width: 52%; */
    text-align: left;
    padding-top: 3px;
  }
.hero-text p {
    font-size: 1.5rem;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 640px) {
.get-started-button {
    padding: 0.625rem 1.5rem; /* Larger padding on sm screens */
    font-size: 1rem; /* Base font size on larger screens */
  }
.hero-text p {
    font-size: 1.125rem;
  }
.learn-more {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
}

@media (min-width: 767.98px) {
.hero-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
.hero-text h1 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  text-align: left;
  padding-top: 3px;
  }
}

@media (min-width: 768px) {
.hero-text p {
    font-size: 1.25rem;
  }
.pricing-title {
    font-size: 2.25rem;
  }
}

@media (min-width: 576px) {
.why-logo {
    height: 60px;
  }
.pricing-title {
    font-size: 1.875rem;
  }
.pricing-subtitle {
    font-size: 1.25rem;
  }
  .pricing-subtitle-dark {
    font-size: 1.5rem;
  }
.pricing-text {
    font-size: 1.125rem;
  }
.footer-logo {
    width: 8rem;
    height: 8rem;
  }
}

@media (min-width: 992px) {
.pricing-title {
    font-size: 3rem;
  }
.contact-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
.footer-logo {
    width: 9rem;
    height: 9rem;
  }
}

@media only screen and (max-width:768px) {
.cta-buttons{
      margin-bottom: 2rem;
    }
    .about-logo, .why-logo {
        height: 55px;
        margin-bottom: -2px;
        max-width: 180px;
    }
    #why img.why-logo{
      margin-bottom: 0px;
      max-width: 31vw;
    }
    #contact a{
        word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    }
}
