/* ========================================
   BICYCLE COURIER SERVICE - RESPONSIVE CSS
   ======================================== */

/* Extra Large Screens (1400px and up) */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  
  .hero-title {
    font-size: 4rem;
  }
  
  .section-title {
    font-size: 3rem;
  }
  
  .section {
    padding: 6rem 0;
  }
}

/* Large Screens (1200px and up) */
@media (min-width: 1200px) {
  .hero-content {
    padding-right: 2rem;
  }
  
  .service-item,
  .feature-item,
  .price-item {
    min-height: 400px;
  }
  
  .team-member {
    min-height: 350px;
  }
}

/* Medium Screens (992px and up) */
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    padding: 0.5rem 1.5rem !important;
  }
  
  .hero-title {
    font-size: 3.5rem;
  }
  
  .section-title {
    font-size: 2.75rem;
  }
  
  .about-feature,
  .service-item,
  .feature-item,
  .price-item,
  .team-member {
    margin-bottom: 2rem;
  }
  
  .contact-form {
    padding: 3rem;
  }
}

/* Small Screens (768px and up) */
@media (min-width: 768px) {
  .navbar-brand {
    font-size: 1.375rem !important;
  }
  
  .hero {
    min-height: 90vh;
  }
  
  .hero-title {
    font-size: 3rem;
  }
  
  .section-title {
    font-size: 2.5rem;
  }
  
  .section {
    padding: 4rem 0;
  }
  
  .gallery-item {
    margin-bottom: 1.5rem;
  }
  
  .blog-item {
    margin-bottom: 2rem;
  }
  
  .footer {
    padding: 4rem 0 2rem;
  }
}

/* Extra Small Screens (576px and up) */
@media (min-width: 576px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1.125rem;
  }
  
  .about-feature,
  .service-item,
  .feature-item,
  .price-item,
  .team-member,
  .review-item,
  .case-item,
  .process-item,
  .timeline-item,
  .career-item,
  .coreinfo-item,
  .blog-item,
  .faq-item {
    padding: 1.75rem;
  }
  
  .contact-form {
    padding: 2.5rem;
  }
}

