/* ===== MOBILE RESPONSIVE STYLES ===== */

/* Base Mobile Styles */
@media (max-width: 767px) {
  /*  scroll */
  html,
  body {
    height: auto !important;
    overflow: auto !important; /* enable scrolling */
  }

  /* Allow slides to stack vertically */
  .slide-section {
    position: relative !important;
    height: auto !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    pointer-events: auto !important;
  }

  /* Disable transform animations completely on mobile */
  .down-scroll,
  .up-scroll,
  .slide-section:not(.active),
  .active {
    transform: none !important;
  }

  /* General Layout Adjustments */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }


.socials{
    display: none;
  }
  
  /* Header & Navigation */
  .main-header {
    padding: 10px 0;
  }
  header.main-header {
    position: fixed !important;
    
}
.slicknav_btn{
  left: 25px !important;
}
.slicknav_menu{
  left: 80px !important;
  width: 80% !important;
}

  .navbar-brand img {
    max-width: 150px;
    left: -30px !important;
  }
  
  /* Mobile Hero Background */

  .hero-section {
    background: url('../images/image/mobile-banner.jpg') center/cover no-repeat;
    position: relative;
  }
  
  .hero-bg-img {
    display: none;
    
  }
  

  /* Hero Section */
    .hero-section {
        padding: 430px 0 50px;
        text-align: center;
        margin-top: 100px !important;
    }

    .hero-overlay {
        position: relative;
        left: 0;
        top: -360px;
        transform: none;
        padding: 0 15px;
    }

  .hero-overlay h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .slider-wrapper {
    flex-direction: column;
    margin-bottom: -25px;
  }

  .slider {
    width: 100%;
    max-width: 300px;
  }

  .slide img {
    width: 80%;
  }

  .slide p {
    font-size: 18px;
  }

  .desc,
  .tagline {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px auto;
    max-width: 100%;
  }

  /* Our Services Section */
    .our-benefits {
        padding: 125px 0 !important;
    }

  .ordeer-1 {
    display: flex !important;
    justify-content: center !important;
  }
  .order-3 {
    display: flex !important;
    justify-content: center !important;
  }

  .our-benefits {
    padding: 50px 0;
  }

  .section-title h2 {
    font-size: 24px;
  }

  .section-title p {
    font-size: 14px;
  }

  .our-benefits-list {
    padding: 0 !important;
    margin-bottom: 30px;
  }

  .benefit-item {
    margin-bottom: 20px;
  }

  .our-benefits-image img {
    height: auto;
    max-height: 250px;
    margin: 20px 0;
  }

  /* Process Section - Mobile Horizontal Layout */
@media (max-width: 767px) {
  .juice-process .row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .juice-process .col-lg-4,
  .juice-process .col-lg-3 {
    width: 50%;
    text-align: center;
    margin-left: 27px !important;
  }
  
  .juice-process .col-lg-5 {
    width: 100%;
    margin-top: 30px;
  }
  
  .process-box.sub-images {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  
  .main-process-img {
    width: 100%;
    max-width: 200px;
  }
  
  .process-sub-img {
    width: 100%;
    max-width: 120px;
  }
  
  .process-text {
    text-align: center;
  }
  
  .process-heading,
  .process-sub {
    text-align: center;
  }
}

  /* Process Section */
  

  .our-benefits-image {
    margin: 0px auto !important;
    max-width: 80% !important;
  }

    .main-process-img {
        width: 160% !important;
        max-width: 300px !important;
        margin-bottom: 20px !important;
        margin-left: -30px !important;
    }

  .juice-process {
    padding-left: 15px !important;
  }

  .main-process-img {
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
  }

  .process-sub-img {
    width: 80%;
    margin: 10px 0;
  }

  .process-text h4 {
    font-size: 18px;
  }

  .process-text p {
    font-size: 14px;
  }

  /* Where to Get Section */
  .we-offer {
    background-color: white !important;
    padding: 125px 0 !important;
}

  .testimonial-decor {
    position: absolute;
    width: 100px;
    opacity: 0.8;
    pointer-events: none;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 1;
  }
  .decor-left {
    top: 0px;
    left: -10px;
    transform: rotate(-10deg);
  }
  .decor-right {
    top: 0px;
    right: -10px;
    transform: rotate(15deg);
  }

  .offer-item-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .offer-item {
    margin-bottom: 20px;
  }

  .offer-item-image img {
    width: 100%;
    height: auto;
  }

  /* Benefits Section */
  .our-testimonials {
    padding: 150px 0px !important;
  }

  .section-row-3 {
    margin-bottom: 50px;
    margin-top: 0px;
  }

  .testimonial-item {
    padding: 20px;
  }

  .testimonial-content h2 {
    font-size: 20px;
  }

  .testimonial-content p {
    font-size: 14px;
  }

  /* Why Choose Us Section */
  
.sale-now-1 {
    
    background-color: #fff !important;
    padding: 130px 0 !important;
    overflow: hidden !important;
}
.sale-now-2 {
    
    background-color: #fff !important;
    padding: 145px 0 !important;
    overflow: hidden !important;
}

  .why-points {
    margin-left: 70px !important;
  }
  .why-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .why-item {
    font-size: 16px;
  }

  .upcoming-img-1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .upcoming-img-2 {
    text-align: center;
    margin-top: 180px;
    margin-bottom: 0px;
  }

  .upcoming-img-1 img,
  .upcoming-img-2 img {
    width: 90%;
    margin: 20px auto;
  }
  .sale-now-1::before {
    left: 0;
    background-image: none;
  }
  .sale-now-1::after {
    left: 0;
    background-image: none;
  }

.sale-now-2::before, .sale-now-2::after {
    content: "";
    position: absolute;
    display: block;
    width: 175px;
    height: 130px;
    bottom: 380px;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transform: translateY(40px);
    animation: none;
}

/* footer */
    .main-footer {
        padding: 150px 0 0 !important;
    }


  /* Section Spacing */
  .section-row,
  .section-row-1,
  .section-row-3,
  .section-row-5 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  /* Hide decorative elements on mobile for performance */
  .testimonial-decor {
    display: none;
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 990px) {
  .hero-overlay h1 {
    font-size: 48px;
  }

  .slider {
    width: 450px;
  }

  .why-points {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-info-row {
    flex-wrap: wrap;
    gap: 30px;
  }
}

/* Fix for specific height classes on mobile */
@media (max-width: 767px) {
  .hight-cls,
  .hight-cls-1,
  .hight-cls-services,
  .hight-cls-services-1 {
    height: auto !important;
    padding: 50px 0 !;
  }
}

/* Ensure images don't overflow */
img {
  max-width: 100%;
  height: auto;
}

/* Fix for text animation on mobile */
.text-anime-style-3 {
  font-size: inherit;
}
