/*
 * Responsive CSS for Remote Language Exchange Groups Template
 * Mobile-First Responsive Design
 * Bootstrap 5 Responsive Utilities Integration
 */

/* ===============================================
   TABLET STYLES (768px and down)
   =============================================== */
@media (max-width: 768px) {
  
  /* Typography Adjustments */
  h1 {
    font-size: 1.8rem;
  }
  
  h2 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 1.3rem;
  }
  
  /* Section Padding */
  section {
    padding: 60px 0;
  }
  
  /* Hero Section */
  .hero-section {
    min-height: 70vh;
    text-align: center;
  }
  
  .hero-decorative {
    display: none; /* Hide decorative elements on tablet */
  }
  
  /* Navigation */
  .navbar-brand {
    font-size: 1.2rem !important;
  }
  
  /* Cards */
  .feature-card,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .contact-info-card,
  .blog-card {
    margin-bottom: 30px;
  }
  
  /* Service Images */
  .service-image {
    height: 180px;
    font-size: 36px;
  }
  
  /* Team Photos */
  .team-photo {
    width: 100px;
    height: 100px;
    font-size: 30px;
  }
  
  /* Gallery Images */
  .gallery-image {
    height: 200px;
    font-size: 36px;
  }
  
  /* Form Adjustments */
  .contact-form {
    padding: 30px 20px;
  }
  
  /* Price Cards */
  .price-value {
    font-size: 2rem;
  }
  
  /* Process Steps */
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
}

/* ===============================================
   MOBILE STYLES (576px and down)
   =============================================== */
