/* ==========================================================================
   NOVAPEX - RESPONSIVE STYLESHEET
   Carefully tuned breakpoints: 1440px, 1200px, 992px, 768px, 576px, 480px, 360px
   ========================================================================== */

/* 1440px and below */
@media (max-width: 1440px) {
  .hero-corporate {
    padding: 160px 0 100px;
  }
  .hero-main-img {
    height: 480px;
  }
}

/* 1200px and below */
@media (max-width: 1200px) {
  .main-nav-list {
    gap: 1.25rem;
  }
  .nav-link-custom {
    font-size: 0.9rem;
  }
  .hero-main-img {
    height: 440px;
  }
  .featured-service-card {
    padding: 40px;
  }
  .featured-service-img {
    height: 360px;
  }
  .stat-card-editorial {
    padding: 28px 20px;
  }
  .service-hover-thumb {
    display: none;
  }
}

/* 992px and below (Tablet landscape & small desktops) */
@media (max-width: 992px) {
  .main-nav-list,
  .header-actions .btn-header-quote {
    display: none !important;
  }
  
  .btn-mobile-toggle {
    display: inline-flex;
  }

  .site-header {
    padding: 16px 0;
  }

  .hero-corporate {
    padding: 140px 0 80px;
  }
  
  .hero-corporate-bg {
    display: none;
  }

  .hero-composition {
    margin-top: 40px;
    padding: 0;
  }

  .hero-main-img {
    height: 400px;
  }

  .floating-card-metric {
    position: static;
    margin-top: 20px;
    animation: none;
  }

  .floating-card-growth {
    position: absolute;
    top: 20px;
    right: 15px;
  }

  .rotating-badge-wrapper {
    display: none;
  }

  .about-image-composition {
    padding: 0;
    margin-bottom: 40px;
  }

  .about-img-primary {
    width: 100%;
    height: 380px;
  }

  .about-img-secondary {
    display: none;
  }

  .about-badge-established {
    top: 15px;
    left: 15px;
  }

  .process-connecting-line {
    display: none;
  }

  .milestone-timeline::before {
    left: 20px;
  }

  .milestone-node {
    left: 20px;
  }

  .milestone-card {
    width: calc(100% - 50px);
    margin-left: 50px !important;
    margin-right: 0 !important;
  }

  .cta-banner-premium {
    padding: 50px 30px;
  }

  .service-row-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-row-meta {
    flex-direction: column;
    gap: 8px;
  }
}

/* 768px and below (Tablets portrait & large phones) */
@media (max-width: 768px) {
  .hero-corporate,
  .hero-growth,
  .hero-tech {
    padding: 130px 0 70px;
  }

  .hero-title {
    font-size: 2.3rem;
  }

  .inner-page-hero {
    padding: 140px 0 60px;
  }

  .portfolio-card-editorial.portfolio-large .portfolio-card-img-wrapper,
  .portfolio-card-editorial.portfolio-tall .portfolio-card-img-wrapper,
  .portfolio-card-img-wrapper {
    height: 320px;
  }

  .featured-service-card {
    padding: 30px 20px;
  }

  .featured-service-img {
    height: 280px;
    margin-top: 30px;
  }

  .stat-card-editorial {
    margin-bottom: 16px;
  }

  .testimonial-card-premium {
    padding: 30px 24px;
  }

  .testimonial-quote-text {
    font-size: 1.15rem;
  }

  .site-footer {
    padding: 70px 0 25px;
  }

  .pricing-card-premium {
    padding: 32px 24px;
    margin-bottom: 24px;
  }

  .countdown-box {
    gap: 10px;
    flex-wrap: wrap;
  }

  .countdown-unit {
    min-width: 75px;
    padding: 16px 12px;
  }

  .countdown-num {
    font-size: 2rem;
  }
}

/* 576px and below (Mobile standard) */
@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
    line-height: 1.15;
  }

  .btn-novapex {
    width: 100%;
    justify-content: center;
  }

  .hero-actions-group {
    flex-direction: column;
    gap: 12px;
  }

  .blog-card-horizontal {
    flex-direction: column;
  }

  .blog-thumb-sm {
    width: 100%;
    height: 160px;
  }

  .search-modal-card {
    padding: 24px;
    margin: 16px;
  }

  .search-input-field {
    font-size: 1.2rem;
  }
}

/* 480px and below (Mobile compact) */
@media (max-width: 480px) {
  .hero-main-img {
    height: 300px;
  }

  .floating-card-growth {
    padding: 10px 14px;
    font-size: 0.8rem;
  }

  .stat-huge-number {
    font-size: 2.8rem;
  }

  .pricing-amount {
    font-size: 2.6rem;
  }

  .footer-bottom-bar {
    text-align: center;
  }

  .footer-bottom-links {
    justify-content: center;
    margin-top: 12px;
  }
}

/* 360px and below (Smallest screens) */
@media (max-width: 360px) {
  .brand-text {
    font-size: 1.15rem;
  }

  .hero-title {
    font-size: 1.75rem;
  }

  .countdown-unit {
    min-width: 65px;
    padding: 12px 8px;
  }

  .countdown-num {
    font-size: 1.6rem;
  }
}
