@charset "UTF-8";
/*@import"https://cdn.jsdelivr.net/npm/@docsearch/css@3";*/

/* ============================================
   Modern Design System - Color Variables
   ============================================ */
:root {
  /* Primary Colors - Blue/Purple Gradient */
  --primary-blue: #4F46E5;        /* Indigo 600 */
  --primary-purple: #7C3AED;      /* Violet 600 */
  --accent-blue: #3B82F6;         /* Blue 500 */
  --accent-purple: #A78BFA;       /* Violet 400 */

  /* Glassmorphism Colors */
  --glass-white: rgba(255, 255, 255, 0.15);
  --glass-white-hover: rgba(255, 255, 255, 0.25);
  --glass-border: rgba(255, 255, 255, 0.18);
  --glass-shadow: rgba(79, 70, 229, 0.1);

  /* Gradients */
  --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --gradient-accent: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
  --gradient-bg: linear-gradient(135deg, #e0e7ff 0%, #ede9fe 50%, #fae8ff 100%);

  /* Text Colors */
  --text-primary: #1e293b;
  --text-secondary: #64748b;
  --text-on-glass: #1e293b;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(79, 70, 229, 0.08);
  --shadow-md: 0 4px 16px rgba(79, 70, 229, 0.12);
  --shadow-lg: 0 8px 32px rgba(79, 70, 229, 0.16);
  --shadow-glow: 0 0 24px rgba(124, 58, 237, 0.3);
}

@font-face {
    font-family: ArtifaktElement-Regular;
    src: url(../site/site/fonts/ArtifaktElement-Regular.eot);
    src: url(../site/site/fonts/ArtifaktElement-Regular.eot?#iefix) format("embedded-opentype"), url(../site/site/fonts/ArtifaktElement-Regular.woff2) format("woff2"), url(../site/site/fonts/ArtifaktElement-Regular.woff) format("woff"), url(../site/site/fonts/ArtifaktElement-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ArtifaktElement-Bold;
    src: url(../site/site/fonts/ArtifaktElement-Bold.eot);
    src: url(../site/site/fonts/ArtifaktElement-Bold.eot?#iefix) format("embedded-opentype"), url(../site/site/fonts/ArtifaktElement-Bold.woff2) format("woff2"), url(../site/site/fonts/ArtifaktElement-Bold.woff) format("woff"), url(../site/site/fonts/ArtifaktElement-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ArtifaktLegend-ExtraBold;
    src: url(../site/site/fonts/ArtifaktLegend-ExtraBold.woff2) format("woff2"), url(../site/site/fonts/ArtifaktLegend-ExtraBold.woff) format("woff"), url(../site/site/fonts/ArtifaktLegend-ExtraBold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic&display=swap');

/*
  LTR => RTL
    text-align: start | end
justify-content: flex-start | flex-end
align-content: flex-start | flex-end
grid-column-start: <value>
grid-column-end: <value>
inline-size: <width>
margin-block-start/end: <value>
margin-inline-start/end: <value>
padding-block-start/end: <value>
padding-inline-start/end: <value>
border-inline-start/end: <value>

*/
.en_us > *, * {
    font-family: 'ArtifaktElement-Regular', -apple-system,BlinkMacSystemFont,'Noto Sans','Segoe UI','Noto Sans Arabic','Anek Bangla',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';
}

.bn_bd > * {
    font-family: 'Anek Bangla','Noto Sans Arabic',-apple-system,BlinkMacSystemFont,'Noto Sans','Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;
}

.ar_sa > * {
    font-family: 'Noto Sans Arabic','Anek Bangla',-apple-system,BlinkMacSystemFont,'Noto Sans','Segoe UI',Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji' !important;
}

html, body {
    accent-color: #404040;
    /* display: flex; */
    /* justify-content: center; */
    font-weight: 400;
    height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    /* background: transparent; */
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 1.5rem;
    outline: none;
    color: #404040;
    text-shadow: 1px 1px 1px rgb(255 255 255 / 40%);
    /*font-family: 'Anek Bangla', sans-serif;*/
    text-align: left;
    /* font-size: .9rem; */
}

button, input, select, textarea {
    font-size: 1rem;
    line-height: 1rem;
}

.english {
    font-family: -apple-system,BlinkMacSystemFont,"Noto Sans","Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji" !important;
}

.arabic {
    font-family: "Noto Sans Arabic",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji" !important;
}

.bangla {
    font-family: "Anek Bangla",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
}

h1, h2, h3, .h1, .h2, .h3 {
    /* color: #fff; */
    margin: 2.75rem 0 1.5rem;
    font-family: ArtifaktLegend-ExtraBold, sans-serif;
    /* line-height: 1.38; */
}

h1 {
    text-align: center;
    top: -.5rem;
    position: relative;
}

body {
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
}

    /* Animated Gradient Background */
    body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* background: var(--gradient-bg);*/
        background-size: 400% 400%;
        animation: gradientMove 15s ease infinite;
        z-index: -2;
    }

    /* Floating Orbs */
    body::after {
        content: '';
        position: fixed;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background:
            radial-gradient(circle at 20% 50%, rgba(124, 58, 237, 0.15) 0%, transparent 50%),
            radial-gradient(circle at 80% 80%, rgba(79, 70, 229, 0.15) 0%, transparent 50%),
            radial-gradient(circle at 40% 20%, rgba(168, 85, 247, 0.1) 0%, transparent 50%);
        animation: floatingOrbs 20s ease-in-out infinite;
        z-index: -1;
    }

@keyframes gradientMove {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes floatingOrbs {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(30px, -30px) rotate(120deg);
  }
  66% {
    transform: translate(-20px, 20px) rotate(240deg);
  }
}

::placeholder {
    color: rgba(0, 0, 0, 0.25);
    opacity: 1; /* Firefox */
}

input::placeholder {
    opacity: 1.5;
    color: rgba(0, 0, 0, 0.25);
}

input[type=radio] {
    zoom: 1.4;
    vertical-align: middle;
    margin: 0 .3rem;
    box-shadow: none;
}

    input[type=radio]:active {
        box-shadow: none !important;
    }

label[for=logoFile] {
    vertical-align: top;
    cursor: pointer;
    margin-top: 14px;
}

a, img, button, input, select, textarea {
    outline: none;
}

    input[type=tel]:hover, input[type=tel]:focus {
        outline-color: transparent;
        outline: none;
        border: none;
    }

a {
    color: var(--primary-blue);
    text-decoration: none;
    outline: none;
}

    a:hover, a:focus {
        color: var(--primary-purple);
        outline: none;
        opacity: 1;
        transition: 5s all;
    }

img {
    display: block;
}

li {
    text-align: left;
    line-height: .8rem;
}

div#container {
    height: 99.5vh;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    background-image: url(../site/lbg.svg); 
    background-size: cover;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

form#form1 {
    min-width: 38.2%;
    /* max-width: 61.8%; */
}

.mainlogin-container {
    /* background-image: url(../../img/banner.png); */
    /* background-size: 100% 100%; */
    overflow: hidden;
}

/* ============================================
   Enhanced Glassmorphism Main Container
   ============================================ */
.mainlogin-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 32px 24px;
    min-width: 300px;
    max-width: 50vw;
    box-shadow:
        0 8px 32px 0 rgba(79, 70, 229, 0.15),
        inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

    .mainlogin-section:hover {
        /*transform: translateY(-4px);*/
        box-shadow:
            0 12px 48px 0 rgba(79, 70, 229, 0.2),
            0 0 0 1px rgba(255, 255, 255, 0.3),
            inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
    }

div#pnlLogin {
    max-width: 50%;
    /* margin: 0 5%; */
    flex: auto;
}

    div#pnlLogin table#Login1 {
        /* display: flex; */
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 999;
        width: 100%;
        padding: 30px 20px;
        border-radius: 16px;
        /* box-shadow: 4px 4px 10px rgba(0, 0, 0, .1), -4px -4px 10px rgba(0, 0, 0, .1); */
        /* background-color: rgba(255, 255, 255, .1); */
        text-align: center;
    }

.login-logo {
    width: 61.8%;
    margin: 0 auto;
    max-width: 38.2%;
    text-align: center;
}

.login-text {
    /* width: 250px; */
    text-align: center;
    margin: 0 auto;
}

.login-logo img {
    width: 100%;
}

.loginpage-vedio {
    width: 90%;
    margin: 0 auto;
    margin-top: 4%;
}

.login-form {
    min-width: 50%;
    padding: 1rem;
}

h2 {
    margin: 13px;
    text-align: center;
}

ul {
    list-style-type: none;
    text-align: left;
}

.input-wrapper {
    position: relative; /* line-height:14px; */ /* margin:0 10px; */ /* display:inline-block; */
}

@media only screen and (max-width : 1023px) {
    div #container {
        /* height: 100%; */
        /* padding: 0; */
        /* margin: 0; */
        /* display: flex; */
        align-items: flex-start;
        /* justify-content: center; */
    }

    .mainlogin-section {
        /* margin: auto; */
        /* min-width: 100%; */
        /* max-width: 100vw; */
    }

    div#pnlLogin {
        max-width: 100%;
        /* margin: 0 5%; */
    }

    form#form1 {
        /* width: 100%; */
    }

    .login-logo {
        width: 100%;
        margin: 0 auto;
        max-width: 100vw;
        text-align: center;
    }
}


