/* ====== Media Queries ====== */

/* Medium screens - Tablets */
@media (max-width: 992px) {
  .navbar .container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .nav-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 48px;
  }

  .hero-subtitle {
    font-size: 15px;
    line-height: 24px;
  }

  .hero-buttons {
    flex-direction: row;
    gap: 10px;
  }

  .hero-section .card {
    flex-direction: column;
    gap: 20px;
  }

  .sub-title h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .hero-content h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-section .card-title img {
    width: 100%;
    height: auto;
  }

  .hero-buttons .btn a {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
  }

  .services-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }

  .service-box {
    flex-wrap: wrap;
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }

  .service-box h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .service-box p {
    font-size: 14px;
    line-height: 24px;
  }

   .video-poster {
    max-width: 90%;
  }

  .play-icon {
    width: 64px;
    height: 64px;
  }

  .play-icon img {
    width: 28px;
    height: 28px;
  }

  site-footer {
    padding: 40px 20px;
  }

  .footer-content {
    padding: 20px 15px;
    gap: 20px;
  }

  .logo-container img {
    max-width: 250px;
    height: auto;
  }

  .tagline {
    font-size: 15px;
    line-height: 1.6;
    max-width: 100%;
  }

  .social-icons a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}


/* Small screens - Mobiles */
@media (max-width: 768px) {
  .navbar {
    padding: 20px 0;
  }

  .nav-menu {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .nav-link {
    padding: 10px 16px;
    font-size: 14px;
  }

  .nav-menu .active,
  .nav-menu .nav-link:hover {
    border-radius: 15px;
    margin: 0;
  }

  .cta-button {
    flex-direction: row-reverse;
    justify-content: center;
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
  }

  .cta-button img {
    width: 20px;
    height: 20px;
  }

  .logo img {
    width: 120px;
    height: auto;
  }

  .hero-section {
    padding: 150px 20px 80px;
    min-height: auto;
  }

  .hero-title {
    font-size: 28px;
    line-height: 42px;
  }

  .hero-subtitle {
    font-size: 14px;
    line-height: 24px;
  }

  .service-box {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .service-box h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .service-box p {
    font-size: 13px;
    line-height: 22px;
  }


  .video-poster {
    max-width: 100%;
  }

  .play-icon {
    width: 56px;
    height: 56px;
  }

  .play-icon img {
    width: 24px;
    height: 24px;
  }

  site-footer {
    padding: 30px 15px;
  }

  .footer-content {
    gap: 16px;
  }

  .logo-container img {
    max-width: 200px;
  }

  .tagline {
    font-size: 14px;
    line-height: 1.5;
  }

  .social-icons {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .social-icons a {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .hero-buttons {
    flex-direction: row;
    gap: 10px;
  }
}


/* Extra Small screens - Very small phones */
@media (max-width: 480px) {
  .nav-link {
    font-size: 13px;
  }

  .cta-button {
    font-size: 13px;
    padding: 8px 12px;
  }

  .cta-button img {
    width: 18px;
    height: 18px;
  }

  .logo img {
    width: 100px;
  }

  .hero-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .hero-title {
    font-size: 24px;
    line-height: 36px;
  }

  .hero-subtitle {
    font-size: 13px;
    line-height: 20px;
  }

  .btn {
    padding: 8px 10px;
    font-size: 13px;
  }

  .hero-buttons {
    flex-direction: row;
    gap: 10px;
  }

  .sub-title h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .hero-content h3 {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-buttons .btn a {
    font-size: 14px;
    padding: 10px 20px;
  }

  .section-title {
    font-size: 20px;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
  }

  .icon-circle img {
    width: 24px;
    height: 24px;
  }
  .service-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .service-box h3 {
    font-size: 14px;
  }

  .service-box p {
    font-size: 12px;
  }
  .service-box img {
    width: 60px;
    height: 60px;
    padding: 8px;
  }

   .video-poster {
    border-radius: 12px;
  }

  .play-icon {
    width: 48px;
    height: 48px;
  }

  .play-icon img {
    width: 20px;
    height: 20px;
  }

  /* footer */
  .site-footer {
    padding: 40px 20px;
  }

  .footer-content {
    max-width: 500px;
    gap: 15px;
    padding: 10px;
  }
  .logo-container .light-icon {
    max-width: 130px;
  }

  .tagline {
    font-size: 13px;
    max-width: 100%;
  }

  .social-icons {
    gap: 12px;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
}
