/* Responsive Styles */
/* 1280px */
@media (max-width: 80em) {
  .hero__heading {
    font-size: 5.6rem;
  }

  .floating-card--left {
    left: 2%;
  }

  .floating-card--right {
    right: 1%;
  }
}

/* 1024px */
@media (max-width: 64em) {
  .floating-card {
    display: none;
  }

  .footer__top {
    grid-template-columns: 1.8fr 1fr 1.1fr;
    gap: 4rem;
  }

  .statistics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .heading-3 {
    font-size: 3.6rem;
  }

  .heading-2 {
    font-size: 4.8rem;
  }

  .service-icon {
    width: 4.8rem;
  }

  .why-choose {
    gap: 2.4rem;
  }
}
/* 768px */
@media (max-width: 48em) {
  .header__navbar {
    flex-direction: column;
    gap: 2.4rem;
  }

  .footer__top {
    grid-template-columns: 1fr;
    gap: 3.6rem;
    padding-top: 6.4rem;
    padding-bottom: 4.2rem;
  }

  .footer__brand {
    max-width: 100%;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.8rem;
  }

  .header__nav-right {
    flex-direction: column;
    gap: 2.4rem;
  }

  .hero {
    padding: 6rem 0 8rem;
  }

  .hero__heading {
    font-size: 4.8rem;
  }

  .statistics {
    padding: 4rem 1.6rem;
  }

  .story {
    padding: 4rem 0 8rem;
  }
  .story__description {
    width: 80%;
  }

  .services {
    padding: 8rem 1.6rem;
  }

  .services__grid {
    grid-template-columns: 1fr;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .heading-2 {
    font-size: 4rem;
  }

  .service-icon {
    width: 4rem;
  }

  .section-dark {
    padding: 8rem 0;
  }

  .why-choose {
    grid-template-columns: 1fr;
    gap: 4.8rem;
    text-align: center;
  }

  .why-choose__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* 600px */
@media (max-width: 37.5em) {
  .br-none {
    display: none;
  }
}

/* Approach Section */
@media (max-width: 64em) {
  .approach__container {
    gap: 3.2rem;
  }

  .approach__images {
    height: 46rem;
  }

  .img-tall {
    height: 42rem;
  }

  .img-laptop {
    height: 28rem;
    bottom: 3rem;
  }
}

@media (max-width: 48em) {
  .reality,
  .help,
  .scheduling {
    padding: 8rem 0;
  }
  
  .approach__container {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .approach__images {
    width: 100%;
    height: 38rem;
  }

  .img-tall {
    height: 34rem;
  }

  .img-laptop {
    height: 22rem;
    bottom: 2.4rem;
  }
}

/* 480px */
@media (max-width: 30em) {
  .approach__images {
    height: 30rem;
  }

  .footer__heading {
    font-size: 2.2rem;
  }

  .footer__brand-text,
  .footer__links a,
  .footer__mail,
  .footer__copyright,
  .footer__legal a {
    font-size: 1.4rem;
  }

  .footer__legal {
    gap: 2rem;
    flex-wrap: wrap;
  }

  .img-tall {
    height: 26rem;
  }

  .img-laptop {
    height: 16rem;
    bottom: 2rem;
  }

  .hero__heading {
    font-size: 3.6rem;
  }

  .statistics__grid {
    grid-template-columns: 1fr;
  }
  
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .heading-3 {
    font-size: 2.4rem;
  }

  .heading-2 {
    font-size: 3.2rem;
  }

  .service-icon {
    width: 3.2rem;
  }

  .story__description {
    font-size: 1.4rem;
  }

  .section-dark {
    padding: 6rem 1.6rem;
  }

  .services {
    padding: 6rem 1.6rem;
  }
  
  .reality {
    padding: 6rem 1.6rem;
  }
  
  .help {
    padding: 6rem 1.6rem;
  }
  
  .scheduling {
    padding: 6rem 1.6rem;
  }

  .scheduling__footer {
    flex-direction: column;
    gap: 1.6rem;
    text-align: center;
  }

  .services__header {
    margin-bottom: 4rem;
  }

  .service-card {
    padding: 2.4rem;
  }
}
