html {
  scroll-behavior: smooth;
}

.salik-hero {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.salik-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT OVERLAY PANEL */
.salik-overlay {
  position: absolute;
  top: 0;
  right: 100px;
  width: 420px;
  height: 100%;
  background: rgba(46, 55, 72, 0.92);
  display: flex;
  align-items: center;
}

.overlay-content {
  padding: 60px 40px;
  width: 100%;
  color: #fff;
}

.overlay-content h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

/* Buttons */
.btn-salik-primary {
  background: #fdce00;
  border: none;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
}

.btn-salik-light {
  background: #d9e2ea;
  border: none;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 25px;
  padding: 10px;
}

/* List */
.overlay-content ul {
  list-style: none;
  padding-left: 0;
}

.overlay-content ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 18px;
}

.overlay-content ul li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #7db3c7;
}

/* Responsive */
@media (max-width: 991px) {
  .salik-overlay {
    width: 100%;
    position: relative;
    height: auto;
    right: 0;
  }

  .salik-hero {
    height: auto;
  }

  .salik-hero img {
    height: 400px;
  }
}

.navbar-toggler {
  border: none;
  line-height: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

/* ===== TOP HEADER ===== */
.FASTag-topbar {
  background: white;
  padding: 18px 30px;
  border-bottom: 1px solid #e5e7eb;
}

.FASTag-logo img {
  height: 45px;
}

.FASTag-lang {
  font-size: 16px;
  font-weight: 500;
  color: #555;
}

/* ===== BOTTOM NAV ===== */
.FASTag-navbar {
  background: #ffffff;
  padding: 14px 30px;
  border-bottom: 1px solid #eee;
}

/* Desktop menu */
.FASTag-navbar .nav-link {
  color: #444 !important;
  font-weight: 500;
  margin-right: 20px;
  font-size: 16px;
}

.FASTag-navbar .nav-link:hover {
  color: #fd001e !important;
}

/* Mobile Menu Button */
.mobile-menu-btn {
  font-size: 18px;
  font-weight: 500;
  color: #444;
}

.mobile-menu-btn i {
  margin-right: 8px;
}

/* Right Actions */
.FASTag-search {
  font-size: 18px;
  margin-right: 20px;
  color: #444;
  cursor: pointer;
}

.btn-balance {
  background: #fdce00;
  color: #3a4a5a;
  border-radius: 25px;
  padding: 8px 18px;
  font-weight: 500;
  border: none;
  margin-right: 10px;
}

.btn-signin {
  background: #fd001e;
  color: #fff;
  border-radius: 25px;
  padding: 8px 18px;
  text-transform: capitalize;
  font-weight: 500;
  border: none;
}

.btn-signin i {
  margin-right: 6px;
}

/* Hide desktop menu on mobile */

/* Hide desktop menu on mobile */
@media (max-width: 991px) {
  .desktop-menu {
    display: none !important;
  }
}

/* Hide mobile menu button on desktop */
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}

/* Search Bar */
.FASTag-search-bar {
  display: none;
  padding: 15px 0;
  animation: slideDown 0.3s ease;
  position: absolute;
  right: 0;
  top: 70px;
  width: 100%;
  background: transparent;
  z-index: 1;
}

/* @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        } */

.searchInput {
  border-radius: 30px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  font-size: 16px;
  transition: all 0.3s ease;
}

/* Remove Bootstrap blue glow */
.searchInput:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #6ea8bd;
}

/* SBI SECTION */
.product-card {
  height: 280px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.78),
    rgba(0, 0, 0, 0.2)
  );
  width: 100%;
  height: 100%;
  padding: 25px;
  color: #fff;
}

.product-card-overlay h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.product-card-overlay p {
  font-size: 14px;
  margin-bottom: 15px;
}

.btn-sbi {
  background: #fdce00;
  color: #000000;
  border-radius: 25px;
  padding: 6px 18px;
  border: none;
}

.btn-sbi:hover {
  background: #fd001e;
  color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
  .product-card {
    height: 240px;
  }
}

/* .salik-features {
    background: #f7f7f7;
} */

.feature-main-title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
  text-align: center;
}

.feature-subtitle {
  font-size: 18px;
  color: #555;
  text-align: center;
}

.feature-box {
  padding: 20px;
}

.feature-icon {
  font-size: 40px;
  color: #000000;
  margin-bottom: 20px;
}

.feature-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.feature-box p {
  color: #555;
  font-size: 16px;
  margin-bottom: 25px;
}

.feature-links {
  list-style: none;
  padding: 0;
  text-align: left;
}

.feature-links li {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  color: #555;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}

.feature-links li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #6ea8bd;
}

