/* Responsive Styles for Hindu Pandit */

/* Large Desktop - Scaling the wheel if container is tight */
@media (max-width: 1400px) {
  .zodiac-exact-container {
    transform: scale(0.9);
  }
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 3.5rem;
  }
  
  .zodiac-exact-container {
    transform: scale(0.8);
  }
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .navbar-collapse {
    background-color: var(--color-surface);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--color-border);
    margin-top: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  }
  
  .nav-link {
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  
  .nav-item:last-child .nav-link {
    border-bottom: none;
  }
  
  .section-padding {
    padding: 80px 0;
  }
  
  .page-header {
    padding: 120px 0 60px;
  }
  
  .footer {
    padding: 60px 0 20px;
  }
  
  .footer-widget {
    margin-bottom: 40px;
  }

  /* Wheel on Tablets */
  .zodiac-exact-wrapper {
    min-height: 400px;
    margin-top: 30px;
  }
  
  .zodiac-exact-container {
    transform: scale(0.7);
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding-top: 140px; /* More padding for mobile fixed header */
    min-height: auto;
    padding-bottom: 80px;
    text-align: center;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  
  .hero-content .btn-gold {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .hero-content .btn-outline-gold {
    width: 100%;
  }
  
  .section-title h2 {
    font-size: 2.2rem;
  }
  
  .service-card {
    padding: 30px 20px;
  }
  
  .trust-item {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .trust-item:last-child {
    margin-bottom: 0;
  }
  
  .page-title {
    font-size: 2.5rem;
  }
  
  .testimonial-card {
    padding: 30px 20px;
  }
  
  .floating-whatsapp {
    width: 50px;
    height: 50px;
    font-size: 28px;
    bottom: 20px;
    right: 20px;
  }

  /* Hide wheel on small mobile to focus on CTA */
  .zodiac-exact-wrapper {
    display: none;
  }
}

@media (max-width: 575px) {
  .hero-title {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  
  .section-padding {
    padding: 60px 0;
  }
  
  .page-header {
    padding: 100px 0 50px;
  }
  
  .page-title {
    font-size: 2rem;
  }
  
  .section-title h2 {
    font-size: 1.8rem;
  }

  .navbar-brand {
    font-size: 1.2rem;
  }
}
