
/*-------------------------*/



.p-book {
    align-self: flex-start;
    width: 625px;
    background-color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    top: 0;
    height: auto;
    position: sticky;
    bottom: 0px; /* Adjust this value to control where the image sticks relative to the viewport top */
    padding: 0; /* Simplified padding */
}
.d-book {
    width: 610px; 
    height: 30px; 
    border-bottom: solid 0.5px; 
    border-left: solid 0.5px; 
    border-right: solid 0.5px;
    border-radius: 50%;
}
.n-book {
    text-align: center; 
}

.small-img-col {
    flex: 0 0 100px; 
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    background: #fff;
    cursor: pointer;
    overflow: hidden; /* Ensures image never overflows */
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.small-img-col:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    border-color: #bbb;
}

.small-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Ensures full image fits inside */
    object-position: center center; /* Center the image */
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.small-img-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 610px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin; 
    scrollbar-color: #888 #f1f1f1; 
    padding: 5px 0;
    gap: 37px; /* Cleaner spacing */
    align-items: center;
}



/* Chrome, Safari, Edge */
.small-img-group::-webkit-scrollbar {
    height: 8px;
}

.small-img-group::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.small-img-group::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.small-img-group::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.mainpo {
    display: flex;
    height: auto;
    width: auto;
    flex-direction: row;
    float: left;
    position: relative;
    padding-top: 10px;
    padding-right: 15px;
    
}

.main-display-im {
    width: 610px;
    height: 690px;
    margin: auto;
}

.click {
    width: 90px;
    height: 80px;
    cursor: pointer;
}

.click:hover {
    border-color: red;
    border-radius: 4px;
    border-width: 4px;
}

.Piller2 {
    box-sizing: border-box;
    width: 540px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;


}
.piller3 {
    width: 540px; 
    height: 30px; 
    border-bottom: solid 0.5px; 
    border-left: solid 0.5px; 
    border-right: solid 0.5px; 
    border-radius: 50%;
}



.r-box1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.para1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #000;
}

/* Parent row that auto-wraps on smaller screens */
.lram {
display: flex; flex-direction: row; width: 100%; gap: 6.5px; height: 110px; 
}


.product-img {
    width: 40px;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0px;
}
@media screen and (max-width: 900px) {
    .Piller2 {
        display: inline-block;
    }
}

.main-piller {
    display: flex;
    margin: auto;
    max-width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
}
.whole-back {
    display: block;
    position: relative;
    box-sizing: border-box;
    min-width: 1480px;
    max-height: auto;
}

/*--------------- CSS code if single-product.ejs -------------------------------------------*****----*****/

.fa-icon {
  color: #000000; /* Black color for icons */
}

.body-of-onepage {
    margin: 0px;
    scroll-behavior: smooth;
    min-height: 100vh;
    font-family: 'sans-serif';
}
.priority-heading {
  height: auto;
  display: flex;
  box-sizing: border-box;
  color: black;
  background-image: linear-gradient(135deg, #b6f7f1 0%, #4dc1b7 100%);
  flex-direction: row;
  border-top-left-radius: 12px;
  font-size: 18px;
  border-top-right-radius: 12px;
  align-items: center; /* Vetically center content */
  gap: 10px; /* Optional: space between image and text */
}
.icon-setup-perfect {
  width: 50px; 
  height: 50px; 
  padding: 10px 10px;
}
.para-noha {
  color: white; font-size: 20px; margin: 0 0; font-weight: bold;
}
.secret-font-align {
  height: auto; font-family: 'Poppins', sans-serif;
  color: green;
}
.secret-font-align-for-mrp {
   height: auto; font-family: 'Poppins', sans-serif;
  color: black; 
}
.product-discount-container-img {
  width: 40px; height: 40px
}
.different-style-para {
  margin: auto 10px; font-size: 18px; letter-spacing: 1.5px; font-weight: 600;
}
.icon-special-cases {
  font-size: 15px; margin: 0;
}
.new-opertunity0 {
  width: 100%; padding: 15px 0px;
}
.icon-vip-box {
  width: 30px; height: auto; justify-content: center; align-items: center; margin: 0; padding: 7px;
}
.key-value-shown {


}
.key-value-label {
  
}
.para-adjust-proper-space {
  padding-left: 10px;
}
.no-one-trustable {
  width: 60px; height: 60px;
}
.purchase-trustable {
  background-color: rgb(242, 247, 255); border-radius: 12px; color: rgb(87, 122, 98);
}
.img-for-cerified-purchase {
  width: 30px; height: 30px;
}
.priority-need-think {
  font-size: 19px; font-weight: 600;
}
.XyZqWvRtPaddingBorderContainer_987654 {
    padding: 10px 10px;
    height: auto;
    border: none;
    border-bottom: 0.5px solid black;
}

.AbCdEfGhFontStyleHeader_123456 {
    font-size: 17px;
    font-weight: 600;
}

.JkLmNpQrPaddingListContainer_789012 {
    padding-left: 20px;
    padding-top: 5px;
    font-size: 16px;
}

.StUvWxYzListItemSpacing_345678 {
    margin-bottom: 5px;
}
.PqRsTuVwContainerStyles_654321 {
    width: 100%;
    height: auto;
    border: none;
    border-bottom: 0.5px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.MnOpQrStPaddingWrapper_987123 {
    padding: 10px 10px;
}

.XyZaBcDeHeaderStyles_456789 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}

.KlMnOpQrContainerAuto_321987 {
    height: auto;
    width: 100%;
}

.QwErTyUiFullWidthContainer_987654 {
    width: 100%;
}

.AsDfGhJkIconWrapper_123456 {
    width: 50px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
}

.ZxCvBnMlHeadingStyles_789012 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    color: black;
    font-weight: 600;
    padding: 10px;
}

.PoIuYtReFlexRowContainer_456789 {
    display: flex;
    flex-direction: row;
    padding-left: 14%;
    gap: 50px;
    padding-right: 2%;
}

.KlMnOpQrBorderMargin_123987 {
    border-bottom: 1px solid black;
    margin-top: 20px;
}