@media (min-width:0px) and (max-width: 767px) {
    .mainlogin-section {
        /* width: 100%; */
        flex-direction: column;
    }

    div#pnlLogin {
        min-width: 95vw;
        /* max-width: 100%; */
        /* margin: 0 5%; */
        flex: auto;
    }
}


@media screen and (max-height: 570px) {
    .mainlogin-section {
        width: 100%;
        flex-direction: column;
    }

    .login-logo img {
        display: none;
        overflow-y: scroll;
        animation: fadeIn 4s forwards;
    }

    div#pnlLogin {
        max-width: 100%;
        margin: 0 5%;
    }
}

@media only screen and (max-width: 360px) {
    .mainlogin-section {
        float: none;
        margin: 0;
        width: 316px;
        flex-direction: column;
    }

    div#pnlLogin {
        max-width: 100%;
        margin: 0 5%;
    }
}


input#chkRemember {
    float: left;
    margin-top: 7px;
    margin-right: 5px;
    accent-color: aliceblue;
}

a#lbForgot:hover {
    color: #404040 !important;
}

/* ============================================
   Modern Input Fields with Micro-interactions
   ============================================ */
input[type=text],
input[type=email],
input[type=password] {
    width: 100%;
    padding: 16px 20px;
    margin: 2px 0 9px 0;
    display: inline-block;
    box-sizing: border-box;
    font-size: 15px;
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 2px solid transparent;
    border-radius: 12px;
    height: auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 2px 8px rgba(79, 70, 229, 0.06),
        inset 0 1px 2px rgba(255, 255, 255, 0.8);
    will-change: transform;
}
    input[type=text], input[type=email], input[type=password]
    {
        transition: box-shadow 150ms linear;
        border: 0px solid rgb(255 255 255 / 61%);
        fill: none;
        height: 2.8rem;
        box-shadow: 0px 3px 1px 1px rgba(0, 0, 0, .04), 0px 0px 3px 0px rgba(0, 0, 0, .25);
        background-color: hsl(0deg 0% 100% / 80%);
        border-color: #86868b;
        text-align:center;
        transition: all 1s;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #86868b;
    /* background-color: #146835; */
    -webkit-text-fill-color: #5e5e60;
    /* -webkit-box-shadow: 0 0 0px 1000px transparent inset; */
    transition: background-color 5000s ease-in-out 0s;
}

