.w-full {
    display: block;
    width: 100%;
}

.txt1 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #999999;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #00ad5f;
}

.txt3 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.4;
    color: #00ad5f;
    text-transform: uppercase;
}

/*==================================================================
[ Size ]*/
.size1 {
    width: 355px;
    max-width: 100%;
}

.size2 {
    width: calc(100% - 43px);
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.home {
    /* CHANGED: New Cosmic Background */
    background-image: url(/img/landing_cosmic/galaxy-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: var(--main_page_background);
}

.home #main-footer {
    background-color: transparent !important;
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 30px;
}

.home #main-footer li, .home #main-footer a {
    color: #ededed !important;
}

.limiter {
width: 100%;
margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: calc(100vh - 350px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: transparent;
}

/* 1. Make the main wrapper transparent so we can style sides individually */
.wrap-login100 {
    width: 900px; /* Slightly wider for better spacing */
    border-radius: 10px;
    background: transparent; /* CHANGED: Removed solid white/glass container */
    overflow: visible; /* Changed from hidden to allow glow effects */
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse; /* Keeps Form on Right, Copy on Left */
    box-shadow: none; /* Remove container shadow, applied to form instead */
}

/* 2. The Copy/Text Side (Visual Left) - Fully Transparent */
.login100-more {
    width: 50%;
    background-image: none !important; /* IMPORTANT: Removes the duplicate galaxy image */
    background-color: transparent; /* No background color */
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center; /* Vertically center the text */
}

.wrap-login100 .standard-page {
    width: 100%;
}

.wrap-login100 .opt-in {
    width: 100%;
}

/*==================================================================*/

#signup-page .login100-more {
    background-image: url('/img/landing_cosmic/galaxy-background.png');
}

.signup-page .login100-more {
    width: 50%;
}

.login100-more .login100_sub_content {
    position: absolute;
    bottom: 30px;
}

.login100-more .login100_content {
    word-break: break-word;
    color: #fff;
    align-items: center;
    height: 100%;
    position: absolute;
    padding: 30px 40px;
    font-family: Lato,sans-serif;
    top: 0;
}


.login100_content h1 {
    font-size: 32px;
    margin-top: 0;
    font-weight: 800;
}

.login100_content p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.login100-more::before {
    display: none;
}



/*==================================================================
[ Form ]*/

.login100-form {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 45px 40px 45px;
    /* Glass Effect */
    background: rgba(255, 255, 255, 0.12); /* Very subtle white tint */
    backdrop-filter: blur(15px); /* Strong blur for the "Through the glass" look */
    -webkit-backdrop-filter: blur(15px);
    
    /* Borders and Depth */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px; /* Round the corners of the form card */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); /* Drop shadow for depth */
    
    display: flex;
    flex-wrap: wrap;
    padding: 40px 45px 40px 45px;
}

.signup-page .login100-form {
    width: 50%;
}

.login100-form-title {
    font-size: 20px;
    color: var(--text_title);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    display: block;
    /* CHANGED: Reduced from 180px to 45px to pull inputs up */
    padding-bottom: 45px; 
}

#signup-form .login100-form-title {
    padding-bottom: 30px;
}