.AsDfGhJkContainerAuto_456789 {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.QwErTyUiWrapperStyles_987654 {
    width: 1480px;
    padding: 20px;
    height: auto;
    margin: auto;
}

.ZxCvBnMlImageHeader_321654 {
    width: 100px;
    border-bottom: 1px solid black;
    padding: 10px;
}

.PoIuYtReFlexContainer_789123 {
    width: 100%;
    height: 100%;
    padding: 10px;
    gap: 20px;
    display: flex;
    flex-direction: row;
}

.LkJhGfDsHalfWidth_654321 {
    width: 50%;
}

.VbNmHyTrImageStyles_987321 {
    width: 100%;
    max-height: 900px;
    object-fit: contain;
}

.QwErTyUiBorderContainer_987654 {
    width: 100%;
    border-top: solid 1px black;
    margin-top: 20px;
}

.AsDfGhJkFlexRowContainer_123456 {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.ZxCvBnMlIconWrapper_789012 {
    width: 50px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
}

.VbNmHyTrIconStyles_456789 {
    padding: 10px;
    margin: 0;
    font-size: 23px;
}

.PoIuYtReHeaderStyles_321987 {
    font-size: 19px;
    font-weight: 600;
    font-family: 'sans-serif';
    padding: 10px 0px;
}

.LkJhGfDsCircleIcon_654321 {
    font-size: 9px;
    color: #000;
}
.boss-of-the-box {
  font-size: 16px; 
  padding: 1px;
  margin: 0;
}
.m-heading {
    font-size: 24px;
    margin: 0;
    line-height: 1.3; /* Minimal line height for h1 */
}


.m-heading span {
    display: inline-block;
    line-height: 1.2; /* Controls wrapped line spacing */
    vertical-align: top;
    position: relative;
    font-family: 'sans-serif';
    font-weight: 600;
    top: -5px; /* Offsets the 10px top padding */
}

.new-space-master {
  padding-top: 10px;
}
.heading-pro-one {
    width: 100%;
    height: auto;
    padding-top: 10px;
    margin-bottom: var(--section-gap);
    margin: 0;
    overflow: hidden;
}
.best-seller-div {
    width: 120px;
    height: 30px;
    border-radius: 5px;
    background-image: linear-gradient(135deg, #2a9388 0%, #3ea197 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.button-ser {
    width: 750px;
    height: 60px;
    display: flex;
    gap: 16px;
    font-family: 'sans-serif';
    margin-top: 60px;
    position: static;
   
}
.buy-button {
    height: 60px;
    background-color: rgb(238, 224, 25);
    width: 292px;
    font-size: 20px;
    color: white;
    width: 270px;
    margin-left: 145px;
}
.cart-button {
    height: 60px;
    background-color: rgb(134, 173, 223);
    width: 292px;
    font-size: 20px;
    color: white;
    width: 265px;
    margin-left: 10px;
    
}

.made-half-by-equal {
  width: 25%;

}
.made-big-not-small {
  width: 60%;
}
.made-another-problem {
  width: 40%;
}
.pin-1 {
    outline: none;
    text-align: center;
    width: 100%; 
    font-size: 18px; 
    border: none;
    border-bottom: 1px solid blue;
    -webkit-appearance: none; 
    -moz-appearance: textfield; 
}

.pin-1::-webkit-outer-spin-button,
.pin-1::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.break-here {
    width: 100%; 
    display: flex; 
    height: auto;
    padding: 12px 0px;
    flex-direction: row; 
}
.break-here-new-undevined {
    color: white;
    width: 100%;  
    height: auto; 
    background-color: rgb(255, 180, 31); 
    border: none; 
    font-family: 'sans-serif';
    border-radius: 5px; 
    font-size: 18px;
}
.break-here-3 {
    width: auto; 
    margin-left: 10px; 
    color:rgb(23, 160, 5); 
    font-size: 16px; 
    font-weight: bold;
}

.policy-condion{
    width: 100%;
    height: 55px;
    margin-bottom: 25px;
}
.return-image {
    width: 50px;
    height: 30px;
    margin-left: 10px;
}
.return-policy {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.para-for1 {
    width: 290px;
    height: 100%; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    margin: 0; 
    box-sizing: border-box; 
}

.font-adjust {
    font-size: 16px;
    font-weight: 600;
    color: #0a5228;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: center; 
    width: 100%; 
    
}

.normal-heading-but-small {
 height: auto; background-color: white; margin-bottom: 30px; border-radius: 12px;
box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.conatiner-for-child-heading {
  width: 100%; background-image: linear-gradient(135deg, #2db1c2 0%, #58b9ff  120%);
  border-top-left-radius: 12px; border-top-right-radius: 12px; 
  
}
.child-heading-name {
  font-size: 24px; font-weight: 600; color: rgb(255, 255, 255);
}
.only-for-underline {
  border-top: 1px dashed black; padding: 0px 0px; width: 25%; height: 5px; border-bottom: 0.8px dashed black;
}
.final-data-container {
 gap: 30px; padding: 10px 10px; font-size: 16px; font-family: 'sans-serif'; height: auto;
}

.sub-data-container {
  padding: 0px 0px; width: 100%; height: auto; border-bottom: 0.8px solid black; position: relative;
}
.small-but-very-hard {
  position: absolute; right: -25px; top: 0; height: 100%; width: 1px; background-color: black; display: block;
}
.middle-data-container-very-useful {
  padding: 0px 0px; width: 33.33%; height: auto; border-bottom: 0.8px solid black; position: relative;
}
.parent-module-storage {
 height: auto; padding-top: 50px;
}
.just-need-for-border {
  border-bottom: 3px dotted white; width: 50%; height: 50px; width: 100%;
}
.main-heading-banner-home {
  width: auto; 
  background-image: linear-gradient(135deg, #389ed16c  0%, #cdf1ff  120%); 
  border: none; padding: 15px 10px;
  border-top-right-radius: 12px; 
  border-top-left-radius: 12px;
  border-collapse: collapse;
  display: flex;
  flex-direction: row;
  box-shadow: 0 2px 8px rgba(0, 2, 0, 0.1);
}
.change-rbox {
    width: 100px; 
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0px;
    padding: 5px 5px;
    flex-direction: column;

}

.p-styles {
    font-size: 14px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0px;
}
.main-pbox {
    width: 100%;
    height: auto;
    margin-bottom: var(--section-gap);
    overflow: hidden;
    display: flex;
    padding-bottom: 20px;
    padding-top: 5px;
    flex-direction: column;
}
.main-pbox-span {
    font-size: 34px;
    font-weight: 600;
    font-family: 'Noto Sans Devanagari', sans-serif;
    display: inline-flex; 
    align-items: baseline; 
}

.rupee-symbol {
    letter-spacing: 0; 
    margin-right: 2px;
}

.price-value {
    letter-spacing: 1px; 
}
.product-discount-conatiner {
    width: 100%;
    height: auto;

}

.online-offer-container {
background: linear-gradient(135deg, #ccf7f3 0%, #c1c8c7 100%);
border-radius: 12px;
border: 1.5px solid #dcebfa;
font-family: 'Segoe UI', Roboto, sans-serif;
color: #333;
margin: 0px auto;
position: relative;
overflow: hidden;
}

.instant-offer-check {
position: absolute;
top: 0;
right: 0;
background: #43a49b;
border-radius: 0 0 0 50px;
display: flex;
align-items: flex-start;
justify-content: flex-end;
padding: 10px;
}
.heading-instant-payment {
color: #2a5885;
font-weight: 600;
display: flex;
align-items: center;
gap: 8px;

}
.list-coolection {
background: white;
border-radius: 8px;
padding: 16px 10px;
font-family: 'sans-serif';

}

.mobile-btn-need {
  display: flex; align-items: center; justify-content: center; 
  padding: 10px 10px;

}
.ul-list-important {
margin: 0;
padding-left: 10px;
color: #555;
line-height: 1.6;
}

.hard-to-adjust {
  width: 100%; height: auto; display: flex; flex-direction: row;
  margin-top: 10px;
}
.never-think-loss {
  width: 50px; min-width: 50px; height: 23px; display: flex; justify-content: center; align-items: center; margin: 0; flex-shrink: 0;
}
.specail-for-text-align {
  padding-left: 50px;
}
.panchyat-meet {
  gap: 10px;
  padding-top: 10px;
}

.ul-list-important li {
    margin-bottom: 8px;
    list-style-type: none; /* Remove default bullets */
    padding-left: 30px; /* Space for custom bullet */
    position: relative; /* For positioning the custom bullet */
}
.peak-heading-with-icon {
  width: 100%; 
  background-color: #dae4e3 ; 
  height: auto; 
  border: none; 
  border-top: 0.5px;
  display: flex;
  flex-direction: row;
}
.ul-list-important li::before {
    content: "•"; /* Unicode for a filled dot */
    font-size: 24px; /* Increase this value to make the dot larger */
    color: #000; /* Match the text color or customize */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.sub-container-offers {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.uniqe-own-rule {
    width: 100%;
    height: 100%;
    display: flex;
    font-family: 'sans-serif';
    flex-direction: row;
    padding-top: 10px;
}
.unknown {
    width: 290px;
    height: auto;
    padding-left: 15px;
}
.unknown-pro {
    width: 289px; 
    height: 30px; 
    border-bottom: solid 0.5px; 
    border-left: solid 0.5px; 
    border-right: solid 0.5px; 
    border-radius: 50%; 
}
.unknown-sub {
    text-align: center; 
    padding-top: 5px; 
    width: 290px;
}
.unknown-no {
    width: 290px; 
    height: 110px; 
    display: flex; 
    flex-direction: row;
}
.unknown1 {
    width: 50%;
    margin: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.unknown2 {
    width: 100%; 
    height: auto;
}
.unknown3 {
    width: 60px; 
    height: 55px; 
    margin: auto; 
}

.unknown5 {
    width: 70px; 
    height: 30px; 
    padding-left: 35px; 
    margin-top: 0px;
}
.unknown6 {
    width: 60px; 
    height: 55px; 
    margin: auto;
}

.known2 {
    width: 290px; 
    height: 100%;
    max-width: 100%;
}
.price-container {
    display: flex;
    align-items: baseline;
    height: 40px;
    font-family: 'Noto Sans Devanagari', sans-serif;
    font-size: 24px;
    font-weight: 600;  
}

.current-price {
    color: black;
    margin: auto;
}
.current-price::before {
    content: attr(data-price);
    font-variant-numeric: tabular-nums;
}

.current-price::before {
    content: "₹" attr(data-price);
}
.original-price {
    color: rgb(20, 118, 89);
    margin: auto;
    opacity: 0.8;
}
.known6 {
    display: flex; 
    flex-direction: row; 
    height: 20px;
}
.known7 {
    font-size: 20px; 
    color: grey; 
    font-weight: bold; 
    padding-left: 10px;
}


.known10 {
    height: auto; 
    padding: 10px 10px;
    font-size: 16px;

}
.known11 {
    color: green; 
    height: auto; 
    padding: 0px 10px;
    font-size: 16px; 
}
.known12 {
    height: auto;
    padding: 10px 10px;
    font-size: 16px;
}
.known1 {
    width: 290px; 
    box-sizing: border-box; 
    height: auto;
    float: left; 
    border-left: solid 0.5px; 
    border-right: solid 0.5px; 
    border-bottom: solid 0.5px;
    display: flex;          /* Make it a flex container */
    flex-direction: column; /* Stack children vertically */
}

.known13 {
    width: 100%; 
    padding-top: 20px;
    margin: auto;
    flex-grow: 1;          /* Takes remaining space */
    overflow: auto;        /* Optional: Adds scroll if content overflows */
}
.known14 {
    box-sizing: border-box; 
    width: 100%; 
    height: auto; 
    margin-top: 35px;
}
.known-14 {
    padding: 10px 10px;
    display: flex;
    gap: 8px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.known15 {
    width: 100%; 
    font-size: 18px;
    font-weight: 800;
}
.only-gap {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0px;
    font-size: 14px;
}
.btn-important {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(182, 173, 238);
  }
.store-button {
  padding: 20px 0px;

}

.add-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
    transition: left 0.7s ease;
}

.add-button:hover {
    background: linear-gradient(135deg, #f28927, #f66d05);
    box-shadow: 0 6px 20px rgba(255, 111, 97, 0.6);
    transform: translateY(-3px);
}

.add-button:hover::before {
    left: 100%;
}

.add-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(255, 111, 97, 0.4);
}


.add-button.glow {
    animation: glow 2s infinite;
}
.button-container {
    display: flex;
    justify-content: space-between; /* Pushes buttons to opposite sides */
    width: 100%; /* Ensures full width */
    gap: 10px; /* Optional: Adds space between buttons */
}

.store-button {
    /* Ensures buttons take their natural width */
    display: inline-block;
}

.add-button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: translateY(0);
  box-shadow: none;
}

/* Ensure the spinner is styled correctly */
.button-loader .spinner {
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Keep existing button styles */
.add-button {
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
    border: none;
    border-radius: 15px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(255, 111, 97, 0.4);
}

.color-pure {
    background: linear-gradient(135deg, #a68dc2, #5996ff);
    border: none;
    border-radius: 15px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(106, 17, 203, 0.4);
}
    
    .color-pure::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        transition: left 0.7s ease;
    }
    
    .color-pure:hover {
        background: linear-gradient(135deg, #2575fc, #ba84f3); /* Reverse gradient on hover */
        box-shadow: 0 6px 20px rgba(106, 17, 203, 0.6); /* Enhanced shadow on hover */
        transform: translateY(-3px);
    }
    
    .color-pure:hover::before {
        left: 100%;
    }
    
    .color-pure:active {
        transform: translateY(0);
        box-shadow: 0 4px 15px rgba(106, 17, 203, 0.4);
    }
    
    .color-pure.glow {
        animation: glow 2s infinite;
    }
    .need-piller {
        display: flex; 
        flex-direction: row; 
        width: 1480px; 
        height: auto; 
        margin: auto; 
        max-width: 100%; 
        max-height: 100%;
    }
.again-only-image {
  display: flex; 
  flex-direction: row; 
  width: 1480px; 
  height: auto; 
        margin: auto; 

}
    .another-piller {
        width: 1480px; 
        height: auto;
        margin: auto; 
        max-height: auto;
        background: linear-gradient(145deg, hsl(174, 100%, 92%) , #85e9dd, #49e1d2 );
        border-radius: 12px;
        margin-top: 20px;
    }
    
/**-----------------CSS Code of checkout.ejs ----------------------------------///////--------------------------------------********--------------*/

.supreme-cart-container {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 1;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 249, 249);

}
.prime-cart-container {

  box-sizing: border-box;
  display: block;
  width: 1280px;
  height: 100%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding-top: 10px;
  background-color: rgb(255, 249, 249);  

}
.js-order-summary {
  transition: opacity 0.2s ease;
}

.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.spinner {
  border: 3px solid rgba(0,0,0,0.1);
  border-radius: 50%;
  border-top: 3px solid #3498db;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.original-btn.processing {
  position: relative;
  color: transparent;
  pointer-events: none;
}

.original-btn.processing::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.product-store {
  box-sizing: border-box;
  float: left;
  display: block;
  max-width: 900px;
  min-width: 819px;
  height: auto; /* Let content determine height */
}
.price-store {
  box-sizing: border-box;
  display: block;
  float: right;
  width: 460px;
  height: 480px;
  background-color: white;
}
.empty-cart-view {
  width: 100%;
  height: 400px;
  position: relative;
  background-color: rgb(255, 249, 249);
  margin-bottom: 20px;
  display: none;


}
.only-view-purpose {
  width: 250px;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}
.only-for-image {
  width: 250px;
  height: 180px;
  mix-blend-mode: darken;
}
.contain-piller-infinity {
  box-sizing: border-box;
  width: 805px;
  margin: auto;
  display: block;
  height: auto;
  direction: ltr;
  float: left;

}
.headline-aproach-box {
  box-sizing: border-box;
  width: 1000px;
  border-bottom: 55px solid transparent;
  border-left: 1280px solid rgb(240, 234, 56);
  border-top: 120px solid transparent;
  margin-bottom: 10px;
}
.customize-of-product-view {
  box-sizing: border-box;
  min-width: 1280px;
  max-width: 1480px;
  height: 100%;
  margin-top: 10px;
  display: none;

}
.img-rook {
  width: 175px;
  height: 175px;
  display: block;
  padding-right: 6px;
}
.style-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: 200px;
  border-bottom: solid 0.2px;
  background-color: white;
  margin-bottom: 15px;
 
}
.paragraph-box {
  width: 615px;
}
.option-for-qnt {
  width: 80px;
  height: 20px;
  padding-right: 10px;
}
.price-turn {
  display: flex;
  align-items: center; /* Vertically center items */
  gap: 10px; /* Space between prices */
  height: auto;
}
.remove-for-you {
  display: flex;
  flex-direction: row;
  padding-top: none;
  height: auto;
}
.delivery-free-or-not {
  width: 440px;
  height: 70px;
  display: flex;
  margin-top: 10px;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;

}
.image-for-interactive {
  width: 90px;
  height: 60px;
}
.only-for-dot {
  width: 35px;
  height: 10px;
  background-color: green;
  margin-left: 4px;
  border-radius: 20px;
  margin-top: 27px;
}
.only-for-dot2 {
  width: 35px;
  height: 10px;
  margin-left: 4px;
  border-radius: 20px;
  margin-top: 27px;
  background-color: rgba(166, 113, 113, 0.47);
}
.set-for-cx-view {
  width: 440px;
  height:100%;
  display: block;
  margin: auto;
}
.only-paragraph {
  margin-top: 0px;
  width: 440px;
  font-family: 'sans-serif';
  font-size: 18px;
  height: auto;
  font-weight: 600;
  padding: 0px 20px;
  margin: 0;
}
.power-destroy1 {
  width: 440px;
  margin: auto;
  height: 110px;
  border-bottom: solid 0.2px;

}
.power-on1 {
  width: 440px;
  margin: auto;
  height: 110px;
  border-bottom: solid 0.2px;

}
.price-details-submit {
  width: 440px;
  height: 200px;
  margin: auto;
}
.price-details-submit {
  width: 440px;
  margin: auto;
  height: 100%;
  box-sizing: border-box;
}
.count-start0 {
  display: flex;
  flex-direction: row;
  width: 440px;
  height: 50px;

}
.count-start1 {
  display: flex;
  flex-direction: row;
  width: 440px;
  height: 50px;

}
.count-start2 {
  display: flex;
  flex-direction: row;
  width: 440px;
  height: 98px;

}
.montago-stolen {
  width: 440px;
  height: 180px;
  border-bottom: solid 0.2px;
}
.btn-for-order-placed {
  margin: 10px;
  height: 60px;
  display: block;
}
.original-btn {
  width: 100%;
  height: 40px;
  font-size: 25px;
  border-radius: 12px;
  background-color: rgb(58, 174, 57);
  font-family: 'sans-serif';
  color: white;
  border: none;
  cursor: pointer;
}
.original-btn:hover {
  background-color: rgb(48, 139, 47);
}
.mrp-price {
  font-size: 18px;
    color: rgb(21, 75, 21);
    height: auto;
    width: 180px;
    display: block;
}
.cartoon-for:hover {
  cursor: pointer;
  background-color: transparent;

}
.summary-label {
  font-weight: bold; 
  height: 30x; 
  font-size: 22px; 
  width: 250px;
}
.summary-value {
  font-weight: bold; 
  height: 30x; 
  font-size: 22px; 
  width: 188px; 
  direction: rtl;
}
.para-1 {
    margin-top: 0px;  
    width: auto; 
}
.para-2 {
    font-size: 18px; 
    margin-top: 0px; 
    color: rgb(255, 31, 31); 
    width: auto;
    padding: 0px 5px;
}
.para-3 {
    margin-top: 0px; 
    width: auto;
    font-size: 18px; 
    padding-top: 2px;
}


/*---------*/



.buil-2 {
    margin: 0px;
    scroll-behavior: smooth;
    height: 5000px;
}

.box1 {
    flex-basis: 300px;
    flex-grow: 1;
    flex-shrink: 0;
    height: auto;
    max-width: 362.5px;
    min-width: 280px;
    min-height: 420px;
    display: block;
    order: 1;
    line-height: 19px;  
    border: 0.001px rgb(200, 200, 200) solid;
    margin-top: 20px;
    background-color: white;
    border-radius: 10px;
}

.js-container-grides {
  gap: 10px;
}
.box2 {
    margin-top: 20px;
    flex-basis: 300px;
    flex-grow: 1;
    flex-shrink: 0;
    height: 560px;
    max-width: 400px;
    max-height: 560px;
    min-width: 280px;
    min-height: 420px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    order: 2;
    line-height: 19px;  
  
}

/*****Target-Box1****/

.sub-box {
    position: relative;
    -webkit-box-direction: normal;
    display: block;
    padding-bottom: 30px;
    height: 400px;
    max-width: 450px;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin: auto;
}
.not-box {
    
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-box-direction: normal;
    display: block;
    padding-bottom: 30px;
    float: right;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;     

}

.img {
    border: none;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;

}

.headline {
    margin-left: 10%;
    color: black;
}

.fas fa-user-cog {
    margin-top: 20px;

}


.main-branch0 {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    box-sizing: border-bozx;
    display: block;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-width: none;
    min-width: 1260px;
    overflow-x: hidden;
    overflow-y: hidden;
}


.a-section {
    box-sizing: border-box;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;

}
.b-section {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 18.9px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    max-width: 1480px;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}

.not-own1 {
    box-sizing: border-box;
    display: block;
    height: 400px;
    max-width: 450px;
    line-height: 19px;
    margin-bottom: 6px;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-direction: normal;

}
.this-time-own {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-direction: normal;
  height: auto;
  width: 100%;
}

.design-for-make-glory-page {
  width: 100%; background-color: white; position: sticky; top: 40px; z-index: 10;
}
.product-title {
    height: auto;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    padding: 12px 0px;
    font-size: 18px;
}
.product-type {
    height: 30px;
    margin: auto;
}
.stock-status {
    height: 30px;
    margin: auto
}
.price-info {
    height: 80px;
    gap: 12px;
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
}
.need-always-price {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0;
}
.another-div-for-cart1 {
    width: 100%;
    height: 50px;
}

.box1:hover {
box-shadow: 20px 20px 20px 20px rgba(221, 215, 215, 0.09);

}

.buttonn:hover {
    cursor: pointer;
}


/*----------------orderReview--------------*/


.body01 {
    margin: 0px; 
    background-color: rgb(234, 234, 234); 
    font-family: 'sans-serif';
}

.p-mode2 {
    cursor: pointer;
    transition: background-color 0.3s;
}

.p-mode2.clicked {
    border: 2px solid #007bff;
    background-color: #f0f8ff;
}
.head01{
    width: 100%;
    height: 80px;
    background-color:  #009688;
    display: block;
    position: sticky;
    min-width: 1250px;
}
.new-prime-container-orderReview {
  margin: auto;
  width: 1500px;
  margin-top: 20px;
  height: auto;
  background-color: transparent;
}
.new-product-alignment-for-regain {
  display: flex;
  flex-direction: row;
  padding: 10px 60px;
}
.check-box {
    width: 188px;
    height: 100%;
    cursor: pointer;
}


.renew-bix-gain1 {
  width:188px;
  height: 100%;
  cursor: pointer;
}
.uniqe-btn {
    width: 140px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #148da2 0%, #3073ab 100%);
    color: white;
    font-family: 'sans-serif';
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 28px;
    box-shadow: 
        0 4px 15px rgba(79, 172, 254, 0.3),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0;
    margin-top: 14px;
    margin-bottom: 14px;

}

.uniqe-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    border-radius: 28px;
}

.uniqe-btn:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 8px 25px rgba(79, 172, 254, 0.4),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.uniqe-btn:hover::before {
    opacity: 1;
}

.uniqe-btn:active {
    transform: translateY(1px);
    box-shadow: 
        0 2px 10px rgba(79, 172, 254, 0.3),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
}

.uniqe-btn:focus {
    box-shadow: 
        0 0 0 3px rgba(79, 172, 254, 0.3),
        0 4px 15px rgba(79, 172, 254, 0.3);
}

.sub-head {
    color: white; 
    margin-top: 0; 
    text-align: center; 
    padding-top: 15px; 
    font-size: 40px;
}
/* Spinner styles */
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}

.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

/* Selected address style */
.selected-address {
  border: 2px solid #3399cc;
  background-color: #f0f8ff;
  box-shadow: 0 0 8px rgba(51, 153, 204, 0.3);
}

.selected-address {
  border: 2px solid #3399cc;
  background-color: #f0f8ff;
}



.pro-box1 {
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: auto
}

.pro-box1:hover {
  border-color: #3399cc;
}
.main-t1 {
    box-sizing: border-box;
    display: block;
    width: 1240px;
    height: 100%;
    position: sticky;
    margin: auto;
    justify-content: center;
    border-radius: 5px;
    margin-top: 5px;
    padding-top: 10px;
    padding-left: 15px;
    background-color: rgb(234, 234, 234)

}
.supreme-god {
    display: flex;
    flex-direction: column;
    width: 800pxx;
    height: 100%;
    background-color: rgb(234, 234, 234)
}
.desktop-form-align {
  width: 800px;
}
.prime02 {
    width: 800px;
    height: 100%;
    display: block;
    border-radius: 5px;
    background-color: rgb(234, 234, 234);   
}

.mention-stock{
    width: 612px;
    height: 80px;
}
/* Shared Base Styles */
.top-h, .summer-small, .serious-p {
    width: 800px;
    height: 80px;
    display: flex;
    flex-direction: row;
    color: white;
    align-items: center;
    border-radius: 12px;
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.3);

    position: relative;
    overflow: hidden;
    border: none;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Top Header (Cool Blue) */
.top-h, .summer-small, .serious-p {
    background: linear-gradient(135deg, #32b5c1 0%, #5bb6e7 100%);
    box-shadow:
        0 4px 20px rgba(100, 180, 255, 0.4),
        inset 0 1px 1px rgba(255, 255, 255, 0.3);
}


/* Shared Effects */
.top-h::before, .summer-small::before, .serious-p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0) 100%);
}

.top-h::after, .summer-small::after, .serious-p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

/* Hover States */
.top-h:hover, .summer-small:hover, .serious-p:hover {
    transform: translateY(-2px);
}

.top-h:hover {
    box-shadow: 0 8px 30px rgba(100, 180, 255, 0.5);
}

.summer-small:hover {
    box-shadow: 0 8px 30px rgba(100, 180, 255, 0.5);
}

.serious-p:hover {
    box-shadow: 0 8px 30px rgba(100, 180, 255, 0.5);
}

/* Active States */
.top-h:active, .summer-small:active, .serious-p:active {
    transform: translateY(0);
}

.top-h:active {
    box-shadow: 0 2px 15px rgba(100, 180, 255, 0.3);
}

.summer-small:active {
    box-shadow: 0 2px 15px rgba(100, 180, 255, 0.3);
}

.serious-p:active {
    box-shadow: 0 2px 15px rgba(110, 90, 210, 0.3);
}


.D-box {
    position: sticky;
    height: auto;
    width: 800px;  
    margin-top: 25px;
    margin-bottom: 15px; 
    display: flex;
    flex-direction: column;
    background-color: rgb(220, 229, 244);
}
.prime-coordinatebox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}
.N-box {
    position: sticky;
    height: 650px;
    width: 800px;  
    margin-top: 15px;
    margin-bottom: 15px; 
    background-color:rgb(220, 229, 244);
}

.coordinate-box {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
}
.edit-address-form-container{
    box-sizing: border-box;
    width: 400px;
    height: 10px;
    font-size: 18px;
    background-color: transparent;
    color: red;
    border-bottom: solid 0.1px black;
    border-top: none;
    border-left: none;
    border-right: none;
    cursor: pointer;
}
.form-group {
    display: flex;
    flex-direction: row;
}

.merge-btn-under {
  height: auto; /* Flexible height for content */
  min-height: 270px; /* Minimum height to maintain consistency */
  width: calc(50% - 10px); /* 50% width minus half the gap */
  border: 0.8px solid #ccc;
  border-radius: 4px;
  font-weight: 500;
  box-sizing: border-box; /* Ensure padding/border don’t affect width */
}

.visible-Div {
    width: 800px;
    display: block;
}

.special-arrang {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    color: rgba(6, 21, 9, 0.742);
    height: auto;
}
/* Address Loading Indicator */
.address-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.address-loading .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #3498db;
  animation: spin 1s ease-in-out infinite;
  margin-bottom: 1rem;
}

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

/* Empty State */
.empty-address {
  text-align: center;
  padding: 2rem;
  color: #666;
}

.empty-address .icon-address-book {
  font-size: 3rem;
  color: #ccc;
  margin-bottom: 1rem;
}

.empty-address h4 {
  margin: 0.5rem 0;
  color: #333;
}

.empty-address .btn-add-address {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* Error State */
.address-error {
  text-align: center;
  padding: 2rem;
  color: #666;
}

.address-error .icon-warning {
  font-size: 3rem;
  color: #e74c3c;
  margin-bottom: 1rem;
}

.address-error h4 {
  margin: 0.5rem 0;
  color: #333;
}

.address-error .error-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.address-error .error-actions button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.address-error .error-actions .btn-retry {
  background: #3498db;
  color: white;
}

.address-error .error-actions .btn-support {
  background: #f0f0f0;
  color: #333;
}

/* Toast Notifications */
.toast-container {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.toast {
  padding: 12px 24px;
  border-radius: 4px;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: toastSlideIn 0.3s ease-out;
}

.toast-success {
  background: #27ae60;
}

.toast-error {
  background: #e74c3c;
}

.toast-warning {
  background: #f39c12;
}

.toast.fade-out {
  animation: toastFadeOut 0.3s ease-in;
}

@keyframes toastSlideIn {
  from { transform: translateX(-50%) translateY(20px); opacity: 0; }
  to { transform: translateX(-50%) translateY(0); opacity: 1; }
}

@keyframes toastFadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

/* Confirmation Modal */
.confirmation-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.confirmation-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.confirmation-modal .modal-dialog {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  animation: modalFadeIn 0.3s ease-out;
}

.confirmation-modal .modal-content {
  padding: 20px;
}

.confirmation-modal h4 {
  margin-top: 0;
  color: #333;
  font-size: 1.2rem;
}

.confirmation-modal p {
  margin: 15px 0 25px;
  color: #666;
  line-height: 1.5;
}

.confirmation-modal .modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.confirmation-modal .modal-actions button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

.confirmation-modal .modal-actions .btn-cancel {
  background: #f0f0f0;
  color: #333;
}

.confirmation-modal .modal-actions .btn-confirm {
  background: #e74c3c;
  color: white;
}

.confirmation-modal .modal-actions .btn-confirm:hover {
  background: #c0392b;
}

@keyframes modalFadeIn {
  from { opacity: 0; transform: translateY(-20px) translateY(-50%); }
  to { opacity: 1; transform: translateY(0) translateY(-50%); }
}
/* Loading spinner for delete operation */

.boxy {
    float: left;
    width: 33.3%;
    height: 80px;
    box-sizing: border-box;
}
.fake-prime01 {
    width: 560px;
    height: 400px;
    background-color: white;
    display: block;
    margin-left: 20px;
    background-color: white;
    position: relative;
    margin-top: -3px;

}
.btn-edit-delete, .form-actions{
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    margin-top: 15px;

}
.btn-onsetsefault, .btn-cancel{
    border: none;
    cursor: pointer;
    margin: auto;
    height: 30px; 
    width: 30%; 
    font-size: 17px;
    background-color: rgb(171, 231, 231); 
}

.btn-all-addresses {
 border: none; font-size: 19px;
 height: 40px;
 border-radius: 3px;
 cursor: pointer;
 font-weight: 700;
 opacity: 0.95;
 transition: 0.3s ease;
 transform: translateY(-2px);
 box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);

}

.btn-bin {
    width: 37px;
    height: 32px;
    cursor: pointer;
    background-color: white;
    border: none;
}
.btn-div {
    width: 40px;
    height: 30px;
    background-color: white;
    margin-left: 50px;
}
.btn-margin-side {
    display: flex;
    flex-direction: row;
    margin: 0px 10px;
}
.bin-icon{
    width: 100%;
    height: 100%;
}
.lab1 {
    box-sizing: border-box;
    width: 100%;
    height: 16px;
    position: absolute;
    margin-left: 10px;
    top: 2px;
    font-size: 15px;
    font-weight: 400px;
    padding-top: 3px;
}
.s-box1 {
    width: 100%;
    height: 65px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    border: none;
    background-color:rgb(220, 229, 244)

}
.big-bull {
    width: 490px;
    height: 70px;
    margin-top: 25px;
    border-radius: 5px;
    position: absolute;
    border: none;

}
.big-bull:focus {
    outline: none;
}
.p-box1 {
    position: relative;
    width: 250px;
    height: 53px;
    border: solid;
    border-width: 0.7px;
    border-radius: 5px;
    background-color: white;
    margin-left: 50px;
    

}
.n-box {
    width: 235px;
    height: 30px;
    display: inline-block;
    appearance: auto;
    bottom: 0px;
    left: 10px;
    margin-bottom: 0px;
    position: absolute;
    font-size: 15px;
    border: none;

}
.n-box:focus {
    outline: none;
}

.lab2 {
    padding-top: 2px;
    position: absolute;
    margin-left: 9px;
}
.prime-v2 {
    display: block;
    width: auto;
    height: 600px;
    border: none;
    zoom: 1;
    position: sticky;
    float: left;
    margin-top: 0px;
    top: 0;
   
}

.list2 {
    width: 360px;
    margin: auto;
    font-size: 20px;
    height: 50px;
    box-sizing: border-box;
    border-bottom: solid;
    border-color: black;
    border-width: 0.5px;
    padding-top: 10px;
    font-weight: bold;
    opacity: 0.6;
    padding-left: 10px;
}

.p-mode {
    width: 800px;
    position: relative; /* Change from sticky */ /* Add some spacing */
    margin-top: 15px;
    height: auto;
}

.p-mode2 {
    width: 385px;
    height: 160px;
    border-radius: 50%;
    border-color: black;
    border: solid;
    border-width: 0.8px;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    
}

.p-mode2.clicked {
    cursor: pointer;
    background-color: #ba7973;
    font-size: 20px;
    color: white;
}
.pay-now-btn-different {
    box-sizing: border-box;
    border: none;
    border-radius: 10px;
    background-color: rgb(249, 177, 42);
    width: 400px;
    height: 80px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    font-size: 30px;
}
.pay-now-btn-different:hover{
    background-color: rgb(104, 220, 104);
    cursor: pointer;
    color: white;
    font-size: 30px
}

.pro-box1 {
    margin-top: 25px; 
    border-radius: 8px;
    width: 336px;
    height: auto;

}

.conatiner-for-all-btn,
.form-actions {
    width: 100%;
    margin: auto;
}

.pet-box {
    width: 300px;
    height: 30px;
    margin-top: 180px;
    margin-left: 50px;
}

.set-delete {
    width: 120px;
    height: 20px;
}
.set-default {
    width: 80px;
    height: 20px;
}
.legend-box1 {
    width: 100%;
    height: 100%;
    color: purple;
}
.js-increase-size, .p-mode {
    transition: height 0.3s ease;
    overflow: hidden;
    box-sizing: border-box;
}

/* Ensure child elements contribute to height */
.js-increase-size > *, .p-mode > * {
    box-sizing: border-box;
}

.play-song {
    width: 800px;
    position: relative;
    background: linear-gradient(145deg, #b9f6f0 0%, #e2e2e2 100%);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(255, 255, 255, 0.3) inset,
                0 -4px 12px rgba(255, 255, 255, 0.9) inset;
    display: none;
    font-family: 'sans-serif';
    border: 1px solid rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    perspective: 1000px;
}

.play-song::before {
    content: "";
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    background: linear-gradient(135deg, 
        rgba(66, 165, 245, 0.2) 0%, 
        rgba(0, 242, 254, 0.2) 50%, 
        rgba(66, 165, 245, 0.2) 100%);
    z-index: -1;
    border-radius: 26px;
    filter: blur(6px);
    opacity: 0.7;
    animation: gradientPulse 8s ease infinite;
    background-size: 200% 200%;
}

.payment-option {
    display: flex;
    align-items: center;
    padding: 24px 30px;
    margin-bottom: 20px;
    border-radius: 16px;
    background: linear-gradient(145deg, #f8faff 0%, #ffffff 100%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(66, 165, 245, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.payment-option::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, 
        rgba(66, 165, 245, 0.08) 0%, 
        rgba(66, 165, 245, 0) 100%);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}

.payment-option.selected {
    border: 1px solid rgba(66, 165, 245, 0.3);
    box-shadow: 0 0 0 3px rgba(66, 165, 245, 0.08);
    background: linear-gradient(145deg, #f0f7ff 0%, #ffffff 100%);
}

.payment-icon {
    width: 48px;
    height: 48px;
    margin-right: 20px;
    background: linear-gradient(135deg, #33c2b3 0%, #39978e 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.payment-label {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    flex-grow: 1;
}

.payment-description {
    font-size: 14px;
    color: #666;
    margin-top: 4px;
}

.pay-now-btn {
    background: linear-gradient(135deg, #70bdb5 0%, #1e766d 100%);
    border: none;
    border-radius: 16px;
    width: 100%;
    height: 80px;
    margin-top: 30px;
    color: white;
    font-size: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(66, 165, 245, 0.3);
    position: relative;
    overflow: hidden;
}

.pay-now-btn::before {
    content: "";
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0) 60%
    );
    transform: rotate(30deg);
    transition: all 0.7s ease;
}

.pay-now-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(66, 165, 245, 0.4);
}

.pay-now-btn:hover::before {
    left: 100%;
    top: 100%;
}

.pay-now-btn:active {
    transform: translateY(0);
}

.security-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-size: 14px;
    color: #666;
}

.security-badge::before, .security-badge::after {
    content: "•••••";
    letter-spacing: 2px;
    margin: 0 15px;
    color: #ccc;
}

.trust-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    opacity: 0.8;
}

.trust-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    color: #666;
}

.trust-icon div:first-child {
    font-size: 24px;
    margin-bottom: 8px;
    color: #42a5f5;
}

.holographic-strip {
    height: 6px;
    background: linear-gradient(90deg, 
        #6abdb4, 
        rgba(109, 170, 250, 0.8) 50%, 
        rgba(246, 191, 149, 0.8) 100%);
    border-radius: 3px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}

.holographic-strip::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0.8) 0%, 
        rgba(255, 255, 255, 0) 50%, 
        rgba(255, 255, 255, 0.8) 100%);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}
  