/* Focus State with Glow */
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
    background: rgba(255, 255, 255, 0.8);
    border-color: var(--primary-blue);
    outline: none;
    box-shadow:
        0 4px 16px rgba(79, 70, 229, 0.15),
        0 0 0 4px rgba(79, 70, 229, 0.08),
        inset 0 1px 2px rgba(255, 255, 255, 0.9);
    transform: translateY(-1px);
}

/* Hover State */
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(79, 70, 229, 0.15);
}

/* Filled State */
input.filled {
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(79, 70, 229, 0.2);
}

/* Validation States */
input.valid {
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.05);
}

input.invalid {
    border-color: #ef4444;
    background: rgba(239, 68, 68, 0.05);
}

input[type=submit].btn, button, #Login1_LoginButton {
    padding: 3px 10px !important;
    /* margin: 8px 0; */
    cursor: pointer;
    width: 100%;
    /* background-image: none !important; */
    position: relative;
    overflow: hidden;
    transition: background 1100ms;
    color: #5c5c5c;
    /* background-color: #faffd8; */
    padding: 1rem 2rem;
    font-size: .9rem;
    outline: 0;
    /* border: 1px solid #999; */
    border-radius: 7px;
    /* box-shadow: 0px 0 0rem 1px #3a3939; */
    cursor: pointer;
    /* opacity: .8; */
    font-weight: 500;
    height: 2.5rem;
    /* background: rgba(0,0,0,.08); */
    border: none;
    box-shadow: 0 0 1px 1px rgba(1, 1, 1, .14), 0 1px 1px 1px rgba(0, 0, 0, .05);
}

    button:hover, input[type=submit]:hover {
        /* background-color: #cf6e00; */
        /* Old browsers */
        background: -moz-linear-gradient(top, #ff0000 0%, #cf1300 100%); /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        /* background: linear-gradient(to bottom, #f3f3f3 0%,#f1f1f1 100%) !important; */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#cf1300 ',GradientType=0 ); /* IE6-9 */
        /* transition: all 0.5s ease-in-out; */
        /* -webkit-transition: all 0.5s ease-in-out; */
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        opacity: 1;
        transition: box-shadow 150ms linear;
        text-shadow: 0 0 0 rgb(115 115 115 / 84%);
        /* color: #1c1c1c; */
        box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, .04), 0 1px 3px 1px rgba(0, 0, 0, .25);
    }