/* Make dropdown large */
.mega-dropdown {
  width: 460px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Titles */
.mega-title {
  font-weight: 700;
  margin-bottom: 20px;
}

/* Links */
.mega-link {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  color: #555;
  text-decoration: none;
}

.mega-link:hover {
  color: #000;
  text-decoration: none;
}

/* Divider between columns */
.mega-divider {
  border-left: 1px solid #eee;
}

/* Align dropdown under nav */
.navbar .dropdown-menu {
  margin-top: 15px;
}
.custom-footer {
  background: #f3f3f3;
  font-family: "Segoe UI", sans-serif;
  color: #555;
}

/* Top App Section */
.footer-app-section {
  background: #e9e9e9;
  padding: 25px 0;
}

.footer-app-section h4 {
  font-weight: 600;
  color: #444;
}

.app-badge {
  height: 45px;
  margin-left: 10px;
}

/* Links Section */
.footer-links {
  padding: 40px 0;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-links hr {
  margin: 30px 0;
  border-top: 1px solid #ccc;
}

/* Social Icons */
.social-icons i {
  font-size: 18px;
  margin-right: 15px;
  color: #777;
  cursor: pointer;
}

.social-icons i:hover {
  color: #000;
}

/* Logos */
.gov-logo {
  height: 55px;
  margin-left: 15px;
}

/* Copyright */
.copyright {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

/* ==============product details page========== */

/* container */
/* .productDetails-page {
    max-width: 1200px;
    margin: 28px auto;
    padding: 0 16px;
  }
   */

/* Left gallery */
/* .pdetailsgallery-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 650px;
    overflow-y: auto;
    align-items: center;
    width: 83px;
    scrollbar-width: none;
 
    -ms-overflow-style: none;
 
    scroll-behavior: smooth;
    padding-top: 2px;
  }

  .pdetailsgallery-thumbs::-webkit-scrollbar {
    display: none;
 
  }


  .pdetailsgallery-thumbs img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, border .25s ease;
  }

  .pdetailsgallery-thumbs img.active,
  .pdetailsgallery-thumbs img.active:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    border: 2px solid #000000;
  } */

.pdetailsmain-image {
  width: 100%;
  height: 300px;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
}

/* Right product info card */
/*.pdetailsproduct-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ececec;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .03);
  }
  

   @media(min-width: 992px) {
    .pdetailssticky-side {
      position: sticky;
      top: 20px;
    }
  } */

/* .pdetailsprice {
    font-size: 26px;
    font-weight: 700;
    color: #111;
  }

  .old-pdetailsprice {
    text-decoration: line-through;
    color: #9a9a9a;
    margin-left: 10px;
    font-weight: 500;
  }

   .pdetailsadd-btn {
    background: #fdce00;
    border: none;
    color: #000000;
    font-weight: 700;
    padding: 12px 18px;
    border-radius: 30px;
    width: 100%;
  } */

/* Shake animation */

.vehicle-error {
  border: 1px solid #dc3545 !important;
  animation: vehicleShake 0.4s ease;
}

@keyframes vehicleShake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}

/* .product-variant-title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
  }

  .color-selector {
    margin-top: 10px;
  }

  .color-card {
    width: 80px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease;
    margin-right: 12px;
    font-size: 12px;
  }

  .color-card img {
    width: 100%;
    border-radius: 8px;
    height: 60px;
    object-fit: cover;
    ;
  }  
     .color-card.selected {
    border: 1px solid #111;
  }

  .color-label {
    margin-top: 6px;
    font-weight: 600;
  }


  .review-star {
    color: #ffb400;
  }

   
  .review-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 12px;
    width: 100%;
  }

 
  .pdetailsseller-card {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 12px;
  }  
     @media(max-width: 767.98px) {
    .pdetailsmain-image {
      height: 420px;
    }

    .pdetailsgallery-thumbs {
      flex-direction: row;
      overflow-x: auto;
      width: 100%;
      padding: 6px;
    }

    .pdetailsgallery-thumbs img {
      width: 64px;
      height: 62px;
      padding: 2px;
    }

    .pdetailsgallery {
      flex-direction: column-reverse;
    }
  } 
    .all_ReviewBtn {
    padding: 8px 18px;
    border-radius: 100px;
    border: 1px solid #ccc;
    background: white;

  }

  .all_ReviewBtn:hover {
    background: rgb(0, 0, 0);
    color: white;
  }

  .PD_review_list {
    max-height: 300px;
    overflow-y: auto;
    align-items: center;
    scrollbar-width: none;
   
    -ms-overflow-style: none;
  
    scroll-behavior: smooth;
    padding-top: 2px;
  } */

.PD_review_list::-webkit-scrollbar {
  display: none;
  /* Chrome / Safari */
}

.breadcrumb a {
  color: #000000;
  text-decoration: none;
}

/* .product-details {
    width: 100%;
  }

  .product-details-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px;
  }

  .product-details-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
  }

  .product-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }  

   .product-details-list li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    font-size: 13px;
  }

  .product-details-list li:last-child {
    border-bottom: none;
  }

  .product-details-list span:first-child {
    color: #777;
  }

  .product-details-list span:last-child {
    color: #111;
    font-weight: 500;
  }
 
  @media (max-width: 576px) {
    .product-details-list li {
      flex-direction: column;
      gap: 4px;
    }
  }  
  .details-toggle-btn {
    display: inline-block;
    background: none;
    border: none;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
  }

  .details-toggle-btn:hover {
    color: #545454;
  }

  .product-details-list li.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  .product-details-list li {
    transition: opacity 0.25s ease;
  }  
     .added-ui {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
  }

  .qty-pill {
    display: flex;
    align-items: center;
    border: 2px solid #999;
    border-radius: 999px;
    padding: 6px 12px;
    min-width: 150px;
    justify-content: space-between;
  }

  .qty-pill button {
    border: none;
    background: none;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
  }

  .qty-text {
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
  } 
  .go-cart-btn {
    background: #fdce00;
    color: #000000;
    border: none;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    min-width: 150px;
  
  }

  .go-cart-btn:hover {
    background: #000000;
    color: white;
  }

  .d-none {
    display: none !important;
  }

  .saveBtn:focus {
    outline: none !important;
  }

  .shareBtn:focus {
    outline: none !important;

  }

  .saveBtn,
  .shareBtn {
    background: none;
    border: none;
  } */

/* Remove arrows in Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove arrows in Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* ===== Layout transition ===== */
/* .productDetails-page .col-lg-7,
  .productDetails-page .col-lg-5,
  .mini-cart-col {
    transition: all 0.5s ease;
  }

   
  .mini-cart-col {
    opacity: 0;
    transform: translateX(40px);
  }

  .mini-cart-col.active {
    opacity: 1;
    transform: translateX(0);
  }
 
  .mini-cart-card {
    position: sticky;
    top: 20px;
    background: #fff;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  }
 
  @media (max-width: 991.98px) {
    #miniCartCol {
      display: none !important;
    }
  }  
    .mini-cart-img-wrapper {
    width: 100%;
    text-align: center;
  }

  .mini-cart-img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 145px;
    object-fit: cover;
  }

  .mini-cart-item {
    position: relative;
    padding: 10px;
    border-radius: 12px;
    transition: background 0.3s ease;
  }

 
  .mini-cart-item:not(.selected) {
    background: #f7f7f7;
  }

 
  .mini-cart-item:not(.selected) .mini-cart-img {
    filter: grayscale(100%);
    opacity: 0.45;
  }  
   
  .mini-cart-item.selected .mini-cart-img {
    filter: none;
    opacity: 1;
  }

   
  .mini-cart-img {
    transition: filter 0.3s ease, opacity 0.3s ease;
  }

  .mini-cart-checkbox {
    accent-color: #000;
   
  }


  .mini-cart-select {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
  }

  .mini-cart-select input {
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

   
  #checkoutBtn {
    color: #000000;
    background-color: #fdce00;
    border: none;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
  } 

  @media (max-width: 991px) {
    .pdetailssticky-side {
      position: relative;
      top: 20px;
    }

    .pdetailsadd-btn {
      width: 260px;
    }
  } */

.install-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #eee;
  position: relative;
  transition: 0.3s ease;
}

.install-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.step-number {
  position: absolute;
  top: -15px;
  left: 20px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 50px;
}

/* ======================PROFIL============E */
body {
  font-size: 14px;
  font-family: Arial, sans-serif;
}

a {
  text-decoration: none !important;
  color: unset !important;
}

button:focus {
  outline: none !important;
  box-shadow: none;
}

/* /* ===============profile.html *=========/ */

.account-container {
  max-width: 1100px;
  margin: 50px auto;
  padding: 20px;
}

.account-container h2 {
  font-size: 28px;
  margin-bottom: 25px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.account-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
  border: 1px solid #e5e5e5;
}

.account-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.account-card i {
  font-size: 28px;
  color: #0073bb;
  margin-right: 20px;
}

.account-card h4 {
  margin: 5px 0;
  font-size: 18px;
  color: #111;
  font-weight: normal;
}

.account-card p {
  margin: 3px 0 0;
  color: #555;
  font-size: 14px;
}

/* ✅ Round icon background */
.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}

