/* General Styling */
 @import url('https://fonts.googleapis.com/css?family=Prompt:400,500,600,700&display=swap');
 
/*@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');*/


body {
    font-family: 'Prompt', sans-serif;
   /*font-family: 'Varela Round', sans-serif;*/
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    color: #333;
    font-weight: bold;
}
body::-webkit-scrollbar {
    display: none;
}
img.catagory {
    border-radius: 5px;
}
.clkbtn {
    /* background-image: linear-gradient(to bottom, #00c07b, #005f3d); */
    border: none;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    color: #000000;
    font-weight: bold;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 0 0 #00af70;
    animation: clkbtn 2s ease 0s infinite normal none running;
    margin: 10px;
    border: 1px solid #ddd;
}
@keyframes clkbtn {
    10%,90% {
        transform: translate3d(-1px,0,0);
    }

    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 30px transparent;
    }

    to {
        transform: scale(1);
        box-shadow: 0 0 transparent;
    }
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex
;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-content {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 400px;
    width: 90%;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    position: relative;
}
.modal-content h2 {
    color: #155724;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.modal-content p {
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.modal-content .amount-upi {
    font-size: 1.2rem;
    font-weight: 600;
    color: #006699;
    padding: 10px;
    background-color: #f0f8ff;
    border-radius: 8px;
    border: 1px solid #cceeff;
}
.modal-close-button {
    background-color: #0088cc;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 25px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    z-index: 10;
    position: relative;
}
.modal-overlay.show {
    opacity: 1;
    visibility: visible;
}
#claimedAmount {
    font-size: 50px;
}
#claimedAmountt {
    font-size: 50px;
}

.addrgfh {
    background-color: #ffffff;
    color: #ff0000;
    border: none;
    padding: 13px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gyhpuj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    margin: 10px;
    padding: 10px;
}
.klohj {
    font-weight: bold;
    font-size: 13px;
    display: flex;
}
.afdgfgf {
    font-size: 12px;
    font-weight: bold;
    color: #898989;
}
.gadhg {
    background-color: #ffffff;
    color: #434343;
    border: none;
    padding: 13px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 0px 0px 0px 1px rgb(0 0 0 / 16%);
    width: 100%;
    font-weight: bold;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

span.verify-close {
    font-size: 40px;
    width: 50px;
    display: flex
;
    justify-content: center;
}

.cont {
    margin: 10px;
}


#addressForm {
    margin-top: 20px;
}

#addressList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.address-card {
    border: 1px solid #ccc;
    padding: 20px;
    width: 100%;
    position: relative;
    margin: 5px 0;
}

.check {
    position: absolute;
    top: 10px;
    left: 10px;
    color: green;
    font-size: 20px;
    font-weight: bold;
}

.remove-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f0f7ff00;
    border-radius: 2rem;
    display: flex;
    padding: 5px 10px;
    backdrop-filter: blur(3px);
    border: 1px solid #ababab;
    cursor: pointer;
    font-size: 16px;
}
.edit-btn {
    position: absolute;
    top: 10px;
    right: 50px;
    background: #f0f7ff00;
    border-radius: 2rem;
    display: flex;
    padding: 5px 10px;
    backdrop-filter: blur(3px);
    border: 1px solid #ababab;
    cursor: pointer;
    font-size: 16px;
}

/* Container for address type cards */
#addressTypeContainer {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px #efefef;
    margin-bottom: 10px;
}

/* Individual card styles */
.address-type-card {
    flex: 1; /* Evenly distribute space */
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid transparent; /* Transparent border to prevent shifting on hover */
    transition: background-color 0.3s, border-color 0.3s;
}

/* Hover effect */
.address-type-card:hover {
 background-color: #007bff21;
}

.address-type-card.selected {
    background-color: #007bff;
    color: white;
}












.pcartdjh {
    display: flex;
    border: 1px solid #ddd;
    margin: 10px;
    align-items: center;
    justify-content: space-between;
}
.dfhfgf {
    width: 100%;
}






.jhghs {
    border: 1px solid #ddd;
    margin: 10px;
    padding: 10px;
}
.ttp {
    font-size: 18px;
    font-weight: bold;
}
.ghg {
    margin-left: 2rem;
    display: none;
}
.ghg.okji {
    display: block;
}
.yy1 {
    font-size: 13px;
}
.dat1 {
    font-size: 10px;
    margin-bottom: 10px;
    color: #bcbcbc;
}


