/*
Theme Name: Javerias LLC
Version: 1.0
Author: Ariba
*/

 .farmaish-header { display: flex; align-items: center; 
    justify-content: space-between; padding: 1px 30px; background-color: #fff; border-bottom: 1px solid #eee; font-family: Arial, sans-serif; flex-wrap: nowrap; gap: 8px; } .farmaish-left, .farmaish-search, .farmaish-right { flex: 1 1 0; display: flex; align-items: center; min-width: 0; } .farmaish-left { justify-content: flex-start; gap: 8px; } 
    .farmaish-logo img {
  height: 990px; 
  width: auto;
  max-width: 100%;
} 
.sidebar-categories details summary {
  display: flex;
  align-items: center;
  gap: 8px; /* 🔥 ICON AUR TEXT KA GAP */
}

.farmaish-search {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  justify-content: center;
}

.search-wrapper {
  display: flex;
  width: 100%;
  max-width: 500px;
}

.search-wrapper input {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px 0 0 6px;
  outline: none;
}

.search-wrapper button {
  padding: 10px 15px;
  border: none;
  background: #000;
  color: #fff;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}

.search-btn {
  padding: 10px 18px;
  background: #ff6600;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.search-btn:hover {
  background: #e65c00;
}


.sidebar-categories summary a { display: flex; align-items: center; font-weight: 600; font-size: 14px; padding: 8px 10px; border-radius: 6px; background-color: #f5f5f5; color: #333; text-decoration: none; transition: background-color 0.2s ease; width: 100%; }
 .sidebar-categories summary a:hover { background-color: #e6e6e6; color: #007bff; } 
 .sidebar-categories summary a i { margin-right: 8px; font-size: 15px; } 
 .sidebar-categories details[open] summary a { background-color: #007bff; color: white; }
  farmaish-search {
  justify-content: flex-start; 
  flex: 2;
} .farmaish-search form { 
   max-width: 600px; 
 
  padding: 8px 14px; 
  display: flex; align-items: center;
   background-color: #fff; border-radius: 999px; 
    border: 2px solid #007bff; width: 100%;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; } .farmaish-search form:hover { box-shadow: 0 4px 10px rgba(174, 30, 32, 0.25); transform: translateY(-2px); } .farmaish-search input[type="text"] { flex: 1; border: none; outline: none; background: transparent; font-size: 15px; padding: 6px; color: #333; transition: all 0.2s ease-in-out; } .farmaish-search input[type="text"]:focus { transform: scale(1.01); } .farmaish-search input::placeholder { color: #999; } .farmaish-search button { background: #007bff; border: none; border-radius: 999px; padding: 6px 10px; cursor: pointer; color: #fff; font-size: 14px; transition: background 0.3s ease; } .farmaish-search button:hover { background: #007bff } .farmaish-right { justify-content: flex-end; gap: 10px; } .farmaish-right a { color: #007bff; font-size: 14px; text-decoration: none; position: relative; display: flex; align-items: center; } .farmaish-right a i { font-size: 16px; margin-right: 5px; } .icon-count { background-color: #000; color: #fff; border-radius: 50%; padding: 1px 5px; font-size: 10px; position: absolute; top: -6px; right: -8px; } @media (max-width: 480px) { .farmaish-header { gap: 5px; } .farmaish-search form { padding: 4px 8px; } .farmaish-search input[type="text"] { font-size: 13px; } .farmaish-logo img { height: 32px; } } .close-btn { position: absolute; top: 15px; right: 15px; font-size: 24px; color: #fff; background: none; border: none; cursor: pointer; z-index: 1001; } .close-btn i { font-size: 24px; color: #fff; } .sidebar-header { position: relative; background-color: #007bff; padding: 1rem; color: white; text-align: center; } .custom-sidebar.active { z-index: 10010; } .custom-sidebar { position: fixed; top: 0; left: 0; width: 300px; height: 100%; background-color: #ffffff; box-shadow: 2px 0 8px rgba(0,0,0,0.15); transform: translateX(-100%); transition: transform 0.3s ease; z-index: 9999; overflow-y: auto; } .custom-sidebar.active { transform: translateX(0); } .sidebar-header { background-color: #007bff; padding: 1rem; color: white; position: relative; text-align: center; } .sidebar-logo { max-width: 140px; margin-bottom: 10px; padding: 1rem; } .sidebar-links { list-style: none; padding: 0; margin-top: 10px; } .sidebar-links li { margin: 10px 0; } .sidebar-links li a { color: white; text-decoration: none; display: flex; align-items: center; font-size: 14px; } .sidebar-links li a i { margin-right: 8px; font-size: 15px; } .sidebar-categories { padding: 1rem; } .sidebar-categories h4 { margin-bottom: 10px; font-size: 15px; font-weight: 600; color: #333; text-transform: uppercase; } .sidebar-categories ul { list-style: none; padding: 0; margin: 0; } .sidebar-categories li { margin-bottom: 10px; } .sidebar-categories details summary { cursor: pointer; font-weight: 600; font-size: 14px; display: flex; align-items: center; padding: 8px 10px; border-radius: 6px; background-color: #f5f5f5; color: #333; transition: background-color 0.2s ease; } .sidebar-categories details summary:hover { background-color: #e6e6e6; } .sidebar-categories details summary i { margin-right: 8px; font-size: 15px; } .sidebar-categories details[open] summary { background-color: #007bff; color: white; } .sidebar-categories details ul { padding-left: 15px; margin-top: 6px; } .sidebar-categories details ul li { padding: 4px 0; } .sidebar-categories details ul li a { text-decoration: none; font-size: 13px; color: #444; display: block; padding: 4px 6px; border-radius: 4px; transition: background-color 0.2s ease, color 0.2s ease; } .sidebar-categories details ul li a:hover { background-color: #f0f0f0; color: #007bff; } 
     .sidebar-categories ul li a { font-size: 13px; color: #333; padding: 6px 10px; border-radius: 5px; display: block; } .sidebar-categories ul li a:hover { background-color: #f0f0f0; color: #007bff; } .sidebar-search-mobile { display: none; padding: 10px 15px; } .sidebar-search-mobile form { display: flex; align-items: center; background-color: #faf9f2; border-radius: 999px; padding: 5px 10px; border: 1px solid #007bff; }
      @media(max-width: 480px) { .custom-sidebar { width: 260px; } .sidebar-logo { max-width: 110px; } 
    
@media (max-width: 480px) {
   .farmaish-logo img {
      height: 80px !important;  
      max-width: 80% !important;
   }
}


/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .search-btn {
    display: none;
  }
}


  .farmaish-search {
    display: none;
  }

  .sidebar-search-mobile {
    display: block; 
  }
}

      @media (max-width: 480px) {
       .farmaish-right a span{ display: none; } 
       .farmaish-logo img { height: 12px; } .icon-count { top: -3px; right: -6px; } }

       .installment-button {
    background-color: #007bff; 
    color: white !important; 
    padding: 8px 12px; 
    border-radius: 999px;
    text-decoration: none; 
    font-weight: bold; 
    font-size: 14px;
    white-space: nowrap; 
 font-family: Arial, sans-serif;
     transition: background-color 0.3s ease, transform 0.2s ease;
  }

  .installment-button:hover {
    background-color:rgb(87, 142, 238); 
     transform: scale(1.05);
  }

  
  .farmaish-right {
    display: flex; 
    align-items: center;
    justify-content: flex-end;
    gap: 10px; 
  }

  
  @media (max-width: 480px) {
    .farmaish-right a span {
      display: none;
    }
    .installment-button {
      padding: 6px 8px;
      font-size: 12px;
    }
  }

.farmaish-right {
  display: flex;
  align-items: center;
  gap: 6px;   /* 🔥 ICON AUR TEXT KA GAP */
}









    
 
      .close-btn { position: absolute; top: 15px; right: 15px; font-size: 24px; color: #fff; background: none; border: none; cursor: pointer; z-index: 1001; }
      .close-btn i { font-size: 24px; color: #fff; }
      .sidebar-header { position: relative; background-color: #007bff; padding: 1rem; color: white; text-align: center; }
      .custom-sidebar.active { z-index: 10010; }
      .custom-sidebar { position: fixed; top: 0; left: 0; gap: 6px; width: 300px; height: 100%; background-color: #ffffff; box-shadow: 2px 0 8px rgba(0,0,0,0.15); transform: translateX(-100%); transition: transform 0.3s ease; z-index: 9999; overflow-y: auto; }
      .custom-sidebar.active { transform: translateX(0); }
      .sidebar-header { background-color: #007bff; padding: 1rem; color: white; position: relative; text-align: center; }
      .sidebar-logo { max-width: 140px; margin-bottom: 10px; padding: 1rem; }
      .sidebar-links { list-style: none; padding: 0; gap: 6px; margin-top: 10px; }
      .sidebar-links li { margin: 10px 0; }
      .sidebar-links li a { color: white; text-decoration: none; display: flex; align-items: center; font-size: 14px; }
      .sidebar-links li a i { margin-right: 8px; font-size: 15px; }
      .sidebar-categories { padding: 1rem; }
      .sidebar-categories h4 { margin-bottom: 10px; font-size: 15px; font-weight: 600; color: #333; text-transform: uppercase; }
      .sidebar-categories ul { list-style: none; padding: 0; margin: 0; }
      .sidebar-categories li { margin-bottom: 10px; }
      .sidebar-categories details summary { cursor: pointer; font-weight: 600; font-size: 14px; display: flex; align-items: center; padding: 8px 10px; border-radius: 6px; background-color: #f5f5f5; color: #333; transition: background-color 0.2s ease; }
      .sidebar-categories details summary:hover { background-color: #e6e6e6; }
      .sidebar-categories details summary i { margin-right: 8px; font-size: 15px; }
      .sidebar-categories details[open] summary { background-color: #007bff; color: white; }
      .sidebar-categories details ul { padding-left: 15px; margin-top: 6px; }
      .sidebar-categories details ul li { padding: 4px 0; }
      .sidebar-categories details ul li a { text-decoration: none; font-size: 13px; color: #444; display: block; padding: 4px 6px; border-radius: 4px; transition: background-color 0.2s ease, color 0.2s ease; }
      .sidebar-categories details ul li a:hover { background-color: #f0f0f0; color: #007bff; }
      .sidebar-categories ul li a { font-size: 13px; color: #333; padding: 6px 10px; border-radius: 5px; display: block; }
      .sidebar-categories ul li a:hover { background-color: #f0f0f0; color: #007bff; }
      .sidebar-categories summary a { display: flex; align-items: center; font-weight: 600; font-size: 14px; padding: 8px 10px; border-radius: 6px; background-color: #f5f5f5; color: #333; text-decoration: none; transition: background-color 0.2s ease; width: 100%; }
      .sidebar-categories summary a:hover { background-color: #e6e6e6; color: #007bff; } 
      .sidebar-categories summary a i { margin-right: 8px; font-size: 15px; } 
      .sidebar-categories details[open] summary a { background-color: #007bff; color: white; }
      .sidebar-search-mobile { display: none; padding: 10px 15px; }
      .sidebar-search-mobile form { display: flex; align-items: center; background-color: #faf9f2; border-radius: 999px; padding: 5px 10px; border: 1px solid #007bff; }
      
      body {
        margin: 0;
        font-family: 'Inter', sans-serif;
      }

      .farmaish-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        background-color: #007bff;
        color: #fff;
        gap: 15px;
        flex-wrap: nowrap;
      }

      .farmaish-left, .farmaish-right {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        
      }
      
      .farmaish-left {
        gap: 15px;
      }

      .hamburger-icon {
        font-size: 24px;
        color: #fff;
        cursor: pointer;
      }

      .farmaish-logo img {
        height: 90px; 
        width: auto;
        display: block;
      }
      
      .farmaish-search {
        flex-grow: 1; 
        min-width: 150px;
        padding: 0 10px;
      }
      
      .farmaish-search form {
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 8px;
        max-width: 500px;
        margin: 0 auto; 
        padding: 5px 10px;
        border: none; 
        box-shadow: none; 
      }
      
      .farmaish-search form:hover {
         box-shadow: none;
         transform: none;
      }

      .farmaish-search input[type="text"] {
        flex-grow: 1;
        border: none;
        outline: none;
        background: transparent;
        font-size: 15px;
        padding: 6px;
        color: #333;
        min-width: 0;
      }
      
      .farmaish-search button {
        background: transparent;
        border: none;
        color: #777; 
        font-size: 18px;
        cursor: pointer;
        padding: 5px;
      }
      
      .farmaish-right {
        justify-content: flex-end;
        gap: 15px;
      }

      .farmaish-right a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        position: relative;
        display: flex;
        align-items: center;
        font-weight: bold;
      }

      .farmaish-right a i {
        font-size: 18px;
        margin-right: 5px;
        color: #fff;
      }
      
      .hide-on-mobile {
        display: inline;
      }
      
      .installment-button {
        background-color: transparent;
        color: white !important;
        padding: 8px 12px;
        border-radius: 8px;
        border: 2px solid #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        white-space: nowrap;
        transition: background-color 0.3s ease, color 0.3s ease;
      }

      .installment-button:hover {
        background-color: #fff;
        color: #33aaff !important; 
        transform: none;
      }

      .icon-count {
        background-color: #000;
        color: #fff;
        border-radius: 50%;
        padding: 1px 5px;
        font-size: 10px;
        position: absolute;
        top: -6px;
        right: -8px;
      }

      @media (max-width: 768px) {
        .farmaish-header {
          padding: 10px;
          gap: 10px;
        }

        .farmaish-logo img {
          height: 60px !important; 
          max-width: 100% !important;
        }
        
        .hamburger-icon {
          font-size: 22px;
        }

        .farmaish-search {
          display: block !important; 
          padding: 0;
        }
        
        .farmaish-search form {
           max-width: none;
           margin: 0 5px; 
        }

        .farmaish-right {
          display: none !important;
        }
        
        .custom-sidebar {
           width: 260px;
        }
        .sidebar-search-mobile {
           display: block; 
        }
    }

  /* hero */

  .farmish-slider {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
    /* upar thora gap + center */
    padding: 0 0px;
    /* mobile side spacing */
    box-sizing: border-box;
  }



  .farmish-slider .swiper-slide {
    text-align: center;
    background: #fff;
  }

  .farmish-slider .swiper-slide img {
    width: 100%;
    height: 690px;
    /* 🔥 height control */
    object-fit: cover;
    /* image stretch nahi hogi */
  }


  .farmish-slider .slide-link {
    display: block;
  }



  /* Pagination Dots */
  .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: blue;
  }

  /* Mobile */
  @media screen and (max-width: 768px) {


    .farmish-slider .swiper-slide img {
      width: 100%;
      height: auto;
      /* height automatic */
      max-height: 350px;
      /* desktop banner height control */
      object-fit: cover;

      /* optional thora modern look */
    }

  }





  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

  body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
  }

  .custom-categories {
    max-width: 1200px;
    margin: 40px auto;
    padding: 10px 10px 15px;
  }

  .categories-heading {
    font-size: 24px;
    font-weight: 700;
    color: #3F73F6;
    margin-bottom: 20px;
  }

  .categories-wrapper {
    position: relative;
    display: flex;
    align-items: center;
  }

  .categories-row {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  .categories-row::-webkit-scrollbar {
    display: none;
  }

  .category-item {
    flex: 0 0 auto;
    width: 120px;
    text-align: center;
  }

  .category-image {
    width: 100%;
    height: 140px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 8px;
    transition: transform 0.3s ease;
  }

  .category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .category-item:hover .category-image {
    transform: translateY(-4px);
  }

  .category-item p {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    margin: 0;
  }

  .category-item a {
    text-decoration: none;
    color: inherit;
  }

  /* Scroll Buttons */
  .scroll-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: white;
    border: none;
    font-size: 26px;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 2;
  }



  /* Desktop */
  @media (min-width: 1024px) {
    .categories-row {
      overflow-x: hidden;
      justify-content: space-between;
    }

    .scroll-btn {
      display: none;
    }
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');

  body {
    margin: 0;
    font-family: 'Inter', sans-serif;

  }

  .tech-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 5 in one row */
    gap: 20px;
  }

  .tech-acc-section {
    padding: 60px 0;
    color: #fff;
    background: linear-gradient(135deg, #141E30, #243B55);
  }

  .tech-acc-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
  }

  /* Header */
  .tech-acc-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
  }

  .tech-acc-title {
    font-size: 28px;
    font-weight: 800;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }

  .tech-acc-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    color: #00d2ff;
  }

  .tech-fs-badge {
    font-size: 12px;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 12px;
    border-radius: 4px;
  }

  .tech-view-btn {
    text-decoration: none;
    color: #00d2ff;
    border: 1px solid #00d2ff;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
  }

  /* Card */
  .tech-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
  }

  .tech-card:hover {
    transform: translateY(-5px);
  }

  .tech-img-wrap {
    position: relative;
    height: 180px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tech-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .tech-tag-discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #00d2ff;
    color: #000;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
  }

  .tech-fs-pill {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 10px;
    background: rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 4px 0;
    color: #333;
  }

  .pulse-dot {
    width: 6px;
    height: 6px;
    background: #00d2ff;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 1.5s infinite;
  }

  @keyframes pulse {
    0% {
      opacity: 1;
    }

    50% {
      opacity: .4;
    }

    100% {
      opacity: 1;
    }
  }

  .tech-details {
    padding: 12px;
    color: #222;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

  .tech-prod-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .tech-prices {
    margin-top: auto;
    margin-bottom: 10px;
  }

  .tech-curr-p {
    font-size: 16px;
    font-weight: 800;
  }

  .tech-old-p {
    font-size: 12px;
    text-decoration: line-through;
    color: #999;
    margin-left: 6px;
  }

  .tech-add-btn {
    background: #00d2ff;
    border: none;
    padding: 10px;
    font-weight: 800;
    cursor: pointer;
    border-radius: 4px;
  }

  /* Swiper Nav */
  .tech-nav-btn {
    width: 35px;
    height: 35px;
    background: #00d2ff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 4px;
  }

  .tech-prev {
    left: -10px;
  }

  .tech-next {
    right: -10px;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .tech-acc-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

    .tech-nav-btn {
      display: none;
    }

    .tech-img-wrap {
      height: 140px;
    }
  }

  @media (max-width: 1024px) {
    .tech-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  /* Mobile */
  @media (max-width: 640px) {
    .tech-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Small Mobile */
  @media (max-width: 420px) {
    .tech-grid {
      grid-template-columns: 1fr;
    }
  }

  body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
  }

  .main-footer {
    background: #f9fbff;
    color: #1a1a1a;
    padding-top: 60px;
    border-top: 1px solid #e5eaf2;
  }

  .footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding: 0 20px 40px;
  }

  .footer-logo {
    font-size: 28px;
    color: #007bff;
    margin-bottom: 10px;
  }

  .footer-tagline {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555;
  }

  .footer-col h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #007bff;
  }

  .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer-col ul li {
    margin-bottom: 10px;
  }

  .footer-col ul li a {
    text-decoration: none;
    color: #444;
    font-size: 14px;
    transition: 0.3s;
  }

  .footer-col ul li a:hover {
    color: #2b5cff;
    padding-left: 5px;
  }

  .footer-col p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
  }

  .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    transition: 0.3s;
  }

  .social-icons a:hover {
    transform: translateY(-3px);
    background: XC;
  }

  .footer-bottom {
    text-align: center;
    padding: 15px 10px;
    border-top: 1px solid #e5eaf2;
    font-size: 13px;
    color: #666;
  }

  /* Responsive */
  @media (max-width: 992px) {
    .footer-container {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (max-width: 600px) {
    .footer-container {
      grid-template-columns: 1fr;
      text-align: center;
    }

    .social-icons {
      justify-content: center;
    }
  }

  body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f7f9fc;
  }

  .product-page {
    max-width: 1200px;
    margin: 40px auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 20px;
  }

  /* LEFT */
  .product-gallery {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
  }

  .main-image img {
    width: 100%;
    border-radius: 10px;
  }

  .thumbnail-row {
    margin-top: 15px;
    display: flex;
    gap: 10px;
  }

  .thumbnail-row img {
    width: 70px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
  }

  /* RIGHT */
  .product-title {
    font-size: 26px;
    color: #1a4cff;
    margin-bottom: 10px;
  }

  .payment-badges span {
    background: #f1f3f7;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
    margin-right: 6px;
  }

  .price-row {
    margin: 15px 0;
  }

  .current-price {
    font-size: 28px;
    font-weight: bold;
  }

  .old-price {
    text-decoration: line-through;
    color: gray;
    margin-left: 10px;
  }

  .availability {
    color: #888;
  }

  .stock {
    color: #2b7a2b;
    font-weight: bold;
    margin-bottom: 20px;
  }

  /* Accordion */
  .accordion {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .accordion-header {
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }

  .accordion-body {
    display: none;
    padding: 15px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    color: #555;
  }

  /* Quantity */
  .quantity-box {
    margin-bottom: 20px;
  }

  .qty-controls {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .qty-controls button {
    width: 35px;
    height: 35px;
    font-size: 18px;
    cursor: pointer;
  }

  .qty-controls input {
    width: 50px;
    text-align: center;
    font-size: 16px;
  }

  /* Buttons */
  .installment-btn,
  .cart-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .installment-btn {
    background:#007bff ;
    color: #fff;
  }

  .cart-btn {
    background:#007bff ;
    color: #fff;
  }

  /* Responsive */
  @media (max-width: 900px) {
    .product-page {
      grid-template-columns: 1fr;
    }
  }
  body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f4f6fb;
}

/* ================= LATEST SECTION ================= */

.latest-section {
  background: linear-gradient(135deg, #0f4c81, #1e81d3);
  padding: 60px 20px;
  border-radius: 20px;
  margin: 40px auto;
  max-width: 1400px;
}

/* Header */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 28px;
  font-weight: 700;
}

/* View All Button */
.view-all {
  background: #ffffff;
  color: #0f4c81;
  border: none;
  padding: 8px 18px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.view-all:hover {
  background: #cfe9ff;
}

/* ===== GRID CENTERED ===== */

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 260px);  /* fixed width */
  justify-content: center;  /* 🔥 CENTER */
  gap: 30px;
}

/* CARD DESIGN */
.product-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.product-card img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  margin-bottom: 15px;
}

.product-card h3 {
  font-size: 15px;
  color: #1e3c72;
  margin-bottom: 10px;
}

/* Price */
.price {
  font-weight: 700;
  color: #0f4c81;
  margin-bottom: 15px;
}

.price span {
  text-decoration: line-through;
  color: #888;
  font-weight: 400;
  margin-left: 6px;
}

/* Button */
.product-card button {
  background: linear-gradient(45deg, #0f4c81, #1e81d3);
  color: #fff;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.product-card button:hover {
  background: linear-gradient(45deg, #083b63, #1669b2);
}
.product-grid .product-card:nth-child(n+5) {
  display: none;
}



.product-card button:hover {
  background: #0056d2;
}

/* Responsive */
@media (max-width: 1200px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}
.product-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.accordion-body {
  display: none;
  padding-top: 10px;
  color: #444;
  line-height: 1.5;
}