/*
 * Farmers' Out Grower Foundation Limited (FOF)
 * Responsive Stylesheet Override
 */

@media (max-width: 1024px) {
  .hero-slider {
    height: 70vh;
    min-height: 450px;
  }
}

@media (max-width: 768px) {
  .hero-slider {
    height: 60vh;
    min-height: 400px;
  }
  
  .slide-content h1 {
    font-size: 2.25rem !important;
    line-height: 2.75rem !important;
  }
  
  .slide-content p {
    font-size: 1rem !important;
  }
  
  /* Timeline stacking */
  .timeline-item {
    border-left: 2px solid var(--secondary);
    padding-left: 1.5rem !important;
  }
  
  /* Custom margin shifts */
  .section-padding {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
}

@media (max-width: 640px) {
  .hero-slider {
    height: 55vh;
    min-height: 380px;
  }
  
  .slide-content h1 {
    font-size: 1.75rem !important;
    line-height: 2.25rem !important;
  }
  
  /* Floating buttons repositioning on very small phones */
  .float-whatsapp {
    bottom: 80px;
    right: 15px;
  }
  
  .scroll-top {
    bottom: 20px;
    right: 15px;
  }
}

@media (min-width: 1536px) {
  /* Widescreen container stability */
  .container {
    max-width: 1400px !important;
  }
}
