/* Responsive CSS for Bicycle Road Trip Routes Template */

/* Extra Large Devices (1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  
  .hero-content h1 {
    font-size: 3.05rem;
  }
  
  .section-title {
    font-size: 2.65rem;
  }
  
  .service-card {
    padding: 2.5rem;
  }
}

/* Large Devices (992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 2.93rem;
  }
  
  .service-card {
    padding: 2rem;
  }
  
  .testimonial-slide {
    padding: 2.5rem 2rem;
  }
}

/* Medium Devices (768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content h1 {
    font-size: 2.33rem;
  }
  
  .section {
    padding: 60px 0;
  }
  
  .service-card {
    margin-bottom: 2.11rem;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  .contact-form {
    padding: 2.5rem 2rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Small Devices (576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  .hero-content h1 {
    font-size: 2.14rem;
  }
  
  .hero-content p {
    font-size: 20.00px;
  }
  
  .section {
    padding: 50px 0;
  }
  
  .section-title {
    font-size: 1.83rem;
  }
  
  .service-card {
    padding: 1.5rem;
    margin-bottom: 1.68rem;
  }
  
  .feature-item {
    padding: 1.5rem;
  }
  
  .feature-icon {
    font-size: 2.65rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .testimonial-slide {
    padding: 2rem 1.5rem;
  }
  
  .contact-form {
    padding: 2rem 1.5rem;
  }
  
  .price-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1.68rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* Extra Small Devices (Less than 576px) */
@media (max-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .hero-section {
  padding-top: 50px;
    padding: 0 10px;
  }
  
  .hero-content h1 {
    font-size: 1.83rem;
    line-height: 1.3;
  }
  
  .hero-content p {
    font-size: 18.00px;
    margin-bottom: 1.68rem;
  }
  
  .section {
    padding: 40px 0;
  }
  
  .section-title {
    font-size: 1.65rem;
  }
  
  .section-subtitle {
    font-size: 1.11rem;
  }
  
  .section-desc {
    font-size: 16.00px;
    margin-bottom: 2.11rem;
  }
  
  .navbar-brand {
    font-size: 1.19rem !important;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 0 !important;
  }
  
  .service-card {
    padding: 1.5rem 1rem;
    margin-bottom: 1.68rem;
  }
  
  .service-card h3 {
    font-size: 1.27rem;
  }
  
  .service-card img {
    height: 180px;
  }
  
  .feature-item {
    padding: 1rem;
  }
  
  .feature-icon {
    font-size: 2.14rem;
  }
  
  .feature-item h4 {
    font-size: 1.19rem;
  }
  
  .team-member {
    padding: 0.5rem;
    margin-bottom: 2.11rem;
  }
  
  .team-photo {
    width: 80px;
    height: 80px;
  }
  
  .team-member h4 {
    font-size: 1.11rem;
  }
  
  .testimonial-slide {
    padding: 1.5rem 1rem;
    margin: 0 5px;
  }
  
  .testimonial-text {
    font-size: 20.00px;
  }
  
  .contact-form {
    padding: 1.5rem 1rem;
    margin: 0 10px;
  }
  
  .contact-form .form-control {
    padding: 10px 12px;
    font-size: 16.00px;
  }
  
  .btn-submit {
    padding: 10px 25px;
    width: 100%;
  }
  
  .price-card {
    padding: 1.5rem 1rem;
    margin-bottom: 1.68rem;
  }
  
  .price-card h3 {
    font-size: 1.27rem;
  }
  
  .price-amount {
    font-size: 2.14rem;
  }
  
  .blog-card-body {
    padding: 1rem;
  }
  
  .blog-card h3 {
    font-size: 1.19rem;
  }
  
  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem 0;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .footer h5 {
    font-size: 1.11rem;
  }
  
  .accordion-button {
    font-size: 16.00px;
    padding: 0.75rem 1rem;
  }
  
  .accordion-body {
    font-size: 16.00px;
    padding: 1rem;
  }
}

/* Landscape orientation adjustments for mobile */
@media (max-width: 767px) and (orientation: landscape) {
  .hero-section {
  padding-top: 50px;
    min-height: 70vh;
  }
  
  .hero-content h1 {
    font-size: 1.65rem;
  }
  
  .section {
    padding: 30px 0;
  }
}

/* Print styles */
@media print {
  .navbar,
  .footer,
  .btn,
  .hero-shape {
    display: none !important;
  }
  
  .hero-section {
  padding-top: 50px;
    background: none !important;
    min-height: auto;
    padding: 2rem 0;
  }
  
  .hero-content h1 {
    color: #000 !important;
    text-shadow: none;
  }
  
  .section {
    padding: 1rem 0;
  }
  
  .service-card,
  .price-card,
  .testimonial-slide {
    box-shadow: none !important;
    border: 1px solid #dcd1d2;
  }
  
  a {
    color: #000 !important;
    text-decoration: underline;
  }
}

/* High contrast mode adjustments */
@media (prefers-contrast: high) {
  .service-card,
  .price-card,
  .blog-card {
    border: 2px solid #000;
  }
  
  .btn-submit {
    border: 2px solid #000;
  }
  
  .navbar-nav .nav-link {
    border-bottom: 1px solid transparent;
  }
  
  .navbar-nav .nav-link:hover {
    border-bottom-color: currentColor;
  }
}

/* Reduced transparency for better readability */
@media (prefers-reduced-transparency: reduce) {
  .hero-section::before,
  .testimonial-slide {
    background: solid color !important;
  }
  
  .contact-form .form-control {
    background: white !important;
  }
} 