/* Responsive CSS for Photography Workshop Template */

/* Large Desktop */
@media (min-width: 1200px) {
    .container { max-width: 1140px; }
    .hero-content h1 {
  padding-top: 50px !important; { font-size: 4rem; }
    .hero-content h2 { font-size: 2.22rem; }
}

/* Desktop */
@media (max-width: 1199px) {
    .hero-content h1 {
  padding-top: 50px !important; { font-size: 3.55rem; }
    .hero-content h2 { font-size: 2rem; }
}

/* Tablet Landscape */
@media (max-width: 991px) {
    .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section { padding-top: 60px; }
    .hero-content h1 {
  padding-top: 100px !important;
}

.hero-content {
  padding-top: 50px !important; text-align: center; margin-bottom: 2rem; }
    .hero-content h1 {
  padding-top: 50px !important; { font-size: 3rem; }
    .hero-content h2 { font-size: 1.83rem; }
    
    .timeline::before { left: 30px; transform: none; }
    .timeline-item { width: calc(100% - 60px); margin-left: 60px !important; }
    .timeline-item::before { left: -45px !important; }
    
    .navbar-nav { text-align: center; }
    .navbar-nav .nav-link { margin: 0.5rem 0; }
}

/* Tablet Portrait */
@media (max-width: 767px) {
    .hero-content h1 {
  padding-top: 50px !important; { font-size: 2.64rem; }
    .hero-content h2 { font-size: 1.63rem; }
    .hero-content p { font-size: 1rem; }
    
    .py-5 { padding: 3rem 0; }
    
    .service-card, .price-card, .team-member, .review-card {
        margin-bottom: 2rem;
    }
    
    .price-card.featured { transform: none; }
    
    .contact-form { padding: 1.5rem; }
    
    .process-step { margin-bottom: 2rem; }
    
    .timeline { padding: 0 1rem; }
    .timeline-item { padding: 1.5rem; }
    
    .gallery-section img { height: 200px; }
    
    .footer { text-align: center; }
    .footer .col-lg-4 { margin-bottom: 2rem; }
}

/* Mobile */
@media (max-width: 575px) {
    .hero-content h1 {
  padding-top: 50px !important; { font-size: 2rem; }
    .hero-content h2 { font-size: 1.36rem; }
    .hero-content h1 {
  padding-top: 100px !important;
}

.hero-content {
  padding-top: 50px !important; padding: 1rem; }
    
    h2 { font-size: 1.92rem; }
    h3 { font-size: 1.37rem; }
    h4 { font-size: 1.24rem; }
    
    .navbar-brand { font-size: 1.34rem; }
    
    .feature-card, .service-card, .price-card, .team-member, 
    .review-card, .case-card, .career-card, .info-card, 
    .blog-card, .faq-card, .element-card {
        padding: 1.5rem;
        margin-bottom: 1.61rem;
    }
    
    .service-card .price { font-size: 1.87rem; }
    
    .step-number { width: 50px; height: 50px; font-size: 1.22rem; }
    
    .timeline::before { left: 20px; }
    .timeline-item { width: calc(100% - 50px); margin-left: 50px !important; }
    .timeline-item::before { left: -35px !important; width: 15px; height: 15px; }
    
    .contact-form { padding: 1rem; }
    .contact-info { padding: 1rem; text-align: center; }
    
    .gallery-section img { height: 180px; }
    
    .team-member img { width: 100px; height: 100px; }
    
    .breadcrumb-section { padding: 1rem 0; }
    .space-container { padding: 4rem 1rem; }
    
    .btn-primary, .btn-outline-primary { padding: 0.6rem 1.5rem; font-size: 0.95rem; }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .hero-content h1 {
  padding-top: 50px !important; { font-size: 1.86rem; }
    .hero-content h2 { font-size: 1.31rem; }
    
    .container { padding: 0 1rem; }
    
    .feature-card, .service-card, .price-card, .team-member, 
    .review-card, .case-card, .career-card, .info-card, 
    .blog-card, .faq-card, .element-card {
        padding: 1rem;
    }
    
    .gallery-section img { height: 150px; }
    
    .timeline-item { padding: 1rem; }
    
    .contact-form { padding: 0.8rem; }
}

/* Navbar Adjustments */
@media (max-width: 991px) {
    .navbar-toggler { border: none; }
    .navbar-toggler:focus { box-shadow: none; }
    
    .navbar-collapse {
        background: rgba(40, 108, 141, 0.95);
        border-radius: 10px;
        margin-top: 1rem;
        padding: 1rem;
    }
}

/* Hero Image Responsive */
@media (max-width: 991px) {
    .hero-image { text-align: center; margin-top: 2rem; }
    .hero-image img { max-width: 100%; height: auto; }
}

@media (max-width: 767px) {
    .hero-image img { max-width: 350px; height: 250px; }
}

@media (max-width: 575px) {
    .hero-image img { max-width: 300px; height: 200px; }
}

/* Grid Adjustments */
@media (max-width: 767px) {
    .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-6 {
        margin-bottom: 1.66rem;
    }
    
    .row > [class*="col-"] {
        margin-bottom: 1rem;
    }
}

/* Text Alignment for Mobile */
@media (max-width: 767px) {
    .text-center-mobile { text-align: center !important; }
    
    .hero-content, .contact-info, .team-member, .process-step, 
    .feature-card, .features-section .feature-item {
        text-align: center;
    }
}

/* Button Responsive */
@media (max-width: 575px) {
    .btn { width: 100%; margin-bottom: 1rem; }
    .btn:last-child { margin-bottom: 0; }
}

/* Form Responsive */
@media (max-width: 767px) {
    .contact-form .row .col-md-6 {
        margin-bottom: 1rem;
    }
}

/* Gallery Responsive Grid */
@media (max-width: 991px) {
    .gallery-section .col-lg-3 { margin-bottom: 1rem; }
}

@media (max-width: 767px) {
    .gallery-section .col-md-4 { margin-bottom: 1rem; }
}

@media (max-width: 575px) {
    .gallery-section .col-sm-6 { margin-bottom: 1rem; }
}

/* FAQ Responsive */
@media (max-width: 767px) {
    .faq-section .col-lg-6 { margin-bottom: 1rem; }
}

/* Services Grid Responsive */
@media (max-width: 991px) {
    .services-section .col-lg-4 { margin-bottom: 2rem; }
}

@media (max-width: 767px) {
    .services-section .col-md-6 { margin-bottom: 2rem; }
}

/* Price Plan Responsive */
@media (max-width: 991px) {
    .priceplan-section .col-lg-4 { margin-bottom: 2rem; }
    .price-card.featured { transform: none; margin-bottom: 2rem; }
}

/* Team Responsive */
@media (max-width: 991px) {
    .team-section .col-lg-2 { margin-bottom: 2rem; }
}

@media (max-width: 767px) {
    .team-section .col-md-4 { margin-bottom: 2rem; }
}

@media (max-width: 575px) {
    .team-section .col-sm-6 { margin-bottom: 2rem; }
}

/* Utilities */
.d-none-mobile { display: block; }
.d-block-mobile { display: none; }

@media (max-width: 767px) {
    .d-none-mobile { display: none; }
    .d-block-mobile { display: block; }
}

/* Print Styles */
@media print {
    .navbar, .footer, .btn { display: none !important; }
    .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section { min-height: auto; page-break-after: always; }
    * { color: black !important; background: white !important; }
} 