/* ===== PRODUCT MOBILE ===== */
/* ===== PRODUCT MOBILE FINAL FIX ===== */

/* ---------- Mobile product scroller fixes (put at end of mobile.css) ---------- */
@media (max-width: 412px) {



  .product-left {
    padding-left: -20cm !important;
  }

  .product-content {
    padding-left: 3cm !important;
  }

  .product-stats {
    padding-right: 7cm;
    padding-left: 15cm !important;
    margin-left: 10px !important;
    margin-right: 100px !important;
  }

  .stat:first-child {
    margin-left: 0 !important;
  }


  /* Reset any leftover desktop spacing from parent containers */
  .product-section,
  .product-left,
  .product-content {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  /* Make the scroller full width and let items snap from the very left */
  .product-stats {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-left: 11cm !important;
    padding: 18px 12px;
    /* small padding so first card isn't flush to edge */
    /* margin: 0; */
    width: 80%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 12px;
    /* ensures snapping accounts for container padding */
  }

  .product-stats::-webkit-scrollbar {
    display: none;
  }

  /* Cards sizing + snapping */
  .stat {
    min-width: 85%;
    flex: 0 0 85%;
    scroll-snap-align: start;
    /* snap to start for each card */
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin: 0;
    /* ensure no extra left margin */
  }

  /* Make absolutely sure the first card isn't pushed left by other rules */
  .product-stats>.stat:first-child {
    margin-left: 0 !important;
    padding-left: 12px !important;
    /* align visually with container padding */
  }

  /* Optional: small responsive tweak to improve visibility on very small phones */
  @media (max-width: 420px) {
    .stat {
      min-width: 92%;
      flex: 0 0 92%;
    }

    .product-stats {
      padding-left: 12px;
      padding-right: 12px;
    }
  }

  .product-description {
    text-align: center;
    padding: 2cm;
  }

  .product-section {
    margin-bottom: 60px !important;
    /* reduce bottom space */
    padding-bottom: 0 !important;
  }

  .features-section {
    margin-top: -5cm !important;
    /* reduce gap at the top */
  }
}

/* ===== HERO MOBILE ===== */
@media (max-width: 412px) {
  /* *{
    max-width: 100% !important;
    overflow-x: hidden !important;
  } 

   body, html {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }  */

  body,
  html {
    width: 100%;
    overflow-x: hidden;
    /* Prevent full page sideways scroll only */
  }


  .heroInner {
    /* margin-left: 0;
    margin-right: 5cm;
    padding: 130px 16px;
    text-align: center; */

    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
  }


  .heroTitle {
    position: relative;
    width: 90%;
    text-align: center;
    font-family: "Orbitron", sans-serif;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 4rem;
      /* smaller heading */
  }

  .tag1 {
    position: relative;
    width: 90%;
    text-align: center;
    font-weight: 10;
    font-size: 1.3rem;
    margin-top: 0.1rem;
  }

  .tag2 {
    position: relative;
    width: 90%;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 10;
    margin-top: 1rem;
  } 
}

/* ===== PRODUCT MOBILE ===== */
/* ===== PRODUCT MOBILE FINAL FIX ===== */

/* ---------- Mobile product scroller fixes (put at end of mobile.css) ---------- */
@media (max-width: 412px) {



  .product-left {
    padding-left: -20cm !important;
  }

  .product-content {
    padding-left: 3cm !important;
  }

  .product-stats {
    padding-right: 7cm;
    padding-left: 15cm !important;
    margin-left: 10px !important;
    margin-right: 100px !important;
  }

  .stat:first-child {
    margin-left: 0 !important;
  }


  /* Reset any leftover desktop spacing from parent containers */
  .product-section,
  .product-left,
  .product-content {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  /* Make the scroller full width and let items snap from the very left */
  .product-stats {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-left: 11cm !important;
    padding: 18px 12px;
    /* small padding so first card isn't flush to edge */
    /* margin: 0; */
    width: 80%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 12px;
    /* ensures snapping accounts for container padding */
  }

  .product-stats::-webkit-scrollbar {
    display: none;
  }

  /* Cards sizing + snapping */
  .stat {
    min-width: 85%;
    flex: 0 0 85%;
    scroll-snap-align: start;
    /* snap to start for each card */
    background: rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    margin: 0;
    /* ensure no extra left margin */
  }

  /* Make absolutely sure the first card isn't pushed left by other rules */
  .product-stats>.stat:first-child {
    margin-left: 0 !important;
    padding-left: 12px !important;
    /* align visually with container padding */
  }

  /* Optional: small responsive tweak to improve visibility on very small phones */
  @media (max-width: 420px) {
    .stat {
      min-width: 92%;
      flex: 0 0 92%;
    }

    .product-stats {
      padding-left: 12px;
      padding-right: 12px;
    }
  }

  .product-description {
    text-align: center;
    padding: 2cm;
  }

  .product-section {
    margin-bottom: 60px !important;
    /* reduce bottom space */
    padding-bottom: 0 !important;
  }

  .features-section {
    margin-top: -5cm !important;
    /* reduce gap at the top */
  }
}

/* ================= MOBILE FEATURE SECTION (FINAL) =================== */
@media (max-width: 412px) {

  /* Stack vertically: video first, then cards */
  .features-wrapper {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    align-items: center !important;
  }

  /* Video full width */
  .feature-video-area {
    width: 100% !important;
    padding: 0 12px !important;
    order: 1 !important;
    /* show BEFORE feature cards */
  }

  #featureVideo {
    width: 100% !important;
    height: auto !important;
    border-radius: 14px !important;
  }

  /* Horizontal scroll bar for feature cards */
  .features-list {
    order: 2 !important;
    /* show AFTER video */
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 12px !important;
    width: 100% !important;
    padding: 16px 12px !important;
    scroll-snap-type: x mandatory !important;
    white-space: nowrap !important;
  }

  .features-list::-webkit-scrollbar {
    display: none;
  }

  /* Feature cards */
  .feature-item {
    flex: 0 0 240px !important;
    /* fixed width → horizontal alignment */
    background: #111;
    padding: 14px 16px;
    border-radius: 16px;
    scroll-snap-align: center;
    color: white;
    white-space: normal;
    /* text inside can wrap */
    /* transition: 0.25s ease; */
    position: relative;

    height: 58px;
    /* adjust height to fit your title line */
    overflow: hidden;
    transition: 0.25s ease;
  }

  .feature-item.active {
    background: #222;
    border: 2px solid #555;
    height: auto;

  }

  /* Subtext collapsible inside card */
  .feature-subtext {
    display: none;
    margin-top: 10px;
    background: #1c1c1c;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 0.85rem;
    line-height: 1.4;
    max-height: 110px;
    overflow-y: auto;
  }

  .feature-item.active .feature-subtext {
    display: block;
  }
}



/* ================= BLOG SECTION =================== */
@media (max-width: 412px) {
  .blog-section {
    width: 100%;
    height: 100vh;
    align-items: center;
    text-align: center;
  }

  /* Text content  */
  .blog-content {
    position: relative;
    margin-right: 80px;
  }

  /* .blog-content h2{
  font-size: 1rem;
  margin-top: 50px;
} */
  .blog-card {
    width: 90px;
    font-size: 0.5rem;
    line-height: 1;
  }

  .blog-preview h2 {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .blog-preview p {
    font-size: 0.5rem;
  }

}

/*========== About Us Section Mobile Fix ==========*/
@media (max-width: 520px) {

  .about-title {
    font-size: 3.5rem !important;
    font-style: italic !important;
    margin-top: 30px;
    margin-bottom: 12px;
    text-align: center;
    z-index: 10;
  }

  .about-reveal-text {
    font-size: 2.8rem !important;
    font-style: italic !important;

    line-height: 1.35;
    top: 58% !important;
    /* little down */
    transform: translateY(-70%) !important;
    transition: opacity .40s, transform .40s;

    /* padding: 30px 70px; */
    text-shadow: 0px 4px 18px rgba(0, 0, 0, 0.65);
    /* readability */
  }

  .about-reveal-text.fade {
    opacity: 0;
    transform: translateY(-20%);
  }

  .about-scroll-box::after {
    content: "";
    display: block;
    height: 200vh;
    /* controls how long the user scrolls */
  }

}

/* ================= CONTACT US SECTION =================== */
@media (max-width: 412px) {
  .title {
    text-align: center;
    margin-top: 30px;
    font-size: 2.2rem;
    font-family: sans-serif;
  }

  .contact-form {
    width: 80%;
    padding-bottom: 2cm;
    margin: 0 auto;
  }

  .submit-btn {
    display: block;
    margin: 0 auto;
    font-size: 15px;
  }


}

/* hide nav on small screens */
@media (max-width:900px) {
  .mainNav {
    display: none
  }
}