/* EcoSky Mapping - Responsive CSS */

/* Tablet Styles - Large (768px - 1199px) */
@media (max-width: 1199.98px) {
  .display-4 {
    font-size: 2.2rem;
  }
  
  h2 {
    font-size: 1.8rem;
  }
  
  .hero-shapes .shape-1 {
    width: 250px;
    height: 250px;
    top: -125px;
    right: -125px;
  }
  
  .hero-shapes .shape-2 {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px;
  }
  
  .team-member img {
    width: 100px;
    height: 100px;
  }
}

/* Tablet Styles - Medium (768px - 991px) */
@media (max-width: 991.98px) {
  .display-4 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.6rem;
  }
  
  .navbar-brand {
    font-size: 1.3rem !important;
  }
  
  .team-member {
    margin-bottom: 2rem;
  }
  
  .team-member img {
    width: 90px;
    height: 90px;
  }
  
  .process-step {
    margin-bottom: 2rem;
  }
  
  .process-step .step-number {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }
  
  .agriculture-solutions {
    padding-left: 0;
    margin-top: 2rem;
  }
  
  .quality-points {
    margin-top: 2rem;
  }
}

/* Mobile Styles - Large (576px - 767px) */
@media (max-width: 767.98px) {
  /* Disable animations on mobile as per requirements */
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  .hero-shapes .shape-1,
  .hero-shapes .shape-2 {
    animation: none !important;
  }
  
  /* Typography */
  .display-4 {
    font-size: 1.8rem;
    text-align: center;
  }
  
  h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  
  .lead {
    font-size: 1rem;
    text-align: center;
  }
  
  .navbar-brand {
    font-size: 1.2rem !important;
  }
  
  /* Hero Section */
  #hero {
    text-align: center;
    padding: 2rem 0;
  }
  
  .hero-shapes .shape-1 {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;
  }
  
  .hero-shapes .shape-2 {
    width: 120px;
    height: 120px;
    bottom: -60px;
    left: -60px;
  }
  
  /* Cards and Components */
  .feature-card,
  .service-card,
  .price-card,
  .review-card,
  .blog-card,
  .case-study-card {
    margin-bottom: 1.5rem;
  }
  
  .service-card img,
  .blog-card img,
  .case-study-card img {
    height: 180px;
  }
  
  /* Team Section */
  .team-member {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  .team-member img {
    width: 80px;
    height: 80px;
  }
  
  /* Process Section */
  .process-step {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  .process-step .step-number {
    width: 40px;
    height: 40px;
    font-size: 0.9rem;
    margin: 0 auto 1rem auto;
  }
  
  /* Timeline */
  .timeline-item {
    margin-bottom: 1rem;
  }
  
  .timeline-marker {
    width: 15px;
    height: 15px;
  }
  
  /* Contact Section */
  .contact-info {
    margin-bottom: 2rem;
    text-align: center;
  }
  
  .contact-item {
    justify-content: center;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .contact-icon {
    width: 50px;
    height: 50px;
  }
  
  /* Additional Pages */
  .breadcrumb-section {
    text-align: center;
  }
  
  .tech-card,
  .sensor-card,
  .operation-card,
  .conservation-card,
  .energy-card {
    margin-bottom: 1.5rem;
  }
  
  .sensor-card img,
  .conservation-card img,
  .energy-card img {
    height: 150px;
  }
  
  .processing-item {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  .climate-feature {
    text-align: left;
    padding: 0.8rem 0;
  }
  
  .climate-feature .feature-icon {
    width: 50px;
    height: 50px;
  }
  
  .pollution-card {
    margin-bottom: 1.5rem;
  }
  
  .quality-points {
    margin-top: 1.5rem;
  }
  
  .quality-point {
    padding: 0.8rem 0;
  }
  
  .quality-icon {
    width: 50px;
    height: 50px;
  }
  
  .agriculture-solutions {
    padding-left: 0;
    margin-top: 1.5rem;
  }
  
  .ag-solution {
    padding: 0.8rem 0;
    margin-bottom: 0.8rem;
  }
}

/* Mobile Styles - Small (320px - 575px) */
@media (max-width: 575.98px) {
  /* Typography */
  .display-4 {
    font-size: 1.6rem;
  }
  
  h2 {
    font-size: 1.4rem;
  }
  
  h5, h6 {
    font-size: 1rem;
  }
  
  .navbar-brand {
    font-size: 1.1rem !important;
  }
  
  /* Padding and Margins */
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  /* Hero Section */
  #hero {
    min-height: 70vh;
  }
  
  .hero-shapes .shape-1 {
    width: 150px;
    height: 150px;
    top: -75px;
    right: -75px;
  }
  
  .hero-shapes .shape-2 {
    width: 100px;
    height: 100px;
    bottom: -50px;
    left: -50px;
  }
  
  /* Cards */
  .feature-card,
  .service-card,
  .price-card,
  .review-card,
  .blog-card,
  .case-study-card,
  .tech-card,
  .sensor-card,
  .operation-card,
  .conservation-card,
  .energy-card,
  .pollution-card {
    padding: 1rem;
  }
  
  .service-card img,
  .blog-card img,
  .case-study-card img,
  .sensor-card img,
  .conservation-card img,
  .energy-card img {
    height: 150px;
  }
  
  /* Team Members */
  .team-member img {
    width: 70px;
    height: 70px;
  }
  
  /* Process Steps */
  .process-step .step-number {
    width: 35px;
    height: 35px;
    font-size: 0.8rem;
  }
  
  /* Icons */
  .fa-3x {
    font-size: 2rem !important;
  }
  
  .fa-4x {
    font-size: 2.5rem !important;
  }
  
  /* Contact Icons */
  .contact-icon,
  .quality-icon,
  .climate-feature .feature-icon {
    width: 45px;
    height: 45px;
  }
  
  /* Buttons */
  .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  
  /* Footer */
  #footer {
    text-align: center;
  }
  
  #footer .col-lg-4,
  #footer .col-lg-2,
  #footer .col-lg-3 {
    margin-bottom: 1.5rem;
  }
  
  /* Form Controls */
  .form-control {
    padding: 10px 12px;
  }
  
  /* Gallery */
  #gallery .col-lg-4 {
    margin-bottom: 1rem;
  }
  
  /* FAQ Cards */
  .faq-card {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  /* Timeline Content */
  .timeline-content {
    margin-left: 1rem !important;
  }
  
  /* Career Cards */
  .career-card {
    margin-bottom: 1rem;
  }
}