span.psw {
    float: right;
}

span.sign-up {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
}

span.copyright {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 2px;
}

.error {
    width: 100%;
    height: 1px;
    color: red;
    width: 100%;
    height: 1px;
    color: red;
    text-align: center;
    display: contents;
    padding-bottom: 20px;
    border: 1px red solid;
}

#Login1_UserName {
    text-transform: lowercase;
    /* background: transparent; */
}

.login_invalid {
    text-align: center;
    margin-top: 15px;
    color: #029647;
}

div#bgImg {
    /*display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100vw;
    height: 100vh;*/
    /* padding: 15px; */
    /* background-image: linear-gradient(45deg, #ffd800, #ff5520, #750cf2, #0cbcf2); */
    /* overflow: scroll; */
    /*background-image: url(../branding/bg.png);
    background-size: cover;
    background-repeat: no-repeat;*/
    /* background-color: #F8F8F8; */
    /*align-content: center;*/
    transition: box-shadow 150ms linear;
    padding: 5%;
}

/* ============================================
   Modern Button Styles with Animations
   ============================================ */

/* Google Sign-in Button - Enhanced */
.login-with-google-btn {
    width: 100%;
    padding: 14px 20px 14px 52px;
    background: white;
    border: 2px solid rgba(79, 70, 229, 0.1);
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-primary);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 18px center;
    background-size: 20px;
    will-change: transform;
}

.login-with-google-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(79, 70, 229, 0.1);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.login-with-google-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(79, 70, 229, 0.2);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.login-with-google-btn:active::before {
    width: 300px;
    height: 300px;
}

.login-with-google-btn:active {
    transform: translateY(0) scale(0.99);
}

.login-with-google-btn:focus {
    outline: none;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.08),
        0 0 0 4px rgba(79, 70, 229, 0.15);
}

.login-with-google-btn:disabled {
    filter: grayscale(100%);
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}



.form-group {
    position: relative;
    /* margin-bottom: 1.5rem; */
}


/* Floating Label Enhancement */
.form-label {
    position: absolute;
    left: 20px;
    top: 16px;
    padding: 0 4px;
    color: var(--text-secondary);
    background: transparent;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 15px;
    z-index: 10;
}

.focused .form-label, input:focus + .form-label {
    top: -8px;
    left: 16px;
    font-size: 11px;
    color: var(--primary-blue);
    background: rgba(255, 255, 255, 0.9);
    padding: 0 0 0 6px;
    border-radius: 18px;
    font-weight: 500;
}

.form-input {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}

    .form-input:focus {
        box-shadow: 0 2px 0 0 blue;
    }

    .form-input.filled {
        box-shadow: 0 2px 0 0 lightgreen;
    }

/* ============================================
   Enhanced OR Divider
   ============================================ */
hr {
    border: none;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(79, 70, 229, 0.2),
        transparent
    );
    animation: fadeInDivider 0.6s ease-out;
}

@keyframes fadeInDivider {
    from {
        opacity: 0;
        transform: scaleX(0);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

.horizontalRow {
    position: relative;
    margin: 24px 0;
}

.horizontalRow .horizontalText td:nth-child(2) {
    position: relative;
    padding: 0 16px;
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/*************************  Subscription form ***************************/

div #pnlSubscribe {
    /* max-width: 70%; */
    margin-left: 5%;
}

    div#pnlSubscribe input[type=text] {
        padding: 0;
        /* margin:0; */
        background-color: #fff;
        /* background-image: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%); */
        /* border: 1px solid #aaa; */
    }

.select2-results__option {
    color: #555;
}

.flag-text {
    margin-left: 10px;
}

span.select2-selection.select2-selection--single {
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px;
    /* outline: groove 1px #7fcc2885; */
}

span#select2-ddCountry-container:hover {
    outline: groove 1px #7fcc2885;
}
/*
select{
    color: #444;
    line-height: 1.4;
    padding: .4em 1.4em .3em .8em;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    border-radius: .3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    text-align: center;
}*/
tr td:first-child {
    /* text-align: right; */
    /* min-width: 150px; */
    max-width: 150px;
}
/* END SUBSCRIPTION FORM */