/* ✅ PNG icon inside circle */
.icon-circle img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

@media (max-width: 600px) {
  .account-card {
    flex-direction: column;
    text-align: center;
  }

  .account-card i {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .icon-circle {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* ----------------------orders */
/* ---------------- Utility Color Classes ---------------- */
/* .primary_color {
            color: #f3e00a !important;
        }

        .primary_bgcolor {
            background-color: #f3e00a !important;
        }

        .secondary_color {
            color: #000 !important;
        }

        .primary_bgcolor:hover {
            background-color: #000 !important;
            color: #f3e00a !important;
        }

        .secondary_bgcolor {
            background-color: #000 !important;
        } */

.temp2Orders_breadcrumb {
  font-size: 14px;
  color: #555;
  margin: 20px 0 0;
  padding-left: 20px;
}

.temp2Orders_breadcrumb a {
  color: #9a9a9a;
  text-decoration: none;
}

.temp2Orders_breadcrumb a:hover {
  text-decoration: underline;
}

.temp2Orders_container {
  max-width: 1000px;
  margin: 20px auto;
  padding: 0 20px;
}

.temp2Orders_heading {
  font-size: 28px;
  margin-bottom: 15px;
}

.temp2Orders_tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  gap: 20px;
  overflow-x: auto;
}

.temp2Orders_tab {
  padding: 10px 0;
  font-weight: 600;
  color: #9a9a9a;
  cursor: pointer;
  white-space: nowrap;
}

.temp2Orders_tab.temp2Orders_active {
  border-bottom: 3px solid #ffb951;
  color: black;
}

.temp2Orders_filter_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 10px;
}

.temp2Orders_filter_bar select {
  padding: 8px 12px;
  border-radius: 20px;
  border: 1px solid #ccc;
  font-size: 14px;
  outline: none;
}

.temp2Orders_search_box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.temp2Orders_search_box input {
  padding: 8px 12px;
  border-radius: 20px;
  border: 1px solid #ccc;
  width: 220px;
  font-size: 14px;
}

.temp2Orders_search_box button {
  border: none;
  border-radius: 20px;
  background-color: #f0f0f0;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 600;
}

.temp2Orders_tab_content {
  display: none;
}

.temp2Orders_tab_content.temp2Orders_active {
  display: block;
  animation: temp2Orders_fadeIn 0.3s ease;
}

.temp2Orders_no_orders {
  text-align: center;
  margin-top: 60px;
  color: #333;
  font-size: 15px;
}

.temp2Orders_no_orders span {
  font-weight: bold;
}

.temp2Orders_no_orders a {
  color: #0073bb;
  text-decoration: none;
}

.temp2Orders_no_orders a:hover {
  text-decoration: underline;
}

.temp2Orders_dropdown {
  position: relative;
  display: inline-block;
  width: 180px;
  cursor: pointer;
}

.temp2Orders_dropdown_selected {
  background-color: #fff;
  border: 1px solid #ffb951;
  border-radius: 25px;
  padding: 8px 33px 8px 18px;
  position: relative;
  transition: all 0.3s ease;
  color: #000;
  font-size: 14px;
}

.temp2Orders_dropdown_selected::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: transform 0.2s ease;
}

