@media screen and (max-width: 1400px) {
  #profile {
    height: 83vh;
    margin-bottom: 6rem;
  }

  .about-containers {
    flex-wrap: wrap;
  }

  #contact,
  #projects,
  #services,
  #portfolio,
  #case-studies,
  #testimonials {
    height: fit-content;
  }

  .services-container {
    gap: 1.5rem;
  }

  .portfolio-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-studies-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonials-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-container {
    gap: 2rem;
  }
}

@media screen and (max-width: 1200px) {
  #desktop-nav {
    display: none;
  }

  #hamburger-nav {
    display: flex;
  }

  #experience,
  .experience-details-container {
    margin-top: 2rem;
  }

  #profile,
  .section-container {
    display: flex;
    flex-direction: column;
  }

  .arrow {
    display: none;
  }

  section,
  .section-container {
    height: fit-content;
  }

  section {
    margin: 0 5%;
  }

  .section__pic-container {
    width: 275px;
    height: 275px;
    margin: 0 auto 2rem;
  }

  .about-containers {
    margin-top: 0;
  }

  /* Carousel Tablet Overrides: 2 items per view */
  .project-card {
    width: calc((100% - 2rem) / 2);
    /* 2 items, 1 gap of 2rem */
  }

  .project-card:nth-child(3n) {
    margin-right: 2rem;
    /* Reset desktop rule */
  }

  .project-card:nth-child(2n) {
    margin-right: 0;
    /* New tablet rule */
  }

  .service-card {
    width: 100%;
    max-width: 350px;
  }

  .portfolio-container {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .case-studies-container {
    grid-template-columns: 1fr;
  }

  .testimonials-container {
    grid-template-columns: 1fr;
  }

  .stats-container {
    gap: 1.5rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .platforms-logos {
    gap: 1rem;
  }

  .platform-logo {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 600px) {

  /* Carousel Mobile Overrides: 1 item per view */
  .project-card {
    width: 100%;
    margin-right: 0;
  }

  .project-card:nth-child(2n) {
    margin-right: 0;
    /* Reset tablet rule just in case */
  }

  #contact,
  footer {
    height: 40vh;
  }

  #profile {
    height: 83vh;
    margin-bottom: 0;
  }

  article {
    font-size: 1rem;
  }

  footer nav {
    height: fit-content;
    margin-bottom: 2rem;
  }

  .about-containers,
  .contact-info-upper-container,
  .btn-container {
    flex-wrap: wrap;
  }

  .contact-info-container {
    margin: 0;
  }

  .contact-info-container p,
  .nav-links li a {
    font-size: 1rem;
  }

  .experience-sub-title {
    font-size: 1.25rem;
  }

  .logo {
    font-size: 1.5rem;
  }

  .nav-links {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .section__pic-container {
    width: auto;
    height: 46vw;
    justify-content: center;
  }

  .section__text__p2 {
    font-size: 1.25rem;
  }

  .title {
    font-size: 2rem;
  }

  .text-container {
    text-align: justify;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-label {
    font-size: 0.85rem;
  }

  .stats-container {
    gap: 1rem;
  }

  .platforms-logos {
    gap: 0.5rem;
  }

  .platform-logo {
    padding: 0.4rem 0.8rem;
    font-size: 0.75rem;
  }

  .case-study-stats {
    flex-direction: column;
    gap: 1rem;
  }

  .case-stat-number {
    font-size: 1.5rem;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .quote-icon {
    font-size: 2rem;
  }

  #socials-container {
    gap: 0.5rem;
  }

  .social-icon {
    font-size: 1.5rem;
  }
}