/* Responsive CSS - SnackVend Pro Template */

/* Large Desktop */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    
    .hero-section h1 {
        font-size: 3.55rem;
    }
    
    .display-4 {
        font-size: 2.58rem;
    }
}

/* Desktop */
@media (max-width: 1199px) {
    .hero-section h1 {
        font-size: 3rem;
    }
}

/* Tablet */
@media (max-width: 991px) {
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        padding-top: 80px;
        text-align: center;
    }
    
    .hero-section h1 {
        font-size: 2.60rem;
        margin-bottom: 1rem;
    }
    
    .hero-section .lead {
        font-size: 1.17rem;
    }
    
    .navbar-brand {
        font-size: 1.18rem !important;
    }
    
    .team-member img {
        width: 100px;
        height: 100px;
    }
    
    .timeline {
        padding-left: 25px;
    }
    
    .timeline-item {
        padding-left: 35px;
    }
    
    .process-step {
        margin-bottom: 2rem;
    }
    
    .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.36rem;
    }
    
    h2 {
        font-size: 1.84rem;
    }
    
    h3 {
        font-size: 1.63rem;
    }
}

/* Mobile Large */
@media (max-width: 767px) {
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        padding-top: 70px;
        padding-bottom: 3rem;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section .lead {
        font-size: 1rem;
    }
    
    .navbar {
        padding: 0.5rem 0;
    }
    
    .navbar-brand {
        font-size: 1rem !important;
    }
    
    .team-member img {
        width: 80px;
        height: 80px;
    }
    
    .team-member h5 {
        font-size: 1rem;
    }
    
    .team-member p {
        font-size: 1.00rem;
    }
    
    .timeline {
        padding-left: 20px;
    }
    
    .timeline-item {
        padding-left: 30px;
        margin-bottom: 1.75rem;
    }
    
    .timeline-marker {
        width: 20px;
        height: 20px;
        left: -10px;
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.25rem;
    }
    
    .process-step h5 {
        font-size: 1rem;
    }
    
    .process-step p {
        font-size: 0.95rem;
    }
    
    .feature-card, .service-card, .review-card,
    .case-study-card, .career-card, .info-card,
    .blog-card, .pricing-card {
        margin-bottom: 1rem;
    }
    
    .feature-card i, .info-card i {
        font-size: 2rem !important;
    }
    
    .feature-card h4, .info-card h4 {
        font-size: 1.20rem;
    }
    
    h1 { font-size: 1.80rem; }
    h2 { font-size: 1.65rem; }
    h3 { font-size: 1.26rem; }
    h4 { font-size: 1.21rem; }
    h5 { font-size: 1rem; }
    
    .display-4 {
        font-size: 2rem;
    }
    
    .lead {
        font-size: 1rem;
    }
    
    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
    
    .accordion-button {
        font-size: 1.08rem;
        padding: 0.75rem 1rem;
    }
    
    .accordion-body {
        font-size: 1.04rem;
    }
    
    .contact-form .row > div {
        margin-bottom: 1rem;
    }
}

/* Mobile Small */
@media (max-width: 575px) {
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        padding-top: 60px;
        padding-bottom: 2rem;
    }
    
    .hero-section h1 {
        font-size: 1.77rem;
        line-height: 1.3;
    }
    
    .hero-section .lead {
        font-size: 1.08rem;
    }
    
    .hero-section p {
        font-size: 1.01rem;
    }
    
    .navbar-brand {
        font-size: 1.05rem !important;
    }
    
    .nav-link {
        font-size: 1.05rem;
        padding: 0.5rem 0.75rem !important;
    }
    
    .team-member img {
        width: 70px;
        height: 70px;
    }
    
    .team-member h5 {
        font-size: 1.06rem;
        margin-bottom: 0.45rem;
    }
    
    .team-member p {
        font-size: 0.94rem;
    }
    
    .timeline {
        padding-left: 15px;
    }
    
    .timeline-item {
        padding-left: 25px;
        margin-bottom: 1rem;
    }
    
    .timeline-marker {
        width: 16px;
        height: 16px;
        left: -8px;
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .process-step h5 {
        font-size: 1.06rem;
        margin-bottom: 0.64rem;
    }
    
    .process-step p {
        font-size: 0.97rem;
    }
    
    .feature-card, .service-card, .review-card,
    .case-study-card, .career-card, .info-card,
    .blog-card, .pricing-card {
        padding: 1rem !important;
    }
    
    .feature-card i, .info-card i {
        font-size: 1.89rem !important;
        margin-bottom: 0.91rem !important;
    }
    
    .feature-card h4, .info-card h4 {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .feature-card p, .info-card p {
        font-size: 0.98rem;
    }
    
    h1 { font-size: 1.64rem; }
    h2 { font-size: 1.42rem; }
    h3 { font-size: 1.32rem; }
    h4 { font-size: 1.13rem; }
    h5 { font-size: 1.08rem; }
    
    .display-4 {
        font-size: 1.77rem;
    }
    
    .lead {
        font-size: 1.05rem;
    }
    
    .btn {
        font-size: 1.00rem;
        padding: 0.5rem 1rem;
    }
    
    .btn-lg {
        padding: 0.65rem 1.25rem;
        font-size: 0.99rem;
    }
    
    .btn-sm {
        padding: 0.35rem 0.75rem;
        font-size: 0.93rem;
    }
    
    .accordion-button {
        font-size: 0.94rem;
        padding: 0.65rem 0.85rem;
    }
    
    .accordion-body {
        font-size: 0.94rem;
        padding: 0.75rem 0.85rem;
    }
    
    .form-control {
        font-size: 0.97rem;
        padding: 0.5rem 0.75rem;
    }
    
    .contact-info p {
        font-size: 0.99rem;
        margin-bottom: 0.62rem;
    }
    
    .contact-info i {
        font-size: 0.90rem;
    }
    
    .pricing-card .display-4 {
        font-size: 1.59rem;
    }
    
    .stars i {
        font-size: 1.01rem;
    }
    
    footer h3 {
        font-size: 1.28rem;
    }
    
    footer h5 {
        font-size: 1rem;
    }
    
    footer p, footer a {
        font-size: 0.96rem;
    }
    
    .breadcrumb-image {
        width: 20px;
        height: 20px;
    }
}

/* Ultra Small Screens */
@media (max-width: 320px) {
    .hero-section h1 {
        font-size: 1.58rem;
    }
    
    .navbar-brand {
        font-size: 0.98rem !important;
    }
    
    .team-member img {
        width: 60px;
        height: 60px;
    }
    
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 0.99rem;
    }
    
    h2 { font-size: 1.26rem; }
    h3 { font-size: 1.15rem; }
    h4 { font-size: 1rem; }
}

/* Print Styles */
@media print {
    .navbar, .breadcrumb-nav, footer {
        display: none !important;
    }
    
    .hero-section h1 {
    padding-top: 150px;
}

.hero-section {
        background: none !important;
        color: #000 !important;
        padding-top: 0 !important;
    }
    
    .hero-section h1, .hero-section p, .hero-section .lead {
        color: #000 !important;
    }
    
    * {
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    a {
        text-decoration: underline !important;
        color: #000 !important;
    }
} 