.btn-orderview {
    width: 100%;
    height: 60px;
    background-color: white;
    box-sizing: border-box;
    border: none;

}
.btn-special-order{
    width: 300px;
    height: 40px;
    cursor: pointer;
    font-size: 20px;
    color: white;
    font-weight: 600;
    direction: ltr;
    float: right;
    margin-right: 10px;
    background-image: linear-gradient(135deg, #5a8efc 0%, #0fb3ff 100%);
    border: none;
}
.order-summer {
    position: relative; /* Add this */
    width: 800px; 
    margin-top: 20px;
    background-color: white;
    border-radius: 10px;
    min-height: 0px; /* Change from fixed height to min-height */
}
.couple-add2{
    width: auto;
    height: auto;
    display: none;
}
.js-increase-size {
    position: relative;
    width: 100%;
    background-color: white;
    overflow: visible; /* Change from hidden to visible */
}
.summerheader{
    width: 612px;
    height: 80px;
    background-color: transparent;
}

.none-summerheader {
  width: 100%;
  height: 80px;
}


.summer-top {
    margin: none;
    color: white; 
    padding-left: 10px;
    font-size: 30px;
    padding-top: 3px;
}


.summer-head {
    width: 800px;
    display: block;
    height: 60px;
    background-color: rgb(250, 248, 248);
    border-radius: 5px;
}

.bt-nut {
   box-sizing: border-box;
   width: 290px;
   height: 50px;
   font-size: 18px;
   margin-top: 30px;
   border-radius: 5px;
   background-color: rgb(123, 213, 160);
   color: white;
   border: none;
   margin-left: 49px;
   font-weight: 700;
}
.only1 {
    margin-left: 20px;
}

.issue {
    box-sizing: border-box;
    width: 524px;
    height: 110px;
    display: block;
    position: absolute;
    padding-top: 2px;
    background-color: white;
    margin-left: 49px;
    border: solid 0.7px;
    border-radius: 5px;
    margin-top: 13px;
    
}

.yweek {
    box-sizing: border-box;
    width: 360px;
    height: 50px;
    padding-top: 20px;
    padding-left: 15px;

}
.tough {
    box-sizing: border-box;
    width: 360px;
    height: 50px;
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    margin: auto;
    align-items: center;
    justify-content: center;

}

.xweek {
    box-sizing: border-box;
    width: 200px;
    height: 50px;
    font-size: 18px;

}

.xstrong {
    box-sizing: border-box;
    height: 50px;
    width: 150px;
}
.zstrong {
    box-sizing: border-box;
    height: 50px;
    width: 80px;
}

.bstrong {
    box-sizing: border-box;
    height: 50px;
    width: 140px;
    direction: rtl;

}
.f-style {
    font-size: 20px; 
    font-weight: bold;
}

.renew {
   box-sizing: border-box;
   margin-top: 30px;
   border-color: black;
   border-top: solid 0.5px;


}
.summer-box6 {
    width: 800px;
    height: 500px;
    background-color: white;
    margin-top: 15px;
}
.summer-box1 {
    width: 100%;
    height: 100%;
    flex-direction: row;
    display: flex;
}
.image-box {
    width: 200px;
    height: 180px;
    margin-left: 10px;
}
.real-image {
    height: 170px; 
    width: 190px; 
    padding-top: 10px;

}
.item-descr {
    width: 600px;
    margin: 0px 10px;
}
.item-view1 {
    font-size: 20px; 
    width: bold; 
    box-sizing: border-box; 
    height: 120px;
}
.parag0 {
    margin-bottom: 10px;/* Take remaining space */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /
}
.parag00 {
    font-size: 15px;
}
.para-price {
    font-weight: bold; 
    font-size: 23px; 
    padding-left: 5px;
}
.btn-increase, .btn-decrease{
    width: 50px;
    height: 33px; 
    font-weight: 700;
    border-radius: 50%; 
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 22px;
    color: white;
    background-image: linear-gradient(135deg, #5a8efc 0%, #0fb3ff 100%);
}

.discount-para {
    color: green; 
    padding-left: 5px;
}
.main-din {
    width: 90px; 
    height: auto; 
    color: #333;
    font-weight: 600;
    font-size: 18px;
    border-radius: 4px;
    border: solid 0.8px rgb(151, 172, 150); 
    margin-left: 10px; 
    text-align: center;
    margin-right: 10px;

}
.box-for-verified-purchase {
    width: 100%;
    height: auto;
}
.pmode-top {
    margin-top: 0px; 
    margin-bottom: 0px; 
    padding-top: 5px; 
    padding-left: 10px;
    font-size: 30px;

}
.d-top6 {
  margin: 10px;
    height: auto;
    width: 100%;
}
.d-para1 {
    margin: 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
    height: auto;
    margin-bottom: 15px;
}

.D-details {
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.cont-btn {
    width: 250px;
    background-color: white; 
    float: right;
    margin-right: 40px;
}
.real-btn {
    width: 250px;
    height: 40px;
    font-size: 20px;
    font-family: 'sans-serif';
    font-weight: 700;
    background-color: rgb(123, 213, 160);
    color: white;
    border: none;
    border-radius: 2px;
    opacity: 1;
}
.prime-summer {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border-width: medium;
    color: black;
}
.item-container {
    border-top: solid black 0.3px;
    height: auto;
    padding-bottom: 20px;
}

.button-for:hover {
    color: orange;
    cursor: pointer;
}

.btn-onedit{
  background: linear-gradient(135deg, hsl(264, 44%, 63%) 0%, hsl(230, 100%, 85%) 100%);
  color: white;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  height: 30px; 
  border: none;
  width: 30%; 
  margin: auto;
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.btn-ondelete {
  background: linear-gradient(135deg, hsla(0, 66%, 49%, 1.00) 0%, hsla(15, 83%, 72%, 1.00) 100%);
  color: white;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  height: 30px; /* Increased height to accommodate padding and font size */
  border: none;
  width: 30%;
  margin: auto;
  display: flex; 
  justify-content: center; 
  align-items: center;
}
.btn-ondelete:hover {
  background: linear-gradient(135deg, #c62828 0%, #b71c1c 50%, #ad1457 100%); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  transform: translateY(-1px); 
}

.btn-onedit:hover {
  background: linear-gradient(135deg, hsla(264, 85%, 46%, 1.00) 0%, hsla(231, 100%, 73%, 1.00) 100%); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  transform: translateY(-1px); 
}

/*---------------------------------------------------footer-mobile.ejs -------------------------------******/
.unique-mobile-footer {
    display: none;
    width: 100%;
    background: #009688;
    color: #ffffff;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 15px 0;
}

.unique-footer-logo {
    text-align: center;
    margin-bottom: 10px;
}

.unique-footer-logo h2 {
    font-size: 16px;
    font-weight: 700;
    background: #009688;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 3px;
}

.unique-footer-logo p {
    font-size: 16px;
    opacity: 0.8;
}

.unique-footer-sections-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
}

.unique-footer-section {
    flex: 1 1 50%;
    min-width: 120px;
    margin-left: 10px;
    margin-bottom: 5px;
}


.unique-footer-section ul {
    list-style: none;
    padding: 0;
}

.unique-footer-section ul li {
    margin-bottom: 4px;
}

.unique-footer-section ul li a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 0.75rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding: 3px 0;
}

.unique-footer-section ul li a:hover {
    color: #3a7bd5;
    padding-left: 3px;
}

.unique-footer-section ul li a i {
    margin-right: 6px;
    font-size: 16px;
}

.unique-footer-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 8px 0;
}

.unique-social-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #009688;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.unique-social-icon:hover {
    background: #009688;
    transform: translateY(-2px);
}

.unique-social-icon i {
    font-size: 1rem;
    color: white;
}

.unique-footer-bottom {
    text-align: center;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.7rem;
    opacity: 0.8;
}

.unique-footer-bottom a {
    color: #3a7bd5;
    text-decoration: none;
}

/* Media Queries for Mobile and Tablet (up to 1024px) */
@media only screen and (max-width: 1024px) {
    .unique-mobile-footer {
        display: block;
    }

    @media (max-width: 600px) {
        .unique-footer-sections-container {
            flex-direction: column;
            align-items: center;
        }
        
        .unique-footer-section {
            flex: 1 1 100%;
            text-align: center;
        }
        
        .unique-footer-logo h2 {
            font-size: 18px;
        }
        
        .unique-footer-logo p {
            font-size: 16px;
        }
        
        
        .unique-footer-section ul li a {
            font-size: 16px;
            justify-content: center;
        }
        
        .unique-footer-social {
            gap: 5px;
        }
        
        .unique-social-icon {
            width: 32px;
            height: 32px;
        }
        
        .unique-social-icon i {
            font-size: 16px;
        }
    }
    
    @media (min-width: 601px) and (max-width: 1024px) {
        .unique-footer-sections-container {
            justify-content: space-between;
        }
        
        .unique-footer-section {
            flex: 1 1 46%;
        }
    }
}

/* Unique footer.ejs styling for e-commerce website *------------------------------------------------------------***********/
.footer-wrapper {
    background-color:  #009688;
    color: rgb(220, 220, 220);
    padding: 30px 10px 10px;
    min-width: 100%;
    box-sizing: border-box;
    font-family: 'sans-serif';
    position: relative;
    border-top: 5px solid rgb(125, 226, 216);
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.3);
}