span.copyright {
    margin-top: 10px !important;
}

.error {
    color: red !important;
}

.success {
    color: green !important;
}

.btn {
    color: #404040;
    padding: 2px 6px;
    margin: 8px 0;
    cursor: pointer;
    width: 100%;
    background-color: rgb(255 255 255 / 70%);
    border: none;
    /* font-size: 18px; */
    /* border-radius: 4px; */
    /* opacity: .5; */
}

h2 {
    margin-top: 0 !important;
}

input[type=submit] {
    margin: 10px 0 !important;
}

/* Email/Password Primary Button *//*
input#btnPassword,
input#Login1_LoginButton,
.btn.btn-default.filled {
    width: 100%;
    padding: 14px 20px 14px 52px;
    background: var(--gradient-primary);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 4px 16px rgba(79, 70, 229, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    background-size: 200% 200%;
    animation: gradientShift 3s ease infinite;
    will-change: transform;
    background-image: var(--gradient-primary), url(../site/site/svgs/email.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 0% 50%, 18px center;
    background-size: 200% 200%, 22px;
}*/
input#btnPassword, input#Login1_LoginButton, .btn.btn-default.filled {
    width: 100%;
    padding: 14px 20px 14px 52px;
    background: var(--gradient-primary);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    background-size: 200% 200%;
    animation: gradientShift 3s ease infinite;
    will-change: transform;
    background-image: var(--gradient-primary), url(../site/site/svgs/email.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: 0% 50%, 18px center;
    background-size: 200% 200%, 22px;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%, 18px center; }
    50% { background-position: 100% 50%, 18px center; }
}

input#btnPassword:hover,
input#Login1_LoginButton:hover,
.btn.btn-default.filled:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow:
        0 8px 32px rgba(79, 70, 229, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

input#btnPassword:active,
input#Login1_LoginButton:active,
.btn.btn-default.filled:active {
    transform: translateY(0) scale(0.99);
}

span.arabic {
    /* vertical-align: bottom; */
    text-align: right;
    direction: rtl;
}

label[for] {
    cursor: pointer;
}

.paypal-powered-by {
    display: none;
}

label[for=rbArabic] {
    /* vertical-align: text-top; */
    text-align: right;
}

div#pnlPswd span {
    color: #4c4c4c;
}

div#pnlPswd input[type=submit] {
    /* color: #404040; */
    font-weight: 500;
    text-shadow: 0px 1px 1px rgb(255 255 255 / 25%);
    cursor: pointer;
}



.file-input__input {
    width: 100%;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    /* color: #fff !important; */
    font-size: 14px;
    padding: 5px 12px;
    background-color: #fafafa;
    background-image: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

    .file-input__label svg {
        height: 16px;
        margin-right: 4px;
    }
input#btnPassword:hover, input#Login1_LoginButton:hover {
    border: none;
    text-shadow: 0 0 #2c2c2cb0;
    opacity: 1;
    transition: box-shadow 150ms linear;
    box-shadow: 0 -1px 1px 1px rgb(122 122 122 / 11%), 0 1px 3px 1px rgb(118 118 118 / 25%);
    background: var(--gradient-accent);
}

label[for=chkRemember], #lbForgot {
    color: color: var(--text-secondary);    
    /*font-size: .8rem;*/
    cursor: pointer;
}

div#pnlPayment {
    font-size: smaller;
}

#Login1 tr td:first-child {
    text-align: right;
    min-width: 100%;
    max-width: 100%;
}

table#Login1 > tbody > tr > td > label {
    display: flex;
    width: 100%;
    padding-left: 5px;
}

img#imgLogo {
    height: 60px;
    border-width: 0px;
    display: inline-flex;
    border-radius: 8px;
}
div#divMain {
    padding-top: 70px;
}
.arabic div#divMain {
    /*-webkit-box-shadow: 0 11px 34px 0 rgba(0,0,0,.2);
    box-shadow: 0 11px 34px 0 rgba(0,0,0,.2);
    border-radius: 34px;
    background-color: #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);*/
    direction: rtl;
}

