/* Mobile First Responsive Design */

/* Extra Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .service-card {
    padding: 1.5rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-title {
    font-size: 2.25rem;
  }
  
  .section-title {
    font-size: 2.25rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-title {
    font-size: 2.75rem;
  }
  
  .section-title {
    font-size: 2.5rem;
  }
  
  .service-card {
    margin-bottom: 2rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-title {
    font-size: 3rem;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero-title {
    font-size: 3.5rem;
  }
  
  .section-padding {
    padding: 100px 0;
  }
}

/* Disable autoplay and effects on mobile for Swiper */
@media (max-width: 767.98px) {
  .swiper-container {
    --swiper-autoplay-delay: 0;
  }
  
  .swiper-slide {
    transition: none !important;
  }
}

/* Navigation adjustments */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem;
  }
}

/* Gallery responsive grid */
@media (max-width: 575.98px) {
  .gallery-item {
    margin-bottom: 0.5rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .gallery-item img {
    height: 220px;
  }
}

/* Team cards responsive */
@media (max-width: 767.98px) {
  .team-card {
    margin-bottom: 2rem;
  }
}

/* Contact info responsive */
@media (max-width: 575.98px) {
  .contact-info p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
}

/* Footer responsive */
@media (max-width: 767.98px) {
  .footer {
    text-align: center;
  }
  
  .footer .col-md-3 {
    margin-bottom: 2rem;
  }
}

/* FAQ responsive */
@media (max-width: 575.98px) {
  .faq-question,
  .faq-answer {
    padding: 1rem;
  }
}

/* Service cards responsive grid */
@media (max-width: 575.98px) {
  .service-card {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .service-card {
    margin-bottom: 2rem;
  }
}

/* Price plan responsive */
@media (max-width: 767.98px) {
  .priceplan-card {
    margin-bottom: 2rem;
  }
}

/* Process steps responsive */
@media (max-width: 575.98px) {
  .process-step {
    text-align: center;
    margin-bottom: 2rem;
  }
}

/* Timeline responsive */
@media (max-width: 767.98px) {
  .timeline-item {
    margin-bottom: 2rem;
  }
}

/* Case study responsive */
@media (max-width: 767.98px) {
  .casestudy-card {
    margin-bottom: 2rem;
  }
}

/* Career responsive */
@media (max-width: 767.98px) {
  .career-card {
    margin-bottom: 2rem;
  }
}

/* Core info responsive */
@media (max-width: 575.98px) {
  .coreinfo-card {
    margin-bottom: 1.5rem;
  }
} 