/* Mobile First Approach - Base styles for screens below 576px */
@media (max-width: 575.98px) {
  .navbar-brand {
    font-size: 1rem !important;
  }
  
  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .hero {
    min-height: 80vh;
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: 1.875rem;
    line-height: 1.2;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .hero-desc {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  
  .section {
    padding: 2.5rem 0;
  }
  
  .section-title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  
  .section-desc {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  
  .about-feature,
  .service-item,
  .feature-item,
  .price-item,
  .team-member,
  .review-item,
  .case-item,
  .process-item,
  .timeline-item,
  .career-item,
  .coreinfo-item,
  .blog-item,
  .faq-item {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
  }
  
  .about-feature i,
  .feature-item i,
  .coreinfo-item i {
    font-size: 2.5rem;
  }
  
  .service-item img,
  .blog-item img {
    height: 150px;
  }
  
  .team-member img {
    width: 100px;
    height: 100px;
  }
  
  .price {
    font-size: 2rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .contact-form .form-control {
    padding: 0.625rem;
  }
  
  .contact-form textarea {
    min-height: 100px;
  }
  
  .contact-info {
    padding: 1.5rem;
  }
  
  .gallery-item {
    margin-bottom: 1rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .footer {
    padding: 2.5rem 0 1rem;
  }
  
  .footer h5 {
    font-size: 1.1rem;
  }
  
  .footer p {
    font-size: 0.9rem;
  }
  
  .btn {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
  
  .faq-question {
    padding: 1rem;
    font-size: 0.95rem;
  }
  
  .faq-answer {
    font-size: 0.9rem;
  }
  
  .faq-answer.active {
    padding: 1rem;
  }
  
  .breadcrumb {
    padding: 0.75rem 0;
  }
  
  .breadcrumb-item img {
    width: 16px;
    height: 16px;
  }
}

/* Extra Small Screens (480px and below) */
@media (max-width: 480px) {
  .hero-title {
    font-size: 1.625rem;
  }
  
  .section-title {
    font-size: 1.5rem;
  }
  
  .hero-subtitle {
    font-size: 0.95rem;
  }
  
  .hero-desc {
    font-size: 0.9rem;
  }
  
  .section {
    padding: 2rem 0;
  }
  
  .section-subtitle {
    font-size: 0.95rem;
  }
  
  .section-desc {
    font-size: 0.85rem;
  }
  
  .about-feature,
  .service-item,
  .feature-item,
  .price-item,
  .team-member,
  .review-item,
  .case-item,
  .process-item,
  .timeline-item,
  .career-item,
  .coreinfo-item,
  .blog-item,
  .faq-item {
    padding: 1rem;
    margin-bottom: 1.25rem;
  }
  
  .about-feature i,
  .feature-item i,
  .coreinfo-item i {
    font-size: 2rem;
  }
  
  .service-item img,
  .blog-item img {
    height: 120px;
  }
  
  .team-member img {
    width: 80px;
    height: 80px;
  }
  
  .price {
    font-size: 1.75rem;
  }
  
  .contact-form {
    padding: 1.25rem;
  }
  
  .contact-info {
    padding: 1.25rem;
  }
  
  .gallery-item img {
    height: 150px;
  }
  
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .btn {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
  
  .faq-question {
    padding: 0.75rem;
    font-size: 0.9rem;
  }
  
  .faq-answer {
    font-size: 0.85rem;
  }
  
  .faq-answer.active {
    padding: 0.75rem;
  }
}

/* Landscape Orientation for Mobile */
@media (max-width: 767.98px) and (orientation: landscape) {
  .hero {
    min-height: 100vh;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .navbar-collapse {
    background: var(--white);
    border-radius: 10px;
    box-shadow: var(--shadow);
    margin-top: 1rem;
    padding: 1rem;
  }
}

/* High DPI Screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero-image img,
  .service-item img,
  .team-member img,
  .blog-item img,
  .gallery-item img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .footer,
  .btn,
  .contact-form,
  .faq-question::after {
    display: none !important;
  }
  
  .hero,
  .section {
    page-break-inside: avoid;
  }
  
  .hero-title,
  .section-title {
    page-break-after: avoid;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.4;
  }
  
  .about-feature,
  .service-item,
  .feature-item,
  .price-item,
  .team-member,
  .review-item,
  .case-item,
  .process-item,
  .timeline-item,
  .career-item,
  .coreinfo-item,
  .blog-item {
    page-break-inside: avoid;
    margin-bottom: 1rem;
  }
}

/* Dark Mode Support (Optional) */

/* Reduced Motion Preferences */
@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .about-feature:hover,
  .service-item:hover,
  .feature-item:hover,
  .price-item:hover,
  .team-member:hover,
  .case-item:hover,
  .process-item:hover,
  .coreinfo-item:hover,
  .blog-item:hover,
  .gallery-item:hover,
  .career-item:hover {
    transform: none !important;
    transition: none !important;
  }
  
  .navbar-nav .nav-link::after {
    transition: none !important;
  }
  
  .btn:hover {
    transform: none !important;
  }
  
  .animate-fadeInUp,
  .animate-fadeIn {
    animation: none !important;
  }
}

/* Container Adjustments for Different Screen Sizes */
@media (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 540px;
  }
}

@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Navbar Responsive Adjustments */
@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
    margin-top: 1rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.75rem 1rem !important;
    border-bottom: 1px solid var(--border-light);
  }
  
  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
  
  .navbar-nav .nav-link::after {
    display: none;
  }
  
  .navbar-nav .nav-link:hover {
    background: var(--bg-light);
    border-radius: 5px;
  }
}

/* Grid System Adjustments */
@media (max-width: 767.98px) {
  .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  
  .row > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* Image Responsiveness */
@media (max-width: 575.98px) {
  .hero-image,
  .service-item img,
  .blog-item img,
  .gallery-item img {
    width: 100%;
    height: auto;
  }
  
  .service-item img {
    max-height: 150px;
    object-fit: cover;
  }
  
  .gallery-item img {
    max-height: 200px;
    object-fit: cover;
  }
} 