.temp2Orders_dropdown.active .temp2Orders_dropdown_selected::after {
  transform: translateY(-50%) rotate(-135deg);
}

.temp2Orders_dropdown_list {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  list-style: none;
  padding: 8px 0;
  margin: 0;
  display: none;
  z-index: 100;
}

.temp2Orders_dropdown.active .temp2Orders_dropdown_list {
  display: block;
  animation: fadeIn 0.2s ease;
}

.temp2Orders_dropdown_list li {
  padding: 10px 16px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  border-radius: 5px;
}

.temp2Orders_dropdown_list li:hover {
  background: #dddddd;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* REVIEW MODAL */
.temp2Orders_review_modal {
  border-radius: 14px;
}

.temp2Orders_review_img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

/* STARS */
.temp2Orders_review_stars .stars i {
  font-size: 22px;
  color: #ccc;
  cursor: pointer;
  margin-right: 5px;
  transition: 0.2s;
}

.temp2Orders_review_stars .stars i.active {
  color: #ffb400;
}

/* Remove blue outline */
.temp2Orders_review_modal input:focus,
.temp2Orders_review_modal textarea:focus,
.temp2Orders_review_modal button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.min-input input,
.min-input textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  outline: none;
  background: #fff;
  transition: border-color 0.2s ease;
}

.min-input textarea {
  resize: none;
}

/* Focus — very subtle */
.min-input input:focus,
.min-input textarea:focus {
  border-color: #999;
}

/* Placeholder */
.min-input input::placeholder,
.min-input textarea::placeholder {
  color: #aaa;
}

.cancel_modal {
  border-radius: 16px;
}

.cancel_info {
  background: #f6f6f6;
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
}

.utility-btn {
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  cursor: pointer;
  font-weight: 600;
}

/* ==============================order tab================= */
.order_card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 15px;
}

.order_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.order_top small {
  color: #555;
  display: block;
  font-size: 12px;
}

.order_item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 0;
}

.order_item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.order_info h4 {
  margin: 0;
  font-size: 14px;
  /* color: #007185; */
}

.order_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.order_actions button {
  border: none;
  background: #f2c714;
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 13px;
  transition: 0.2s;
}

#temp2Orders_orders button:hover {
  background-color: black;
  color: white;
}

.buyagain_actions button:hover {
  background-color: black;
  color: white;
}

/* .order_bottom {
            padding-top: 10px;
            margin-top: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        } */

.payment_info {
  font-size: 13px;
  color: #444;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  width: 100%;
  justify-content: space-between;
}

.payment_info strong {
  font-weight: 600;
  color: #000;
}

.invoice_link button {
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  cursor: pointer;
}

/* .invoice_link:hover {
            text-decoration: underline;
        } */

/* .order_actions button:hover {
  background: #f3e00a;
  color: #000;
}
 */

/* Animation */
@keyframes temp2Orders_fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---------------- Buy Again Section ---------------- */
.temp2Orders_buyagain_container {
  padding: 20px 0;
}

.temp2Orders_buyagain_heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.buyagain_card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: 100%;
}

.buyagain_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.buyagain_card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.buyagain_info {
  padding: 12px;
}

.buyagain_info h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 4px;
}

.buyagain_info p {
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

.buyagain_actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.buyagain_actions button {
  border: none;

  background-color: #f0f0f0;
  padding: 8px 14px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: 0.2s ease;
}

/* ---------------- Not Dispatched Section ---------------- */
.temp2Orders_notdispatched_container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 40px 20px;
  text-align: center;
}

.temp2Orders_notdispatched_box {
  background: #fff;
  padding: 30px 40px;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  max-width: 500px;
}

.notdispatched_icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
  opacity: 0.9;
}

