:root {
    --main-color: #4e06fe;
    --main-color-opacity: 126, 86, 255;
    --main-gradient: linear-gradient(-20deg, #3178a7 0%, #43376e 100%);
    --heading-color: #1b1c1d;
    --paragraph-color: #707070;
    --dark-theme-color: #252c32;
    --dark-theme-body-color: #000718d9;
    --dark-secondary-color: rgb(30 41 59/1);
    --dark-card-header: rgb(48, 55, 66);
    --theme-color: #29aae1;
    /* LACH'S Brand Colors */
    --lachs-orange: #FF6B35;
    --lachs-orange-light: #FF8C5A;
    --lachs-orange-dark: #E55A2B;
    --lachs-purple: #4A148C;
    --lachs-purple-light: #6A1B9A;
    --lachs-gradient: linear-gradient(135deg, #E91E63 0%, #4A148C 100%);
    --lachs-gradient-soft: linear-gradient(135deg, rgba(233, 30, 99, 0.1) 0%, rgba(74, 20, 140, 0.1) 100%);
}

*:fullscreen *:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
    overflow: auto !important;
}

a {
    text-decoration: none !important;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Vazirmatn", sans-serif;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: left;
    background-color: #fff;
    position: relative;
}
.container-fluid {
    max-width: 1440px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.over-text2 {
    position: absolute;
    top: 31%;
    left: 49%;
    color: var(--blue-color-normal, #3bb2fb);
    font-family: DM Sans;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.5s ease-in-out;
}

.loginCard {
    top: 15%;
    flex-shrink: 0;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
}

.bottom-text {
    color: var(--green-green-08, #678292);
    text-align: center;
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 775px;
    margin: 26px 130px;
    bottom: 4%;
    position: absolute;
    text-shadow: 0px 0px 2px rgba(255, 249, 249, 1);
}

.login-section .page-content {
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
}

.login-section .card {
    max-width: 540px;
    border-radius: 30px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px 22px;
}

.login-section .pageTitle {
    color: var(--category-card-text, #284d65);
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login-section .pageTitle span {
    color: var(--lachs-orange, #FF6B35) !important;
    font-weight: 600;
}

.login-section input::placeholder {
    font-size: 14px !important;
}

.signin-heading {
    color: var(--lachs-purple, #4A148C);
    font-family: DM Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--lachs-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.form-control {
    padding: 15px 10px;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border-radius: 9px;
    border: 1px solid rgba(255, 107, 53, 0.3);
    background: #fff;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--lachs-orange, #FF6B35);
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
    outline: none;
}

.forgotbox > a {
    color: var(--blue-color-normal-active, #2f8ec9);
    font-family: DM Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: right;
    display: block;
}
.eye {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}

.loginButton {
    width: 100%;
    height: 54px;
    flex-shrink: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--lachs-orange, #FF6B35);
    box-shadow: 0px 4px 19px 0px rgba(255, 107, 53, 0.4);
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    transition: all 0.3s ease;
}

.loginButton:hover {
    background: var(--lachs-orange-dark, #E55A2B);
    box-shadow: 0px 6px 25px 0px rgba(255, 107, 53, 0.5);
    transform: translateY(-2px);
    color: #fff;
}

.smallBox {
    width: 20px;
    height: 1px;
    background: #000;
}

.shotbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 20px 0;
}

.btn-primary {
    --bs-btn-bg: #3bb2fb;
    --bs-btn-border-color: #3bb2fb;
    margin-right: 8px;
}

.login-section {
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(74, 20, 140, 0.05) 100%);
    overflow: hidden;
}

/* Brand Watermark Background Pattern - Full Page */
.login-section::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgba(255, 107, 53, 0.08) 0px,
            rgba(255, 107, 53, 0.08) 30px,
            rgba(74, 20, 140, 0.08) 30px,
            rgba(74, 20, 140, 0.08) 60px
        );
    background-size: 120px 120px;
    background-position: 0 0;
    background-repeat: repeat;
    opacity: 0.35;
    z-index: 0;
    pointer-events: none;
    animation: patternMove 30s linear infinite;
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}

/* Logo watermark - Base styles */
.login-section .logo-watermark {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    height: 600px;
    max-width: 40vw;
    max-height: 80vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(0 0 40px rgba(255, 107, 53, 0.25));
    mix-blend-mode: multiply;
}

/* Logo watermark - Left side */
.login-section .logo-watermark-left {
    left: 10%;
    animation: watermarkFloatLeft 20s ease-in-out infinite;
}

/* Logo watermark - Right side */
.login-section .logo-watermark-right {
    right: 10%;
    animation: watermarkFloatRight 20s ease-in-out infinite;
}

/* Text Watermark - Below Login Card */
.login-section .text-watermark {
    position: fixed;
    top: 75%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    opacity: 0.15;
}

.login-section .text-watermark-left {
    left: 10%;
    animation: textWatermarkFloatLeft 25s ease-in-out infinite;
}

.login-section .text-watermark-right {
    right: 10%;
    animation: textWatermarkFloatRight 25s ease-in-out infinite;
}

.login-section .watermark-text-large {
    color: var(--lachs-orange, #FF6B35);
    font-family: DM Sans;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    mix-blend-mode: multiply;
}

.login-section .watermark-text-small {
    color: var(--lachs-purple, #4A148C);
    font-family: Didact Gothic;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
    margin: 10px 0 0 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    mix-blend-mode: multiply;
}

@keyframes watermarkFloatLeft {
    0%, 100% {
        transform: translateY(-50%) scale(1) rotate(0deg);
        opacity: 0.2;
        left: 10%;
    }
    25% {
        transform: translateY(-52%) scale(1.05) rotate(-3deg);
        opacity: 0.25;
        left: 8%;
    }
    50% {
        transform: translateY(-50%) scale(1.08) rotate(-5deg);
        opacity: 0.3;
        left: 10%;
    }
    75% {
        transform: translateY(-48%) scale(1.05) rotate(-2deg);
        opacity: 0.25;
        left: 12%;
    }
}

@keyframes watermarkFloatRight {
    0%, 100% {
        transform: translateY(-50%) scale(1) rotate(0deg);
        opacity: 0.2;
        right: 10%;
    }
    25% {
        transform: translateY(-52%) scale(1.05) rotate(3deg);
        opacity: 0.25;
        right: 8%;
    }
    50% {
        transform: translateY(-50%) scale(1.08) rotate(5deg);
        opacity: 0.3;
        right: 10%;
    }
    75% {
        transform: translateY(-48%) scale(1.05) rotate(2deg);
        opacity: 0.25;
        right: 12%;
    }
}

@keyframes textWatermarkFloatLeft {
    0%, 100% {
        transform: translateY(-50%) translateX(0);
        opacity: 0.15;
        left: 10%;
    }
    25% {
        transform: translateY(-52%) translateX(-20px);
        opacity: 0.18;
        left: 8%;
    }
    50% {
        transform: translateY(-50%) translateX(-10px);
        opacity: 0.2;
        left: 10%;
    }
    75% {
        transform: translateY(-48%) translateX(-15px);
        opacity: 0.18;
        left: 12%;
    }
}

@keyframes textWatermarkFloatRight {
    0%, 100% {
        transform: translateY(-50%) translateX(0);
        opacity: 0.15;
        right: 10%;
    }
    25% {
        transform: translateY(-52%) translateX(20px);
        opacity: 0.18;
        right: 8%;
    }
    50% {
        transform: translateY(-50%) translateX(10px);
        opacity: 0.2;
        right: 10%;
    }
    75% {
        transform: translateY(-48%) translateX(15px);
        opacity: 0.18;
        right: 12%;
    }
}

/* Additional decorative elements - Full page */
.login-section::after {
    content: '';
    position: fixed;
    top: -30%;
    right: -15%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 107, 53, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    animation: pulseGlow 10s ease-in-out infinite;
}

/* Additional gradient overlay for depth */
.login-section {
    position: relative;
}

.login-section .gradient-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 107, 53, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(74, 20, 140, 0.08) 0%, transparent 50%);
    z-index: 0;
    pointer-events: none;
}

@keyframes pulseGlow {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.9;
    }
}

.loginCard {
    position: absolute;
    padding: 40px 35px;
    border-radius: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(255, 107, 53, 0.1);
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 10;
    border: 2px solid rgba(255, 107, 53, 0.3);
    transition: all 0.3s ease;
    width: 760px;
    max-width: 92vw;
    overflow: visible;
}

/* Allow watermark to show through card background - very transparent */
.loginCard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
    border-radius: 40px;
}

.loginCard:hover {
    box-shadow: 0px 12px 50px 0px rgba(255, 107, 53, 0.2), 0px 0px 0px 1px rgba(255, 107, 53, 0.2);
    border-color: rgba(255, 107, 53, 0.4);
    background: rgba(255, 255, 255, 0.7);
}

.loging-bg {
    width: 595px;
    height: 595px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    left: 10%;
}

.leftSection {
    max-width: 1100px;
    max-height: 634px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hoverContent > .credit-card {
    position: absolute;
    left: -14%;
    top: 20%;
}

.hoverContent > .frame {
    position: absolute;
    left: 20%;
    top: -1%;
    transform: rotate(5deg);
    transition: 0.5s ease-in-out;
}

.hoverContent > .cart {
    position: absolute;
    left: 73%;
    top: 8%;
    transition: 0.5s ease-in-out;
}

.hoverContent > .shoping {
    position: absolute;
    left: 46%;
    bottom: 12%;
    transition: 0.5s ease-in-out;
}

.hoverContent {
    position: absolute;
    width: 600px;
    height: 600px;
    top: 50%;
    left: 15%;
    transform: translateY(-52%);
    border-radius: 50%;
}

.over-text1 {
    position: absolute;
    top: 26%;
    left: 24%;
    color: var(--lachs-purple, #4A148C);
    font-family: Didact Gothic;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.hoverContent:hover .cart {
    transform: scale(1.1);
    top: 6%;
}

.hoverContent:hover .frame {
    transform: scale(1.1);
    top: -5%;
}

.hoverContent:hover .shoping {
    transform: scale(1.1);
    bottom: 10%;
}

.hoverContent:hover .over-text2 {
    transform: scale(1.1);
    left: 52%;
}

.common-btn {
    background-color: var();
    --bs-btn-color: #fff;
    --bs-btn-bg: #29aae1;
    --bs-btn-border-color: #29aae1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4089f3;
    --bs-btn-hover-border-color: #4089f3;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    margin-left: 5px;
}

.common-btn {
    background-color: var(--theme-color) !important;
    border: var(--theme-color) !important;
}

@media(min-width: 1024px) {
    .loginCard {
        width: 760px;
    }

    .logo-img > img {
        width: 200px;
    }
}

@media (max-width: 1440px) {
    .bottom-text {
        display: none;
    }
}

@media (max-width: 1024px) {
    .loginCard {
        width: 600px;
        max-width: 92vw;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .hoverContent {
        left: 20%;
    }

    .bottom-text {
        display: none;
    }

    .logo-img > img {
        width: 200px;
    }
    
    .leftSection {
        display: none;
    }
}

@media (max-width: 640px) {
    .loginCard {
        position: unset !important;
        transform: none;
        margin: 40px auto;
        width: 92% !important;
        max-width: 520px;
    }

    .leftSection {
        display: none;
    }

    .login-section {
        background: linear-gradient(135deg, rgba(255, 107, 53, 0.05) 0%, rgba(255, 255, 255, 0.95) 50%, rgba(74, 20, 140, 0.05) 100%);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .login-section .logo-watermark {
        width: 300px;
        height: 300px;
        opacity: 0.12;
        max-width: 30vw;
    }
    
    .login-section .logo-watermark-left {
        left: 2%;
    }
    
    .login-section .logo-watermark-right {
        right: 2%;
    }
    
    .login-section .text-watermark {
        top: 80%;
        opacity: 0.1;
    }
    
    .login-section .watermark-text-large {
        font-size: 50px;
    }
    
    .login-section .watermark-text-small {
        font-size: 18px;
        letter-spacing: 3px;
    }
    
    .login-section .text-watermark-left {
        left: 2%;
    }
    
    .login-section .text-watermark-right {
        right: 2%;
    }
    
    .login-section::before {
        background-size: 60px 60px;
    }
    
    .loginCard {
        background: rgba(255, 255, 255, 0.65);
        backdrop-filter: blur(2px);
    }

    .form-control {
        padding: 10px;
    }

    .login-section .page-content {
        margin-bottom: 20px;
    }
    .signin-heading {
        font-size: 38px;
    }
    .loginButton {
        height: 46px;
    }
}

@media (max-width: 560px) {
    .loginCard {
        width: 420px;
    }

    .logo-img > img {
        width: 200px;
    }
}

@media (max-width: 375px) {
    .loginCard {
        width: 340px;
    }

    .logo-img > img {
        width: 150px;
    }
}
