/* TeaBlend - Responsive CSS */

/* Responsive Design System */

/* Extra Large devices (Large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    .hero-section h1 {
        font-size: 3.28rem;
    padding-top: 225px;
}
    
    .hero-section h2 {
        font-size: 1.94rem;
    }
    
    section {
        padding: 5rem 0;
    }
    
    .card-img-top {
        height: 280px;
    }
}

/* Large devices (Desktops, 997px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero-section h1 {
        font-size: 2.90rem;
    padding-top: 225px;
}
    
    .hero-section h2 {
        font-size: 1.61rem;
    }
    
    .card-img-top {
        height: 260px;
    }
    
    .team img {
        width: 140px;
        height: 140px;
    }
}

/* Medium devices (Tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-section {
        padding: 3rem 0;
    }
    
    .hero-section h1 {
        font-size: 2.50rem;
        margin-bottom: 1.38rem;
    padding-top: 225px;
}
    
    .hero-section h2 {
        font-size: 1.52rem;
        margin-bottom: 1rem;
    }
    
    .hero-section p {
        font-size: 1.20rem;
    }
    
    .card-img-top {
        height: 220px;
    }
    
    .team img {
        width: 130px;
        height: 130px;
        margin-bottom: 1rem;
    }
    
    .contact-info {
        margin-top: 2rem;
        padding: 1.5rem;
    }
    
    section {
        padding: 3.5rem 0;
    }
    
    .navbar-brand {
        font-size: 1.51rem;
    }
    
    .process-step {
        padding: 1.2rem;
        margin-bottom: 2rem;
    }
}

/* Small devices (Landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-section {
        padding: 2rem 0;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    padding-top: 225px;
}
    
    .hero-section h2 {
        font-size: 1.34rem;
        margin-bottom: 1.02rem;
    }
    
    .hero-section p {
        font-size: 1rem;
        margin-bottom: 1.67rem;
    }
    
    .card-img-top {
        height: 200px;
    }
    
    .team img {
        width: 120px;
        height: 120px;
        margin-bottom: 1rem;
    }
    
    .contact-info {
        margin-top: 2rem;
        padding: 1.2rem;
    }
    
    section {
        padding: 3rem 0;
    }
    
    .navbar-brand {
        font-size: 1.38rem;
    }
    
    .process-step {
        padding: 1rem;
        margin-bottom: 1.63rem;
    }
    
    .process-step i {
        font-size: 2.56rem;
    }
    
    h2, .h2 {
        font-size: 1.86rem;
    }
    
    h3, .h3 {
        font-size: 1.36rem;
    }
    
    .card-body {
        padding: 1.2rem;
    }
}

/* Extra small devices (Portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-section {
        padding: 1.5rem 0;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 1.93rem;
        margin-bottom: 0.94rem;
        line-height: 1.3;
    padding-top: 225px;
}
    
    .hero-section h2 {
        font-size: 1.22rem;
        margin-bottom: 0.74rem;
    }
    
    .hero-section p {
        font-size: 1.08rem;
        margin-bottom: 1.41rem;
    }
    
    .card-img-top {
        height: 180px;
    }
    
    .team img {
        width: 100px;
        height: 100px;
        margin-bottom: 0.99rem;
    }
    
    .contact-info {
        margin-top: 1.69rem;
        padding: 1rem;
    }
    
    section {
        padding: 2.5rem 0;
    }
    
    .navbar-brand {
        font-size: 1.34rem;
    }
    
    .navbar-toggler {
        padding: 0.4rem 0.6rem;
    }
    
    .process-step {
        padding: 0.8rem;
        margin-bottom: 1.32rem;
    }
    
    .process-step i {
        font-size: 2rem;
        margin-bottom: 1.00rem;
    }
    
    h1, .h1 {
        font-size: 1.84rem;
    }
    
    h2, .h2 {
        font-size: 1.65rem;
        margin-bottom: 0.78rem;
    }
    
    h3, .h3 {
        font-size: 1.29rem;
        margin-bottom: 0.71rem;
    }
    
    h4, .h4 {
        font-size: 1.19rem;
    }
    
    h5, .h5 {
        font-size: 1rem;
    }
    
    .card-body {
        padding: 1rem;
    }
    
    .card-title {
        font-size: 1.15rem;
    }
    
    .card-text {
        font-size: 0.96rem;
    }
    
    .btn {
        padding: 0.6rem 1rem;
        font-size: 0.93rem;
    }
    
    .form-control {
        padding: 0.6rem 0.8rem;
        font-size: 0.96rem;
    }
    
    .form-label {
        font-size: 0.99rem;
    }
    
    footer {
        padding: 2rem 0;
    }
    
    footer h5 {
        font-size: 1.19rem;
        margin-bottom: 0.98rem;
    }
    
    footer p {
        font-size: 0.95rem;
    }
    
    .breadcrumb-section {
        padding: 0.8rem 0;
    }
    
    .breadcrumb-section img {
        max-height: 30px;
    }
}

/* Landscape orientation adjustments for mobile */
@media (max-width: 767.98px) and (orientation: landscape) {
    .hero-section {
        min-height: 60vh;
    }
    
    section {
        padding: 2rem 0;
    }
    
    .navbar {
        padding: 0.5rem 0;
    }
}

/* High DPI / Retina Display optimizations */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .card {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .navbar {
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
    .card:hover {
        transform: none;
    }
    
    .btn {
        min-height: 44px;
    }
    
    .nav-link {
        padding: 0.8rem 1rem;
    }
    
    .form-control {
        min-height: 44px;
    }
}

/* Print styles */
@media print {
    .navbar,
    .breadcrumb-section,
    footer,
    .btn,
    .contact-info {
        display: none;
    }
    
    .hero-section {
        background: none;
        color: black;
    }
    
    .card {
        box-shadow: none;
        border: 1px solid #e1cfce;
    }
    
    section {
        padding: 1rem 0;
    }
    
    h1, h2, h3, h4, h5, h6 {
        color: black;
    }
    
    .text-light {
        color: #7b7676;
    }
}

/* Container responsive breakpoints */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Gallery responsive grid */
@media (max-width: 767.98px) {
    .gallery .col-lg-3,
    .gallery .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575.98px) {
    .gallery .col-lg-3,
    .gallery .col-md-4,
    .gallery .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
} 