/* ===== TABLET RESPONSIVE STYLES ===== */
@media (min-width: 800px) and (max-width: 1024px) {
  
  /* Header & Navigation */
  /* .main-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
  } */

  body {
    padding-top: 80px;
  }

  .navbar-brand img {
    max-width: 180px;
    left: -15px !important;
  }

  .slicknav_btn {
    left: 15px !important;
  }

  .slicknav_menu {
    left: 380px !important;
    width: 50% !important;
  }

  /* Hide desktop socials */
  .socials {
    display: none;
  }

  /* Hero Section */
     .hero-section {
        padding: 380px 0 80px;
        text-align: center;
        margin-top: 50px !important;
    }

  .hero-overlay {
    position: relative;
    left: 0;
    top: -200px;
    transform: none;
    padding: 0 30px;
  }

  .hero-overlay h1 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .slider {
    width: 500px;
    max-width: 100%;
  }

  .slide img {
    width: 70%;
  }

  .slide p {
    font-size: 22px;
  }

  .desc,
  .tagline {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px auto;
    max-width: 80%;
  }


  /* Mobile Hero Background */

  .hero-section {
    background: url('../images/image/tap-banner.jpg') center/cover no-repeat;
    position: relative;
  }
  
  .hero-bg-img {
    display: none;
  }


  /* Our Services Section */

  .our-benefits-1{
    padding: 250px 0 !important;
  }
  .our-benefits {
    padding: 100px 0 !important;
  }

  .section-title h2 {
    font-size: 32px;
  }

  /* .section-title p {
    font-size: 16px;
    padding: 0 40px;
  } */

  .our-benefits-image img {
    /* height: auto;
    max-height: 300px; */
    margin: 30px 0;
  }

  .benefit-item {
    margin-bottom: 25px;
  }


/* process of jiuce */

  .juice-process .row.align-items-stretch {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
  }

  .juice-process .col-lg-4,
  .juice-process .col-lg-3 {
    width: auto !important;
    flex: 0 0 auto;
  }

  .col-lg-5.col-md-12.col-sm-12 {
    width: 100% !important;
    margin-top: 40px;
  }

  .main-process-img {
    width: 100% !important;
    max-width: 350px !important;
    margin-left: 0 !important;
  }

  .process-sub-img {
    max-width: 150px;
    margin: 10px 0;
  }

  .process-text {
    text-align: center !important;
  }

  .process-heading,
  .process-sub {
    text-align: center;
  }



  
  /* Process Section */
  .juice-process {
    padding-left: 50px !important;
  }

  .main-process-img {
    width: 120% !important;
    max-width: 350px !important;
    margin-bottom: 30px !important;
    margin-left: -50px !important;
  }

  .process-sub-img {
    width: 70%;
    margin: 15px 0;
  }

  .process-text h4 {
    font-size: 20px;
  }

  .process-text p {
    font-size: 15px;
  }

  /* Where to Get Section */
  .we-offer {
    background-color: white !important;
    padding: 100px 0 !important;
  }

  .testimonial-decor {
    width: 250px;
  }

    .decor-left {
        top: 200px;
        left: -30px;
    }

      .decor-right {
        top: 200px;
        right: -30px;
    }

  .offer-item-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  /* Benefits Section */
  .our-testimonials {
    padding: 120px 0px !important;
  }

  .section-row-3 {
    margin-bottom: 60px;
    margin-top: 0px;
  }

  .testimonial-item {
    padding: 25px;
  }

  .testimonial-content h2 {
    font-size: 22px;
  }

  .testimonial-content p {
    font-size: 15px;
  }

  /* Why Choose Us Section */

.sale-now-1::before {
    left: 0;
    background-image: url(../images/png/why-choose-1.png);
}
.sale-now-1::before, .sale-now-1::after {
    content: "";
    position: absolute;
    display: block;
    width: 250px;
    height: 250px;
    bottom: 400px;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transform: translateY(40px);
    animation: none;
}

.sale-now-2::before {
    left: 0;
    background-image: url(../images/png/up-comming-1.png);
}
.sale-now-2::before, .sale-now-2::after {
    content: "";
    position: absolute;
    display: block;
    width: 300px;
    height: 200px;
    bottom: 500px;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transform: translateY(40px);
    animation: none;
}



  .sale-now-1 {
    background-color: #fff !important;
    padding: 100px 0 !important;
  }

  .sale-now-2 {
    background-color: #fff !important;
    padding: 120px 0 !important;
  }

  .why-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-left: 0 !important;
    justify-content: center;
  }

  .why-item {
    font-size: 17px;
    text-align: center;
  }

  .upcoming-img-1 {
    text-align: center;
    margin-top: 375px;
    margin-bottom: -200px;
  }

  .upcoming-img-2 {
    text-align: center;
    margin-top: 375px;
    margin-bottom: -200px;
  }

  .upcoming-img-1 img,
  .upcoming-img-2 img {
    width: 70%;
    margin: 30px auto;
  }

  /* Footer */
  .main-footer {
    padding: 120px 0 0 !important;
  }

  .footer-info-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer-info-row h3 {
    margin-left: 0;
  }

  /* Section Spacing */
  .section-row,
  .section-row-1,
  .section-row-3,
  .section-row-5 {
    margin-top: -40px !important;
    margin-bottom: 40px !important;
  }

  /* Process Section Layout */
  .juice-process .row {
    align-items: center;
    justify-content: center;
  }

  .juice-process .col-lg-4 {
    width: 40%;
  }

  .juice-process .col-lg-3 {
    width: 30%;
  }

  .juice-process .col-lg-5 {
    width: 100%;
    margin-top: 40px;
  }

  .process-box.sub-images {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }


  /* Fix height classes for tablet */
  .hight-cls{
    height: auto !important;
    padding: 400px 0 !important;
  }
  .hight-cls-1{
    height: auto !important;
    padding: 500px 0 !important;
  }
  .hight-cls-services{
    height: auto !important;
    padding: 220px 0 !important;
  }
  .hight-cls-services-1 {
    height: auto !important;
    padding: 220px 0 !important;
  }

  /* Container adjustments */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Social Icons */
  .socials-top a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #ff7e29;
    border: 2px solid #ff7e29;
    text-decoration: none;
    transition: 0.2s;
  }

  .socials-top a:hover {
    transform: translateY(-4px);
  }

  .socials-top a.facebook:hover,
  .socials-top a.instagram:hover,
  .socials-top a.linkedin:hover {
    background: #ff7e29;
    color: white;
    border-color: transparent;
  }

  .socials-top {      
        display: flex !important;
        gap: 15px !important;
        margin-left: -30px !important;
        z-index: 9999 !important;
        flex-direction: row-reverse !important;
        
    }
  
  .socials a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #ff7e29;
    border: 2px solid #ff7e29;
    text-decoration: none;
    transition: 0.3s;
  }
  
  .socials a:hover {
    background: #ff7e29;
    color: white;
    transform: translateY(-3px);
  }

}