/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  font-family: 'orbitron', sans-serif;;
}
body{
    font-family: monospace;
    scrollbar-width: thin; /* Makes scrollbar thinner, similar to the 10px width */
    scrollbar-color: #000000 aqua; 
    overflow-x: hidden !important; 
    max-height: 100% !important;
    overflow-y: scroll;
    max-height: 200px; 
    font-synthesis: 15px;
    background:url("../images/shop-render.webp") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
scrollbar-color{
  background:aqua;
}
/* custom scroll bar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background:aqua;
}
::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
a{
    text-decoration: none;
}
.sidebar{
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  height: 100%;
  width: 78px;
  padding: 6px 14px;
  z-index: 99;
  transition: all 0.5s ease;
  background:url("../images/shop-render.webp")  center;
  background-blend-mode:color-dodge;
  background-position: 52%;
}
.sidebar.open{
  width: 250px;
  box-sizing: border-box;
}
.sidebar .logo-details{
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
}

.sidebar .logo-details .icon{
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar .logo-details .logo_name{
  color: #ffffff;
  position:relative;
  font-size: 30px;
  font-weight: 600;
  margin-left: -20px;
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name{
  opacity: 1;
  position: relative;
  left:25px;
}
.sidebar .logo-details #btn{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  transition: all 0.4s ease;
  font-size: 23px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.sidebar.open .logo-details #btn{
  text-align: right;
}
.sidebar i{
  color: #fff;
  height: 60px;
  min-width: 50px;
  font-size: 28px;
  text-align: center;
  line-height: 60px;
}
.sidebar .nav-list{
  margin-top: 20px;
  height: 100%;
}
.titlename{
  font-size:18px;
  white-space: nowrap;
  font-weight: bold;
  position: relative;
  top: -25%;
}
.sidebar li{
  position: relative;
  margin: 4px 0;
  list-style: none;
}
.sidebar li .tooltip{
  position: absolute;
  top: -20px;
  left: calc(100% + 15px);
  z-index: 3;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
}
.sidebar li:hover .tooltip{
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar.open li .tooltip{
  display: none;
}
.sidebar input{
  font-size: 15px;
  color: #FFF;
  font-weight: 400;
  box-sizing: border-box;
  outline: none;
  height: 50px;
  width: 100%;
  width: 50px;
  border: none;
  border-radius: 50px;
  transition: all 0.5s ease;
  background:url("../images/shop-render.webp") no-repeat center;
  background-blend-mode: color;
}
.sidebar.open input{
  padding: 0 20px 0 50px;
  width: 100%;
}

.sidebar .bx-search{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 22px;
  border-radius: 50px;
  background:url("../images/shop-render.webp") no-repeat center;
  background-blend-mode: color;
  color: #ffffff;
}
.sidebar.open .bx-search:hover{
 
  color: #FFF;
  border-radius: 50px;
}
.sidebar .bx-search:hover{
  background: #FFF;
  color: #11101d;
}
.sidebar li a{
  display: flex;
  height: 100%;
  width: 100%;
  border-radius:50px;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s ease;
     background:url("../images/shop-render.webp") no-repeat center;
     background-blend-mode: color;
}
.sidebar li a:hover{
  background: #FFF;
}
.sidebar li a .links_name{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.sidebar.open li a .links_name{
  opacity: 1;
  pointer-events: auto;
}
.sidebar li a:hover .links_name,
.sidebar li a:hover i{
  transition: all 0.5s ease;
  color: #11101D;
}
.sidebar li i{
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 12px;
}
.sidebar li.profile{
  position: fixed;
  height: 60px;
  width: 78px;
  left: 0;
  bottom: -8px;
  padding: 10px 14px;
    background:url("../images/shop-render.webp") no-repeat center;
  transition: all 0.5s ease;
  overflow: hidden;
  background-blend-mode: color;
}
.sidebar .logo-details .logo1 {
  position: relative;
  top: 40px;
  height: 90px;
  transition: all 0.5s ease;
  opacity: 1;
}
.sidebar .logoname{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}
.sidebar.active .logo_content .logoname{
  font-size: 22px;
  position: absolute;
  top:35px;
  right:65px;
  color: aqua;
  font-weight: 600;
  opacity: 1;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.open .logo-details .logo1{
  position :relative;
  top:33px;
  left:5px;
  height: 120px;
  width: 60px;
  transition:all 0.5s ease;
  opacity:1;
 
}
  .sidebar li.profile{
    opacity: 0;
  }
.sidebar.open li.profile{
  width: 250px;
  opacity: 1;
}
.sidebar li .profile-details{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.sidebar li img{
  height: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px;
}
.sidebar li.profile .name,
.sidebar li.profile .job{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}

.sidebar li.profile .job{
  font-size: 12px;
}
.sidebar .profile #log_out{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
    background:url("../images/shop-render.webp") no-repeat center;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 0px;
  transition: all 0.5s ease;
  background-blend-mode: color;
}
.quantity{
  font-size: large;
  font-weight: bold;
}
.sidebar.open .profile #log_out{
  width: 50px;
  background: none;
}
.home-section2{
  position: relative;
  min-height: 100vh;
  top: 0;
  left: 78px;
  width: calc(100% - 78px);
  transition: all 0.5s ease;
  z-index: 2;
}
.sidebar.open ~ .home-section2{
  left: 250px;
  width: calc(100% - 250px);
}
.home-section2 .text{
  display: inline-block;
  color: #11101d;
  font-size: 25px;
  font-weight: 500;
  margin: 18px
}
@media (max-width: 420px) {
  .sidebar li .tooltip{
    display: none;
  }
}
.logo10 a{
  color: #E4E9F7;
  font-size: 35px;
font-weight: 600;
text-decoration-line:none;
position:relative;
left: 37%;
}
.text-xl{
position: relative;
  top: -5px;
}
copyrt {
  position: relative;
  grid-area: copyrt;
  width:max-content;
  justify-items: center;
  width: 100%;
  left: 40%;
  top:90%;
  height: fit-content;
  margin-bottom: -90%;
 
}
#total-price{
  position: relative;
   top: -35px;
}
#copyright{
  color: #ffffff;
  text-align: center;
  position:relative; 
  top:-15px;
  left: -35%;
  font-size: 13px;
}
#copyrighta {
  color:aqua;
  text-decoration: none;
}
#copyright span {
  display: block;
  margin-bottom: 10px; /* Optional, adds space between the spans */
}
#copyright span {
  display: inline-block;
  margin: 0;/* Makes them behave like blocks, but stay on the same line until space runs out */
}

