/* =========================================================
   Lumina Health Care - Responsive CSS Media Queries
========================================================= */

/* Large desktops / small laptops */
@media (max-width: 1400px) {
  .navmenu > ul > li {
    padding: 15px 9px;
  }

  .navmenu a,
  .navmenu a:focus {
    font-size: 14px;
  }

  .hero .welcome h2 {
    font-size: 52px;
  }
}

/* Laptops */
@media (max-width: 1200px) {
  .header .branding {
    min-height: 70px;
  }

  .header .cta-btn {
    margin-right: 16px;
  }

  .hero {
    min-height: auto;
    padding: 90px 0 70px;
  }

  .hero .welcome h2 {
    font-size: 46px;
  }

  .hero .welcome p {
    font-size: 18px;
  }
}

/* Tablets */
@media (max-width: 992px) {
  section,
  .section {
    padding: 70px 0;
  }

  .section-title {
    padding-bottom: 42px;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .hero::before {
    background: rgba(255, 255, 255, 0.9);
  }

  .hero .content {
    margin-top: 35px;
  }

  .about .content {
    margin-top: 20px;
  }

  .about .content h3 {
    font-size: 30px;
  }

  .stats .stats-item {
    margin-bottom: 10px;
  }

  .appointment .php-email-form,
  .contact .php-email-form {
    padding: 28px;
  }

  .testimonials .info {
    margin-bottom: 30px;
    text-align: center;
  }

  .testimonials .info p {
    max-width: 650px;
    margin: 0 auto;
  }

  .contact .info-item {
    height: auto;
  }
}

/* Large phones / small tablets */
@media (max-width: 768px) {
  section,
  .section {
    padding: 60px 0;
    scroll-margin-top: 70px;
  }

  .header .branding {
    min-height: 66px;
  }

  .header .logo h1 {
    font-size: 26px;
  }

  .header .logo span {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .hero {
    padding: 75px 0 60px;
  }

  .hero .welcome h2 {
    font-size: 36px;
    line-height: 1.15;
  }

  .hero .welcome p {
    font-size: 16px;
  }

  .hero .content .why-box,
  .hero .content .icon-box {
    padding: 26px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .section-title p {
    font-size: 15px;
  }

  .about .content ul li {
    flex-direction: column;
    margin-top: 28px;
  }

  .about .content ul i {
    margin: 0 0 16px;
  }

  .services .service-item,
  .department-card {
    padding: 32px 24px;
  }

  .doctors .team-member {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }

  .doctors .team-member .pic {
    width: 135px;
    height: 135px;
  }

  .doctors .team-member .member-info {
    padding-left: 0;
    padding-top: 22px;
  }

  .gallery .gallery-item img {
    height: 240px;
  }

  .faq .faq-container .faq-item {
    padding: 20px;
  }

  .faq .faq-container .faq-item h3 {
    font-size: 16px;
  }

  .contact iframe {
    height: 280px !important;
  }

  .footer {
    text-align: center;
  }

  .footer .social-links {
    justify-content: center;
  }
}

/* Regular phones */
@media (max-width: 576px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .header .cta-btn {
    display: none !important;
  }

  .mobile-nav-toggle {
    margin-left: 12px;
  }

  .hero {
    padding: 65px 0 55px;
  }

  .hero .welcome h2 {
    font-size: 31px;
  }

  .hero .welcome p {
    font-size: 15px;
    line-height: 1.6;
  }

  .hero .content {
    margin-top: 28px;
  }

  .hero .content .why-box h3 {
    font-size: 24px;
  }

  .hero .content .icon-box i {
    font-size: 32px;
  }

  .section-title {
    padding-bottom: 36px;
  }

  .section-title h2 {
    font-size: 27px;
  }

  .about .content h3 {
    font-size: 27px;
  }

  .stats i {
    width: 56px;
    height: 56px;
  }

  .stats .stats-item span {
    font-size: 30px;
  }

  .services .service-item,
  .department-card,
  .doctors .team-member,
  .appointment .php-email-form,
  .contact .php-email-form {
    padding: 24px;
  }

  .appointment .php-email-form input,
  .appointment .php-email-form select,
  .contact .php-email-form input {
    height: 48px;
  }

  .testimonials .testimonial-item {
    margin: 22px;
  }

  .testimonials .testimonial-item .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .testimonials .testimonial-item .testimonial-img {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .gallery .gallery-item img {
    height: 220px;
  }

  .contact .info-item {
    padding: 20px;
  }

  .contact .info-item i {
    width: 42px;
    height: 42px;
  }

  .footer .footer-top {
    padding: 55px 0 30px;
  }

  .footer .logo .sitename {
    font-size: 24px;
  }
}

/* Very small phones */
@media (max-width: 400px) {
  .hero .welcome h2 {
    font-size: 28px;
  }

  .hero .content .why-box,
  .hero .content .icon-box {
    padding: 22px;
  }

  .section-title h2 {
    font-size: 25px;
  }

  .services .service-item h3,
  .department-card h3 {
    font-size: 20px;
  }

  .doctors .team-member .pic {
    width: 120px;
    height: 120px;
  }

  .appointment .php-email-form,
  .contact .php-email-form {
    padding: 20px;
  }

  .contact .info-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .contact .info-item i {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

/* Disable AOS delay on mobile */
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