.footer-content {
    min-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.footer-column {
    padding: 0 15px;
}

.footer-column h4 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-bottom: 2px solid rgb(125, 226, 216);
    padding-bottom: 5px;
}

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

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

.footer-column ul li a {
    color: rgb(220, 220, 220);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-column ul li a:hover {
    color: rgb(125, 226, 216);
    transform: translateX(5px);
}

.footer-contact-info p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
}

.footer-social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social-links a {
    color: rgb(220, 220, 220);
    font-size: 22px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.footer-social-links a:hover {
    color: rgb(125, 226, 216);
    transform: scale(1.2);
}

.footer-store-locator a {
    color: rgb(125, 226, 216);
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.footer-store-locator a:hover {
    color: rgb(100, 200, 190);
}

.footer-divider {
    width: 100%;
    max-width: 1480px;
    margin: 5px auto;
    border-top: 1px solid rgb(70, 70, 70);
}

.footer-copyright {
    text-align: center;
    font-size: 12px;
    color: rgb(160, 160, 160);
}

.footer-copyright a {
    color: rgb(125, 226, 216);
    text-decoration: none;
}

.footer-copyright a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1300px) {
    .footer-wrapper {
        min-width: 100%;
        padding: 30px 10px;
    }

    .footer-content {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
    }
}

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

    .footer-column h4 {
        border-bottom: none;
    }

    .footer-social-links {
        justify-content: center;
    }

    .footer-store-locator a {
        justify-content: center;
    }
}


/*--------CSS Code For only Index.ejs -----------------------*/

