/* Digital Decluttering Service - Responsive Styles */

/* Mobile First Approach - Base styles for mobile */

/* Typography Adjustments for Mobile */
@media (max-width: 575.98px) {
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.81rem;
  }
  
  h3 {
    font-size: 1.31rem;
  }
  
  .navbar-brand {
    font-size: 10px !important;
    font-size: 1.17rem;
  }
  
  .section-padding {
    padding: 2.5rem 0;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .hero-section h1 {
    font-size: 2.37rem;
    padding-top: 175px;
}
  
  .section-padding {
    padding: 3rem 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hero-section h1 {
    font-size: 2.62rem;
    padding-top: 175px;
}
  
  .section-padding {
    padding: 4rem 0;
  }
  
  /* Services Cards - Better spacing on tablets */
  .service-card {
    margin-bottom: 2rem;
  }
  
  /* Features - 2 columns on tablets */
  .feature-item {
    padding: 2rem;
  }
  
  /* Team members - 2-3 columns on tablets */
  .team-member {
    padding: 2rem 1rem;
  }
  
  /* Price cards - better spacing */
  .price-card {
    margin-bottom: 2rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero-section h1 {
    font-size: 3rem;
    padding-top: 175px;
}
  
  .section-padding {
    padding: 5rem 0;
  }
  
  /* Hero decorative elements - show on larger screens */
  .hero-decorative::before,
  .hero-decorative::after {
    display: block;
  }
  
  /* Services - 3 columns */
  .service-card {
    margin-bottom: 2rem;
  }
  
  /* Features - 4 columns */
  .feature-item {
    padding: 2.5rem 1.5rem;
  }
  
  /* Price plans - 3 columns with featured scaling */
  .price-card.featured {
    transform: scale(1.05);
  }
  
  /* Team - 5 columns */
  .team-member {
    padding: 2rem;
  }
  
  /* Contact form - larger padding */
  .contact-form {
    padding: 4rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero-section h1 {
    font-size: 3.54rem;
    padding-top: 175px;
}
  
  .section-padding {
    padding: 6rem 0;
  }
  
  /* Container max-width for very large screens */
  .container {
    max-width: 1140px;
  }
  
  /* Enhanced decorative elements */
  .hero-decorative::before {
    width: 250px;
    height: 250px;
  }
  
  .hero-decorative::after {
    width: 200px;
    height: 200px;
  }
}

/* Extra extra large devices (1400px and up) */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  
  .hero-section {
    padding: 0 2rem;
  }
  
  .section-padding {
    padding: 7rem 0;
  }
}

/* Mobile Navigation Adjustments */
@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-light);
  }
  
  .navbar-nav .nav-link {
    font-size: 10px !important;
    padding: 0.75rem 0;
    text-align: center;
  }
}

/* Hero Section Responsive */
@media (max-width: 767.98px) {
  .hero-section {
    min-height: 80vh;
    text-align: center;
  }
  
  .hero-decorative::before,
  .hero-decorative::after {
    display: none;
  }
}

/* Services Section Responsive */
@media (max-width: 575.98px) {
  .service-card {
    margin-bottom: 1.63rem;
  }
  
  .service-icon {
    width: 50px;
    height: 50px;
    font-size: 1.35rem;
  }
  
  .service-price {
    font-size: 1.34rem;
  }
}

/* About Features Responsive */
@media (max-width: 767.98px) {
  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 1.57rem;
  }
}

/* Price Plans Mobile */
@media (max-width: 767.98px) {
  .price-card.featured {
    transform: none;
    margin-bottom: 2rem;
  }
  
  .price-amount {
    font-size: 2.64rem;
  }
}

/* Team Section Mobile */
@media (max-width: 575.98px) {
  .team-photo {
    width: 100px;
    height: 100px;
  }
}

/* Contact Form Responsive */
@media (max-width: 767.98px) {
  .contact-form {
    padding: 2rem;
  }
}

/* Reviews/Testimonials Mobile */
@media (max-width: 767.98px) {
  .review-card {
    margin-bottom: 1.74rem;
  }
  
  .review-card::before {
    font-size: 3rem;
  }
}

/* Process Steps Mobile */
@media (max-width: 575.98px) {
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.38rem;
  }
}

/* Timeline Mobile */
@media (max-width: 767.98px) {
  .timeline-item {
    border-left: 3px solid var(--primary-orange);
    padding: 1.5rem;
  }
}

/* Career Cards Mobile */
@media (max-width: 767.98px) {
  .job-card {
    margin-bottom: 1.67rem;
  }
}

/* Core Info Mobile */
@media (max-width: 575.98px) {
  .info-icon {
    width: 60px;
    height: 60px;
    font-size: 1.65rem;
  }
}

/* Blog Cards Mobile */
@media (max-width: 767.98px) {
  .blog-card {
    margin-bottom: 1.60rem;
  }
  
  .blog-image {
    height: 150px;
  }
}

/* FAQ Mobile */
@media (max-width: 575.98px) {
  .faq-card {
    padding: 1.5rem;
  }
}

/* Gallery Mobile */
@media (max-width: 767.98px) {
  .gallery-item {
    height: 200px;
    margin-bottom: 1rem;
  }
}

/* Footer Responsive */
@media (max-width: 767.98px) {
  .footer {
    text-align: center;
    padding: 2rem 0 1rem;
  }
  
  .footer .col-md-3,
  .footer .col-md-4 {
    margin-bottom: 2rem;
  }
}

/* Button Responsive */
@media (max-width: 575.98px) {
  .btn {
    padding: 0.75rem 1.5rem;
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .btn-primary {
    font-size: 1rem;
  }
}

/* Form Elements Mobile */
@media (max-width: 575.98px) {
  .form-control {
    padding: 0.875rem;
    font-size: 1rem;
  }
  
  .form-label {
    font-size: 0.97rem;
  }
}

/* Utility Classes for Responsive */
.mobile-center {
  text-align: center;
}

@media (min-width: 768px) {
  .mobile-center {
    text-align: left;
  }
}

.mobile-mb-3 {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .mobile-mb-3 {
    margin-bottom: 0;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .footer,
  .contact-section,
  .btn {
    display: none;
  }
  
  .hero-section {
    min-height: auto;
    padding: 2rem 0;
  }
  
  .section-padding {
    padding: 1.5rem 0;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.4;
  }
  
  h1, h2, h3, h4 {
    page-break-after: avoid;
  }
} 