/* Responsive CSS for Pension Clinic Template */

/* Tablet Styles */
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.8rem;
  }
  
  .hero-subtitle {
    font-size: 1.3rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .service-card,
  .price-card {
    margin-bottom: 2rem;
  }
  
  .team-image {
    width: 150px;
    height: 150px;
  }
  
  .shape-blob-1 {
    width: 200px;
    height: 200px;
  }
  
  .shape-blob-2 {
    width: 150px;
    height: 150px;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  body {
overflow-x: hidden;
    font-size: 14px;
  }
  
  /* Disable animations on mobile for better performance */
  .prefers-reduced-motion,
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  .hero-section {
    padding-top: 80px;
    min-height: 70vh;
  }
  
  .hero-title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  
  .hero-desc {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  section {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.1rem;
  }
  
  .section-desc {
    margin-bottom: 3rem;
  }
  
  /* Navigation */
  .navbar-nav .nav-link {
    margin: 0 0.5rem;
    padding: 0.5rem 0;
  }
  
  /* Service Cards */
  .service-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .service-image {
    height: 150px;
  }
  
  .service-name {
    font-size: 1.2rem;
  }
  
  .service-price {
    font-size: 1.8rem;
  }
  
  /* About Features */
  .about-feature {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .about-feature i {
    font-size: 2.5rem;
  }
  
  /* Price Cards */
  .price-card {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
  
  /* Team Section */
  .team-image {
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
  }
  
  .team-name {
    font-size: 1.1rem;
  }
  
  /* Review Cards */
  .review-card {
    padding: 1.5rem;
    margin: 0.5rem;
  }
  
  .review-text {
    font-size: 1rem;
  }
  
  /* Core Info */
  .coreinfo-item {
    padding: 1.5rem;
  }
  
  /* Contact Form */
  .contact-form {
    padding: 2rem 1.5rem;
  }
  
  .form-control {
    padding: 0.8rem;
    margin-bottom: 1rem;
  }
  
  .btn-primary {
    padding: 0.8rem 2rem;
    width: 100%;
  }
  
  /* Blog Cards */
  .blog-content {
    padding: 1.5rem;
  }
  
  .blog-image {
    height: 150px;
  }
  
  /* Gallery */
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
  }
  
  .gallery-image {
    height: 200px;
  }
  
  /* Footer */
  footer {
    padding: 2rem 0 1.5rem;
  }
  
  .footer-brand {
    font-size: 1.5rem;
  }
  
  .footer-policies a {
    display: block;
    margin: 0.5rem 0;
  }
  
  /* Hide decorative shapes on mobile */
  .shape-blob {
    display: none;
  }
  
  /* Swiper adjustments */
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  
  /* FAQ */
  .accordion-button {
    font-size: 0.95rem;
    padding: 1rem;
  }
  
  .accordion-body {
overflow-x: hidden;
    padding: 1rem;
    font-size: 0.9rem;
  }
}

/* Small Mobile Styles */
@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .section-title {
    font-size: 1.5rem;
  }
  
  .service-card,
  .price-card,
  .contact-form {
    padding: 1.5rem 1rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .gallery-image {
    height: 180px;
  }
  
  .team-image {
    width: 100px;
    height: 100px;
  }
  
  .review-card {
    padding: 1rem;
  }
  
  .footer-policies a {
    font-size: 0.9rem;
  }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
  .hero-section {
    min-height: 50vh;
  }
  
  section {
    padding: 40px 0;
  }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero-section::before {
    background-size: cover;
  }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
  
  .swiper {
    /* Disable swiper autoplay when reduced motion is preferred */
  }
  
  .service-card:hover,
  .price-card:hover,
  .blog-card:hover,
  .gallery-item:hover,
  .about-feature:hover {
    transform: none;
  }
}

/* Print Styles */
@media print {
  header,
  footer,
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-pagination {
    display: none;
  }
  
  body {
overflow-x: hidden;
    font-size: 12pt;
    line-height: 1.4;
    color: #000;
  }
  
  .hero-section,
  section {
    page-break-inside: avoid;
    padding: 20pt 0;
  }
  
  .service-card,
  .price-card {
    border: 1pt solid #ccc;
    page-break-inside: avoid;
  }
} 