.body-build1 {
    margin: 0px;
    background-color: white;
    scroll-behavior: smooth;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-content {
    flex: 1;
}

.make-footer-page-end {
    background: transparent;
    min-width: 1280px;
    /* Remove margin-top: 500px */
}

/******Page Content*****/

.main-store-collection {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    box-sizing: border-box;
    display: block;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-width: none;
    min-width: 1280px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.a-for-all {
    box-sizing: border-box;
    display: block;
    line-height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    min-height: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    zoom: 1;
}

.container-section-need {
    box-sizing: border-box;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    position: relative;
    margin-top: -180px;
}

.store-need-this {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 18.9px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    max-width: 1480px;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-bottom: 20px;
    padding-left: 10px;  /* For consistent side spacing */
    padding-right: 10px; /* For consistent side spacing */
    padding-top: 20px;
    column-gap: 10px;   /* For consistent 10px spacing between .black-box1 groups */
}

.black-box1 {
    flex-basis: 300px;
    flex-grow: 1;
    flex-shrink: 0;
    height: 440px;
    max-width: 400px;
    max-height: 440px;
    min-width: 290px;
    min-height: 420px;
    padding-left: 0px;   /* No side padding to prevent additive spacing */
    padding-right: 0px;  /* No side padding to prevent additive spacing */
    display: block;
    order: 1;
    line-height: 19px;  
}

/* Hide 4th box in Grid 1 at 1300px */
@media (max-width: 1300px) {
    .js-item-grid[data-grid-id="1"] .black-box1:nth-of-type(4) {
        display: none !important;
    }
}

/* Hide 4th box in Grid 2 at 768px */
@media (max-width: 1300px) {
    .js-item-grid[data-grid-id="2"] .black-box1:nth-of-type(4) {
        display: none !important;
    }
}

.head-line {
    box-sizing: border-box;
    display: block;
    height: 40px;
    line-height: 19px;
    margin: auto;
    -webkit-box-direction: normal;
}

.black-sub-box1 {
    flex: 1;
    height: 100%;
    position: relative;
    display: block; /* Internal spacing on the right */
    margin: 0;
    margin-left: 10px;
    margin-right: 5px;
}

.prime-note-box6 {
    flex: 1;
    height: 100%;
    position: relative;
    margin-right: 10px;
    margin-left: 5px;
    display: block; /* External spacing on the left */
    padding: 0;
}

.carry-product {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 345px;
    width: 100%;
    line-height: 19px;
    margin-bottom: 30px;
    gap: 10px;
    /* remove padding left/right */
    padding: 0px;
}

.need-own-evry-per,
.not-own2 {
    box-sizing: border-box;
    display: flex;
    height: 50%;
    line-height: 19px;
    overflow: hidden;
     /* this matches outer gap now */
}

.image-adjust-container0 {
    height: 100%;
    width: 100%;
    border: none;
    cursor: pointer;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.under-box {
    color: rgb(15, 17, 17);
    background-color: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 440px;
    line-height: 19px;
    margin: 0;
    padding: 20px 0 15px 0;
    overflow: hidden;
    position: relative;
    border-radius: 50px 20px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.headline-aproach-box1 {
    min-width: 900px;
    border-bottom: 50px solid transparent;
    border-left: 1280px solid blueviolet;
    border-top: 50px solid transparent;
    display: flex;
    margin-left: 10px;
}

.margin-for-only {
    box-sizing: border-box;
    min-width: 1280px;
    height: 100px;
    max-width: 1480px;
    margin: auto;
}

@media (min-width: 1400px) {
    .headline-aproach-box1 {
        min-width: 900px;
        border-bottom: 50px solid transparent;
        border-left: 1450px solid rgb(125, 226, 216);
        border-top: 50px solid transparent;
        display: flex;
        margin-left: 10px;
    }
}

.start-again-check {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    line-height: 18.9px;
    margin: 20px auto;
    height: auto; /* Increased height to accommodate padding and content without overflow */
    max-width: 1480px;
    background-color: transparent;
}

.frame-for-specific-single-item {
    margin: 0 10px;
    order: 1;
    display: flex;
    flex-direction: row;
    height: 100%;
    line-height: 19px;  
    margin-left: 10px;
    margin-right: 10px;
    background-color: transparent;
}

.special-items-wrapper {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: 100%;
    margin: 0;    
    overflow: hidden;
}

.special-items-slider {
    display: flex;
    height: 100%;
    gap: 20px; /* Internal gap between items */
    margin-left: -10px; /* Counteract parent's left margin */
    margin-right: -10px; /* Counteract parent's right margin */
    padding-left: 10px; /* Re-add spacing for first item */
    padding-right: 10px; /* Re-add spacing for last item */
    width: calc(100% + 20px); /* Counteract parent's total horizontal margins */
    overflow-x: auto; /* For horizontal scrolling if needed */
}

.each-special-item-store {
    flex: 0 0 auto;
    width: 353px;
    border-radius: 8px;
    height: auto;
    background-color: white;
    box-sizing: border-box;
    padding: 10px;
}

.new-osoborn-again {
    height: 100%; /* Changed to 100% to fit within padded container without overflow */
    margin: 0;
}

.special-each-image-container {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}



.slider-nav {
    position: absolute; /* Fixed: Changed to absolute for proper overlay positioning */
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}


.slider-nav:hover {
    opacity: 1; /* Fully visible on hover */
    width: 30px; /* Slightly wider on hover for usability */
    background: var(--primary-color, rgba(0, 0, 0, 0.8)); /* Darker background on hover */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow on hover */
}
.slider-nav svg {
    width: 16px; /* Smaller icon size for slim design */
    height: 16px;
    color: white; /* White icon for contrast */
    opacity: 0; /* Hide icon when button is not hovered */
    transition: opacity 0.3s ease; /* Smooth icon appearance */
}
.slider-nav:hover svg {
    opacity: 1; /* Show icon on hover */
}
.slider-prev {
    left: 0; /* Position at the left edge */
}
.slider-next {
    right: 0; /* Position at the right edge */
}

/* Hide scrollbar */
.special-items-wrapper::-webkit-scrollbar {
    display: none;
}

.again-start-no-end, 
.never-give-up {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    line-height: 18.9px;
    margin: 40px auto;
    height: 285px;
    background: transparent;
    max-width: 1480px;
}

/* ──────────────────────  Slider Wrapper  ────────────────────── */
.special-items-slider {
    display: flex;
    gap: 16px;                    /* space between cards */
    overflow: hidden;
    scroll-snap-type: x mandatory;
}

/* ──────────────────────  Card Container  ────────────────────── */
.host-for-mini {
    flex: 0 0 auto;               /* don't grow/shrink */
    aspect-ratio: 1 / 1;          /* ← CHANGE THIS: 1/1, 4/3, 16/9, etc. */
    min-width: 200px;             /* minimum card size */
    max-width: 400px;             /* optional: cap max size */
    height: auto;                 /* let aspect-ratio control height */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    scroll-snap-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.end-neeed-now {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
  font-family: 'sans-serif';
  height: auto;
}
/* ──────────────────────  Image  ────────────────────── */
.use-plan-b {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    transition: transform 0.3s ease;
    display: block;
}

/* Hover effect */
.host-for-mini:hover .use-plan-b {
    transform: scale(1.06);
}

/* Fallback background */
.host-for-mini::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #f8f8f8;
    border-radius: 12px;
    z-index: 0;
}
.use-plan-b { z-index: 1; position: relative; }
.not-think-i-never-come-back {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    line-height: 18.9px;
    margin: 40px auto;
    height: 595px;
    background: transparent;
    max-width: 1480px;
}

.special-host-pro {
    order: 1;
    display: flex;
    flex-direction: row;
    height: 595px;
    margin-bottom: 0px;
    line-height: 19px;  
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
    background: linear-gradient(145deg, #f9f9f9, #eaf1ff, #f0f7ff);
}

.fixed-items-container, .unstoppable-mind-container {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.shape-will-round1 {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.shape-will-round2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.shape-box-need1 {
    width: 710px;
    height: 275px;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 15px;
    /* Remove individual margins since gap handles spacing */
}

.shape-box-need2 {
    width: 710px;
    height: 275px;
    border-radius: 10px;
    margin-right: 15px;
    margin-top: 15px;
    /* Remove individual margins since gap handles spacing */
}

.yeah-unstoppable-mind {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    line-height: 18.9px;
    margin: 0 auto;
    height: 700px;
    background: transparent;
    max-width: 1480px;
}

.unstoppable-series {
    order: 1;
    display: flex;
    flex-direction: row;
    height: 700px;
    line-height: 19px;  
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 10px;
    border-radius: 10px;
}

.unstoppable-mind-container1 {
    width: 50%;
    height: 100%;
    margin-right: 10px;
}

.unstoppable-mind-container2 {
    width: 50%;
    height: 100%;
    margin-left: 10px;
    background-color: transparent;
}

.again-start-no-secondend {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    line-height: 18.9px;
    margin: 40px auto;
    height: 300px;
    background-color: white;
    max-width: 1480px;
}

.host-for-big {
    margin: 0 20px;
    order: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    line-height: 19px;  
    border-radius: 10px;
    background-color: white;
}

.mini-conatiner-one {
    width: 300px;
    height: 100%;
    margin-right: 40px;
    background-color: #00f2fe;
}

.image-mini-one {
    width: 300px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.old-code-need {
    margin: 0 10px;
    order: 1;
    display: flex;
    flex-direction: row;
    height: 100%;
    line-height: 19px;  
    margin-left: 10px;
    margin-right: 10px;
    background-color: transparent;
}

.host-for-final {
    flex: 0 0 auto;
    width: 350px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 10px;
    height: 100%;
    background-color: white;
    box-sizing: border-box;
}

/*---------------- all-header-s.ejs CSS Code-----------*/

        .js-cart-quantity.loading {
            animation: pulse 1.5s infinite;
        }

        @keyframes pulse {
            0% { opacity: 0.5; }
            50% { opacity: 1; }
            100% { opacity: 0.5; }
        }
        .principle {
            display: flex;
            flex-direction: row;
            height: 60px;
            opacity: 1;
            scroll-behavior: smooth;
            width: 100%;
            top: 0;
            z-index: 999;
            flex-wrap: nowrap;
            min-width: 1280px;
            position: sticky;
           /* transform: matrix(1, 0, 0, 1, 0, 0);*/
            min-height: auto;
            background-color: #009688;
            transform: none;
            
        }
        .left {
            width: 400px;
            border-image-repeat: stretch;
            border-image-width: 1;
            box-shadow: none;
            clear: both;
            flex-shrink: 0;
            display: flex;
            float: none;
            background-color: #009688;
        }

        .left-logo1 {
            box-sizing: border-box;
            display: block;
            object-fit: cover;
        }

        .animo {
            display: flex;
            flex-direction: row;
            flex-basis: auto;
            flex-grow: 1;
            flex-shrink: 1;
            float: none;
            overflow: hidden;
            position: static;
            text-wrap-mode: nowrap;
            white-space-collapse: collapse;
            padding: 0;
            border: none;
            align-items: center;
            justify-content: center;
            margin: auto;
            background-color: #009688
        }

.sttrom {
    width: 95%; /* Keeps your original percentage */
    font-size: 18px;
    border: none;
    height: 30px;
    margin-left: 10px; /* Removes the gap by eliminating left margin */
    padding-left: 0; /* Ensures no left padding creates a gap */
    float: left;
    min-height: 30px;
}
.sttrom:focus {
    outline: none;
}
.search-panel {
    width: 96%; /* Keeps your original percentage */
    height: 30px;
    margin-top: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Aligns content to the left */
    padding-left: 0; /* Removes any left padding */
    margin-left: 0; /* Removes any left margin */
    background-color: white;
}
.icon-ser {
    height: 30px; /* match your input height */
    width: 5%;
    max-width: 6%; /* fixed width for the icon container */
    display: flex;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    align-items: center;
    justify-content: center;
    background-color: white;
 /* match your input background */
}

.icon-deco {/* Makes the icon stay in place */
    top: 20px; /* Adjust this value as needed */ /* Adjust this value as needed */
    height: 30px;
    width: 36px; /* Set a fixed width to prevent size changes */
    object-fit: contain;
    padding-left: 3px;
    display: flex;
    z-index: 1000; /* Ensures the icon stays above other elements */
    margin: 0;
    pointer-events: auto; /* Makes sure the icon remains clickable */
}
    .morti {
            width: 400px;
            border-image-repeat: stretch;
            border-image-width: 1;
            box-shadow: none;
            clear: both;
            flex-shrink: 0;
            display: flex;
            float: none;
            background-color:  #009688
        }

        .cut1 {
            width: 50%;
            display: flex;
            height: 100%;
            justify-content: center;
            align-items: center;
            margin: auto;
        }

        .cut1:hover {
            display: flex;
        }

        .cust2 {
            margin-top: 1px;
            width: 50%;
            align-items: center;
            display: flex;
        }

        .logo4 {
            display: flex;
            margin-bottom: 6px;
        }

.cart2 {
    margin-left: 20px;
}

.cart-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.cart-link i.fa-cart-shopping {
    font-size: 24px;
    color: #000; /* or any color you prefer */
}

#cart-quantity {
    position: absolute;
    top: -12px;
    right: -25px;
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 2px 6px;
    border-radius: 50%;
    line-height: 1;
    min-width: 20px;
    text-align: center;
}

        /* Panel Section */
        .panel {
            display: flex;
            flex-wrap: nowrap;
            float: none;
            font-size: 16px;
            flex: 1;
            opacity: 1;
            color: black;
            height: 35px;
            max-height: 40px;
            position: static;
            /*transform: matrix(1, 0, 0, 1, 0, 0);*/
            background-color:  #009688;
            background-position-x: 0;
            background-repeat: repeat-x;
            box-sizing: border-box;
            z-index: 4;
            zoom: 1;
            min-width: 1280px;
        }

        .button1 {
            height: auto;
            width: 165px;
            font-size: 22px;
            font-family: 'sans-serif';
            font-weight: bold;
            background-color:  transparent;
            color: white;
            text-align: center;
            cursor: pointer;
            overflow: hidden;
            z-index: 100;
        }

        .first-panel3 {
            height: 40px;
            min-width: 165px;
            max-width: 165px;
            position: static;
            justify-content: center;
            align-items: center;
            margin: auto;
            font-family: 'sans-serif' 'Times New Roman', Times, serif;
            box-sizing: border-box;
            color: white;
            font-size: 22px;
            font-weight: 600;
            flex-basis: auto;
            display: flex;

        }

        .middle-panel0 {
            align-items: flex-start;
            box-sizing: border-box;
            flex-basis: auto;
            flex-shrink: 1;
            height: 40px;
            display: flex;
            flex-direction: row;
            flex-grow: 1;
            flex-wrap: wrap;
            margin: 0;
            padding-left: 0;
            float: none;
            max-height: 45px;
            overflow: hidden;
            position: static;
            text-wrap-mode: nowrap;
            white-space-collapse: collapse;
            background-color:  transparent;
        }

        .last-panel6 {
            box-sizing: border-box;
            flex-basis: auto;
            flex-grow: 0;
            flex-shrink: 0;
            position: static;
            max-width: 165px;
            height: 40px;
            max-height: 45px;
            width: 165px;
            align-items: center;
            justify-content: center;
            margin: auto;
            font-size: 22px;
            font-weight: 600;
            color: white;
            display: flex;
            flex-direction: row;
            background-color: transparent
        }

        .tr-plan {
            width: 150px;
            height: 40px;
            max-height: 45px;
            justify-content: center;
            align-items: center;
            display: flex;
            margin: auto;
            background-color:  transparent;
        }

        .jagadhartima {
            display: flex;
            flex-wrap: nowrap;
            float: none;
            font-size: 16px;
            flex: 1;
            opacity: 1;
            color: black;
            height: 40px;
            max-height: 45px;
            position: static;
           /* transform: matrix(1, 0, 0, 1, 0, 0);*/
            background-color:  #1e766d;
            background-position-x: 0;
            background-repeat: repeat-x;
            box-sizing: border-box;
            z-index: 4;
            zoom: 1;
        }

/*-----header-for-products.ejs-------*/

        /* Header Section */


        /* Panel Section */
.panel-old-important {
display: flex;
flex-wrap: nowrap;
float: none;
font-size: 16px;
flex: 1;
opacity: 1;
color: black;
height: 40px;
max-height: 45px;
position: static;
transform: matrix(1, 0, 0, 1, 0, 0);
background-color:  #009688;
background-position-x: 0;
background-repeat: repeat-x;
box-sizing: border-box;
z-index: 4;
zoom: 1;
min-width: 1480px;

}


/* index-mobile.ejs CSS code*-----------------------------------------------------------------------------------------****/


.body-new { 
  margin: 0 0;
  padding: 0;
  font-family: 'sans-serif';
  min-height: 100vh;
  color: black;
  background-color: transparent;
}
.catalog1, .catalog2, .catalog3, .catalog4, 
.catalog5, .catalog6, .catalog7, .catalog8,
.catalog9, .catalog10 {
  flex: 0 0 auto;
  width: 90px;
  height: 100%;
  scroll-snap-align: start;
  display: flex;
  justify-content: center;
  align-items: center;
}



    /* Sidebar styles */
    .sidebar-for-mobile-only {
      position: fixed;
      height: 100%;
      width: 250px;
      z-index: 1000;
      top: 0;
      background-color: rgb(255, 255, 255);
      left: -250px; /* Hidden initially */
      overflow-x: hidden;
      transition: left 0.3s ease;
      padding-top: 20px;
    }

    .sidebar-for-mobile-only.open {
      left: 0; /* Visible when open */
    }

    .sidebar-for-mobile-only a {
      padding: 10px 15px;
      text-decoration: none;
      font-size: 18px;
      color: #333;
      display: block;
      transition: background-color 0.3s, color 0.3s;
    }

    .sidebar-for-mobile-only a:hover {
      background-color: #009688; /* Theme color on hover */
      color: white;
    }

    /* Overlay for dimming background */
    .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
    }


    .overlay.active {
      display: block;
    }

    .header {
      top: 0px;
      position: relative;
      left: 0;
      width: 100%;
      z-index: 100;
      background-color: #009688;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

  .main-para, .category, .search-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
  color: white;
  display: flex;
  align-items: center;
}
.container2-item2, .container1-product1, .image-view-box{
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.container2-item2, .container1-product1 {
  position: static;
}


.container1-product1 {
  height: 100px;
  margin: 0 auto;
}

.main-para {
  height: auto;
}

.second-para {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #009688
}

.icon-box {
  display: flex;
  gap: 20px;
  margin-right: 20px;
  align-items: center;
}

.user-icon, 
.cart-icon {
  width: 40px;
  height: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: auto;
  font-size: 20px;
  gap: none;
}

.img-shape {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


h2 {
  margin: 0;
}

.search-box {
  height: 50px;
  margin-top: 5px;
}



.catalog1 img, .catalog2 img, .catalog3 img, .catalog4 img,
.catalog5 img, .catalog6 img, .catalog7 img, .catalog8 img,
.catalog9 img, .catalog10 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


/* Touch feedback */
.category span:active {
  transform: scale(0.95);
  transition: transform 0.1s;
}



.decoration-panel {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.another-part {
  width: 100%;
  height: auto;
  padding: 20px 10px;
  box-sizing: border-box;
}


.each-grid-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
  width: 100%;
}

.sub-another-container {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px 10px;
  box-sizing: border-box;
}

/* Grid container with consistent gaps */
.special-grid-conatiner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 24px;
  width: 100%;
  margin: 0 auto;
}

/* Each card with perfect spacing */
.each-grid-conatiner {
  border-radius: 18px;
  aspect-ratio: 9/12;
  background: linear-gradient(145deg, #e6f0ff 0%, #d0e1ff 50%, #b8d1ff 100%);
  box-shadow: 
    0 12px 24px rgba(0, 0, 0, 0.1),
    0 6px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
}


/* Header styling */
.product-category-header {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.product-category-header h3 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #2a4365;
  letter-spacing: 0.3px;
}

.category-underline {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #4f7cfe 0%, #3aa8ff 100%);
  margin-top: 8px;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.each-grid-conatiner:hover .category-underline {
  width: 70px;
}

/* Enhanced Image gallery grid with proper spacing */
.image-gallery {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  padding: 0 16px 16px; /* Left, Right, Bottom padding */
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 60px);
}

/* Larger Image container with perfect aspect ratio */
.image-container {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.3);
  width: calc(100% - 2px); /* Slightly reduced width for border */
  height: calc(100% - 2px); /* Slightly reduced height for border */
  margin: 1px; /* Creates visual gap around images */
}

/* Image wrapper */
.image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Perfect image fitting */
.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Hover effects */
.image-container:hover {
  transform: scale(1.06); /* Slightly larger scale for emphasis */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.image-container:hover .gallery-image {
  transform: scale(1.1); /* More pronounced zoom */
}

/* Overlay styling */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
  opacity: 0.6;
  transition: all 0.4s ease;
  mix-blend-mode: multiply;
}

.image-container:hover .image-overlay {
  opacity: 0.4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .sub-another-container {
    padding: 0 8px 8px;
  }
  
  .special-grid-conatiner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .each-grid-conatiner {
    aspect-ratio: 3/4;
    border-radius: 16px;
  }
  
  .image-gallery {
    gap: 12px;
    padding: 0 12px 12px; /* Adjusted for mobile */
  }
  
  .product-category-header {
    height: 56px;
    padding: 0 20px;
  }
  
  .product-category-header h3 {
    font-size: 1.1rem;
  }
  
  .image-container {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
  }
}


.product-showcase {
  --primary-color: #5a5a7f;
  --accent-color: #ff7e8c;
  --light-bg: #faf5ff;
  --card-bg: #ffffff;
  --text-color: #3d3d4e;
  --shadow-color: rgba(88, 74, 98, 0.1);
  --transition-speed: 0.4s;
  --border-radius: 16px;
  --product-gap: 24px;
  min-height: 420px;
  max-height: 480px;
  padding: 30px 0;
  background: var(--light-bg);
  position: relative;
  overflow: hidden;
}
@media (min-width: 600px) {
 .product-showcase { 
  min-height: 450px; 
}
}

@keyframes float {
  0% { transform: translate(0, 0); }
  100% { transform: translate(5%, 5%); }
}


.showcase-title {
  font-size: 34px;
  font-weight: 700;
  color: var(--text-color);
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
  display: inline-block;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.5px;
}

.showcase-title::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-color), #ffb3bb);
  border-radius: 3px;
}



.product-card {
  flex: 0 0 auto;
  width: 280px;
  height: 360px;
  scroll-snap-align: start;
  background: var(--card-bg);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 
    0 5px 15px var(--shadow-color),
    0 0 0 1px rgba(255,255,255,0.8) inset;
  transition: all var(--transition-speed) cubic-bezier(0.28, 0.44, 0.49, 1);
  position: relative;
  margin: 0; /* Remove margin to prevent overlap */
}

.product-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 
    0 15px 35px rgba(88, 74, 98, 0.15),
    0 0 0 1px rgba(255,255,255,0.9) inset;
  z-index: 3;
}
@media (max-width: 992px) {
  .product-card {
    width: 240px;
    height: 320px;
  }
}
.product-image-container {
  position: relative;
  width: 100%;
  height: 80%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
}

.product-image {
  max-width: calc(100% - 20px); /* 100% minus total horizontal padding */
  max-height: calc(100% - 20px); /* 100% minus total vertical padding */
  object-fit: contain; /* Change from 'cover' to 'contain' to see full image */
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-image {
  transform: scale(1.08);
}

.product-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, var(--accent-color), #ff9da8);
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
  box-shadow: 0 3px 10px rgba(255, 126, 140, 0.3);
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.product-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  background: white;
  text-align: center;
}


.product-overlay {
  width: 100%;
  justify-content: center;
  margin: auto;
  display: flex;
  align-items: center;
}

.quick-view-btn {
  background: linear-gradient(135deg, var(--primary-color), #6a6a8f);
  color: white;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 13px;
  width: 150px;
  height: 40px;
  max-height: 50px;
  max-width: 220px;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 12px rgba(90, 90, 127, 0.2);
  letter-spacing: 0.5px;
  display: inline-block;
}

.quick-view-btn:hover {
  background: linear-gradient(135deg, var(--accent-color), #ff9da8);
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(255, 126, 140, 0.35);
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}

.category::-webkit-scrollbar {
  display: none;
}
.category {
  display: flex;
  gap: var(--product-gap);
  padding: 15px 5px 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  position: relative;
  margin: 0 -5px;
  flex-wrap: nowrap;
}

.category::-webkit-scrollbar {
  height: 6px;
}

.category::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.03);
  border-radius: 10px;
  margin: 0 40px;
}

.category::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, var(--accent-color), #ff9da8);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.category::-webkit-scrollbar-thumb:hover {
  background: var(--accent-color);
}

.slider-nav {
    position: absolute; /* Keep absolute positioning for overlay on slider */
    top: 50%;
    transform: translateY(-50%); /* Center vertically */
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent dark background for the thin bar */
    border: none;
    border-radius: 4px; /* Slight rounding for modern look */
    width: 4px; /* Slim width for non-hovered state */
    height: 60px; /* Vertical height for the thin bar, adjustable */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    opacity: 0; /* Fully hidden when not hovered */
    transition: opacity 0.3s ease, width 0.3s ease, background 0.3s ease; /* Smooth transition for hover */
}

.container-more-product {
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .container-more-product {
    padding: 0 0px;
  }
}


@media (max-width: 768px) {
  .product-showcase {
    min-height: 420px;
    padding: 20px 0;
  }
  
  .container-more-product {
    padding: 0 0px;
  }
  
  .showcase-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  
  .product-card {
    width: 220px;
    height: 300px;
  }
  
  .category {
    gap: 18px;
    padding: 10px 5px 15px;
  }

  .quick-view-btn {
    padding: 8px 16px;
    font-size: 12px;
  }

  .slider-controls {
    gap: 10px;
    margin-top: 15px;
  }

  .slider-nav {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 576px) {
  .product-card {
    width: 200px;
    height: 280px;
  }
  
  .category {
    gap: 15px;
  }
  
  .slider-nav {
    width: 40px;
    height: 40px;
  }

  .slider-controls {
    gap: 8px;
    margin-top: 10px;
  }

  .showcase-title {
    margin-bottom: 20px;
  }

  .category {
    padding: 8px 5px 10px;
  }
}





.luxury-mini-display {
  --platinum-bg: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(245,245,245,0.95) 100%);
  --velvet-shadow: 0 12px 40px rgba(31, 38, 135, 0.2);
  --crystal-glow: 0 0 25px rgba(255,255,255,0.9);
  --vip-accent: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%);
  --frost-border: 1px solid rgba(255,255,255,0.3);
  height: 125px; /* Increased from 100px */
  background: var(--platinum-bg);
  box-shadow: var(--velvet-shadow);
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: var(--frost-border);
}

.diamond-scroll-track {
    display: flex;
    gap: 12px;
    padding: 10px;
    overflow-x: auto;
    height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    align-items: center;
}

.diamond-scroll-track::-webkit-scrollbar {
    display: none;
}

.luxury-mini-display::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, var(--diamond-color) 0%, transparent 70%);
  opacity: 0.1;
  animation: diamond-sparkle 6s infinite alternate;
}

/* ===== Platinum Cards ===== */
.platinum-card {
  flex: 0 0 105px; /* Increased from 90px */
  height: 105px; /* Increased from 90px */
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.4);
}

.platinum-card:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}

.gem-image-case {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.velvet-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  filter: brightness(0.95);
}

.platinum-card:hover .velvet-image {
  transform: scale(1.15);
  filter: brightness(1.05);
}

.glow-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, transparent 60%, rgba(255,255,255,0.4) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  mix-blend-mode: overlay;
}

.platinum-card:hover .glow-effect {
  opacity: 0.8;
}

.crystal-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--vip-accent);
  color: white;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255,255,255,0.2);
}

.vip-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 70%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 12px;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.platinum-card:hover .vip-overlay {
  bottom: 0;
}

.diamond-view-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--vip-accent);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0,0,0,0.4);
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255,255,255,0.3);
}

.diamond-view-btn:hover {
  transform: scale(1.2) translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.diamond-view-btn svg {
  transition: transform 0.3s ease;
}

.diamond-view-btn:hover svg {
  transform: scale(1.1);
}

@keyframes diamond-sparkle {
  0% { 
    transform: translate(0,0) rotate(0deg); 
    opacity: 0.1;
  }
  50% {
    opacity: 0.15;
  }
  100% { 
    transform: translate(20px,20px) rotate(10deg); 
    opacity: 0.1;
  }
}

/* Frosted glass effect on container */
.luxury-mini-display::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: -1;
  border-radius: inherit;
}


.grid-item-extra {
  display: none;
}

/* Show when 4 items fit */
@media (min-width: 1084px) { /* 250px * 4 + 16px * 3 = 1048px + some buffer */
  .grid-item-extra {
    display: block;
  }
}

/* Hide again when only 3 fit */
@media (min-width: 834px) and (max-width: 1083px) { /* 250px * 3 + 16px * 2 = 782px + buffer */
  .grid-item-extra {
    display: none;
  }
}
.specail-add {
  display: flex; flex-direction: row;

}
.born-new {
  width: 50%; height: 100%; overflow: hidden; border-radius: 10px;
}