input#logoFile {
    opacity: 0;
    position: fixed;
    cursor: pointer;
}

input[type=radio]:hover, input[type=radio]:focus {
    box-shadow: none !important;
}


.legal-footer[dir=ltr], .legal-footer[dir=rtl], [dir=ltr] .legal-footer, [dir=rtl] .legal-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

@media (min-width: 1690px) {
    .legal-footer[dir=ltr] .application-content, .legal-footer[dir=rtl] .application-content, [dir=ltr] .legal-footer .application-content, [dir=rtl] .legal-footer .application-content {
        max-width: 1035px;
    }

    .legal-footer .application-content {
        max-inline-size: 1035px;
    }

    .application-content[dir=ltr], .application-content[dir=rtl], [dir=ltr] .application-content, [dir=rtl] .application-content {
        width: 1380px;
    }
}

@media (min-width: 1165px) {
    .legal-footer .application-content {
        max-inline-size: 345px;
    }

    .application-content[dir=ltr], .application-content[dir=rtl], [dir=ltr] .application-content, [dir=rtl] .application-content {
        margin-left: auto;
        margin-right: auto;
        width: 345px;
    }
}

.application-content {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    inline-size: 345px;
}
/*! CSS Used from: https://www.icloud.com/system/icloud.com/2407Hotfix16/en-us/2.main.css */
* {
    margin: 0;
    padding: 0;
}

::placeholder {
    opacity: 1;
}
/*! CSS Used from: https://www.icloud.com/system/icloud.com/2407Hotfix16/en-us/main.css */
* {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.application-content {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    inline-size: 345px;
}

[dir=ltr] .application-content {
    margin-left: auto;
    margin-right: auto;
    width: 345px;
}

@media (min-width:760px) and (max-width:1164px) {
    .application-content {
        inline-size: 690px;
    }

    [dir=ltr] .application-content {
        width: 690px;
    }
}

@media (min-width:1165px) {
    .application-content {
        inline-size: 1035px;
    }

    [dir=ltr] .application-content {
        width: 1035px;
    }
}

@media (min-width:1690px) {
    .application-content {
        inline-size: 1380px;
    }

    [dir=ltr] .application-content {
        width: 1380px;
    }
}



[dir=ltr] footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

@media (max-width:759px) {
    footer {
        -webkit-margin-before: 120px;
        margin-block-start: 120px;
    }

    [dir=ltr] footer {
        margin-top: 120px;
    }
}

@media (min-width:760px) and (max-width:1164px) {
    footer {
        -webkit-margin-before: 140px;
        margin-block-start: 140px;
    }

    [dir=ltr] footer {
        margin-top: 140px;
    }
}

.legal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-padding-before: 30px;
    padding-block-start: 30px;
    -webkit-padding-after: 30px;
    padding-block-end: 30px;
    inline-size: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

[dir=ltr] .legal-footer {
    padding-top: .1rem;
    padding-bottom: .1rem;
    width: 100%;
    height: 5vh;
}

.legal-footer .application-content {
    max-inline-size: 345px;
}

[dir=ltr] .legal-footer .application-content {
    max-width: 345px;
}

@media (min-width:760px) and (max-width:1164px) {
    .legal-footer .application-content {
        max-inline-size: 690px;
    }

    [dir=ltr] .legal-footer .application-content {
        max-width: 690px;
    }
}

@media (min-width:1165px) {
    .legal-footer .application-content {
        max-inline-size: 1035px;
    }

    [dir=ltr] .legal-footer .application-content {
        max-width: 1035px;
    }
}

@media (min-width:1690px) {
    .legal-footer .application-content {
        max-inline-size: 1035px;
    }

    [dir=ltr] .legal-footer .application-content {
        max-width: 1035px;
    }
}

.legal-footer-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    font-family: SF Pro Text,Helvetica Neue,sans-serif;
    font-size: 12px;
    font-weight: 400;
}

    .legal-footer-content > .inner-row {
        color: hsl(0deg 0% 29.28%);
        line-height: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

        /* ============================================
   Enhanced Footer with Animations
   ============================================ */
.legal-footer-content > .inner-row a {
    text-decoration: none;
    color: var(--text-primary);
    position: relative;
    transition: color 0.2s ease;
}

.legal-footer-content > .inner-row a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-blue);
    transition: width 0.3s ease;
}