#copyright span .far.fa-copyright {
  white-space: nowrap; /* Prevents wrapping around the copyright symbol */
}

#copyright {
  display: block; /* Forces the second span to be on a new line */
  margin-top: 10px; /* Adds spacing between the two lines, optional */
}
#copyirighta:hover{
  text-decoration: underline;
}
.logo10 a span{
 color:aqua;
 transition: all 0.3s ease;
}
.containerer{
    width: 1200px;
    margin: auto;
    max-width: 90%;
    transition: transform 1s;
}
header img{
    width: 60px;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .iconCart{
    position: relative;
    z-index: 1;
}
header .totalQuantity{
    position: absolute;
    top: 0;
    right: 0;
    font-size: x-large;
    background-color: #000000;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transform: translateX(20px);
}
.listProduct{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.listProduct .item img{
    width: 100%;
        height: 430px;
    object-fit: cover;
}
.listProduct .item{
    position: relative;
}
.listProduct .item h2{
    font-weight: 700;
    font-size: x-large;
}
.listProduct .item .price{
    font-size: x-large;
}

.listProduct .item button{
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ff0303;
    color: #fff;
    width: 50%;
    border: none;
    padding: 20px 30px;
    box-shadow: 0 10px 50px #000;
    cursor: pointer;
    transform: translateX(-50%) translateY(100px);
    opacity: 0;
}
.listProduct .item:hover button{
    transition:  0.5s;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.cart{
    color: #fff;
    position: fixed;
    width: 400px;
    max-width: 80vw;
    height: 100vh;
    background-color: #0E0F11;
    top: 0px;
    right: -100%;
    display: grid;
    grid-template-rows: 50px 1fr 50px;
    gap: 20px;
    transition: right 1s;
}

.cart .buttons .checkout{
    background-color: #E8BC0E;
    color: #000;
}
.cart h2{
    color: #E8BC0E;
    padding: 20px;
    height: 30px;
    margin: 0;
}


.cart .listCart .item{
    display: grid;
    grid-template-columns: 50px 1fr 70px;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    
}
.cart .listCart img{
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}
.cart .listCart .item .name{
    font-weight: bold;
}
.cart .listCart .item .quantity{
    display: flex;
    justify-content: end;
    align-items: center;
}
.cart .listCart .item .quantity span{
    display: block;
    width: 50px;
    text-align: center;
}

.cart .listCart{
    padding: 20px;
    overflow: auto;
}
.cart .listCart::-webkit-scrollbar{
    width: 0;
}

.cart .buttons{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
}
.cart .buttons div{
    background-color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
}
.cart .buttons a{
    color: #fff;
    text-decoration: none;
}
.checkoutLayout{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 20px;
}
.checkoutLayout .right {
  background: rgba(221, 240, 255, 0.078);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border: 1px solid rgba(223, 228, 232, 0.225);
  border-radius: 20px;
  margin-left: 50px;
  width: 400px;
  height: 520px; /* Fixed height */
  padding: 40px;
  color: #fff;

}

.checkoutLayout .right .form{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    border-bottom: 1px solid #7a7fe2;
    padding-bottom: 20px;
}
.checkoutLayout .form h1,
.checkoutLayout .form .group:nth-child(-n+3){
    grid-column-start: 1;
    grid-column-end: 3;
}
.checkoutLayout .form input, 
.checkoutLayout .form select
{
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 9px;
    margin-top: 10px;
    border:none;
 background: rgba(221, 240, 255, 0.078);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border: 1px solid rgba(223, 228, 232, 0.225);
  border: 1px solid #e5e5e500;
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
    color: #fff;
}
.checkoutLayout .right .return .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.checkoutLayout .right .return .row div:nth-child(2){
    font-weight: bold;
    font-size: x-large;
}
.buttonCheckout{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 20px;
    background-color: #49D8B9;
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
}
.returnCart {
    background: rgba(221, 240, 255, 0.078);
    width: 600px;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    border: 1px solid rgba(223, 228, 232, 0.225);
    padding: 20px;
    height: 550px;
    border-radius: 12px;
    margin-left: 70px;
    overflow-y:auto;
    transition-duration: 400ms;
    }
    .item{
        background-color: none;
        height: 200px;
    }

.returnCart h1{
    border-top: 1px solid #eee;  
    padding: 20px 0;
}
.returnCart .list .item img{
    height: 80px;
}
.returnCart .list .item{
    display: grid;
    grid-template-columns: 80px 1fr  50px 80px;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding: 0 10px;
    box-shadow: 0 10px 20px #5555;
    border-radius: 20px;
}   

.returnCart .list .item .name,
.returnCart .list .item .returnPrice{
    font-size: large;
    font-weight: bold;
    position: relative;
    margin-left:-25px;
}
/* Styling for custom alert box */
.alert-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 300px;
    text-align: center;
    font-family: Arial, sans-serif;
  }
  
  .alert-content {
    margin-bottom: 15px;
  }
  .tag{
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 600;
  }
  button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #000000;
    color: rgb(255, 255, 255);
    border: none;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 20px;


  }
  button.increase{
    color: #49D8B9;
    background-color: #c50b0b;
  }
  button.decrease{
    color: #49D8B9;
    background-color: #ee2727;
  }
/* From Uiverse.io by vinodjangid07 */ 
.remove-btn0 {
  width: 50px;
  height: 50px;
  position: relative;
  bottom: 25px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  color: #000;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.164);
  cursor: pointer;
  transition-duration: .3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  width: 20px;
  transition-duration: .3s;
  
}

.svgIcon path {
  fill: white;
}

.remove-btn0:hover {
  width: 100px;
  height: 40px;
  border-radius: 50px;
  transition-duration: .3s;
  background-color: rgb(255, 69, 69);
  align-items: center;
}

.remove-btn0:hover .svgIcon {
  width: 50px;
  transition-duration: .3s;
  transform: translateY(60%);
}

.remove-btn0::before {
  position: absolute;
  top: -20px;
  content: "Cancel";
  color: rgb(0, 0, 0);
  transition-duration: .3s;
  font-size: 15px;
}

 .remove-btn0:hover::before {
  font-size: 20px;
  opacity: 1;
  transform: translateY(27px);
  transition-duration: .3s;
}






.remove-btn {
  width: 50px;
  height: 50px;
  position: relative;
  bottom: 52%;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.164);
  cursor: pointer;
  transition-duration: .3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  width: 12px;
  transition-duration: .3s;
}