.tt2 {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 0;
}

.dot {
    width: 20px;
    height: 20px;
    background-color: gray; /* Default color */
    border-radius: 50%;
    position: relative;
    transition: background-color 0.3s;
    margin-right: 10px;
}


.dot:after {
    content: '';
    position: absolute;
    top: 20px; /* Position below the dot */
    left: 50%;
    transform: translateX(-50%);
    width: 1px; /* Width of the vertical line */
    height: calc(100% - 20px); /* Fill the remaining space */
    /*background-color: lightgray;*/
    /*z-index: 1;*/
}

.active-step .dot {
    background-color: green; /* Completed step color */
}

.active-step .dot:after {
    background-color: green; /* Line color for completed steps */
}

.tt2:not(:last-child) .dot:after {
    height: 50px; /* Height of the line connecting the dots */
}






.profile-container {
    border: 1px solid #ddd;
    margin: 10px;
}
.prof {
    margin: 10px;
    padding: 2rem;
    text-align: center;
    border: 1px solid #ddd;
    background: #f9fbff;
}
.pro-img {
    height: 60px;
    width: 60px;
    box-shadow: 0px 0px 0px 5px rgb(170 170 170 / 35%);
    padding: 5px;
    border-radius: 100px;
    background-color: #003166;
}
.proname {
    font-size: 20px;
    font-weight: bold;
    margin-top: 1rem;
    align-items: center;
    display: flex;
    justify-content: center;
}
.fa-regular.fa-pen-to-square {
    margin-left: 10px;
    cursor: pointer;
}
#nameModal {
    display: flex;
    align-items: center;
    padding: 10px;
    box-shadow: 0 0 1px rgb(0 0 0 / 44%);
    border-radius: 5px;
}
#uu {
    border-radius: 10px;
    background: #14c85d;
    color: white;
    padding: 10px;
    margin-left: 10px;
    border: none;
}
#uuc {
    border-radius: 10px;
    background: #6c6c6c;
    color: white;
    margin-left: 10px;
    padding: 10px;
    border: none;
}
input:focus-visible {
    outline: none;
}
.email, .number {
    margin: 2px;
    color: #a5a5a5;
    font-size: small;
    font-weight: bold;
}
.telegram {
    background: #f9fbff;
    padding: 1rem;
    display: flex;
    margin: 0.5rem 1.5rem;
    font-weight: bold;
    color: #007a4e;
    border-radius: 5px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}
