 
    :root{
   

    --primary: #911a19;
    --primary-light: #b83b3f;
    --soft-bg:  #fff;
    --rose-gold: #C5A35A;
    --soft-border:  #fff;
  }
 .rs-user-menu {
     position: relative;
     display: inline-block
 }

 .rs-user-icon {
     width: 45px;
     height: 45px;
     background: var(--rose-gold);
     color: white;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.4rem;
     cursor: pointer;
       margin-top: 9px;
 }
  .rs-user-icon-name{
     padding: 15px 21px;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}

 .rs-dropdown {
     position: absolute;
     right: 0;
     top: 60px;
     background: white;
     min-width: 200px;
     border-radius: 12px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
     display: none;
     z-index: 1000;
     border: 1px solid #eee
 }

 .rs-dropdown.show {
     display: block
 }

 .rs-dropdown a {
     display: block;
     padding: 12px 20px;
     color: #333;
     text-decoration: none;
     border-bottom: 1px solid #f0f0f0
 }

 .rs-dropdown a:hover {
     background: var(--light);
     color: var(--primary)
 }

 .rs-dropdown a:last-child {
     border: none;
     color: red
 }

 .rs-modal {
     display: none;
     position: fixed;
     z-index: 9999;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.7);
     justify-content: center;
     align-items: center;
     padding: 20px
 }

 .rs-modal-content {
     background: white;
     padding: 35px;
     border-radius: 20px;
     width: 90%;
     max-width: 500px;
     position: relative;
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4)
 }

 .rs-close {
     position: absolute;
     top: 12px;
     right: 20px;
     font-size: 34px;
     cursor: pointer;
     color: #999
 }

 .rs-close:hover {
     color: #000
 }

 .rs-input {
     width: 100%;
     padding: 14px;
     border: 1px solid #ddd;
     border-radius: 10px;
     margin: 10px 0;
     font-size: 1rem
 }    

 .rs-btn {
     background: var(--rose-gold);
     color: white;
     padding: 7px 20px;
     border: none;
     border-radius: 50px;
     width: 100%;
     font-size: 1rem;
     cursor: pointer;
     margin-top: 10px;
 }

 .rs-btn:hover {
     background:  var(--primary) ;
 }

 .rs-btn-link {
     background: none;
     border: none;
     color: var(--primary);
     text-decoration: underline;
     cursor: pointer
 }

 @media (max-width: 992px) {
   
      .rs-dropdown {
    position: absolute;
    top: 60px;
        right: auto;
        min-width: 116px;
    background: white;
    
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 1000;
    border: 1px solid #eee;
}
}
/* Premium Toast Alert - Same as Mala Saree Tracking Page */
  .toast-alert {
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 9999;
    padding: 16px 24px;
    border-radius: 12px;
    color: white;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 10px 30px rgba(107, 7, 16, 0.2);
    transform: translateX(120%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.2, 0.9, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 320px;
    backdrop-filter: blur(10px);
  }
  .toast-alert.show {
    transform: translateX(0);
    opacity: 1;
  }
  .toast-alert.success {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    border-left: 5px solid #22c55e;
  }
  .toast-alert.error {
    background: linear-gradient(135deg, #ef4444, #f87171);
    border-left: 5px solid #f87171;
  }
  .toast-alert i {
    font-size: 1.4rem;
  }
  .toast-alert .close-toast {
    margin-left: auto;
    cursor: pointer;
    font-size: 1.4rem;
    opacity: 0.8;
  }
 .rs-page {
     display: none;
     padding: 80px 20px 50px;
     min-height: 100vh;
     background: #f8f9fa
 }

 .rs-page.active {
     display: block
 }

 .rs-card {
     background: white;
     padding: 30px;
     border-radius: 16px;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
     margin-bottom: 25px
 }

 .rs-avatar {
     width: 120px;
     height: 120px;
     background: var(--primary);
     color: white;
     border-radius: 50%;
     margin: 0 auto 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 3.5rem;
     font-weight: bold
 }
/* profile page ui */

   

    .rs-avatar {
      width: 100px;
      height: 100px;
      background: var(--primary);
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 3rem;
      font-weight: bold;
      margin: 0 auto 15px
    }

    .nav-pills .nav-link.active {
      background: var(--primary);
      color: #fff;
      border-radius: 12px
    }

    .nav-pills .nav-link {
      color: #333;
      padding: 12px 20px;
      border-radius: 12px
    }

    .nav-pills .nav-link:hover {
      background: #f8e8f8
    }

    .tab-pane {
      display: none
    }

    .tab-pane.active {
      display: block
    }

    /* .rs-btn {
      background: var(--primary);
      color: white;
      padding: 10px 25px;
      border: none;
      border-radius: 50px;
      font-weight: 500
    }

    .rs-btn:hover {
      background: #b01450
    } */

    .address-card {
      background: #f9f9f9;
      padding: 15px;
      border-radius: 12px;
      margin-bottom: 15px;
      position: relative
    }

    .default-badge {
      background: var(--gold);
      color: #000;
      padding: 3px 10px;
      border-radius: 20px;
      font-size: 0.8rem
    }

    .modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0.7);
      justify-content: center;
      align-items: center;
      z-index: 9999
    }

    .modal.active {
      display: flex
    }

    .modal-content {
      background: white;
      padding: 30px;
      border-radius: 16px;
      width: 90%;
      max-width: 550px;
      position: relative
    }

    .close {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 28px;
      cursor: pointer;
      color: #999
    }

    .close:hover {
      color: #000
    }

    .form-control {
      border-radius: 12px;
      padding: 12px
    }

    .btn-primary {
      background: var(--primary);
      border: none;
      border-radius: 50px;
        padding: 12px 23px;
    }

    .rs-card-my-order {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
    }

    .rs-card-my-order th,
    td {
      padding: 16px !important;
      text-align: left !important;
      border-bottom: 1px solid #eee !important;
    }

    .rs-card-my-order th {
      background: #f8e8f5 !important;
      color: var(--dark) !important;
      font-weight: 600 !important;
    }

    .rs-card-my-order tr:hover {
      background: #fdf6fb !important;
    }

 

    /* Beautiful Custom Alert */
    .custom-alert {
      position: fixed;
      top: 20px;
      right: 20px;
      background: white;
      min-width: 320px;
      max-width: 400px;
      border-radius: 16px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      transform: translateX(420px);
      transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
      z-index: 9999;
      font-family: 'Poppins', sans-serif;
    }

    .custom-alert.show {
      transform: translateX(0);
    }

    .alert-content {
      padding: 20px 24px;
      display: flex;
      align-items: center;
      gap: 14px;
      position: relative;
    }

    .alert-icon {
      font-size: 28px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .alert-message {
      font-size: 16px;
      font-weight: 500;
      color: #333;
      flex: 1;
    }

    .alert-close {
      position: absolute;
      top: 8px;
      right: 12px;
      background: none;
      border: none;
      font-size: 24px;
      cursor: pointer;
      color: #aaa;
      transition: 0.3s;
    }
 
    @keyframes progress {
      from {
        width: 100%;
      }

      to {
        width: 0%;
      }
    }
    .profile-container{
        margin-top: 5% !important;
    }
/* end ui profile */
   .playfair{ font-family: 'Playfair Display', serif; }
    .toast{ position: fixed; top: 22px; right: 22px; z-index: 60; padding: 14px 20px; border-radius: 10px; color: white; font-weight: 600; box-shadow: 0 8px 30px rgba(107,7,16,0.12); transform: translateX(140%); opacity:0; transition: all .42s cubic-bezier(.2,.9,.2,1); }
    .toast.show{ transform: translateX(0); opacity:1; }
    .toast.success{ background: #16a34a; }
    .toast.error{ background: #ef4444; }
    .timeline-line{ background: linear-gradient(180deg, rgba(107,7,16,0.08), rgba(107,7,16,0.06)); }


      .playfair { font-family: 'Playfair Display', serif; }
    /* Toast */
    .toast-custom {
      position: fixed;
      top: 22px;
      right: 22px;
      z-index: 1080;
      padding: 12px 18px;
      border-radius: 10px;
      color: white;
      font-weight: 600;
      box-shadow: 0 8px 30px rgba(107,7,16,0.12);
      transform: translateX(140%);
      opacity: 0;
      transition: all .42s cubic-bezier(.2,.9,.2,1);
    }
    .toast-custom.show { transform: translateX(0); opacity:1; }
    .toast-success{ background: #16a34a; }
    .toast-error{ background: #ef4444; }

    /* Card borders and accents */
    .border-gold { border-color: rgba(212,175,55,0.18) !important; }
    .bg-ivory { background: linear-gradient(90deg, rgba(245,238,227,0.5), rgba(255,250,246,0.3)); }

    /* Timeline */
    .timeline-line {
      background: linear-gradient(180deg, rgba(107,7,16,0.08), rgba(107,7,16,0.06));
      width: 4px;
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      top: 0; bottom: 0;
      border-radius: 2px;
    }
    .timeline-item { position: relative; z-index: 1; }
    .timeline-point {
      width: 56px; height: 56px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    }

    /* Product image */
   
        :root {
            --maroon: #6b0710;
            --maroon-2: #7a0b14;
            --gold: #d4af37;
            --ivory: #fff8f5;
        }

        

      

        .toast-custom {
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 9999;
            padding: 14px 22px;
            border-radius: 10px;
            color: #fff;
            font-weight: 600;
            opacity: 0;
            transform: translateX(150%);
            transition: all .4s ease;
        }

        .toast-show {
            opacity: 1;
            transform: translateX(0);
        }

     .timeline-line {
    background: linear-gradient(10deg, rgba(107, 7, 16, 0.08), #f5c14659);
    width: 3px;
    position: absolute;
    left: 50%;
    top: 75px;
    bottom: -43%;
    color: blue;
    height: 84%;
    transform: translateX(-50%);
}
        .border-gold {
            border-color: var(--gold);
        }
   
    .order-tracking-heading {
        margin-top: 15%;
    }
    .card-header-new    {
        background-color: var(--primary) !important;
        color: white;
    }
    .card-header-new-p{
        color: #fff !important;
    }


    /* footer */
   
/* MOBILE BOTTOM BAR - FORCE SHOW ON MOBILE */
.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.12);
    z-index: 9999;
    padding: 6px 0;
    display: none !important;
    justify-content: space-around;
    align-items: center;
    height: 68px;
}

.mbb-item {
    text-align: center;
    color: #666;
    font-size: 11px;
    cursor: pointer;
    padding: 6px;
    flex: 1;
    transition: color 0.3s;
}

.mbb-item i {
    font-size: 23px;
    display: block;
    margin-bottom: 4px;
}

.mbb-item.active, .mbb-item:hover {
    color:   var(--primary);
}

.mbb-badge {
    position: absolute;
    top: 6px;
    right: 31%;
    background:  var(--maroon);
    color: white;
    font-size: 10px;
    font-weight: bold;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

/* FORCE SHOW ON MOBILE - 100% WORKING */
@media screen and (max-width: 768px) {
    .mobile-bottom-bar {
        display: flex !important;
    }
    body {
        padding-bottom: 80px !important;
    }
}

/* Extra force for DevTools responsive mode */
@media (max-width: 768px) {
    #mobileBottomBar {
        display: flex !important;
    }
}
 