.svgIcon path {
  fill: white;
}

.remove-btn:hover {
  width: 100px;
  height: 40px;
  border-radius: 50px;
  transition-duration: .3s;
  background-color: rgb(255, 69, 69);
  align-items: center;
}

.remove-btn:hover .svgIcon {
  width: 50px;
  transition-duration: .3s;
  transform: translateY(60%);
}

.remove-btn::before {
  position: absolute;
  top: -20px;
  content: "Delete";
  color: white;
  transition-duration: .3s;
  font-size: 2px;
}

 .remove-btn:hover::before {
  font-size: 13px;
  opacity: 1;
  transform: translateY(30px);
  transition-duration: .3s;
}
  button + button {
    background-color: #000000;
    margin-left: 10px;
  }
  .item.returnPrice{
    position: relative;
   
  }
  button + button:hover {
    background-color: rgba(0, 255, 255, 0.432);
  }
  
#confirm-cancel-btn{
  width :100px;
}
#confirm-cancel-btn:hover{
  background-color: rgba(0, 255, 255, 0.432);
}
#confirm-ok-btn{
  width :100px;
}
#confirm-ok-btn:hover{
  background-color: rgba(0, 255, 255, 0.432);
}
#alert-ok-btn:hover {
  background-color:rgba(0, 255, 255, 0.432);
}

#confirm-cancel-btn2{
  width :110px;
}
#confirm-cancel-btn2:hover{
  background-color: rgba(0, 255, 255, 0.432);
}
#confirm-ok-btn2{
  width :110px;
}
#confirm-ok-btn2:hover{
  background-color: rgba(0, 255, 255, 0.432);
}
#alert-ok-btn2:hover {
  background-color:rgba(0, 255, 255, 0.432);
}


#confirm-cancel-btn3{
  width :120px;
}
#confirm-cancel-btn3:hover{
  background-color: rgba(0, 255, 255, 0.432);
}
#confirm-ok-btn3{
  width :120px;
}
#confirm-ok-btn3:hover{
  background-color: rgba(0, 255, 255, 0.432);
}
#alert-ok-btn3:hover {
  background-color:rgba(0, 255, 255, 0.432);
}