/* Extra Small Devices (max-width: 479px) */
@media (max-width: 479.98px) {
  .display-4 {
    font-size: 1.4rem;
  }
  
  h2 {
    font-size: 1.3rem;
  }
  
  .navbar-brand {
    font-size: 1rem !important;
  }
  
  .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  /* Smaller icons for very small screens */
  .fa-3x {
    font-size: 1.8rem !important;
  }
  
  .fa-4x {
    font-size: 2.2rem !important;
  }
  
  /* Compact cards */
  .feature-card,
  .service-card,
  .price-card,
  .review-card,
  .blog-card,
  .case-study-card,
  .tech-card,
  .sensor-card,
  .operation-card,
  .conservation-card,
  .energy-card,
  .pollution-card {
    padding: 0.8rem;
  }
  
  /* Team members even smaller */
  .team-member img {
    width: 60px;
    height: 60px;
  }
  
  /* Process numbers smaller */
  .process-step .step-number {
    width: 30px;
    height: 30px;
    font-size: 0.7rem;
  }
  
  /* Contact and quality icons smaller */
  .contact-icon,
  .quality-icon,
  .climate-feature .feature-icon {
    width: 40px;
    height: 40px;
  }
}

/* Landscape Mobile Orientation */
@media (max-width: 767.98px) and (orientation: landscape) {
  #hero {
    min-height: 50vh;
  }
  
  .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

/* Print Styles */
@media print {
  * {
    animation-duration: 0ms !important;
    transition-duration: 0ms !important;
  }
  
  .hero-shapes,
  #header,
  #footer,
  .btn {
    display: none !important;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.4;
    color: black;
    overflow-x: hidden;
}
  
  h1, h2, h3, h4, h5, h6 {
    color: black;
  }
  
  .container {
    width: 100% !important;
    max-width: none !important;
  }
}
