/* ==========================================================================
   TAX EXCELLENCE AUSTRALIA - RESPONSIVE STYLESHEET
   ========================================================================== */

/* Extra Large Screens (>= 1400px) */
@media (min-width: 1400px) {
  .hero-title {
    font-size: 3.8rem;
  }
}

/* Desktops & Laptops (<= 1199.98px) */
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3rem;
  }
  .section-title {
    font-size: 2.2rem;
  }
  .hero-glass-card {
    padding: 24px;
  }
  .floating-badge.badge-1 {
    right: 0;
  }
  .floating-badge.badge-2 {
    left: 0;
  }
}

/* Tablets & Medium Screens (<= 991.98px) */
@media (max-width: 991.98px) {
  .top-bar {
    display: none;
  }

  .section-padding {
    padding: 70px 0;
  }

  .hero-section {
    padding: 60px 0 80px;
    text-align: center;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-btn-group {
    justify-content: center;
  }

  .hero-visual-container {
    margin-top: 50px;
  }

  /* Timeline adjustment for vertical layout */
  .timeline-container::before {
    left: 20px;
  }
  .timeline-item {
    width: 100% !important;
    padding-left: 55px !important;
    padding-right: 0 !important;
    text-align: left !important;
    margin-bottom: 35px;
  }
  .timeline-item.right {
    left: 0;
  }
  .timeline-item.left .timeline-dot,
  .timeline-item.right .timeline-dot {
    left: 8px;
    right: auto;
  }

  .contact-info-card {
    margin-bottom: 30px;
  }
}

/* Mobile Screens (<= 767.98px) */
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.3rem;
  }
  .hero-subtitle {
    font-size: 1.1rem;
  }
  .section-title {
    font-size: 1.85rem;
  }

  .feature-card, 
  .service-card, 
  .advisory-card, 
  .step-card {
    padding: 25px 20px;
  }

  .floating-actions {
    bottom: 15px;
    right: 15px;
  }
  .float-btn {
    width: 44px;
    height: 44px;
    font-size: 0.9rem;
  }

  .dash-stat-grid {
    grid-template-columns: 1fr;
  }
  
  .floating-badge {
    position: static;
    margin-top: 15px;
    width: 100%;
    justify-content: center;
    animation: none;
  }

  .testimonial-glass-card {
    padding: 25px;
  }

  .faq-nav-tabs .nav-link {
    font-size: 0.8rem;
    padding: 8px 16px !important;
  }
}

/* Extra Small Mobile (<= 480px) */
@media (max-width: 480px) {
  .hero-title {
    font-size: 1.95rem;
  }
  .btn-orange, .btn-royal-outline, .btn-white-outline {
    width: 100%;
    margin-bottom: 10px;
  }
  .hero-btn-group {
    flex-direction: column;
  }
}