#filter-compatible2{
  margin-left: 0;
}
#filter-compatible:hover{
  background-color: rgba(0, 255, 255, 0.432);
}
#filter-compatible2:hover{
  background-color: rgba(0, 255, 255, 0.432);
}
#filter-all:hover{
  background-color: rgba(0, 255, 255, 0.432);
}

  .select-box1 {
    position: relative;
    display: flex;
    width: 400px;
    flex-direction: column;
  }
  
  .select-box1 .options-container {
    background: #2f3640;
    color: #f5f6fa;
    max-height: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s;
    border-radius: 8px;
    overflow: hidden;
  
    order: 1;
  
    position: absolute;
    z-index: 100;
  }
  
  .selected {
    background: #2f3640;
    border-radius: 8px;
    margin-bottom: 8px;
    color: #f5f6fa;
    position: relative;
  
    order: 0;
  }
  
  .selected::after {
    content: "";
    background: url("img/arrow-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
  
    position: absolute;
    height: 100%;
    width: 32px;
    right: 10px;
    top: 5px;
  
    transition: all 0.4s;
  }
  
  .select-box1 .options-container.active {
    max-height: 240px;
    opacity: 1;
    overflow-y: scroll;
    margin-top: 104px;
  }
  
  .select-box1 .options-container.active + .selected::after {
    transform: rotateX(180deg);
    top: -6px;
  }
  
  .select-box1 .options-container::-webkit-scrollbar {
    width: 8px;
    background: #0d141f;
    border-radius: 0 8px 8px 0;
  }
  
  .select-box1 .options-container::-webkit-scrollbar-thumb {
    background: #525861;
    border-radius: 0 8px 8px 0;
  }
  
  .select-box1 .option,
  .selected {
    padding: 12px 24px;
    cursor: pointer;
  }
  
  .select-box1 .option:hover {
    background: #414b57;
  }
  
  .select-box1 label {
    cursor: pointer;
  }
  
  .select-box1 .option .radio {
    display: none;
  }
  
  /* Searchbox */
  
  .search-box input {
    width:88%;
    padding: 12px 16px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    position: absolute;
    border-radius: 8px 8px 0 0;
    z-index: 100;
    border: 8px solid #2f3640;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
  }
  
  .search-box input:focus {
    outline: none;
  }
  
  .select-box1 .options-container.active ~ .search-box input {
    opacity: 1;
    pointer-events: auto;
  }
  /* Modal container */
  .modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
  }

  /* Modal content box */
  .modal-content {
    background: rgba(226, 242, 255, 0.268);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(2px);
    border: 2px solid rgba(255, 255, 255, 0);
    margin: 15% auto; /* Center the modal */
    padding: 20px;
    position: relative;
    bottom:0%;
    width: 80%;
    max-width: 400px; /* Limit modal width */
    text-align: center;
    border-radius: 8px;
  }
/* Modal content box */
  .modal-content1 {
    background: rgba(226, 242, 255, 0.268);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(2px);
    border: 2px solid rgba(255, 255, 255, 0);
    margin: 15% auto; /* Center the modal */
    padding: 20px;
    position: relative;
    bottom:30%;
    width: 80%;
    max-width: 400px; /* Limit modal width */
    text-align: center;
    border-radius: 8px;
  }
  /* Style for the alert message */
  #alert-message {
    margin-bottom: 20px;
  }

  /* Style the OK button */
  #alert-ok-btn {
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }

 /* Wrapper for our SVG icons */
.icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px; 
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

/* Base style for all internal SVG paths */
.icon-wrapper svg {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ffffff; /* Default color for icons */
    transition: all 0.3s ease-in-out;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* =======================================
   1. ROCKET TO MAIL ANIMATION (SEND BUTTON)
   ======================================= */

.icon-wrapper.rocket-mail .rocket-shape {
    /* Rocket starts central, slightly tilted up, and fully visible */
 
    opacity: 1;
}

.icon-wrapper.rocket-mail .mail-shape {
    /* Mail starts invisible and scaled down */
    transform: scale(0) rotate(0deg); 
    opacity: 0;
 
}

/* On HOVER: Morphing effect */
.container1:hover .icon-wrapper.rocket-mail .rocket-shape {
    /* Rocket scales down in place, rotating slightly more, and disappears */
    transform: scale(0) translateY(-10px) rotate(-35deg); 
    opacity: 0;
}

.container1:hover .icon-wrapper.rocket-mail .mail-shape {
    /* Mail scales up to full size and appears central */
    transform: scale(1) translateY(0) rotate(0deg); 
    opacity: 1;
}

/* =======================================
   2. KEY TO UNLOCKED LOCK ANIMATION (VERIFY BUTTON)
   ======================================= */

.icon-wrapper.key-unlock .key {
    /* Key starts central and fully visible */
    transform: translateX(2px) ;
    opacity: 1;
  
}

.icon-wrapper.key-unlock .unlocked-lock {
    /* Lock starts slightly translated and invisible */
    transform: translateX(-20px) scale(0.5); 
    opacity: 0;

}

/* On HOVER: Security Granted effect */
.container1:hover .icon-wrapper.key-unlock .key {
    /* Key rotates and slides out of sight (left) */
    transform: translateX(-100%) ; 
    opacity: 0;
}

.container1:hover .icon-wrapper.key-unlock .unlocked-lock {
    /* Unlocked lock slides into place and scales up */
    transform: translateX(0) scale(1); 
    opacity: 1;
}
#send-verification-button{
  width: 380px;
}
  /* From Uiverse.io by adeladel522 */ 
