/* BotaniSpark - Responsive CSS */

/* Tablet Styles */
@media (max-width: 991.98px) {
    .hero-section {
        text-align: center;
        padding-top: 120px;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    padding-top: 275px;
}
    
    .hero-section h2 {
        font-size: 1.5rem;
    }
    
    .navbar-brand {
        font-size: 1.3rem;
    }
    
    .team-member {
        margin-bottom: 2rem;
    }
    
    .contact-info {
        margin-top: 2rem;
    }
    
    .process-step, .timeline-item {
        margin-bottom: 2rem;
    }
}

/* Mobile Styles */
@media (max-width: 767.98px) {
    /* Typography adjustments for mobile */
    h1 {
        font-size: 1.75rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.25rem;
    }
    
    p {
        font-size: 0.95rem;
    }
    
    /* Navbar mobile adjustments */
    .navbar {
        padding: 0.75rem 0;
    }
    
    .navbar-brand {
        font-size: 1.2rem;
    }
    
    /* Hero section mobile */
    .hero-section {
        padding-top: 100px;
        min-height: 80vh;
    }
    
    .hero-section h1 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    padding-top: 275px;
}
    
    .hero-section h2 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .hero-section p {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }
    
    /* Card adjustments */
    .feature-card, .service-card, .price-card, .review-card, 
    .case-study-card, .info-card, .career-card, .blog-card, .faq-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    /* Remove hover animations on mobile for performance */
    .feature-card:hover, .service-card:hover, .price-card:hover, 
    .review-card:hover, .case-study-card:hover, .info-card:hover, 
    .career-card:hover, .blog-card:hover, .faq-card:hover {
        transform: none;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    }
    
    .ingredient-card:hover, .flavor-card:hover, .method-card:hover, 
    .benefit-card:hover, .partner-card:hover, .mission-card:hover, 
    .values-card:hover, .facility-card:hover, .certification-card:hover, .vision-card:hover {
        transform: none;
    }
    
    /* Team section mobile */
    .team-member img {
        width: 100px;
        height: 100px;
    }
    
    /* Process section mobile */
    .process-step .step-number {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    /* Contact form mobile */
    .contact-info {
        margin-top: 2rem;
        padding: 1.5rem;
    }
    
    .contact-item {
        margin-bottom: 1rem;
    }
    
    /* Button adjustments */
    .btn-primary {
        padding: 0.625rem 1.5rem;
        font-size: 0.95rem;
    }
    
    /* Remove button hover effects on mobile */
    .btn-primary:hover {
        transform: none;
    }
    
    /* Section spacing */
    .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    
    /* Gallery mobile */
    #gallery img:hover {
        transform: none;
    }
    
    /* Footer adjustments */
    footer .container .row > div {
        margin-bottom: 1.5rem;
    }
    
    footer .text-end {
        text-align: start !important;
    }
    
    /* Service card mobile */
    .service-card img {
        height: 150px;
    }
    
    /* Price card mobile */
    .price-card .price {
        font-size: 1.5rem;
    }
    
    /* Breadcrumb mobile */
    .breadcrumb-section {
        padding-top: 100px;
        padding-bottom: 1rem;
    }
    
    .breadcrumb-icon {
        height: 25px;
    }
}

/* Small mobile devices */
@media (max-width: 575.98px) {
    /* Further reduce font sizes for very small screens */
    h1 {
        font-size: 1.5rem;
    }
    
    h2 {
        font-size: 1.25rem;
    }
    
    h3 {
        font-size: 1.1rem;
    }
    
    h4, h5 {
        font-size: 1rem;
    }
    
    .navbar-brand {
        font-size: 1.1rem;
    }
    
    /* Cards for small screens */
    .feature-card, .service-card, .price-card, .review-card,
    .case-study-card, .info-card, .career-card, .blog-card, .faq-card,
    .ingredient-card, .flavor-card, .method-card, .benefit-card, .partner-card,
    .mission-card, .values-card, .facility-card, .certification-card, .vision-card {
        padding: 1rem;
    }
    
    /* Contact info mobile */
    .contact-info {
        padding: 1rem;
    }
    
    /* Team member mobile */
    .team-member img {
        width: 80px;
        height: 80px;
    }
    
    /* Process step mobile */
    .process-step .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
    
    /* Hero adjustments for very small screens */
    .hero-section {
        min-height: 70vh;
        padding-top: 90px;
    }
}

/* Disable scroll animations on mobile as per requirements */
@media (max-width: 767.98px) {
    .sr-bottom, .sr-top, .sr-left, .sr-right, .reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* Ensure proper touch targets on mobile */
@media (max-width: 767.98px) {
    .navbar-toggler {
        padding: 0.5rem;
        border: none;
    }
    
    .nav-link {
        padding: 0.75rem 1rem;
    }
    
    .btn {
        min-height: 44px;
        min-width: 44px;
    }
    
    .form-control {
        min-height: 44px;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .feature-card, .service-card, .price-card, .review-card,
    .case-study-card, .info-card, .career-card, .blog-card, .faq-card {
        border: 2px solid #000;
    }
    
    .navbar {
        border-bottom: 2px solid #000;
    }
}

/* Print styles */
@media print {
    .navbar, footer, .btn, .contact-info {
        display: none !important;
    }
    
    .hero-section {
        padding-top: 0;
        min-height: auto;
    }
    
    * {
        background: white !important;
        color: black !important;
    }
} 