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

body{
    font-family: 'Poppins', sans-serif;
    /* background-color: #f5f5f5; */
}

/* color scheme */
 :root{
    --primary-color: #a14892;
    --secondary-color: #f9f9f9;
    --tertiary-color: #f4f4f4;
    --dark-color: #c6c0c0;
    --light-color: #fff;
    --danger-color: #dc3545;
    --space-cadet: #1f2041;
  --sunglow: orange;
  --dark-cyan: orange;
  --paynes-gray: orange;
  --light-color: #fff;
  --muted-color: slategray;
  --dot-color: #ccc;
    --primary-hover: #a14892;
  --primary-light: #96618d;
  --border-color: #ddd;
  --focus-shadow: 0 0 0 3px rgba(64, 112, 244, 0.2);
  --transition: all 0.3s ease;
 }

 .text-clr{
    color: var(--primary-color);
 }

 .btn-Class{
    background-color: var(--primary-color);
    color: var(--light-color);
    padding: 8px;
    border-radius: 5px;
    transition: all 2s;
 }
 .btn-Class:hover{
       background-color: var(--light-color);
       color: var(--primary-color);
       border: 2px solid var(--primary-color);
 }
 .product-card img {
    border-radius: 10px;
    box-shadow: 0 0 10px gray;
}

.product-card video {
    border-radius: 20px !important;
    box-shadow: 0 0 10px gray;
}
/* home page css  */
.container-fluid{
    --bs-gutter-x: 0rem !important;
   
}
.navbar{
    --bs-navbar-padding-x: 0rem !important;
    --bs-navbar-padding-y: 0rem !important;
}
.newsArticle{
    background-color: var(--primary-color);
    color: var(--light-color);
    padding: 15px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}
div#navbarNav{
    background-color: var(--light-color);
    justify-content: space-around;
    border-bottom: 1px solid var(--dark-color);
}

ul.navbar-nav {
    gap: 25px;
    font-size: 16px;
    /* padding: 10px; */
    font-weight: 400;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}
img.logo {
    /* width: 150px;
    height: 100px; */
}
.main.position-fixed.w-100.z-1 {
    z-index: 99;
    
}
/* .main{
    height: 60px !important;
} */
.serchIcon {
    border-right: 2px solid var(--dark-color);
    border-left: 2px solid var(--dark-color);
    padding: 23px;
}
.collapse,.navbar-collapse {
    display: flex !important;
}
.icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.cartIcon span{
    color: var(--primary-color);
    cursor: pointer;
}
.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: gray;
}
.carousel-indicators .active {
    background-color: white;
}

/*  slider imag top  */

.section-stack {
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding: 20px 0;
    background: #f8f8f8;
}

.multi-column {
    display: flex;
    gap: 16px;
    padding: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.multi-column::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari */
}

.multi-column__item {
    flex: 0 0 auto;
    /* width: 175px; */ /* Adjust size as needed */
    scroll-snap-align: center;
    /* border-radius: 10px; */
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 27px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    text-align: center;
}

.multi-column__item a {
    display: block;
    text-decoration: none;
}

.multi-column__item img {
    width: 100%;
    height: auto;
    display: block;
}

.prose {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    color: #333;
}

/* slider image top */

/* crousel  */

.carousel-indicators [data-bs-target] {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: var(--primary-color) !important;
    opacity: 0.6 !important;
}
.carousel-indicators .active {
    opacity: 1 !important;
}
.carousel-indicators{
    bottom: -45px !important;
}

/* crousel end */

/* products all */

.product-card {
    text-align: center;
    position: relative;
    width: 230px;
}
.wishlist-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    color: orange;
    cursor: pointer;
}
.wishlist-icon:hover {
    color: #ff5722;
}
.product-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.product-slider::-webkit-scrollbar {
    display: none;
}
.view-all {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
p.mt-2.fw-bold {
font-size: 13px;
font-weight: 400 !important;
color: var(--primary-color) !important;
}
p.text-primary {
color:  var(--primary-color)!important;
font-size: 14px;
margin-top: -12px;
}
p.text-secondary {
color: var(--primary-color) !important;
}

.text-center.mb-3 {
color: var(--primary-color) !important;
}

h3.fw-bold.text-dark {
color: var(--primary-color) !important;
}

.viewAll {
background: var(--primary-color) !important;
border-radius: 18px !important;
font-size: 12px !important;
font-weight: bold  !important;
}

.viewAll:hover{
    background: white !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    transition: all 1s;
}
.container-fluid {
    background: #fcf7f3;
    /* margin-top: 30px; */
    padding-top: 1px;
}
.bdtop {
    border-top: 2px solid orange;
    margin-top: 30px;
    /* margin-bottom: 31px; */
    border-radius: 23px;
    padding-bottom: 10px;
}
/*  products all */
/*  */
.section-header {
    text-align: center;
    margin-bottom: 20px;
}

.multi-column {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 20px;
    overflow: hidden; /* Default: Desktop me scroll nahi hoga */
}

.multi-column__item {
    flex: 0 0 auto;
}

.multi-column__item img {
    width: 100%;
    height: 108px;
}
.multi-column__item {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*  */

/* testimonoials  */



h1 {
    text-align: center;
    color: var(--paynes-gray);
  }
  
  button {
    cursor: pointer;
    border: none;
  }
  
  .testimonial-slider {
  
  
    background-color: var(--light-color);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
  }
  
  .testimonial-list {
    display: flex;
    overflow: hidden;
  }
  
  .testimonial {
    flex: 1 0 100%;
    text-align: center;
    padding: 20px;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }
  
  .testimonial .bi-quote {
    font-size: 4rem;
    color: var(--primary-color);
    opacity: 0.75;
  }
  
  .testimonial blockquote {
    font-size: 1.25rem;
    margin-inline: 20px;
  }
  
  .user-info {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  
  .user-info img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  
  .user-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .user-details .name {
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--primary-color);
  }
  
  .user-details .company {
    color: var(--muted-color);
  }
  
  /* button navigation */
  
  .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    font-size: 1.5rem;
    border-radius: 50%;
    background-color: var(--light-color);
    color: var(--paynes-gray);
    transition: 0.3s;
    opacity: 0;
  }
  
  .testimonial-slider:hover .nav {
    opacity: 1;
  }
  
  .nav:hover {
    background-color: var(--dark-cyan);
    color: var(--light-color);
  }
  
  .nav.prev {
    left: 10px;
  }
  
  .nav.next {
    right: 10px;
  }
  
  /* dot navigation */
  
  .dots-container {
    text-align: center;
  }
  
  .dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 5px;
    margin-inline: 5px;
    background-color: var(--dot-color);
    transition: width 0.5s;
  }
  
  .dot.active {
    width: 30px;
    background-color: var(--primary-color);
  }