.grid-item-extra {
  display: none;
}

/* More precise breakpoints */
@media (min-width: 1100px) { /* 250px * 4 + 16px * 3 + padding */
  .grid-item-extra {
    display: block;
  }
}

@media (min-width: 850px) and (max-width: 1099px) {
  .grid-item-extra {
    display: none;
  }
}

/* Image slider fixes */
.image-making-item2 {
  max-width: 1200px;
  margin: 0 auto;
  height: 300px; /* Add fixed height */
  position: relative;
  overflow: hidden;

}

.image-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.round-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.round-shape.active {
  opacity: 1;
}

.decoration-panel {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.grid-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-category-heading {
  padding: 0 16px;
  position: relative;
}

.product-category-heading h3 {
  margin: 0;
  font-family: 'Segoe UI', system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.category-decoration {
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
  border-radius: 3px;
  transition: all 0.3s ease;
}

.grid-item-wrapper:hover .category-decoration {
  width: 60px;
  background: linear-gradient(90deg, #4facfe 0%, #00f2fe 70%);
}








.each-grid-conatiner-new {
  border-radius: 18px;
  aspect-ratio: 9/12;
  background: linear-gradient(145deg, #e6f0ff 0%, #d0e1ff 50%, #b8d1ff 100%);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.dual-image-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  flex: 1;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 10px; /* Fixed 10px bottom padding */
  margin-bottom: 0; /* Removed negative margin */
}

.image-box-new {
  width: 95%;
  height: auto;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin: 0 auto;
}

/* Rest of the CSS remains exactly the same */
.image-wrapper-new1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-image-again12 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.image-overlay-old2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.2) 100%);
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.image-box-new:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.image-box-new:hover .gallery-image-again12 {
  transform: scale(1.05);
}

.image-box-new:hover .image-overlay-old2 {
  opacity: 0.4;
}

.product-category-header-new1 {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.product-category-header-new1 h3 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #2a4365;
  letter-spacing: 0.3px;
}

.category-underline-new {
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #4f7cfe 0%, #3aa8ff 100%);
  margin-top: 8px;
  border-radius: 3px;
  transition: all 0.3s ease;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .dual-image-container {
    gap: 8px;
    padding: 0 8px;
    padding-bottom: 10px; /* Consistent 10px bottom padding */
  }
  
  .image-box-new {
    width: 96%;
  }
  
  .product-category-header-new1 {
    height: 50px;
    padding: 0 20px;
  }
  
  .product-category-header-new1 h3 {
    font-size: 1.1rem;
  }
}



.another-container-changes {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  background: linear-gradient(135deg, #80b3ff 0%, #f8f9fd 100%);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.05);
  padding: 12px; /* Reduced from 20px to 12px */
}

.columns-wrapper-old {
  display: flex;
  gap: 12px; /* Reduced from 20px to 12px (between columns) */
  width: 100%;
}

.column-no {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px; /* Reduced from 20px to 12px (between image containers) */
}

.image-container-old {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: linear-gradient(45deg, #f6f7f9 0%, #e9ecf1 100%);
}

/* Optional inner padding (reduced from 10px to 6px if needed) */
.image-container-old.inner-padded {
  padding: 6px;
  background: transparent;
}

.image-container-old img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.image-container-old:hover {
  transform: translateY(-5px); /* Slightly reduced hover effect */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.image-container-old:hover img {
  transform: scale(1.03); /* More subtle zoom effect */
}

.image-container-old::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
  border-radius: 12px;
}

@media (max-width: 768px) {
  .columns-wrapper-old {
    flex-direction: column;
    gap: 12px; /* Maintain reduced gap in mobile */
  }
  
  .another-container-changes {
    padding: 12px; /* Consistent reduced padding */
  }
}



.xpromo-wrapper {
  background: linear-gradient(135deg, rgba(74, 144, 226, 0.2), rgba(144, 19, 254, 0.2));
  max-width: 1200px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  padding: 15px;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ximage-row {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 10px;
}

.ximage-box {
  width: 170px;
  height: 170px;
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: transform 0.3s ease;
}

.ximage-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ximage-box:hover {
  transform: scale(1.05);
}

.xpromo-content {
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.xpromo-heading {
  font-size: 1.8em;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(45deg, #fff, #ddd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: fadeIn 1.5s ease-in-out;
}

.xpromo-text {
  font-size: 1em;
  font-family: 'Arial', sans-serif;
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.7);
  animation: slideUp 1.5s ease-in-out;
}

.xpromo-action {
  background: linear-gradient(135deg, #f1c40f, #e67e22);
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 0.9em;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.xpromo-action::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.xpromo-action:hover::after {
  width: 200px;
  height: 200px;
}

.xpromo-action:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(241, 196, 15, 0.5);
}

.xpromo-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"%3E%3Cpath fill="%23ffffff1a" fill-opacity="0.1" d="M0,160L48,176C96,192,192,224,288,224C384,224,480,192,576,176C672,160,768,160,864,176C960,192,1056,224,1152,224C1248,224,1344,192,1392,176L1440,160V320H1392C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320H0V160Z"%3E%3C/path%3E%3C/svg%3E');
  background-repeat: repeat;
  opacity: 0.3;
  z-index: 0;
  animation: waveMove 10s infinite linear;
}

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

@keyframes slideUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 0.7; }
}

@keyframes waveMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100px); }
}

@media (max-width: 768px) {
  .xpromo-wrapper {
    height: auto;
    padding: 10px;
  }
  .ximage-row {
    flex-direction: row;
    justify-content: space-around;
  }
  .ximage-box {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  .xpromo-content {
    text-align: center;
    padding: 0;
  }
  .xpromo-heading {
    font-size: 1.5em;
  }
  .xpromo-text {
    font-size: 0.9em;
  }
  .xpromo-action {
    padding: 6px 14px;
    font-size: 0.8em;
  }
}



/*---------------mobileproduct.ejs----------------------------*/

.mobile-view-item {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.mobile-item-container {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin: 0;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
  transition: transform 0.2s, box-shadow 0.2s;
}

.mobile-item-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.channel-major-role {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: row;
  border-radius: 8px;
}

.image-container-need {
  width: 40%;
  height: 100%;
}

.image-padding-wrapper {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8fafc;
  border-radius: 8px;
  overflow: hidden;
}

.image-adjust {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 4px;
  transition: transform 0.3s;
}

.image-adjust:hover {
  transform: scale(1.05);
}

.product-description-container-sure {
  width: 60%;
  height: 100%;

}

.product-details-note {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 13px;
  height: auto;
  padding: 8px 0;
  gap: 6px;
}

.price-list-mobile-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 0;
  gap: 8px;
  align-items: center;
}


@media (min-width: 768px) {
  .mobile-view-item {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .mobile-item-container {
    height: 100%;
  }
}


/*--------mobileOneproduct.ejs----------*/
.image-view-box {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.image-portion-need {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-container-full {
    flex: 0 0 calc(100% - 10px); /* Single image: 5px margin on each side */
    margin: 15px 5px; /* 5px left and right margin */
    height: 580px;
    display: none;
}

.image-container-full.active {
    display: block;
}

.need-fit-with-proper {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.move-with-image {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
}

.move-dot {
    width: 10px;
    height: 10px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.move-dot.active {
    background-color: #333;
}

@media (min-width: 700px) {
    .image-portion-need {
        width: calc(100% - 10px); /* Account for 5px margin on each side */
        margin: 0 5px; /* 5px margin on left and right of flex container */
    }

    .image-container-full {
        flex: 0 0 calc(50% - 2.5px); 
        margin: 15px 2.5px; 
        display: none;
    }

    .image-container-full.active {
        display: block;
    }
}

@media (min-width: 1024px) {
    .image-container-full {
        height: 680px;
    }
}

.heading-decoration-name-only {
  height: auto;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-bottom: 15px;
  font-family: 'sans-serif';
  font-size: 13px;
  font-weight: 500;
  color: rgb(96, 75, 75);
}
.heading-asjust-dificult {
  width: 100%;
  margin: none;
  font-size: 28px;
  font-weight: 600;
  font-family: 'sans-serif';
}
.banner-for-good-look {
    height: auto;
    padding-bottom: 10px;
    font-family: 'sans-serif';
    word-spacing: 1px;
    font-size: 15px;
    color: white;
    font-weight: 700;
}
.price-view-user-friendly {
  font-family: 'sans-serif';

}
.main-price-true {
  font-weight: bold;
  font-size: 30px;
  padding-right: 10px;
}
.mrp-price-reduce {
  font-weight: 400;
  font-size: 16px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.discount-with-happy {
  font-weight: 500;
  font-size: 16px;
  color: green;

}

.info-box {
    flex: 1 1 40px; /* ✅ flexible width, minimum 150px */
    max-width: 220px; /* ✅ prevents being too wide */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Text styles */
.info-box p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #333;
    overflow: hidden;
}

/* Image box */
.change-rbox-new {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 6px;
}

/* Responsive image */
.product-img-new {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* ✅ keeps aspect ratio */
}
.pincode-search-box {
   margin: 10px 10px; display: flex; flex-direction: column;
  gap: 20px;
}

.weather-flex {
  width: 100%; display: flex; flex-direction: row; gap: 30px;
}

.greedy-man {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.the-new-born {
  padding-top: 10px;
}

@media (min-width: 768px) {
  .greedy-man {
    width: 100%; display: flex; flex-direction: row; gap: 30px;
  }
  .weather-flex {
    width: 65%;
  }
  .the-new-born {
    margin: auto; display: flex; justify-content: center; align-items: center; padding-top: 0px;
  }
  .controler-gem {
    display: flex;
    margin-top: 20px;
    padding: 10px 10px;
    flex-direction: row;
  }

}

.controler-gem {
  display: flex;
  padding: 10px 10px;
  margin-top: 20px;
  flex-direction: column;
}
@media (max-width: 848px) {
  .flex-div-for-this {
    display: flex; flex-direction: row; padding: 0px 10px; gap: 10px;
  }
  .again-interapt-urgent {
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px; padding: 10px 20px; font-size: 16px; font-family: 'sans-serif'; height: auto;
}
.dark-secret-now {
  display: flex;
  flex-direction: row;
}
.much-importance-necessary {
  display: none;
}

.seems-very-important-2 {
  width: auto;
}

.mobile-sub-data-container6 {
  width: 100%;
}
}

@media (min-width: 848px) {
.again-interapt-urgent {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 50px; padding: 10px 20px; font-size: 16px; font-family: 'sans-serif'; height: auto;

}
.much-importance-necessary {
  display: block;
}
.flex-div-for-this {
  width: auto;
  margin-right: 2%;
  margin-left: 14%;
}

.mobile-sub-data-container6 {
  width: 33.3%;
  position: relative;
  border-bottom: solid 0.8px black;
}
.seems-very-important-2 {
  width: auto;
}
}


.new-brek-here-need {
  padding: 0px 20px;
  font-size: 20px;
  font-weight: 600;
  color: white;
  
}


/*------------mobile-cart.ejs----------*/

      .price-box-new {
      margin: 20px 10px;
      padding: 16px;
      border-radius: 16px;
      background: #ffffff;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    /* Each row */
    .price-row-new01 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 10px 0;
    }

    .cart-btn-container-uniqe1 {
      margin: 0px 10px;
      width: auto;
      height: 48px;
    }
    /* Labels */
    .price-label-uniqe-made {
      font-size: 18px;
      color: #555;
      font-weight: 600;
    }
.headline-aproach-container-new {
  position: relative;
  margin: 40px auto; /* centers the element */
  max-width: 1200px; /* max limit */
  width: 100%; /* responsive width */
  border-bottom: 0vw solid transparent;
  border-left: 100vw solid rgb(234, 205, 117);   
/* Yellow background triangle */
  border-top: 25vw solid transparent;
  margin-top: 40px;
}

@media (min-width: 550px) {
  .headline-aproach-container-new {
    border-top: 14vw solid transparent;
  }
}

@media (min-width: 1201px) {
.headline-aproach-container-new {
  display: none;
}
}
@media (min-width: 1201px) {
  .once-upon-a-time-need {
  display: block;
}
}
@media (max-width: 1200px) {
  .once-upon-a-time-need {
  display: none;
}
}


    /* Values */
    .price-value-again-old {
      font-size: 16px;
      font-weight: 600;
      color: #222;
    }

    .price-value-again-old.discount {
      color: #d32f2f;
    }

    .price-value-again-old.free {
      color: green;
      font-weight: 600;
    }

    /* Total row */
    .price-total-make-different6 {
      border-top: 1px solid #e0e0e0;
      margin-top: 15px;
      padding-top: 12px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .price-total-make-different6 h2 {
      font-size: 16px;
      margin: 0;
      font-weight: 700;
      color: #111;
    }

    /* Button */
    .buy-button-new1 {
      border: none;
      width: 260px;
      font-size: 16px;
      padding: 12px;
      font-weight: 600;
      color: #fff;
      background: linear-gradient(135deg, #ff5722, #ff9800);
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .buy-button-new1:hover {
      background: linear-gradient(135deg, #e64a19, #f57c00);
    }

    /* Responsive */
    @media (min-width: 600px) {
      .price-box-new {
        padding: 20px;
      }
      .price-label-uniqe-made, .price-value-again-old {
        font-size: 16px;
      }
      .price-total-make-different6 h2 {
        font-size: 18px;
        font-weight: 600;
      }
      .buy-button-new1-new1 {
        font-size: 18px;
        font-weight: 600;
      }
      .buy-button-new1 {
        width: 500px;
        float: left;
        border-radius: 0px;
      }
    }

    @media (min-width: 410px) {
    .adjust-with-percentage-dot {
        margin-top: -19.7%;
    }

  }

  @media (min-width: 550px) {
    .adjust-with-percentage-dot {
        margin-top: -15%;
    }
  }

  @media (min-width: 717px) {
    .adjust-with-percentage-dot {
        margin-top: -11%;
    }
  }

    @media (min-width: 970px) {
    .adjust-with-percentage-dot {
        margin-top: -11.5%;
    }
  }


    @media  (min-width: 200px ) {
    .marco-again-back {
      margin-top: -12%;
    }

    .heading-of-mobile-cart {
      font-size: 20px;
    }

  }

  
  @media (min-width: 450px) {
    .marco-again-back {
      margin-top: -9%;
    }

  }

  @media (min-width: 550px) {
    .marco-again-back {
      margin-top: -6%;
    }
    .heading-of-mobile-cart {
      font-size: 21px;
    }
  }

    @media (min-width: 650px) {
    .marco-again-back {
      margin-top: -4%;
    }
  }

    @media (min-width: 750px) {
    .marco-again-back {
      margin-top: -3.5%;
    }
    .heading-of-mobile-cart {
      font-size: 23px;
    }
  }

    @media (min-width: 850px) {
    .marco-again-back {
      margin-top: -1.6%;
    }
    .heading-of-mobile-cart {
      font-size: 25px;
    }
  }

    @media (min-width: 950px) {
    .marco-again-back {
      margin-top: -1%;
    }
    .heading-of-mobile-cart {
      font-size: 27px;
    }
  }

    @media (min-width: 1050px) {
    .marco-again-back {
      margin-top: 0.5%;
    }
    .heading-of-mobile-cart {
      font-size: 30px;
    }
  }

  .marco-again-back {
    height: auto; display: flex; flex-direction: row; background-color: white; padding: 0px 10px; display: flex; flex-direction: column;
  }

  .adjust-with-percentage-dot {
    width: 100%; height: 100px; z-index: 10; position: relative;
  }
.heading-of-mobile-cart {
     color: white; font-weight: 600; padding-left: 10px; font-family: sans-serif;
}
.mobile-cart-image01-container {
width: 100px; height: auto; overflow: hidden; margin: 10px 10px;
}

.mobile-cart-only-image-size {
width: 100%; height: auto;
}
.container-of-the-difficult-heading {
  width: 100%; height: 87px; background-color: transparent
}

.item-details-container-import {
  width: 100%;
  height: auto;
}
.start-important-product-container {
  display: flex; flex-direction: column;
}
.data-store-start-here {
  font-size: 18px; font-weight: 600; font-family: sans-serif;
}
.price-container-start-here {
  display: flex; flex-direction: row; margin-top: 10px; gap: 4%;
}

.remove-btn-container001 {
  display: flex; flex-direction: row; padding-top: 10px;
}
.product-qnt-customized-here09 {
  font-size: 18px; width: 50px; height: auto; border-radius: 8px;
}
.real-btn-remove-present {
  width: 25%;
  height: auto;
}
.once-upon-a-time-need {
  width: 100%; height: 60px; background-color: rgb(254, 184, 63); margin-top: 60px; padding: 11.5px 0px;
  border-top-left-radius: 12px; border-top-right-radius: 12px;
}
.not-necessary-still {
  font-weight: 600; padding-left: 10px; color: white; font-family: sans-serif;
}
.product-name-uniqe {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 300px; /* Adjust based on your layout */
      margin: 0;
      font-size: 0.9rem; /* Matches <h2> default size */
    }

  @media (min-width: 550px) {
   .product-name-uniqe {
    max-width: 100%;
   } 
  }

  .main-caart-container-highly-modify {
  background-color: #ffffff; /* Clean white background */
  border-radius: 8px; /* Smooth rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); /* Soft, layered shadow */; /* Comfortable internal spacing */
  margin-top: 16px; /* Space around the box */
  transition: box-shadow 0.3s ease; /* Smooth hover effect */
}

.main-caart-container-highly-modify:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1); /* Enhanced shadow on hover */
}


/* account-settings.ejs page css code */
.page-accountt-settings {
    --primary-dark: #1e766d; /* Updated to match header color */
    --primary-medium: #2a8c82; /* Slightly lighter shade for depth */
    --primary-light: #4aa9a0; /* Lighter complementary tone */
    --accent-color: #00c4b4; /* Vibrant accent for premium feel */
    --secondary-dark: #a0c2bf; /* Softer secondary for contrast */
    --secondary-light: #e6f5f4; /* Light premium background */
    --text-light: #f0fafa; /* Clean, premium text color */
    --text-muted: #b3d9d5; /* Muted text for subtle contrast */
    --card-bg: rgba(30, 118, 109, 0.85); /* Updated to match header */
    --card-border: rgba(160, 194, 191, 0.25); /* Softer border */
    --accent-glow: rgba(0, 196, 180, 0.5); /* Glow effect for premium look */
    --accent-glow-soft: rgba(230, 245, 244, 0.3); /* Soft glow for elegance */
    --soft-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); /* Unchanged shadow */
    --content-bg-start: rgba(240, 250, 250, 0.95); /* Premium cooler start */
    --content-bg-end: rgba(224, 240, 239, 0.95); /* Premium cooler end */
}

body.profile-body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'sans-serif', system-ui, '-apple-system';
}

.heading-for-make-OG {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    width: 100%;
    height: 100px;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sidebar {
    background: linear-gradient(180deg, var(--card-bg) 0%, rgba(20, 70, 65, 0.85) 100%); /* Adjusted for header color */
    backdrop-filter: blur(15px);
    padding: 48px 0;
    border-right: var(--card-border);
    position: relative;
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.sidebar::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background: linear-gradient(to bottom, var(--accent-color), var(--primary-light));
    filter: blur(2px);
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0 32px;
    position: relative;
}

.profile-body {
    width: 100%;
    margin: 40px 0px;
}

.profile-btn-design-on {
    padding: 20px 0px;
    background-image: linear-gradient(13deg, var(--primary-medium) 0%, var(--secondary-light) 100%); /* Updated to match header */
    font-size: 18px;
    border: none;
    cursor: pointer;
    color: var(--text-light);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.profile-btn-design-on:hover {
    background-image: linear-gradient(13deg, var(--accent-color) 0%, var(--text-muted) 100%); /* Premium hover effect */
}

.nav-btn {
    padding: 18px 28px;
    background: transparent;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: var(--text-light); /* Premium text color */
    cursor: pointer;
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
}

.nav-btn i {
    font-size: 20px;
    width: 24px;
    color: var(--text-light); /* Premium icon color */
    transition: all 0.3s ease;
}

.nav-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: var(--accent-color);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.nav-btn:hover {
    color: var(--text-light);
    background: linear-gradient(135deg, rgba(74, 169, 160, 0.15) 0%, rgba(230, 245, 244, 0.15) 100%); /* Premium hover */
    transform: translateX(6px);
    box-shadow: var(--accent-glow);
}

.nav-btn:hover i {
    transform: scale(1.2);
    color: var(--text-light);
}

.nav-btn:hover::before {
    transform: scaleY(1);
}

.nav-btn.active {
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--primary-light) 100%); /* Premium active state */
    color: var(--text-light);
    box-shadow: var(--accent-glow);
    transform: scale(1.04);
}

.nav-btn.active::before {
    transform: scaleY(1);
}

.content-section {
    padding: 69px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--content-bg-start) 0%, var(--content-bg-end) 100%);
    backdrop-filter: blur(10px);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
}

.content-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
    opacity: 0.2;
    filter: blur(20px);
}

.section-title {
    font-family: 'sans-serif', 'Segoe UI', Tahoma, Geneva, Verdana;
    font-size: 34px;
    font-weight: 500;
    padding-left: 35px;
    padding-bottom: 30px;
    color: var(--primary-dark);
    position: relative;
    width: fit-content;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 80%;
    height: 4px;
    background: linear-gradient(to right, var(--accent-color), var(--secondary-light));
    border-radius: 3px;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.section-title:hover::after {
    transform: scaleX(1);
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 35px;
    max-width: 540px;
    position: relative;
}

.form-label {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary-dark);
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.form-label i {
    font-size: 18px;
    color: var(--accent-color);
}

.form-input {
    padding: 18px 28px;
    font-size: 16px;
    border: var(--card-border);
    border-radius: 14px;
    width: 300px;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.05);
    color: var(--primary-dark);
}

.form-input:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 5px var(--accent-glow), inset 0 2px 6px rgba(0, 0, 0, 0.05);
    background: white;
    transform: translateY(-2px);
}

.form-input::placeholder {
    color: rgba(75, 85, 99, 0.4);
}

.update-btn {
    padding: 16px 40px;
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--secondary-light) 250%); /* Premium button gradient */
    color: var(--text-light);
    border: none;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    box-shadow: var(--accent-glow);
    display: flex;
    align-items: center;
    gap: 10px;
}

.update-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.update-btn:hover::before {
    left: 100%;
}

.update-btn:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 28px var(--accent-glow);
}

.warning {
    background: linear-gradient(135deg, rgba(230, 245, 244, 0.9) 0%, rgba(224, 240, 239, 0.9) 100%); /* Premium warning background */
    border: var(--card-border);
    border-radius: 16px;
    padding: 28px;
    color: var(--primary-dark);
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(12px);
    max-width: 100%;
}

.warning::before {
    content: '✨';
    position: absolute;
    top: 28px;
    left: 28px;
    font-size: 22px;
    color: var(--accent-color);
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.2); opacity: 1; }
}