.legal-footer-content > .inner-row a:hover {
    color: var(--primary-blue);
}

.legal-footer-content > .inner-row a:hover::after {
    width: 100%;
}

.legal-footer-content > .inner-row a:active {
    color: var(--primary-purple);
}

        .legal-footer-content > .inner-row .with-separator {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-column-gap: 10px;
            -moz-column-gap: 10px;
            column-gap: 10px;
        }

        .legal-footer-content > .inner-row .separator {
            block-size: 15px;
            inline-size: 1px;
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            align-self: center;
            background-color: #d2d2d7;
        }

[dir=ltr] .legal-footer-content > .inner-row .separator {
    height: 15px;
    width: 1px;
}

.legal-footer-content > .inner-row .copyright {
    color: rgb(0 0 0);
    text-align: center;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}

[dir=ltr] .legal-footer-content > .inner-row .copyright {
    margin-left: auto;
}

@media (max-width:759px) {
    .home-login-route footer {
        -webkit-margin-before: 0;
        margin-block-start: 0;
    }

    [dir=ltr] .home-login-route footer {
        margin-top: 0;
    }
}

.paypal-powered-by {
    display: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(0, 0, 0, .1) !important;
}

/* Button Loading State */
.btn-loading {
    pointer-events: none;
    position: relative;
    color: transparent !important;
}

.btn-loading::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 0.6s linear infinite;
}

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

/* Ripple Effect */
.ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    transform: scale(0);
    animation: rippleEffect 0.6s ease-out;
    pointer-events: none;
}

@keyframes rippleEffect {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

span#RequiredFieldValidator2 {
    position: absolute;
}

input#btnPayOther {
    background-image: url(../site/site/svgs/send-money.svg);
    background-repeat: no-repeat;
    background-position: 12px 5px;
    background-size: 28px;
    box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, .01), 0 1px 3px 1px rgba(0, 0, 0, .1);
}

input#btnPaypal {
    background-color: #2c2e2f;
    color: aliceblue;
    background-image: url(../site/site/svgs/pp.svg);
    background-repeat: no-repeat;
    background-position: 12px 12px;
    background-size: 69px;
    box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, .01), 0 1px 3px 1px rgba(0, 0, 0, .1);
    font-size: 12px;
    /* font-weight: 700 !important; */
}
    input#btnPaypal:hover {
        background-color: black;
    }

input#btnOtherPay {
    background-image: url(../site/site/svgs/card.svg);
    background-repeat: no-repeat;
    background-position: 12px 11px;
    background-size: 22px;
    box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, .01), 0 1px 3px 1px rgba(0, 0, 0, .1);
}
span#lblDiscountInfo.disc_success {
    color: #009b6b;
}
span#lblDiscountInfo.disc_error {
    color: #b13636;
}
.iban_qr {
    width: 50%;
    border-radius: 10px;
    display: flex;
    max-width: 150px;
    margin: 0 auto;
}
.alternate{
    font-size:12px;
    margin-top: .5rem;
}

/* ============================================
   Page Load Animations
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-logo {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

h1, h2 {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s both;
}

.login-form > * {
    animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
}

.login-form > *:nth-child(2) {
    animation-delay: 0.25s;
}

.login-form > *:nth-child(3) {
    animation-delay: 0.3s;
}

.login-form > *:nth-child(4) {
    animation-delay: 0.35s;
}

.login-form > *:nth-child(5) {
    animation-delay: 0.4s;
}

.login-form > *:nth-child(6) {
    animation-delay: 0.45s;
}

/* Respect user's motion preferences */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================
   Modern Language Selector
   ============================================ */
.language-selector {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.language-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
    color: var(--text-primary);
}

.language-dropdown-toggle:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.15);
}

.dropdown-arrow {
    transition: transform 0.2s ease;
    stroke: var(--text-secondary);
}

.language-dropdown-toggle.active .dropdown-arrow {
    transform: rotate(180deg);
}

.language-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 180px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(79, 70, 229, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.language-dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: none;
    border: none;
    cursor: pointer;
    transition: background 0.15s ease;
    font-size: 14px;
    color: var(--text-primary);
    text-align: left;
}

.language-option:hover {
    background: rgba(79, 70, 229, 0.08);
}

.language-option.active {
    background: rgba(79, 70, 229, 0.12);
}

.language-option .flag {
    font-size: 18px;
}

.language-option .check-icon {
    margin-left: auto;
    opacity: 0;
    stroke: var(--primary-blue);
}

