/* ==========================
   VINTAGE POSTER GALLERY - RESPONSIVE CSS
   ========================== */

/* Mobile First Approach */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .hero-section h1 {
    font-size: 2.8rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hero-section h1 {
    font-size: 3.2rem;
  }
  
  .section-padding {
    padding: 5rem 0;
  }
  
  .contact-form {
    padding: 4rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero-section h1 {
    font-size: 3.5rem;
  }
  
  .section-padding {
    padding: 6rem 0;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Mobile Specific Styles (767px and below) */
@media (max-width: 767px) {
  /* Remove all animations and transitions for mobile */
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  /* Typography adjustments */
  h1, .h1 {
    font-size: 2rem;
  }
  
  h2, .h2 {
    font-size: 1.5rem;
  }
  
  h3, .h3 {
    font-size: 1.25rem;
  }
  
  .navbar-brand {
    font-size: 1.25rem;
  }
  
  /* Section padding reduction */
  .section-padding {
    padding: 3rem 0;
  }
  
  /* Hero section mobile */
  .hero-section {
    min-height: 70vh;
    text-align: center;
  }
  
  .hero-decorative {
    display: none;
  }
  
  /* Cards mobile spacing */
  .custom-card,
  .service-card,
  .team-card,
  .price-card {
    margin-bottom: 2rem;
  }
  
  .service-card,
  .team-card,
  .price-card {
    padding: 1.5rem 1rem;
  }
  
  /* Gallery mobile */
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  /* Features mobile */
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .feature-item {
    padding: 1.5rem 1rem;
  }
  
  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  /* Contact form mobile */
  .contact-form {
    padding: 2rem 1.5rem;
    margin: 0 1rem;
  }
  
  /* Process steps mobile */
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  
  /* Team photos mobile */
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  /* Service price mobile */
  .service-price {
    font-size: 1.5rem;
  }
  
  .price-value {
    font-size: 2.5rem;
  }
  
  /* Navigation mobile adjustments */
  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .navbar-collapse {
    margin-top: 1rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 0;
    text-align: center;
  }
  
  /* FAQ mobile */
  .faq-card {
    margin: 0 1rem 1.5rem;
  }
  
  /* Blog cards mobile */
  .blog-card {
    margin-bottom: 2rem;
  }
  
  .blog-card img {
    height: 180px;
  }
  
  /* Footer mobile */
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  .footer .col-md-3,
  .footer .col-md-4 {
    margin-bottom: 2rem;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  .container {
    padding: 0 1rem;
  }
  
  h1, .h1 {
    font-size: 1.75rem;
  }
  
  .section-padding {
    padding: 2rem 0;
  }
  
  .hero-section {
    min-height: 60vh;
    padding: 2rem 0;
  }
  
  .contact-form {
    padding: 1.5rem 1rem;
    margin: 0 0.5rem;
  }
  
  .service-card,
  .team-card,
  .price-card,
  .feature-item {
    padding: 1rem;
  }
  
  .gallery-item img {
    height: 180px;
  }
  
  .btn-primary {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }
  
  .faq-card {
    margin: 0 0.5rem 1rem;
    padding: 1rem;
  }
  
  .price-value {
    font-size: 2rem;
  }
  
  .service-price {
    font-size: 1.25rem;
  }
}

/* Landscape orientation adjustments */
@media (max-width: 767px) and (orientation: landscape) {
  .hero-section {
    min-height: 50vh;
  }
  
  .section-padding {
    padding: 2rem 0;
  }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .custom-card,
  .service-card,
  .team-card,
  .price-card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  }
}

/* Print styles */
@media print {
  .navbar,
  .footer,
  .btn,
  .gallery-item:hover,
  .custom-card:hover {
    display: none !important;
  }
  
  .hero-section {
    min-height: auto;
    background: white !important;
    color: black !important;
    page-break-inside: avoid;
  }
  
  .section-padding {
    padding: 1rem 0;
  }
} 

body {
    overflow-x: hidden;
}

.hero-content {
    padding-top: 150px;
}