#filter-compatible,#filter-compatible2{
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background: rgba(226, 242, 255, 0.268);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(2px);
  border: 2px solid rgba(255, 255, 255, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

#filter-compatible:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

#filter-compatible:hover .icon {
  transform: translate(4px);
}

#filter-compatible:hover::before {
  animation: shine 1.5s ease-out infinite;
}
#filter-compatible::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

#confirm-cancel-btn{
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(2px);
  border: 2px solid rgba(255, 255, 255, 0);
    align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}
.modal-overlay{
 display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width:100vw !important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
}
.modal-overlay.active{
  display: block;
}
.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

#confirm-cancel-btn:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

#confirm-cancel-btn:hover .icon {
  transform: translate(4px);
}

#confirm-cancel-btn:hover::before {
  animation: shine 1.5s ease-out infinite;
}
#confirm-cancel-btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

#confirm-ok-btn{
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(2px);
  border: 2px solid rgba(255, 255, 255, 0);
    align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

#confirm-ok-btn:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

#confirm-ok-btn:hover .icon {
  transform: translate(4px);
}

#confirm-ok-btn:hover::before {
  animation: shine 1.5s ease-out infinite;
}
#confirm-ok-btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}


#confirm-cancel-btn2{
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(2px);
  border: 2px solid rgba(255, 255, 255, 0);
    align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

#confirm-cancel-btn2:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

#confirm-cancel-btn2:hover .icon {
  transform: translate(4px);
}

#confirm-cancel-btn2:hover::before {
  animation: shine 1.5s ease-out infinite;
}
#confirm-cancel-btn2::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

#confirm-ok-btn2{
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(2px);
  border: 2px solid rgba(255, 255, 255, 0);
    align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

#confirm-ok-btn2:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

#confirm-ok-btn2:hover .icon {
  transform: translate(4px);
}

#confirm-ok-btn2:hover::before {
  animation: shine 1.5s ease-out infinite;
}
#confirm-ok-btn2::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}


#confirm-cancel-btn3{
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(2px);
  border: 2px solid rgba(255, 255, 255, 0);
    align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  width: 130px;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

#confirm-cancel-btn3:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

#confirm-cancel-btn3:hover .icon {
  transform: translate(4px);
}

#confirm-cancel-btn3:hover::before {
  animation: shine 1.5s ease-out infinite;
}
#confirm-cancel-btn3::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100px;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

#confirm-ok-btn3{
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(2px);
  border: 2px solid rgba(255, 255, 255, 0);
    align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  outline: none;
  width: 130px;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

#confirm-ok-btn3:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

#confirm-ok-btn3:hover .icon {
  transform: translate(4px);
}

#confirm-ok-btn3:hover::before {
  animation: shine 1.5s ease-out infinite;
}
#confirm-ok-btn3::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}


#alert-ok-btn{
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(2px);
  border: 2px solid rgba(255, 255, 255, 0);
    align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

#alert-ok-btn:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

#alert-ok-btn:hover .icon {
  transform: translate(4px);
}

#alert-ok-btn:hover::before {
  animation: shine 1.5s ease-out infinite;
}
#alert-ok-btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
#filter-compatible2{
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background: rgba(226, 242, 255, 0.268);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(2px);
  border: 2px solid rgba(255, 255, 255, 0);
    align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}/* Base button */
/* Base button */
#check-out {
  --black-700: hsla(0 0% 12% / 1);
  --border_radius: 9999px;
  --transtion: 0.3s ease-in-out;

  cursor: pointer;
  position: relative;
  left: 60%;
  top:-10%;
  display: flex;
  align-items: center;
  gap: 0.5rem;

  padding: 1rem 2rem;
  background: transparent;
  border: none;
  border-radius: var(--border_radius);

  transform-origin: center;
  transform: scale(calc(1 + (var(--active, 0) * 0.1)));
  transition: transform var(--transtion);
  overflow: hidden; /* important for shine */
}

#check-out:active {
  transform: scale(1);
}

/* Background */
#check-out::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--black-700);
  border-radius: var(--border_radius);
  box-shadow: inset 0 0.5px hsl(0 0% 100%),
              inset 0 -1px 2px hsl(0 0% 0%),
              0px 4px 10px -4px hsla(0 0% 0% / 0.6),
              0 0 0 calc(var(--active, 0) * 0.375rem) hsla(192 97% 50% / 0.75);
  transition: background-color var(--transtion);
  z-index: 0;
}

/* Shine streak */
#check-out::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;             /* start at left edge */
  width: 100px;        /* streak width */
  height: 100%;

  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  opacity: 0;
  border-radius: var(--border_radius);
  z-index: 2;
  pointer-events: none;
}

