/* Responsive CSS for Healthy Meals Delivery */

/* Extra Large Devices (1400px and up) */
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1320px;
  }
  
  .hero-title {
    font-size: 4rem;
  }
  
  .section-title {
    font-size: 3rem;
  }
}

/* Large Devices (992px and up) */
@media (max-width: 1199.98px) {
  .hero-title {
    font-size: 3rem;
  }
  
  .section-title {
    font-size: 2.24rem;
  }
  
  .hero-subtitle {
    font-size: 1.39rem;
  }
}

/* Medium Devices (768px and up) */
@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
    margin-top: 1rem;
  }
  
  .navbar-nav .nav-link {
    margin: 0.25rem 0;
  }
  
  .hero-title {
    font-size: 2.65rem;
    text-align: center;
  }
  
  .hero-subtitle {
    font-size: 1.25rem;
    text-align: center;
  }
  
  .hero-desc {
    text-align: center;
    margin: 0 auto 2rem;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1.17rem;
  }
  
  .hero-shape-1,
  .hero-shape-2 {
    display: none;
  }
  
  .feature-card,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .casestudy-card,
  .timeline-card,
  .career-card,
  .coreinfo-card,
  .blog-card {
    margin-bottom: 2rem;
  }
  
  .process-card {
    margin-bottom: 3rem;
  }
  
  .contact-form {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  
  .contact-info {
    padding: 2rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
  
  .footer {
    padding: 3rem 0 1.5rem;
  }
  
  .footer-brand {
    font-size: 1.93rem;
    text-align: center;
    margin-bottom: 1.60rem;
  }
  
  .footer-desc {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  .footer-section {
    text-align: center;
    margin-bottom: 2rem;
  }
}

/* Small Devices (576px and up) */
@media (max-width: 767.98px) {
  .navbar-brand {
    font-size: 1.45rem !important;
  }
  
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    min-height: 80vh;
    text-align: center;
  }
  
  .hero-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .hero-subtitle {
    font-size: 1.17rem;
    margin-bottom: 1.69rem;
  }
  
  .hero-desc {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  
  .hero-image img {
    max-width: 90%;
    margin-top: 2rem;
  }
  
  .section {
    padding: 2.5rem 0;
  }
  
  .section-title {
    font-size: 1.92rem;
    margin-bottom: 0.96rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
    margin-bottom: 0.96rem;
  }
  
  .section-desc {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
  
  .feature-card,
  .coreinfo-card {
    padding: 1.5rem;
    margin-bottom: 1.57rem;
  }
  
  .feature-icon,
  .coreinfo-icon {
    font-size: 2.61rem;
    margin-bottom: 1rem;
  }
  
  .service-card,
  .team-card,
  .blog-card {
    margin-bottom: 2rem;
  }
  
  .service-content,
  .team-content,
  .blog-content {
    padding: 1.5rem;
  }
  
  .service-name,
  .team-name,
  .blog-title {
    font-size: 1.38rem;
  }
  
  .service-image,
  .team-image,
  .blog-image {
    height: 200px;
  }
  
  .service-price {
    font-size: 1.64rem;
  }
  
  .price-card {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
  
  .price-card.featured {
    transform: none;
    margin-bottom: 2rem;
  }
  
  .price-name {
    font-size: 1.58rem;
  }
  
  .price-value {
    font-size: 2.62rem;
  }
  
  .review-card {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  
  .review-text {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .review-author {
    font-size: 1rem;
  }
  
  .casestudy-card,
  .timeline-card,
  .career-card {
    padding: 2rem;
    margin-bottom: 2rem;
  }
  
  .casestudy-title,
  .timeline-title,
  .career-title {
    font-size: 1.62rem;
  }
  
  .process-card {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  
  .process-number {
    width: 60px;
    height: 60px;
    font-size: 1.58rem;
    margin-bottom: 1.67rem;
  }
  
  .process-title {
    font-size: 1.35rem;
  }
  
  .contact-form {
    padding: 1.5rem;
  }
  
  .contact-info {
    padding: 1.5rem;
  }
  
  .contact-info h4 {
    font-size: 1.41rem;
    margin-bottom: 1rem;
  }
  
  .form-control {
    padding: 0.75rem;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .btn-submit {
    padding: 0.75rem 2rem;
    font-size: 1rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
  }
  
  .faq-card {
    margin-bottom: 1rem;
  }
  
  .faq-question {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
  
  .faq-question:after {
    right: 1.5rem;
    font-size: 1.35rem;
  }
  
  .faq-answer {
    padding: 1.5rem;
    font-size: 0.97rem;
  }
  
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .footer-brand {
    font-size: 1.53rem;
  }
  
  .footer-desc {
    font-size: 0.97rem;
  }
  
  .footer-section h5 {
    font-size: 1.16rem;
    margin-bottom: 1rem;
  }
  
  .footer-links a {
    font-size: 1.01rem;
  }
  
  .footer-copyright {
    font-size: 0.89rem;
  }
  
  .breadcrumb-image {
    max-width: 150px;
  }
}

/* Extra Small Devices (less than 576px) */
@media (max-width: 575.98px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .navbar {
    padding: 0.75rem 0;
  }
  
  .navbar-brand {
    font-size: 1.21rem !important;
  }
  
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    min-height: 70vh;
    padding: 2rem 0;
  }
  
  .hero-title {
    font-size: 1.78rem;
    line-height: 1.3;
  }
  
  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .hero-desc {
    font-size: 1.06rem;
    margin-bottom: 1.71rem;
  }
  
  .hero-image img {
    margin-top: 1.57rem;
  }
  
  .section {
    padding: 2rem 0;
  }
  
  .section-title {
    font-size: 1.68rem;
    line-height: 1.3;
  }
  
  .section-subtitle {
    font-size: 0.99rem;
  }
  
  .section-desc {
    font-size: 1.00rem;
    margin-bottom: 2.65rem;
  }
  
  .feature-card,
  .coreinfo-card {
    padding: 1.25rem;
    margin-bottom: 1.33rem;
  }
  
  .feature-icon,
  .coreinfo-icon {
    font-size: 2rem;
  }
  
  .service-content,
  .team-content,
  .blog-content {
    padding: 1.25rem;
  }
  
  .service-name,
  .team-name,
  .blog-title,
  .casestudy-title,
  .timeline-title,
  .career-title {
    font-size: 1.27rem;
    line-height: 1.3;
  }
  
  .service-image,
  .team-image,
  .blog-image {
    height: 180px;
  }
  
  .service-desc,
  .blog-excerpt,
  .casestudy-desc,
  .timeline-desc,
  .career-desc,
  .coreinfo-desc {
    font-size: 1.07rem;
  }
  
  .service-features,
  .price-features {
    font-size: 1.00rem;
  }
  
  .service-price {
    font-size: 1.32rem;
  }
  
  .price-card {
    padding: 1.5rem 1.25rem;
  }
  
  .price-name {
    font-size: 1.44rem;
  }
  
  .price-value {
    font-size: 2rem;
  }
  
  .review-card {
    padding: 1.5rem;
  }
  
  .review-text {
    font-size: 1.07rem;
  }
  
  .review-text:before,
  .review-text:after {
    font-size: 1.65rem;
  }
  
  .review-author {
    font-size: 1.09rem;
  }
  
  .casestudy-card,
  .timeline-card,
  .career-card {
    padding: 1.5rem;
  }
  
  .process-card {
    padding: 1.25rem;
  }
  
  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.40rem;
    margin-bottom: 1.42rem;
  }
  
  .process-title {
    font-size: 1.25rem;
  }
  
  .process-desc {
    font-size: 0.98rem;
  }
  
  .contact-form,
  .contact-info {
    padding: 1.25rem;
  }
  
  .contact-info h4 {
    font-size: 1.33rem;
  }
  
  .contact-info p {
    font-size: 1rem;
  }
  
  .form-control {
    padding: 0.7rem;
    font-size: 1.03rem;
  }
  
  .btn-submit {
    padding: 0.7rem 1.5rem;
    font-size: 0.97rem;
  }
  
  .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
  }
  
  .faq-question {
    padding: 0.75rem 1.25rem;
    font-size: 1.01rem;
  }
  
  .faq-question:after {
    right: 1.25rem;
    font-size: 1.33rem;
  }
  
  .faq-answer {
    padding: 1.25rem;
    font-size: 0.99rem;
  }
  
  .footer {
    padding: 1.5rem 0 0.75rem;
  }
  
  .footer-brand {
    font-size: 1.33rem;
  }
  
  .footer-desc {
    font-size: 0.94rem;
    margin-bottom: 1.60rem;
  }
  
  .footer-section {
    margin-bottom: 1.68rem;
  }
  
  .footer-section h5 {
    font-size: 1rem;
  }
  
  .footer-links a {
    font-size: 1.04rem;
  }
  
  .footer-bottom {
    margin-top: 2rem;
    padding-top: 1.68rem;
  }
  
  .footer-copyright {
    font-size: 0.87rem;
    line-height: 1.4;
  }
  
  .breadcrumb-image {
    max-width: 120px;
  }
}

/* Landscape Orientation for Small Devices */
@media (max-width: 767.98px) and (orientation: landscape) {
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    min-height: 100vh;
  }
  
  .hero-title {
    font-size: 2.65rem;
  }
  
  .hero-subtitle {
    font-size: 1.28rem;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .hero-shape-1,
  .hero-shape-2,
  .btn-submit,
  .footer {
    display: none !important;
  }
  
  .hero-section h1 {
    padding-top: 150px !important;
}

.hero-section {
    min-height: auto;
    background: white !important;
  }
  
  .section {
    padding: 2rem 0;
    page-break-inside: avoid;
  }
  
  .card-custom,
  .feature-card,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .casestudy-card,
  .timeline-card,
  .career-card,
  .coreinfo-card,
  .blog-card {
    box-shadow: none !important;
    border: 1px solid #e7d7d7 !important;
    margin-bottom: 1rem;
    page-break-inside: avoid;
  }
  
  .gallery-section {
    display: none;
  }
  
  * {
    color: black !important;
    background: white !important;
  }
  
  .text-gradient,
  .section-title {
    color: black !important;
  }
}

/* DISABLE ALL ANIMATIONS - Responsive override */
*,
*::before,
*::after {
  animation: none !important;
  transition: none !important;
  transform: none !important;
}

.hero-shape-1,
.hero-shape-2 {
  animation: none !important;
}

.fade-in,
.slide-up {
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.card-custom:hover,
.feature-card:hover,
.service-card:hover,
.price-card:hover,
.team-card:hover,
.review-card:hover,
.casestudy-card:hover,
.timeline-card:hover,
.career-card:hover,
.coreinfo-card:hover,
.blog-card:hover,
.faq-card:hover,
.gallery-item:hover,
.navbar-nav .nav-link:hover,
.btn-submit:hover {
  transform: none !important;
  transition: none !important;
}

/* Accessibility Improvements */
@media (prefers-reduced-motion: reduce) {
  .hero-shape-1,
  .hero-shape-2 {
    animation: none;
  }
  
  .fade-in,
  .slide-up {
    animation: none;
    opacity: 1;
    transform: none;
  }
  
  .card-custom:hover,
  .feature-card:hover,
  .service-card:hover,
  .price-card:hover,
  .team-card:hover,
  .review-card:hover,
  .casestudy-card:hover,
  .timeline-card:hover,
  .career-card:hover,
  .coreinfo-card:hover,
  .blog-card:hover,
  .faq-card:hover,
  .gallery-item:hover {
    transform: none;
  }
  
  .navbar-nav .nav-link:hover,
  .btn-submit:hover {
    transform: none;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  :root {
    --primary-green: #157e0a;
    --secondary-orange: #b36b00;
    --accent-mint: #006136;
    --warm-coral: #d4c10f;
    --soft-lavender: #6661c0;
    --gray: #212121;
    --light-gray: #f0f0f0;
  }
  
  .card-custom,
  .feature-card,
  .service-card,
  .price-card,
  .team-card,
  .review-card,
  .casestudy-card,
  .timeline-card,
  .career-card,
  .coreinfo-card,
  .blog-card,
  .faq-card {
    border: 2px solid var(--dark-gray) !important;
  }
  
  .form-control {
    border: 2px solid var(--dark-gray) !important;
  }
  
  .btn-submit {
    border: 2px solid var(--dark-gray) !important;
  }
} 