/*
Author: W3layouts
Author URL: http://w3layouts.com
Cleaned and updated for AeroTrip SignUp page
*/

html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #f4f7fb;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

button,
input,
select {
    -webkit-appearance: none;
    outline: none;
}

button,
.btn,
select {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

/* MAIN LAYOUT */
.login-hny {
    position: relative;
}
.w3l-login-6 .form-content {
    display: grid;
    grid-template-columns: 65% 35%;
}

/* LEFT IMAGE SIDE */
.w3l-login-6 .form-right {
    width: 100%;
    min-height: 100vh;
    text-align: center;
    background: url('../images/SignUpPhoto.png') center center no-repeat;
    background-size: cover;
    position: relative;
}

.w3l-login-6 .overlay {
    min-height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w3l-login-6 .grid-info-form {
    max-width: 650px;
    text-align: center;
    color: #fff;
}

    .w3l-login-6 .grid-info-form h5 {
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: 800;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #fff;
    }

    .w3l-login-6 .grid-info-form h3 {
        font-size: 58px;
        line-height: 1.1;
        font-weight: 900;
        margin-bottom: 25px;
        color: #fff;
    }

    .w3l-login-6 .grid-info-form p {
        font-size: 22px;
        line-height: 1.7;
        margin-bottom: 35px;
        color: #fff;
    }

.read-more-1 {
    background: linear-gradient(135deg, #ff4b8b, #8b5cf6);
    color: #fff;
    padding: 16px 42px;
    border-radius: 10px;
    font-weight: 800;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(255, 75, 139, 0.25);
}

    .read-more-1:hover {
        background: linear-gradient(135deg, #ff3d82, #7c3aed);
        color: #fff;
        transform: translateY(-2px);
    }

/* RIGHT FORM SIDE */
.w3l-login-6 .form-left {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    padding: 55px 60px;
    display: flex;
    padding: 10px 60px 40px 60px;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.08);
}

.w3l-login-6 .middle {
    margin-bottom: 28px;
}

    .w3l-login-6 .middle h4 {
        font-size: 44px;
        line-height: 1.15;
        font-weight: 800;
        color: #111827;
        margin-bottom: 8px;
    }

    .w3l-login-6 .middle p {
        color: #6b7280;
        font-size: 18px;
        line-height: 1.6;
    }

.w3l-login-6 .signin-form {
    width: 100%;
    max-width: 520px;
    overflow: visible;
}

.w3l-login-6 .form-input {
    margin-bottom: 18px;
}

    .w3l-login-6 .form-input label {
        display: block;
        font-size: 15px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 8px;
        line-height: normal;
    }

    .w3l-login-6 .form-input input {
        width: 100%;
        height: 42px;
        background: #fff;
        border: 1px solid #d4dce7;
        border-radius: 10px;
        padding: 0 14px;
        font-size: 15px;
        color: #111827;
        transition: 0.3s;
    }

        .w3l-login-6 .form-input input:focus {
            border-color: #ff4b8b;
            box-shadow: 0 0 0 4px rgba(255, 75, 139, 0.12);
        }

.text-danger {
    color: #dc2626 !important;
    font-size: 13px;
    display: block;
    margin-top: 5px;
    font-weight: 600;
}

.agree-box {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.5;
}

    .agree-box input {
        width: 18px;
        height: 18px;
        accent-color: #ff4b8b;
        flex-shrink: 0;
        -webkit-appearance: auto !important;
        appearance: auto !important;
    }

    .agree-box a {
        color: #ff4b8b;
        font-weight: 700;
        text-decoration: none;
    }

.submit-btn {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff4b8b, #8b5cf6);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 14px 30px rgba(255, 75, 139, 0.25);
}

    .submit-btn:hover {
        transform: translateY(-2px);
    }

.login-text {
    margin-top: 22px;
    text-align: center;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
}

    .login-text a {
        color: #ff4b8b;
        font-weight: 800;
        text-decoration: none;
    }

.copy-right {
    margin-top: 35px;
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .w3l-login-6 .form-content {
        grid-template-columns: 1fr;
    }

    .w3l-login-6 .form-right {
        min-height: 420px;
    }

    .w3l-login-6 .overlay {
        min-height: 420px;
    }

    .w3l-login-6 .form-left {
        min-height: auto;
        padding: 35px 25px;
    }

    .w3l-login-6 .signin-form {
        max-width: 100%;
    }

    .w3l-login-6 .grid-info-form h3 {
        font-size: 42px;
    }

    .w3l-login-6 .grid-info-form p {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .w3l-login-6 .form-left {
        padding: 30px 16px;
    }

    .w3l-login-6 .middle h4 {
        font-size: 34px;
    }

    .w3l-login-6 .grid-info-form h3 {
        font-size: 36px;
    }
}
