/* Responsive CSS for Veteran Benefits Concierge */

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  
  .hero-title-1 {
    font-size: 4rem;
  }
  
  .hero-subtitle-1 {
    font-size: 1.8rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
  
  .hero-title-1 {
    font-size: 3.5rem;
  }
  
  .hero-subtitle-1 {
    font-size: 1.6rem;
  }
  
  .section-title {
    font-size: 2.2rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
  
  .hero-title-1 {
    font-size: 3rem;
  }
  
  .hero-subtitle-1 {
    font-size: 1.4rem;
  }
  
  .hero-desc-1 {
    font-size: 1rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.1rem;
  }
  
  .section-padding {
    padding: 4rem 0;
  }
  
  .about-feature,
  .service-item,
  .feature-item,
  .price-card,
  .core-info-item {
    padding: 1.5rem;
  }
  
  .team-image {
    width: 150px;
    height: 150px;
  }
  
  .contact-form {
    padding: 2rem;
  }
  
  /* Disable animations on tablets */
  .swiper-container-autoplay {
    animation: none !important;
  }
  
  /* Adjust spacing for mobile nav */
  .navbar-collapse {
    background-color: white;
    padding: 1rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
  
  .hero-title-1 {
    font-size: 2.5rem;
  }
  
  .hero-subtitle-1 {
    font-size: 1.2rem;
  }
  
  .hero-desc-1 {
    font-size: 0.9rem;
  }
  
  .section-title {
    font-size: 1.8rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  
  .section-padding {
    padding: 3rem 0;
  }
  
  .about-feature,
  .service-item,
  .feature-item,
  .price-card,
  .core-info-item,
  .review-item {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
  }
  
  .about-feature-icon,
  .service-icon,
  .feature-icon,
  .core-info-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .team-image {
    width: 120px;
    height: 120px;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  /* Footer adjustments */
  footer {
    padding: 3rem 0 1.5rem;
    text-align: center;
  }
  
  /* Disable animations on phones */
  .swiper-container-autoplay {
    animation: none !important;
  }
  
  /* Navbar adjustments */
  .navbar-collapse {
    background-color: white;
    padding: 1rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }
  
  .navbar-brand {
    font-size: 1.5rem;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-title-1 {
    font-size: 2rem;
  }
  
  .hero-subtitle-1 {
    font-size: 1.1rem;
  }
  
  .hero-desc-1 {
    font-size: 0.9rem;
  }
  
  .section-title {
    font-size: 1.6rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .section-padding {
    padding: 2.5rem 0;
  }
  
  .about-feature,
  .service-item,
  .feature-item,
  .price-card,
  .core-info-item,
  .review-item {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .about-feature-icon,
  .service-icon,
  .feature-icon,
  .core-info-icon {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
  
  .service-item-price {
    font-size: 1.5rem;
  }
  
  .team-image {
    width: 100px;
    height: 100px;
  }
  
  .contact-form {
    padding: 1.25rem;
  }
  
  /* Footer adjustments */
  footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  #site-copyright {
    font-size: 0.8rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
  
  /* Hide decorative blobs on small screens */
  .blob {
    display: none;
  }
  
  /* Navbar adjustments */
  .navbar {
    padding: 0.5rem 0;
  }
  
  .navbar-brand {
    font-size: 1.3rem;
  }
  
  .navbar-collapse {
    background-color: white;
    padding: 1rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }
  
  /* Gallery adjustments */
  .gallery-image {
    height: 200px;
  }
  
  /* Disable animations on mobile */
  .fade-in, 
  .fade-in-up, 
  .fade-in-left, 
  .fade-in-right {
    animation: none !important;
    opacity: 1;
  }
  
  .swiper-container-autoplay {
    animation: none !important;
  }
}

/* Orientation Specific Adjustments */
@media (orientation: landscape) and (max-height: 500px) {
  #hero {
    height: auto;
    min-height: 400px;
  }
  
  .hero-content {
    padding: 6rem 0 4rem;
  }
}

/* Print Styles */
@media print {
  header, 
  footer, 
  #hero, 
  .contact-form, 
  .gallery-section,
  video, 
  audio {
    display: none !important;
  }
  
  body {
    font-size: 12pt;
    color: #000;
    background: #fff;
  }
  
  a {
    color: #000;
    text-decoration: underline;
  }
  
  .container {
    max-width: 100%;
    width: 100%;
  }
  
  /* Only show essential content */
  #about,
  #services,
  #features,
  #coreinfo {
    padding: 1cm 0;
    page-break-inside: avoid;
  }
}

/* Prefers Reduced Motion */
@media (prefers-reduced-motion) {
  .fade-in, 
  .fade-in-up, 
  .fade-in-left, 
  .fade-in-right,
  .about-feature:hover,
  .service-item:hover,
  .price-card:hover,
  .gallery-image:hover {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
  
  html {
    scroll-behavior: auto;
  }
  
  .swiper-container-autoplay {
    animation: none !important;
  }
} 