html {
    height: 100%;
    overflow-y: visible; 
}
body {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body:before, body:after {
    width: 100%;
    position: static;
    content: normal;
}
h3 {
    margin: 0;
}
.page-back {
    /* padding: 50px 0; */
    min-height: 100%;
    overflow: hidden;
    background-size: cover;
    position: relative;
    /* box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.3); */
}
.login-page .login-form-div {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}
.factor-form-div{
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}
.login-page .login-content,
.login-page .reg-content {
    background-color: #fffffec7;
    padding-bottom: 20px;
}
.login-page .div-title {
    margin: 20px 0;
}

.login-page .input-group .input-group-addon {
    border-radius: 0;
}
.login-page .custom-checkbox {
    float: left;
}
.login-page .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 6px;
    padding-left: 1px;
}
.login-page .checkbox-text {
    line-height: 22px;
}
.login-page .checkbox label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 0px;
    margin-top: 0;
}
.login-page .input-group .input-group-addon i, .login-page input[type="checkbox"] {
    width: 30px;
}
.login-page .input-group .input-group-addon i {
    padding-left: 10px;
    padding-right: 10px;
}

.login-page .registration-form-action {
    background-color: white;
    padding: 20px;
}
.login-page .registration-form-div {
    max-width: 620px;
    margin: 0 auto;
    width: 100%;
    background: #FFF;
}

.login-page .registration-left-div {
    padding-left: 0;
    padding-right: 0px;
}
.login-page .registration-right-div {
    padding-left: 0;
    padding-right: 0;
}
.login-page .reg-content {
    padding-bottom: 20px;
}
.login-page .btn, .login-page .form-control {
    border-radius: 0 !important;
}
.login-page .login-form-links {
    padding: 20px;
    margin-top: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    background-color: #fffffec7;
}
.div-captcha-left {
    padding-right: 0;
}
.div-captcha-right {
    padding-left: 0;
}
@media (max-width: 767px) {
    .login-page .registration-left-div {
        padding-right: 0px;
    }
    .login-page .registration-right-div {
        padding-left: 0px;
    }
    .div-captcha-left {
        width: 50%;
        float: left;
    }
    .div-captcha-left img {
        width: 100%;
        height: 34px;
    }
    .div-captcha-right {
        width: 50%;
        float: left;
    }
}

    body.auth-page {
        font-family: "Poppins", sans-serif;
        background: #f3f6fa;
        margin: 0;
        padding: 0;
        /* display: flex; */
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    .eplaza{
         margin-top: 45px;
          background: #fff;
        border-radius: 16px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        padding: 40px 35px;
       
        /* animation: fadeInUp 0.5s ease; */
         /* background: #fff; */
        /* border-radius: 16px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1); */
    }
    .auth-card {
        margin-top: 45px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        padding: 40px 35px;
        width: 100%;
        max-width: 450px;
        animation: fadeInUp 0.5s ease;
    }
    .form-control {
        /* border-radius: 8px !important; */
        border: 1px solid #ccc !important;
        padding: 20px !important;
        font-size: 14px !important;
    }
    .form-control:focus {
        border-color: #0A66C2;
        box-shadow: 0 0 0 2px rgba(10,102,194,.15);
    }
    .btn-primary {
        background: #0A66C2;
        color: white;
        border: none;
        border-radius: 8px;
        padding: 12px;
        width: 100%;
        font-weight: 600;
    }
    .btn-success {
        background: #06810c;
        color: white;
        border: none;
        border-radius: 8px;
        padding: 12px;
        width: 100%;
        font-weight: 600;
    }
    .alert {
        border-radius: 10px;
        padding: 12px;
    }

    .checkbox-text{
            margin-left: -13px;
    }
    .auth-card h3 {
text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #0A66C2;
    margin-bottom: 25px;
}
   .eplaza h3 {
    text-transform: capitalize;
    margin-top: 17px;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    color: #ff8200;
    margin-bottom: 25px;
}
.input-group-addon{
        padding: 9px;
}
.login-form-links{
        margin-left: 14px;
}
@media (max-width: 768px) {
    .eplaza {
        padding: 10px !important;
        text-align: center;
    }

   .img-thumbnail {
        width: 100%;
        max-height: 60px; /* optional: limit very tall images */
        object-fit: contain; /* fit entire image in the box */
        border-radius: 6px;
    }
}

@media (max-width: 480px) {
    .eplaza h3 {
        font-size: 18px;
    }

    .eplaza h5 {
        font-size: 12px;
    }
}
/* Desktop default: products first, login second */
.shop-wrapper {
    display: flex;
    flex-direction: row;
}
#products-section {
    border-right: 1px solid #ccc;
    height: 100%;
}
.app-block{
    text-align: center;
        margin-bottom: 10px;
        color:#0A66C2;
        font-weight: bold;
}

/* Mobile: login first, products second */
@media (max-width: 768px) {
    .shop-wrapper {
        display: flex;
        flex-direction: column;
    }
    #login-section {
        order: 1;
    }
    #products-section {
        order: 2;
    }
    #products-section {
        margin-top:10px;
         border-right: none;
    border-top: 1px solid #ccc;
    height: 80%;
}
}
/* Product name: max 2 lines with ellipsis */
.product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 1.2em;
    height: 2.4em; /* 1.2em * 2 lines */
}

/* Product image: auto height, scale down large images */
.img-thumbnail {
    width: 100%;
    max-height: 60px; /* optional: limit very tall images */
    object-fit: contain; /* fit entire image in the box */
    border-radius: 6px;
    border:none;
}

/* Mobile screens: images full width */
@media (max-width: 767px) {
    .img-thumbnail {
        width: 100%;       /* fill the column width */
        height: 100px;      /* keep aspect ratio */
        border:none;
        max-height: none;  /* remove any height limit */
        object-fit: contain;
        border-radius: 6px;
    }
    
}
.visit-store-btn {
    background: linear-gradient(135deg, #ff7e5f, #feb47b); /* gradient colors */
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 25px !important;
    /* margin-left: -38px; */
    padding: 8px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font-size: 14px;
}

.visit-store-btn:hover {
    background: linear-gradient(135deg, #feb47b, #ff7e5f);
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    color: #fff;
}
.app-links {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.app-btn {
    background: linear-gradient(135deg, #feb47b, #ff7e5f);
    padding: 8px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: black;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    transition: 0.2s;

}


.app-btn:hover {
    background: linear-gradient(135deg, #feb47b, #ff7e5f);
}
.store-buttons img{
    max-width: 120px;
}
/* .visit-store-btn i {
    margin-right: 5px;

} */
 /* Animated congratulations text */
.congrats {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #ff8200;
    animation: popIn 0.6s ease-out, floatY 1.2s ease-in-out infinite;
}

/* POP IN ONCE (keep this same) */
@keyframes popIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    60% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

/* FLOAT EVERY SECOND */
@keyframes floatY {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0);
    }
}




   #confettiWrapper {
    position: relative;
    width: 100%;
}

#confettiCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    pointer-events: none; /* allow clicks through */
    z-index: 9999;
}


