@media (max-width: 991px) {
  .hero {
    min-height: 800px;
  }

  .hero .left {
    padding: 4rem 1rem 1rem;
    text-align: center;
  }

  .hero .computer-screen {
    margin-top: 2rem;
    padding: 26px 16px;
    min-height: 300px;
  }

  .hero .computer-screen .carousel-item .carousel-caption {
    top: auto;
    bottom: 10%;
    transform: translate(-50%, 0);
  }

  .about-section h2::after {
    margin: 8px auto 10px;
  }

  .work-video-card {
    height: 320px;
  }

  .contact-header {
    padding: 60px 20px 90px;
  }

  .contact-cards {
    margin-top: -60px;
  }

  .footer-bottom .row {
    gap: 1rem;
  }

  .footer-bottom-links {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 900px;
  }

  .hero .left {
    text-align: center;
  }

  .hero .computer-screen {
    margin-top: 1.5rem;
    height: auto;
    padding: 25px 16px;
  }

  .hero .computer-screen .carousel-item .carousel-caption {
    left: 50%;
    top: auto;
    bottom: 14%;
  }

  .navbar-expand-lg .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-item {
    margin: 0.35rem 0;
  }

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

  .contact-box {
    padding: 30px 24px;
  }

  .footer {
    padding: 40px 0 30px;
  }

  footer .footer-section,
  footer .footer-bottom,
  footer .footer-bottom-links {
    text-align: center;
  }

  .footer-bottom .col-md-6 {
    width: 100%;
  }

  .footer-bottom-links {
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1.25rem;
    padding: 0;
  }

  .footer-links li {
    margin: 0;
  }

  .footer-bottom-links a {
    display: inline-block;
  }
}

@media (max-width: 576px) {
  section,
  header {
    padding: 70px 0;
  }

  .hero {
    padding: 50px 0;
  }

  .hero .computer-screen {
    padding: 24px 14px;
  }

  .work-video-card {
    height: 260px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
  }
}