/* Hover effects */
#check-out:hover::before {
  background-color: rgba(0, 255, 255, 0.432);
}

#check-out:hover::after {
  opacity: 0.6;
  animation: shine 1.5s ease-out;
}

/* Keyframes for shine */
@keyframes shine {
  0%   { left: 0; }                     /* start at left edge */
  100% { left: calc(100% - 100px); }    /* stop at right edge */
}




/* Text */
#check-out .text_button {
  position: relative;
  z-index: 10;
  font-size: 1rem;

  background-color:  white ;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}


#check-out:hover .text_button {
  background-color: black;
}
.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

#filter-compatible2:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

#filter-compatible2:hover .icon {
  transform: translate(4px);
}

#filter-compatible2:hover::before {
  animation: shine 1.5s ease-out infinite;
}
#filter-compatible2::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
#filter-all{
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background: rgba(226, 242, 255, 0.268);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(2px);
  border: 2px solid rgba(255, 255, 255, 0);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  margin-left: 0;
  outline: none;
  overflow: hidden;
  font-size: 15px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
#filter-all:hover {
  transform: scale(1.05);
  border-color: #fff9;
}

#filter-all:hover .icon {
  transform: translate(4px);
}
#filter-all:hover::before {
  animation: shine 1.5s ease-out infinite;
}
#filter-all::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}
.increase-qty {
  cursor: pointer;
  position: relative;
  left: 100px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.234);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border: 1px solid rgba(0, 0, 0, 0.234);
  transition: border-color 0.3s ease;
}

.increase-qty::before {
  content: "+";
  position: absolute;
  top: -5%;
  left: 2%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: white;
  transform-origin: 50.1% 57%; /* pivot from geometric center */
  transition: color 0.3s ease, transform 0.3s ease;
}

.increase-qty:hover::before {
  transform: rotate(90deg); 
  color: aqua;

}

.increase-qty:hover{
border-color: aqua;
}


  .decrease-qty::before {
 content: "-";
  position: absolute;
  top: -7%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: white;
  transform-origin: 50.1% 57%; /* pivot from geometric center */
  transition: color 0.3s ease, transform 0.3s ease;
}

  .decrease-qty{
    cursor: pointer;
    outline: none;
    position: relative;
    left: 25px;
    top: 85px;
    width: 50px;
  height: 50px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.234);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border: 1px solid rgba(0, 0, 0, 0.234);
  transition: border-color 0.3s ease;
    }
    
    .decrease-qty:hover::before{
      transform: rotate(180deg); 
     
      color: aqua;
     
    }
    .decrease-qty:hover{
    border-color: aqua;
    }
    /* From Uiverse.io by mobinkakei */ 
.cta {
  display: flex;
  position: relative;
  left:-5%;
  top: -100%;
  margin-bottom:5px ;
  padding: 11px 33px;
  text-decoration: none;
  font-size: 12px;
  width:120px;
  color: rgb(255, 255, 255);
  background: black;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border: 1px solid rgba(223, 228, 232, 0.225);
  transition: 1s;
  border-radius: 100px;
  border: none;
  cursor: pointer;
}

.cta:focus {
  outline: none;
}

.cta:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 aqua;
  background: #11101D;
  width:140px;
}
.cta span{
  transform: skewX(-15deg);
}
.cta .second {
  transition: 0.5s;
  margin-right: 0px;
}

.cta:hover .second {
  transition: 0.5s;
  margin-right: 45px;
}



.second {
  width: 20px;
  margin-left: 10px;
  position: relative;
  top: 12%;
}

.one {
  transition: 0.4s;
  transform: translateX(-60%);
}

.two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.cta:hover .three {
  animation: color_anim 1s infinite 0.2s;
}

.cta:hover .one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.cta:hover .two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: aqua;
  }

  100% {
    fill: white;
  }
}
@media only screen and (max-width: 1200px) {
.modal-content{
  position: relative;
 bottom: 0%;
}
.modal-content1{
  position: relative;
  bottom: 0%;
}
}
@media only screen and (max-width: 800px) {
  .right{
    grid-area: main;
    position:relative;
    right: 145%;
    width: 80%;
    height: 90%;
    top:-12%;
  }
  body{
    width: 100%;
    height: 100%;
    transform: scale(0.6)!important; /* Forces a 1x zoom */
    transform-origin: 0 0; /* Ensures scaling is from the top-left corner */
    overflow-y: hidden!important;
    background-size: cover;
    margin-bottom: 300px!important;
  }
  .container1{
      transform: scale(0.8);
  }
  .modal-overlay{
 display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: -10% !important;
    top: -40% !important;
    width:200vw !important;
    height:300vh !important;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
}
.modal-overlay.active{
  display: block;
}
  .modal0{

    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width:100vh !important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
}
.modal1{
 position: absolute !important;
    left: 17% !important;
  top:15%;
}
.modal0.active {
  display: block; /* Show when active */
}
  
    #alert-ok-btn {
      position: fixed;
      left: 42%;
      top: 52%;
    }

  .logo10 a {
    color: #E4E9F7;
    font-size: 35px;
    font-weight: 600;
    text-decoration-line: none;
    position: relative;
    left: 20%;
  }
   
  #sidebarmb,#sidebarram,#sidebarcpu,#sidebargpu,#sidebarlaptop,#sidebarcpu1 {
    position: relative;
    left: -10%;
    padding-left: 50px;
  }
  .container{
    overflow-x: hidden;
    width:180%!important;
    height: 500%!important;
    margin-left: 10px;
}

