/* Responsive CSS for Nature Sounds Template */

/* Mobile First Approach */
@media (max-width: 575.98px) {
    .hero-content h1 {
        font-size: 1.92rem;
    }
    
    .hero-content h2 {
        font-size: 1.27rem;
    }
    
    .navbar-brand {
        font-size: 1.27rem !important;
    }
    
    .feature-card, .service-card, .price-card {
        margin-bottom: 2.16rem;
    }
    
    .team-member img {
        width: 100px;
        height: 100px;
    }
    
    .process-step {
        margin-bottom: 3.13rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-content h1 {
        font-size: 2.12rem;
    }
    
    .hero-content h2 {
        font-size: 1.31rem;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-content h1 {
        font-size: 2.60rem;
    }
    
    .timeline-item {
        width: 100%;
        left: 0 !important;
        text-align: left !important;
        padding-left: 3rem;
    }
    
    .timeline::before {
        left: 20px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-content h1 {
        font-size: 2.87rem;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hero-content h1 {
        font-size: 3.11rem;
    }
    
    .container {
        max-width: 1140px;
    }
}

/* Landscape orientation adjustments */
@media (orientation: landscape) and (max-height: 500px) {
    .hero-section {
  padding-top: 50px;
        min-height: 500px;
    }
    
    .navbar {
        padding: 0.5rem 0;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero-image img {
        image-rendering: -webkit-optimize-contrast;
    }
}

/* Print styles */
@media print {
    .navbar, .btn, footer {
        display: none !important;
    }
    
    .hero-section {
  padding-top: 50px;
        background: none !important;
        color: #000 !important;
        min-height: auto !important;
    }
    
    .py-5 {
        padding-top: 1.13rem !important;
        padding-bottom: 1.21rem !important;
    }
}