/* testimonolas end */
.widget-container,.widget-containerchat{
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: var(--primary-color);
    display: flex;
    padding: 14px;
    justify-content: center;
    position: fixed;
    bottom: 90px;
    margin-left: 25px;
    border: 2px solid white;
}
.widget-containerchat{
    right: 25px;
    display: flex
;
    border-radius: 34px 8px 34px 34px;
    justify-content: center;
    align-items: center;
}
span.bi.bi-chat {
    color: white;
    font-size: 30px;
}


/* footer */

.footer {
    background-color: #781768 ; /* Match given design */
    color: #fff;
    padding: 40px 0;
    
}
.footer h5 {
    font-weight: bold;
}
.footer a {
    color: #f1f1f1;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color:var(--light-color);
    border-radius: 50%;
    font-size: 20px;
    color:  var(--primary-color);
}
.newsletter input {
    width: 100%;
    padding: 10px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.newsletter button {
    width: 100%;
    padding: 10px;
    background-color: var(--light-color);
    border: none;
    color: var(--primary-color);
    font-weight: bold;
}
p.para {
    font-size: 12px;
}
ul.list-unstyled li a {
    font-size: 14px;
}

.container.d-flex.justify-content-center.align-items-center {
    height: 100vh;
}

.navbar{
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}


.input-group.border.border-dark.m-3.me-4.rounded-1.w-100 {
    width: 100% !important;
}

.container-fluid.d-sm-block.d-md-block.d-lg-none.d-xl-none {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* New Footer Code */
.amyra-footer {
        background-color: #f8f5f2;
        color: #333;
        font-family: 'Arial', sans-serif;
        padding: 40px 0 20px;
        border-top: 1px solid #e0d6cc;
    }
    
    .footer-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
    
    .footer-row {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    
    .footer-column {
        flex: 1;
        min-width: 250px;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    
    .newsletter-column {
        flex: 1.5;
    }
    
    .footer-wide-column {
        flex: 100%;
        padding: 0 15px;
    }
    
    .footer-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #5a3921;
        text-transform: uppercase;
    }
    
    .footer-subtitle {
        font-size: 16px;
        font-weight: 500;
        margin: 15px 0 10px;
        color: #7a5c3c;
    }
    
    .footer-links {
        list-style: none;
        padding: 0;
    }
    
    .footer-links li {
        margin-bottom: 8px;
    }
    
    .footer-links a {
        color: #555;
        text-decoration: none;
        transition: color 0.3s;
    }
    
    .footer-links a:hover {
        color: #b38a58;
        text-decoration: underline;
    }
    
    .footer-divider {
        border-top: 1px solid #e0d6cc;
        margin: 20px 0;
        width: 100%;
    }
    
    .newsletter-text {
        margin-bottom: 15px;
        line-height: 1.5;
    }
    
    .newsletter-form {
        display: flex;
        max-width: 400px;
    }
    
    .newsletter-form input {
        flex: 1;
        padding: 10px 15px;
        border: 1px solid #ddd;
        border-radius: 4px 0 0 4px;
        font-size: 14px;
    }
    
    .newsletter-form button {
        padding: 10px 20px;
        background-color: #b38a58;
        color: white;
        border: none;
        border-radius: 0 4px 4px 0;
        cursor: pointer;
        font-size: 14px;
        transition: background-color 0.3s;
    }
    
    .newsletter-form button:hover {
        background-color: #9a7245;
    }
    
    .category-title, .designer-title {
        font-size: 16px;
        font-weight: 500;
        margin: 20px 0 10px;
        color: #7a5c3c;
    }
    
    .category-list, .occasion-list {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 20px;
        margin-bottom: 20px;
    }
    
    .category-list a, .occasion-list a {
        color: #555;
        text-decoration: none;
        transition: color 0.3s;
    }
    
    .category-list a:hover, .occasion-list a:hover {
        color: #b38a58;
        text-decoration: underline;
    }
    
    .copyright {
        text-align: center;
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #e0d6cc;
        color: #777;
    }
    
    @media (max-width: 768px) {
        .footer-column {
            flex: 100%;
        }
        
        .newsletter-form {
            max-width: 100%;
        }
    }

/* footer end */


/* Home page css end */
/* product page css */

.filter-section {
    /* width: 300px;
    padding: 20px;
    border: 1px solid #ddd;
    margin: 20px auto; */
    padding: 10px;
}

h3 {
    cursor: pointer;
    margin-bottom: 10px;
}

.price-input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.price-input input {
    width: 45%;
    padding: 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.range-slider {
    position: relative;
    width: 100%;
    height: 5px;
    background: #ccc;
    border-radius: 5px;
    margin-top: 10px;
}

.range-track {
    position: absolute;
    height: 5px;
    background: purple;
    border-radius: 5px;
}

.range-thumb {
    position: absolute;
    width: 18px;
    height: 18px;
    background: white;
    border: 2px solid purple;
    border-radius: 50%;
    cursor: pointer;
    top: -7px;
}

.left-thumb { left: 0; }
.right-thumb { right: 0; }

.range-values {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 12px;
}

.color-filter {
    margin-top: 20px;
}

.color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.color-box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
}

.color-box.selected {
    border: 2px solid black;
}
.applyBtn {
    width: 100%;
    padding: 10px;
}

.applyBtn button.btn-Class {
    width: 100%;
}
.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.dropdown-toggle {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border: none;
    background: transparent;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    z-index: 10;
}
.dropdown-menu a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.dropdown-menu a:hover {
    background: #f5f5f5;
}
.dropdown.open .dropdown-menu {
    display: block;
}
.dropdown i {
    color: #6a1b9a;
}
.dropdown-toggle::after{
    display: none !important;
}


.Mainproduct-card{
    position: relative;
    overflow: hidden;
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    /* padding: 10px; */
    box-shadow: 0 0 15px rgba(128, 128, 128, 0.707);
    text-align: center;
    height: 300px;
}
.Mainproduct-card img {
    width: 100%;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}
.Mainproduct-card .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.Mainproduct-card:hover .hover-image {
    opacity: 1;
}
.Mainproduct-card .product-actions {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.Mainproduct-card:hover .product-actions {
    opacity: 1;
}
.product-actions.product-actionsIcon {
    top: 0;
    right: 0 !important;
    left: 90%;
}

button.btn-cart {
    border: 1px solid beige;
    padding: 6px 14px;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 0 6px;
    transition: all 1s;
}

button.btn-cart:hover {
    background: var(--primary-color);
    color: white;
}
h5.mt-2.proName {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: gray;
}
p.pricePro {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}

.mainCard {
    width: 232px;
    height: 100%;
}
.col-lg-3.col-md-4.col-sm-6.mb-4 {
    display: flex;
    justify-content: center;
}


/* login model */

.modal-content {
    border-radius: 15px;
    padding: 20px;
}
.modal-header {
    border-bottom: none;
    text-align: center;
    justify-content: center;
}
.modal-header .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.modal-body {
    text-align: center;
}
.phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px;
    margin-top: 10px;
}
.phone-input select {
    border: none;
    background: none;
    outline: none;
    margin-right: 10px;
}
.phone-input input {
    border: none;
    width: 100%;
    outline: none;
}
.terms {
    font-size: 12px;
    color: #555;
    margin-top: 10px;
}
.terms a {
    color: #e91e63;
    font-weight: bold;
    text-decoration: none;
}
.btn-black {
    background-color: black;
    color: white;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    margin-top: 15px;
}
.btn-options {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.btn-options button {
    flex: 1;
    border: 1px solid #ccc;
    background: white;
    padding: 10px;
    margin: 5px;
    border-radius: 8px;
}

/* login model end */


/* ******************************************************************************************************************* */

/* product detail page  */


.Procard {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.mobile-carousel {
    display: none !important;
}
.btn-outline-Class {
border: 1px solid var(--primary-color);
padding: 4px;
background: #fff;
border-radius: 3px;
color: var(--primary-color);
}
span.ms-2.bi.bi-heart{
color: var(--primary-color);
}
.breadcrumb {
    background-color: transparent;
    font-size: 14px;
}
.breadcrumb-item a {
    text-decoration: none;
    color: #666;
}
.breadcrumb-item a:hover {
    color: #000;
}
.gallery {
    display: flex;
    /* width: 100%; */
    margin: auto;
    gap: 20px;
    margin-left: 50px;
    /* align-items: center; */
}
.thumbnails-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 600px;
    position: relative;
}
.thumbnails {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 561px;
    gap: 10px;
    padding: 10px;
    scrollbar-width: none;
    position: relative;
}
.thumbnails::-webkit-scrollbar {
    display: none;
}
.thumbnails img {
    width: 120px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s;
    border-radius: 10px;
    box-shadow: 0 0 10px gray;
}
.thumbnails img.active {
    border: 2px solid purple;
}
.main-image img {
    width:100%;
    height: 600px;
    border-radius: 5px;
    box-shadow: 0 0 10px gray;
    margin-top: 20px;
}
.arrow-btn {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.up-btn { top: -25px; }
.down-btn { bottom: -25px; }
.productDetails h1{
    font-family: Avenir !important;
font-style: normal;
font-weight: 400 !important;
font-size: 28px !important;
color: var(--primary-color);
text-transform: uppercase;
padding-top: 0;
text-align: start;
}
.productDetails {
margin-left: 20px;
}

.productDetails .sku{
font-family: Avenir;
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 26px;
color: #212121;
}
.price-box-1 {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 5px;
font-family: Arial, sans-serif;
}

.price-box {
display: flex;
align-items: center;
gap: 10px;
font-size: 18px;
font-weight: bold;
}

.price-regular {
color: #333;
font-size: 22px;
font-weight: 600;
}

.price-old {
color: #999;
font-size: 16px;
font-weight: 400;
text-decoration: line-through;
}

.tax-info {
font-size: 14px;
color: #555;
margin-left: 10px;
}

.unit_price_box {
font-size: 14px;
color: #777;
}

.hidden {
display: none;
}

.qty-custom {
display: flex;
align-items: center;
gap: 15px;
margin-top: 50px;
}

.option-title {
font-size: 16px;
font-weight: 500;
color: #555;
}

.quantity {
display: flex;
align-items: center;
}

.pro-qty {
display: flex;
align-items: center;
border: 1px solid #ddd;
border-radius: 10px;
overflow: hidden;
background: #fff;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
padding: 5px 10px;
}

.quantity-button {
background: transparent;
border: none;
padding: 8px 15px;
cursor: pointer;
font-size: 18px;
font-weight: bold;
color: #777;
transition: 0.3s;
user-select: none;
}

.quantity-button:hover {
color: black;
}

.qtybtn {
display: flex;
align-items: center;
justify-content: center;
}

input[name="quantity"] {
width: 50px;
text-align: center;
font-size: 16px;
font-weight: bold;
color: #333;
border: none;
background: transparent;
outline: none;
appearance: textfield;
-moz-appearance: textfield;
}
html, body {
overflow-x: hidden;
}

.container {
max-width: 100%;
padding: 0 15px;
}

.row {
margin-left: 0;
margin-right: 0;
}

.gallery {
margin: auto;
max-width: 100%;
}   .coupon-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
     margin-bottom: 10px;
}
.coupon-code {
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
    text-align: center;
    min-width: 120px;
}
.divider {
    width: 1px;
    background: #ddd;
    height: 50px;
    margin: 0 15px;
}
.more-offers a {
    text-decoration: none;
    font-weight: bold;
    color: #333;
}
.offcanvas {
    width: 400px;
}
.offcanvas-header {
    border-bottom: 1px solid #ddd;
}
.offcanvas-body {
    background: #f9f9f9;
}
.coupon-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.coupon-card .code {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    min-width: 100px;
}
 .feature-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
.feature-item {
    flex: 1;
    min-width: 120px;
}
.feature-item img {
    max-width: 50px;
    margin-bottom: 10px;
}
.feature-item p {
    font-size: 14px;
    margin: 0;
    color: #333;
    font-weight: 500;
}

.tabs {
    display: flex;
    border-bottom: 2px solid black;
    cursor: pointer;
}
.tab {
    padding: 10px 20px;
    font-size: 18px;
}
.tab.active {
    font-weight: bold;
    border-bottom: 2px solid black;
}
.content {
    display: none;
    padding: 20px;
    background: #fcfaff;
    border-radius: 10px;
    margin-top: 10px;
}
.content.active {
    display: block;
}

/* Mobile Responsive */
@media (max-width: 768px) {
.pro-qty {
padding: 5px;
}

.quantity-button {
padding: 5px 10px;
font-size: 16px;
}

input[name="quantity"] {
width: 40px;
font-size: 14px;
}
}



/* Responsive Design */
@media (max-width: 768px) {
.price-box {
flex-direction: column;
align-items: flex-start;
}

.tax-info {
margin-left: 0;
}
}

@media (max-width: 992px) { /* Tablet Screen */
.productDetails{
margin-left: 50px  !important;
}
button.btn-Class.w-75.w-md-100.mt-5,.wishListbtn,.d-flex.justify-content-between.w-75.w-md-100.gap-2.wishListbtn{
width: 93% !important;
/* margin-left: 50px !important; */
}
.coupon-box,.feature-box{
max-width: 93%;
}

}

@media (max-width:430px) {

body{

}

.mdres{
display: none;
}

}



@media (max-width: 430px) {
    .mobile-carousel {
        display: block !important;
        margin: 20px auto;
        max-width: 90%;
    }

    .owl-item {
        transition: transform 0.3s ease-in-out;
    }

  
    .owl-item.center .Procard {
        transform: scale(1.2);
        opacity: 1;
    }

  
    .Procard {
        transition: transform 0.3s ease-in-out;
        opacity: 0.6;
    }
    
    /* .productDetails{
        margin-left: 20px !important;
    } */
}


.vidImg.position-absolute {
    width: 100px;
    height: 100px;
    border: 2px solid red;
    bottom: -40px;
    left: 25%;
    z-index: 999;
}

/* product detil page end */


/* ****************************************************************************************************************** */
/* ***************************************************************************************************************** */

/* wishList */

.wishlist-card {
    width: 18rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.wishlist-card img {
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #ddd;
}
.wishlist-card .card-body {
    padding: 15px;
}
.wishlist-card .card-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.wishlist-card .card-date {
    font-size: 0.85rem;
    color: gray;
    margin-bottom: 10px;
}
.wishlist-card .card-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--primary-color);
}
.wishlist-card .cart-btn {
    width: 100%;
    font-size: 0.9rem;
}
.delete-btn {
    background: none;
    border: none;
    color: gray;
    font-size: 1.2rem;
    cursor: pointer;
}
.footer-actions {
    margin-top: 15px;
    text-align: center;
    font-size: 0.9rem;
    color: black;
    cursor: pointer;
}
.footer-actions:hover {
    text-decoration: underline;
    color: var(--primary-color);
}
.wishlist-card.card {
    width: 100%;
}
button.btn.btn-primary.cart-btn {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
button.btn.btn-outline-danger{
    border-color: var(--primary-color);
    color: var(--primary-color);
}
button.btn.btn-outline-danger:hover{
    background-color: var(--primary-color);
    color: white;
}

/* ******************************************************************************************************************* */
/* ****************************************************************************************************************** */

/* cart page  */

.cart-container {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.cart-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.cart-item img {
    width: 80px;
    border-radius: 5px;
    margin-right: 15px;
}
.price {
    font-size: 18px;
    font-weight: 400;
    color: #a14892;
}
.quantity-box {
    display: flex;
    align-items: center;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    overflow: hidden;
}
.quantity-box button {
    background: #a14892;
    color: white;
    border: none;
    padding: 5px 10px;
}
.checkout-btn {
    background: #a14892;
    color: white;
    border: none;
    width: 100%;
    padding: 12px;
    /* border-radius: 5px; */
    font-size: 18px;
}
.accordion-button {
    background-color: var(--primary-color) !important;
    color: white !important;
}
.offer-box {
    background: #f5e6d7;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
}
.total-amount {
    font-size: 18px;
    font-weight: 500;
    /* text-align: right; */
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    /* padding: 10px; */
    align-items: center;
    margin: 10px 20px 0px 20px;
}
button.increase {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.price_ince {
    display: flex;
    justify-content: space-around;
}
.total_price {
    position: fixed;
    bottom: 0;
    width: 399px;
   
}


/* Custom CSS for Bags Dropdown */
.mega-menu {
    width: 800px; /* Increase the width of the dropdown */
    padding: 20px; /* Add padding for better spacing */
}

.mega-menu .row {
    display: flex;
    justify-content: space-between;
}

.mega-menu .col-md-4 {
    flex: 1; /* Ensure equal width for all columns */
    padding: 10px; /* Add padding between columns */
}

.mega-menu h6 {
    font-size: 16px; /* Increase font size for section headers */
    font-weight: bold;
    color: #a14892; /* Custom color for headers */
    margin-bottom: 15px; /* Add space below headers */
}

.mega-menu .dropdown-item {
    padding: 8px 12px; /* Add padding to dropdown items */
    border-radius: 5px; /* Rounded corners for dropdown items */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

.mega-menu .dropdown-item:hover {
    background-color: #f8f9fa; /* Light background on hover */
}

.mega-menu .dropdown-item a {
    color: #333; /* Dark text color */
    text-decoration: none; /* Remove underline */
    display: flex;
    align-items: center;
}

.mega-menu .dropdown-item i {
    margin-right: 10px; /* Space between icon and text */
    font-size: 18px; /* Increase icon size */
}


    .custom-offcanvas {
        background-color: white; /* White background */
    }

    .custom-offcanvas-header {
        border-bottom: 1px solid #e9ecef; /* Light border below header */
        padding: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .custom-offcanvas-title {
        color: #a14892; /* Primary color for title */
        font-weight: 600; /* Bold title */
        margin: 0;
    }

    .custom-close-btn {
        color: #a14892; /* Close button color */
    }

    /* Back Button */
    .btn-back {
        background: none;
        border: none;
        color: #a14892;
        font-weight: 500;
        padding: 0;
        margin-right: 10px;
    }

    .btn-back:hover {
        color: #7a366f; /* Darker shade on hover */
    }

    .btn-back i {
        margin-right: 5px;
    }

    /* Custom List Group */
    .custom-list-group {
        margin: 0;
        padding: 0;
    }

    .custom-list-item {
        border: none; /* Remove borders */
        padding: 12px 16px; /* Add padding */
        background-color: transparent; /* Transparent background */
    }

    .custom-list-item:hover {
        background-color: #f8f9fa; /* Light background on hover */
    }

    .custom-link {
        color: #333; /* Dark text color */
        font-weight: 500; /* Medium font weight */
        text-decoration: none; /* Remove underline */
        display: flex;
        justify-content: space-between;
    }

    .custom-link:hover {
        color: #a14892; /* Primary color on hover */
    }

    /* Custom Icons */
    .custom-icon {
        color: #a14892; /* Icon color */
        font-size: 14px; /* Icon size */
    }

    .wishlist-card {
        border: 1px solid #e9ecef;
        border-radius: 8px;
        overflow: hidden;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .wishlist-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .wishlist-card img {
        height: 100px;
        object-fit: cover;
    }

    .wishlist-card .card-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #333;
    }

    .wishlist-card .card-text {
        font-size: 14px;
        margin-bottom: 10px;
        color: #6c757d;
    }

    .wishlist-card .card-price {
        font-size: 16px;
        color: #a14892;
        margin-bottom: 10px;
    }

    .wishlist-card .btn-group {
        gap: 8px;
    }

    .wishlist-card .btn {
        flex: 1;
        font-size: 14px;
        padding: 8px 12px;
    }

    .wishlist-card .btn-primary {
        background-color: #a14892;
        border-color: #a14892;
    }

    .wishlist-card .btn-primary:hover {
        background-color: #7a366f;
        border-color: #7a366f;
    }

    .wishlist-card .btn-outline-danger {
        border-color: #dc3545;
        color: #dc3545;
    }

    .wishlist-card .btn-outline-danger:hover {
        background-color: #dc3545;
        color: white;
    }

    /* Sticky Footer Actions */
    .sticky-bottom {
        position: sticky;
        bottom: 0;
        background-color: white;
        padding: 10px;
        border-top: 1px solid #e9ecef;
        z-index: 1000; /* Ensure footer is above other content */
    }

    .sticky-bottom .btn {
        font-size: 14px;
        padding: 8px 16px;
        border-radius: 4px;
    }

    .sticky-bottom .btn-outline-primary {
        border-color: #a14892;
        color: #a14892;
    }

    .sticky-bottom .btn-outline-primary:hover {
        background-color: #a14892;
        color: white;
    }

    .sticky-bottom .btn-outline-danger {
        border-color: #dc3545;
        color: #dc3545;
    }

    .sticky-bottom .btn-outline-danger:hover {
        background-color: #dc3545;
        color: white;
    }

    /* Responsive Adjustments */
    @media (max-width: 576px) {
        .wishlist-card img {
            height: 80px; /* Smaller image on mobile */
        }

        .wishlist-card .card-title {
            font-size: 14px; /* Smaller title on mobile */
        }

        .wishlist-card .card-text {
            font-size: 12px; /* Smaller text on mobile */
        }

        .wishlist-card .card-price {
            font-size: 14px; /* Smaller price on mobile */
        }

        .wishlist-card .btn {
            font-size: 12px; /* Smaller buttons on mobile */
            padding: 6px 10px;
        }

        .sticky-bottom .btn {
            font-size: 12px; /* Smaller footer buttons on mobile */
            padding: 6px 12px;
        }
    }

    .cart-item {
        background-color: white;
    }

    .cart-item-img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 8px;
    }

    .cart-item-title {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin-bottom: 8px;
    }

    .price {
        font-size: 16px;
        font-weight: 500;
        color: #a14892;
    }

    .quantity-box .btn {
        padding: 5px 10px;
        font-size: 14px;
    }

    .quantity-box .form-control {
        font-size: 14px;
    }

    /* Accordion Styling */
    .accordion-button {
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }

    .accordion-body {
        padding: 16px;
    }

    .offer-box h5 {
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }

    .offer-box p {
        font-size: 14px;
        color: #6c757d;
    }

    .offer-box ul {
        margin-top: 10px;
    }

    .offer-box ul li {
        font-size: 14px;
        margin-bottom: 8px;
    }

    /* Offcanvas Footer Styling */
    .offcanvas-footer {
        background-color: white;
    }

    .total-label {
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }

    .total-amount {
        font-size: 18px;
        font-weight: 600;
        color: #a14892;
    }

    .checkout-btn {
        background-color: #a14892;
        color: white;
        border: none;
        padding: 12px;
        font-size: 16px;
        font-weight: 500;
        border-radius: 8px;
        transition: background-color 0.3s ease;
    }

    .checkout-btn:hover {
        background-color: #7a366f;
    }

    /* Responsive Adjustments */
    @media (max-width: 576px) {
        .cart-item-img {
            width: 60px;
            height: 60px;
        }

        .cart-item-title {
            font-size: 14px;
        }

        .price {
            font-size: 14px;
        }

        .quantity-box .btn {
            font-size: 12px;
            padding: 4px 8px;
        }

        .quantity-box .form-control {
            font-size: 12px;
            width: 40px;
        }

        .accordion-button {
            font-size: 14px;
        }

        .offer-box h5 {
            font-size: 14px;
        }

        .offer-box p,
        .offer-box ul li {
            font-size: 12px;
        }

        .total-label {
            font-size: 14px;
        }

        .total-amount {
            font-size: 16px;
        }

        .checkout-btn {
            font-size: 14px;
            padding: 10px;
        }
    }

    .popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
    .popup-content {
        background: white;
        padding: 20px;
        border-radius: 10px;
        width: 80%;
        max-width: 900px;
        display: flex;
        gap: 20px;
    }
    .popup-video {
        flex: 1;
    }
    .popup-details {
        flex: 1;
    }
    .popup-details img {
        max-width: 100%;
        border-radius: 10px;
        height: 300px;
    }
    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #a14892;
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
    }

    /* Popup Styling */
    .popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
    .popup-content {
        background: white;
        padding: 20px;
        border-radius: 10px;
        width: 90%;
        max-width: 900px;
        display: flex;
        gap: 20px;
        flex-direction: column; /* Mobile view: Stack content vertically */
    }
    .popup-video {
        flex: 1;
    }
    .popup-details {
        flex: 1;
    }
    .popup-details img {
        max-width: 100%;
        border-radius: 10px;
    }
    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #a14892;
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
    }
    .action-buttons {
        display: flex;
        gap: 10px;
        margin-top: 20px;
    }
    .btn-add-to-cart, .btn-buy-now {
        flex: 1;
        padding: 10px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }
    .btn-add-to-cart {
        background-color: #a14892;
        color: white;
    }
    .btn-buy-now {
        background-color: #fff;
        color: #a14892;
        border: 1px solid;
    }

    /* Responsive Design */
    @media (min-width: 768px) {
        .popup-content {
            flex-direction: row; /* Desktop view: Side-by-side layout */
        }
    }
    .offcanvas-backdrop.show{
        opacity: 0.3 !important;
    }

    .popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }
    .popup-content {
        background: white;
        padding: 20px;
        border-radius: 10px;
        width: 90%;
        max-width: 900px;
        max-height: 90vh; /* Limit height to 90% of viewport */
        overflow-y: auto; /* Add scroll if content overflows */
        display: flex;
        gap: 20px;
        flex-direction: column; /* Mobile view: Stack content vertically */
    }
    .popup-video {
        flex: 1;
    }
    .popup-video video {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .popup-details {
        flex: 1;
    }
    .popup-details img {
        max-width: 100%;
        border-radius: 10px;
    }
    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #a14892;
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
    }
    .action-buttons {
        display: flex;
        gap: 10px;
        margin-top: 20px;
        flex-direction: column; /* Mobile view: Stack buttons vertically */
    }
    .btn-add-to-cart, .btn-buy-now {
        flex: 1;
        padding: 10px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }
    .btn-add-to-cart {
        background-color: #a14892;
        color: white;
    }
    .btn-buy-now {
        background-color: #fff;
        color: #a14892;
        border: 1px solid;
    }

    /* Responsive Design */
    @media (min-width: 768px) {
        .popup-content {
            flex-direction: row; /* Desktop view: Side-by-side layout */
        }
        .action-buttons {
            flex-direction: row; /* Desktop view: Side-by-side buttons */
        }
    }

    @media (max-width: 767px) {
        .popup-content {
            width: 95%; /* Full width on mobile */
            padding: 15px; /* Reduce padding for mobile */
        }
        .popup-video video {
            height: auto; /* Auto height for mobile */
        }
    }



    /* Verify OTP */
    .modal-backdrop.show {
            opacity: 0.2;
        }
        body.modal-open {
        overflow: auto !important;
        padding-right: 0 !important;
        }

        .otp-verify-body {
            padding: 0rem 0rem 0rem 0rem;
        }

        /* Form container */
        .otp-form {
            margin: 0 auto;
            padding: 2rem;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        /* Input field container */
        .input-field {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-bottom: 1.5rem;
        }

        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 20px;
            color: #999;
            cursor: pointer;
            transition: color 0.3s;
            background-color: #f9f9f9;
        }

        .close-btn:hover {
            color: #333;
        }

        /* Individual OTP inputs */
        .input-field input {
            height: 56px;
            width: 56px;
            border-radius: 8px;
            outline: none;
            font-size: 1.5rem;
            font-weight: 600;
            text-align: center;
            border: 2px solid var(--primary-color);
            transition: var(--transition);
            caret-color: var(--primary-color);
        }

        /* Input focus state */
        .input-field input:focus {
            border-color: var(--primary-light);
            box-shadow: var(--focus-shadow);
            transform: translateY(-2px);
        }

        /* Input valid state (when filled) */
        .input-field input:valid {
            border-color: var(--primary-light);
        }

        /* Remove number input arrows */
        .input-field input::-webkit-inner-spin-button,
        .input-field input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
        }

        .input-field input[type="number"] {
        -moz-appearance: textfield;
        }

        /* Verify button */
        .verify-otp-btn {
            margin-top: 2rem;
            width: 100%;
            color: #fff;
            font-size: 1rem;
            font-weight: 600;
            border: none;
            padding: 12px 0;
            cursor: pointer;
            border-radius: 8px;
            pointer-events: none;
            background: var(--primary-color);
            transition: var(--transition);
        }

        .info-text {
            font-size: 14px;
            color: #666;
            margin-bottom: 25px;
        }
    
        .otp-form h4 {
            margin-bottom: 10px;
            font-weight: 600;
            font-size: 1.4rem;
        }

        /* Active button state */
        .verify-otp-btn.active {
            background: var(--primary-color);
            pointer-events: auto;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(64, 112, 244, 0.3);
        }

        /* Button hover state */
        .verify-otp-btn:hover:not(:disabled) {
            background: var(--primary-hover);
            box-shadow: 0 6px 12px rgba(14, 75, 241, 0.25);
        }

        /* Button focus state */
        .verify-otp-btn:focus {
            outline: none;
            box-shadow: var(--focus-shadow);
        }

/* Responsive adjustments */
@media (max-width: 480px) {
  .input-field input {
    height: 50px;
    width: 50px;
    font-size: 1.25rem;
  }
  
  .input-field {
    gap: 8px;
  }
}

.otp-verify-modal {
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 15px;
}

/* Accessibility improvements */
.input-field input:disabled {
  opacity: 0.7;
  background-color: #f9f9f9;
}

.input-field input::placeholder {
  color: transparent;
}

/* Animation for input focus */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.input-field input:focus {
    animation: pulse 0.3s ease;
}

.resend-section {
    margin-top: 15px;
    font-size: 13px;
    color: #555;
}

.resend-link {
    color: #933c96;
    font-weight: 500;
    cursor: pointer;
}

.resend-link.disabled {
    color: #aaa;
    pointer-events: none;
}

.user-greeting {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.greeting-text {
    font-size: 0.9rem;
    font-weight: 500;
    max-width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

/* For mobile devices */
@media (max-width: 768px) {
    .greeting-text {
        display: none;
    }
}



/* User dropdown styling */
.user-greeting {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s;
}

.user-greeting:hover {
    opacity: 0.8;
}

.dropdown-header {
    border-top: 3px solid red; /* Blue top border */
}

.list-group-item {
    border-left: 0;
    border-right: 0;
    transition: all 0.2s;
}

.list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item:hover {
    background-color: #f8f9fa;
    padding-left: 1.25rem !important;
}

.list-group-item.text-danger:hover {
    background-color: rgba(220, 53, 69, 0.1);
}

.greeting-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    display: inline-block;
}


.logout-item {
    cursor: pointer;
    transition: all 0.2s;
}

.logout-item:hover {
    background-color: rgba(220, 53, 69, 0.1) !important;
}

.spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

.userinfrologed {
    display: none;
}


/* Address Modal */
 /* Right Side Modal Styles */
 .address-content-align{
    padding: 0px;
 }
        .modal.right .modal-dialog {
            position: fixed;
            margin: auto;
            width: 420px;
            height: 100%;
            max-width: 100%;
            transform: translate3d(0%, 0, 0);
        }


        .body-text-align{
            text-align: left;
        }
        
        .modal.right .modal-content {
            height: 100%;
            overflow-y: auto;
            border-radius: 0;
            border: none;
        }
        
        .modal.right .modal-body {
            padding: 20px;
        }
        
        .modal.right.fade .modal-dialog {
            right: -420px;
            transition: opacity 0.3s linear, right 0.3s ease-out;
        }
        
        .modal.right.fade.show .modal-dialog {
            right: 0;
        }
        
        .modal-header {
            border-bottom: 1px solid #eee;
            padding: 15px 20px;
            background-color: #f8f9fa;
        }
        
        .modal-title {
            font-weight: bold;
            font-size: 20px;
        }
        
        .close {
            background: none;
            border: none;
            font-size: 24px;
        }
        
        /* Form Styles */
        .form-section {
            margin-bottom: 20px;
        }
        
        .section-title {
            font-weight: bold;
            margin-bottom: 10px;
            font-size: 16px;
        }
        
        .required-field {
            color: #dc3545;
        }
        
        .address-type-options {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }
        
        .address-type-btn {
            flex: 1;
            padding: 10px;
            border: 1px solid #ddd;
            background: white;
            border-radius: 5px;
            text-align: center;
            cursor: pointer;
        }
        
        .address-type-btn.active {
            border-color: #a14892;
            background-color: #f9f0f7;
        }
        
        .name-options {
            display: flex;
            gap: 10px;
            margin-bottom: 10px;
        }
        
        .name-title {
            width: 80px;
        }
        
        .form-control {
            margin-bottom: 15px;
        }
        
        .form-footer {
            display: flex;
            justify-content: space-between;
            margin-top: 30px;
            padding-top: 15px;
            border-top: 1px solid #eee;
        }
        
        .btn-cancel {
            background: white;
            border: 1px solid #ddd;
            padding: 8px 20px;
            border-radius: 5px;
        }
        
        .btn-add {
            background-color: #a14892;
            color: white;
            border: none;
            padding: 8px 20px;
            border-radius: 5px;
        }
        
        .location-fields {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }


        /* // Add this to your CSS */
.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0,0,0,.3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    margin-left: 10px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


.loading-spinner {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    border-top-color: #007bff;
    animation: spin 1s ease-in-out infinite;
    margin-left: 8px;
    vertical-align: middle;
}

.postal-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
    animation: fadeIn 0.3s;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@keyframes fadeIn {
    from { opacity: 0; bottom: 0; }
    to { opacity: 1; bottom: 20px; }
}



/* Responsive adjustments */
    @media (max-width: 992px) {
        .sale-products {
            grid-template-columns: repeat(2, 1fr); /* 2 cards on tablet */
        }
        
        .quote-drawer {
            width: 350px;
        }
    }
    
    @media (max-width: 768px) {
        .sale-products {
            grid-template-columns: repeat(2, 1fr); /* 2 cards on mobile */
        }
        
        .sale-title {
            font-size: 20px;
        }
        
        .quote-drawer {
            width: 300px;
        }
    }
    
    @media (max-width: 576px) {
        .sale-products {
            grid-template-columns: repeat(2, 1fr); /* Ensure 2 cards on small mobile */
            gap: 15px;
        }
        
        .sale-image {
            height: 180px;
        }
        
        .quote-drawer {
            width: 280px;
        }
        
        .action-button {
            height: 36px;
        }
        
        .whatsapp-half ion-icon, .quote-half ion-icon {
            font-size: 14px;
            margin-right: 3px;
        }
    }

     .sale-products {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 cards on desktop */
        gap: 20px;
    }


    .view-all-btn {
        display: flex;
        align-items: center;
        color: #6A4B3B;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease;
    }
    
    .view-all-btn:hover {
        color: #4a3327;
    }
    
    .view-all-btn ion-icon {
        margin-left: 5px;
        transition: transform 0.3s ease;
    }
    
    .view-all-btn:hover ion-icon {
        transform: translateX(3px);
    }



    .trending-section {
        padding: 60px 0;
        background: #f9f9f9;
        margin: 40px 0;
    }

    .sale-card {
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
    }
    
    .sale-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .sale-card-content {
    padding: 15px;
    flex-grow: 1;
    }

    .sale-product-title {
    font-size: 15px;
    margin-bottom: 12px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    margin-left: 5px;
}

    /* Button outside card styling */
    .action-buttons-outside {
        margin-top: 15px;
        width: 100%;
    }

        .sale-info {
        padding: 15px;
    }

        .action-button {
        display: flex;
        height: 40px;
        border-radius: 4px;
        overflow: hidden;
        margin-top: 10px;
    }

            .action-button {
            height: 36px;
        }
        .action-buttons {
    margin-top: 15px;
    padding: 0 15px 15px;
}


    .sale-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

          
    .action-name-outside {
    margin-top: 8px;
    text-align: center;
}

.product-name-link {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-decoration: underline;
    text-underline-offset: 3px; /* makes underline look better */
    transition: color 0.3s ease;
}

.product-name-link:hover {
    color: #db2777; /* your SilkLuxuria pink shade */
}




/* Experience Collection Carousel Styles */
.experience-carousel-container {
    position: relative;
    padding: 0 15px;
    margin: 50px 0;
}

.experience-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 15px;
    padding: 20px 0;
    scroll-padding: 0 15px;
}

.experience-carousel::-webkit-scrollbar {
    display: none;
}

.experience-card {
    flex: 0 0 calc(80% - 10px); /* Show 2 full + 1 partial on mobile */
    min-width: calc(80% - 10px);
    scroll-snap-align: start;
    background: #a14892;;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

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

.experience-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.experience-card-content {
    padding: 20px;
}

.experience-card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

.experience-card-description {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 20px;
    line-height: 1.5;
    color: white;
}

.experience-card-button {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.experience-card-button:hover {
    background: rgba(255, 255, 255, 0.25);
}

.experience-carousel-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.experience-nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: background 0.3s ease;
}

.experience-nav-dot.active {
    background: #fff;
}

.experience-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.experience-carousel-control:hover {
    background: rgba(255, 255, 255, 0.2);
}

.experience-carousel-control.prev {
    left: 0;
}

.experience-carousel-control.next {
    right: 0;
}

/* Desktop Layout */
@media (min-width: 992px) {
    .experience-carousel-container {
        padding: 0 40px;
    }
    
    .experience-carousel {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* Show 4 cards on desktop */
        gap: 25px;
        overflow-x: visible;
        scroll-snap-type: none;
        padding: 20px 0;
    }
    
    .experience-card {
        flex: none;
        min-width: auto;
        width: 100%;
    }
    
    /* Show 5 cards on larger screens */
    @media (min-width: 1200px) {
        .experience-carousel {
            grid-template-columns: repeat(5, 1fr);
        }
    }
    
    .experience-carousel-control {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

/* Tablet Layout */
@media (max-width: 991px) and (min-width: 768px) {
    .experience-card {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
}

/* Small Mobile Adjustments */
@media (max-width: 375px) {
    .experience-card {
        flex: 0 0 calc(85% - 10px);
        min-width: calc(85% - 10px);
    }
    
    .experience-carousel-control {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}