@media screen and (max-width: 576px) {
  .header-top .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-info {
    width: 100%;
    justify-content: space-between;
    gap: 5px;
    font-size: 0.8rem;
    flex-wrap: wrap;
  }
  .social-links {
    align-self: flex-end;
  }
  .logo-title {
    font-size: 1rem;
    white-space: normal;
  }

  .logo-link {
    gap: 8px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
}

@media (max-width: 768px) {
  .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 600;
    color: #000 !important;
    text-transform: uppercase;
    padding: 8px 0px !important;
  }
  .mobile-brand {
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
    padding: 10px 0 !important;
    display: flex !important;
  }

  .spot-cource {
    flex-direction: column;
  }

  .spot-cource .left-image-cource {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }

  .spot-cource .right-content-course {
    width: 100%;
    padding: 35px;
  }

  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
  }

  .pu-programs-heading h2 {
    font-size: 26px;
  }

  .pu-program-img {
    height: 180px;
  }

  .pu-card-buttons {
    flex-direction: column;
  }

  .pu-btn {
    width: 100%;
    text-align: center;
  }

  .pu-programs-carousel .owl-nav button {
    width: 44px;
    height: 44px;
  }

  .pu-programs-carousel .owl-nav .owl-prev {
    left: -8px;
  }

  .pu-programs-carousel .owl-nav .owl-next {
    right: -8px;
  }

  .apu-title {
    font-size: 28px;
    font-weight: 700;
    color: #363a76;
    margin-bottom: 12px;
  }

  .title-ea h3 {
    font-size: 26px;
    font-weight: 700;
    color: #363a76;
    margin-bottom: 12px;
  }

  .pu-programs-section {
    padding: 40px 0;
    background: #f5f7fb;
  }
  .footer-institutions h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
  }
  .footer-institutions ul li {
    margin-bottom: 20px;
  }
  .footer-institutions ul li:not(:last-child)::after {
    display: none;
  }

  .footer-pu .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }

  .footer-bottom .ptb {
    justify-content: center;
    gap: 15px;
  }

  .apu-section .row {
    flex-direction: column-reverse;
  }

  .apu-about-page {
    padding: 0px 0;
  }

  .apu-title {
    text-align: center;
  }

  .apu-card {
    padding: 20px;
  }

  .apu-card h5 {
    font-size: 20px;
  }

  .apu-card p,
  .apu-trust p,
  .apu-commitment p {
    font-size: 14px;
    line-height: 1.8;
  }

  .apu-commitment {
    padding: 60px 20px;
  }

  .apu-btn {
    width: 100%;
    max-width: 240px;
    text-align: center;
  }

  .bcom-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #555;
    align-items: start;
    text-align: start;
    font-size: 16px;
  }

  .seba-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #555;
    line-height: 1.8;
    text-align: start;
  }

  .bascs-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #555;
    line-height: 1.8;
    text-align: start;
  }
}