.temp2Orders_notdispatched_box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.temp2Orders_notdispatched_box p {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

.temp2Orders_notdispatched_btn {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s ease;
}

.temp2Orders_notdispatched_btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.track_modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.track_modal_content {
  background: #fff;
  width: 90%;
  max-width: 420px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 25px 30px;
  animation: fadeIn 0.25s ease;
}

.track_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.track_header h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.track_close {
  font-size: 20px;
  cursor: pointer;
  color: #555;
}

.track_id {
  margin: 10px 0 20px;
  font-size: 13px;
  color: #666;
}

.track_timeline {
  position: relative;
}

.track_step {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 18px;
}

.track_icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #bbb;
  margin-right: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.track_line {
  width: 2px;
  height: 54px;
  background: #ddd;
  margin: 0 6px;
  position: absolute;
  left: 0;
}

.track_step.completed .track_icon {
  background: #05a357;
  border-color: #05a357;
}

.track_line.completed {
  background: #05a357;
  /* border-color: #05a357; */
}

.track_step.active .track_icon {
  background: #fff;
  border: 2px solid #05a357;
}

.track_text h4 {
  font-size: 14px;
  margin: 0;
  color: #222;
}

.track_text p {
  font-size: 12px;
  color: #777;
  margin: 2px 0 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----------view ordwe MODAL ---------- */
.view_modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}

.view_close {
  font-size: 25px;
}

.modal_view {
  max-width: 603px;
  width: 100%;
}

/* 🧾 Order Summary Styling */
.order_summary_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  color: #333;
}

.order_summary_item span {
  font-weight: 600;
}

.order_summary_total {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px solid #ddd;
  font-weight: bold;
  color: #000;
}

@keyframes slideDown {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Mobile fix */
@media (max-width: 600px) {
  .temp2Orders_buyagain_grid {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}

@media (max-width: 768px) {
  .temp2Orders_filter_bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .temp2Orders_search_box input {
    width: 100%;
  }

  .temp2Orders_search_box button {
    width: 100%;
  }

  .order_top_details {
    margin-bottom: 0.5rem;
  }
}

/* ==============product details page========== */

/* container */
.productDetails-page {
  max-width: 1200px;
  margin: 28px auto;
  padding: 0 16px;
}

/* Left gallery */
.pdetailsgallery-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 650px;
  overflow-y: auto;
  align-items: center;
  width: 83px;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE / Edge */
  scroll-behavior: smooth;
  padding-top: 2px;
}

.pdetailsgallery-thumbs::-webkit-scrollbar {
  display: none;
  /* Chrome / Safari */
}

.pdetailsgallery-thumbs img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border 0.25s ease;
}

.pdetailsgallery-thumbs img.active,
.pdetailsgallery-thumbs img.active:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  border: 2px solid #000000;
}

/* 
.pdetailsmain-image {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #fff;
} */

/* Right product info card */
.pdetailsproduct-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #ececec;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.03);
}

/* Sticky behaviour on desktop */
@media (min-width: 992px) {
  .pdetailssticky-side {
    position: sticky;
    top: 20px;
  }
}

.pdetailsprice {
  font-size: 26px;
  font-weight: 700;
  color: #111;
}

.old-pdetailsprice {
  text-decoration: line-through;
  color: #9a9a9a;
  margin-left: 10px;
  font-weight: 500;
}

.pdetailsbadge-discount {
  /* background: #fff3e6; */
  /* color: #979797; */
  /* border: 1px solid #ffd8b8; */
  padding: 6px 8px;
  border-radius: 6px;
  font-weight: 600;
  margin-left: 8px;
}

.pdetailssize-btn {
  min-width: 44px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-right: 8px;
  padding: 8px 12px;
  cursor: pointer;
  background: #fff;
}

.pdetailssize-btn.selected {
  background: #000000;
  color: #fff;
  /* border-color: #ff6a00; */
}

.pdetailsadd-btn {
  background: black;
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 30px;
  width: 100%;
}

/* Shake animation */
@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-6px);
  }

  40% {
    transform: translateX(6px);
  }

  60% {
    transform: translateX(-6px);
  }

  80% {
    transform: translateX(6px);
  }

  100% {
    transform: translateX(0);
  }
}

/* Shake container */
.size-error {
  animation: shake 0.4s ease;
}

/* Red outline hint */
.size-error .pdetailssize-btn {
  border-color: #e53935;
}

.product-variant-title {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.color-selector {
  margin-top: 10px;
}

.color-card {
  width: 100px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 8px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  margin-right: 12px;
  font-size: 12px;
}

.color-card img {
  width: 100%;
  border-radius: 8px;
  height: 60px;
  object-fit: cover;
}

.color-card.selected,
.color-card.active {
  border: 1px solid #111;
}

.color-label {
  margin-top: 6px;
  font-weight: 600;
}

.review-star {
  color: #ffb400;
}

/* Reviews */
.review-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 12px;
  width: 100%;
}

/* Seller card */
.pdetailsseller-card {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .pdetailsmain-image {
    height: 420px;
  }

  .pdetailsgallery-thumbs {
    flex-direction: row;
    overflow-x: auto;
    width: 100%;
    padding: 6px;
  }

  .pdetailsgallery-thumbs img {
    width: 64px;
    height: 62px;
    padding: 2px;
  }

  .pdetailsgallery {
    flex-direction: column-reverse;
  }
}

.all_ReviewBtn {
  padding: 8px 18px;
  border-radius: 100px;
  border: 1px solid #ccc;
  background: white;
}

.all_ReviewBtn:hover {
  background: rgb(0, 0, 0);
  color: white;
}