.slideNumber{
  font-size: 10px;
  height: 15px;
  position: absolute;
  right:0;
}
.returnCart{
  position:relative;
  right: 15%;
  width: 450px;
}
button.cta{
  position: relative;
  top:-50%;
}
.returnPrice{
  position: relative;
  left:-100%;
  top: -20%;
}
button.increase-qty{
  position: relative;
  left:50%;
  top: -10px;
}
button.decrease-qty{
  position: relative;
  top : 130px;
}
.quantity {
  font-size: large;
  font-weight: bold;
  position: relative;
  top: 25px;
}
.price{
  position: relative;
  top: 25px;
}
 main{
  position:relative;
  margin-top: 10px;
  width:34%;
  height: 250px;
} 
main .chart-canvas{
  height:200px;
  
}
.returnCart .list .item .name, .returnCart .list .item{
  font-size: medium;
  font-weight: bold;
  position: relative;
  margin-left: -25px;
  top: 15px;
}

#content1{
  margin-top: 10px;
  position:relative;
  margin-left: 0;
  width:40%!important;
}
#content2{
  margin-top: 10px;
  position:relative;
  width:34%;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 9999;
  left: -10%;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
}
.modal-content{
  position: relative;
  top: 25%;
}
.modal-content1{
  position: relative;
  top: 25%;
}
#content3{
  margin-left: 0;
  margin-right: 0;
  margin-top: 25px;
  position:relative;
  width:34%;
  height:250px;
}
#content1 #barchart{ 
   width: 37% !important;
   font-size: medium;
}
#copyright{
  color: #fefefe;
  text-align: center;
  position: relative;
  font-size: small;
 top: 50px;
 left:-150px;
}
#last{
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  position:relative;
  width:34%;
  height:250px;
}
footer{
 
  margin-top: 10px;
  position:relative;
  width:43%;
}
 footer .chart-canvas{
  position: relative;
  width:99%;

}
#content1 .chart-canvas{
  position: relative;
  width:97%;

}
.select-box, .select-box1,.select-box2{
  position :relative;
  width:97%;
}
.selectBox{
  width:97%;
}
}
.modal0{

    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
}
.modal0.active {
  display: block; /* Show when active */
}

.modal1 {
  width: fit-content;
  position: absolute;
  left: 35%;
  top:15%;
  height: fit-content;
  z-index:99;
   background: rgba(221, 240, 255, 0.078);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border: 1px solid rgba(223, 228, 232, 0.225);
  box-shadow:
    0px 187px 75px rgba(0, 0, 0, 0.01),
    0px 105px 63px rgba(0, 0, 0, 0.05),
    0px 47px 47px rgba(0, 0, 0, 0.09),
    0px 12px 26px rgba(0, 0, 0, 0.1),
    0px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 26px;
  max-width: 450px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 0px;   
  padding: 10px;
}

.payment--options {
  width: calc(100% - 40px);
  display: grid;
  grid-template-columns: 33% 34% 33%;
  gap: 20px;
  padding: 10px;
}

.payment--options button {
  position: relative; /* keep :before inside */
  overflow: hidden;   /* hide the shine when outside */
  height: 55px;
  background: rgba(221, 240, 255, 0.078);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border: 1px solid rgba(223, 228, 232, 0.225);
  border-radius: 11px;
  padding: 0;
  border: 0;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.15s ease-in-out, background-color 0.15s, border-color 0.15s;
}

.payment--options button:hover {
  background-color: rgba(0, 255, 255, 0.432);
  transform: scale(1.05);
  border-color: #fff9;
}

.payment--options button:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 100%;
  top: 0;
  left: -150px; /* fully offscreen */
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  opacity: 0.6;
  pointer-events: none; /* don't block clicks */
}

.payment--options button:hover:before {
  animation: shine 1s linear forwards;
}

@keyframes shine {
  0% {
    left: -150px;
  }
  100% {
    left: 150%;
  }
}


.payment--options button svg {
  height: 18px;
}

.payment--options button:last-child svg {
  height: 22px;
}

.separator {
  width: calc(100% - 20px);
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 10px;
  color: #8b8e98;
  margin: 0 10px;
}

.separator > p {
  word-break: keep-all;
  display: block;
  padding-top: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 11px;
  margin: auto;
}

.separator .line {
  display: inline-block;
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #000000;
  margin: auto;
}