@media (max-width: 576px) {
  
  /* Typography - More Conservative */
  h1 {
    font-size: 1.6rem;
  }
  
  h2 {
    font-size: 1.4rem;
  }
  
  h3 {
    font-size: 1.2rem;
  }
  
  p {
    font-size: 0.95rem;
  }
  
  /* Section Padding */
  section {
    padding: 40px 0;
  }
  
  .section-header {
    margin-bottom: 40px;
  }
  
  /* Hero Section */
  .hero-section {
    min-height: 60vh;
    padding: 20px 0;
  }
  
  /* NO ANIMATIONS ON MOBILE - Following Rules */
  .feature-card:hover,
  .service-card:hover,
  .price-card:hover,
  .team-card:hover,
  .case-card:hover,
  .career-card:hover,
  .blog-card:hover,
  .gallery-image:hover,
  .btn-primary:hover,
  .btn-outline-primary:hover {
    transform: none;
    box-shadow: none;
  }
  
  /* Navigation */
  .navbar-brand {
    font-size: 1.1rem !important;
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    text-align: center;
  }
  
  /* Cards - Full Width */
  .feature-card,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .contact-info-card,
  .blog-card,
  .faq-card {
    margin-bottom: 20px;
    padding: 25px 20px;
  }
  
  /* Service Cards */
  .service-image {
    height: 150px;
    font-size: 32px;
  }
  
  .service-price {
    font-size: 1.3rem;
  }
  
  /* Team Section */
  .team-photo {
    width: 80px;
    height: 80px;
    font-size: 24px;
  }
  
  /* Gallery */
  .gallery-image {
    height: 180px;
    font-size: 32px;
  }
  
  /* Price Plans */
  .price-card {
    padding: 30px 20px;
  }
  
  .price-value {
    font-size: 1.8rem;
  }
  
  /* Contact Form */
  .contact-form {
    padding: 25px 15px;
  }
  
  .form-control {
    padding: 10px 12px;
    font-size: 0.95rem;
  }
  
  /* Buttons */
  .btn-primary,
  .btn-outline-primary {
    padding: 10px 25px;
    font-size: 0.95rem;
    width: 100%;
    margin-bottom: 10px;
  }
  
  /* Process Steps */
  .process-step {
    padding: 20px 15px;
  }
  
  .process-number {
    width: 45px;
    height: 45px;
    font-size: 0.9rem;
  }
  
  /* Timeline Items */
  .timeline-item {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  
  /* Footer */
  footer {
    padding: 40px 0 20px;
    text-align: center;
  }
  
  .footer-content {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  
  .footer-brand {
    font-size: 1.3rem;
  }
  
  /* Feature Icons */
  .feature-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .info-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  /* Blog Content */
  .blog-image {
    height: 160px;
    font-size: 28px;
  }
  
  .blog-content {
    padding: 20px 15px;
  }
  
  /* FAQ Cards */
  .faq-card {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}

/* ===============================================
   EXTRA SMALL MOBILE (480px and down)
   =============================================== */
@media (max-width: 480px) {
  
  /* Even More Conservative Typography */
  h1 {
    font-size: 1.4rem;
  }
  
  h2 {
    font-size: 1.3rem;
  }
  
  h3 {
    font-size: 1.1rem;
  }
  
  p {
    font-size: 0.9rem;
  }
  
  /* Compact Sections */
  section {
    padding: 30px 0;
  }
  
  /* Hero Adjustments */
  .hero-section {
    min-height: 50vh;
  }
  
  /* Navigation */
  .navbar-brand {
    font-size: 1rem !important;
  }
  
  /* Card Padding */
  .feature-card,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .contact-info-card,
  .blog-card,
  .faq-card {
    padding: 20px 15px;
  }
  
  /* Service Elements */
  .service-image {
    height: 120px;
    font-size: 28px;
  }
  
  /* Team Elements */
  .team-photo {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
  
  /* Gallery */
  .gallery-image {
    height: 140px;
    font-size: 28px;
  }
  
  /* Contact Form */
  .contact-form {
    padding: 20px 10px;
  }
  
  /* Process Numbers */
  .process-number {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }
  
  /* Price Value */
  .price-value {
    font-size: 1.6rem;
  }
  
  /* Footer Brand */
  .footer-brand {
    font-size: 1.2rem;
  }
  
  /* Icons */
  .feature-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  
  .info-icon {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

/* ===============================================
   LARGE DESKTOP (1200px and up)
   =============================================== */
@media (min-width: 1200px) {
  
  /* Enhanced Typography for Large Screens */
  h1 {
    font-size: 2.5rem;
  }
  
  h2 {
    font-size: 2rem;
  }
  
  /* Enhanced Section Padding */
  section {
    padding: 100px 0;
  }
  
  /* Hero Section */
  .hero-section {
    min-height: 100vh;
  }
  
  /* Card Enhancements */
  .feature-card,
  .service-card,
  .price-card {
    padding: 40px 30px;
  }
  
  /* Service Images */
  .service-image {
    height: 220px;
    font-size: 52px;
  }
  
  /* Team Photos */
  .team-photo {
    width: 140px;
    height: 140px;
    font-size: 40px;
  }
  
  /* Gallery Images */
  .gallery-image {
    height: 280px;
    font-size: 52px;
  }
  
  /* Contact Form */
  .contact-form {
    padding: 50px 40px;
  }
  
  /* Price Value */
  .price-value {
    font-size: 3rem;
  }
  
  /* Process Numbers */
  .process-number {
    width: 70px;
    height: 70px;
    font-size: 1.4rem;
  }
}

/* ===============================================
   PRINT STYLES
   =============================================== */
@media print {
  
  /* Hide non-essential elements */
  .hero-decorative,
  .gallery-section,
  .navbar-toggler,
  .btn,
  .contact-form {
    display: none !important;
  }
  
  /* Print-friendly colors */
  * {
    background: white !important;
    color: black !important;
    box-shadow: none !important;
  }
  
  /* Typography for print */
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
  
  /* Card styling for print */
  .feature-card,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .blog-card,
  .faq-card {
    border: 1px solid #000 !important;
    page-break-inside: avoid;
  }
}

/* ===============================================
   HIGH CONTRAST MODE
   =============================================== */
@media (prefers-contrast: high) {
  
  :root {
    --primary-blue: #0000FF;
    --primary-green: #008000;
    --primary-coral: #FF8C00;
    --primary-purple: #800080;
    --primary-teal: #008080;
    --text-primary: #000000;
    --text-secondary: #333333;
    --border-color: #000000;
  }
  
  .feature-card,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .case-card,
  .career-card,
  .info-card,
  .contact-info-card,
  .blog-card,
  .faq-card {
    border: 2px solid #000000;
  }
}

/* ===============================================
   DARK MODE PREFERENCE
   =============================================== */


body {
    overflow-x: hidden;
}

.hero-content {
    padding-top: 100px;
}