.PD_review_list {
  max-height: 300px;
  overflow-y: auto;
  align-items: center;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE / Edge */
  scroll-behavior: smooth;
  padding-top: 2px;
}

.PD_review_list::-webkit-scrollbar {
  display: none;
  /* Chrome / Safari */
}

.reviews-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.reviews-modal.active {
  opacity: 1;
  visibility: visible;
}

/* Popup animation */
.reviews-modal-content {
  background: #fff;
  width: 95%;
  max-width: 650px;
  max-height: 85vh;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;

  transform: scale(0.9) translateY(20px);
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.reviews-modal.active .reviews-modal-content {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.reviews-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}

.reviews-close {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}

.verified-bar {
  background: #f4fbf2;
  color: #2e7d32;
  padding: 10px 20px;
  font-size: 14px;
}

.review-filters {
  padding: 12px 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.review-filters button {
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.review-filters button.active {
  border-color: #000;
  font-weight: 600;
}

.reviews-modal-body {
  padding: 20px;
  /* overflow-y: auto; */
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 320px;
  overflow-y: auto;
  align-items: center;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE / Edge */
  scroll-behavior: smooth;
}

.reviews-modal-body::-webkit-scrollbar {
  display: none;
}

.rating-filter-wrap {
  position: relative;
}

.rating-filter-btn {
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  display: flex;
  gap: 6px;
  align-items: center;
}

.rating-dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  width: 240px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  padding: 8px;
  display: none;
  z-index: 10;
}

.rating-filter-wrap.open .rating-dropdown {
  display: block;
}

.rating-option {
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: #5e5e5e;
}

.rating-option:hover {
  background: #f5f5f5;
}

.rating-option.active {
  color: #000000;
  font-weight: 600;
}

/* Rating filter active state (same as tabs) */
.rating-filter-btn.active {
  border-color: #000;
  font-weight: 600;
}

.no-reviews-msg {
  text-align: center;
  color: #777;
  font-size: 14px;
  padding: 40px 10px;
}

.product-details {
  width: 100%;
}

.product-details-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 16px;
}

.product-details-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}

.product-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.product-details-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  font-size: 13px;
}

.product-details-list li:last-child {
  border-bottom: none;
}

.product-details-list span:first-child {
  color: #777;
}

.product-details-list span:last-child {
  color: #111;
  font-weight: 500;
}

/* Mobile */
@media (max-width: 576px) {
  .product-details-list li {
    flex-direction: column;
    gap: 4px;
  }
}

.details-toggle-btn {
  display: inline-block;
  background: none;
  border: none;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
}

.details-toggle-btn:hover {
  color: #545454;
}

.product-details-list li.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.product-details-list li {
  transition: opacity 0.25s ease;
}

.added-ui {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.qty-pill {
  display: flex;
  align-items: center;
  border: 2px solid #999;
  border-radius: 999px;
  padding: 6px 12px;
  min-width: 150px;
  justify-content: space-between;
}

.qty-pill button {
  border: none;
  background: none;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.qty-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
}

.go-cart-btn {
  color: #fff;
  background: #fdce00;
  border: none;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  min-width: 150px;
}

.go-cart-btn:hover {
  background: #000000;
}

.d-none {
  display: none !important;
}

.saveBtn:focus {
  outline: none !important;
}

.shareBtn:focus {
  outline: none !important;
}

.saveBtn,
.shareBtn {
  background: none;
  border: none;
}

/* ===== Layout transition ===== */
.productDetails-page .col-lg-7,
.productDetails-page .col-lg-5,
.mini-cart-col {
  transition: all 0.5s ease;
}

/* Mini cart panel */
.mini-cart-col {
  opacity: 0;
  transform: translateX(40px);
}

.mini-cart-col.active {
  opacity: 1;
  transform: translateX(0);
}

/* Card styling */
.mini-cart-card {
  position: sticky;
  top: 20px;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* 🔒 FORCE HIDE MINI CART ON SMALL SCREENS */
@media (max-width: 991.98px) {
  #miniCartCol {
    display: none !important;
  }
}

.mini-cart-img-wrapper {
  width: 100%;
  text-align: center;
}

.mini-cart-img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 145px;
  object-fit: cover;
}

.mini-cart-item {
  position: relative;
  padding: 10px;
  border-radius: 12px;
  transition: background 0.3s ease;
}

/* Unselected item background */
.mini-cart-item:not(.selected) {
  background: #f7f7f7;
}

/* Image becomes black & white when item is NOT selected */
.mini-cart-item:not(.selected) .mini-cart-img {
  filter: grayscale(100%);
  opacity: 0.45;
}

/* Selected item image (normal color) */
.mini-cart-item.selected .mini-cart-img {
  filter: none;
  opacity: 1;
}

/* Smooth transition */
.mini-cart-img {
  transition:
    filter 0.3s ease,
    opacity 0.3s ease;
}

.mini-cart-checkbox {
  accent-color: #000;
  /* black tick + background */
}

.mini-cart-select {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.mini-cart-select input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

#checkoutBtn {
  color: #fff;
  background-color: #fdce00;
  border: none;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}

@media (max-width: 991px) {
  .pdetailssticky-side {
    position: relative;
    top: 20px;
  }

  .pdetailsadd-btn {
    width: 260px;
  }
}