.logout {
    background: linear-gradient(to bottom, #007a4e, #009e65);
    color: white;
    padding: 1rem;
    margin: 2rem;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    cursor: pointer;
}

.cpopup {
    display: none;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    width: 85%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.coco {
    padding: 20px;
    text-align: center;
}
.htitle {
    padding: 3px;
    font-size: 16px;
    font-weight: bold;
}
.tele {
    width: 100%;
    margin-left: 20px;
}
.ghfg {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 20px 0px;
}
.btcc {
    background: rgb(255 185 0);
    width: 100%;
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0px 0rem 0rem 5px #516d8517;
    padding: 10px;
}
.wsendOTP {
    border-radius: 10px;
    background: #6f52ff;
    box-shadow: 0px 0px 0px 4px #bbaacc5c;
    color: white;
    font-weight: bold;
    padding: 10px;
    white-space: nowrap;
    margin-left: 10px;
}

.oldamo-men {
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin: 20px 0 0 0;*/
}
.log {
    margin: 0;
    font-size: 18px;
    color: aliceblue;
}
.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: 1rem;
    left: 0;
    z-index: 200;
    transition: transform 0.5s;
    transform: translateY(0);
}
.nav.hidden {
    transform: translateY(170%);
}
.bottom-nav {
    background: linear-gradient(to bottom, #007a4e, #009e65);
    width: 100%;
    box-shadow: 0px 0rem 0rem 5px #516d8554;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 350px;
    border-radius: 5rem 5rem 5rem 5rem;
    margin: 0 10px;
    font-size: 13px;
}

.bottom-nav a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    transition: color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    
}
.bottom-nav a.active, .bottom-nav a:hover {
    color: #ff9800;
}
.bottom-nav a i {
    margin-bottom: 5px;
}


.viewp{
    position: absolute;
    top: 100px;
    right: 25px;
    color: #ff0000;
    width: 30px;
    height: 30px;
    z-index: 10;
    font-size: 22px;
}



.bycart-men {
    margin: 10px;
    border: 1px solid #ddd;
    font-size: 13px;
}
#note {
    padding: 5px 10px;
    font-size: 12px;
}
.bycafghrt {
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
}
.bycart {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
}
.ggtt {
    text-align: left;
    margin: 10px;
}
.ggttf {
    text-align: right;
    margin: 10px;
    white-space: nowrap;
}
.offercashback {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.casl {
    position: absolute;
    top: 0;
    right: 0;
    background-color: crimson;
    color: white;
    padding: 3px;
    font-size: 10px;
    font-weight: bold;
    transform: rotate(0deg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 2;
    border-radius: 0 0 5px 5px;
}
.fgdhyy {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
}
.iugf {
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.yugg {
    /*background-color: #007bff;*/
    background: linear-gradient(to bottom, #007a4e, #009e65);
    color: #ffffff;
    border: none;
    padding: 13px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-weight: bold;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 10px;
}
.fgdhgdf {
    padding: 0;
    margin: 0;
    font-size: 13px;
    text-decoration: line-through;
}
.cbbfdtn {
    width: 100%;
    border: 1px solid #ddd;
    margin: 0 10px;
}
.gfjhjk {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}
.gsgjhg {
    width: 50%;
    text-align: center;
}

.hhut {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jhgfhf {
    /*background-color: #007bff;*/
    background: linear-gradient(to bottom, #007a4e, #009e65);
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: bold;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    /*margin-right: 10px;*/
    white-space: nowrap;
}

.Main {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
}
.pcart {
    display: flex;
    align-items: center;
    margin: 1rem 10px 0;
    justify-content: flex-start;
    border: 1px solid #ddd;
    position: relative;
}


.jhhj {
    border: 1px solid #ddd;
    padding: 5px;
    width: 80px;
    border-radius: 10px;
    margin: 10px;
}
.dfh {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}
.offerdf {
    display: flex;
    align-items: center;
}
.oldamofd {
    color: #8f8f8f;
    padding: 0;
    text-decoration: line-through;
}
.disfd {
    color: #009e65;
    margin: 0px 10px;
}

.pcartmen {
    padding-bottom: 10px;
    border: 1px solid #ddd;
    margin: 10px;
}
.ghsgad.delete {
    background: linear-gradient(358deg, #d40000, #f10000);
}
.ghsgad {
    background: linear-gradient(358deg, #00af70, #00e592);
    margin: 0 8px;
    color: #ffffff;
    border: none;
    padding: 13px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-weight: bold;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
.ghd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qty-container {
    border: 1px solid #ddd;
    margin: 10px;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity {
    padding: 5px;
    border: none;
    font-weight: bold;
}
select:focus {
    outline: none;
    
}
.catafdsg {
    color: #a6a6a6;
    font-size: 12px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}




.shop{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.ccaty {
    width: 100%;
    text-align: center;
    padding: 5rem 0;
    border-radius: 5px;
}
.emptycard {
    font-size: 20px;
    font-weight: bold;
    color: #868686;
    margin: 1rem 0;
}
.emptyimg {
    width: 100px;
    margin: 1rem 0;
}
#shopnow {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 13px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.1);
    width: 80%;
    font-weight: bold;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}
#nono {
    display: flex;
    justify-content: center;
    margin-top: 10rem;
}
.spinner-loader:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: rgb(0 0 0 / 0%);
    border-radius: 100%;
    margin: -5px;
    box-shadow: 0px 2px 1px 1px #00af70;
    transition: all 1s linear;
    animation: spin 1s linear infinite;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}

.spinner-loader {
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(0);
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 1;
    border-radius: 100%;
    background: url(img/m.webp) center no-repeat;
    background-size: contain;
    animation: spinning 1.5s infinite ease-in-out;
}
.wait {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    backdrop-filter: blur(3px);
    z-index: 2000;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spinning {
	0% { transform: translate(-50%,-50%) scale(1) translateZ(0);}
	50% { transform: translate(-50%,-50%) scale(1.1) translateZ(0);}
	100% { transform: translate(-50%,-50%) scale(1) translateZ(0);}
}
.alert {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    color: white;
    transition: top 0.3s ease-in-out;
    z-index: 1000;
    display: flex;
    justify-content: center;
}

.alertmen {
    max-width: 800px;
    background-color: #7600ff5e;
    width: 100%;
    text-align: center;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.wrapper{
  overflow: hidden;
  max-width: 390px;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 15%);
  margin: 20px;
}
.wrapper .title-text{
  display: flex;
  width: 200%;
}
.wrapper .title{
  width: 50%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 50px;
}
.slide-controls .slide1{
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.slide-controls label.signup{
  color: #000;
}
.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 50px;
  /*background: -webkit-linear-gradient(left, #009e65, #00af70, #009e65, #007a4e);*/
  background: linear-gradient(to bottom, #007a4e, #009e65);
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
input[type="radio"]{
  display: none;
}
#signup:checked ~ .slider-tab{
  left: 50%;
}
#signup:checked ~ label.signup{
  color: #fff;
  cursor: default;
  user-select: none;
}
#signup:checked ~ label.login{
  color: #000;
}
#login:checked ~ label.signup{
  color: #000;
}
#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}
.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}
.form-container .form-inner{
  display: flex;
  width: 200%;
}
.form-container .form-inner form{
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
}
.form-inner form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}
.form-inner form .field input{
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 15px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 17px;
  transition: all 0.3s ease;
}
.form-inner form .field input:focus{
  border-color: #1a75ff;
  /* box-shadow: inset 0 0 3px #fb6aae; */
}
.form-inner form .field input::placeholder{
  color: #999;
  transition: all 0.3s ease;
}
form .field input:focus::placeholder{
  color: #1a75ff;
}
.form-inner form .pass-link{
  margin-top: 5px;
}
.form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}
.form-inner form .pass-link a,
.form-inner form .signup-link a{
  color: #1a75ff;
  text-decoration: none;
}
.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}
form .btn{
  height: 50px;
  width: 100%;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
form .btn .btn-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  /*background: -webkit-linear-gradient(left, #009e65, #00af70, #009e65, #007a4e);*/
  background: linear-gradient(to bottom, #007a4e, #009e65);
  border-radius: 50px;
  transition: all 0.4s ease;;
}
form .btn:hover .btn-layer{
  left: 0;
}
form .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}




.spece {
    height: 5rem;
}
.tcard {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 15px;
}
.tt {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.ttm {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
}
.ttmd {
    color: green;
    margin: 0px 10px 0px 0px;
}

.ttmdd {
    margin: 0px 10px 0px 0px;
    color: #747474;
    text-decoration-line: line-through;
}
.cbbtn-men {
    display: flex;
    justify-content: center;
    align-items: center;
}
.addcart {
    /*background-color: #ffae00;*/
    background: linear-gradient(to bottom, #ffae00, #c28500);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-weight: bold;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 0px 15px;
}
.addbuy {
    /*background-color: #009e65;*/
    background: linear-gradient(to bottom, #007a4e, #009e65);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-weight: bold;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 0px 15px;
}
.cbbtn {
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.cbbtn-men {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #ffffffa6;
    padding: 10px 0;
    backdrop-filter: blur(3px);
}
.car {
    width: 40px;
    
}
.dfee {
    font-size: 15px;
    color: #5d5d5d;
    margin-left: 30px;
}
.ttty {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.tim {
    text-align: center;
    font-size: 12px;
    margin: 5px;
}

.data {
    display: flex;
    justify-content: space-around;
    overflow-x: auto;
    scroll-behavior: smooth;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    margin: 15px;
    padding: 10px;
}

.data::-webkit-scrollbar {
    display: none;
}
.d1 {
    margin: 0px 10px;
    white-space: nowrap;
    padding: 5px 10px;
    cursor: pointer;
}

.d1:hover {
    box-shadow: 0px 2px 0px 0px #007bff;
}

.d1.active {
    box-shadow: 0px 2px 0px 0px #007bff;
}
.content.active {
      display: block;
      animation: fadeIn 0.3s ease-in-out;
    }

@keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

.content {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  margin: 15px;
  display: none;
  min-height: 400px;
}

.content.active {
  display: block;
}









h1, h2, h3 {
    font-family: 'Helvetica', sans-serif;
}
.inner {
    color: red;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: inherit;
}
img.logo {
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 100rem;
    background-color: #003166;
    /*box-shadow: 0px 0rem 0rem 3px #516d8554;*/
}
.back{
    background: #ffffff;
    border-radius: 2rem;
    display: flex;
    padding: 10px;
    border: 1px solid #ddd;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}
.ecard {
    width: 80px;
    margin: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.ddcard {
    padding: 10px 0 0;
    position: relative;
}

/* Header Styling */
header {
    background-color: #ffffffe6;
    color: black;
    text-align: center;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    position: sticky;
    z-index: 200;
    backdrop-filter: blur(3px);
}

header h1 {
    margin: 0;
}
img.catagory {
    width: 130px;
}
.cata {
    color: black;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

/* Navigation Bar */
nav {
    /*background-color: #fcffef;*/
    display: flex;
    justify-content: flex-start; /* Aligns items to the start */
    padding: 10px 0;
    align-items: center;
    overflow-x: auto; /* Enables horizontal scrolling */
    scrollbar-width: none; /* Hides scrollbar in Firefox */
    scrollbar-color: transparent transparent;
    white-space: nowrap; /* Prevents items from wrapping to a new line */
}

/* Hide scrollbar for WebKit browsers */
nav::-webkit-scrollbar {
    display: none;
}

/* Optional styling for nav items */
nav a {
    margin: 10px;
    padding: 10px;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    white-space: nowrap;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}
nav a img {
transform: scale(1);
transition: all 0.5s ease-in-out;
}

nav a:hover img {
    transform: scale(1.1);
}

/* Container Styling */
/* Container */
.container {
    display: flex;
    overflow-x: auto; /* Allows horizontal scroll */
    scroll-behavior: smooth;
    padding: 20px 0;
    width: 100%;
}

/* Hide scrollbars */
.container::-webkit-scrollbar {
    display: none;
}


.scrollRightBtn {
    position: absolute;
    top: 50%;
    z-index: 100;
    right: 0;
    display: none;
    background-color: #dededea8;
    border: none;
    color: #6e6e6e;
    padding: 15px;
    border-radius: 10%;
    cursor: pointer;
    backdrop-filter: blur(3px);
}
.scrollLeftBtn {
    position: absolute;
    top: 50%;
    z-index: 100;
    left: 0;
    display: none;
    background-color: #dededea8;
    border: none;
    color: #6e6e6e;
    padding: 15px;
    border-radius: 10%;
    cursor: pointer;
    backdrop-filter: blur(3px);
}

.scrollLeftBtn .scrollRightBtn i {
    font-size: 16px;
}


.scrollLeftBtn.scrollRightBtn:hover {
    background-color: rgba(0, 95, 0, 0.8);
}

h2 {
    margin: 10px;
    color: #000;
    font-size: 18px;
}

.product {
    border: 1px solid #eee;
    /*border-radius: 8px;*/
    padding: 15px;
    margin: 3px;
    text-align: center;
    flex-shrink: 0;
    width: 150px; /* Fixed width for product cards */
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
    position: relative;
}

.product img {
    max-width: 100%;
    height: 200px; /* Fixed height for product images */
    object-fit: contain;
    border-radius: 4px;
    margin-bottom: 10px;
    opacity: 0;
    /*transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;*/
    transform: scale(1);
    transition: all 0.5s ease-in-out;
    
}

.out-of-stock{
    background: linear-gradient(to bottom, #ffffff, #f2f8fe);
    color: white;
    border: none;
    padding: 13px;
    border-radius: 5px;
    transition: background-color 0.3s;
    box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.1);
    width: 80%;
    font-weight: bold;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.title {
    font-size: 18px;
    color: #373737;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*text-align: left;*/
}

.product h3 {
    font-size: 20px;
    margin: 10px 0;
}

.product p {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    margin: 5px;
}

.product button {
    /*background-color: #ffae00;*/
    background: linear-gradient(to bottom, #007a4e, #009e65);
    color: white;
    border: none;
    padding: 13px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.1);
    width: 80%;
    font-weight: bold;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.product button:hover {
    background-color: #218838;
}

.product:hover img {
    transform: scale(1.1);
  }

/* Footer Styling */
footer {
    background-color: #1a1a1a;
    color: white;
    text-align: center;
    padding: 15px 0;
    margin-top: 30px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}


/* Search Container */
.search-container {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Visually Hidden (for ARIA) */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Search Box */
.search-box {
    width: 100%;
    padding: 12px 5px;
    border: 2px solid #f0f7ff;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    background: #fffdef00;
    box-shadow: none;

}

.search-box:focus {
    border-color: #f8fbff;
    box-shadow: 0 0 8px #fff;
}

.search-men {
    width: 100%;
    display: flex;
    background: #f0f7ff;
    border-radius: 5px;
}

/* Search Button */
.search-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 5px 5px;
}

.search-btn .icon {
    width: 30px;
    height: 30px;
    stroke: #4b5563;
    transition: stroke 0.3s ease;
}

.search-btn:hover .icon {
    stroke: #0056b3;
}


.ca {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-weight: bold;
    background: #ff1aa4;
    border-radius: 1rem;
    width: 20px;
    height: 20px;
}

/* Search Results Container */
.results-container {
    margin-top: 10px;
    max-width: 600px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: none; /* Hide initially, show when results are available */
}

.results-container[aria-live="polite"]:empty {
    display: none;
}

.results-container[aria-live="polite"]:not(:empty) {
    display: block;
}




.offer {
    position: absolute;
    top: 10px;
    right: 20px;
    /*background: #ffffff52;*/
    border-radius: 2rem;
    display: flex;
    padding: 10px;
    /*backdrop-filter: blur(3px);*/
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    z-index: 10;
}

.oldamo {
    color: #5d5d5d;
    padding: 0;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: bold;
}
.dis {
    color: #009e65;
    font-weight: bold;
    margin: 5px;
    padding: 0;
}






/*.image-slider {*/
/*    position: relative;*/
/*    margin: 1rem;*/
/*    overflow: hidden;*/
/*    border-radius: 10px;*/
/*}*/

/*.slides {*/
/*    display: flex;*/
/*    transition: transform 0.5s ease; */
/*    overflow-x: auto;*/
/*    scroll-behavior: smooth;*/
/*}*/
/*.slides::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

/*.slidee {*/
/*    margin: 10px;*/
/*    background-color: white;*/
/*    border: 0px solid #ddd;*/
/*    border-radius: 5px;*/
/*    text-align: center;*/
/*    transition: transform 0.3s, box-shadow 0.3s;*/
/*    padding: 0;*/
/*}*/

/*.slidee img {*/
/*    border-radius: 8px;*/
/*    object-fit: contain;*/
/*    height: 300px;*/
/*    max-height: 300px;*/
/*}*/

/* Button Styles */
.prev, .next {
    position: absolute;
    top: 50%; /* Center the buttons vertically */
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    border: none;
    border-radius: 10%;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    transition: background-color 0.3s ease; /* Smooth background change */
}

.prev {
    left: 10px; /* Position for previous button */
}

.next {
    right: 10px; /* Position for next button */
}

.prev:hover, .next:hover {
    background-color: rgba(255, 255, 255, 1); /* Change on hover */
}
.conshop {
    display: flex;
    width: 100%;
}



.slider-container {
    background-color: #ffffff; /* bg-white */
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.slides-wrapper {
    display: flex;
    transition: transform 0.7s ease-in-out;
}

.slide {
    flex-shrink: 0;
    width: 100%;
}

.slide a {
    display: block; /* block */
    width: 100%; /* w-full */
    height: 100%; /* h-full */
    border-radius: 1rem; /* rounded-2xl */
    overflow: hidden; /* overflow-hidden */
}

.slide img {
    width: 100%; /* w-full */
    height: auto; /* h-auto */
    display: block; /* block */
    object-fit: cover; /* object-cover */
    border-radius: 1rem; /* rounded-2xl */
    max-height: 350px;
}

/* Navigation Buttons */
.slider-button {
    position: absolute; /* absolute */
    top: 50%; /* top-1/2 */
    transform: translateY(-50%); /* -translate-y-1/2 */
    z-index: 10; /* z-10 */
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1; /* Adjust for better icon centering */
    width: 3rem; /* Fixed width for circular button */
    height: 3rem; /* Fixed height for circular button */
    border: none; /* Remove default button border */
}

.slider-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.slider-button:focus {
    outline: 2px solid transparent; /* focus:outline-none */
    outline-offset: 2px;
}

#prevBtn {
    left: 1rem; /* left-4 */
}

#nextBtn {
    right: 1rem; /* right-4 */
}

/* Pagination Dots */
#paginationDots {
    position: absolute; /* absolute */
    bottom: 1rem; /* bottom-4 */
    left: 50%; /* left-1/2 */
    transform: translateX(-50%); /* -translate-x-1/2 */
    display: flex; /* flex */
    z-index: 10; /* z-10 */
}

#paginationDots .pagination-dot + .pagination-dot {
    margin-left: 0.5rem; /* space-x-2 */
}

.pagination-dot {
    width: 0.75rem;
    height: 0.75rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.pagination-dot.active {
    background-color: white;
    transform: scale(1.2);
}

.offer i {
    color: #dc3545; /* Red heart icon */
}

.hhut {
    margin: 10px;
        border: 1px solid #00af70;
    padding: 10px;
}

.hhut h2 {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

















/* Responsive Design */
@media (max-width: 768px) {
button{
cursor: default;    
}    
.bottom-nav a {
    cursor: default;
}
    a{
    cursor: default;
}
.prev, .next {
    display: none;
}  
    
.slider-button {
    display: none;
}

.product button {
    font-size: 10px;
}
/*.title {*/
/*    font-size: 14px;*/
/*}*/
.oldamo {
    font-size: 16px;
}
.dis {
    font-size: 12px;
}
.product p {
    font-size: 18px;
}

.ecard {
    width: 80px;
    margin: 0px 5px;
    cursor: default;
}

svg.shopping-cart-icon {
    width: 30px;
    margin-right: 5px;
}



.cbbtn {
     position: fixed; 
}

.shop{
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

}

@media (max-width: 500px) {
    
.shop{
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}    
    
}

@media (min-width: 768px) {
.scrollLeftBtn {
    display: block; 
}

.scrollRightBtn {
    
    display: block; 
}
.conshop {
    position: relative;
}

}


.site-footer {
    background-color: #2c3e50; /* Dark blue/grey */
    color: #ecf0f1; /* Light grey text */
    padding: 40px 20px;
    margin-top: auto; /* Pushes footer to the bottom with flexbox */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow at the top */
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; /* Allows sections to wrap on smaller screens */
    justify-content: space-between;
    gap: 30px; /* Space between columns */
}

.footer-section {
    flex: 1; /* Allows sections to grow and shrink */
    min-width: 250px; /* Minimum width before wrapping */
    padding: 10px 0;
}

.footer-section h3,
.footer-section h4 {
    color: #e0f0ff; /* Slightly lighter blue for headings */
    font-size: 1.25rem; /* ~20px */
    margin-bottom: 15px;
    border-bottom: 2px solid #3498db; /* Blue underline for headings */
    padding-bottom: 5px;
    display: inline-block; /* Makes border-bottom apply only to text width */
}

.footer-section p {
    font-size: 0.95rem; /* ~15px */
    line-height: 1.6;
    margin-bottom: 10px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #aebfd0; /* Lighter grey for links */
    text-decoration: none;
    font-size: 0.9rem; /* ~14.4px */
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block; /* For transform effect */
}

.footer-section ul li a:hover,
.footer-section ul li a:focus {
    color: #ffffff; /* White on hover */
    transform: translateX(5px); /* Slight slide effect */
}

.copyright {
    font-size: 0.85rem; /* ~13.6px */
    color: #7f8c8d; /* Even lighter grey for copyright */
    margin-top: 20px;
}

/* Social Icons */
.social-icons {
    /*display: flex;*/
    /*gap: 15px;*/
    margin-top: 10px;
}

.social-icons a {
    color: #ecf0f1; /* White for icons */
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover,
.social-icons a:focus {
    color: #3498db; /* Blue on hover */
    transform: translateY(-3px); /* Pop effect */
}

.social-icons svg {
    width: 28px; /* Larger icons */
    height: 28px;
}


/* --- Responsive Adjustments --- */

/* For screens smaller than 768px (e.g., tablets and mobiles) */
@media (max-width: 767px) {
    .footer-container {
        flex-direction: column; /* Stack sections vertically */
        align-items: center; /* Center content */
        text-align: center;
        gap: 20px; /* Reduce gap when stacked */
    }

    .footer-section {
        min-width: 100%; /* Take full width */
        padding: 15px 0; /* Add vertical padding */
    }

    .footer-section h3,
    .footer-section h4 {
        margin-bottom: 10px;
        border-bottom: none; /* Remove underline on mobile if preferred */
        padding-bottom: 0;
    }

    .social-icons {
        justify-content: center; /* Center social icons */
    }
    a {
        text-decoration: none;
        color: inherit;
        cursor: default;
    }
}

/* For very small screens (e.g., old smartphones) */
@media (max-width: 480px) {
    .site-footer {
        padding: 30px 15px;
    }

    .footer-section h3,
    .footer-section h4 {
        font-size: 1.15rem;
    }

    .footer-section p,
    .footer-section ul li a,
    .copyright {
        font-size: 0.9rem;
    }
}