.language-option.active .check-icon {
    opacity: 1;
}

/* ============================================
   Toast Notifications
   ============================================ */
.toast {
    position: fixed;
    top: 24px;
    right: 24px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 16px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 400px;
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
}

.toast.show {
    opacity: 1;
    transform: translateX(0);
}

.toast.error {
    border-left: 4px solid #ef4444;
}

.toast.success {
    border-left: 4px solid #10b981;
}

.toast.info {
    border-left: 4px solid var(--primary-blue);
}

.toast-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    font-size: 18px;
}

.toast-message {
    flex: 1;
    font-size: 14px;
    color: var(--text-primary);
}

.toast-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: var(--text-secondary);
    transition: color 0.2s ease;
    font-size: 18px;
    line-height: 1;
}

.toast-close:hover {
    color: var(--text-primary);
}

/* ============================================
   Inline Validation Icons
   ============================================ */
.input-validation {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

input.valid ~ .input-validation.success {
    opacity: 1;
}

input.invalid ~ .input-validation.error {
    opacity: 1;
}

/* ============================================
   Browser Compatibility & Fallbacks
   ============================================ */

/* Backdrop-filter fallback for browsers that don't support it */
@supports not (backdrop-filter: blur(10px)) {
    .mainlogin-section {
        background: rgba(255, 255, 255, 0.85);
    }

    .language-dropdown-toggle {
        background: rgba(255, 255, 255, 0.85);
    }

    .language-dropdown-menu {
        background: rgba(255, 255, 255, 0.95);
    }

    .toast {
        background: rgba(255, 255, 255, 0.98);
    }

    input[type=text],
    input[type=email],
    input[type=password] {
        background: rgba(255, 255, 255, 0.9);
    }
}

/* CSS Grid fallback */
@supports not (display: grid) {
    .mainlogin-section {
        display: flex;
        flex-direction: column;
    }
}

/* Panel transition support */
.login-form,
asp\:Panel {
    transition: opacity 0.3s ease, transform 0.3s ease;
}


/* ============================================
   Enhanced Mobile Responsive Styles
   ============================================ */

/* Tablet and Small Desktop */
@media (max-width: 768px) {
    .mainlogin-section {
        margin: 16px;
        padding: 24px 16px;
        border-radius: 20px;
        max-width: calc(100vw - 32px);
    }

    .login-logo img {
        width: 60%;
        margin: 0 auto 16px;
    }

    h1 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    h2 {
        font-size: 20px;
    }

    input[type=text],
    input[type=email],
    input[type=password] {
        padding: 14px 16px;
        font-size: 16px; /* Prevents zoom on iOS */
    }

    .language-selector {
        top: 12px;
        right: 12px;
    }

    .login-with-google-btn,
    input#btnPassword,
    input#Login1_LoginButton {
        padding: 14px 16px 14px 48px;
        font-size: 15px;
    }
}

/* Mobile Phones */
@media (max-width: 480px) {
    .mainlogin-section {
        border-radius: 16px;
        margin: 12px;
        padding: 20px 12px;
    }

    h1, h2, h3, .h1, .h2, .h3 {
        margin: 0.5rem 0 0.75rem;
    }

    .login-logo img {
        width: 60%;
        margin: 0 auto;
    }

    .legal-footer-content > .inner-row {
        height: 9px;
        font-size: 8px;
    }

    .login-form {
        width: 100%;
        padding: 0.5rem;
    }

    .form-group {
        margin-bottom: 16px;
    }

    div#divMain {
        padding: 0;
        font-size: .8rem;
        max-width: 100vw;
        width: 100vw;
        display: grid;
    }

    #content {
        margin: 0 !important;
    }

    label[for] {
        font-size: .8rem;
    }

    input#btnPaypal {
        padding-left: 55px !important;
    }

    input#btnPayOther {
        padding-left: 30px !important;
    }

    .iban_qr {
        display: none;
    }

    .drag-area.active {
        max-height: 145px;
    }

    .language-selector {
        top: 8px;
        right: 8px;
    }

    .toast {
        right: 12px;
        top: 12px;
        max-width: calc(100vw - 24px);
    }
}

/* Touch-friendly targets for mobile */
@media (hover: none) and (pointer: coarse) {
    button,
    input[type="submit"],
    a,
    .language-option,
    .language-dropdown-toggle {
        min-height: 44px; /* iOS accessibility guideline */
    }
}
