/* Responsive Styles for Pottery E-Course Platform */

/* Large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .service-card {
    margin-bottom: 2rem;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  section {
    padding: 3rem 0;
  }
  
  .hero-content h1 {
    font-size: 2.25rem;
  }
  
  .hero-content p {
    font-size: 1.1rem;
  }
  
  .service-card {
    margin-bottom: 2rem;
  }
  
  .team-card {
    margin-bottom: 2rem;
  }
  
  .review-card {
    margin-bottom: 1.5rem;
  }
  
  .gallery-item {
    height: 200px;
    margin-bottom: 1.5rem;
  }
  
  .price-card {
    margin-bottom: 2rem;
  }
  
  .info-card {
    margin-bottom: 1.5rem;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  section {
    padding: 2.5rem 0;
  }
  
  .hero-content {
    text-align: center;
    padding-top: 200px;
}
  
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .hero-content p {
    font-size: 1rem;
  }
  
  .navbar-brand {
    font-size: 1rem;
  }
  
  .service-card,
  .team-card,
  .review-card,
  .price-card,
  .case-card,
  .career-card,
  .info-card,
  .blog-card {
    margin-bottom: 1.5rem;
  }
  
  .gallery-item {
    height: 180px;
    margin-bottom: 1rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  
  .feature-icon {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }
  
  .info-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* NO ANIMATIONS ON MOBILE as per requirements */
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
  
  section {
    padding: 2rem 0;
  }
  
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  /* Typography adjustments */
  h1 {
    font-size: 1.75rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.25rem;
  }
  
  h4 {
    font-size: 1.125rem;
  }
  
  /* Navbar adjustments */
  .navbar-brand {
    font-size: 1rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
  
  /* Hero section mobile */
  #hero {
    min-height: 70vh;
    padding: 2rem 0;
  }
  
  .hero-content {
    text-align: center;
    padding-top: 200px;
}
  
  .hero-content h1 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  
  .hero-content p {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  
  .hero-decorative {
    display: none;
  }
  
  /* Cards mobile adjustments */
  .service-card,
  .team-card,
  .review-card,
  .price-card,
  .case-card,
  .career-card,
  .info-card,
  .blog-card {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }
  
  .service-card {
    padding: 1rem;
  }
  
  .team-card {
    padding: 1.5rem 1rem;
  }
  
  .price-card {
    padding: 1.5rem;
  }
  
  /* Service image mobile */
  .service-image {
    height: 150px;
    font-size: 2rem;
  }
  
  .service-price {
    font-size: 1.25rem;
  }
  
  /* Team photos mobile */
  .team-photo {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
  }
  
  /* Gallery mobile */
  .gallery-item {
    height: 150px;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  
  /* Process steps mobile */
  .process-number {
    width: 45px;
    height: 45px;
    font-size: 1.125rem;
  }
  
  .process-step {
    padding: 1.5rem 0.5rem;
  }
  
  /* Icons mobile */
  .feature-icon {
    width: 45px;
    height: 45px;
    font-size: 1.125rem;
  }
  
  .info-icon {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
  
  /* Blog images mobile */
  .blog-image {
    height: 150px;
    font-size: 1.5rem;
  }
  
  /* Contact form mobile */
  .contact-form {
    padding: 1.5rem;
    margin: 1rem 0;
  }
  
  .form-control {
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
  }
  
  .btn-primary {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
    width: 100%;
  }
  
  /* FAQ mobile */
  .faq-card {
    padding: 1.25rem;
    margin-bottom: 0.75rem;
  }
  
  .faq-question {
    font-size: 0.95rem;
  }
  
  .faq-answer {
    font-size: 0.9rem;
  }
  
  /* Timeline mobile */
  .timeline-item {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
  }
  
  /* Price features mobile */
  .price-amount {
    font-size: 2rem;
  }
  
  .price-features {
    margin: 1rem 0;
  }
  
  .price-features li {
    padding: 0.4rem 0;
    font-size: 0.9rem;
  }
  
  /* Footer mobile */
  #footer {
    padding: 2rem 0 1rem;
  }
  
  .footer-section {
    margin-bottom: 2rem;
    text-align: center;
  }
  
  .footer-section h5 {
    font-size: 1rem;
  }
  
  .footer-link {
    font-size: 0.9rem;
    display: block;
    padding: 0.25rem 0;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
  
  #site-copyright {
    font-size: 0.8rem;
  }
  
  /* Section titles mobile */
  .section-title {
    margin-bottom: 2rem;
  }
  
  .section-title h2 {
    font-size: 1.5rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .section-desc {
    font-size: 0.95rem;
    padding: 0 1rem;
  }
  
  /* Remove hover effects on mobile */
  .service-card:hover,
  .team-card:hover,
  .blog-card:hover,
  .price-card:hover,
  .gallery-item:hover {
    transform: none;
    box-shadow: inherit;
  }
  
  .btn-primary:hover {
    transform: none;
  }
}

/* Extra extra small devices (very small phones, less than 375px) */
@media (max-width: 374px) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  
  section {
    padding: 1.5rem 0;
  }
  
  h1 {
    font-size: 1.5rem;
  }
  
  h2 {
    font-size: 1.25rem;
  }
  
  .hero-content h1 {
    font-size: 1.5rem;
  }
  
  .hero-content p {
    font-size: 0.9rem;
  }
  
  .service-card,
  .team-card,
  .review-card,
  .price-card,
  .case-card,
  .career-card,
  .info-card,
  .blog-card {
    padding: 1rem;
  }
  
  .contact-form {
    padding: 1rem;
  }
  
  .faq-card {
    padding: 1rem;
  }
  
  .timeline-item {
    padding: 1rem;
  }
  
  .team-photo {
    width: 70px;
    height: 70px;
    font-size: 1.25rem;
  }
  
  .process-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .feature-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .info-icon {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }
}

/* Print styles */
@media print {
  .navbar,
  .breadcrumb,
  #footer {
    display: none;
  }
  
  section {
    padding: 1rem 0;
    page-break-inside: avoid;
  }
  
  .service-card,
  .team-card,
  .review-card,
  .price-card {
    box-shadow: none;
    border: 1px solid #ccc;
    page-break-inside: avoid;
  }
} 

body {
    overflow-x: hidden;
}