/* ================================================
   ECO-TRAIL EQUIPMENT RENTAL - RESPONSIVE STYLES
   Mobile-First Responsive Design
   ================================================ */

/* ============ MOBILE FIRST BASE (320px+) ============ */

/* Base mobile styles are already in main.css */

/* ============ SMALL MOBILE (375px+) ============ */
@media (min-width: 375px) {
  .hero-section h1 {
    font-size: 2.25rem;
    padding-top: 225px;
}
  
  .service-card {
    padding: 1.8rem;
  }
  
  .contact-form {
    padding: 2rem;
  }
}

/* ============ LARGE MOBILE (425px+) ============ */
@media (min-width: 425px) {
  .hero-section h1 {
    font-size: 2.49rem;
    padding-top: 225px;
}
  
  .navbar-brand {
    font-size: 1.74rem;
  }
  
  .team-photo {
    width: 100px;
    height: 100px;
  }
  
  .price-amount {
    font-size: 2.57rem;
  }
}

/* ============ TABLET PORTRAIT (576px+) ============ */
@media (min-width: 576px) {
  .hero-section {
    min-height: 90vh;
  }
  
  .hero-section h1 {
    font-size: 2.89rem;
    padding-top: 225px;
}
  
  .section-title h2 {
    font-size: 2.28rem;
  }
  
  .service-card {
    padding: 2.2rem;
  }
  
  .contact-form {
    padding: 2.5rem;
  }
  
  .team-photo {
    width: 110px;
    height: 110px;
  }
  
  .testimonial-card {
    padding: 2.5rem;
  }
  
  .gallery-item img {
    height: 280px;
  }
  
  .price-amount {
    font-size: 2.91rem;
  }
  
  .faq-question, .faq-answer {
    padding: 1.8rem;
  }
}

/* ============ TABLET LANDSCAPE (768px+) ============ */
@media (min-width: 768px) {
  :root {
    --h1-size: 3rem;
    --h2-size: 2.5rem;
    --h3-size: 2rem;
    --section-padding: 100px 0;
  }
  
  .hero-section {
    min-height: 100vh;
    text-align: left;
  }
  
  .hero-section .row {
    align-items: center;
  }
  
  .navbar-brand {
    font-size: 1.92rem;
  }
  
  .navbar-nav .nav-link {
    margin: 0 1rem;
    font-size: 1.14rem;
  }
  
  .service-card {
    padding: 2.5rem;
    margin-bottom: 2rem;
  }
  
  .team-member {
    padding: 2.5rem 2rem;
  }
  
  .team-photo {
    width: 130px;
    height: 130px;
  }
  
  .contact-form {
    padding: 3.5rem;
  }
  
  .testimonial-card {
    padding: 3rem;
  }
  
  .gallery-item img {
    height: 300px;
  }
  
  .price-card {
    padding: 3rem 2.5rem;
  }
  
  .price-card.featured {
    transform: scale(1.05);
  }
  
  .price-amount {
    font-size: 3.32rem;
  }
  
  .hero-blob-1 {
    width: 250px;
    height: 250px;
  }
  
  .hero-blob-2 {
    width: 180px;
    height: 180px;
  }
  
  .breadcrumb-img {
    height: 80px;
  }
}

/* ============ DESKTOP SMALL (992px+) ============ */
@media (min-width: 992px) {
  .hero-section h1 {
    font-size: 3.57rem;
    padding-top: 225px;
}
  
  .section-title h2 {
    font-size: 3rem;
  }
  
  .navbar {
    padding: 1.2rem 0;
  }
  
  .navbar-brand {
    font-size: 2rem;
  }
  
  .service-card {
    padding: 3rem;
  }
  
  .service-icon {
    font-size: 4rem;
  }
  
  .team-member {
    padding: 3rem 2.5rem;
  }
  
  .team-photo {
    width: 150px;
    height: 150px;
  }
  
  .contact-form {
    padding: 4rem;
  }
  
  .testimonial-card {
    padding: 3.5rem;
  }
  
  .gallery-item img {
    height: 350px;
  }
  
  .price-card {
    padding: 3.5rem 3rem;
  }
  
  .price-amount {
    font-size: 3.84rem;
  }
  
  .hero-blob-1 {
    width: 300px;
    height: 300px;
  }
  
  .hero-blob-2 {
    width: 220px;
    height: 220px;
  }
  
  .faq-question, .faq-answer {
    padding: 2rem;
  }
}

/* ============ DESKTOP LARGE (1200px+) ============ */
@media (min-width: 1200px) {
  :root {
    --section-padding: 120px 0;
  }
  
  .hero-section h1 {
    font-size: 4rem;
    padding-top: 225px;
}
  
  .section-title h2 {
    font-size: 3.54rem;
  }
  
  .service-card {
    padding: 3.5rem;
  }
  
  .service-icon {
    font-size: 4.65rem;
  }
  
  .team-member {
    padding: 3.5rem 3rem;
  }
  
  .contact-form {
    padding: 5rem;
  }
  
  .testimonial-card {
    padding: 4rem;
  }
  
  .gallery-item img {
    height: 400px;
  }
  
  .price-card {
    padding: 4rem 3.5rem;
  }
  
  .price-amount {
    font-size: 4.27rem;
  }
  
  .hero-blob-1 {
    width: 350px;
    height: 350px;
  }
  
  .hero-blob-2 {
    width: 250px;
    height: 250px;
  }
}