.login100-form p {

    width: 100%;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
    .login100-form {
        width: 60%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login100-more {
        width: 40%;
    }
}

/* ==============================================
   MOBILE COSMIC OVERRIDES (Max-width 768px)
   ============================================== */
@media (max-width: 768px) {

    /* 1. FORCE COSMIC BACKGROUND + OVERLAY */
    .home, body {
        /* Ensure the galaxy bg is locked and covers the screen */
        background-image: url('/img/landing_cosmic/galaxy-background.png') !important;
        background-size: cover !important;
        background-position: center center !important;
        background-attachment: fixed !important;
        background-color: #0F0C29 !important; /* Fallback deep space color */
        position: relative;
    }

    /* THE VEIL: Dark overlay to make text readable against stars */
    .home::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.55); /* Deep dark blue/black tint */
        z-index: 0;
        pointer-events: none; /* Let clicks pass through */
    }

    /* 2. GLASS CARD CONTAINER */
    .wrap-login100 {
        /* Glass Effect */
        background: rgba(30, 30, 50, 0.65) !important; /* Semi-transparent deep indigo */
        backdrop-filter: blur(12px); /* Blur the stars behind */
        -webkit-backdrop-filter: blur(12px);
        
        /* Soft Borders & Shadows */
        border: 1px solid rgba(255, 255, 255, 0.15);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        border-radius: 20px; /* Softer corners for mobile */
        
        /* Spacing */
        width: 92%; /* Give it breathing room on sides */
        margin: 20px auto;
        padding: 20px 15px;
        position: relative;
        z-index: 10; /* Sit above the overlay */
    }

    /* Hide the desktop "More" image side on mobile if it isn't already */
    .login100-more {
        display: none !important;
    }

    /* 3. TYPOGRAPHY & CONTRAST */
    .login100-form-title {
        color: #ffffff !important;
        text-shadow: 0 2px 10px rgba(0,0,0,0.5); /* Lift text off the glass */
        font-size: 24px; /* Readable header */
        padding-bottom: 25px !important;
    }
    
    .text-muted, .txt1, .txt2 {
        color: rgba(255, 255, 255, 0.8) !important; /* Make gray text white-ish */
    }

    /* 4. INPUT FIELDS (Readable on Glass) */
    .wrap-input100 {
        background-color: rgba(255, 255, 255, 0.7); /* Slightly more opaque for inputs */
        border: none;
    }

    .input100 {
        color: #fff !important; /* White text input */
        background: transparent;
    }
    
    /* Placeholder color fix */
    .input100::placeholder {
        color: rgba(255, 255, 255, 0.5);
    }

    /* Focus State - Cosmic Gold/Violet Ring */
    .input100:focus + .focus-input100::after {
        color: #d4af37; 
    }

    /* 5. BUTTONS */
    /* Primary CTA (Attract/Enter) */
    .login100-form-btn {
        background: linear-gradient(135deg, #FD5068 0%, #ff8090 100%); /* Coral/Pink CTA */
        /* OR for Green: background: linear-gradient(135deg, #00b09b 0%, #96c93d 100%); */
        border-radius: 50px;
        box-shadow: 0 4px 15px rgba(253, 80, 104, 0.4);
        color: white !important;
        font-weight: bold;
        letter-spacing: 1px;
    }

    /* Social Buttons (Google/Phone) */
    .btn-face, .btn-google {
        background-color: rgba(255, 255, 255, 0.1) !important; /* Glassy button */
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: white !important;
    }
    
    .btn-face:hover, .btn-google:hover {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

    /* 6. AVATARS ROW (Aligned Souls) */
    /* Assuming a container class like .landing-avatars or .aligned-souls */
    .wrap-landing-info-container {
        width: 100%;
        min-height: auto; /* CHANGED: Was 100px, let content define height */
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 15px;
        background: transparent;
        /* CHANGED: Reduced margins from 40px to 10px top/bottom */
        margin: 10px 0; 
        text-shadow: 0 2px 4px rgba(0,0,0,0.8);
        position: relative !important;
        margin-top: 10px; /* CHANGED: Reduced from 30px */
        padding-bottom: 20px; /* CHANGED: Reduced from 80px (unless cookie banner overlaps) */
    }
    
    .wrap-landing-info-container img {
        border: 2px solid rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 15px rgba(100, 200, 255, 0.3); /* Cosmic glow */
    }
    
    .wrap-landing-info-container h3, 
    .wrap-landing-info-container span {
        color: white !important;
        font-size: 0.9rem;
        letter-spacing: 2px;
        opacity: 0.9;
    }

    /* Mobile Cookie Banner Fix */
    #cookie-consent {
        bottom: 0;
        background: rgba(10, 10, 25, 0.95); /* Match cosmic theme */
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        color: white;
        padding-bottom: 20px; /* Safe area for iPhone home bar */
    }
    
    /* Push content up so banner doesn't cover avatars */
    body.cookie-banner-active {
        padding-bottom: 80px; 
    }

    .wrap-landing-info .avatar {
        width: 50px; /* Smaller on mobile */
        height: 50px;
        margin: 0 4px;
    }

    .wrap-login100 {
        /* Glass Effect: Lower opacity, higher blur */
        background: rgba(20, 20, 40, 0.3) !important; /* More transparent (was 0.65) */
        backdrop-filter: blur(20px) !important; /* Stronger blur (was 12px) */
        -webkit-backdrop-filter: blur(20px);
        
        /* Crisp Glass Borders */
        border-top: 1px solid rgba(255, 255, 255, 0.4); /* Bright top edge (light reflection) */
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
        border-radius: 20px;
        
        width: 92%;
        margin: 20px auto;
        padding: 20px 15px;
        flex-direction: column;
    }

    /* Hide the "Side Image" completely to prevent it from taking up space */
    .login100-more {
        display: none !important;
    }

    /* Ensure the form takes full width of the mobile card */
    .login100-form {
        width: 100% !important;
        background: transparent !important; /* Remove the desktop form bg on mobile */
        border: none !important; /* Remove desktop border */
        box-shadow: none !important; /* Remove desktop shadow */
        padding: 20px 10px !important;
    }
    /* 3. FIX "CREATE YOUR ACCOUNT" PADDING
       Reduce the huge gap under the main title */
    .login100-form-title {
        padding-bottom: 25px !important; /* Reduced from 180px/50px */
        font-size: 24px; /* Ensure title isn't overwhelmingly large */
    }

    /* Special adjustment for Signup page title if needed */
    #signup-form .login100-form-title {
        padding-bottom: 20px !important;
    }

    /* Ensure the container height adapts to content (fixes huge empty spaces) */
    .wrap-login100 {
        height: auto !important; /* Stop forcing full screen height */
        min-height: auto;
    }
}