.credit-card-info--form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.input_container {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.split {
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 15px;
}

.split input {
  width: 100%;
}

.input_label {
  font-size: 10px;
  color: #8b8e98;
  font-weight: 600;
}

.input_field {
  width: auto;
  height: 40px;
  padding: 0 0 0 16px;
  border-radius: 9px;
  outline: none;
   background: rgba(221, 240, 255, 0.078);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border: 1px solid rgba(223, 228, 232, 0.225);
  border: 1px solid #e5e5e500;
  transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.input_field:focus {
  border: 1px solid transparent;
  box-shadow: 0px 0px 0px 2px #242424;
  background-color: transparent;
}



/* Reset input number styles */
.input_field::-webkit-outer-spin-button,
.input_field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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






    .container1 {
  background: rgba(221, 240, 255, 0.078);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border: 1px solid rgba(223, 228, 232, 0.225); /* Light teal background */
  display: flex;
  width: 350px;
  height: 60px;
  position: relative;
  left :0%;
   border-radius: 20px;
  transition:
    transform 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.container1:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.container1:hover .left-side {
  width: 100%;
}

.left-side {
  background: linear-gradient(135deg, #26a69a, #4dd0e1); /* Teal gradient */
  width: 85px;
  height: 60px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
  flex-shrink: 0;
  overflow: hidden;
}

.right-side {
  width: calc(100% - 85px);
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  justify-content: space-between;
  white-space: nowrap;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}

.right-side:hover {
  background-color: #b2ebf2; /* Lighter teal hover */
}

.right-side::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition:
    width 0.4s ease-out,
    height 0.4s ease-out;
}

.right-side:hover::before {
  width: 200px;
  height: 200px;
  opacity: 0;
} /* Ripple effect on hover */

.arrow {
  width: 14px;
  height: 14px;
  margin-right: 12px;
  transition: transform 0.3s ease-in-out;
}

.right-side:hover .arrow {
  transform: translateX(5px);
} /* Arrow slides right on hover */

.new {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  margin-left: 12px;
  color: #1a3c34;
  transition: color 0.3s ease-in-out;
}

.right-side:hover .new {
  color: #00695c; /* Darker teal on hover */
}

.card {
  width: 48px;
  height: 30px;
  background-color: #80deea; /* Light teal */
  border-radius: 4px;
  position: absolute;
  display: flex;
  z-index: 10;
  flex-direction: column;
  align-items: center;
  box-shadow: 5px 5px 5px -2px rgba(38, 166, 154, 0.4);
}

.card-line {
  width: 42px;
  height: 8px;
  background-color: #b2ebf2; /* Lighter teal */
  border-radius: 1px;
  margin-top: 4px;
}

@media only screen and (max-width: 480px) {
  .container1 {
    transform: scale(1);
  }
  #buybutton{
    transform: scale(1);
  }

  .container1:hover {
    transform: scale(1);
  }

  .new {
    font-size: 13px;
  }
}

.buttons {
  width: 5px;
  height: 5px;
  background-color: #00796b; /* Dark teal */
  box-shadow:
    0 -6px 0 0 #004d40,
    0 6px 0 0 #26a69a;
  border-radius: 50%;
  margin-top: 3px;
  transform: rotate(90deg);
  margin: 6px 0 0 -18px;
}

.container1:hover .card {
  animation: slide-top 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
}

.container1:hover .post {
  animation: slide-post 0.7s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-45px) rotate(90deg);
  }
  60% {
    transform: translateY(-45px) rotate(90deg);
  }
  100% {
    transform: translateY(-5px) rotate(90deg);
  }
}

.post {
  width: 42px;
  height: 50px;
  background-color: #f5f5f5;
  position: absolute;
  z-index: 11;
  bottom: 6px;
  top: 75px;
  border-radius: 4px;
  overflow: hidden;
}

.post-line {
  width: 32px;
  height: 5px;
  background-color: #555;
  position: absolute;
  border-radius: 0 0 2px 2px;
  right: 5px;
  top: 5px;
}

.post-line:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 5px;
  background-color: #777;
  top: -5px;
}

.screen {
  width: 32px;
  height: 15px;
  background-color: #ffffff;
  position: absolute;
  top: 14px;
  right: 5px;
  border-radius: 2px;
}

.numbers {
  width: 7px;
  height: 7px;
  background-color: #888;
  box-shadow:
    0 -11px 0 0 #888,
    0 11px 0 0 #888;
  border-radius: 1px;
  position: absolute;
  transform: rotate(90deg);
  left: 17px;
  top: 34px;
}

.numbers-line2 {
  width: 7px;
  height: 7px;
  background-color: #aaa;
  box-shadow:
    0 -11px 0 0 #aaa,
    0 11px 0 0 #aaa;
  border-radius: 1px;
  position: absolute;
  transform: rotate(90deg);
  left: 17px;
  top: 45px;
}

@keyframes slide-post {
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-45px);
  }
}

.icon {
  position: absolute;
  font-size: 11px;
  font-family: "Inter", sans-serif;
  width: 100%;
  left: 0;
  top: 0;
  color: AQUA; /* Red for alert */
  text-align: center;
  animation: bounce 2s infinite;
}

.container1:hover .icon {
  animation:
    fade-in-fwd 0.3s 0.7s backwards,
    bounce 2s infinite;
}

@keyframes fade-in-fwd {
  0% {
    opacity: 0;
    transform: translateY(-3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }}