/* Responsive CSS for Nature-Inspired Wallpaper Shop */

/* Mobile First Approach */

/* Extra Small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2.03rem;
  }
  
  .hero-subtitle {
    font-size: 1.14rem;
  }
  
  .hero-desc {
    font-size: 1.00rem;
  }
  
  .section-title {
    font-size: 1.94rem;
  }
  
  .section-subtitle {
    font-size: 1.14rem;
  }
  
  .section-desc {
    font-size: 1.01rem;
  }
  
  .navbar-brand {
    font-size: 1.47rem !important;
  }
  
  .service-card,
  .price-card,
  .about-feature {
    margin-bottom: 1.71rem;
  }
  
  .contact-form {
    padding: 2rem 1.5rem;
  }
  
  .team-photo {
    width: 150px;
    height: 150px;
  }
  
  .blob-1,
  .blob-2 {
    display: none;
  }
  
  /* Disable Swiper autoplay and effects on mobile */
  .swiper-pagination,
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-title {
    font-size: 2.31rem;
  }
  
  .hero-subtitle {
    font-size: 1.23rem;
  }
  
  .section-title {
    font-size: 2.03rem;
  }
  
  .team-photo {
    width: 175px;
    height: 175px;
  }
  
  .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.63rem;
  }
  
  .section-padding {
    padding: 4rem 0;
  }
  
  .contact-form {
    padding: 2.5rem;
  }
  
  /* Enable Swiper features for tablets and up */
  .swiper-pagination,
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero-section {
  padding-top: 50px;
    min-height: 100vh;
  }
  
  .hero-title {
    font-size: 3.11rem;
  }
  
  .section-padding {
    padding: 5rem 0;
  }
  
  .service-card:hover,
  .price-card:hover,
  .about-feature:hover {
    transform: translateY(-10px);
  }
  
  .gallery-image:hover {
    transform: scale(1.05);
  }
}

/* Extra Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero-title {
    font-size: 3.63rem;
  }
  
  .hero-subtitle {
    font-size: 1.63rem;
  }
  
  .hero-desc {
    font-size: 1.47rem;
  }
  
  .section-title {
    font-size: 2.77rem;
  }
  
  .section-subtitle {
    font-size: 1.47rem;
  }
  
  .section-desc {
    font-size: 1.23rem;
  }
}

/* XXL devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1320px;
  }
  
  .hero-shapes .blob-1 {
    width: 400px;
    height: 400px;
  }
  
  .hero-shapes .blob-2 {
    width: 300px;
    height: 300px;
  }
}

/* Specific responsive adjustments for nature theme */

/* Mobile navigation adjustments */
@media (max-width: 767.98px) {
  .navbar-nav {
    text-align: center;
    padding-top: 1.08rem;
  }
  
  .nav-link {
    padding: 0.75rem 1rem;
  }
}

/* Gallery responsive grid */
@media (max-width: 575.98px) {
  .gallery-item {
    margin-bottom: 1.25rem;
  }
  
  .gallery-image {
    height: 200px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .gallery-image {
    height: 220px;
  }
}

@media (min-width: 768px) {
  .gallery-image {
    height: 250px;
  }
}

/* Team section responsive adjustments */
@media (max-width: 767.98px) {
  .team-member {
    margin-bottom: 3.24rem;
  }
}

/* Services and pricing responsive cards */
@media (max-width: 767.98px) {
  .service-card,
  .price-card {
    padding: 1.5rem;
  }
  
  .service-image {
    height: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .service-card,
  .price-card {
    padding: 2rem 1.5rem;
  }
}

/* FAQ responsive adjustments */
@media (max-width: 767.98px) {
  .faq-question,
  .faq-answer {
    padding: 1rem;
  }
}

/* Contact form responsive adjustments */
@media (max-width: 575.98px) {
  .contact-form {
    margin: 0 1rem;
  }
  
  .form-control {
    padding: 0.75rem;
  }
  
  .btn-primary {
    padding: 0.75rem 1.5rem;
    width: 100%;
  }
}

/* Blog cards responsive adjustments */
@media (max-width: 767.98px) {
  .blog-image {
    height: 180px;
  }
  
  .blog-content {
    padding: 1rem;
  }
}

/* Hero section background adjustments */
@media (max-width: 767.98px) {
  .hero-section {
  padding-top: 50px;
    min-height: 80vh;
    padding: 2rem 0;
  }
  
  .hero-content {
  padding-top: 100px !important;
    text-align: center;
  }
}

/* Footer responsive adjustments */
@media (max-width: 767.98px) {
  .footer {
    text-align: center;
    padding: 2rem 0 1rem;
  }
  
  .footer .col-md-4 {
    margin-bottom: 2.21rem;
  }
}

/* Additional pages responsive adjustments */
@media (max-width: 767.98px) {
  .add-page-section {
    padding: 3rem 0;
  }
  
  .add-page-item {
    padding: 1.5rem;
    margin-bottom: 1.71rem;
  }
}

/* Disable animations on mobile for better performance */
@media (max-width: 767.98px) {
  .about-feature:hover,
  .service-card:hover,
  .price-card:hover,
  .team-photo:hover,
  .blog-card:hover,
  .add-page-item:hover {
    transform: none;
  }
  
  .btn-primary:hover {
    transform: none;
  }
  
  @keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(0px); }
  }
}

/* Print styles */
@media print {
  .navbar,
  .hero-shapes,
  .swiper-pagination,
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  
  .hero-section {
  padding-top: 50px;
    min-height: auto;
    page-break-after: always;
  }
  
  .section-padding {
    padding: 2rem 0;
  }
  
  body {
    color: #000;
    background: #fff;
  }
  
  .hero-content,
  .reviews-section,
  .contact-section {
    color: #000 !important;
  }
}

/* Mobile devices (max-width: 767px) */
@media (max-width: 767px) {
  .hero-title { font-size: 2.03rem; }
  .hero-subtitle { font-size: 1.14rem; }
  .section-title { font-size: 1.94rem; }
  .navbar-brand { font-size: 1.47rem !important; }
  
  .hero-section {
  padding-top: 50px; min-height: 80vh; padding: 2rem 0; }
  .section-padding { padding: 3rem 0; }
  .contact-form { padding: 2rem 1.5rem; }
  
  .team-photo { width: 150px; height: 150px; }
  .service-image { height: 180px; }
  .gallery-image { height: 200px; }
  
  .blob-1, .blob-2 { display: none; }
  
  /* Disable Swiper features on mobile */
  .swiper-pagination, .swiper-button-next, .swiper-button-prev { display: none; }
  
  /* Disable hover effects on mobile */
  .service-card:hover, .price-card:hover, .about-feature:hover { transform: none; }
}

/* Tablet devices (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-title { font-size: 2.63rem; }
  .section-padding { padding: 4rem 0; }
  .team-photo { width: 175px; height: 175px; }
  
  /* Enable Swiper features */
  .swiper-pagination, .swiper-button-next, .swiper-button-prev { display: block; }
}

/* Desktop devices (992px and up) */
@media (min-width: 992px) {
  .hero-title { font-size: 3.11rem; }
  .section-padding { padding: 5rem 0; }
  
  /* Enable hover effects */
  .service-card:hover, .price-card:hover { transform: translateY(-10px); }
  .gallery-image:hover { transform: scale(1.05); }
}

/* Large desktops (1200px and up) */
@media (min-width: 1200px) {
  .hero-title { font-size: 3.63rem; }
  .hero-subtitle { font-size: 1.63rem; }
  .section-title { font-size: 2.77rem; }
}

/* Navigation responsive */
@media (max-width: 767px) {
  .navbar-nav { text-align: center; padding-top: 1.08rem; }
  .nav-link { padding: 0.75rem 1rem; }
}

/* Footer responsive */
@media (max-width: 767px) {
  .footer { text-align: center; padding: 2rem 0 1rem; }
  .footer .col-md-4 { margin-bottom: 2.21rem; }
}

/* Form responsive */
@media (max-width: 575px) {
  .btn-primary { width: 100%; }
  .contact-form { margin: 0 1rem; }
} 