.silders {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    background: var(--bg-color);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
}

.intro-icon {
    font-size: 70px;
    background: var(--vip-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    filter: drop-shadow(0 0 15px rgba(166, 125, 243, 0.3));
}

.intro-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.intro-desc {
    font-size: 14px;
    color: #94A3B8;
    line-height: 1.6;
}


.swiper-pagination-bullet-active {
    background: var(--gradient-start) !important;
    width: 20px !important;
    border-radius: 4px !important;
}

.swiper-pagination {
    bottom: 30px !important;
}


.swiper-pagination-bullet {
    background: #94A3B8 !important;
    opacity: 0.4;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
    background: var(--gradient-start) !important;
    opacity: 1;
    width: 24px !important;
    border-radius: 5px !important;
    box-shadow: 0 0 10px rgba(166, 125, 243, 0.8);
}

.splash_logo {
    width: 100px;
    margin-bottom: 10px;
}

.btn-cyber {
    background: var(--vip-gradient);
    border: none;
    color: white;
    font-weight: 600;
    padding: 12px;
    border-radius: 8px;
    transition: 0.4s;
    margin-top: 20px;
}

.btn-cyber:hover {
    box-shadow: 0 0 20px rgba(166, 125, 243, 0.5);
    transform: translateY(-1px);
}



/* //// FORM DESIGN ///// */
/* --- 💎 Top Navigation Tabs --- */
.auth-tabs {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(166, 125, 243, 0.15);
}

.auth-tab-item {
    display: table-cell;
    text-align: center;
    padding: 12px 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #94A3B8;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.auth-tab-item.active {
    color: #ffffff;
    border-bottom: 3px solid rgb(166, 125, 243);
    text-shadow: 0 0 10px rgba(166, 125, 243, 0.6);
}

/* --- 🌟 Brand Logo/Icon Area --- */
.brand-display {
    text-align: center;
    margin-bottom: 25px;
}

.brand-display i {
    font-size: 55px;
    background: linear-gradient(135deg, rgb(166, 125, 243) 0%, rgb(102, 84, 210) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 15px rgba(166, 125, 243, 0.4));
}

.brand-welcome {
    font-family: 'Rajdhani', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

/* --- 📱 Image-Matched Rounded Inputs --- */
.vip-input-group {
    margin-bottom: 18px;
    position: relative;
}

.vip-input-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #94A3B8;
    font-size: 14px;
}

.vip-input-field {
    width: 100%;
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    padding: 12px 16px 12px 45px;
    border-radius: 25px; /* Image ke mutabiq rounded capsules */
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.vip-input-field:focus {
    border-color: rgb(166, 125, 243) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 0 12px rgba(166, 125, 243, 0.25);
    outline: none;
}

.vip-input-field::placeholder {
    color: #64748B;
}

.vip-input-action-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, rgb(166, 125, 243) 0%, rgb(102, 84, 210) 100%);
    border: none;
    color: var(--text-color);
    padding: 6px 14px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vip-input-action-btn:hover {
    box-shadow: 0 0 8px rgba(166, 125, 243, 0.5);
}

.btn-vip-submit {
    width: 100%;
    background: linear-gradient(135deg, rgb(166, 125, 243) 0%, rgb(102, 84, 210) 100%);
    background-size: 200% auto;
    border: none;
    color: #ffffff;
    padding: 13px;
    border-radius: 25px; /* Image matching full rounded design */
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s ease;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgba(102, 84, 210, 0.35);
}

.btn-vip-submit:hover {
    background-position: right center;
    box-shadow: 0 0 18px rgba(166, 125, 243, 0.6);
}

/* --- 🛠️ Utility Options --- */
.vip-form-options {
    display: block;
    width: 100%;
    margin: -5px 0 20px 0;
    font-size: 12px;
}

.vip-check-label {
    color: #94A3B8;
    cursor: pointer;
}

.vip-forgot-link {
    float: right;
    color: rgb(166, 125, 243);
    text-decoration: none;
}