/* Responsive Design for Quirky T-Shirts Store */

/* Extra Small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2.08rem;
    margin-bottom: 1.23rem;
  }
  
  .hero-subtitle {
    font-size: 1.14rem;
    margin-bottom: 1.64rem;
  }
  
  .section {
    padding: 2rem 0;
  }
  
  .section-title {
    font-size: 1.83rem;
    margin-bottom: 2.11rem;
  }
  
  .service-card,
  .team-card,
  .priceplan-card {
    margin-bottom: 1.64rem;
  }
  
  .contact-form {
    padding: 2rem 1.5rem;
  }
  
  .navbar-brand {
    font-size: 1.18rem !important;
  }
  
  .hero-content {
  padding-top: 100px !important;
    text-align: center;
  }
  
  .blob-1,
  .blob-2 {
    display: none;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-title {
    font-size: 2.36rem;
  }
  
  .hero-subtitle {
    font-size: 1.18rem;
  }
  
  .section {
    padding: 2.5rem 0;
  }
  
  .service-card {
    padding: 2rem 1.5rem;
  }
  
  .contact-form {
    padding: 2.5rem;
  }
  
  .blob-1 {
    width: 200px;
    height: 200px;
  }
  
  .blob-2 {
    width: 150px;
    height: 150px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-title {
    font-size: 2.85rem;
  }
  
  .hero-subtitle {
    font-size: 1.19rem;
  }
  
  .section {
    padding: 3.5rem 0;
  }
  
  .service-card,
  .team-card {
    margin-bottom: 2.11rem;
  }
  
  .gallery-item img {
    height: 220px;
  }
  
  /* Disable Swiper autoplay and effects on mobile */
  .swiper-slide {
    transition: none !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-title {
    font-size: 3.12rem;
  }
  
  .hero-subtitle {
    font-size: 1.24rem;
  }
  
  .section {
    padding: 4rem 0;
  }
  
  .service-card {
    padding: 2.25rem 2rem;
  }
  
  .contact-form {
    padding: 2.75rem;
  }
  
  .gallery-item img {
    height: 230px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero-title {
    font-size: 3.59rem;
  }
  
  .hero-subtitle {
    font-size: 1.29rem;
  }
  
  .section {
    padding: 5rem 0;
  }
  
  .service-card {
    padding: 2.5rem 2rem;
  }
  
  .contact-form {
    padding: 3rem;
  }
  
  .gallery-item img {
    height: 250px;
  }
  
  .blob-1 {
    width: 350px;
    height: 350px;
  }
  
  .blob-2 {
    width: 250px;
    height: 250px;
  }
}

/* Container adjustments */
@media (max-width: 575.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Navigation responsive */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: rgba(231, 110, 68, 0.95);
    border-radius: 10px;
    margin-top: 1.07rem;
    padding: 1rem;
  }
  
  .navbar-nav .nav-link {
    text-align: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
}

/* Grid responsive adjustments */
@media (max-width: 767.98px) {
  .row > [class*="col-"] {
    margin-bottom: 1.64rem;
  }
  
  .row > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}

/* Hero image responsive */
@media (max-width: 991.98px) {
  .hero-section .col-md-6:last-child {
    text-align: center;
    margin-top: 2.13rem;
  }
  
  .hero-section img {
    max-width: 80%;
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .hero-section img {
    max-width: 90%;
  }
}

/* Team photos responsive */
@media (max-width: 767.98px) {
  .team-photo {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 575.98px) {
  .team-photo {
    width: 100px;
    height: 100px;
  }
}

/* Form responsive */
@media (max-width: 575.98px) {
  .form-control {
    padding: 0.625rem 0.875rem;
    font-size: 1.02rem;
  }
  
  .btn-primary {
    padding: 0.875rem 1.75rem;
    font-size: 1.02rem;
  }
}

/* Gallery responsive */
@media (max-width: 575.98px) {
  .gallery-item {
    margin-bottom: 1.64rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
}

/* Blog responsive */
@media (max-width: 767.98px) {
  .blog-image {
    height: 180px;
  }
  
  .blog-content {
    padding: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .blog-image {
    height: 160px;
  }
  
  .blog-content {
    padding: 1rem;
  }
}

/* Footer responsive */
@media (max-width: 767.98px) {
  .footer {
    text-align: center;
    padding: 2rem 0 1rem;
  }
  
  .footer .col-md-4 {
    margin-bottom: 2.11rem;
  }
  
  .footer .col-md-4:last-child {
    margin-bottom: 0;
  }
}

/* Price responsive */
@media (max-width: 575.98px) {
  .service-price,
  .priceplan-price {
    font-size: 1.83rem;
  }
}

/* Accordion responsive */
@media (max-width: 575.98px) {
  .accordion-button {
    padding: 0.75rem 1rem;
    font-size: 1.02rem;
  }
  
  .accordion-body {
    padding: 1rem;
    font-size: 1.02rem;
  }
}

/* Utilities for mobile */
@media (max-width: 767.98px) {
  .text-md-start {
    text-align: center !important;
  }
  
  .text-md-end {
    text-align: center !important;
  }
}

/* Print styles */
@media print {
  .navbar,
  .footer,
  .btn,
  .swiper-pagination {
    display: none !important;
  }
  
  .section {
    padding: 1rem 0;
  }
  
  .hero-section {
  padding-top: 50px;
    min-height: auto;
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: 2.08rem;
    color: black !important;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.4;
  }
} 