/* ============ DESKTOP EXTRA LARGE (1400px+) ============ */
@media (min-width: 1400px) {
  .hero-section h1 {
    font-size: 4.64rem;
    padding-top: 225px;
}
  
  .section-title h2 {
    font-size: 4rem;
  }
  
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
  
  .service-card {
    padding: 4rem;
  }
  
  .contact-form {
    padding: 6rem;
  }
  
  .testimonial-card {
    padding: 4.5rem;
  }
  
  .gallery-item img {
    height: 450px;
  }
  
  .price-card {
    padding: 4.5rem 4rem;
  }
  
  .hero-blob-1 {
    width: 400px;
    height: 400px;
  }
  
  .hero-blob-2 {
    width: 280px;
    height: 280px;
  }
}

/* ============ MOBILE SPECIFIC ADJUSTMENTS ============ */

/* Extra small devices (portrait phones) */
@media (max-width: 575.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .hero-section {
    padding: 2rem 0;
    text-align: center;
  }
  
  .hero-section h1 {
    font-size: 2rem;
    line-height: 1.2;
    padding-top: 225px;
}
  
  .hero-section p {
    font-size: 1rem;
  }
  
  .section {
    padding: 60px 0;
  }
  
  .section-title h2 {
    font-size: 1.87rem;
  }
  
  .section-title p {
    font-size: 1rem;
  }
  
  .navbar-collapse {
    background: var(--gradient-primary);
    border-radius: 10px;
    margin-top: 1rem;
    padding: 1rem;
  }
  
  .navbar-nav .nav-link {
    padding: 0.8rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }
  
  .service-card {
    padding: 1.5rem;
    margin-bottom: 1.59rem;
  }
  
  .service-icon {
    font-size: 2.52rem;
  }
  
  .service-price {
    font-size: 1.84rem;
  }
  
  .team-member {
    padding: 1.5rem;
    margin-bottom: 1.62rem;
  }
  
  .team-photo {
    width: 80px;
    height: 80px;
  }
  
  .contact-form {
    padding: 1.5rem;
    margin: 0 -15px;
    border-radius: 0;
  }
  
  .testimonial-card {
    padding: 1.5rem;
  }
  
  .testimonial-text {
    font-size: 1rem;
  }
  
  .gallery-item {
    margin-bottom: 1rem;
  }
  
  .gallery-item img {
    height: 200px;
  }
  
  .price-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1.70rem;
  }
  
  .price-card.featured {
    transform: none;
    margin-top: 0;
  }
  
  .price-amount {
    font-size: 2.33rem;
  }
  
  .faq-item {
    margin-bottom: 1.04rem;
  }
  
  .faq-question, .faq-answer {
    padding: 1.2rem;
  }
  
  .footer {
    padding: 2rem 0 1rem;
    text-align: center;
  }
  
  .footer .row > div {
    margin-bottom: 2rem;
  }
  
  .hero-blob-1, .hero-blob-2 {
    display: none;
  }
}

/* ============ PRINT STYLES ============ */
@media print {
  .navbar, .footer, .hero-decoration, .btn, .faq-question {
    display: none;
  }
  
  .hero-section {
    min-height: auto;
    background: white;
    color: black;
  }
  
  .section {
    padding: 20px 0;
    page-break-inside: avoid;
  }
  
  .card, .service-card, .team-member, .testimonial-card, .price-card {
    box-shadow: none;
    border: 1px solid #d9d9d9;
    page-break-inside: avoid;
  }
  
  a {
    color: black;
    text-decoration: underline;
  }
  
  .gallery-item img {
    height: auto;
    max-height: 200px;
  }
}

/* ============ HIGH CONTRAST MODE ============ */
@media (prefers-contrast: high) {
  :root {
    --eco-forest: #000000;
    --eco-forest-dark: #000000;
    --white: #FFFFFF;
    --dark-gray: #000000;
    --light-gray: #F0F0F0;
  }
  
  .card, .service-card, .team-member, .testimonial-card, .price-card, .contact-form {
    border: 2px solid #000000;
  }
  
  .btn-primary, .btn-secondary {
    border: 2px solid #000000;
  }
  
  .form-control {
    border: 2px solid #000000;
  }
  
  .form-control:focus {
    border-color: #000000;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  }
}

/* ============ LANDSCAPE ORIENTATION ============ */
@media (orientation: landscape) and (max-height: 600px) {
  .hero-section {
    min-height: 100vh;
    padding: 1rem 0;
  }
  
  .hero-section h1 {
    font-size: 2.64rem;
    padding-top: 225px;
}
  
  .section {
    padding: 40px 0;
  }
}

/* ============ HOVER CAPABILITY ============ */
@media (hover: none) {
  .card:hover, .service-card:hover, .team-member:hover, 
  .testimonial-card:hover, .price-card:hover, .gallery-item:hover img {
    transform: none;
  }
  
  .btn-primary:hover, .btn-secondary:hover {
    transform: none;
  }
  
  .navbar-nav .nav-link:hover {
    transform: none;
  }
} 