@media (max-width: 576px) {

    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
    }

    .login100-form-title {
        padding-top: 20px;
        padding-bottom: 80px;
    }
}


/* Preview profiles */

.wrap-landing-info-container {

    width: 100%;
    min-height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: transparent;
    margin: 40px 0 40px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8);
}

.wrap-landing-info {

    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    color: white;
    text-shadow: 0 0 10px #666;
    width: 780px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.wrap-landing-info span.avatar {

    background-size: cover;
    justify-content: center !important;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    border: 1px solid #a3a3a3;
    margin: 5px;
}

/* ============================================================
   COSMIC AVATAR STYLING (Targets your specific span.avatar)
   ============================================================ */

/* 1. Container Alignment */
.wrap-landing-info-container {
    padding-bottom: 40px !important; /* Give space above bottom edge */
    z-index: 20 !important; /* Ensure it sits ON TOP of any overlay */
}

/* 2. The Avatar "Planets" */
.wrap-landing-info .avatar {
    /* Force size if not already set, or inherit from your existing css */
    display: inline-block;
    width: 64px; 
    height: 64px;
    margin: 0 8px; /* Spacing between planets */
    
    /* Cosmic Ring Effect */
    border: 2px solid rgba(255, 255, 255, 0.3); /* Subtle white ring */
    border-radius: 50%;
    
    /* The Glow */
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.4); /* Violet/Blue glow */
    
    /* Ensure image fits */
    background-size: cover;
    background-position: center;
    
    /* Animation (Optional: subtle float) */
    transition: all 0.3s ease;
}

/* Hover Effect */
.wrap-landing-info .avatar:hover {
    border-color: #ffffff;
    box-shadow: 0 0 25px rgba(139, 92, 246, 0.8); /* Brighter glow */
    transform: translateY(-5px); /* Float up */
}

/* ==============================================
   MOBILE AVATAR SIZE FIX
   ============================================== */
@media (max-width: 768px) {
    /* Use !important to override the desktop styles defined above */
    .wrap-landing-info span.avatar, 
    .wrap-landing-info .avatar {
        width: 45px !important;   /* Shrunk from 64px/96px */
        height: 45px !important;
        margin: 3px !important;   /* Tighter spacing so they fit in one row */
        
        /* Optional: Adjust glow for smaller size */
        box-shadow: 0 0 10px rgba(139, 92, 246, 0.4) !important; 
    }
    
    /* Ensure the container doesn't have huge gaps */
    .wrap-landing-info-container {
        margin-top: 10px !important;
        padding-bottom: 20px !important;
    }
}

/* Landing page primary buttons only - force green */
.home .submit-button.primary,
.home input[type="submit"].primary,
.home .login100-form-btn {
    background: #00ad5f !important;
}
.home .submit-button.primary:hover,
.home input[type="submit"].primary:hover {
    background: #009451 !important;
}