.warning p {
    margin: 0;
    padding-left: 44px;
}

.warning strong {
    color: var(--accent-color);
    font-weight: 600;
}

/*------manage-address.ejs css code -----------------*/


        .address-managment-highly-encoded {
            --primary: #2563eb;
            --primary-light: #dbeafe;
            --primary-gradient: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
            --secondary: #8B5A2B;
            --neutral-light: #F8F9FA;
            --neutral: #E9ECEF;
            --neutral-dark: #6C757D;
            --text: #212529;
            --success: #10b981;
            --warning: #f59e0b;
            --error: #ef4444;
            --shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            --shadow-hover: 0 6px 16px rgba(0, 0, 0, 0.12);
            --radius: 12px;
            --transition: all 0.3s ease;
            --surface: #ffffff;
            --card-background: rgba(255, 255, 255, 0.95);
        }
        
        .address-managment-highly-encoded {
            font-family: 'sans-serif', 'Times New Roman', Times, serif;
            background: linear-gradient(135deg, #f5f7fa 0%, #e9ecef 100%);
            color: var(--text);
            line-height: 1.6;
            min-height: 100vh;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        .security-header {
            background: white;
            padding: 1rem 2rem;
            box-shadow: var(--shadow);
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 0;
            z-index: 100;
        }
        
        .security-badge-different-old {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            color: var(--success);
            font-weight: 500;
        }
        
        .main-container {
            max-width: 1200px;
            display: block;
            margin: 2rem auto;
            padding: 0 1.5rem;
        }
        
        .page-header {
            text-align: center;
            margin-bottom: 2.5rem;
            display: block;
        }
        
        .page-title {
            font-family: 'sans-serif', 'Times New Roman', Times, serif, 'Playfair Display';
            font-size: 2.5rem;
            font-weight: 600;
            background: var(--primary-gradient);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 0.5rem;
            position: relative;
            display: inline-block;
        }
        
        .page-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background: var(--primary-gradient);
            border-radius: 2px;
        }
        
        .page-subtitle {
            color: var(--neutral-dark);
            font-size: 1.1rem;
            max-width: 600px;
            margin: 1.5rem auto 0;
        }
        
        .address-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }
        
        .address-card {
            background: var(--card-background);
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            padding: 1.8rem;
            transition: var(--transition);
            position: relative;
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            border: 1px solid transparent;
            backdrop-filter: blur(10px);
            overflow: hidden;
        }
        
        .address-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: var(--primary-gradient);
        }
        
        .address-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-hover);
        }

        .address-card-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 1.2rem;
        }
        
        .contact-name {
            font-size: 1.4rem;
            font-weight: 600;
            color: var(--primary);
        }
        
        .address-type {
            background: var(--primary-light);
            color: var(--primary);
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 500;
        }
        
        .address-details {
            margin-bottom: 1.5rem;
        }
        
        .address-line {
            margin-bottom: 0.5rem;
            display: flex;
            align-items: flex-start;
        }
        
        .address-icon {
            color: var(--primary);
            margin-right: 0.8rem;
            min-width: 20px;
        }
        
        .address-actions {
            display: flex;
            justify-content: space-between;
            border-top: 1px solid var(--neutral);
            padding-top: 1.2rem;
            margin-top: auto;
        }
        
        .btn-all-necessary-og {
            padding: 0.6rem 1.2rem;
            border-radius: 8px;
            font-weight: 500;
            cursor: pointer;
            transition: var(--transition);
            border: none;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .btn-edit-another0 {
            background: var(--primary-light);
            color: var(--primary);
        }
        
        .btn-edit-another0:hover {
            background: var(--primary);
            color: white;
        }
        
        .btn-delete-again-max {
            background: transparent;
            color: var(--neutral-dark);
        }
        
        .btn-delete-again-max:hover {
            color: var(--error);
            background: rgba(220, 53, 69, 0.1);
        }
        
        .add-card {
            background: white;
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            padding: 2.5rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            transition: var(--transition);
            cursor: pointer;
            border: 2px dashed var(--neutral);
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .add-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--primary-gradient);
            opacity: 0;
            transition: var(--transition);
            z-index: 0;
        }
        
        .add-card:hover::before {
            opacity: 0.03;
        }
        
        .add-card:hover {
            border-color: var(--primary);
            transform: translateY(-5px);
            box-shadow: var(--shadow-hover);
        }
        
        .add-icon {
            font-size: 3rem;
            color: var(--primary);
            margin-bottom: 1.2rem;
            background: var(--primary-light);
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: var(--transition);
            position: relative;
            z-index: 1;
        }
        
        .add-card:hover .add-icon {
            transform: scale(1.1) rotate(90deg);
            background: var(--primary);
            color: white;
        }
        
        .add-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--primary);
            margin-bottom: 0.5rem;
            position: relative;
            z-index: 1;
        }
        
        .add-subtitle {
            color: var(--neutral-dark);
            font-size: 0.9rem;
            position: relative;
            z-index: 1;
        }
        
        .security-footer {
            text-align: center;
            padding: 1.5rem;
            background: white;
            border-top: 1px solid var(--neutral);
            margin-top: 2rem;
        }
        
        .encryption-note {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0.5rem;
            color: var(--neutral-dark);
            font-size: 0.9rem;
        }

        .add-address-container {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 40px;
            padding: 50px;
            border: 2px dashed #d1d5db;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            background: white;
            position: relative;
            overflow: hidden;
        }
        
        .add-address-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--primary-gradient);
            opacity: 0;
            transition: var(--transition);
        }

        .add-address-container:hover {
            border-color: var(--primary);
            box-shadow: 0 10px 25px rgba(37, 99, 235, 0.15);
        }
        
        .add-address-container:hover::before {
            opacity: 0.03;
        }

        .add-address-content {
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 600;
            color: var(--primary);
            position: relative;
            z-index: 1;
        }
        
        .add-address-container:hover .add-address-content {
            color: var(--primary);
        }
        
        .add-address-container i {
            font-size: 1.2rem;
            transition: var(--transition);
        }
        
        .add-address-container:hover i {
            transform: rotate(90deg);
        }

        .empty-state {
            border-radius: 10px;
            background-color: white;
            height: 200px;
            justify-content: center;
            align-items: center;
            margin: auto;
            display: flex;
            box-shadow: var(--shadow);
            flex-direction: column;
            gap: 1rem;
            padding: 2rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .empty-state::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--primary-gradient);
            opacity: 0.03;
        }
        
        .empty-state-icon {
            font-size: 3rem;
            color: var(--primary-light);
        }
        
        .empty-state-text {
            font-size: 1.1rem;
            font-weight: 500;
            color: var(--neutral-dark);
            max-width: 400px;
        }
        

        
        .security-badge-different-old {
            display: block;
            align-items: center;
            gap: 0.5rem;
            color: #ffffff;
            font-weight: 500;
            font-size: 30px;
            margin-bottom: 20px;
        }


        /*----------------mobile-account-setting.ejs css code below her ----------------------------*/

        .body-new-gone {
            --primary-color: #009688;
            --primary-light: #4db6ac;
            --primary-dark: #00796b;
            --text-color: #333;
            --light-gray: #f5f5f5;
            --border-color: #e0e0e0;
        }
        
        .body-new-gone {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        
        .body-new-gone {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: var(--text-color);
            background-color: #f9f9f9;
            line-height: 1.6;
        }
        
        .mobile-address-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .page-title-new {
            padding: 20px 10px;
            font-size: 28px;
            color: var(--primary-dark);
            border-bottom: 1px dashed var(--border-color);
            margin-bottom: 20px;
        }
        
        .settings-container-mobile {
            display: flex;
            flex-direction: column;
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }
        
        .sidebar-new-update {
            background-color: var(--light-gray);
            padding: 20px 0;
        }
        
        .sidebar-nav-old-replicate {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }
        
        .nav-btn-replicate {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 12px 20px;
            width: 100%;
            background: none;
            border: none;
            text-align: left;
            font-size: 16px;
            color: var(--text-color);
            cursor: pointer;
            transition: all 0.2s ease;
        }
        
        .nav-btn-replicate:hover {
            background-color: rgba(0, 150, 136, 0.1);
        }
        
        .nav-btn-replicate.active {
            background-color: var(--primary-color);
            color: white;
            border-left: 4px solid var(--primary-dark);
        }
        
        .nav-btn-replicate i {
            width: 20px;
            text-align: center;
        }
        
        .content-panel {
            padding: 30px;
            flex: 1;
        }
        
        .panel-title-uniqe-crown {
            font-size: 24px;
            color: var(--primary-dark);
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--border-color);
        }
        
        .form-group-important-old {
            margin-bottom: 20px;
        }
        
        .form-label-improve-with-do {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: var(--text-color);
        }
        
        .form-label-improve-with-do i {
            margin-right: 8px;
            color: var(--primary-color);
        }
        
        .form-input-common-poison {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid var(--border-color);
            border-radius: 4px;
            font-size: 16px;
            transition: border 0.3s ease;
        }
        
        .form-input-common-poison:focus {
            outline: none;
            border-color: var(--primary-color);
            box-shadow: 0 0 0 2px rgba(0, 150, 136, 0.2);
        }
        
        .form-input-common-poison:disabled {
            background-color: #f5f5f5;
            color: #666;
            cursor: not-allowed;
        }
        
        .btn-primary-not-think {
            background-color: var(--primary-color);
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 4px;
            margin-bottom: 20px;
            font-size: 16px;
            cursor: pointer;
            transition: background 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        
        .btn-primary-not-think:hover {
            background-color: var(--primary-dark);
        }
        
        .btn-primary-not-think:disabled {
            background-color: #cccccc;
            cursor: not-allowed;
        }
        

        .verify-password {
            margin-top: 15px;
            padding-top: 15px;
            margin-bottom: 15px;
            border-top: 1px dashed var(--border-color);
        }
        
        .editable {
            border-color: var(--primary-color) !important;
            background-color: #fff !important;
        }
        
        .fa-spinner {
            animation: spin 1s linear infinite;
        }
        
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        
        /* Mobile styles */
        @media (max-width: 767px) {
            .mobile-address-container {
                padding: 10px;
            }
            
            .page-title-new {
                font-size: 24px;
                padding: 15px 10px;
            }
            
            .content-panel {
                padding: 20px;
            }
            
            .panel-title-uniqe-crown {
                font-size: 20px;
            }
            
            .settings-container-mobile {
                flex-direction: column;
            }
            
            .sidebar-new-update {
                width: 100%;
                border-right: none;
                border-bottom: 1px solid var(--border-color);
            }
        }
        
        /* Desktop styles */
        @media (min-width: 768px) {
            .settings-container-mobile {
                flex-direction: row;
                min-height: 600px;
            }
            
            .sidebar-new-update {
                width: 280px;
                border-right: 1px solid var(--border-color);
            }
            
            .nav-btn-replicate {
                border-left: 4px solid transparent;
            }
        }
        
        /* Animation for panel switching */
        .panel-content {
            animation: fadeIn 0.3s ease-in-out;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

/* myorders-mobile.ejs code */

        .body-clean-way {
            background: linear-gradient(135deg, #e0f7fa, #f3e5f5);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #333;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }
        .myorders__container {
            background: rgba(255, 255, 255, 0.9);
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            margin: 30px 10px;
            animation: myorders__fade-in 0.5s ease-in-out;
        }
        @keyframes myorders__fade-in {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .myorders__header {
            background: linear-gradient(135deg, #62d2da, #47c4b7);
            color: white;
            padding: 20px;
            text-align: center;
            position: relative;
        }
        .myorders__header-title {
            margin: 0;
            font-size: 28px;
            font-family: 'sans-serif';
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }
        .myorders__status {
            font-size: 16px;
            margin-top: 10px;
            border-radius: 20px;
            display: inline-block;
        }
        .myorders__id {
            font-size: 16px;
            margin-top: 10px;
            border-radius: 10px;
        }
        .myorders__details {
            display: flex;
            justify-content: space-around;
            padding: 15px;
            background: #f9f9f9;
            border-bottom: 1px solid #eee;
        }
        .myorders__detail-item {
            text-align: center;
            flex: 1;
            font-size: 14px;
            color: #555;
        }
        .myorders__detail-item strong {
            display: block;
            color: #333;
            font-size: 16px;
        }
        .myorders__product {
            display: flex;
            align-items: center;
            padding: 4lvh 10px;
            border-bottom: 1px solid #eee;
        }
        .myorders__product-image {
            width: 80px;
            height: 80px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            margin-right: 15px;
        }
        .myorders__product-item {
          display: flex;
          flex-direction: row;
          padding: 25px 0px;
        }
        .myorders__product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .myorders__product-info {
            flex: 1;
        }
        .myorders__product-name {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 5px;
        }
        .myorders__product-price {
            font-size: 16px;
            color: #4caf50;
        }
        .myorders__products {
          padding: 10px;
        }
        .very-important-radhe-radhe {
          padding-top: 10px;
          font-size: 16px;
          font-family: 'sans-serif';
        }
        .myorders__address {
            padding: 10px 10px;
            background: linear-gradient(135deg, #e8f5e9, #f3e5f5);
            border-radius: 15px;
            margin: 0 10px 10px;
            box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
        }
        .heading-for-address-unknow1 {
          font-family: 'sans-serif';
        }
        .myorders__address span {
            display: block;
            font-size: 14px;
            margin-bottom: 5px;
            color: #666;
        }
        .myorders__address strong {
            font-size: 16px;
            color: #333;
        }
        .myorders__actions {
            display: flex;
            justify-content: space-around;
            margin-bottom: 10px;
        }
        .myorders__action-btn {
            flex: 1;
            margin: 0 5px;
            font-size: 16px;
            color: white;
            border: none;
            border-radius: 12px;
            cursor: pointer;
            transition: transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            padding: 12px;
        }
        .myorders__action-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        }
        .myorders__track-btn {
            background-color: #009688;
            color: white;
        }
        .myorders__cancel-btn {
            background-color: #f5f5f5;
            color: #666;
        }
        .myorders__support-btn {
            background-color: #ff9800;
            color: white;
        }
        .address-container-only-mobile {
          gap: 3px;
        }


/* myOrders.ejs --- CSS Code */


        :root {
            --light-bg: #f8fafc;
            --card-bg: #ffffff;
            --text-primary: #1e293b;
            --text-secondary: #64748b;
            --border-color: #e2e8f0;
            --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            --border-radius: 12px;
        }
        body.orders-body {
            min-height: 100vh;
            margin: 0;
            padding: 0;
            font-family: 'sans-serif', system-ui, '-apple-system', ;
            background-color: var(--light-bg);
            color: var(--text-primary);
        }

        .main-branch0 {
            max-width: 1500px;
            margin: 0 auto;
            padding: 20px;
        }

        .Z-gen-good {
            background: var(--card-bg);
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-md);
            background-color: transparent;
        }

        .design-proper-cx-friendly h1 {
            font-weight: 700;
            font-size: 32px;
            color: var(--text-primary);
            
        }

        .make-different-old {
            justify-content: center;
            align-items: center;
            margin: auto;
            text-align: center;
            display: flex;
        
        }

        .again-new-problem-fix {
            width: 100%;
        }

        .again-some-problem-fix {
            width: 100%;
        }

        /* Order Status Header */
        .order-status-header {
            border-radius: var(--border-radius) var(--border-radius) 0 0;
            padding: 15px;
            color: black;
            background-image: linear-gradient(145deg, #c5e2e6 0%, #c7f5f0 100%);
            position: relative;
            overflow: hidden;
        }

        .order-status-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            opacity: 0.1;
        }

        .order-status-content {
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .order-status-title {
            font-size: 24px;
            font-weight: 600;
            padding: 15px 0px;
            margin: 0;
        }

        .status-row {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 16px;
        }

        .processing-icon {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            animation: spin 2s linear infinite, glow 1.5s ease-in-out infinite alternate;
            filter: brightness(1.2);
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        @keyframes glow {
            0% { filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5)); }
            100% { filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8)); }
        }

        .order-id-section {
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            flex: 1;
            padding: 0;
        }

        .order-id {
            font-size: 14px;
            font-weight: 500;
            background: rgba(255, 255, 255, 0.2);
            padding: 6px 12px;
            border-radius: 20px;
            backdrop-filter: blur(10px);
        }

        /* Order Placed */
        .order-placed {
            padding: 20px 10px;
            border-bottom: 1px solid var(--border-color);
            background: var(--light-bg);
            font-size: 16px;
            font-weight: 500;
            display: flex;
            flex-direction: row;
            color: var(--text-secondary);
        }

        /* Product Details */
        .each-product-details {
            display: grid;
            grid-template-columns: 1fr 300px;
            padding: 0;
            border: none;
            background: transparent;
        }

        .main-container-for-rendering {
            display: flex;
            flex-direction: column;
            border-right: 1px solid var(--border-color);
            padding-right: 20px;
        }

        .remeber-each-product-contain {
            display: flex;
            gap: 20px;
            padding: 20px;
            background: var(--card-bg);
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-sm);
            transition: all 0.3s ease;
            border: 1px solid var(--border-color);
        }

        .remeber-each-product-contain:hover {
            box-shadow: var(--shadow-md);
            transform: translateY(-2px);
        }

        .image-view-container-normal {
            width: 100px;
            flex-shrink: 0;
        }

        .image-view-container-normal img {
            width: 100%;
            height: 120px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: var(--shadow-sm);
        }

        .buy-product-details-container {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .buy-product-details-container span {
            font-size: 14px;
            line-height: 1.5;
            color: var(--text-primary);
            font-weight: 400;
        }

        .price-section {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            font-size: 18px;
            font-weight: 600;
            color: #7c3aed;
            min-width: 120px;
        }

        /* Buttons */
        .permanent-btn-container-not-temporary {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 12px;
            padding: 0px 20px;
        }

        .status-btn-need-Q {
            height: 35px;
            background: var(--light-bg);
            border: 1px solid var(--border-color);
            border-radius: var(--border-radius);
            font-size: 14px;
            font-weight: 500;
            width: 100%;
            color: var(--text-primary);
            transition: all 0.3s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

        .status-btn-need-Q::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .status-btn-need-Q:hover::before {
            left: 100%;
        }

        .status-btn-need-Q:hover {
            background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
            color: white;
            border-color: transparent;
            box-shadow: var(--shadow-lg);
            transform: translateY(-2px);
        }

        .status-btn-need-Q:active {
            transform: translateY(0);
        }

        /* Address Section */
        .previous-order-address-show {
            padding: 32px;
            border-top: 1px solid var(--border-color);
            background: var(--light-bg);
        }

        .previous-order-address-show h3 {
            margin: 0 0 16px 0;
            font-size: 18px;
            font-weight: 600;
            color: var(--text-primary);
        }

        .address-details {
            background: var(--card-bg);
            padding: 20px;
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-color);
        }

        .address-details p {
            margin: 0 0 8px 0;
            color: var(--text-secondary);
            font-size: 16px;
        }
.just-another-things-radhe {
  margin-bottom: 60px; height: 120px; box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}


/*-------mobile-payment.ejs / (orderReview) ----- mobileOrderReview ----*/

        :root {
            --primary-color: #009688;
            --primary-dark: #00796b;
            --primary-light: #4db6ac;
            --secondary-color: #ff5722;
            --text-dark: #263238;
            --text-light: #78909c;
            --background-light: #f5f5f5;
            --white: #ffffff;
            --shadow-light: 0 2px 10px rgba(0, 0, 0, 0.08);
            --shadow-medium: 0 4px 20px rgba(0, 0, 0, 0.12);
            --border-radius: 12px;
            --transition: all 0.3s ease;
        }

        /* Base Styles */
         .body-clone-due {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'sans-serif', Tahoma, Geneva, Verdana;
            background-color: var(--background-light);
            color: var(--text-dark);
            line-height: 1.6;
        }

        .payment-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        /* Card Component */
        .quantum-card {
            background: var(--white);
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-light);
            padding: 25px 0px;
            margin-bottom: 24px;
            transition: var(--transition);
        }

        .quantum-card:hover {
            box-shadow: var(--shadow-medium);
        }

        .quantum-card-title {
            font-size: 20px;
            font-weight: 600;

            color: var(--text-dark);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .quantum-card-title::before {
            content: '';
            display: block;
            width: 4px;
            height: 20px;
            background: var(--primary-color);
            border-radius: 2px;
        }

        /* Address Section */
        .delivery-address-section {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .address-action-buttons {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .quantum-button {
            background: var(--primary-color);
            color: white;
            border: none;
            padding: 12px 20px;
            border-radius: 8px;
            font-weight: 500;
            cursor: pointer;
            transition: var(--transition);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .quantum-button:hover {
            background: var(--primary-dark);
            transform: translateY(-2px);
        }

        .quantum-button-secondary {
            background: transparent;
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
        }

        .quantum-button-secondary:hover {
            background: rgba(0, 150, 136, 0.1);
        }

        .address-list-container {
            display: grid;
            grid-template-columns: 1fr;
            gap: 16px;
        }

        @media (min-width: 768px) {
            .address-list-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        .address-item {
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            padding: 16px;
            transition: var(--transition);
            cursor: pointer;
            position: relative;
        }

        .address-item:hover {
            border-color: var(--primary-light);
        }

        .address-item.selected {
            border-color: var(--primary-color);
            background-color: rgba(0, 150, 136, 0.05);
        }

        .address-default-badge {
            position: absolute;
            top: 12px;
            right: 12px;
            background: var(--primary-color);
            color: white;
            font-size: 12px;
            padding: 4px 8px;
            border-radius: 4px;
        }

        .address-details p {
            margin-bottom: 8px;
            color: var(--text-dark);
        }

        .address-actions {
            display: flex;
            gap: 12px;
            margin-top: 16px;
        }

        .address-action-btn {
            background: none;
            border: none;
            color: var(--primary-color);
            cursor: pointer;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 4px;
            transition: var(--transition);
        }

        .address-action-btn:hover {
            color: var(--primary-dark);
        }

        /* Order Summary */
        .order-summary-items {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .order-item {
            display: flex;
            gap: 16px;
            padding: 20px 0px;
            border-bottom: 1px solid #f0f0f0;
        }

        .order-item:last-child {
            border-bottom: none;
        }

        .item-image {
            width: 80px;
            height: 80px;
            border-radius: 8px;
            overflow: hidden;
            flex-shrink: 0;
        }

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

        .item-details {
            flex: 1;
        }

        .item-name {
            font-weight: 500;
            margin-bottom: 8px;
        }

        .item-pricing {
            display: flex;
            gap: 12px;
            align-items: center;
            margin-bottom: 8px;
        }

        .item-current-price {
            font-weight: 600;
            color: var(--text-dark);
        }

        .item-original-price {
            text-decoration: line-through;
            color: var(--text-light);
            font-size: 14px;
        }

        .item-discount {
            color: var(--secondary-color);
            font-size: 14px;
            font-weight: 500;
        }

        .item-quantity-controls {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .quantity-btn {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: 1px solid #e0e0e0;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: var(--transition);
        }

        .quantity-btn:hover {
            background: #f5f5f5;
        }

        .quantity-input {
            width: 50px;
            text-align: center;
            border: 1px solid #e0e0e0;
            border-radius: 4px;
            padding: 6px;
        }

        .delete-btn {
            background: none;
            border: none;
            cursor: pointer;
            color: var(--text-light);
            transition: var(--transition);
            margin-left: 12px;
        }

        .delete-btn:hover {
            color: var(--secondary-color);
        }

        /* Price Breakdown */
        .order-summary-with-price {
            background: var(--white);
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-light);
            padding: 25px 0px;
            margin-bottom: 25px;
        }

        .price-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
            padding-bottom: 12px;
            border-bottom: 1px solid #f0f0f0;
        }

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

        .price-total {
            display: flex;
            justify-content: space-between;
            margin-top: 16px;
            padding-top: 16px;
            border-top: 1px solid #f0f0f0;
            font-weight: 600;
            font-size: 18px;
        }

        .savings-notice {
            margin-top: 16px;
            padding: 12px;
            background: rgba(76, 175, 80, 0.1);
            border-radius: 8px;
            color: #2e7d32;
            text-align: center;
            font-weight: 500;
        }

        /* Payment Options */
        .payment-options-container {
            background: var(--white);
            border-radius: var(--border-radius);
            box-shadow: var(--shadow-light);
            overflow: hidden;
        }

        .payment-header {
            background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
            color: white;
            padding: 20px;
            text-align: center;
        }

        .payment-title {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .payment-subtitle {
            font-size: 14px;
            opacity: 0.9;
        }

        .payment-options {
            padding: 10px;
    
        }

        .payment-option {
            display: flex;
            align-items: center;
            padding: 16px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            margin-bottom: 16px;
            cursor: pointer;
            transition: var(--transition);
        }

        .payment-option:hover {
            border-color: var(--primary-light);
            background: rgba(0, 150, 136, 0.03);
        }

        .payment-option.selected {
            border-color: var(--primary-color);
            background: rgba(0, 150, 136, 0.05);
        }

        .payment-icon {
            width: 48px;
            height: 48px;
            border-radius: 8px;
            background: rgba(0, 150, 136, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 16px;
            font-size: 24px;
        }

        .payment-details {
            flex: 1;
        }

        .payment-label {
            font-weight: 600;
            margin-bottom: 4px;
        }

        .payment-description {
            font-size: 14px;
            color: var(--text-light);
        }

        .payment-radio {
            width: 20px;
            height: 20px;
            accent-color: var(--primary-color);
        }

        .payment-security {
            padding: 20px;
            background: #f9f9f9;
            border-top: 1px solid #f0f0f0;
        }
        .quantum {
          padding: 10px 20px;

        }

        .security-badge {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-bottom: 16px;
            color: var(--text-light);
            font-size: 14px;
        }

        .trust-icons {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 16px;
        }

        .trust-icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
        }

        .trust-icon .icon {
            font-size: 20px;
        }

        .trust-icon .label {
            font-size: 12px;
            color: var(--text-light);
        }

        .payment-submit {
            padding: 20px;
            border-top: 1px solid #f0f0f0;
        }

        .submit-button {
            width: 100%;
            background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
            color: white;
            border: none;
            padding: 16px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

            .item-showing-bag-need {
      height: auto;
      width: 100%;
      padding: 0px 10px;
      margin: 50px 0px;      
    }

        .submit-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 150, 136, 0.3);
        }

        /* Layout for larger screens */
        @media (min-width: 768px) {
            .payment-layout {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 24px;
            }
            
            .payment-main {
                grid-column: 1;
            }
            
            .payment-sidebar {
                grid-column: 2;
            }
            
            .item-showing-bag-need {
                grid-column: 1 / span 2;
            }
        }

        @media (min-width: 1024px) {
            .payment-layout {
                grid-template-columns: 2fr 1fr;
            }
            
            .item-showing-bag-need {
                grid-column: 1 / span 2;
            }
        }

        /* Utility Classes */
        .text-center {
            text-align: center;
        }

        .mt-16 {
            margin-top: 16px;
        }

        .mb-16 {
            margin-bottom: 16px;
        }

        .hidden {
            display: none;
        }

.visible-with-payemt-time {
  width: auto; height: auto;
}
.align-more-interactive {
  display: flex;
  flex-direction: row;
}
.delivery-heading-align-purpouse {
  width: 90%;
  height: auto;
  padding: 0px 0px;
  align-items: center;
  padding-left: 10px;
}
.edit-btn-with-own {
    width: auto;
    height: auto;
    padding-right: 10px;
}
.athilax-address-interactive-btn, .athilax-mobile-review-btn {
  font-size: 17px;
  font-weight: 600;
  padding: 3px 20px;
  background-color: orange;
  border: none;
  color: white;
  font-family: 'sans-serif', Arial, Helvetica, sans-serif;
  border-radius: 50px;
}
.payment-sidebar {
  padding: 0px 10px;
}
.hide-ui-for-interactionx {
  display: none;
}
.made-for-ui-for-more-attarctive {
  display: none;
}