/* @media (max-width: 991px) {
  .desktop-info {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .mobile-info {
    display: block;
  }
}

@media (min-width: 991px) {
  .mobile-info {
    display: none !important;
  }
}


} */

/* ================= Account.html ================= */

.checkout-header {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
  justify-content: center;
}

.steps {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Checkout-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: #999;
  padding-right: 50px;
  cursor: pointer;
}

.Checkout-step::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  height: 2px;
  background: #ddd;
  transform: translateY(-50%);
}

.Checkout-step:last-child::after {
  display: none;
}

.Checkout-step.active {
  color: #ffb951;
}

.Checkout-step.active span {
  background: #ffb951;
  color: #fff;
}

.Checkout-step.active::after {
  background: #ffb951;
}

.Checkout-step.active {
  color: #ffb951;
}

.Checkout-step span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.Checkout-step.active span {
  background: #ffb951;
  color: #fff;
}
.Checkout-step.disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: not-allowed;
}

.Checkout-title {
  font-size: 28px;
  font-weight: 700;
}

.account-sub {
  color: #666;
  margin-bottom: 30px;
}

.Checkout-card {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
}

.Checkout-card h6 {
  font-weight: 700;
}

.Checkout-card p {
  color: #666;
  font-size: 14px;
}

.btn-pink {
  background: #ffb951;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
}

.btn-outline-pink {
  border: 1px solid #ffb951;
  color: #ffb951;
  border-radius: 6px;
  font-weight: 600;
}

.summary-accordion {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.summary-item {
  border-bottom: 1px solid #eee;
}

.summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  font-weight: 600;
  cursor: pointer;
}

.summary-header .right {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
}

.summary-body {
  display: none;
  padding: 14px 16px;
}

.summary-item.open .summary-body {
  display: block;
}

.summary-item.open .fa-chevron-down {
  transform: rotate(180deg);
}

/* BAG */
.bag-product {
  display: flex;
  gap: 12px;
}

.bag-product img {
  width: 60px;
  border-radius: 6px;
}

.title {
  font-weight: 600;
  margin: 0;
}

.qty {
  font-size: 13px;
  color: #777;
}

.price {
  font-size: 14px;
}

.strike {
  text-decoration: line-through;
  color: #999;
  margin-right: 6px;
}

/* PRICE DETAILS */
.price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.price-row.green {
  color: #2e7d32;
}

.price-row.total {
  font-weight: 700;
  font-size: 16px;
}

.saving {
  margin-top: 8px;
  color: #2e7d32;
  background: #edf7ed;
  padding: 6px;
  border-radius: 6px;
  font-size: 13px;
}

/* TRUST */
.trust-box {
  padding: 14px;
  font-size: 13px;
  color: #2e7d32;
  background: #fafafa;
}

.save-box {
  background: #eaf7ed;
  color: #1a7f37;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 4px;
  text-align: center;
}

.checkout-row {
  display: flex;
  align-items: stretch;
}

.checkout-left,
.checkout-right {
  display: flex;
  flex-direction: column;
}

.checkout-left .row,
.checkout-right .summary-box {
  flex: 1;
}

.summary-box,
.Checkout-card {
  height: 100%;
}

.address-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.address-modal {
  background: #fff;
  width: 520px;
  max-width: 95%;
  border-radius: 14px;
  padding: 30px;
  position: relative;
  animation: popIn 0.25s ease;
}

@keyframes popIn {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.address-modal .close-btn {
  position: absolute;
  top: 12px;
  right: 14px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}
.skip-address {
  font-size: 14px;
  font-weight: 600;
  /* color:#fc2779; */
  cursor: pointer;
}

.skip-address:hover {
  text-decoration: underline;
}

/* -----------payment */

.payment-box {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}

.payment-tabs {
  width: 280px;
  background: #fafafa;
  border-right: 1px solid #eee;
}

.pay-tab {
  display: flex;
  gap: 10px;
  padding: 14px;
  cursor: pointer;
  border-left: 4px solid transparent;
}

.pay-tab small {
  display: block;
  color: #777;
}

.pay-tab.active {
  background: #fff;
  border-left-color: #ffb951;
}

.payment-content {
  padding: 24px;
}

.pay-content {
  display: none;
}

.pay-content.active {
  display: block;
}

.saved-upi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 6px;
}

.check {
  color: #ffb951;
  font-weight: bold;
}

.Checkout-step.completed span {
  background: #ffb951;
  color: #fff;
}

.Address_card {
  border-bottom: 1px solid #ccc;
  padding: 20px;
}

.create {
  background-color: #f4f4f4;
}

/* -----------payment profilehtml---------*/

.Profile_payment-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  height: 301px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Profile_payment-card {
  background: #fff;
  padding: 16px;
  border-left: 5px solid #f4a641;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.Profile_icon-box {
  width: 50px;
  height: 50px;
  border: 2px dashed #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.Profile_add-link {
  color: #2a66c9;
  font-weight: 600;
}

.Profile_card-icons img {
  height: 32px;
  width: 40px;
  margin-left: 12px;
}

.cursor-pointer {
  cursor: pointer;
}
.Profile_card-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.Profile_card-modal {
  background: #fff;
  width: 420px;
  max-width: 90%;
  border-radius: 14px;
  padding: 30px;
  position: relative;
  animation: popup 0.25s ease;
}

