@media (max-width: 990px) {
  .menu-toggle {
    display: block;
  }
  /* Transform bars into an "X" when active */
  .menu-toggle.active .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  /* Navigation List */
  .bgc nav ul,
  nav ul {
    display: none;
    flex-direction: column;
    background-color: #192f59;
    position: absolute;
    top: 100%;
    right: 10%;
    width: 100%;
  }
  .bgc nav ul.active,
  nav ul.active {
    display: flex;
  }
  .logo {
    width: 50px;
  }
  .logo-img {
    height: 3em;
  }
  nav ul li {
    margin: 1em;
  }
  .wrapper {
    flex-direction: column;
  }
  .abt-second-text {
    width: 100%;
  }
  .abt-second-text p {
    padding: 0;
  }
  .cols,
  .home-col {
    width: 100%;
  }
  .abt-goals {
    width: 100%;
  }
  .topline h1 {
    font-size: 1.8em;
  }
  .hero-text {
    width: 80%;
  }
  .imgbox {
    margin: 5em 0;
  }
  .page-head {
    padding: 12em 3em 1em;
  }
  .about-intro__text {
    width: 100%;
    padding: 0;
  }
  .learn-wrapper {
    flex-direction: column;
  }
  .learn-intro-img,
  .learn-text {
    width: 100%;
    height: auto;
  }
  .contactRow {
    flex-direction: column;
    width: 100%;
  }
  .learn_text {
    padding: 0;
    margin: auto;
    width: 90%;
    align-items: center;
    top: 50%;
  }
  .service_wrapper {
    width: auto;
    padding: 1em;
  }
  .service_card {
    flex-direction: column;
    margin: 4em auto;
    text-align: center;
    width: auto;
  }
  .service_card_top {
    flex-direction: column;
    margin: 1em auto;
  }
  .service_icon {
    width: 5em;
  }
  .row {
    padding: 5em 0;
  }
  .learn-intro__text {
    line-height: 1.4;
    font-size: 8.5vw;
    text-align: center;
  }
  .benefits_list {
    flex-direction: column;
  }
  .contactContainer {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .benefits_item {
    width: 100%;
  }
  .contactContainer form {
    width: 90vw;
  }
  .contactContainer form textarea {
    min-width: 70vw;
    max-width: 70vw;
  }
  .contactContainer form h4 {
    margin-left: 2em;
  }
  .addressDiv {
    height: 40vh;
  }
  .emailCol,
  .addressCol {
    display: flex;
    flex-direction: column;
  }
  footer {
    bottom: unset;
    margin-top: 3em;
  }
  .abt-second-text {
    width: 100%;
    margin: auto;
  }
  .abt-goals {
    width: 100%;
  }
  footer .row {
    width: 85%;
    flex-direction: column;
  }
  .feedback-container {
    width: 90%;
    padding: 1em;
    margin: 2em auto;
    overflow: hidden;
  }
  .feedback-form {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .feedback-form .form-row {
    width: 100%;
    margin: 0 0 1.5em 0;
    padding: 0;
    flex-direction: column;
    gap: 1.5em;
  }
  .feedback-form .form-group {
    width: 100%;
    margin: 0;
  }
  .feedback-form input,
  .feedback-form textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .notification {
    width: 90%;
    right: -100%;
    top: 100px;
  }
  .notification.show {
    right: 5%;
  }
}
/* Mobile Responsive Styles */
@media (max-width: 600px) {
  .feedback-form {
    width: 100%;
    padding: 1em;
  }
  input,
  .feedback-form input,
  .feedback-form textarea {
    font-size: 1em;
  }
  .feedback-form button {
    width: 100%;
    padding: 1em;
    font-size: 1.2em;
  }
  .feedback-container {
    width: 95%;
    margin: 1em auto;
    padding: 0.5em;
  }
  .feedback-form .form-group label {
    font-size: 0.9em;
  }
  .feedback-form input,
  .feedback-form textarea {
    padding: 0.8em;
  }
  .feedback-form .btn {
    padding: 0.8em;
    font-size: 1em;
  }
  .tab-container {
    width: 90%;
  }
  .tab-item {
    padding: 0rem 1rem;
    display: flex;
    margin: auto;
    flex-direction: column;
  }
  .document_item {
    width: 95%;
    margin: 0.2em auto;
  }
  .taxiAd-container {
    padding: 15px;
    min-height: auto;
  }
  .taxiAd-container h1 {
    font-size: 20px;
    margin: 10px 0 15px 0;
  }
  .download-section {
    margin: 15px 0 20px 0;
  }
  .download-form {
    padding: 12px 20px;
    font-size: 14px;
  }
  .requirements {
    margin: 20px auto;
    padding: 0 10px;
  }
  .requirements h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .requirements li {
    padding: 12px;
    margin: 8px 0;
    font-size: 14px;
  }
  .application-info {
    margin-top: 20px;
    padding: 0 10px;
  }
  .application-info p {
    font-size: 14px;
  }
}
.modern-services-section {
  padding: 3rem 1rem;
}
.modern-services-section .modern-services-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.modern-services-grid {
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 100%;
}

.modern-service-card {
  padding: 2rem 1.5rem;
  margin: 0 auto;
  max-width: 350px;
}
.modern-service-card .modern-service-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}
.modern-service-card .modern-service-title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.modern-service-card .modern-service-text {
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .modern-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
  .modern-service-card {
    padding: 2.5rem 2rem;
  }
  .modern-service-card .modern-service-icon {
    width: 70px;
    height: 70px;
  }
  .modern-service-card .modern-service-title {
    font-size: 1.4rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .modern-services-section {
    padding: 4rem 2rem;
  }
  .modern-services-grid {
    gap: 2.5rem;
  }
  .modern-service-card {
    max-width: 400px;
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 479px) {
  .modern-services-section {
    padding: 2rem 1rem;
  }
  .modern-services-section .modern-services-title {
    font-size: 1.8rem;
  }
  .modern-service-card {
    padding: 1.5rem 1rem;
    max-width: 280px;
  }
  .modern-service-card .modern-service-icon {
    width: 50px;
    height: 50px;
  }
  .modern-service-card .modern-service-title {
    font-size: 1.2rem;
  }
  .modern-service-card .modern-service-text {
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=mobile.css.map */