/* Responsive Styles for Local Art Leasing Template */

/* Tablet Landscape (992px and down) */
@media (max-width: 991.98px) {
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.75rem;
  }
  
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .decorative-shape {
    display: none;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  
  .price-value {
    font-size: 2rem;
  }
}

/* Tablet Portrait (768px and down) */
@media (max-width: 767.98px) {
  .navbar-brand {
    font-size: 1.1rem;
  }
  
  h1 {
    font-size: 1.75rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.25rem;
  }
  
  .hero-section {
    min-height: 70vh;
    padding: 1rem 0;
  }
  
  .section {
    padding: 2.5rem 0;
  }
  
  .section-title {
    margin-bottom: 2rem;
  }
  
  .custom-card {
    margin-bottom: 1.5rem;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  .feature-icon {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  
  .step-number {
    width: 40px;
    height: 40px;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.5rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  .timeline-item {
    margin-left: 0.5rem;
    padding-left: 1.5rem;
  }
  
  .price-card {
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem;
  }
}

/* Mobile Landscape (576px and down) */
@media (max-width: 575.98px) {
  .navbar {
    padding: 0.5rem 0;
  }
  
  .navbar-brand {
    font-size: 1rem;
  }
  
  h1 {
    font-size: 1.5rem;
  }
  
  h2 {
    font-size: 1.25rem;
  }
  
  h3 {
    font-size: 1.1rem;
  }
  
  p {
    font-size: 0.9rem;
  }
  
  .hero-section {
    min-height: 60vh;
    padding: 0.5rem 0;
  }
  
  .section {
    padding: 2rem 0;
  }
  
  .section-title {
    margin-bottom: 1.5rem;
  }
  
  .custom-card {
    margin-bottom: 1rem;
  }
  
  .service-card {
    padding: 1.5rem 0.5rem;
  }
  
  .service-price {
    font-size: 1.25rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .feature-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .step-number {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
  
  .process-step {
    padding: 1rem;
  }
  
  .contact-form {
    padding: 1rem;
  }
  
  .form-control {
    padding: 0.5rem;
  }
  
  .btn-primary {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.25rem;
  }
  
  .gallery-item img {
    height: 150px;
  }
  
  .faq-question,
  .faq-answer {
    padding: 0.75rem;
    font-size: 0.9rem;
  }
  
  .review-card {
    padding: 1rem;
    font-size: 0.9rem;
  }
  
  .timeline-item {
    padding: 1rem 0;
    padding-left: 1rem;
  }
  
  .timeline-item::before {
    left: -6px;
    width: 10px;
    height: 10px;
  }
  
  .price-card {
    padding: 1rem 0.5rem;
  }
  
  .price-value {
    font-size: 1.75rem;
  }
  
  .footer {
    padding: 1.5rem 0 1rem;
  }
  
  .breadcrumb-img {
    width: 25px;
    height: 25px;
  }
}

/* Extra Small Mobile (420px and down) */
@media (max-width: 419.98px) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  h1 {
    font-size: 1.25rem;
  }
  
  h2 {
    font-size: 1.1rem;
  }
  
  h3 {
    font-size: 1rem;
  }
  
  .hero-section {
    min-height: 50vh;
  }
  
  .section {
    padding: 1.5rem 0;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-form {
    padding: 0.75rem;
  }
  
  .custom-card {
    font-size: 0.85rem;
  }
  
  .service-card {
    padding: 1rem 0.25rem;
  }
  
  .price-card {
    padding: 0.75rem 0.25rem;
  }
  
  .team-photo {
    width: 80px;
    height: 80px;
  }
  
  .footer {
    font-size: 0.85rem;
  }
}

/* Mobile animations disabled */
@media (max-width: 767.98px) {
  .custom-card:hover {
    transform: none;
  }
  
  .gallery-item:hover {
    transform: none;
  }
  
  /* Disable scroll animations on mobile per requirements */
  @media (prefers-reduced-motion: no-preference) {
    [data-sal] {
      opacity: 1 !important;
      transform: none !important;
    }
  }
}

/* Print styles */
@media print {
  .navbar,
  .footer,
  .contact-form,
  .btn {
    display: none;
  }
  
  .section {
    padding: 1rem 0;
    page-break-inside: avoid;
  }
  
  .custom-card {
    box-shadow: none;
    border: 1px solid #ead4d6;
  }
  
  .hero-section {
    min-height: auto;
    background: white;
  }
  
  .gallery-grid {
    display: none;
  }
} 

.hero-section h1 {
    padding-top: 275px;
}