@keyframes popup {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.Profile_close-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  border: none;
  background: none;
  font-size: 26px;
  cursor: pointer;
}

/* -----------customer service profilehtml---------*/

/* HEADER */
.cs-header {
  color: #000000;
  padding: 70px;
}

.cs-header h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cs-header p {
  font-size: 16px;
  opacity: 0.95;
  max-width: 900px;
}

/* CONTAINER */
.cs-container {
  max-width: 1200px;
  margin: -30px auto 50px;
  padding: 0 20px;
}

/* GRID */
.cs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 22px;
}

/* CARD */
.cs-card {
  background: #fff;
  border-radius: 10px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.cs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

.cs-card:active {
  transform: scale(0.97);
}

/* ICON */
.cs-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fd021e;
  flex-shrink: 0;
}

/* TEXT */
.cs-card h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #111;
}

.cs-card p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #555;
}

@media (max-width: 600px) {
  .cs-header h1 {
    font-size: 26px;
  }
}

/* ============login-security.html============= */

.security-wrapper {
  max-width: 850px;
  margin: 40px auto;
  padding: 0 15px;
}

.security-title {
  font-weight: 700;
  margin-bottom: 25px;
}

.security-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
}

.security-card:hover {
  transform: translateY(-2px);
}

.security-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.security-info h6 {
  font-weight: 600;
  margin-bottom: 4px;
}

.security-info p {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 0;
}

.edit-link {
  color: #007bff;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

.edit-link:hover {
  text-decoration: underline;
}
#session-message {
  text-align: center;
  margin: 10px;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  padding: 10px 20px;
  border-radius: 6px;
}
.edit-box {
  margin-top: 18px;
  max-width: 420px;

  /* animation setup */
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
  overflow: hidden;

  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}

/* ACTIVE STATE */
.edit-box.active {
  max-height: 500px; /* enough to fit content */
  opacity: 1;
  transform: translateY(0);
}

.edit-box input {
  border-radius: 0;
  height: 44px;
  border: none;
  border-bottom: 1px solid #d4d5d6;
  font-size: 0.8rem;
}
.edit-box input:focus {
  border-bottom: 1px solid #000000;
}
.save-btn {
  border-radius: 10px;
  padding: 8px 22px;
  font-size: 14px;
  transition:
    transform 0.15s ease,
    opacity 0.15s ease;
}

.save-btn:active {
  transform: scale(0.97);
  opacity: 0.9;
  filter: brightness(0.95);
}
@media (max-width: 576px) {
  .security-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-control:focus {
  border-color: #ced4da; /* normal border */
  outline: none !important;
  box-shadow: none !important;
}

.qty-input,
#qtyInput {
  border-radius: 35px;
}

/* About  */

.hero-section {
  background: linear-gradient(135deg, #fdce00, #fd021e);
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.section-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.section-title {
  font-weight: 600;
  margin-bottom: 20px;
  color: black;
}
/* cart page */
.cart-page {
  padding: 60px 0;
}

.cart-item {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-item img {
  width: 100px;
  border-radius: 8px;
}

.cart-summary {
  border: 1px solid #eee;
  padding: 25px;
  border-radius: 10px;
}

.qty-btn {
  border: none;
  background: #f1f1f1;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.remove-btn {
  background: none;
  border: none;
  color: red;
  font-size: 14px;
}

.profile-dropdown {
  position: relative;
  display: inline-block;
}

.profile-btn {
  cursor: pointer;
}

.profile-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  min-width: 180px;
  border-radius: 8px;
  padding: 10px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 999;
}

.profile-menu a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.profile-menu a:hover {
  background: #f0f0f0;
}

/* SHOW ON HOVER */
.profile-dropdown:hover .profile-menu {
  display: block;
}
.btn-Payment,
.saveBtn {
  background: #fdce00;
  color: #3a4a5a;
  border-radius: 25px;
  padding: 8px 18px;
  font-weight: 500;
  border: none;
  margin-right: 10px;
}
.address-card input,
.address-card select {
  border: none;
  border-bottom: 1px solid #ccc;
}
.addresspopup {
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  border-radius: 25px;
}
.hide-scroll {
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.hide-scroll::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.address-card {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* article card */
/* Header */
.Articlehelp-header {
  /* background:#000; */
  color: #000000;
  padding: 50px 20px;
  border-radius: 0 0 30px 30px;
  text-align: center;
}

/* Card */
.article-card {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  border: 1px solid #eee;
}

.article-left {
  display: flex;
  gap: 14px;
}

.article-icon {
  width: 42px;
  height: 42px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-text {
  font-weight: 600;
}

/* Help text */
.help-desc {
  display: none;
  font-size: 14px;
  color: #666;
  margin-top: 6px;
  line-height: 1.5;
}

.help-desc.show {
  display: block;
}
.viewOrderBtn {
  background: #f0f0f0;
      border: none;
    
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    transition: 0.2s;
}
.formContainer_container {
  min-height: 500px !important;
}
.formContainer_input::placeholder {
  color: #7d7d7d !important;   /* your color */
  opacity: 1;    /* important for full color visibility */
}
.view_modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;


    align-items: center;
    justify-content: center;
}

.modal_view {
    background: white;
    /* width: 80%;
    max-width: 800px; */
    border-radius: 8px;
    padding: 20px;
}